Size: 20681
Comment:
|
Size: 285262
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
Summary: <<TableOfContents()>> = Prominent features = == New task scheduler: EEVDF == The task scheduler is the part of the kernel that decides which task should be run next when there are many to pick, its role is critical to achieve good performance and latency. The previous algorithm, called CFS, was merged in [[https://kernelnewbies.org/Linux_2_6_23#The_CFS_process_scheduler|Linux 2.6.23]]. In this release, it is replaced by code that uses a new algorithm, called EEVDF ("Earliest Eligible Virtual Deadline First"). This algorithm is designed to ensure that processes that are not getting the attention they should are automatically picked the next time, while processes that got more than they deserved are "punished". This is done in a clean, algorithmic way, where as CFS used heuristics and tunable knobs to attempt to guess which processes needed more attention. Many of these tunables have been removed. For these reasons, this new scheduler should improve the latency of tasks that would be left behind by CFS while leting other tasks be routinely over-scheduled. For more details, read the [[https://lwn.net/Articles/925371/|LWN article]]. Recommended LWN article: [[https://lwn.net/Articles/925371/|An EEVDF CPU scheduler for Linux]] Recommended paper: [[https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=805acf7726282721504c8f00575d91ebfd750564|Earliest Eligible Virtual Deadline First : A Flexible and Accurate Mechanism for Proportional Share Resource Allocation]] == Shadow stacks to prevent exploits == After many years of discussions, the Linux kernel has finally add support for Intel's [[https://en.wikipedia.org/wiki/Shadow_stack|shadow stack]] hardware feature. Shadow stack works by maintaining a secondary (shadow) stack that cannot be directly modified. When managing the stack, the processor pushes the return address to both the normal stack and to the special permissioned shadow stack. Upon return, the processor pops the shadow stack copy and compares it to the normal stack copy. If the two differ, the processor raises a control protection fault, which can prevent exploits that were attempting to modify the stack. This implementation supports shadow stack on 64 bit kernels only, with support for 32 bit only via IA32 emulation. This release also adds support for Clang's control-flow integrity scheme and randomization of the place where the kernel image is placed on boot in the RISC-V architecture. Recommended LWN article: [[https://lwn.net/Articles/926649/|User-space shadow stacks]] == More configurable unbound workqueues == Workqueues are used by other parts of the kernel to defer some work that will be run asynchronously. There are various types, unbound workqueues are work items that are not bound to any specific CPU and they were usually spread inside each NUMA node, which isn't great when many unbound items are created on some modern CPUs (especially arm64) with multiple L3 caches. This release attempts to improve the CPU locality awareness of these items. Unfortunately there exists a pronounced trade-off between locality and utilization necessitating explicit configurations when workqueues are heavily used, thus some configuration knobs are available to achieve the best result for all types of hardware. Recommended LWN article: [[https://lwn.net/Articles/937416/|A pair of workqueue improvements]] Documentation: [[https://www.kernel.org/doc/html/latest/core-api/workqueue.html#affinity-scopes|Workqueues: Affinity scopes]] = Core (various) = * (FEATURED) Control-flow Enforcement: Shadow Stack for userspace [[https://git.kernel.org/linus/2f0584f3f4bd60bcc8735172981fb0bff86e74e0|commit]], [[https://git.kernel.org/linus/6ecc21bb432dab7241bcbd766ecd1b15620c75c3|commit]], [[https://git.kernel.org/linus/161e393c0f63592a3b95bdd8b55752653763fc6d|commit]], [[https://git.kernel.org/linus/592b5fad1677aa98a578ae50eb81d7383752c9c8|commit]], [[https://git.kernel.org/linus/fb47a799cc5ccc469c63e9174f2ad555a21ba2a1|commit]], [[https://git.kernel.org/linus/18e66b695e787374ca762ecdeaa1ab5e3772af94|commit]], [[https://git.kernel.org/linus/2da5b91fe4092aab9d92138c78b68e9856b078d0|commit]], [[https://git.kernel.org/linus/701fb66d576ec4d06903e7dd55678a3005d86e5f|commit]], [[https://git.kernel.org/linus/a956efc09b106173c6c85da7e3bb6e0f452a5681|commit]], [[https://git.kernel.org/linus/fca4d413c5f707b759d1031b170cbb8884f0999d|commit]], [[https://git.kernel.org/linus/1f6f66f62e8cba909abc4fb59de3b57d8c5a9783|commit]], [[https://git.kernel.org/linus/bb3aadf7d446aaf22c725b274e2c194ac5cb2111|commit]], [[https://git.kernel.org/linus/f788b71768ff6a8a453a93a9f366e162af560483|commit]], [[https://git.kernel.org/linus/54007f818206dc27309ca423df4c87dd160a7208|commit]], [[https://git.kernel.org/linus/fd5439e0c97bbc469d0a263ce343241fc48200ea|commit]], [[https://git.kernel.org/linus/0266e7c53647fbc18be2d0da98d5c9e92922d866|commit]], [[https://git.kernel.org/linus/e5136e876581ba5b63220378e25fec9dcec7bad1|commit]], [[https://git.kernel.org/linus/ae1f05a617dcbc0a732fbeba0893786cd009536c|commit]], [[https://git.kernel.org/linus/00547ef73ff282eea59cd33b8952f1dcbb4bd4b8|commit]], [[https://git.kernel.org/linus/29f890d1050fc099fd578d9db844d6c0375902b6|commit]], [[https://git.kernel.org/linus/b497e52ddb2ab750b00d8cc78209613558fc503b|commit]], [[https://git.kernel.org/linus/6beb99580bc040aed1d5fe7ed9083a4be77f3c20|commit]], [[https://git.kernel.org/linus/1eb2b7841c37c6aed20b50551902330c28618415|commit]], [[https://git.kernel.org/linus/8970ef027b21c58436f93b874286d342db164e3d|commit]], [[https://git.kernel.org/linus/6ee836687a3f39f92da790d33fa9694fe0143410|commit]], [[https://git.kernel.org/linus/98cfa4630912a80a575277d1bf193376ba66116a|commit]], [[https://git.kernel.org/linus/a5f6c2ace9974adf92ce65dacca8126d90adabfe|commit]], [[https://git.kernel.org/linus/2d39a6add422ac78254927ec2194838c33ae4fb2|commit]], [[https://git.kernel.org/linus/b2926a36b97a4f8daf162b6dc79b519c2b5a8b94|commit]], [[https://git.kernel.org/linus/928054769dbdedc03aaebceecaaef15a0707b8cb|commit]], [[https://git.kernel.org/linus/05e36022c0543ba55a3de55af455b00cb3eb4fcc|commit]], [[https://git.kernel.org/linus/b93d6c78829ad1e22486ccc93d04bf77e45597df|commit]], [[https://git.kernel.org/linus/7fad2a432cd35bbf104d2d9d426e74902f22aa95|commit]], [[https://git.kernel.org/linus/c35559f94ebc3e3bc82e56e07161bb5986cd9761|commit]], [[https://git.kernel.org/linus/1d62c65372ab08599e4cf24af83d004434087ada|commit]], [[https://git.kernel.org/linus/0ee44885fe9cf19eb3870947c8f3c275017e48a7|commit]], [[https://git.kernel.org/linus/488af8ea7131185c1adcbb0b52da2b6800429ecb|commit]], [[https://git.kernel.org/linus/0dc2a76092d9d513f5ea5eb3992d1459a67a3e7a|commit]], [[https://git.kernel.org/linus/81f30337ef4f9802f732e712be8d77dd6a32abbe|commit]], [[https://git.kernel.org/linus/2fab02b25ae7cf5f714ab456b03d9a3fe5ae98c9|commit]], [[https://git.kernel.org/linus/680ed2f15e70d079c8148589a3ce9426fc0ff914|commit]], [[https://git.kernel.org/linus/67840ad0fa14ad49a605074b12d5b0f3c3113ed1|commit]] * workqueue: Improve unbound workqueue execution locality. Unbound workqueues spray work items inside each NUMA node, which isn't great on CPUs w/ multiple L3 caches. This release implements mechanisms to improve and configure execution locality. For more details see this [[https://lwn.net/Articles/937416/|recommended LWN article]], and the [[https://www.kernel.org/doc/html/latest/core-api/workqueue.html#affinity-scopes|Documentation]] [[https://git.kernel.org/linus/c0ab017d43f4c4147f7ecf3ca3cb872a416e17c7|commit]], [[https://git.kernel.org/linus/fe089f87cccb066e8ad20f49ddf05e95adc1fa8d|commit]], [[https://git.kernel.org/linus/ee1ceef72754427e5167743108c52f826fa4ca5b|commit]], [[https://git.kernel.org/linus/797e8345cbb0d2913300ee9838eb74cce19485cf|commit]], [[https://git.kernel.org/linus/fcecfa8f271acdf130acbb30842e7848a138af0f|commit]], [[https://git.kernel.org/linus/967b494e2fd143a9c1a3201422aceadb5fa9fbfc|commit]], [[https://git.kernel.org/linus/687a9aa56f811b381e63f7f8f9149428ac708a3b|commit]], [[https://git.kernel.org/linus/4cbfd3de737b9d00544ff0f673cb75fc37bffb6a|commit]], [[https://git.kernel.org/linus/636b927eba5bc633753f8eb80f35e1d5be806e51|commit]], [[https://git.kernel.org/linus/af73f5c9febe5095ee492ae43e9898fca65ced70|commit]], [[https://git.kernel.org/linus/fef59c9cab6ac5592da54f6c2b1195418f14e4d0|commit]], [[https://git.kernel.org/linus/a86feae6195ac2148097b063f7fdad8ee1f6dad4|commit]], [[https://git.kernel.org/linus/2930155b2e27232c033970f2e110aaac4187cb9e|commit]], [[https://git.kernel.org/linus/0f36ee24cd43c67be07166ddd09866dc7a47cb4c|commit]], [[https://git.kernel.org/linus/5de7a03cac14765ba22934b6fb1476456ee36bf8|commit]], [[https://git.kernel.org/linus/84193c07105c62d206fb230b2f29002226628989|commit]], [[https://git.kernel.org/linus/7f7dc377a3b2bbaa8cf8941587c228eab4bd82ec|commit]], [[https://git.kernel.org/linus/025e16845877e80cb169274b330c236056ba553c|commit]], [[https://git.kernel.org/linus/63c5484e74952f60f5810256bd69814d167b8d22|commit]], [[https://git.kernel.org/linus/873eaca6eaf84b1d1ed5b7259308c6a4fca70fdc|commit]], [[https://git.kernel.org/linus/0219a3528d72143d8d2c4c793b61541d03518b59|commit]], [[https://git.kernel.org/linus/9546b29e4a6ad6ed7924dd7980975c8e675740a3|commit]], [[https://git.kernel.org/linus/8639ecebc9b1796d7074751a350462f5e1c61cd4|commit]], [[https://git.kernel.org/linus/7dbf15c5c05e835d488e0fee49a35b0f23452e45|commit]], [[https://git.kernel.org/linus/523a301e66afd1ea9856660bcf3cee3a7c84c6dd|commit]], [[https://git.kernel.org/linus/ace3c5499e61ef7c0433a7a297227a9bdde54a55|commit]] * Process connector bug fixes & enhancements [[https://git.kernel.org/linus/a3377386b56420d78a4c0a931a40f9a25c3ca2bd|commit]], [[https://git.kernel.org/linus/a4c9a56e6a2cdeeab7caef1f496b7bfefd95b50e|commit]], [[https://git.kernel.org/linus/2aa1f7a1f47ce8dac7593af605aaa859b3cf3bb1|commit]], [[https://git.kernel.org/linus/743acf351bae1ff7ff4aaadd6a406d4d6091d90b|commit]], [[https://git.kernel.org/linus/bfdfdc2f3b7073571ce40b6d19193002b0126b6a|commit]], [[https://git.kernel.org/linus/73a29531f45fed6423144057d7a844aae46dad9d|commit]] * iouring * Add support for {{{IORING_ASYNC_CANCEL_OP}}} [[https://git.kernel.org/linus/faa9c0ee3cab9c68b79183c9e0111ba967d9f402|commit]], [[https://git.kernel.org/linus/aa5cd116f3c25c05e4724d7b5e24dc9ed9020a12|commit]], [[https://git.kernel.org/linus/3a372b66923e4af966af2900da588e3b3de6fcd2|commit]], [[https://git.kernel.org/linus/a30badf66de8516b5a5bca7a5d339f377ff983ea|commit]], [[https://git.kernel.org/linus/8165b566049b14152873011ea540eb22eae5111d|commit]], [[https://git.kernel.org/linus/d7b8b079a8f6bc007d06d9ee468659dae6053e13|commit]], [[https://git.kernel.org/linus/f77569d22ad91dc25de294864fa5b24d37ddc149|commit]] * Add a sysctl to disable io_uring system-wide [[https://git.kernel.org/linus/76d3ccecfa186af3120e206d62f03db1a94a535f|commit]] * io-wq locking improvements [[https://git.kernel.org/linus/78848b9b05623cfddb790d23b0dc38a275eb0763|commit]], [[https://git.kernel.org/linus/de36a15f9a3842be24ca220060b77925f2f5435b|commit]], [[https://git.kernel.org/linus/22f7fb80e6d91980785d235dc939695d3a271c3b|commit]] * Add io_uring command support for sockets [[https://git.kernel.org/linus/8e9fad0e70b7b62848e0aeb1a873903b9ce4d7c4|commit]] * Caching and SQ/CQ optimisations [[https://git.kernel.org/linus/a0727c738309a06ef5579c1742f8f0def63aa883|commit]], [[https://git.kernel.org/linus/31d3ba924fd86add6d14f9085fdd2f4ec0879631|commit]], [[https://git.kernel.org/linus/b24c5d752962fa0970cd7e3d74b1cd0e843358de|commit]], [[https://git.kernel.org/linus/20d6b633870495fda1d92d283ebf890d80f68ecd|commit]], [[https://git.kernel.org/linus/59fbc409e71649f558fb4578cdbfac67acb824dc|commit]], [[https://git.kernel.org/linus/54927baf6c195fb512ac38b26a041ca44edb2e29|commit]], [[https://git.kernel.org/linus/ec26c225f06f5993f8891fa6c79fab3c92981181|commit]], [[https://git.kernel.org/linus/093a650b757210bc856ca7f5349fb5a4bb9d4bd6|commit]], [[https://git.kernel.org/linus/e5598d6ae62626d261b046a2f19347c38681ff51|commit]], [[https://git.kernel.org/linus/2af89abda7d9c2aeb573677e2c498ddb09f8058a|commit]], [[https://git.kernel.org/linus/d7f06fea5d6be78403d42c9637f67bc883870094|commit]], [[https://git.kernel.org/linus/18df385f42f0b3310ed2e4a3e39264bf5e784692|commit]], [[https://git.kernel.org/linus/c9def23dde5238184777340ad811e4903f216a2d|commit]], [[https://git.kernel.org/linus/0aa7aa5f766933d4f91b22d9658cd688e1f15dab|commit]], [[https://git.kernel.org/linus/644c4a7a721fb90356cdd42219c9928a3c386230|commit]] * Task scheduler: * (FEATURED) New Task Scheduling algorithm, EEVDF using latency-nice [[https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=805acf7726282721504c8f00575d91ebfd750564|paper]]. [[https://git.kernel.org/linus/99d4d26551b56f4e523dd04e4970b94aa796a64e|commit]], [[https://git.kernel.org/linus/147f3efaa24182a21706bca15eab2f3f4630b5fe|commit]], [[https://git.kernel.org/linus/76cae9dbe185b82aeb0640aa2b73da4a8e0088ce|commit]], [[https://git.kernel.org/linus/e8f331bcc270354a803c2127c486190d33eac441|commit]], [[https://git.kernel.org/linus/5e963f2bd4654a202a8a05aa3a86cb0300b10e6c|commit]], [[https://git.kernel.org/linus/e4ec3318a17f5dcf11bc23b2d2c1da4c1c5bb507|commit]], [[https://git.kernel.org/linus/d07f09a1f99cabbc86bc5c97d962eb8a466106b5|commit]] * Enable Cluster Scheduling for x86 Hybrid CPUs [[https://git.kernel.org/linus/fee1759e4f042aaaa643c50369a03a9a6559a575|commit]], [[https://git.kernel.org/linus/d24cb0d9113f5932b8832533ce82351b5911ed50|commit]], [[https://git.kernel.org/linus/7ff1693236f5d97a939dbeb660c07671a2d57071|commit]], [[https://git.kernel.org/linus/b1bfeab9b00283f521d2100afb9f5af84ccdae13|commit]], [[https://git.kernel.org/linus/ed74cc4995d314ea6cbf406caf978c442f451fa5|commit]] * Optimize should_we_balance() for large SMT systems [[https://git.kernel.org/linus/f8858d96061f5942216c6abb0194c3ea7b78e1e8|commit]] * Add a new {{{fchmodat2(2)}}} syscall. It is a revised version of the {{{fchmodat(2)}}} system call, adding a missing flag argument [[https://git.kernel.org/linus/09da082b07bbae1c11d9560c8502800039aebcea|commit]], [[https://git.kernel.org/linus/78252deb023cf0879256fcfbafe37022c390762b|commit]], [[https://git.kernel.org/linus/4859c257d295949c23f4074850a8c2ec31357abb|commit]], [[https://git.kernel.org/linus/5daeb41a6fc9d0d81cb2291884b7410e062d8fa1|commit]] * file locks: {{{F_UNLCK}}} extension for {{{F_OFD_GETLK}}}. Currently it returns {{{-EINVAL}}}. This release changes it such that specifying {{{F_UNLCK}}} returns information only about OFD locks that are owned by the given file description [[https://git.kernel.org/linus/6c9007f65d14c87842920b0d376c9ade34fab152|commit]] * kexec: Kernel handling of CPU and memory hot un/plug [[https://git.kernel.org/linus/6f991cc363a3269866476b8ff10a112768d3d45c|commit]], [[https://git.kernel.org/linus/24726275612140af6b1c0afc7c6611ad66233207|commit]], [[https://git.kernel.org/linus/f7cc804a9fd404e77a0c8b329443eae99f35ab67|commit]], [[https://git.kernel.org/linus/88a6f89944216b028d3872b0cec0f51a2f955460|commit]], [[https://git.kernel.org/linus/ea53ad9cf73b6b48608a69e626caeae87e5ddd11|commit]], [[https://git.kernel.org/linus/a72bbec70da285a7e09e53fb13c2da7da2032da9|commit]], [[https://git.kernel.org/linus/a396d0f81b1c81b1fa60b5554b5c0e3cea1f27c0|commit]], [[https://git.kernel.org/linus/543cd4c5e78b15def9d7e8626d7592cb3097f75e|commit]] * init: Add support for {{{rootwait}}} timeout parameter [[https://git.kernel.org/linus/45071e1c2897138f337000e12f2393e769f125b3|commit]] * memfd: cleanups for vm.memfd_noexec [[https://git.kernel.org/linus/99f34659e78b9b781a3248e0b080b4dfca4957e2|commit]], [[https://git.kernel.org/linus/202e14222fadb246dfdf182e67de1518e86a1e20|commit]], [[https://git.kernel.org/linus/2562d67b1bdf91c7395b0225d60fdeb26b4bc5a0|commit]], [[https://git.kernel.org/linus/9876cfe8ec1cb3c88de31f4d58d57b0e7e22bcc4|commit]], [[https://git.kernel.org/linus/6469b66e3f5a38214bf1d1220d54d78d9cd08ebd|commit]] * cgroup/cpuset: A new cpuset control file {{{cpuset.cpus.exclusive}}} (read-write) and a {{{cpuset.cpus.exclusive.effective}}} (read only) file are added for better control of which exclusive CPUs are being distributed down the cgroup hierarchy for creating cpuset partition. Any one of the exclusive CPUs can only be distributed to at most one child cpuset. This release also introduces a new category of cpuset partition called remote partitions. The existing partition category where the partition roots have to be clustered around the root cgroup in a hierarchical way is now referred to as local partitions. A remote partition can be formed far from the root cgroup with no partition root parent. The container management tool can manage the {{{cpuset.cpus.exclusive}}} file without impacting the other cpuset files that are managed by other middlewares [[https://git.kernel.org/linus/c8c926200c55454101f072a4b16c9ff5b8c9e56f|commit]], [[https://git.kernel.org/linus/a86ce68078b200a5dcc263da01154ee926c25188|commit]], [[https://git.kernel.org/linus/99fe36ba6fc16aa0962bc1f41ebcdec696203889|commit]], [[https://git.kernel.org/linus/3ae0b773211ed0231e7ee3e8d28ec4ab9bc5134b|commit]] SMT: So far the sysfs SMT control only allows to toggle between SMT on and off. This release expands the sysfs interface and the core infrastructure to accept numerical values so some platforms, like PowerPC, can build SMT runtime control for partial SMT enablement on top [[https://git.kernel.org/linus/6eaae198076080886b9e7d57f4ae06fa782f90ef|commit]], [[https://git.kernel.org/linus/7a4dcb4a5de1214c4a59448a759e2e264c2c4473|commit]], [[https://git.kernel.org/linus/3f9169196be55590a794b52f49637561ddd1ba4f|commit]], [[https://git.kernel.org/linus/c53361ce7d8771129c517dca529d2f2dc5bf04d1|commit]], [[https://git.kernel.org/linus/447ae4ac41130a7f127c2581a5e816bb0800b560|commit]], [[https://git.kernel.org/linus/91b4a7dbfe05ddb6fd3cf78cc11fb5ed64d3af90|commit]], [[https://git.kernel.org/linus/38253464bc821d6de6bba81bb1412ebb36f6cbd1|commit]], [[https://git.kernel.org/linus/7f48405c3c3437d578d0f1e4287aa0a3bfa5623f|commit]], [[https://git.kernel.org/linus/d82e6762b0f0017499005bfbb546348f57a06380|commit]], [[https://git.kernel.org/linus/3b3a4d0fe542b8c2295cf934305b45a14e224beb|commit]], [[https://git.kernel.org/linus/73c58e7e14126466701705820c4eb47daddc357d|commit]], [[https://git.kernel.org/linus/d1099e2276df1d8dd4037552c2f34eb4c4df4a75|commit]] * maple_tree * Reduce preallocations for maple tree [[https://git.kernel.org/linus/361c678be709f67a5b609ec3666ff5fec7eb8baf|commit]], [[https://git.kernel.org/linus/8c314f3b55fbc42284ea1367bb2807f2accad8ae|commit]], [[https://git.kernel.org/linus/fd892593d44d8b649caf30a67f0c7696d976d901|commit]], [[https://git.kernel.org/linus/445a2ea0ef0e0e69812218b2c896a23443466625|commit]], [[https://git.kernel.org/linus/c1297987cc2ada57a7faea7985c2334548d110f9|commit]], [[https://git.kernel.org/linus/53bee98d004fcd7062f2fe056720704e947e6000|commit]], [[https://git.kernel.org/linus/da0892547b101df6e13255b378380d077975368d|commit]], [[https://git.kernel.org/linus/c108df767fb786586274b2435473885151d6f360|commit]], [[https://git.kernel.org/linus/f72cf24a868675280bc555e95abc3639777f8d82|commit]], [[https://git.kernel.org/linus/b5df09226450165c434084d346fcb6d4858b0d52|commit]], [[https://git.kernel.org/linus/a7496ad529dfd96e37219849bddcda121d133536|commit]], [[https://git.kernel.org/linus/0b8bb544b1a7051c9072c26ca03a7840fb9573ad|commit]], [[https://git.kernel.org/linus/17983dc617837a588a52848ab4034d8efa6c1fa6|commit]], [[https://git.kernel.org/linus/fec29364348fec535c55708b1f4025b321aba572|commit]], [[https://git.kernel.org/linus/6935e052557caaa8e1ee0a7d85faeb55853d2e0e|commit]] * Change replacement strategy [[https://git.kernel.org/linus/83d97f620f611ab3fbf2de585bf34bd9dab513c2|commit]], [[https://git.kernel.org/linus/72bcf4aa86ece2b49fbdc7fe83d3a05c7ebcfc97|commit]], [[https://git.kernel.org/linus/1238f6a226dc27ec34d229b71b02f0d6c46bbf11|commit]], [[https://git.kernel.org/linus/4ffc2ee2cf01f3d03977fbeb1b43da2dc22a95f4|commit]], [[https://git.kernel.org/linus/068bafcac0b89ee5b1616793231eb4b3dd41e3f0|commit]], [[https://git.kernel.org/linus/530f745c7620af288b71b3d667cb90f10df3defe|commit]] * Shrink struct maple_tree [[https://git.kernel.org/linus/52ae298e3e5c9be5bb95e1c6d9199e5210f2a156|commit]] * Optimize the fast path of mas_store() [[https://git.kernel.org/linus/d6e8d0dc19a3ebea185cd8e99f2e960d81b153ad|commit]], [[https://git.kernel.org/linus/c38d9ff2cc6777f7dc5c02fcb4842402ab5f362a|commit]], [[https://git.kernel.org/linus/23e9dde0b246d47e4a1942ea50bf7fef63e2d41a|commit]], [[https://git.kernel.org/linus/64891ba3e51fb841b0af70db029038eb93bd5a43|commit]] * rust: upgrade to Rust 1.71.1 [[https://git.kernel.org/linus/89eed1ab1161e7d60595917e3b982e03dfcc0f8d|commit]] * treewide: drop CONFIG_EMBEDDED [[https://git.kernel.org/linus/ef815d2cba782e96b9aad9483523d474ed41c62a|commit]] * compiler_types: Introduce the Clang {{{__preserve_most}}} function attribute [[https://git.kernel.org/linus/7a0fd5e1678505534573b3c14c6ff69ed8592596|commit]] * list: Introduce CONFIG_LIST_HARDENED [[https://git.kernel.org/linus/aebc7b0d8d91bbc69e976909963046bc48bca4fd|commit]] * tools/nolibc * Add pipe(), pipe2() and their testcase [[https://git.kernel.org/linus/3ec38af6eedb1659f4a2b0350f61782952dd50b7|commit]], [[https://git.kernel.org/linus/5c01259b1256ebc59bf6d64b396e7464f21c2583|commit]] * Add a new syscall helper [[https://git.kernel.org/linus/f134c7066c9064b4c9756dd86b2ace6b5cb89d20|commit]], [[https://git.kernel.org/linus/f09f1912e4cd26949c565fbc0216e3c1b55e0fb4|commit]], [[https://git.kernel.org/linus/8b9bdab635870e44fd0684be6e70056201f7bc0c|commit]], [[https://git.kernel.org/linus/6d1970e1efc8696bc8c4b8d36c9680882cb2c849|commit]], [[https://git.kernel.org/linus/6591be4a73feb955a107c70c7e5b621a97a2eb4b|commit]], [[https://git.kernel.org/linus/924e9539aeaa89e93268b4a39bac356e4355ab78|commit]], [[https://git.kernel.org/linus/4201cfce15fe35d9d90ae870aba12eb84c0452ab|commit]], [[https://git.kernel.org/linus/938b5b983330a55af8e31eabf329db7dbc7a5038|commit]], [[https://git.kernel.org/linus/82e339c23036d0abefa7ef68d8fb134b0a7f14f4|commit]], [[https://git.kernel.org/linus/29f5540be3925d76ef6257d23b1782cdbf55c94f|commit]], [[https://git.kernel.org/linus/f193ecbff0effc06190036d92ec2fa582d9e6824|commit]], [[https://git.kernel.org/linus/d4a3b2b99810ef398c352585edff2c23b17ef86d|commit]], [[https://git.kernel.org/linus/ba3d0892be0e2d5a7d144c5519920130639524fc|commit]], [[https://git.kernel.org/linus/fcdbf5dda418aad3fdc5fcedbdb41900a24178a8|commit]] * scripts/gdb: Add GDB memory helper commands [[https://git.kernel.org/linus/11f956538c07e566bb8edf399c30cccb064df5a3|commit]], [[https://git.kernel.org/linus/82141540c3e01d1929299c81375e97b80b8eaf52|commit]], [[https://git.kernel.org/linus/4d040cbca8e4714cc83e17778b6a28c6df41f79c|commit]], [[https://git.kernel.org/linus/eb985b5dbf9791136700c555fbf964b6c07481ce|commit]], [[https://git.kernel.org/linus/0e1b240a4b17484d7d5733f33a9f83980a6988a0|commit]], [[https://git.kernel.org/linus/2f060190efcee2781b3ba7cb12a6876b6e024e2d|commit]], [[https://git.kernel.org/linus/79939c4a79bc643d399bd3fdd0f87100ea6b4362|commit]], [[https://git.kernel.org/linus/852622bf3616034e11e20955aa2d8d40c200138e|commit]] * RCU: Tasks RCU updates [[https://git.kernel.org/linus/d119357d0743548f90243315de905cf6a79e5221|commit]], [[https://git.kernel.org/linus/5ae769c611e7d77c1d945cb132140deb93a32d49|commit]], [[https://git.kernel.org/linus/450d461aa629024c0f01022122838b5243fe0f2a|commit]], [[https://git.kernel.org/linus/db13710a0365ba66f8f232eb3bdfaa1a10d820f7|commit]], [[https://git.kernel.org/linus/84dd7f19e72656fac5faf67f1b1809e57e9788cc|commit]], [[https://git.kernel.org/linus/cb88f7f51bc6f351a529ff61d0a706c6eae1417a|commit]] * kbuild: Enable -Wenum-conversion by default [[https://git.kernel.org/linus/c40e60f00caf18bc382215c79651777eb40f5f9d|commit]] * VFS: Introduce {{{FSCONFIG_CMD_CREATE_EXCL}}} which will allows userspace to implement something like {{{mount -t ext4 --exclusive /dev/sda /B}}} which fails if a superblock for the requested filesystem does already exist [[https://git.kernel.org/linus/e062abaec65b970c4d7ecf26bc1558a1b6f92970|commit]], [[https://git.kernel.org/linus/dae8b08d5d83b7550917af06cfba76f0b908bf15|commit]], [[https://git.kernel.org/linus/11a51d8c13a75f6b24cffeda8e5e11fc8a749f1e|commit]], [[https://git.kernel.org/linus/22ed7ecdaefe0cac0c6e6295e83048af60435b13|commit]] * VFS: Block mode changes on symlinks [[https://git.kernel.org/linus/5d1f903f75a80daa4dfb3d84e114ec8ecbf29956|commit]] = File systems = == BTRFS == * Copy dir permission and time when creating a stub subvolume [[https://git.kernel.org/linus/94628ad9440800ca0bd2436203a27c7576f769b7|commit]] * Deprecate integrity checker feature [[https://git.kernel.org/linus/16c3a47648383efa625f771999182db9f34fb8d9|commit]] * Restore the scrub performance after the [[https://kernelnewbies.org/Linux_6.4#BTRFS|6.4]] rewrite [[https://git.kernel.org/linus/1dc4888e725dc748b82858984f2a5bd41efc5201|commit]], [[https://git.kernel.org/linus/3c771c194402ffe20d4de68d9fc21e703179a9ce|commit]], [[https://git.kernel.org/linus/ae76d8e3e1351aa1ba09cc68dab6866d356f2e17|commit]], [[https://git.kernel.org/linus/39dc7bd94d084dcdcd4c88be281d7d8c9b3b0d61|commit]], [[https://git.kernel.org/linus/4fe44f9d0472579f69b44001787f2316e4541217|commit]] == OVERLAYFS == * Debugging check for valid superblock [[https://git.kernel.org/linus/36295542969dcfe7443f8cc5247863ed06a936d5|commit]], [[https://git.kernel.org/linus/f01d08899fd7fa808ff9b8d33ca4882ab44d42fa|commit]], [[https://git.kernel.org/linus/adcd459ff805ce5e11956cfa1e9aa85471b6ae8d|commit]] * Report overlayfs file ids with fanotify [[https://git.kernel.org/linus/16aac5ad1fa94894b798dd522c5c3a6a0628d7f0|commit]], [[https://git.kernel.org/linus/b0504bfe1b8acdcfb5ef466581d930835ef3c49e|commit]], [[https://git.kernel.org/linus/d9544c1b0d9e14a66936814dcc8a85861ea1b99f|commit]], [[https://git.kernel.org/linus/cbb44f0935974bba997f8db0458fac5739ae0009|commit]] * Add support for using fs-verity to validate lowerdata files by specifying an overlay.verity xattr on the metacopy files. This is primarily motivated by the Composefs usecase, where there will be a read-only EROFS layer that contains redirect into a base data layer which has fs-verity enabled on all files. However, it is also useful in general if you want to ensure that the lowerdata files matches the expected content over time [[https://git.kernel.org/linus/ae8cba4033bc16e8a07792428a48a50710cc0f3c|commit]], [[https://git.kernel.org/linus/bf07089081a0ea18da4a103b9d813ffae3c2f6d8|commit]], [[https://git.kernel.org/linus/184996e92e86c4a4224dc4aaee75b2ccd04b6e78|commit]], [[https://git.kernel.org/linus/0c71faf5a607c8744ccee702846970bdb1a8005f|commit]] * DEFLATE compression support [[https://git.kernel.org/linus/ffa09b3bd02427ab631f0c1b64714ce6fc885f61|commit]] == XFS == * Start merging of online repair * fix online repair block reaping [[https://git.kernel.org/linus/86a464179cef7185ad9e540d51063e7f196e55ba|commit]], [[https://git.kernel.org/linus/e06ef14b9f8eb5edab8c466680818d436eefdff0|commit]], [[https://git.kernel.org/linus/8e54e06b5c7dd44b5d52581ef60a94b178aa878f|commit]], [[https://git.kernel.org/linus/a55e07308831b500d9f093d3c23bffb4180b12af|commit]], [[https://git.kernel.org/linus/5fee784ed08572732ad02af6fb0e6ef7b9c99320|commit]], [[https://git.kernel.org/linus/77a1396f9ff112d71460edc43d74a019ba420979|commit]], [[https://git.kernel.org/linus/9ed851f695c71d325758f8c18e265da9316afd26|commit]], [[https://git.kernel.org/linus/1c7ce115e521060819f6e9b6b6eb26ae0aee6596|commit]], [[https://git.kernel.org/linus/014ad53732d2bac34d21a251f3622a4da516e21b|commit]] * stage repair information in pageable memory [[https://git.kernel.org/linus/3934e8ebb7cc6e5f1ade35d586ed3eb79b88eb95|commit]], [[https://git.kernel.org/linus/232ea052775f9d3f32c0275610f2638b97641c2a|commit]], [[https://git.kernel.org/linus/c390c6450318345b3caa1996a4ef1367477a5aa8|commit]], [[https://git.kernel.org/linus/137db333b29186ad085d593c8a702e9f0e9c43f4|commit]], [[https://git.kernel.org/linus/e5b46c75892ecd83b49beea08b234a4e496534f8|commit]], [[https://git.kernel.org/linus/cf36f4f64c2d4e928b6fdfff06d8e21561e3e32f|commit]], [[https://git.kernel.org/linus/764018caa99f7629cefc92257a26b83289a674f3|commit]] * add usage counters for scrub [[https://git.kernel.org/linus/a76dba3b248cb0c2b93d66f463d5ca3cf7037d28|commit]], [[https://git.kernel.org/linus/d7a74cad8f45133935c59ed0adf949f85238624b|commit]] * online scrubbing of realtime summary files [[https://git.kernel.org/linus/17308539507c710682409d429746695c74c51336|commit]], [[https://git.kernel.org/linus/294012fb070e33fb4a0aace7ac8d26357b705cf4|commit]], [[https://git.kernel.org/linus/b7d47a77b90498a76969bf729b296e14f139737f|commit]], [[https://git.kernel.org/linus/526aab5f5790e257cbdff1d1be89353257a3e451|commit]] * miscellaneous repair tweaks [[https://git.kernel.org/linus/d65eb8a63350d9344611567607d3b59dccb7e76e|commit]], [[https://git.kernel.org/linus/d728f4e3b21e74910e370b09bab54629eb66badb|commit]] * force rebuilding of metadata [[https://git.kernel.org/linus/8336a64eb75cba4cc4749d9c4770fef53afdc1ad|commit]], [[https://git.kernel.org/linus/5c83df2e54b6af870e3e02ccd2a8ecd54e36668c|commit]] * fixes to the AGFL repair code [[https://git.kernel.org/linus/9ce7f9b225b6052bfe50ebf255978a1806ab0472|commit]], [[https://git.kernel.org/linus/a634c0a60b9c7942630b4f68b0af55c62d74b8fc|commit]] * fixes for the block mapping checker [[https://git.kernel.org/linus/65092ca1402cb7d640c6f65d3c19eb02bf08ead1|commit]], [[https://git.kernel.org/linus/e27a1369a9c1907086e6bf8735504a88394074c9|commit]] == EXT4 == * Add periodic superblock update check [[https://git.kernel.org/linus/ff0722de896eb278fca193888d22278c28f2782c|commit]] == CEPH == * fscrypt: full support [[https://git.kernel.org/linus/c7b9ed7c34a9f5dbf8222d63e3e313cef9f3150b|commit]], [[https://git.kernel.org/linus/08b8a0440eeec83f8330349f829908858fd52d31|commit]], [[https://git.kernel.org/linus/a679e50f728648f7b2f3b349e082448abd388038|commit]], [[https://git.kernel.org/linus/f628d799972799023d32c2542bb2639eb8c4f84e|commit]], [[https://git.kernel.org/linus/f36217e35ce13fe284fe9481711614200badebb0|commit]], [[https://git.kernel.org/linus/d396f89db39a2f259e2125ca43b4c31bb65afcad|commit]], [[https://git.kernel.org/linus/03bc06c7b0bd8d86b9f17f459acaeb1283ba2700|commit]], [[https://git.kernel.org/linus/18cc912b8a2acaf32589241fbac47192ab90db14|commit]], [[https://git.kernel.org/linus/d3e94fdc4ef476ca1edd468cc11badf2dbbb3c00|commit]], [[https://git.kernel.org/linus/637fa738b590ec0e3414931d1e07c4f195eb5215|commit]], [[https://git.kernel.org/linus/ec9595c080c6f0ba3ebcfc3013eac8f38b868b78|commit]], [[https://git.kernel.org/linus/2d332d5bc424404911540006a8bb450fbb96b178|commit]], [[https://git.kernel.org/linus/6b5717bd30ab7f35792d20b71211055bdb43e6de|commit]], [[https://git.kernel.org/linus/4ac4c23eaa389859f746a6ef31e1c71d880312f4|commit]], [[https://git.kernel.org/linus/f061feda6c54ccb02b0f2c09926fb8edd4882fbb|commit]], [[https://git.kernel.org/linus/4c793d4c58b7e57e1eb616e3d032df6b3789a4a3|commit]], [[https://git.kernel.org/linus/c526760181ca083dbd607d2e694b43080a8b1585|commit]], [[https://git.kernel.org/linus/457117f077c6749d1e28469eae91fb69c9806768|commit]], [[https://git.kernel.org/linus/3859af9eba958cec91e4908f64787f190254f565|commit]], [[https://git.kernel.org/linus/79f2f6ad878c1f2cb9edc674c6a263ff2ef6d1fd|commit]], [[https://git.kernel.org/linus/94af0470924c6368b07f9125fde29d6698ed1558|commit]], [[https://git.kernel.org/linus/69dd3b3930f96b624228000921f417fb0919a6ab|commit]], [[https://git.kernel.org/linus/0d91f0ad6a01c8c64a84c5255c5ab95133d0fed5|commit]], [[https://git.kernel.org/linus/d4d518871574ebbd53f054c16c085caa0a77b83d|commit]], [[https://git.kernel.org/linus/77cdb7e17e39ebb986f60bbd3c2b3507687bf475|commit]], [[https://git.kernel.org/linus/5c64737d253683b7d138dde0da513a9ade16a170|commit]], [[https://git.kernel.org/linus/4e8c4c235578b4d44bd6676df3a01dce98d0f7dd|commit]], [[https://git.kernel.org/linus/8cff8f5374c7974ab9b9726c5b7c50f10466047e|commit]], [[https://git.kernel.org/linus/b294fa295ff47a1fdf4db5e8c9275cc7af328c5e|commit]], [[https://git.kernel.org/linus/33a5f1709a44efa7253b84832fe4a49fccf4924b|commit]], [[https://git.kernel.org/linus/d55207717ded95c8f2760a30e93319fa313186e6|commit]], [[https://git.kernel.org/linus/af9ffa6df7e337599ce41165d9e6166a330c7b96|commit]], [[https://git.kernel.org/linus/dd66df0053ef84add5e684df517aa9b498342381|commit]], [[https://git.kernel.org/linus/e127e03009a3a3c26f00d0b2703c6e0e47927aec|commit]], [[https://git.kernel.org/linus/64e86f632bf148d007946c52781781eb8380d416|commit]] == FUSE == * Support birth time [[https://git.kernel.org/linus/8d8f9c4b8df6bc2bf005c91b73b23a0e60f0e413|commit]], [[https://git.kernel.org/linus/ba58a37c2847f21494a04240fb48955cbd5d1aca|commit]], [[https://git.kernel.org/linus/9dc10a54abe50b733a5b561d5f8be718e79c3590|commit]], [[https://git.kernel.org/linus/d3045530bdd29d91033eea437d8a961f4ee598b5|commit]], [[https://git.kernel.org/linus/972f4c46d0a1bb7fde3ce0bd15775855b2d02c68|commit]] * Add a new fuse init flag to relax restrictions in no cache mode [[https://git.kernel.org/linus/80e4f25262f9f1a5f08154fafaa6ac4371043d35|commit]], [[https://git.kernel.org/linus/e78662e818f9478e70912cc2970ca632ec9f3635|commit]], [[https://git.kernel.org/linus/b5a2a3a0b77668257fa72ee6bc0eac90493f13c1|commit]] == GFS2 == * Introduce new {{{quota=quiet}}} mount option [[https://git.kernel.org/linus/eef46ab713f78591fe2cb20f5e90d9a8fdbddd59|commit]] == EROFS == * Introduce xattr name bloom filter [[https://git.kernel.org/linus/3f339920175c871ac63b4ea179117da7518618fd|commit]], [[https://git.kernel.org/linus/fd73a4395d477ae134f319f7368a9f8a6264fd8b|commit]] == KSMBD == * Add support for read compound [[https://git.kernel.org/linus/e2b76ab8b5c9327ab2dae6da05d0752eb2f4771d|commit]] == NFS == * Add support for NFSv4.1+ write delegation [[https://git.kernel.org/linus/d67cd907cf8ae2cd42e4f3859ad4de4c16d0c2a3|commit]], [[https://git.kernel.org/linus/fd19ca36fd782b84f71b86525b91a905cda913a4|commit]] == TMPFS == * User xattrs and direct IO [[https://git.kernel.org/linus/5de75970c9fd7220e394b76e6d20fbafa1369b5a|commit]], [[https://git.kernel.org/linus/e07c469e979c104464300aaa3b7923f929055cd0|commit]], [[https://git.kernel.org/linus/2daf18a7884dc03d5164ab9c7dc3f2ea70638469|commit]], [[https://git.kernel.org/linus/e88e0d366f9cfbb810b0c8509dc5d130d5a53e02|commit]], [[https://git.kernel.org/linus/aa5b9178c01905d7691512b366cf2886dfe2680c|commit]] = Memory management = * Randomized slab caches for kmalloc() [[https://git.kernel.org/linus/3c6152940584290668b35fa0800026f6a1ae05fe|commit]] * gup: Unify hugetlb, speed up thp [[https://git.kernel.org/linus/dd767aaa2fc8f1a000df0504f6231afcafe8a8e9|commit]], [[https://git.kernel.org/linus/458568c92953dee3716234711f1a2830a35261f3|commit]], [[https://git.kernel.org/linus/5502ea44f5ade35d32a397353956bc026b870400|commit]], [[https://git.kernel.org/linus/ffe1e7861211aafe12977a3ed2f11bb6fe1e77ea|commit]], [[https://git.kernel.org/linus/57edfcfd3419b4799353d8cbd6ce49da075cfdbd|commit]], [[https://git.kernel.org/linus/4849807114b83e1897381ed3f851632f376a0b7e|commit]], [[https://git.kernel.org/linus/2bc48136224592fe4f8f50629d0469d6d0274207|commit]], [[https://git.kernel.org/linus/de4ec376df7bd2db4aa887b350a681686ea54064|commit]] * shmem: Add user and group quota support for tmpfs [[https://git.kernel.org/linus/c7e263ab45b95170fe7d4b818bab484268b7bba8|commit]], [[https://git.kernel.org/linus/71480663b751de1bdfafaa2f668ceabaea78b68b|commit]], [[https://git.kernel.org/linus/86be6b8bd834bece87e6adc5313cb41e1ba7fe81|commit]], [[https://git.kernel.org/linus/eafc474e202978ac735c551d5ee1eb8c02e2be54|commit]], [[https://git.kernel.org/linus/e09764cff44b5d31c2ca5477444565e3080637d2|commit]], [[https://git.kernel.org/linus/de4c0e7ca8b526a82ff7e5ee5533787bb6d01724|commit]], [[https://git.kernel.org/linus/509f006932de7556d48eaa7afcd02dcf1ca9a3e9|commit]] * shmemfs stable directory offsets [[https://git.kernel.org/linus/6faddda69f623d38bb097640689901a4b5ff881a|commit]], [[https://git.kernel.org/linus/23a31d87645c652734f89f477f69ddac9aa402cb|commit]], [[https://git.kernel.org/linus/a2e459555c5f9da3e619b7e47a63f98574dc75f1|commit]] * Split ptdesc from struct page [[https://git.kernel.org/linus/f7bda0d85dd7733143b5ea66987cb9b102bd0189|commit]], [[https://git.kernel.org/linus/9a35de4ffc209bd7956c4811ad17c4883791db43|commit]], [[https://git.kernel.org/linus/bf2d4334f72e4e033166c5a3bf1331a7238eab9d|commit]], [[https://git.kernel.org/linus/f5ecca06b3a5d0371ee27ee08aa06c686407a8af|commit]], [[https://git.kernel.org/linus/1865484af6b2ced2f367c1042b5f3816c11db148|commit]], [[https://git.kernel.org/linus/edbaefe53c6418ea11372e6b3ce952ab8caa1f78|commit]], [[https://git.kernel.org/linus/75b25d49ca6638f9a4eac47cff508b174743d907|commit]], [[https://git.kernel.org/linus/7e5f42ae3413785c68c383acb787f9ce8f243096|commit]], [[https://git.kernel.org/linus/6ed1b8a09deb0b99fd3b54e11535c80284689555|commit]], [[https://git.kernel.org/linus/7e11dca14b27e11596a0c49c7d20bc7816cb0508|commit]], [[https://git.kernel.org/linus/b3311d707c8f1c1d3b0e45f5c4785e9ca3d723a1|commit]], [[https://git.kernel.org/linus/6326c26c1514757242829b292b26eac589013200|commit]], [[https://git.kernel.org/linus/4f054c28f425b2f1623c9fdc2c2f69719a22190b|commit]], [[https://git.kernel.org/linus/5823b9fe0451869b4c67a920533d47c5bf1e7628|commit]], [[https://git.kernel.org/linus/380f2c1ae9d45a1aa19a2b05dbe57371feebb394|commit]], [[https://git.kernel.org/linus/bb3be388537b85b567dd614b492d66f383bc8273|commit]], [[https://git.kernel.org/linus/222107e1601f6de9c662784929c0f819cc01fa21|commit]], [[https://git.kernel.org/linus/da9aefca789d753071e3f36fa940da329c11f7f8|commit]], [[https://git.kernel.org/linus/9a4bbd8d975e01a777005e00c0e26d72bb6cc15a|commit]] * Add {{{UFFDIO_POISON}}} to simulate memory poisoning with UFFD [[https://git.kernel.org/linus/af19487f00f34ff8643921d7909dbb3fedc7e329|commit]], [[https://git.kernel.org/linus/f92cedfa39ef208c9685d2fdd8215bb58178571b|commit]], [[https://git.kernel.org/linus/2ef5d7245d9cb86c96c2a881b000834aa929a915|commit]], [[https://git.kernel.org/linus/435cdb41a76fcfa5d6af7e0e39bb8ab5ef4b7a64|commit]], [[https://git.kernel.org/linus/fc71884a5f599a603fcc3c2b28b3872c09d19c18|commit]], [[https://git.kernel.org/linus/597425df4fecd272ca48f73feca7833433c16e12|commit]], [[https://git.kernel.org/linus/8a13897fb0daa8f56821f263f0c63661e1c6acae|commit]], [[https://git.kernel.org/linus/f442ab50f5fb581804e4c4b6f8ead394fe975589|commit]], [[https://git.kernel.org/linus/7cf0f9e83769cb7862dff0221a3ace67d9b2ed9f|commit]], [[https://git.kernel.org/linus/99aa77215ad0254bf15f84e58fe9f3f1d942ff0f|commit]] * Move vma operations to mm_struct out of the critical section of file mapping lock [[https://git.kernel.org/linus/6852c46c783d20a4c0153d14d2990040e5e6e47e|commit]] * More filesystem folio conversions for 6.6 [[https://git.kernel.org/linus/b23d03ef7af567929bcd3fca7eea6f4f347387d3|commit]], [[https://git.kernel.org/linus/41a638a1b3fca4ceb46c7a7b8372f43f38603297|commit]], [[https://git.kernel.org/linus/341130265c81e05cdbd0fecdb8ffb6db1fff693e|commit]], [[https://git.kernel.org/linus/d5db4f9df9397d398256a2e33ad63c39c213b990|commit]], [[https://git.kernel.org/linus/07811230c3cd820a88c3429c646d3fa60aac65e5|commit]], [[https://git.kernel.org/linus/8147c4c4546f9f05ef03bb839b741473b28bb560|commit]], [[https://git.kernel.org/linus/5f6d28622ffc7fa356b2745b088c831ebb8546b0|commit]] * ksm: support tracking KSM-placed zero-pages [[https://git.kernel.org/linus/79271476b3362a9e69adae949a520647f8af3559|commit]], [[https://git.kernel.org/linus/e2942062e01df85b4692460fe5b48ab0c90fdb95|commit]], [[https://git.kernel.org/linus/6080d19f07043ade61094d0f58b14c05e1694a39|commit]], [[https://git.kernel.org/linus/1a8e84305783bddbae708f28178c6d0aa6321913|commit]], [[https://git.kernel.org/linus/3d0745e59c840e64c6b7bf102c43bec29337605d|commit]] * damon/sysfs: add a file for efficiently get total size of DAMOS tried regions [[https://git.kernel.org/linus/b69f92a741405336fb17a8a3d67fc144192fe8e2|commit]], [[https://git.kernel.org/linus/6ad243b83b5094026fdb3171711ddb25246b3d8a|commit]], [[https://git.kernel.org/linus/b823cb08e66212f5d90b5eaad59b2371b930e33f|commit]], [[https://git.kernel.org/linus/ea7f03a441b58abcc9b619570a628c53e80665c6|commit]] * Improve hugetlbfs read on HWPOISON hugepages [[https://git.kernel.org/linus/9e130c4b000b0a3f0bf4b4c8e714bfe3d06ff4cc|commit]], [[https://git.kernel.org/linus/b79f8eb408d0468df0d6082ed958b67d94adce65|commit]], [[https://git.kernel.org/linus/38c1ddbde6c6593e7c4bc17bde87232b7c577e7b|commit]], [[https://git.kernel.org/linus/ba91e7e5d15a22946e6531c898e197e128bb6634|commit]] * ksm: add pages scanned metric [[https://git.kernel.org/linus/b348b5fe2b5f14ac8bb64fe271d7a027db8cc674|commit]] * Handle most file-backed faults under the VMA lock [[https://git.kernel.org/linus/284e05920498788c5df1a7dd6424adb426498e1c|commit]], [[https://git.kernel.org/linus/350f6bbca1de515cd7519a33661cefc93ea06054|commit]], [[https://git.kernel.org/linus/4ec31152a80d83d74d231d964703a721236244ef|commit]], [[https://git.kernel.org/linus/c4fd825e188471d4d2796e02729dd029b3b23210|commit]], [[https://git.kernel.org/linus/8f5fd0e1a02020062c52063f15d4e5c426ee3547|commit]], [[https://git.kernel.org/linus/0c2e394ab23017303f676e6206a54c54bb0e3681|commit]], [[https://git.kernel.org/linus/61a4b8d32025dcabcd78994f887a4b9dff912cf0|commit]], [[https://git.kernel.org/linus/f5617ffeb450f84c57f7eba1a3524a29955d42b7|commit]], [[https://git.kernel.org/linus/4c2f803abb1797e571579adcaf134a727b3ffc48|commit]], [[https://git.kernel.org/linus/063e60d806151f3733acabccb62a463d55fac469|commit]] * Make vma locking more obvious [[https://git.kernel.org/linus/49b0638502da097c15d46cd4e871dbaa022caf7c|commit]], [[https://git.kernel.org/linus/ce2fc5fffdfa9fc1412aff108afa102ddf82fd2b|commit]], [[https://git.kernel.org/linus/e727bfd5e73a35ecbc4a01a15c659b9fafaa97c0|commit]], [[https://git.kernel.org/linus/60081bf19b0ec8fa40c589bd361fa2bc763f1050|commit]], [[https://git.kernel.org/linus/ad9f006351c3368171458ae7ab14d72f031b239f|commit]], [[https://git.kernel.org/linus/c9d6e982c3f8703c24f488d3de15e0ee97f4655e|commit]] * Per-VMA lock support for swap and userfaults [[https://git.kernel.org/linus/b243dcbf2f13856e39e18df3a15a65f6fe33db85|commit]], [[https://git.kernel.org/linus/7a32b58be9bab8f0440a4af526bfb1269e5affdb|commit]], [[https://git.kernel.org/linus/4089eef0e6ac1a179c58304c657b3df3bb6fe509|commit]], [[https://git.kernel.org/linus/fdc724d6aa44efd75cc9b6a3c3900baac44bc50a|commit]], [[https://git.kernel.org/linus/1235ccd05b6dd6970ff50baea99aa994023fbc4a|commit]], [[https://git.kernel.org/linus/29a22b9e08d70d6c9b075c12c47b6e895cb65cf0|commit]] * Free retracted page table by RCU [[https://git.kernel.org/linus/a349d72fd9efc87c8fd1d16d3164752d84a7275b|commit]], [[https://git.kernel.org/linus/146b42e07494e45f7c7bcf2cbf7afd1424afd78e|commit]], [[https://git.kernel.org/linus/de2e4626c70605b7ff5ab32b75336547663d465f|commit]], [[https://git.kernel.org/linus/3d140215a6aec37f112aec1606c6a76f7e4443d3|commit]], [[https://git.kernel.org/linus/8211dad6279817a8966ff6b74c2c588dd4166f45|commit]], [[https://git.kernel.org/linus/ad1ac8d94cde7709e3ea5360963ff70df2c0b4aa|commit]], [[https://git.kernel.org/linus/13cf577e6b66a148d6d63f5ef7801f4b61d5850f|commit]], [[https://git.kernel.org/linus/1d65b771bc08cd054cf6d3766a72e113dc46d62f|commit]], [[https://git.kernel.org/linus/1043173eb5eb351a1dba11cca12705075fe74a9e|commit]], [[https://git.kernel.org/linus/d50791c2bee9ed97b1dd81db9bbb11caddcdfb0d|commit]], [[https://git.kernel.org/linus/cf95e337cb63cfbf5c9ea1a1f64f9818b979e3b3|commit]], [[https://git.kernel.org/linus/610d06576737f5401647a4aab46558c1114898fb|commit]] * kfence: allocate kfence_metadata at runtime [[https://git.kernel.org/linus/cabdf74e6b319c989eb8e812f1854291ae0af1c0|commit]] * Make MEMFD_CREATE into a selectable config option [[https://git.kernel.org/linus/626e98cb0366e66bdc2088918aecabee1fc6c4b2|commit]] * netfs, fscache: Stop read optimisation when folio removed from pagecache [[https://git.kernel.org/linus/b4fa966f03b7401ceacd4ffd7227197afb2b8376|commit]], [[https://git.kernel.org/linus/0201ebf274a306a6ebb95e5dc2d6a0a27c737cac|commit]] * zswap: multiple zpools support [[https://git.kernel.org/linus/b8cf32dc6e8c75b712cbf638e0fd210101c22f17|commit]] * Followup folio conversions for zswap [[https://git.kernel.org/linus/34f4c198bfbe86612c368eb122002787acecaa93|commit]], [[https://git.kernel.org/linus/074e3e262adb02a7a42e32e0aadfb6b6cf416854|commit]], [[https://git.kernel.org/linus/fbcec6a3a09b309900f1ecef8954721d93555abd|commit]], [[https://git.kernel.org/linus/ca54f6d89d60abf3e7dea68c95dfd442eeece212|commit]] * Create large folios in iomap buffered write path if the file system could get them [[https://git.kernel.org/linus/908a1ad89466c1febf20bfe0037b84fc66f8a3f8|commit]], [[https://git.kernel.org/linus/1b0306981e0f1e5a9ad3d08b9c88bfe21b68e3b9|commit]], [[https://git.kernel.org/linus/a221ab717c43147f728d93513923ba3528f861bf|commit]], [[https://git.kernel.org/linus/32b29cc9db455f69ac792c637aea11493bfaf1bc|commit]], [[https://git.kernel.org/linus/7a8eb01b078f6280089347feee02aebda0024880|commit]], [[https://git.kernel.org/linus/ffc143db63eeea7c8a27deb3c56d090a220a1ace|commit]], [[https://git.kernel.org/linus/4f66170119107f1452d2438ba4606e105e9e3afe|commit]], [[https://git.kernel.org/linus/d6bb59a9444d218dc60dee3b45fd93c0d4f5e123|commit]], [[https://git.kernel.org/linus/5d8edfb900d55db7dbf2dbf325bfb9fdb863ec72|commit]] * Convert several functions in page_io.c to use a folio [[https://git.kernel.org/linus/479c33049116f2d138b4dfec328961881cc26b33|commit]], [[https://git.kernel.org/linus/9962ed64bd2154863ab3b63b15a2b55e39dc7117|commit]], [[https://git.kernel.org/linus/6d2790d95d7cffaf0def36270032ce5228dd43a5|commit]], [[https://git.kernel.org/linus/a3ed1e9b63a2703caab4fe63ddb560991a5f618c|commit]], [[https://git.kernel.org/linus/bc74b53f29e1025a08e97f8e507968608a567f26|commit]], [[https://git.kernel.org/linus/6a8c068774ad7634b43bebd97182141765398835|commit]], [[https://git.kernel.org/linus/f54fcaabd34b98921ec12501d0507e1fa1ae831b|commit]], [[https://git.kernel.org/linus/2675251d5037c308a03f8ad1545b4169522cb950|commit]], [[https://git.kernel.org/linus/9b72b134eedc6fbdf7b59c9c4764a57d14b2fea7|commit]], [[https://git.kernel.org/linus/98630cfdc4221e1455e13c1bd423d029c888dca6|commit]] * secretmem: use a folio in secretmem_fault() [[https://git.kernel.org/linus/7e2fca52ef918e5c983391f984ed5c98b0dea6a1|commit]] * swap: stop using page->private on tail pages for THP_SWAP + cleanups [[https://git.kernel.org/linus/cfeed8ffe55b37fa10286aaaa1369da00cb88440|commit]], [[https://git.kernel.org/linus/85a1333417a7561c1d10a77d6c873a37e6ea63a0|commit]], [[https://git.kernel.org/linus/3d2c908768877714a354ee6d7bf93e801400d5e2|commit]], [[https://git.kernel.org/linus/07e09c483cbef2a252f75d95670755a0607288f5|commit]] * Remove _folio_dtor and _folio_order [[https://git.kernel.org/linus/99a9e0b83ab9955e604397717b82267feb021df3|commit]], [[https://git.kernel.org/linus/dd6fa0b61814492476463149c91110e529364e82|commit]], [[https://git.kernel.org/linus/454a00c40a21c59e99c526fe8cc57bd029cf8f0e|commit]], [[https://git.kernel.org/linus/8dc4a8f1e038189cb575f89bcd23364698b88cc1|commit]], [[https://git.kernel.org/linus/0f2f43fabb95192c73b19586ef7536d7ac7c2f8c|commit]], [[https://git.kernel.org/linus/9c5ccf2db04b8d7c3df363fdd4856c2b79ab2c6a|commit]], [[https://git.kernel.org/linus/de53c05f2ae3d47d30db58e9c4e54e3bbc868377|commit]], [[https://git.kernel.org/linus/c704ae9797843402436190a6f094a035237fd012|commit]], [[https://git.kernel.org/linus/ebc1baf5c9b46c2240c580a2fd992b2e48606dfa|commit]], [[https://git.kernel.org/linus/6199277baf73a4877b42991b97c40e173e530756|commit]], [[https://git.kernel.org/linus/b10ff04dc0ec7cc7dbb0eac98c4202ec8d28c21b|commit]], [[https://git.kernel.org/linus/a644b0abbfe1d7cf775082cafdcc7b5f3c35becf|commit]] * dma-contiguous: support numa CMA for specified node [[https://git.kernel.org/linus/bf29bfaa54901a4bdee2a18cd10eb951a884a5f9|commit]] * dma-contiguous: support per-numa CMA for all architectures [[https://git.kernel.org/linus/22e4a348f87c59df2c02f1efb7ba9a56b622c7b8|commit]] * fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigate a false sharing. [[https://git.kernel.org/linus/aee79d4e5271cee4ffa89ed830189929a6272eb8|commit]] * New page table range API [[https://git.kernel.org/linus/f9bff0e31881d03badf191d3b0005839391f5f2b|commit]],[[https://git.kernel.org/linus/a379322022c0961fe0b638cdd842d3c38eeff92c|commit]], [[https://git.kernel.org/linus/3a255267f6dff40e193501cf731f409ce9175503|commit]], [[https://git.kernel.org/linus/bc60abfbe687e886f1c38d49ef2a00e90b4b49cf|commit]], [[https://git.kernel.org/linus/29d26f1215de14721188988a59b1426abb85b7be|commit]], [[https://git.kernel.org/linus/bcc6cc832573a99d1f935c89a28e2c71fd1aaf0c|commit]], [[https://git.kernel.org/linus/63497b716be30fb268b2358836efb4bb9e615f15|commit]], [[https://git.kernel.org/linus/ac4cfaccedac891d29560ddfb64cb5c1e710e1e1|commit]], [[https://git.kernel.org/linus/8b5989f3333717273d02ab87ba8781f72a6783ab|commit]], [[https://git.kernel.org/linus/4a169d61c2ede57edfcfd3419b4799353d8cbd6ce49da075cfdbd9fdf27103e1f454d4a0401d9025|commit]], [[https://git.kernel.org/linus/e724e7aaf9ca794670a4d4931af7a7e24e37fec3|commit]], [[https://git.kernel.org/linus/9ff633944165d11c53c088d9596db3da66e90396|commit]], [[https://git.kernel.org/linus/876397837d582ce72f977ac3e635ce74eebcecc9|commit]], [[https://git.kernel.org/linus/a6d01af08b2e40772cf97e700b699850f6862886|commit]], [[https://git.kernel.org/linus/5553b15a4bbba8039e1f31b63642048286f540dc|commit]], [[https://git.kernel.org/linus/27a8b944fe91503ba15241d9a8504a34af0009fa|commit]], [[https://git.kernel.org/linus/15fa3e8e32692a423209a1808ef098f7ec3174f5|commit]], [[https://git.kernel.org/linus/994209410919f2b84b7e4ab2e78785d9715308ad|commit]], [[https://git.kernel.org/linus/063e409dcc37a5834fe94342b3cbcfe17d094eed|commit]], [[https://git.kernel.org/linus/e70bbca607424dbb236cc641adba39c2cc0d65c5|commit]], [[https://git.kernel.org/linus/9fee28baa601f4dbf869b1373183b312d2d5ef3d|commit]], [[https://git.kernel.org/linus/864609c6a0b5f0464f6ec7869cb2a45a529c35d7|commit]], [[https://git.kernel.org/linus/843f9310e00ad4d6207cff88c05ce90b857625d0|commit]], [[https://git.kernel.org/linus/157efa290441bf7eb952f81717704afef09ae0d6|commit]], [[https://git.kernel.org/linus/665f640294540a941aabb81ae46dfc671aff5259|commit]], [[https://git.kernel.org/linus/1a10a44dfc1d55ba84987da1f8377258a044499c|commit]], [[https://git.kernel.org/linus/fd8132e6e9fdecb9ff7d1db98014d372e03f3c9d|commit]], [[https://git.kernel.org/linus/a3e1c9372c9b95945aa58f318990cf3e4bf2881d|commit]], [[https://git.kernel.org/linus/4fbb7e7f47dbc631a9f5bad3171ccbca171ed1d3|commit]], [[https://git.kernel.org/linus/29269ad90bed55a9ece007a7ece53f4505df3781|commit]], [[https://git.kernel.org/linus/203b7b6aad6769a43987deb81c35456de8bb16c7|commit]], [[https://git.kernel.org/linus/af4fcb0729329cc4b3f6977d7f75562a00174bd1|commit]], [[https://git.kernel.org/linus/9f1f5b60e76d44fa85fef6970b7477f72d3999eb|commit]], [[https://git.kernel.org/linus/de74976eb65151a2f568e477fc2e0032df5b22b4|commit]], [[https://git.kernel.org/linus/86f35f69db8e7d169c36472a349507ab0a461f49|commit]], [[https://git.kernel.org/linus/3bd786f76de2e01745f462844fd1a206052ee8b8|commit]], [[https://git.kernel.org/linus/617c28ecab22d98a3809370eb6cf7bda0d85dd7733143b5ea66987cb9b102bd0189b50fa24b7bfe1|commit]], [[https://git.kernel.org/linus/5003a2bdf6880dc9c301f555bece1154081158fe|commit]] * ioremap: Convert architectures to take GENERIC_IOREMAP way [[https://git.kernel.org/linus/0b1f77e74b5a9234e83dc89f1593b769547a37fa|commit]], [[https://git.kernel.org/linus/8d05554dca2af6a77dc38a152f4e84fdf7e35179|commit]], [[https://git.kernel.org/linus/53c98e35dcbcacdb8e5c4d9c8fd6dfa8962af5c7|commit]], [[https://git.kernel.org/linus/7613366a190202a8ebe8090ca4758b551f1b7feb|commit]], [[https://git.kernel.org/linus/dfdc6ba95768b4935058dcf2a8a09874289ba88f|commit]], [[https://git.kernel.org/linus/a5f6164831104a7441a0c4101c5b74cd59fbdfa6|commit]], [[https://git.kernel.org/linus/b94692e84dccf12dd30839c4e97b9ba028036a8f|commit]], [[https://git.kernel.org/linus/ab1cd02083d046a25b48a2cad71ace6d5ddf0e9e|commit]], [[https://git.kernel.org/linus/016fec91013cfb27c9f5a101a87ae8266537fed1|commit]], [[https://git.kernel.org/linus/8f03d74f716313892908819a389ff9ede483c3a5|commit]], [[https://git.kernel.org/linus/95da27c4c6dd735c4f2798aca9095c086cf48faf|commit]], [[https://git.kernel.org/linus/5bd2cc56667d9357c040e1980811fcdade79837e|commit]] * Extend DAMOS filters for address ranges and DAMON monitoring targets [[https://git.kernel.org/linus/ab9bda001b681c293fb72ef21f083adfbcd78028|commit]], [[https://git.kernel.org/linus/2f1abcfccd86826777b2bcb2bb4e0d149a90ccf5|commit]], [[https://git.kernel.org/linus/26713c8908752a7edca18dcafe88e36dccfb41a2|commit]], [[https://git.kernel.org/linus/4c45c20d53488d05da6e240f3ac4dffbd3963f94|commit]], [[https://git.kernel.org/linus/96a7cb23778a4b2f8fbe714cbcfa15d1475d430f|commit]], [[https://git.kernel.org/linus/2beb97fcbf87d7424ee95c76ba08a2b2454406e0|commit]], [[https://git.kernel.org/linus/375af850385c787fc7115bf304c48b475818e5e4|commit]], [[https://git.kernel.org/linus/17e7c724d3c2e622c4d9969b7a473e8ed1d14ff0|commit]], [[https://git.kernel.org/linus/9f6e47abfcb40c2f97f6987fca086ff463de2381|commit]], [[https://git.kernel.org/linus/9628ace840614abcdd99abc0b313edc4c6d0b1ad|commit]], [[https://git.kernel.org/linus/08ad3bb3edc08b64762dadbfee5bd00143d7f40e|commit]], [[https://git.kernel.org/linus/d3d21d91ae93210bcc8e7bf9af81bda5124a3b3b|commit]], [[https://git.kernel.org/linus/41a7ed8cfd54d85adbb5f48cd3673dd7ff0eb450|commit]] * proc/ksm: add ksm stats to /proc/pid/smaps [[https://git.kernel.org/linus/8b47933544a68a62a9c4e35f8d8a6d2a2c935823|commit]] = Block layer = * iomap * Add support for per-block dirty state to improve write performance and reduce write amplification for cases where either blocksize is less than pagesize [[https://git.kernel.org/linus/04f52c4e6f8001e2d81006027dac08badddafde8|commit]], [[https://git.kernel.org/linus/3ea5c76cadeedcc0e40e180d2c4e37dc289fee22|commit]], [[https://git.kernel.org/linus/cc86181a3b7605f394182cdc38b6a87632511a88|commit]], [[https://git.kernel.org/linus/eee2d2e6ea5550118170dbd5bb1316ceb38455fb|commit]], [[https://git.kernel.org/linus/0af2b37d8e7a3da90c94862abb18c8b2853f81ea|commit]], [[https://git.kernel.org/linus/7f79d85b525b3494ab0d28ba1fd2a01874d0fc8a|commit]], [[https://git.kernel.org/linus/a01b8f225248e86f3328a48c3311882148a8c5d3|commit]], [[https://git.kernel.org/linus/4ce02c67972211be488408c275c8fbf19faf29b3|commit]] * Improve asynchronous iomap DIO performance by using the initiating task's context instead of punting through a workqueue [[https://git.kernel.org/linus/3486237c6fe8d0e5024f9c48bfe73843b1bd8284|commit]], [[https://git.kernel.org/linus/44842f647346cac4063b2bb8e9476fad09e363e7|commit]], [[https://git.kernel.org/linus/3a0be38cc84d05e86f1c7d5b601513f31d3b24fa|commit]], [[https://git.kernel.org/linus/daa99c5a3319e371029834092ee5f7c84bb43a70|commit]], [[https://git.kernel.org/linus/7b3c14d1a96bf63c078c3bbfe5573fb964e80b95|commit]], [[https://git.kernel.org/linus/9cf3516c29e6dba95d36d7d86c03b06495107859|commit]], [[https://git.kernel.org/linus/099ada2c87260e5c52fbdad4ca40c165fc194a2e|commit]], [[https://git.kernel.org/linus/8c052fb3002e6e7eccdc138d2e459cd03f019ade|commit]] * md/raid1: Avoid lock contention from wake_up() [[https://git.kernel.org/linus/21bd9a68fef47c4f0e951be9a6fac9745cee1bab|commit]] * md: raid0: account for split bio in iostat accounting [[https://git.kernel.org/linus/cc22b5407e9ca76adb7efeed843146510b1b72a5|commit]] * Improve performance for BLK_MQ_F_BLOCKING drivers [[https://git.kernel.org/linus/65a558f66c308251e256317957b75d1e643c33c3|commit]], [[https://git.kernel.org/linus/b5ca9acff553874aaf1faf176e076cbd7cc4aa0e|commit]], [[https://git.kernel.org/linus/d42e2e3448a99c41c8489766eeb732d8d741d5be|commit]] * sed-opal: keyrings, discovery, revert, key store [[https://git.kernel.org/linus/9fb10726ecc5145550180aec4fd0adf0a7b1d634|commit]], [[https://git.kernel.org/linus/5c82efc1aee8eb0919aa67a0d2559de5a326bd7c|commit]], [[https://git.kernel.org/linus/3bfeb61256643281ac4be5b8a57e9d9da3db4335|commit]] * block/mq-deadline: use correct way to throttling write requests [[https://git.kernel.org/linus/d47f9717e5cfd0dd8c0ba2ecfa47c38d140f1bb6|commit]] * md: make bitmap file support optional [[https://git.kernel.org/linus/a34d4ef82c3c4bd8bda817e9fb53ef37c5595ddd|commit]], [[https://git.kernel.org/linus/0ae1c9d38426737c39085f919b9b27d2eab3802e|commit]] * ublk: enable zoned storage support [[https://git.kernel.org/linus/29802d7ca33bc0a75c9da2a143eeed4f9e99fca4|commit]], [[https://git.kernel.org/linus/9d4ed6d46272bb60036a6539aae74eafcbbb3d2d|commit]], [[https://git.kernel.org/linus/1a6e88b9593b63ccdfe1d84e3f99dd91e4f8d490|commit]] = BPF = * Add SO_REUSEPORT support for TC bpf_sk_assign [[https://git.kernel.org/linus/36397a189513c8bf9736d07360238a09a4694b90|commit]], [[https://git.kernel.org/linus/f0ea27e7bfe1c34e1f451a63eb68faa1d4c3a86d|commit]], [[https://git.kernel.org/linus/67312adc96b5a585970d03b62412847afe2c6b01|commit]], [[https://git.kernel.org/linus/ce796e60b3b196b61fcc565df195443cbb846ef0|commit]], [[https://git.kernel.org/linus/0f495f7617229772403e683033abc473f0f0553c|commit]], [[https://git.kernel.org/linus/2a61776366bd17db9ac8c93ec32b8e0ae6b11cf2|commit]], [[https://git.kernel.org/linus/6c886db2e78ce1dee163d07240467770a235f33e|commit]], [[https://git.kernel.org/linus/9c02bec95954252c3c01bfbb3f7560e0b95ca955|commit]], [[https://git.kernel.org/linus/22408d58a42cb59b88dcec3694f477a838dd68ed|commit]] * BPF link support for tc BPF programs [[https://git.kernel.org/linus/053c8e1f235dc3f69d13375b32f4209228e1cb96|commit]], [[https://git.kernel.org/linus/e420bed025071a623d2720a92bc2245c84757ecb|commit]], [[https://git.kernel.org/linus/fe20ce3a512649b7f883e15dfc01eb29bfcf2168|commit]], [[https://git.kernel.org/linus/55cc3768473e139483be8f17796b50d21788953f|commit]], [[https://git.kernel.org/linus/4e9c2d9af5612a6992260b3c7d3047c40265861e|commit]], [[https://git.kernel.org/linus/57c61da8bff4a5cf5fd15a26517c3960e04d8d61|commit]], [[https://git.kernel.org/linus/cd13c91d929053baec94e278b28c7f3b974d02ed|commit]], [[https://git.kernel.org/linus/c6d479b3346c7430b911a891f3246043c61f054d|commit]] * Add multi uprobe link [[https://git.kernel.org/linus/89ae89f53d201143560f1e9ed4bfa62eee34f88e|commit]], [[https://git.kernel.org/linus/c5487f8d91868eeab17a59cf4d164ea113f90252|commit]], [[https://git.kernel.org/linus/3505cb9fa26cfec9512744466e754a8cbc2365b0|commit]], [[https://git.kernel.org/linus/0b779b61f651851df5c5c42938a6c441eb1b5100|commit]], [[https://git.kernel.org/linus/b733eeade4204423711793595c3c8d78a2fa8b2e|commit]], [[https://git.kernel.org/linus/686328d80c4346329d37a838021fa6b7d5ca64ec|commit]], [[https://git.kernel.org/linus/8097e460cabd9973e424e0f93bc1ad44cebf6466|commit]], [[https://git.kernel.org/linus/5c742725045ae9c15b7ae2041d1fbd1f2180ab86|commit]], [[https://git.kernel.org/linus/f90eb70d4489ea6fa6f3a7638aa614e15ad7181f|commit]], [[https://git.kernel.org/linus/3774705db1718a671a4ed2ac5066fea839b1d7d1|commit]], [[https://git.kernel.org/linus/7ace84c6892971766b7c252b3998d5662679e472|commit]], [[https://git.kernel.org/linus/e613d1d0f7d4f6ee9b458c62f85c577872dce9a6|commit]], [[https://git.kernel.org/linus/5054a303f8960a45ea823021656d5ac19fb8fc89|commit]], [[https://git.kernel.org/linus/3140cf121c255686084bb31dd86ba3bdd4a8a540|commit]], [[https://git.kernel.org/linus/5bfdd32dd575cb516878a4ee46db75659cded540|commit]], [[https://git.kernel.org/linus/7e1b468123453bbb047eab7c7d6cecd4dd318ff0|commit]], [[https://git.kernel.org/linus/5902da6d8a523ed468ea1f28e001c7d5f30c042d|commit]], [[https://git.kernel.org/linus/3830d04a7401f277185e4439eb259c1b13e76788|commit]], [[https://git.kernel.org/linus/75b3715720d731c45b2a66f7f292504e97b109e6|commit]], [[https://git.kernel.org/linus/ffc68903617a29f000806aac1961dd7ac64c3d87|commit]], [[https://git.kernel.org/linus/a93d22ea6092f464c9bcb1e9e53537d103f2f6fa|commit]], [[https://git.kernel.org/linus/519dfeaf5119e316c1b3301ba2e38eb6d5eb0733|commit]], [[https://git.kernel.org/linus/3706919ee05f7667f5751eba3e06ae5b2bf1bffa|commit]], [[https://git.kernel.org/linus/4cde2d8aa7f705fdc395e05d4acd7a9512871f59|commit]], [[https://git.kernel.org/linus/85209e839fc2933ca1a167f3af89dce5abff42d4|commit]], [[https://git.kernel.org/linus/e7cf9a48f8d634a3c65a28715158b6f6c0540e71|commit]], [[https://git.kernel.org/linus/d571efae0f1d3d3b6c3aa294889d47a39b4ab8a1|commit]], [[https://git.kernel.org/linus/8909a9392b4193f6d76dab9508c63c71458210df|commit]] * Support bpf_get_func_ip helper in uprobes [[https://git.kernel.org/linus/eb62e6aef940fcb1879100130068369d4638088f|commit]], [[https://git.kernel.org/linus/a3c485a5d8d47af5d2d1a0e5c3b7a1ed223669f9|commit]], [[https://git.kernel.org/linus/e43163ed1c0a655083a811404e422f4c045637eb|commit]], [[https://git.kernel.org/linus/7febf573a58b55170782985c031dfaf805662297|commit]] * Support ->fill_link_info for kprobe_multi and perf_event links [[https://git.kernel.org/linus/87e098e62347ebb55ed775126580cfbdc42a3669|commit]], [[https://git.kernel.org/linus/dc6519445b33bcd9c0ce69c914979a3c0c6e80ce|commit]], [[https://git.kernel.org/linus/edd7f49bb884139af9069dcf59d9f89f1f4ddf3f|commit]], [[https://git.kernel.org/linus/f1a414537ecc18b5882a57045ce3e4a11e528290|commit]], [[https://git.kernel.org/linus/5125e757e62f6c1d5478db4c2b61a744060ddf3f|commit]], [[https://git.kernel.org/linus/cd3910d005052382901fe3d0a3aeed48b1b64906|commit]], [[https://git.kernel.org/linus/57d485376552480602ab83bf7499b451bae5a1b9|commit]], [[https://git.kernel.org/linus/1b715e1b0ec531fae72cd6698fe1c98affa436f8|commit]], [[https://git.kernel.org/linus/62b57e3ddd64002f5b3f6fb2ea50b79a2994cfec|commit]], [[https://git.kernel.org/linus/88d6160737fa7bec9addb9c479b8166e88bc5ff5|commit]] * Support new insns from cpu v4 [[https://git.kernel.org/linus/1f9a1ea821ff25353a0e80d971e7958cd55b47a3|commit]], [[https://git.kernel.org/linus/8100928c881482a73ed8bd499d602bab0fe55608|commit]], [[https://git.kernel.org/linus/1f1e864b65554e33fe74e3377e58b12f4302f2eb|commit]], [[https://git.kernel.org/linus/0845c3db7bf5c4ceb7100bcd8fd594d9ccf3c29a|commit]], [[https://git.kernel.org/linus/ec0e2da95f72d4a46050a4d994e4fe471474fd80|commit]], [[https://git.kernel.org/linus/7058e3a31ee4b9240cccab5bc13c1afbfa3d16a0|commit]], [[https://git.kernel.org/linus/4cd58e9af8b9d9fff6b7145e742abbfcda0af4af|commit]], [[https://git.kernel.org/linus/f835bb6222998c8655bc4e85287d42b57c17b208|commit]], [[https://git.kernel.org/linus/86180493a2ef572d703ed3a486ab347b194ce4d9|commit]], [[https://git.kernel.org/linus/a5d0c26a2784890d803fca5e0dd27c590472b43d|commit]], [[https://git.kernel.org/linus/147c8f4470eeae14c566984bd81b33334866ce10|commit]], [[https://git.kernel.org/linus/f02ec3ff3f09b191a6fde8dcf805da6a01baea97|commit]], [[https://git.kernel.org/linus/79dbabc175408f7f6a7d156ab8fd68539703459c|commit]], [[https://git.kernel.org/linus/de1c26809ec37b632ad7bcec3bba8b849eb44d43|commit]], [[https://git.kernel.org/linus/613dad498072f20d9bfd996422f0fd8e9a2f6c0d|commit]], [[https://git.kernel.org/linus/0c606571ae07568b18c112d011dc8cd01d6ae346|commit]], [[https://git.kernel.org/linus/245d4c40c09bd8d5a71640950eeb074880925b9a|commit]] * Add percpu stats for bpf_map [[https://git.kernel.org/linus/b625030c9027c3ad648da8400f20d6100391a4e6|commit]], [[https://git.kernel.org/linus/25954730461af01f66afa9e17036b051986b007e|commit]], [[https://git.kernel.org/linus/803370d3d37579e080e8c59f2360a072d0e45aff|commit]], [[https://git.kernel.org/linus/9bc421b6be955c0960356210960d82707aa009e8|commit]], [[https://git.kernel.org/linus/515ee52b2224f73f63ac031cbf400cd513d2f45b|commit]], [[https://git.kernel.org/linus/6c1b8cb6a70ad4b357fbc92fc9c5d6bc67593351|commit]] * libbpf: add netfilter link attach helper [[https://git.kernel.org/linus/c20f9cef725bc6b19efe372696e8000fb5af0d46|commit]], [[https://git.kernel.org/linus/a94098d490e17d652770f2309fcb9b46bc4cf864|commit]], [[https://git.kernel.org/linus/9abddac583d68e16258d5e0b95dc1b3ca1886173|commit]], [[https://git.kernel.org/linus/91721c2d02d3a0141df8a4787c7079b89b0d0607|commit]], [[https://git.kernel.org/linus/3495e89cdc3ab71719bd88c03dbd624c49ee70d2|commit]], [[https://git.kernel.org/linus/e15a22095608ae5e1da5892da739d83b49b3bba5|commit]], [[https://git.kernel.org/linus/c313eae739b9a0fc5fbe655cece38eae0a90ec42|commit]] * BPF Refcount followups 2: Addn 'owner' field to {{{bpf_{list,rb}_node}}} structs, to be used by the runtime to determine whether insertion or removal operations are valid in shared ownership scenarios [[https://git.kernel.org/linus/b04ab8c13a73c10a97126fbe7076b2fbf632ba03|commit]], [[https://git.kernel.org/linus/0a1f7bfe35a3e1302529fa900bf0574a5dfc8ea6|commit]], [[https://git.kernel.org/linus/c3c510ce431cd99fa10dcd50d995c8e89330ee5b|commit]], [[https://git.kernel.org/linus/fdf48dc2d054b73453f6e11ae39e96a559fc7144|commit]], [[https://git.kernel.org/linus/f3514a5d67403f803eadd39cf61986638101e755|commit]] * bpftool: Implement link show support for tcx [[https://git.kernel.org/linus/e16e6c6df475b10b1ed933a6827798312612358f|commit]] * bpftool: Implement link show support for xdp [[https://git.kernel.org/linus/053bbf9bff58864be880d7e9a5af586793dbb7de|commit]] * libbpf: Add netfilter link attach helper [[https://git.kernel.org/linus/52364abb10b57074bf724ee2032e688180ed8bde|commit]] * libbpf: Support triple-underscore flavors for kfunc relocation [[https://git.kernel.org/linus/5964a223f5e47a593c6ada9b9c54b61f04ac0a3b|commit]] * Remove BPF event support [[https://git.kernel.org/linus/3d6dfae889174340af94c7357c8bae018966c524|commit]], [[https://git.kernel.org/linus/5e6da6be3082f77be06894a1a94d52a90b4007dc|commit]], [[https://git.kernel.org/linus/5056c99e8d97e1129ff29826971eefbe345b6837|commit]], [[https://git.kernel.org/linus/cd2cece61ac5f900c43df366c9a64ddb62173707|commit]] = Tracing, perf = * tracing: introducing eventfs [[https://git.kernel.org/linus/ee41106a12c76f38d0cf82ef17809fa62757151d|commit]], [[https://git.kernel.org/linus/ba37ff75e04be7df5fa19dcd86f81c984294a37b|commit]], [[https://git.kernel.org/linus/2c6b6b1029d46a8760d6cba09b4e75cb1ac9b579|commit]], [[https://git.kernel.org/linus/c1504e5102384762bd06b068e9928b624a8a88c6|commit]], [[https://git.kernel.org/linus/88f349b4a83aab6a0fabd4230a1b6796f26bc546|commit]], [[https://git.kernel.org/linus/63940449555e799d387f316993ad824476c16953|commit]], [[https://git.kernel.org/linus/a3760079177765b7f1782419f1c3e12facaf1e9d|commit]], [[https://git.kernel.org/linus/5bdcd5f5331a276a3ddf1fba8605986d0d15298a|commit]], [[https://git.kernel.org/linus/27152bceea1df27ffebb12ac9cd9adbf2c4c3f35|commit]], [[https://git.kernel.org/linus/7c1130ea5cae215588e6d51242b877fd405e6c32|commit]] * tracing/filters: filtering event fields with a cpumask [[https://git.kernel.org/linus/cfb58e278c6a6b167e24f5820fce9f63bf802b30|commit]], [[https://git.kernel.org/linus/39f7c41c908bc82947ce47cdd021520ff486c53f|commit]], [[https://git.kernel.org/linus/3cbec9d7b93d33082cfbbf20fab7ccadd29075ef|commit]], [[https://git.kernel.org/linus/347d24fc8286e766696cfed112d6a353cb62cb68|commit]], [[https://git.kernel.org/linus/fe4fa4ec9b464f5a93b2010247822fdd3a2a2115|commit]], [[https://git.kernel.org/linus/ca77dd8ce4658d1006d747dd1995ebb9375199c8|commit]], [[https://git.kernel.org/linus/1cffbe6c62f10e200813ef19caea49bbde71d474|commit]], [[https://git.kernel.org/linus/38c6f68083895e5e732239dbb277e87fa76f5cd3|commit]], [[https://git.kernel.org/linus/fa828efb9cb3afae46163b02988fbb4fff1122bc|commit]] * tracing: Improbe BTF support on probe events [[https://git.kernel.org/linus/b1d1e90490b671444ebf66292201572c1059d323|commit]], [[https://git.kernel.org/linus/ebeed8d4a55513116116993861c98a72915265ba|commit]], [[https://git.kernel.org/linus/302db0f5b3d87e3b9de2d82bfe11c1d7db84d0c2|commit]], [[https://git.kernel.org/linus/c440adfbe30257dde905adc1fce51131145f7245|commit]], [[https://git.kernel.org/linus/d157d7694460b9aa5b974c37b1ad5fb10c8f8b7c|commit]], [[https://git.kernel.org/linus/27973e5c64b9e6dbea06a3ee86ed7509147b3848|commit]], [[https://git.kernel.org/linus/08c9306fc2e32b037ad93127ef784d86699c523a|commit]], [[https://git.kernel.org/linus/d892d3d3d885d6b3c5635671e43460dbe8fb32eb|commit]], [[https://git.kernel.org/linus/a2439a4c90856b83657aec4600c19551aa9501ff|commit]] * Add a 'perf bench' to test the overhead of uprobes + BPF [[https://git.kernel.org/linus/2df270716447a1024a6c955eed8fa579333dca85|commit]], [[https://git.kernel.org/linus/dded6f615b854740461be63672fa05158875ffaa|commit]], [[https://git.kernel.org/linus/54d811023b5f99e658511b577b16a6d7014d162c|commit]], [[https://git.kernel.org/linus/6af5e4cf3a6521d23ca53df5001319babefdffbf|commit]], [[https://git.kernel.org/linus/7b47623b8cae8149688c11396bb690bed6936f70|commit]] * Perf tool LTO support [[https://git.kernel.org/linus/91f88a0ac8bce5f385ef8c1a6766fce04f7f0043|commit]], [[https://git.kernel.org/linus/0f97a3a0deccece93797cd35ba1c18704e94b7e7|commit]], [[https://git.kernel.org/linus/5cfb0cc0d95af8bf33a8fb1cedc3e76ca3b6fb81|commit]], [[https://git.kernel.org/linus/c126ac4a2003fff398311739514f173944a5ceab|commit]] * Lazily load PMU data [[https://git.kernel.org/linus/50402641216292db807d286c44e6426cc3fcbf1e|commit]], [[https://git.kernel.org/linus/c3245d2093c16c60bddc2ec5e945354ffe16bb95|commit]], [[https://git.kernel.org/linus/4000519eb0c665947c9cb581b7fb8fdd89e92f4c|commit]], [[https://git.kernel.org/linus/2e255b4f9f41f137d9e3dc4fae3603a9c2c3dd28|commit]], [[https://git.kernel.org/linus/9d31cb9395447a62a00402be549f7a55a738d874|commit]], [[https://git.kernel.org/linus/c4ac7f7542e7bc958453f8fdcb528348308539dc|commit]], [[https://git.kernel.org/linus/e3edd6cf6399f17114081d0e20f31ddadafb70b5|commit]], [[https://git.kernel.org/linus/3d5045492ab209163714c70aa48e4ab6275ecca4|commit]], [[https://git.kernel.org/linus/edb217ff14fb98c74373f65f8ac08b9bfe26e344|commit]], [[https://git.kernel.org/linus/f26d22f1bac8d57a1bfbea0513285d9347fde95d|commit]], [[https://git.kernel.org/linus/f63a536f03a2f64fa9a75369e2d006d77f90c156|commit]], [[https://git.kernel.org/linus/7c52f10c0d4d8db86ef94b40446efbe291d067dc|commit]], [[https://git.kernel.org/linus/e6ff1eed3584362dcf5ffb6b9daf497183b4d3a8|commit]], [[https://git.kernel.org/linus/88ed91848db2f631403f61987c1093b18042a8d0|commit]], [[https://git.kernel.org/linus/7b723dbb96e85a63a8f01e2b3fdfb76aa5d418a8|commit]], [[https://git.kernel.org/linus/8d4b6d37ea7862d230ad2e1bd4c7d2ff5e9acd53|commit]], [[https://git.kernel.org/linus/f85d120c46e7e31e0516b15a9a11f6721150eb3b|commit]], [[https://git.kernel.org/linus/eeb6b12992c4a348af6773e50084f981dc3dda76|commit]] * Add support for Firefox's gecko profile format [[https://git.kernel.org/linus/1699d3efe111e33e275ca7d4163c8b1470ba79b3|commit]], [[https://git.kernel.org/linus/0a02e44cc2fe1657af1f2740cb9a1dcd8a9338cc|commit]], [[https://git.kernel.org/linus/5aacd7f08a3276f4fad729a600d51a1cc5d5191a|commit]], [[https://git.kernel.org/linus/833daec7e6cfda0d6c30a94c21b6706ff094cd45|commit]], [[https://git.kernel.org/linus/2d889c6af1cc125380b03b6efdaed0a4b4611aed|commit]] * perf tools: Add a place to put kernel config fragments for test runs [[https://git.kernel.org/linus/404e077a16bb7796908b604b2df02cd650c965aa|commit]] = Virtualization = * hv/hv_kvp_daemon:Support for keyfile based connection profile [[https://git.kernel.org/linus/42999c90461293233de9bb6e6c7d8a2db7281c1e|commit]] * Add {{{VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK}}} flag to vdpa backend [[https://git.kernel.org/linus/8b59b4da9b56ce2ec2dc7dc3ae544405553c2de0|commit]], [[https://git.kernel.org/linus/9f09fd6171fe8badef7875ab1642e67360bc5483|commit]], [[https://git.kernel.org/linus/b63e5c70c39349ea5b9e7dbb604551902fc753fc|commit]], [[https://git.kernel.org/linus/2c9c63711607e3742029f433f130320a9fd7a6a0|commit]] * virtio_ring: support add premapped buf [[https://git.kernel.org/linus/d7344a2f71e38eb04fc16e3fef4f0580f42cbbd5|commit]] * xen: privcmd: Add support for irqfd [[https://git.kernel.org/linus/f8941e6c4c712948663ec5d7bbb546f1a0f4e3f6|commit]] * vfio * Add IO page table replacement support [[https://git.kernel.org/linus/89e07fd4680985351559cdc916098ad72e034bfc|commit]], [[https://git.kernel.org/linus/5d5c85ff6246c1b70b3b75a0b9d9fe749d0a5652|commit]], [[https://git.kernel.org/linus/9227da7816dd1a42e20d41e2244cb63c205477ca|commit]], [[https://git.kernel.org/linus/6129b59fcdf374b5d82e1f4518884da13de38b1a|commit]], [[https://git.kernel.org/linus/70c16123d865046899c36e3655b2d611f38f51a3|commit]], [[https://git.kernel.org/linus/c154660b6e26c3f0670a49f43f1fafa5d65f6d39|commit]], [[https://git.kernel.org/linus/c157fd88619946cd62af47c45214c479749dad8d|commit]] * Add vfio_device cdev for iommufd support [[https://git.kernel.org/linus/b1a3b5c61d27299799a61e50e08f507b2e9a8a75|commit]], [[https://git.kernel.org/linus/b1a59be8a2b64d00409dc7c9d523572ed32bcff8|commit]], [[https://git.kernel.org/linus/34aeeecdb3357f9ca5aea549525a17790d1c427d|commit]], [[https://git.kernel.org/linus/2f99073a722beef5f74f3b0f32bda227ba3df1e0|commit]], [[https://git.kernel.org/linus/dcc31ea60b422f9868c39607059d6e37cee6cefa|commit]], [[https://git.kernel.org/linus/05f37e1c03b6c2ec5f9d7c06354d51e296727525|commit]], [[https://git.kernel.org/linus/82d93f580f0be56eb36964bc39e85dd3ca0530bc|commit]], [[https://git.kernel.org/linus/270bf4c019b94828229036a4ebc3361a30a7e9f3|commit]], [[https://git.kernel.org/linus/839e692fa4eb7da5c541a65155f1dbc237d8afaa|commit]], [[https://git.kernel.org/linus/6086efe73498fd0f97817375cc248f72ad1e20bc|commit]], [[https://git.kernel.org/linus/6f240ee677eb642398905df48af7efef70a477aa|commit]], [[https://git.kernel.org/linus/31014aef9e4cc0326b5df0c3149e757a2b490176|commit]], [[https://git.kernel.org/linus/9048c7341c4df9cae04c154a8b0f556dbe913358|commit]], [[https://git.kernel.org/linus/e23a6217f3bb4f6f205d4517782ad49e3533fc1c|commit]], [[https://git.kernel.org/linus/8cfa71860233652f8566bcdf55e77aefe0017b4a|commit]], [[https://git.kernel.org/linus/291872a533a2cdea8df1ae157987cd7ab3939421|commit]], [[https://git.kernel.org/linus/38c24544e10a541d92be9d4ec2dfc8a94f4d87ba|commit]], [[https://git.kernel.org/linus/8b6f173a4ce47ef0606124710315560c64f2344e|commit]], [[https://git.kernel.org/linus/5c6de3ea73768d1781024e4a41f77d6d71bc64cb|commit]], [[https://git.kernel.org/linus/1c9dc07487cb0f246075b2d3b305bba91156d376|commit]], [[https://git.kernel.org/linus/ca9e45b414709b9a7279d396ec3d338b057349a8|commit]], [[https://git.kernel.org/linus/5fcc26969a164e6a3154bb68badd6712716eb954|commit]], [[https://git.kernel.org/linus/b290a05fd858281fcac6fe94ec76a46d5396b9e5|commit]], [[https://git.kernel.org/linus/5398be2564ebf761373c0d003246490e529da21a|commit]], [[https://git.kernel.org/linus/c1cce6d079b875396c9a7c6838fc5b024758e540|commit]], [[https://git.kernel.org/linus/094671300fea0e24fe1eb33b73b54863065490c9|commit]] * pds-vfio-pci driver [[https://git.kernel.org/linus/9a4087fab303e7923ab839a6fe35059659a54649|commit]], [[https://git.kernel.org/linus/38fe3975b4c2c5eeefb543e09f9620da18b0d069|commit]], [[https://git.kernel.org/linus/b021d05e106e14b603a584b38ce62720e7d0f363|commit]], [[https://git.kernel.org/linus/63f77a7161a2df9924eea9be3b6c63be10151252|commit]], [[https://git.kernel.org/linus/bb500dbe2ac622551d98c0bb2735a68f59489c98|commit]], [[https://git.kernel.org/linus/f232836a9152c34ffd82bb5d5c242a1f6808be12|commit]], [[https://git.kernel.org/linus/7dabb1bcd1779bda021544671011e97611c819c4|commit]], [[https://git.kernel.org/linus/fc9da66103d386386ad7e6fb2727971522c799a7|commit]] * Enhance vfio PCI hot reset for vfio cdev device [[https://git.kernel.org/linus/c60f932043301f11a9991fea88db1bf188f37791|commit]], [[https://git.kernel.org/linus/6e6c513fe1d8b53417aa84a56fac5bbda8b3a720|commit]], [[https://git.kernel.org/linus/eda175dfe2484c1e79afaee0f65eeebfb9f89a53|commit]], [[https://git.kernel.org/linus/86b0a96c2952fa07b782b37f6ec783ace63a01a6|commit]], [[https://git.kernel.org/linus/78d3df457ae5eb53ef1f295a8a704691abea1b1d|commit]], [[https://git.kernel.org/linus/af949759bad27934b6f242e8a3b1c394e09fb4a3|commit]], [[https://git.kernel.org/linus/a80e1de93275fbfba0617e6bbea8522ea5329eb5|commit]], [[https://git.kernel.org/linus/9062ff405b49769c04f00373de2c9cefab91b600|commit]], [[https://git.kernel.org/linus/b56b7aabcf3cfde57559d3ab06567b94f348f13c|commit]], [[https://git.kernel.org/linus/71791b9246c7339f0d151e853546acc653522e2f|commit]] = Cryptography = * Add digitalSignature enforcement keyring restrictions [[https://git.kernel.org/linus/4cfb908054456ad8b6b8cd5108bbdf80faade8cd|commit]], [[https://git.kernel.org/linus/90f6f691a706754e33d2d0c6fa2e1dacedb477f6|commit]], [[https://git.kernel.org/linus/24e527a0e7b23ca0158a4251157d234e156f88ca|commit]] = Security = * seccomp: add the synchronous mode for seccomp_unotify [[https://git.kernel.org/linus/4943b66df18a0e8aedd006792ed73257cd2da8f8|commit]], [[https://git.kernel.org/linus/ab83f455f04df5b2f7c6d4de03b6d2eaeaa27b8a|commit]], [[https://git.kernel.org/linus/6f63904c8f3edb65bd85c1be01d69214ff8ca4c5|commit]], [[https://git.kernel.org/linus/48a1084a8b7423642b5f17ca6202f6f277c5392b|commit]] * ima: require signed IMA policy when UEFI secure boot is enabled [[https://git.kernel.org/linus/56dc986a6b20b20aab1b76e0d8bff79954a00333|commit]] * evm: Do HMAC of multiple per LSM xattrs for new inodes [[https://git.kernel.org/linus/6bcdfd2cac5559c680aef8dd4c5facada55ab623|commit]], [[https://git.kernel.org/linus/baed456a6a2f6b8bec2913a6c6a72cc811252c6e|commit]], [[https://git.kernel.org/linus/6db7d1dee8003921b353d7e613471fe8995f46b5|commit]], [[https://git.kernel.org/linus/c31288e56c1a7bb57a1be1f9f6f3faacbeddeff6|commit]] * Enable loading local and third party keys on PowerVM guest [[https://git.kernel.org/linus/a3af7188e360aea343611dd385056eec44e10175|commit]], [[https://git.kernel.org/linus/bc02667698b0e828f566e031d5020298b8d0c5de|commit]], [[https://git.kernel.org/linus/7b9de406582d12b72cce72c056b5678e8c0627eb|commit]], [[https://git.kernel.org/linus/4cb1ed94f18047d0863f976bc95aa7c0584cc51c|commit]], [[https://git.kernel.org/linus/d7d91c4743c4ef0f60b7556d2794b6dd27cda373|commit]], [[https://git.kernel.org/linus/44e69ea53892f18e8753943a4376de20b076c3fe|commit]] * selinux: move debug functions into debug configuration [[https://git.kernel.org/linus/f01dd5904519574017a4938ffb4424b31ba79cf3|commit]] * selinux: revert SECINITSID_INIT support [[https://git.kernel.org/linus/817199e006e514e6c39a17ed2e9fece1bd56b898|commit]] * Add backup nexthop ID support [[https://git.kernel.org/linus/29cfb2aaa4425a608651a05b9b875bc445394443|commit]], [[https://git.kernel.org/linus/8bb5e82589f0141a990d3fd21d5b79a73a8c6c7b|commit]], [[https://git.kernel.org/linus/d977e1c8e3a143bceb63a0042890f4a0268a9990|commit]], [[https://git.kernel.org/linus/b408453053fbd1409cc98ce420d64448f58cfd09|commit]] * virtio_net: add per queue interrupt coalescing support [[https://git.kernel.org/linus/308d7982dcdc9259ef4a815fe08913087a2c0ea3|commit]], [[https://git.kernel.org/linus/394bd87764b615b0fc17d34127a1cc7da76ff49f|commit]], [[https://git.kernel.org/linus/8af3bf668382eeaba90b15bb37d1bd23c6b55a1e|commit]] = Networking = * Improve the taprio qdisc's relationship with its children [[https://git.kernel.org/linus/09e0c3bbde901f17837ad5088a13c3985534b860|commit]], [[https://git.kernel.org/linus/25b0d4e4e41fcf0d2f43c431a82d344149e91258|commit]], [[https://git.kernel.org/linus/98766add2d55194be9f7d88628a058ceab3b06e6|commit]], [[https://git.kernel.org/linus/6e0ec800c1740372a6bbada0d98e78c2e69ba4a8|commit]], [[https://git.kernel.org/linus/665338b2a7a0139337d1f85be65ed16e487f84c1|commit]], [[https://git.kernel.org/linus/40b0425f8ba17c32cf7182975032a3999c364dfc|commit]], [[https://git.kernel.org/linus/b63e78fca889e07931ec8f259701718a24e5052e|commit]], [[https://git.kernel.org/linus/35da47fe1c4766451def03a1b4f59c6b13a9373c|commit]], [[https://git.kernel.org/linus/355adce3010b9e91a29fc675520fee919639d6ee|commit]], [[https://git.kernel.org/linus/1890cf08bd9992558bfbe710a008a12209389c9b|commit]], [[https://git.kernel.org/linus/29c298d2bc82ccdbd23bf08bbafeb4e874832946|commit]] * xsk: multi-buffer support [[https://git.kernel.org/linus/63a64a56bc3f77c74085047ee45356ac850da3e8|commit]], [[https://git.kernel.org/linus/81470b5c3c6649eef8e5f282cd06793f788ae165|commit]], [[https://git.kernel.org/linus/556444c4e683e73531766d4a577b8b94c42ac160|commit]], [[https://git.kernel.org/linus/faa91b839b09b15d6f9655fc866fa433bb65454c|commit]], [[https://git.kernel.org/linus/804627751b4281dd95148e7564759145da67855e|commit]], [[https://git.kernel.org/linus/b7f72a30e9ac2555b05afc6cfddc9dbc98e1eb8d|commit]], [[https://git.kernel.org/linus/1b725b0c8163cfd2d9ab22057df46b487981cfea|commit]], [[https://git.kernel.org/linus/cf24f5a5feeaae34c1a34d1e04f8ac697290427a|commit]], [[https://git.kernel.org/linus/07428da9e25a5dfae7252cd554c90557f9086a73|commit]], [[https://git.kernel.org/linus/13ce2daa259a3bfbc9a5aeeee8b9a87058703731|commit]], [[https://git.kernel.org/linus/24ea50127ecf0efe819c1f6230add27abc6ca9d9|commit]], [[https://git.kernel.org/linus/1bbc04de607babfca7374d374960e20ebb20813f|commit]], [[https://git.kernel.org/linus/1c9ba9c146589ff3d679b21e5e56b2d25ef43edd|commit]], [[https://git.kernel.org/linus/d5581966040f313c76b0f54ad76b3fb4095fddcd|commit]], [[https://git.kernel.org/linus/eeb2b5381038201133b52829634d2f95a4a8ac5e|commit]], [[https://git.kernel.org/linus/a92b96c4ae10950d8b904ae443d588c0e7f8344b|commit]], [[https://git.kernel.org/linus/49ca37d0d825d175bc6ae624f584a7502e848ebc|commit]], [[https://git.kernel.org/linus/17f1034dd76d7465d4c0948c5280c6fc64ee0542|commit]], [[https://git.kernel.org/linus/f540d44e05cf2f324697ba375235da2d7c92743c|commit]], [[https://git.kernel.org/linus/1005a226da9ab458c3421cfd3730d6534e2f38b1|commit]], [[https://git.kernel.org/linus/697604492b642e4057c6a350dfe33351c770c7af|commit]], [[https://git.kernel.org/linus/f80ddbec476257a064ee0f57aa018bfc0f4d54d7|commit]], [[https://git.kernel.org/linus/807bf4da204938f01ad2e994ba92e82ac486ea2b|commit]], [[https://git.kernel.org/linus/3666bccab43a33904372eaa26936dabef3232497|commit]] * Support offload LED blinking to PHY. [[https://git.kernel.org/linus/7df1f14c04cbb1950e79c19793420f87227c3e80|commit]], [[https://git.kernel.org/linus/1dcc03c9a7a824a31eaaecdfaa03542fb25feb6c|commit]], [[https://git.kernel.org/linus/460b0b648fab24f576c481424e0de5479ffb9786|commit]] * Remove support for DES-based Kerberos enctypes [[https://git.kernel.org/linus/788849b64dff397c7875ea0f68564ff57d1a7515|commit]], [[https://git.kernel.org/linus/649879561d64b05e2b4b0c6068c1a53eccc5214e|commit]], [[https://git.kernel.org/linus/2024b89d90ecb11f214e05acc7fa7929121bebbf|commit]], [[https://git.kernel.org/linus/ec596aaf9b489e2aefa44697e126d95c6896bc4c|commit]], [[https://git.kernel.org/linus/6964629f4c188af3103a645a672877ee0e9bac91|commit]], [[https://git.kernel.org/linus/da33d635bb4a5093b588dd99c97470ffe3922154|commit]], [[https://git.kernel.org/linus/6c922ea71170e7d1f9e7a9049289d9edccb7b21e|commit]], [[https://git.kernel.org/linus/cfb6b328c47e2e798906383d407d9c02d73a7476|commit]], [[https://git.kernel.org/linus/2a9893f796a3d5098dd13eae9c2cf8e2f6de5b25|commit]] * Support UDP encapsulation in packet offload mode [[https://git.kernel.org/linus/89edf40220be8e68922beb54a06fdfc66f743c39|commit]], [[https://git.kernel.org/linus/57266281271add0132bea0b83ef0d6f32704c402|commit]], [[https://git.kernel.org/linus/4acea83a849a04c4b88bf2ee7bcecfcc2f502a24|commit]], [[https://git.kernel.org/linus/d65954934937f1509501ffdd7e0201b37638d2e1|commit]] * devlink: Add port function attributes for ipsec [[https://git.kernel.org/linus/62b6442c58dc17b168f69b37b398a9cab7cd90c9|commit]], [[https://git.kernel.org/linus/390a24cbc39626a8a38c6d877a59f758fe209f2d|commit]], [[https://git.kernel.org/linus/c46fb77383a6d5eea723c785135e79d73614f1c3|commit]], [[https://git.kernel.org/linus/e2537341667830fa1e6dd51bc9dbf19c58954d35|commit]], [[https://git.kernel.org/linus/17c8da5a3423c9f3800a256dbaa685bae18e1264|commit]], [[https://git.kernel.org/linus/8efd7b17a3b03242c97281d88463ad56e8f551f8|commit]], [[https://git.kernel.org/linus/06bab69658a8afb493204448f29703e12e6d3960|commit]], [[https://git.kernel.org/linus/b691b1116e820450de8a5d50eb4ce546a7de93dc|commit]] * In-kernel support for the TLS Alert protocol [[https://git.kernel.org/linus/6a7eccef47b205ae66371a26d36dfb2529835075|commit]], [[https://git.kernel.org/linus/0257427146e84af365612508ace9d0d87dfb7d7a|commit]], [[https://git.kernel.org/linus/35b1b538d422fd765d88fbdaaa6e06ee466d9f93|commit]], [[https://git.kernel.org/linus/5dd5ad682cfe9550a37634a8f55780ebd74edbe8|commit]], [[https://git.kernel.org/linus/39d0e38dcced8d4da92cd11f3ff618bacc42d8a9|commit]], [[https://git.kernel.org/linus/39067dda1d865d7fac1f56c18479e67b0917bbe4|commit]], [[https://git.kernel.org/linus/b470985c76df6d53a9454670fb7551e1197f55e2|commit]] * Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set() [[https://git.kernel.org/linus/66f7223039c0cef81221e9779520479895995815|commit]], [[https://git.kernel.org/linus/e47d01fea663b1fe58d0a493efc9ed667f70242e|commit]], [[https://git.kernel.org/linus/c0dabeb4c666ec952a07e79790606974a3be4303|commit]], [[https://git.kernel.org/linus/54e1ed69c40a3ea9a82cb59ad88e00af98a6628e|commit]], [[https://git.kernel.org/linus/547b006d192261067323efe4b1a12287cf3e4ac2|commit]], [[https://git.kernel.org/linus/70ef7d87f62a86674c21a99341dabc175c19681a|commit]], [[https://git.kernel.org/linus/60495b6622ca67f5180343b89bd932d28d23f63a|commit]], [[https://git.kernel.org/linus/fd770e856e226f80fe6e1dc9d1861bcb135cdf0b|commit]] * bonding: support balance-alb with openvswitch * add sysctl accept_ra_min_lft [[https://git.kernel.org/linus/1671bcfd76fdc0b9e65153cf759153083755fe4c|commit]], [[https://git.kernel.org/linus/5027d54a9c30bc7ec808360378e2b4753f053f25|commit]], [[https://git.kernel.org/linus/5cb249686e67dbef3ffe53887fa725eefc5a7144|commit]] * devlink: introduce selective dumps [[https://git.kernel.org/linus/63618463cb94bda3ee68dc2ada998c0ef3c00e67|commit]], [[https://git.kernel.org/linus/41a1d4d1399af0f4ba9754086b23f7b9576eb25f|commit]], [[https://git.kernel.org/linus/ee6d78ac28c708c62fd83595e9366b0eb0deb014|commit]], [[https://git.kernel.org/linus/8fa995ad1f7f8f615b479edcf540cc12fe7b87ba|commit]], [[https://git.kernel.org/linus/24c8e56d4f983527cc5e1f6d771fef8ec7ce352e|commit]], [[https://git.kernel.org/linus/7d3c6fec6135e10842587f38a15d7d06fd02c21f|commit]], [[https://git.kernel.org/linus/7199c86247e9618981a2916900d3fcb83e5df157|commit]], [[https://git.kernel.org/linus/ddff283280ba0a6b84929f357859f7ea74cecfbe|commit]], [[https://git.kernel.org/linus/833e479d330c29aa4cfd35b8647d5993d5a78643|commit]], [[https://git.kernel.org/linus/4a1b5aa8b5c7433ad6e0c8b52469980ae94a4398|commit]], [[https://git.kernel.org/linus/34493336e7d3d38a8ec6472243baa6660214d990|commit]], [[https://git.kernel.org/linus/b03f13cb67a59175ec7bb7201e5e746e50f2331e|commit]], [[https://git.kernel.org/linus/0149bca172622d802c0caff8cf0928fb0ded767b|commit]] * rxfh with custom RSS fixes [[https://git.kernel.org/linus/801b27e88046cb0b34df7d645afb6ba5fc6f677c|commit]], [[https://git.kernel.org/linus/0212e5d915a293dcde06415f8c82d31576576a97|commit]] * tools/net/ynl: Add support for netlink-raw families [[https://git.kernel.org/linus/e46dd903efe367214802b8d1cac01bdc43708339|commit]], [[https://git.kernel.org/linus/c4e1ab07b5572b9c732fcf7ac86e168ee2835adf|commit]], [[https://git.kernel.org/linus/ed68c58c0eb4867df2e995d872aec6342171619c|commit]], [[https://git.kernel.org/linus/294f37fc87728230cf81f387aa6a0a8438066751|commit]], [[https://git.kernel.org/linus/2db8abf0b455e7494bbdd695775bd43c9d4824a8|commit]], [[https://git.kernel.org/linus/88901b967958eaa70478db1c6ddc8cdea748b2e6|commit]], [[https://git.kernel.org/linus/fb0a06d455d64443fefea6843ed6c5ae7ee0b395|commit]], [[https://git.kernel.org/linus/0493e56d021d371d3511159a38facbc92969c0f6|commit]], [[https://git.kernel.org/linus/1768d8a767f8e7049407fe467364e7ea56f0bdce|commit]], [[https://git.kernel.org/linus/dfb0f7d9d979567ad7b1194093e649c7a0d42f90|commit]], [[https://git.kernel.org/linus/b2f63d904e7254de447e6e809fc6ebd98323aa39|commit]], [[https://git.kernel.org/linus/023289b4f582820f3124fa7ff42a61959fe7dea6|commit]] * Packet classify by matching against SPI [[https://git.kernel.org/linus/a57c34a80cbe15e36e12d42a4ddc5160a5bbb1a4|commit]], [[https://git.kernel.org/linus/73b4c04e2e9af8075b87475cb7486f561dcecebd|commit]], [[https://git.kernel.org/linus/c8915d7329d6e9164c5c847dc1c56a2c0437053f|commit]] * In-kernel support for the TLS Alert protocol [[https://git.kernel.org/linus/6a7eccef47b205ae66371a26d36dfb2529835075|commit]], [[https://git.kernel.org/linus/0257427146e84af365612508ace9d0d87dfb7d7a|commit]], [[https://git.kernel.org/linus/35b1b538d422fd765d88fbdaaa6e06ee466d9f93|commit]], [[https://git.kernel.org/linus/5dd5ad682cfe9550a37634a8f55780ebd74edbe8|commit]], [[https://git.kernel.org/linus/39d0e38dcced8d4da92cd11f3ff618bacc42d8a9|commit]], [[https://git.kernel.org/linus/39067dda1d865d7fac1f56c18479e67b0917bbe4|commit]], [[https://git.kernel.org/linus/b470985c76df6d53a9454670fb7551e1197f55e2|commit]] * Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set() [[https://git.kernel.org/linus/66f7223039c0cef81221e9779520479895995815|commit]], [[https://git.kernel.org/linus/e47d01fea663b1fe58d0a493efc9ed667f70242e|commit]], [[https://git.kernel.org/linus/c0dabeb4c666ec952a07e79790606974a3be4303|commit]], [[https://git.kernel.org/linus/54e1ed69c40a3ea9a82cb59ad88e00af98a6628e|commit]], [[https://git.kernel.org/linus/547b006d192261067323efe4b1a12287cf3e4ac2|commit]], [[https://git.kernel.org/linus/70ef7d87f62a86674c21a99341dabc175c19681a|commit]], [[https://git.kernel.org/linus/60495b6622ca67f5180343b89bd932d28d23f63a|commit]], [[https://git.kernel.org/linus/fd770e856e226f80fe6e1dc9d1861bcb135cdf0b|commit]] * Add sysctl {{{accept_ra_min_lft}}} to specify the minimum acceptable router lifetime in an Router Advertisement [[https://git.kernel.org/linus/1671bcfd76fdc0b9e65153cf759153083755fe4c|commit]], [[https://git.kernel.org/linus/5027d54a9c30bc7ec808360378e2b4753f053f25|commit]], [[https://git.kernel.org/linus/5cb249686e67dbef3ffe53887fa725eefc5a7144|commit]] * bridge: Add backup nexthop ID support [[https://git.kernel.org/linus/8bb5e82589f0141a990d3fd21d5b79a73a8c6c7b|commit]], [[https://git.kernel.org/linus/d977e1c8e3a143bceb63a0042890f4a0268a9990|commit]], [[https://git.kernel.org/linus/29cfb2aaa4425a608651a05b9b875bc445394443|commit]], [[https://git.kernel.org/linus/b408453053fbd1409cc98ce420d64448f58cfd09|commit]] * Packet classify by matching against SPI [[https://git.kernel.org/linus/a57c34a80cbe15e36e12d42a4ddc5160a5bbb1a4|commit]], [[https://git.kernel.org/linus/73b4c04e2e9af8075b87475cb7486f561dcecebd|commit]], [[https://git.kernel.org/linus/c8915d7329d6e9164c5c847dc1c56a2c0437053f|commit]] * inet: socket lock and data-races avoidance. This allows to implement many IP_ socket options in a lockless fashion (no need to acquire socket lock), and fixes data-races [[https://git.kernel.org/linus/c274af2242693f59f00851b3660a21b10bcd76cc|commit]], [[https://git.kernel.org/lin1768d8a767f8e7049407fe467364e7ea56f0bdceus/b4d84bce4c437c4ac1b6f7ef4d612d7d52f62cfe|commit]], [[https://git.kernel.org/linus/6b5f43ea08150e7ff72f734545101c58489ead5b|commit]], [[https://git.kernel.org/linus/8e8cfb114d9f1e2efddb892f993c1ad61635c85e|commit]], [[https://git.kernel.org/linus/3f7e753206bb20fc098b44ec40001befd1fe18d1|commit]], [[https://git.kernel.org/linus/cafbe182a467bf6799242fd7468438cf1ab833dc|commit]], [[https://git.kernel.org/linus/b09bde5c3554d58cb711dac55a10ecc56d436966|commit]], [[https://git.kernel.org/linus/307b4ac6dc18436076cdd314aa3e556be077bf2d|commit]], [[https://git.kernel.org/linus/4bd0623f04eef65c0a324000fad73c4d3a677f8e|commit]], [[https://git.kernel.org/linus/b1c0356a58577ce0a583e3044bf801877fc0b5de|commit]], [[https://git.kernel.org/linus/f04b8d3478a3a63f17d8dc0dc6da16a828b48df0|commit]], [[https://git.kernel.org/linus/ca571e2eb7eb6202aa367e01c811aab023272f38|commit]], [[https://git.kernel.org/linus/08e39c0dfa29f233f5a621f7d274b793a080c769|commit]], [[https://git.kernel.org/linus/10f42426e5bcea728d7fae96609b29b4fb1f7518|commit]], [[https://git.kernel.org/linus/12af73269fd942c98ff9999a2ce0c04165aae136|commit]] * BPF packet scheduler [[https://git.kernel.org/linus/f7657ff4a7097eaf5220776456b7d75eb09062cb|commit]], [[https://git.kernel.org/linus/c5b4297dee9110b63f2c8202e4876bdcad43d4c4|commit]], [[https://git.kernel.org/linus/ebc1e08f01ebedbf962e6417bbf6952bd4ca2142|commit]], [[https://git.kernel.org/linus/740ebe35bd3f5c4ff8ec60e5e521e47ea8f5492c|commit]], [[https://git.kernel.org/linus/3bc253c2e652cf5f12cd8c00d80d8ec55d67d1a7|commit]], [[https://git.kernel.org/linus/e3b2870b6d220d1cbd2d52d7acc9f0de9fdfeccf|commit]], [[https://git.kernel.org/linus/d3294cb1e06d70a689924792c2acb897eac7d781|commit]], [[https://git.kernel.org/linus/1730b2b2c5a5a886007b247366aebe0976dc8881|commit]], [[https://git.kernel.org/linus/8039d353217c1d9dae921f131cfe4153bc23e960|commit]], [[https://git.kernel.org/linus/fce68b03086fd00eb5a8ba4744f36f0d007d0f9d|commit]], [[https://git.kernel.org/linus/3bc48b56e345e2ed83841dd08a00c6a9f112be6c|commit]], [[https://git.kernel.org/linus/07336a87fe871518a7b3508e29a21ca1735b3edc|commit]], [[https://git.kernel.org/linus/0266223467728d553b99adea769d9ff3b6e41372|commit]], [[https://git.kernel.org/linus/0fa1b3783a17d75a4aa1651a18ede041ffca5750|commit]], [[https://git.kernel.org/linus/ccc090f469000fd757049028eeb0dff43013f7c1|commit]], [[https://git.kernel.org/linus/ee2708aedad00544d38dba6df88efeb4a330bd66|commit]], [[https://git.kernel.org/linus/4f90d034bba9bdcb06a3cb53c43012351c1b39ff|commit]], [[https://git.kernel.org/linus/ed1ad86b8527f8f864df3c182adbfcd12a445de6|commit]] * bonding: support balance-alb with openvswitch [[https://git.kernel.org/linus/f11e5bd159b08976db9e7a9eabbf0318dfe5429d|commit]] * openvswitch: add explicit drop action [[https://git.kernel.org/linus/e7bc7db9ba463e763ac6113279cade19da9cb939|commit]] * phy: Introduce PSGMII PHY interface mode [[https://git.kernel.org/linus/83b5f0253b1ef352f4333c4fb2d24eff23045f6b|commit]] * TCP: add {{{TCP_OLD_SEQUENCE}}} drop reason [[https://git.kernel.org/linus/b44693495af8f309b8ddec4b30833085d1c2d0c4|commit]] * TCP: get rid of {{{sysctl_tcp_adv_win_scale}}} [[https://git.kernel.org/linus/dfa2f0483360d4d6f2324405464c9f281156bd87|commit]] * vmxnet3: Add XDP support [[https://git.kernel.org/linus/54f00cce11786742bd11e5e68c3bf85e6dc048c9|commit]] * Support defragmenting IPv(4|6) packets in BPF [[https://git.kernel.org/linus/9abddac583d68e16258d5e0b95dc1b3ca1886173|commit]], [[https://git.kernel.org/linus/c20f9cef725bc6b19efe372696e8000fb5af0d46|commit]], [[https://git.kernel.org/linus/91721c2d02d3a0141df8a4787c7079b89b0d0607|commit]], [[https://git.kernel.org/linus/a94098d490e17d652770f2309fcb9b46bc4cf864|commit]], [[https://git.kernel.org/linus/3495e89cdc3ab71719bd88c03dbd624c49ee70d2|commit]], [[https://git.kernel.org/linus/e15a22095608ae5e1da5892da739d83b49b3bba5|commit]], [[https://git.kernel.org/linus/c313eae739b9a0fc5fbe655cece38eae0a90ec42|commit]] * devlink: use spec to generate split ops [[https://git.kernel.org/linus/78c96d7b7c9a6aa41d109ca9b040c3955db90c88|commit]], [[https://git.kernel.org/linus/dc7b81a828db0d9801e7977edff2735d660937a8|commit]], [[https://git.kernel.org/linus/eab7be688b4416588d19ee1fe5edbfa79a639b42|commit]], [[https://git.kernel.org/linus/fa8ba3502ade9e4a8e447066b0d94261fbbe1906|commit]], [[https://git.kernel.org/linus/ba0f66c95fa670d99ad40e4a6c1ede425446a291|commit]], [[https://git.kernel.org/linus/d61aedcf628ef7467d69638c3b3e5e33cafd75aa|commit]], [[https://git.kernel.org/linus/491a24872a64cbb8edf996b6113a97586702e5ca|commit]], [[https://git.kernel.org/linus/8300dce542e45c50ef318c4493bbb2e7966a883c|commit]], [[https://git.kernel.org/linus/759f661012d19e61e8d7e8d2bc8d4395ba45a689|commit]], [[https://git.kernel.org/linus/6b7c486cae8136050df8fca2fbebedb685c49b2d|commit]], [[https://git.kernel.org/linus/b2551b1517d86ff5e258e7bc834e5be0e1ce08de|commit]], [[https://git.kernel.org/linus/6e067d0cab68a64ef3488b5639a66b65e91b146d|commit]] * openvswitch: add drop reasons [[https://git.kernel.org/linus/42186e6c00352ce9df9e3f12b1ff82e61978d40b|commit]], [[https://git.kernel.org/linus/9d802da40b7c820deb9c60fc394457ea565cafc8|commit]], [[https://git.kernel.org/linus/ec7bfb5e5a054f1178e8bdbf4f145fdafa5bf804|commit]], [[https://git.kernel.org/linus/e7bc7db9ba463e763ac6113279cade19da9cb939|commit]], [[https://git.kernel.org/linus/f329d1bc1a4580e0f8a402b14a6fd024ec8e5c7b|commit]], [[https://git.kernel.org/linus/43d95b30cf5793cdd3c7b1c1cd5fead9b469bd60|commit]], [[https://git.kernel.org/linus/aab1272f5daccceeeb71874ce75f60ae2ac21565|commit]], [[https://git.kernel.org/linus/4242029164d6e675d4695e3420399eece29ec599|commit]] * seg6: add NEXT-C-SID support for SRv6 End.X behavior [[https://git.kernel.org/linus/7458575a07f1c6768e46b8eac6e09a358804c9f6|commit]], [[https://git.kernel.org/linus/1c53717c80740be035d2110e20ad4877a1784c61|commit]] * net/smc: several features's implementation for smc v2.1 [[https://git.kernel.org/linus/1e700948c9db0d09f691f715e8f4b947e51e35b5|commit]], [[https://git.kernel.org/linus/7290178a82fcc71694816ffe3c0c56453f0cf59c|commit]], [[https://git.kernel.org/linus/6ac1e6563f5915cd38b6bc6a8b26964b2252f751|commit]], [[https://git.kernel.org/linus/7f0620b9940b3b4c5d83a815d46b97ac0b88a595|commit]], [[https://git.kernel.org/linus/69b888e3bb4b186ec597a368bc8348e0e4bc6e65|commit]], [[https://git.kernel.org/linus/bbed596c74a527e0d0d30bc56732f26407f12d6e|commit]] * Packet classify by matching against SPI [[https://git.kernel.org/linus/a57c34a80cbe15e36e12d42a4ddc5160a5bbb1a4|commit]], [[https://git.kernel.org/linus/73b4c04e2e9af8075b87475cb7486f561dcecebd|commit]], [[https://git.kernel.org/linus/c8915d7329d6e9164c5c847dc1c56a2c0437053f|commit]] * net: tcp: support probing OOM [[https://git.kernel.org/linus/e2142825c120d4317abf7160a0fc34b3de532586|commit]], [[https://git.kernel.org/linus/800a666141de75baebb59b347b9c9e43d963e4da|commit]], [[https://git.kernel.org/linus/e89688e3e97868451a5d05b38a9d2633d6785cd4|commit]], [[https://git.kernel.org/linus/031c44b7527aec2f22ddaae4bcd8b085ff810ec4|commit]] * tcp: set few options locklessly [[https://git.kernel.org/linus/d44fd4a767b3755899f8ad1df3e8eca3961ba708|commit]], [[https://git.kernel.org/linus/d58f2e15aa0c07f6f03ec71f64d7697ca43d04a1|commit]], [[https://git.kernel.org/linus/6fd70a6b4e6f58482a43da46d12323795bbc5f68|commit]], [[https://git.kernel.org/linus/84485080cbc1e5a011e7549966739df4cec158b1|commit]], [[https://git.kernel.org/linus/a81722ddd7e4d76c9bbff078d29416e18c6d7f71|commit]], [[https://git.kernel.org/linus/6e97ba552b8d3dd074a28b8600740b8bed42267b|commit]] * virtio/vsock: some updates for MSG_PEEK flag [[https://git.kernel.org/linus/051e77e33946f932e6879bf4df2773e3c998c3a7|commit]], [[https://git.kernel.org/linus/a75f501de88e58db24dc8822505f924cd1085ac6|commit]], [[https://git.kernel.org/linus/587ed79f62a7569cbe386bbe6102800992f73001|commit]], [[https://git.kernel.org/linus/8a0697f23e5a6e03a31f9dfb96755521aa9b9fc1|commit]] * Bluetooth * ISO: Add support for {{{BT_PKT_STATUS}}} socket option [[https://git.kernel.org/linus/0731c5ab4d510501a6a2da491ac68aea858bf834|commit]] * ISO: Add support for connecting multiple BISes [[https://git.kernel.org/linus/a0bfde167b506423111ddb8cd71930497a40fc54|commit]] * ISO: Add support for periodic adv reports processing [[https://git.kernel.org/linus/9c0826310bfb784c9bac7d1d9454e304185446c5|commit]] * ISO: Notify user space about failed bis connections [[https://git.kernel.org/linus/f777d88278170410b06a1f6633f3b9375a4ddd6b|commit]] * ISO: Support multiple BIGs [[https://git.kernel.org/linus/6a42e9bfd17f7135d59701f93942a3392da482f4|commit]] * hci_sync: Enable events for BIS capable devices [[https://git.kernel.org/linus/c33362a528d968ed7fce21e6a9d4b1334bbbb25c|commit]] * msft: Extended monitor tracking by address filter [[https://git.kernel.org/linus/9e14606d8f38ea52a38c27692a9c1513c987a5da|commit]] = Architectures = == ARM == * Device Tree Sources: New !SoCs * TI AM62P5, a variant of the existing Sitara AM62x family [[https://git.kernel.org/linus/b57fc5cbdbdfd04d44697800a9d59aeb3be2f273|commit]], [[https://git.kernel.org/linus/29075cc09f43a024d962da66d2e4f9eb577713d0|commit]], [[https://git.kernel.org/linus/935c4047d42e53a06ec768ddc495a44f6869209c|commit]] * Intel Agilex5, an FPGFA platform that includes an Cortex-A76/A55 SoC [[https://git.kernel.org/linus/f23768356be845568545c7baf2c93ca164015cfb|commit]], [[https://git.kernel.org/linus/2a29fe831f80f6d9187e49a272d795f3d1b54cdb|commit]], [[https://git.kernel.org/linus/d5f0942b5066e28138476259d076e4d6c871da7d|commit]], [[https://git.kernel.org/linus/2d599bc43813cbcceeb6b0bfe864671ab517c207|commit]] * Qualcomm ipq5018 is used in wireless access points [[https://git.kernel.org/linus/f62d184ef7970d42cb303b1f7201a98aea1a3b2f|commit]], [[https://git.kernel.org/linus/e3fdbef1bab8e372981c8cc4d8febbaa76c490b0|commit]], [[https://git.kernel.org/linus/f8100504794f9d395f1e0d008033002bb5ba70c7|commit]], [[https://git.kernel.org/linus/570006756a164526a784ba58e72844399f38366a|commit]], [[https://git.kernel.org/linus/7f0c87348fb52d575295d16d4656ecd4c00bad87|commit]] * Qualcomm SM4450 (Snapdragon 4 Gen 2) is a new low-end mobile phone platform [[https://git.kernel.org/linus/2b1fd18fe5f9382409d4c881d28bca9693f361a1|commit]], [[https://git.kernel.org/linus/7a1fd03e7410a8413e6140d967d66c624ddec690|commit]], [[https://git.kernel.org/linus/a5de9bc61181cd65df0170ba8c855b6be650c1e8|commit]], [[https://git.kernel.org/linus/4d641d2fafbb4470f6c765b8cb92c0e1073f1f03|commit]], [[https://git.kernel.org/linus/42618de085cc305a5a03bb16a5965f8413944843|commit]] * DTS * rockchip: Add NanoPC T6 [[https://git.kernel.org/linus/893c17716d0cf68f5ff4dc71c90e0c2bd1f7da46|commit]] * exynos: Add Samsung Galaxy Tab 3 8.0 boards [[https://git.kernel.org/linus/ee37a457af1d166f090ec68de26f94447d899c8a|commit]] * Facebook Yosemite 4 platform [[https://git.kernel.org/linus/68dfb181bd8a69f8f3669158b829ca2527ac7fa1|commit]], [[https://git.kernel.org/linus/2b8d94f4b4a4765dcbe4a48cb0d58b266c158a10|commit]] * stm32: lxa-tac: add Linux Automation GmbH TAC [[https://git.kernel.org/linus/016a46dcc0c68c529ae65953d123c625225ee583|commit]], [[https://git.kernel.org/linus/96b2b1a279e15d6441a244259744846a24eec8c0|commit]], [[https://git.kernel.org/linus/222e0a8e2f8a89f41c518a43ced46e73c57a700e|commit]], [[https://git.kernel.org/linus/099826ea21111a99f6bb8c1a31cd06daba2ccb9c|commit]], [[https://git.kernel.org/linus/6d08cb0152a99ad8bd03d4b5205e4c4ade9652dc|commit]], [[https://git.kernel.org/linus/d45cc9ea251eafbf645fdb8980da1d8390429e82|commit]], [[https://git.kernel.org/linus/e58944088cb01923f81b547809a8f332a30dc75b|commit]], [[https://git.kernel.org/linus/518272af37b218161dc321e5a11316fc72422f9c|commit]] * sunxi: Orange Pi Zero 3 DT support [[https://git.kernel.org/linus/322bf103204b8f786547acbeed85569254e7088f|commit]], [[https://git.kernel.org/linus/25726fd509a3f30faa8f37dafaa91e5c77e1b255|commit]], [[https://git.kernel.org/linus/f1b3ddb3ecc2eec1f912383e01156c226daacfab|commit]] * TQMa93xxLA support [[https://git.kernel.org/linus/0010947dbc5d972b31dc12011b90a33a70eb2868|commit]], [[https://git.kernel.org/linus/c982ecfa7992a7c2c9eb327b05b69e07bad3ab30|commit]], [[https://git.kernel.org/linus/16616a8af26393e8c33c3de4345e411f921f1939|commit]] * Add support for Radxa ROCK 4SE [[https://git.kernel.org/linus/fd2762a626461ca4d9d829431a8a7f9f8e6c3395|commit]], [[https://git.kernel.org/linus/86a0e14a82ea723c7b7381799f060612dc65cdf3|commit]] * Add Support for the !FriendlyElec NanoPC T6 [[https://git.kernel.org/linus/a721e28dfad2dec895a5aada85fb0fac0223e2d2|commit]] * dts: qcom: ipq5332: Add common RDP dtsi file [[https://git.kernel.org/linus/6d5872f2ccbe4ebd6aa926e3699a760356009dbb|commit]] * AN400 based Amlogic T7 SoC [[https://git.kernel.org/linus/6f048cc7a635b8736b4c7ae0e5230a92e3e648eb|commit]] * sunxi: Orange Pi Zero 3 DT support [[https://git.kernel.org/linus/322bf103204b8f786547acbeed85569254e7088f|commit]], [[https://git.kernel.org/linus/25726fd509a3f30faa8f37dafaa91e5c77e1b255|commit]], [[https://git.kernel.org/linus/f1b3ddb3ecc2eec1f912383e01156c226daacfab|commit]] * qcom: msm8939-samsung-a7: Add initial dts [[https://git.kernel.org/linus/507f9db1e9decaec1b71d320a15c7b1cb95c0848|commit]], [[https://git.kernel.org/linus/0391cb15439625c12f0630dc1f8b00ea8ee71113|commit]] * Add Amlogic !A311D2 and Khadas Vim4 Board Support [[https://git.kernel.org/linus/76ccc46852e8bc754689083fa0e209c29ab6797c|commit]], [[https://git.kernel.org/linus/153fece7b77b0ec4236e4d70430b7474c0cd9299|commit]], [[https://git.kernel.org/linus/db726a2f3b4bc0cbf8e6cfd529d2d8eabb587d70|commit]], [[https://git.kernel.org/linus/4fef056588f5219a9a59039e5dbe04c2e643dc2b|commit]] * imx8mp-venice-gw74xx: update to revB PCB [[https://git.kernel.org/linus/531936b218d897ff5d9ca92af61de09d24175656|commit]] * Add initial support for SM7125 and Xiaomi SM7125 platform [[https://git.kernel.org/linus/fd0b5ba87ad5709f0fd3d2bc4b7870494a75f96a|commit]], [[https://git.kernel.org/linus/23b45f8aab49f97b0c32bdc6331c0baf7337c48a|commit]] * Add new features and amendments for Nvidia systems [[https://git.kernel.org/linus/4d54f55a4db34fa8fad104a20c64ec9cb2408e10|commit]], [[https://git.kernel.org/linus/55e31928f30eae90cbd26cbffaa1208c69397e1f|commit]], [[https://git.kernel.org/linus/59b96ea4c220f41837b183697def20aa9ec89857|commit]], [[https://git.kernel.org/linus/0d228ff9c1c73dffa94cb785e308ca7d649aa25e|commit]], [[https://git.kernel.org/linus/7d3d0fe4e96df4e0812f5054ed36af466f547cdb|commit]], [[https://git.kernel.org/linus/3d0593c6336cbc6d1b77473e9512cdf0353a4644|commit]], [[https://git.kernel.org/linus/75e09ab42066b93ec30ba1a9d5d252e40916320a|commit]], [[https://git.kernel.org/linus/da9a7f6ef0abcff12d2fc0381d7c0a7ac2c96c6d|commit]], [[https://git.kernel.org/linus/b411dc55a735337a9d7c7dad605bad79e7266104|commit]], [[https://git.kernel.org/linus/222954493cafda3b25aa1c467c9e5eb77474abb9|commit]], [[https://git.kernel.org/linus/1316e0af2dc08591bed4715e887a1dbf46efd29b|commit]], [[https://git.kernel.org/linus/ada9ecc33842ec89bb091c0967673c5de3357429|commit]], [[https://git.kernel.org/linus/02daa222fbdd6afe52c25e5c2894d53946a4260d|commit]], [[https://git.kernel.org/linus/01a4cce89288f927bd6a01efb20e2d366deb6732|commit]], [[https://git.kernel.org/linus/e2aabb7cd4dd145c07d6a66407b01c635710849e|commit]], [[https://git.kernel.org/linus/42bab8eac42584ecae2357a1a12b6588ee4cc53c|commit]] * Power: C3: add power domain driver [[https://git.kernel.org/linus/fadf18180022743ff74b1f6ca4f3cff462ddaddb|commit]], [[https://git.kernel.org/linus/83b03d62939c46c118a8d722f07ae03a87967b00|commit]], [[https://git.kernel.org/linus/77e2f4e3cbd5cde442d05a7bdb6cd01565bead6d|commit]], [[https://git.kernel.org/linus/22a9b2a488c3f0937fe0c57c96176cbea0953c20|commit]] * soc: hisilicon: Support HCCS driver on Kunpeng SoC [[https://git.kernel.org/linus/886bdf9c883bcc9bfb0a0bc0ed27680e68c8b6c2|commit]], [[https://git.kernel.org/linus/47f7a25533cea268e663be7b84fef933e40692c4|commit]], [[https://git.kernel.org/linus/b51022b416f5be113cd5345a2cab287d78e6b74c|commit]] * Add MSM8226 OCMEM support plus some extra OCMEM driver fixes [[https://git.kernel.org/linus/a7b484b1c9332a1ee12e8799d62a11ee3f8e0801|commit]], [[https://git.kernel.org/linus/7a2fcba1f4031fa472f069fcd856f19d367b5808|commit]], [[https://git.kernel.org/linus/a7e12e7bda08c367460eed0e4aea5c3694959df1|commit]], [[https://git.kernel.org/linus/f77b2d7607d0f4c23052f02788052dbea04831bc|commit]], [[https://git.kernel.org/linus/2976eec238dcd89475664795f54d4a4d3d05e0f9|commit]], [[https://git.kernel.org/linus/4bad24d73abcc6adf70bc4c894c29cb1d0acda05|commit]] * Add dedicated device tree node for RPM processor/subsystem [[https://git.kernel.org/linus/070e8bd31b288c3aa3f965778417708c8bfedb06|commit]], [[https://git.kernel.org/linus/7b583c490a4e90316d8ac70aa299b4f7a568792c|commit]], [[https://git.kernel.org/linus/029bf2941901cc57de0ae008bbd4c5c0717ab39b|commit]], [[https://git.kernel.org/linus/bcabe1e09135cd4fc1f5cddc6d4a45a221a768cc|commit]], [[https://git.kernel.org/linus/9a2c674ee7816ef4d68e10e63f4b23fc4c725cbe|commit]], [[https://git.kernel.org/linus/4dbb9e2322a3a9c912ce796c20c27045ae8dae22|commit]], [[https://git.kernel.org/linus/181563be4373e70bfab82773e3fce571edea9629|commit]], [[https://git.kernel.org/linus/8ddfa81d090c71fd6cb3cb8ca1d420c0da33a575|commit]], [[https://git.kernel.org/linus/b471a1bc797429f905b97edd727f4678d7b20ec8|commit]], [[https://git.kernel.org/linus/7e1acc8b92a3b67db1e5255adae2851d58d74434|commit]], [[https://git.kernel.org/linus/3f30509ff561453ea0c4de1716ab72125f8bf83c|commit]] * oxnas support removal [[https://git.kernel.org/linus/22250dca0ddee4d9234d89a54a2484a51c489c6d|commit]], [[https://git.kernel.org/linus/cfdb2748183eed268c10dd613d5bbeab0a585ef0|commit]], [[https://git.kernel.org/linus/56f99cdc5b11a65a19410171b6a84c612778f0c9|commit]], [[https://git.kernel.org/linus/ecdaf0ee79156ce0c103cc1a7e38634fa0de6a5a|commit]], [[https://git.kernel.org/linus/a67fa91130ca3c20d2529b7c98ea6e8ef7addfa5|commit]], [[https://git.kernel.org/linus/e693b6a896871c7114ae700181ebe55137f2d136|commit]], [[https://git.kernel.org/linus/af73fd32b4f2d23bb61c37f533ddae49e10ef3b0|commit]], [[https://git.kernel.org/linus/33e839adabedb3a958efe5d974e38e868f7a8584|commit]], [[https://git.kernel.org/linus/5f784ff8376dd519bbe317174972423508b627c4|commit]], [[https://git.kernel.org/linus/b1627ad5f457c8cea08bb2ab6b24d1c0381fbe30|commit]] * arm64: support batched/deferred tlb shootdown during page reclamation/migration [[https://git.kernel.org/linus/43b3dfdd04553171488cb11d46d21948b6b90e27|commit]], [[https://git.kernel.org/linus/65c8d30e679bdffeeaa0b84b7094a3c719aa6585|commit]], [[https://git.kernel.org/linus/f73419bb89d606de9be2043febf0957d56627a5b|commit]], [[https://git.kernel.org/linus/db6c1f6f236dbcd271d51d37675bbccfcea7c7be|commit]] * KVM: arm64: NV trap forwarding infrastructure [[https://git.kernel.org/linus/21f74a51373791732baa0d672a604afa76d5718d|commit]], [[https://git.kernel.org/linus/464f2164da7e4cb50faec9d56226b22c9b36cdda|commit]], [[https://git.kernel.org/linus/6ddea24dfd59f0fc78a87df54d428e3a6cf3e11f|commit]], [[https://git.kernel.org/linus/fb1926cccd70a5032448968dfd639187cd894cb7|commit]], [[https://git.kernel.org/linus/2b97411fef8ff9dafc862971f08382f780dc5357|commit]], [[https://git.kernel.org/linus/57596c8f991c9aace47d75b31249b8ec36b3b899|commit]], [[https://git.kernel.org/linus/2b062ed483ebd625b6c6054b9d29d600bd755a86|commit]], [[https://git.kernel.org/linus/cc24f656f7cf834f384a43fc6fe68ec62730743d|commit]], [[https://git.kernel.org/linus/b206a708cbfb352f2191089678ab595d24563011|commit]], [[https://git.kernel.org/linus/484f86824a3d94c6d9412618dd70b1d5923fff6f|commit]], [[https://git.kernel.org/linus/3ea84b4fe446319625be64945793b8540ca15f84|commit]], [[https://git.kernel.org/linus/50d2fe4648c50e7d33fa576f6b078f22ad973670|commit]], [[https://git.kernel.org/linus/e930694e6145eb210c9931914a7801cc61016a82|commit]], [[https://git.kernel.org/linus/e58ec47bf68d2bcaaa97d80cc13aca4bc4abe07b|commit]], [[https://git.kernel.org/linus/d0fc0a2519a6dd906aac448e742958d30b5787ac|commit]], [[https://git.kernel.org/linus/a0b70fb00db83e678f92b8aed0a9a9e4ffcffb82|commit]], [[https://git.kernel.org/linus/cb31632c44529048c052a2961b3adf62a2c89b17|commit]], [[https://git.kernel.org/linus/e880bd3363237ed8abbe623d1b49d59d5f6fe0d1|commit]], [[https://git.kernel.org/linus/15b4d82d69d7b0e5833b7a023dff3d7bbae5ccfc|commit]], [[https://git.kernel.org/linus/5a24ea7869857251a83da1512209f76003bc09db|commit]], [[https://git.kernel.org/linus/039f9f12de5fc761d2b32fa072071533aa8cbb3b|commit]], [[https://git.kernel.org/linus/d0be0b2ede13247c53745d50e2a5993f2b27c802|commit]], [[https://git.kernel.org/linus/a77b31dce4375be15014b10e8f94a149592ea6b6|commit]], [[https://git.kernel.org/linus/ea3b27d8dea081f1693b310322ae71fa75d1875b|commit]], [[https://git.kernel.org/linus/d4d2dacc7cddc37aaa7c6eed8665d533d1037e1e|commit]], [[https://git.kernel.org/linus/0a5d28433ad94cc38ecb3dbb5138b8ae30ffb98a|commit]], [[https://git.kernel.org/linus/a63cf31139b7f41d468dc8ef63dbf6bae213d960|commit]], [[https://git.kernel.org/linus/03fb54d0aa73cc14e51f6611eb3289e4fec15184|commit]] * Support BPF cpu v4 instructions for arm64 [[https://git.kernel.org/linus/6c9f86d3632c1abcbdaabeab1ee6d6de059b4ae7|commit]], [[https://git.kernel.org/linus/cc88f540da52d418ede80846c2fd771a4ef19227|commit]], [[https://git.kernel.org/linus/bb0a1d6b49cb8293b09d290536315b4a134ef1e7|commit]], [[https://git.kernel.org/linus/83cc63afab718c5a31ce94d3e7f3827acc501042|commit]], [[https://git.kernel.org/linus/c32b6ee514d26dc6c40c45984e534b2d87fba917|commit]], [[https://git.kernel.org/linus/68b18191fe417459b4ebf4024cdf1b9d7b393de9|commit]], [[https://git.kernel.org/linus/5f6395fd06806a009b93436612768fe3777a154f|commit]] * sme: Initial support for the Scalable Matrix Extension [[https://git.kernel.org/linus/0a2eec83c2c23cf609e781732b338a9a4f18e00c|commit]], [[https://git.kernel.org/linus/b206a708cbfb352f2191089678ab595d24563011|commit]], [[https://git.kernel.org/linus/3673d4b9cf68164678c6bb8a380bfb9eebb49432|commit]], [[https://git.kernel.org/linus/96d32e630935c1636b0236c88779e81eff120e0a|commit]], [[https://git.kernel.org/linus/b4adc83b07706042ad6e6a767f6c04636db69bcc|commit]], [[https://git.kernel.org/linus/ca8a4ebcff4465f0272637433c789a5e4a272626|commit]], [[https://git.kernel.org/linus/b2cf6a23289b3268cc7915a09c0c8372147b2727|commit]], [[https://git.kernel.org/linus/5e64b862c4823ab53aac028042abd918c2f27041|commit]], [[https://git.kernel.org/linus/b42990d3bf77cc29d7c33e21518c1f806dae6b21|commit]], [[https://git.kernel.org/linus/12f1bacfc5d9e55bedbfc7a25bf42ff6d19d1dab|commit]], [[https://git.kernel.org/linus/9e4ab6c89109472082616f8d2f6ada7deaffe161|commit]], [[https://git.kernel.org/linus/a9d69158595017d260ab37bf88b8f125e5e8144c|commit]], [[https://git.kernel.org/linus/b40c559b45bec736f588c57dd5be967fe573058b|commit]], [[https://git.kernel.org/linus/af7167d6d2675f3343eff3ad6c9b4a8e30122e2c|commit]], [[https://git.kernel.org/linus/0033cd9339642f9b7bef23f96aa2e7277ab51cce|commit]], [[https://git.kernel.org/linus/8bd7f91c03d886f41d35f6108078d20be5a4a1bd|commit]], [[https://git.kernel.org/linus/40a8e87bb32855b39839d35b5b5b125494b3a604|commit]], [[https://git.kernel.org/linus/85ed24dad2904f7c141911d91b7807ab02694b5e|commit]], [[https://git.kernel.org/linus/39782210eb7e87634d96cacb6ece370bc59d74ba|commit]], [[https://git.kernel.org/linus/e12310a0d30f260b26297bc8d7c95769489af038|commit]], [[https://git.kernel.org/linus/776b4a1cf36411e96972455ca72906b722b80ea1|commit]], [[https://git.kernel.org/linus/d45d7ff7047f7f6c3221b0f028fade640812f931|commit]], [[https://git.kernel.org/linus/e0838f6373e5cb72516fc4c26bba309097e2a80a|commit]], [[https://git.kernel.org/linus/90807748ca3ac4874853b2148928529bf1f13e5e|commit]], [[https://git.kernel.org/linus/51729fb1d0683df5e9e4d5dbe2ec46188f011da9|commit]], [[https://git.kernel.org/linus/861262ab862702061ae3355b811a07b15d1b2fc0|commit]], [[https://git.kernel.org/linus/a1f4ccd25cc256255813f584f10e5527369d4a02|commit]], [[https://git.kernel.org/linus/30e3a42b5d47d6dadba73a8509a6687a9d8f8e40|commit]], [[https://git.kernel.org/linus/a0f2eb641b7c4ff753374f8b2043b8bbb1666a96|commit]], [[https://git.kernel.org/linus/4126bde025c8f973dfd278879fa32e293f563df5|commit]], [[https://git.kernel.org/linus/32de73e89099c3f243032a733d3a64d417327a70|commit]], [[https://git.kernel.org/linus/1a792b545519b6e49f9b1653095ed785eea19afe|commit]], [[https://git.kernel.org/linus/5aa45cc5355db3f5302e232a0fe29759ace4bc92|commit]], [[https://git.kernel.org/linus/4963aeb35a9edca90f062885b0d78c47a00c1752|commit]], [[https://git.kernel.org/linus/fa23100bbad0748f6503511b109cfec955e4183d|commit]], [[https://git.kernel.org/linus/86c8888f91a95a30d8a224c0c655ddac33d04eac|commit]], [[https://git.kernel.org/linus/43e3f85523e488f8acd6b371d457818d81977934|commit]] * Add JSON metrics for Yitian710 DDR [[https://git.kernel.org/linus/cbbc6fdd85be6cd748d6c6db23c1d5be6b04161e|commit]], [[https://git.kernel.org/linus/3e65bd13746af54bbe9a9c415a437bcc0b78282c|commit]], [[https://git.kernel.org/linus/f849ce6baf467ea7fb9e68ae05d5d045f3aa89e8|commit]] * phy-rockchip-inno-usb2: add RK3588 support [[https://git.kernel.org/linus/3a7db8e9edefd9e23343d6cb42ab49d2a45e25f3|commit]], [[https://git.kernel.org/linus/8d81b77f4c49f8ee1432c20c22bf0f03c2937a88|commit]], [[https://git.kernel.org/linus/99084881de88ffcd156b03aaeb7d4eb740005e3e|commit]], [[https://git.kernel.org/linus/5ae6224bb1cd948dad751016d1dfc4196e628eeb|commit]], [[https://git.kernel.org/linus/b43511233c6e34b9c0d9a55e41b078d10e7d9ea6|commit]], [[https://git.kernel.org/linus/89e1570ad2121d4a5d5796e9f75ae3b0fdf73bf6|commit]], [[https://git.kernel.org/linus/91bfe3104b8db0310f76f2dcb6aacef24c889366|commit]] * Add support for Qualcomm's legacy IOMMU v2 [[https://git.kernel.org/linus/e4c2450ae063415f2a504faa6d666b2d338b753e|commit]], [[https://git.kernel.org/linus/fcf226f1f7083cba76af47bf8dd764b68b149cd2|commit]], [[https://git.kernel.org/linus/9f3fef23d9b5a858a6e6d5f478bb1b6b76265e76|commit]], [[https://git.kernel.org/linus/ec5601661bfcdc206e6ceba1b97837e763dab1ba|commit]], [[https://git.kernel.org/linus/a7a7c8c1a06a47ad87d9b10cec6a7cde4a041b23|commit]], [[https://git.kernel.org/linus/e30c960d3f44b7aaa0861ce4afa8ba8b8f4b0f03|commit]] * MT8188 IOMMU SUPPORT [[https://git.kernel.org/linus/a09e84034d87d3aa2f9ad584bebd92b0bab6e0be|commit]], [[https://git.kernel.org/linus/d5cda142d649c690fb0fcf1e29f3df63fbafc442|commit]], [[https://git.kernel.org/linus/cf69ef46dbd980a0b1c956d668e066a73e0acd0f|commit]], [[https://git.kernel.org/linus/9a89051084af8ef566f3a2127cf5baa433dea497|commit]], [[https://git.kernel.org/linus/946e719ce621fc409001bc05c942d08a37b9052e|commit]], [[https://git.kernel.org/linus/1e8a46393a9579d2fe390d330edcd85623d2119d|commit]], [[https://git.kernel.org/linus/972f49c5faf64b50e8a7ef59c73e28103b22e988|commit]] * Introduce SCMI v3.2 PERF Indexing support [[https://git.kernel.org/linus/3da82112355bba263597fcbb24d275fc57e69e7e|commit]], [[https://git.kernel.org/linus/31c7c1397a33d4c7ad1e06aa6ea9fc6148554b29|commit]] * phy-rockchip-inno-usb2: add RK3588 support [[https://git.kernel.org/linus/3a7db8e9edefd9e23343d6cb42ab49d2a45e25f3|commit]], [[https://git.kernel.org/linus/8d81b77f4c49f8ee1432c20c22bf0f03c2937a88|commit]], [[https://git.kernel.org/linus/99084881de88ffcd156b03aaeb7d4eb740005e3e|commit]], [[https://git.kernel.org/linus/5ae6224bb1cd948dad751016d1dfc4196e628eeb|commit]], [[https://git.kernel.org/linus/b43511233c6e34b9c0d9a55e41b078d10e7d9ea6|commit]], [[https://git.kernel.org/linus/89e1570ad2121d4a5d5796e9f75ae3b0fdf73bf6|commit]], [[https://git.kernel.org/linus/91bfe3104b8db0310f76f2dcb6aacef24c889366|commit]] * KVM: nv: Add switching support for HFGxTR/HDFGxTR [[https://git.kernel.org/linus/d4d2dacc7cddc37aaa7c6eed8665d533d1037e1e|commit]] * perf * vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo [[https://git.kernel.org/linus/4473949074c35072f598bd525ae51d5455f05745|commit]], [[https://git.kernel.org/linus/c3e1e8cf006bf8ed7e32b57ed00a1fe3ed2b1a08|commit]], [[https://git.kernel.org/linus/81f7da549af472180ac2635b4b335a01fd8ee866|commit]], [[https://git.kernel.org/linus/ab3744007d51420dd63d5323acbe7abbb843ba63|commit]], [[https://git.kernel.org/linus/9d5da30e4ae9910ed5dd15636534a22a46f0066f|commit]], [[https://git.kernel.org/linus/d43f5491210197196458c1454f2be0eb66d3e4d1|commit]] * vendor events arm64: Add !AmpereOne metrics [[https://git.kernel.org/linus/705ed549148fad1bea526a9102fa202905bdc86f|commit]] * scripts python: Support syscall name parsing on arm64 [[https://git.kernel.org/linus/708a3e8b80a5364fc3dd4991f1e589a6d7a4a8e0|commit]] * jevents: Add support for Yitian 710 DDR PMU (arm64) aliasing [[https://git.kernel.org/linus/24069d8112c94e76758da83a5bddc9aa98601d22|commit]] * Arm CMN updates [[https://git.kernel.org/linus/00df90934c9effc52b60749788b0eeb131d1bfd7|commit]], [[https://git.kernel.org/linus/b1b7dc38e4827bf842ed763a4dfb4c0d72259ad5|commit]], [[https://git.kernel.org/linus/ac18ea1a8935920a6b3284f24e58f903b95dac20|commit]] == X86 == * Bring back rep movsq for user access on CPUs without ERMS [[https://git.kernel.org/linus/ca96b162bfd21a5d55e3cd6099e4ee357a0eeb68|commit]] * KVM * Add a framework to manage and cache KVM-governed features, i.e. CPUID based features that require explicit KVM enabling and/or need to be queried semi-frequently by KVM [[https://git.kernel.org/linus/7cafe9b8e22bb3d77f130c461aedf6868c4aaf58|commit]], [[https://git.kernel.org/linus/0c94e2468491cbf0754f49a5136ab51294a96b69|commit]], [[https://git.kernel.org/linus/c0dc39bd2c584879748dfd1321f8541d1cbeb9b8|commit]], [[https://git.kernel.org/linus/229725acfaea0dd81f245aec40986dc766de40fa|commit]], [[https://git.kernel.org/linus/2d63699099ac1fad13a0dbf8538faf4127c062e8|commit]], [[https://git.kernel.org/linus/223f93d4d88aedc02bdcc92b3734e76f707812f3|commit]], [[https://git.kernel.org/linus/765da7fe0e76ed41eea9514433f4ca8cdb5312b1|commit]], [[https://git.kernel.org/linus/7b0151caf73a656b75b550e361648430233455a0|commit]], [[https://git.kernel.org/linus/392a53246257a9f89ef421b60af62056ce374285|commit]], [[https://git.kernel.org/linus/42764413d19585caff1321823b376c0bd0a597af|commit]], [[https://git.kernel.org/linus/ccf31d6e6cc53e50cc42845061174082fd229c79|commit]], [[https://git.kernel.org/linus/1143c0b85c07fc45daf1c33b26ba9320becd6748|commit]], [[https://git.kernel.org/linus/0497d2ac9b26d015cfafc4655ad9308c30a61810|commit]], [[https://git.kernel.org/linus/662f6815786efc9a60ee374142b3fd70db4637be|commit]], [[https://git.kernel.org/linus/fe60e8f65f79138ffdcc8a9155036cc35f6079ac|commit]], [[https://git.kernel.org/linus/1c18efdaa3148605071ae8b3551ee86c95c8807b|commit]], [[https://git.kernel.org/linus/7a6a6a3bf5d8c32a91d8fabb0e2d31f3bd23a412|commit]], [[https://git.kernel.org/linus/4365a45571c791a2fbeb81cf27738960c5456f57|commit]], [[https://git.kernel.org/linus/4d2a1560ffc29525493829ee31dc069c00c52c69|commit]], [[https://git.kernel.org/linus/e183d17ac362655e5ef061760245b4402b9c04f8|commit]], [[https://git.kernel.org/linus/59d67fc1f0dbb5ee8841d62140efe0fdc4fbabf5|commit]], [[https://git.kernel.org/linus/b89456aee78d22b20c6c83c4d75af7985ae5be8d|commit]], [[https://git.kernel.org/linus/ee785c870d6f80380be6549772137a41c527d0ba|commit]], [[https://git.kernel.org/linus/9717efbe5ba3f52d4b3cc637c7f7f6149ea264bb|commit]] * SEV: Enable AMD SEV-ES !DebugSwap [[https://git.kernel.org/linus/29de732cc95cb5219d8c2bd145cb7293cb572fc3|commit]], [[https://git.kernel.org/linus/f8d808ed1ba0019997f18ff2be0cf85e33a31022|commit]], [[https://git.kernel.org/linus/2837dd00f8fc69111cd6b1dc8481d2fb490d11c9|commit]], [[https://git.kernel.org/linus/c2690b5f01948dfec19d50086312848c0b5b02b0|commit]], [[https://git.kernel.org/linus/d1f85fbe836e61ed330a242f927a98abd98929cc|commit]], [[https://git.kernel.org/linus/90cbf6d914ad7856ca1145dee02babb9eab7bec1|commit]], [[https://git.kernel.org/linus/389fbbec261b2842fd0e34b26a2b288b122cc406|commit]], [[https://git.kernel.org/linus/a6bb5709029756a6151afed0eec26ba2bfabed51|commit]] * apic: Provide common init infrastructure [[https://git.kernel.org/linus/3af1e415e4d43128b72af615b346b832694377d3|commit]], [[https://git.kernel.org/linus/bef4f379e953af49a9bd81790954e78fcb264920|commit]], [[https://git.kernel.org/linus/2744a7ce34a776444225f20ae11ead6e980a129a|commit]], [[https://git.kernel.org/linus/d6f361ea706710f8d582bb176793b779a3b8b2ca|commit]], [[https://git.kernel.org/linus/ac72b92d8cec9ee96f15301a4d5a3dd455c0a7cf|commit]], [[https://git.kernel.org/linus/54271fb0b78511048aa7910d593994f2ca055e68|commit]], [[https://git.kernel.org/linus/28b8235238fa39a1b5c5820e7f5b14e7f104aac0|commit]], [[https://git.kernel.org/linus/3b7c27e6789911359867a9e8d3d7889fc94a3d55|commit]], [[https://git.kernel.org/linus/f8542a55499a69a859c84866b66f0df43933e563|commit]] * bpf: allow function arguments up to 12 for TRACING [[https://git.kernel.org/linus/473e3150e30a2db4199e6bad68c0be11279d1c34|commit]], [[https://git.kernel.org/linus/02a6dfa8ff43efb1c989f87a4d862aedf436088a|commit]], [[https://git.kernel.org/linus/5e9cf77d81f9ba51019157dc55a3b73dc89a7cf4|commit]] * perf/x86/intel: Add Crestmont PMU [[https://git.kernel.org/linus/a430021faad6b4fa86c820fc3e7f8dbfc2f14fb4|commit]] * peci: cpu: Add Intel Sapphire Rapids support [[https://git.kernel.org/linus/37dd6b9f5bb0081082349d808fb4ac07f76fbf97|commit]] * platform * asus-wmi: Support 2023 ROG X16 tablet mode [[https://git.kernel.org/linus/4106a70ddad57ee6d8f98b81d6f036740c72762b|commit]] * touchscreen_dmi: Add info for the BUSH Bush Windows tablet [[https://git.kernel.org/linus/34c271e778c1d8589ee9c833eee5ecb6fbb03149|commit]] * touchscreen_dmi: Add info for the Positivo C4128B [[https://git.kernel.org/linus/aa7dcba3bae6869122828b144a3cfd231718089d|commit]] * siemens: simatic-ipc-batt: add support for module BX-59A [[https://git.kernel.org/linus/c56beff2037549c951042d178de75e535818a98a|commit]] * siemens: simatic-ipc: add new models BX-56A/BX-59A [[https://git.kernel.org/linus/b8af77951941e943434a76ef40fdc372bf95030e|commit]] * Add SEL-3350 platform driver [[https://git.kernel.org/linus/81ad56950b7648c103940e74a8476bc71d4f9c55|commit]] * hp-bioscfg: New firmware-attributes driver for changing BIOS settings from within Linux [[https://git.kernel.org/linus/69ea03e38f241b224e0e75ea20932f2a0df94e5c|commit]], [[https://git.kernel.org/linus/6b2770bfd6f92440e36dfa04c17ea065f24fd28d|commit]], [[https://git.kernel.org/linus/6f2c06d5a467a372a92696685541aee3c9053685|commit]], [[https://git.kernel.org/linus/4b2672ec71a3b4c89c5b6a093c82495234ef80ca|commit]], [[https://git.kernel.org/linus/8646a3b5ee3a5b384a22a721f37c24274d974045|commit]], [[https://git.kernel.org/linus/b2715aa2e1352c0060b9dcba57a2e465bbfbcd68|commit]], [[https://git.kernel.org/linus/e6c7b3e15559699a30646dd45195549c7db447bd|commit]], [[https://git.kernel.org/linus/63e8f906e94e122ad1a38588b919a6b5e98b3532|commit]], [[https://git.kernel.org/linus/eff3bac88aeda6f10f3b3c5e146e8ce29ff3bfb9|commit]] * ideapad-laptop: Add support for keyboard backlights using KBLC ACPI symbol [[https://git.kernel.org/linus/ecaa1867b5243cf99e6ce9b46e372a66bd7cbfa2|commit]] * asus-wmi: [[https://git.kernel.org/linus/58720809f52779dc0f08e53e54b014209d13eebb|commit]], [[https://git.kernel.org/linus/77ee9d299e6d69a75e9a3e15a1f09cd7c8f88ff0|commit]], [[https://git.kernel.org/linus/536fce82d72933b9c60f1f0873f75ef890d80679|commit]], [[https://git.kernel.org/linus/ee887807d05d3d6fb68917df59e450385fe630d3|commit]], [[https://git.kernel.org/linus/d4eca58aafe241f68e9d7e015d262abe8c8507ac|commit]], [[https://git.kernel.org/linus/d49f4d1a30ac656e65f3fc3609893256da0b9a31|commit]], [[https://git.kernel.org/linus/609b3670c29f41a1a9da5e689373fc24d244cd00|commit]], [[https://git.kernel.org/linus/abac4259fc0a2b691af6c3916e420f374f7fd900|commit]], [[https://git.kernel.org/linus/e0b278e7b5da62c3ebb156a8b7d76a739da2d953|commit]] * chrome: chromeos_acpi: support official HID GOOG0016 [[https://git.kernel.org/linus/703e77134ebf7d99acbd0f85f7c94cfb408f4bd0|commit]] * TPMI control and debugfs support [[https://git.kernel.org/linus/61457949686fc4472e6136c72c255b4ad003e084|commit]], [[https://git.kernel.org/linus/b326c1bbb146b9bae38cf53243c6d272aaa1c7e3|commit]], [[https://git.kernel.org/linus/40e6c3956b15d2a2eb1840f2dfd96c0cc4b216ed|commit]] * Updates for AMD Family 1Ah-based Models [[https://git.kernel.org/linus/c64016609b6f66b753b5f37929a191477fa584c0|commit]], [[https://git.kernel.org/linus/3cd9da416d5b625d52053c816ee91daf4e97007c|commit]], [[https://git.kernel.org/linus/c4d07c371283cb0453c8ce187551e4d064cc407e|commit]] * Support TDX guests on Hyper-V (the Hyper-V specific part) [[https://git.kernel.org/linus/08e9d12077fcc7c4c4579d7dcd8093b59b01369e|commit]], [[https://git.kernel.org/linus/d6e0228d265f29348a01780ff306321c399d8b95|commit]], [[https://git.kernel.org/linus/68f2f2bc163d4427b04f0fb6421f091f948175fe|commit]], [[https://git.kernel.org/linus/0719881bf891cc72bf4375a9f4849d52772c80c6|commit]], [[https://git.kernel.org/linus/cceb4e0810b61c7f5837c17e966b9b718dd62d22|commit]], [[https://git.kernel.org/linus/d3a9d7e49d15316f68f4347f48adcd1665834980|commit]], [[https://git.kernel.org/linus/23378295042a4bcaeec350733a4771678e7a1f3a|commit]], [[https://git.kernel.org/linus/b9b4fe3a72b60c8d74a9ffb61aa778f04eaddd87|commit]], [[https://git.kernel.org/linus/e3131f1c81448a87e08dffd21867312a5ce563d9|commit]], [[https://git.kernel.org/linus/a67f6b60d6ed953d5b23a22f26fc916aab630aaa|commit]] * hyperv: Add AMD sev-snp enlightened guest support on hyperv [[https://git.kernel.org/linus/d6e2d652443751e290b2edb70173ec3c22f78fbe|commit]], [[https://git.kernel.org/linus/8387ce06d70bbbb97a0c168a52b68268ae0da075|commit]], [[https://git.kernel.org/linus/b13103559dddbc64330c2e63ebf7342e70fbab4e|commit]], [[https://git.kernel.org/linus/193061ea0a50c13f72b907e6fa7befa6e15a4302|commit]], [[https://git.kernel.org/linus/48b1f68372ca93ff67812d99c8d7351aaee62a2a|commit]], [[https://git.kernel.org/linus/45f46b1ac95ea34cc6e81739a64cb6bec28f1185|commit]], [[https://git.kernel.org/linus/44676bb9d566ce2bfbd132f9745eb7eb2d784476|commit]], [[https://git.kernel.org/linus/4754ec7f202003ef3a307bc59779efdd312a876e|commit]] == DMA engines == * edma: add freescale edma v3 support [[https://git.kernel.org/linus/8b9aee8073a5f3e0c2e418d45a7969270ea576c6|commit]], [[https://git.kernel.org/linus/66aac8ea0a6c79729f99087b1c5a596938e5d838|commit]], [[https://git.kernel.org/linus/9e006b243962a42f6927d2d9fe1a7b0a29f45265|commit]], [[https://git.kernel.org/linus/c26e611433aaa064691343c0168f4671eb5cfa42|commit]], [[https://git.kernel.org/linus/79434f9b97361601e65e0f5576e9760fefebf19a|commit]], [[https://git.kernel.org/linus/ee2dda06465a3b0f533c829a5bdc2ff15588d8e0|commit]], [[https://git.kernel.org/linus/a9903de3aa16731846bf924342eca44bdabe9be6|commit]], [[https://git.kernel.org/linus/f5b3ba52f36adcda7801fba99c414975f19c85d4|commit]], [[https://git.kernel.org/linus/9b05554c5ca6829a60c610191d45f244d8726e95|commit]], [[https://git.kernel.org/linus/7536f8b371adcc1c4f7ed7ca579da24bdeb14b6f|commit]], [[https://git.kernel.org/linus/6eb439dff645a1f61a710abfc0d37a50e4d43d1a|commit]], [[https://git.kernel.org/linus/72f5801a4e2b7122ed8ff5672ea965a0b3458e6b|commit]] * ipu: Remove the driver [[https://git.kernel.org/linus/f1de55ff7c704b48389987f6c71ca31dc8cffe8d|commit]] == LOONGARCH == * Add KFENCE (Kernel Electric-Fence) support [[https://git.kernel.org/linus/6ad3df56bb199134800933df2afcd7df3b03ef33|commit]] * Add basic KGDB & KDB support [[https://git.kernel.org/linus/e14dd076964ef11e9d6e3b06a2f1c6bb7d034133|commit]] * Add Loongson Binary Translation (LBT) extension support [[https://git.kernel.org/linus/bd3c5798484aa9a08302a844d7a75a2ee3b53d05|commit]] * Allow usage of LSX/LASX in the kernel [[https://git.kernel.org/linus/2478e4b7593a2a55073a4a6bf23dc885c19befd8|commit]] * Add KASAN (Kernel Address Sanitizer) support [[https://git.kernel.org/linus/5aa4ac64e6add3e40d5049e31275b2822daf885d|commit]] * Add support for 32/64_PCREL relocation type [[https://git.kernel.org/linus/c1c2ce2d3bf903c50f3da7346d394127ffcc93ac|commit]], [[https://git.kernel.org/linus/b1dc55a3d6a86cc2c1ae664ad7280bff4c0fc28f|commit]] * Accelerate RAID math with !LoongArch SIMD [[https://git.kernel.org/linus/75ded18a5e8e51ca2d26d55f010d60ae9aab652c|commit]], [[https://git.kernel.org/linus/8f3f06dfd6873135068ccf1a0b386308e8c4da38|commit]], [[https://git.kernel.org/linus/f2091321044d9fbcadb93dfc1c9cf23e563ea40c|commit]] * Allow building with kcov coverage [[https://git.kernel.org/linus/2363088eba2ecccfb643725e4864af73c4226a04|commit]], [[https://git.kernel.org/linus/b72961f847c0f0df113ae2d6ac9fd6b1e6bdeaf2|commit]] == RISCV == * (FEATURED) Introduce KASLR [[https://git.kernel.org/linus/f57805555834494e8cad729d01d86ba326d64959|commit]], [[https://git.kernel.org/linus/84fe419dc7578b03e721b9bd6eb07947db70fd0e|commit]], [[https://git.kernel.org/linus/54a519e6aff9a6bc8922149e94f89c4bf4e3e8fb|commit]], [[https://git.kernel.org/linus/6b56beb5f6940f0b77cb520263651328a8378efa|commit]], [[https://git.kernel.org/linus/3c35d1a03c8b864f08088d51e121aa7c0067b146|commit]], [[https://git.kernel.org/linus/b7ac4b8ee73d4fec0998664c9dd61f089d481044|commit]] * (FEATURED) KCFI support [[https://git.kernel.org/linus/7f7d3ea6eb000bd329a6f2fe3f1c7596c4e783e1|commit]], [[https://git.kernel.org/linus/08d0ce30e0e4fcb5f06c90fe40387b1ce9324833|commit]], [[https://git.kernel.org/linus/5f59c6855bad1809a4f85ce4db412f9ede45a4a0|commit]], [[https://git.kernel.org/linus/f3a0c23f2539a69792df4586485225fda5fab988|commit]], [[https://git.kernel.org/linus/af0ead42f69389cd4ed68e1a4c6cde45c0adb35c|commit]], [[https://git.kernel.org/linus/a72ab0361110db51488c670863551eb01428470e|commit]], [[https://git.kernel.org/linus/74f8fc31feb4b756814ec0720f48ccdc1175f774|commit]] * Add support cpu v4 insns for RV64 [[https://git.kernel.org/linus/469fb2c3c1bbaa092f541e3a8d3b3554042aa6a5|commit]], [[https://git.kernel.org/linus/3d06d8163f98594dfb950c3aeae9f798e4fb45c7|commit]], [[https://git.kernel.org/linus/694896ad3ca79b3291efaf29702a94d2568b5279|commit]], [[https://git.kernel.org/linus/d9839f16c1502556993552746452c862cb1c41af|commit]], [[https://git.kernel.org/linus/3e18ff4bce9b50d351479bb4baee6e8305e98a5b|commit]], [[https://git.kernel.org/linus/83cc63afab718c5a31ce94d3e7f3827acc501042|commit]], [[https://git.kernel.org/linus/0209fd511fa4371f49d6e38f25a258831bb90391|commit]] * KVM RISC-V ONE_REG ISA extension improvements [[https://git.kernel.org/linus/e98b1085be795354073debd371e2889bea4902b9|commit]], [[https://git.kernel.org/linus/613029442a4b837d3f8ce8ab08064f095ecdbdb6|commit]], [[https://git.kernel.org/linus/41716861e4251b202809fc57deaed3881934e062|commit]], [[https://git.kernel.org/linus/043cba064ecd2c3ccaf575c15caf6dd829c64e7b|commit]], [[https://git.kernel.org/linus/d2064d4a6e3a565879da196947fb35cc7b1f3256|commit]] * KVM: provide UAPI for host SATP mode [[https://git.kernel.org/linus/2776421e6839b67c34261861b169b7ee737b4c00|commit]] * Add KVM_GET_REG_LIST API [[https://git.kernel.org/linus/031f9efafc08d68b1b672e83ee73f6ea5c69c2ef|commit]], [[https://git.kernel.org/linus/dfaf20af7649c82b0c53103e3bd9f3e6c3751c9d|commit]], [[https://git.kernel.org/linus/2653860812949d485e18414b72fa542c84763f71|commit]], [[https://git.kernel.org/linus/c2b5aa7aebbae018edd988e9815087abf72e526b|commit]], [[https://git.kernel.org/linus/9177b715cdccdfd6711511440cf43b8be6e28c6c|commit]], [[https://git.kernel.org/linus/0ace6bda5701a38211ac21d45d4683721758e844|commit]], [[https://git.kernel.org/linus/17da79e009c376523ab977a351a2a69bad8e847b|commit]], [[https://git.kernel.org/linus/be4c58060c3efd1f8dff59e59ff8e69d08f00560|commit]], [[https://git.kernel.org/linus/90a6bcbc542d0d61f50eeb85952e4fc49dbf3841|commit]], [[https://git.kernel.org/linus/e85660338f2b1f20981f2a343a33db75255942a7|commit]], [[https://git.kernel.org/linus/c47467712e8be10805aed4db5626a39aedc784bb|commit]], [[https://git.kernel.org/linus/cbc0daa67c62bcfeb45cccfc821216549566fb40|commit]], [[https://git.kernel.org/linus/477069398ed6e0498ee243e799cb6c68baf6ccb8|commit]] * Fix ptrace and export VLENB [[https://git.kernel.org/linus/e2de1646f79632ca19980ed6a13a7779ae086088|commit]], [[https://git.kernel.org/linus/e3f9324b231aba1dc707572bfe80be210c2d4cbd|commit]], [[https://git.kernel.org/linus/c35f3aa34509085bfc9800c86bc9998f8954933d|commit]], [[https://git.kernel.org/linus/f0936363547948e0c2b757aff52f6ee29396651d|commit]] * Adapt bpf trampoline to optimized riscv ftrace framework [[https://git.kernel.org/linus/25ad10658dc1068a671553ff10e19a812c2a3783|commit]] * Allow userspace to directly access perf counters [[https://git.kernel.org/linus/7aa7d502e4d5a42353325cb4bf2aa880b10168e9|commit]], [[https://git.kernel.org/linus/366d259ff597e81d90639ae21269b3f82cd4ebb7|commit]], [[https://git.kernel.org/linus/f117ae55b0198dd6fc36ce521e06d8b44a4bb203|commit]], [[https://git.kernel.org/linus/e8b785e98abb0cc12edd4ba2d3ccad767ab8b68d|commit]], [[https://git.kernel.org/linus/d5ac062d82d87124ac75e4273e3887578a7fae60|commit]], [[https://git.kernel.org/linus/83c5e13b8cbbed9479cf568e03a5010d827e9781|commit]], [[https://git.kernel.org/linus/50be342829053d6d4a3c66eacc0e778f6611a37a|commit]], [[https://git.kernel.org/linus/cc4c07c89aada16229084eeb93895c95b7eabaa3|commit]], [[https://git.kernel.org/linus/57972127b20ef9cb84fc214f7cfacaa7ab884a38|commit]], [[https://git.kernel.org/linus/60bd50116484b84fcfcd0db55d6d821ff3a21541|commit]], [[https://git.kernel.org/linus/26ba042414a35cb1fd7c31fae63841956ce7cecb|commit]] * Probe DT extension support using riscv,isa-extensions & riscv,isa-base [[https://git.kernel.org/linus/23059893967826467e36c6d9f7428cc79dd48a11|commit]], [[https://git.kernel.org/linus/67270fb388feb3ab7b8f1c8e2825d43237ffa7a0|commit]], [[https://git.kernel.org/linus/131033689da2ce17fb1407f0d3e608a203be5e09|commit]], [[https://git.kernel.org/linus/8135ade32c0db48e2e75b039b2c2454f722762de|commit]], [[https://git.kernel.org/linus/37f988dcec056532820fb7c3e9a8367fd19f6c1b|commit]], [[https://git.kernel.org/linus/c30556e318cc3d8e04349aea6505639ec8a5fbdc|commit]], [[https://git.kernel.org/linus/effc122ad17698996ce2e839c69695cd22645be1|commit]], [[https://git.kernel.org/linus/4265b0ec5ee7bf64639cc088f378a51ca335b8a4|commit]], [[https://git.kernel.org/linus/90700a4fbfaf30bc792b72ddda5666a19ddd6c6a|commit]], [[https://git.kernel.org/linus/c98f136aedbd4384311b06db4ec9d2fd1996cffc|commit]], [[https://git.kernel.org/linus/496ea826d1e1f9744e2a4c36043db933deebab43|commit]] * Support PREEMPT_DYNAMIC with static keys [[https://git.kernel.org/linus/4e90d0522a688371402ced1d1958ee7381b81f05|commit]] * Support ELF format binaries in nommu mode [[https://git.kernel.org/linus/150e3c92a1455cc3971be1f5962f35c32ab3deee|commit]], [[https://git.kernel.org/linus/b922bf04d2c1355633bdefbc2ed5fba1f0d4df07|commit]], [[https://git.kernel.org/linus/9549fb354ef1a451ceddfa404ae3e943c5c803d0|commit]] * Ssupport allocating crashkernel above 4G explicitly on riscv [[https://git.kernel.org/linus/9389e6715f16a8de7aeeb0b2fd50f13e5a8938ef|commit]], [[https://git.kernel.org/linus/5882e5acf18d79d586282acfd07a8c88550e2cee|commit]], [[https://git.kernel.org/linus/33f0dd973d4e7d3ed208b5df027490380d5876ab|commit]] * Add non-coherent DMA support for AX45MP [[https://git.kernel.org/linus/c23be918c5d0f860971cf824de772714b4c771ea|commit]], [[https://git.kernel.org/linus/d6ca3a56f4f3e1d408397f1e309f7c57a6d01c38|commit]], [[https://git.kernel.org/linus/e021ae7f5145d46ab64cb058cbffda31059f37e5|commit]], [[https://git.kernel.org/linus/b79f300c1fd4bd83b1f827c7a0e043fca7aad73c|commit]], [[https://git.kernel.org/linus/3e7bf4685e42786dc10a57512c8a767947f25c10|commit]], [[https://git.kernel.org/linus/d34599bcd2e4e93a28d5904bf94bc7dafc511f04|commit]], [[https://git.kernel.org/linus/484861e09f3ed8fb2e1de290d9e33fee3611b9fc|commit]] * Add BeagleV Ahead board support [[https://git.kernel.org/linus/d19c10d5b95ab6a30acde6d2bdb7ab915971563b|commit]], [[https://git.kernel.org/linus/31ceedee8aa4559494d2ebb85c484efff6f5afa1|commit]] * kprobes: simulate some instructions [[https://git.kernel.org/linus/82dfb5fde6d104799866658f4ca55262dbb7ae0c|commit]], [[https://git.kernel.org/linus/a93892974f2e46bed59b366133f3ef60d70d3b66|commit]], [[https://git.kernel.org/linus/b18256d9b744497410bc124a94a546c5eef579eb|commit]], [[https://git.kernel.org/linus/d943705fba3af1dec5a999cb3739949710a1aa90|commit]] == POWERPC == * ftrace: Extend ftrace support for large kernels to ppc32 [[https://git.kernel.org/linus/f3993a0330e2d11e42c095810c6c33084024df46|commit]] * crypto: Add optimized chacha20/poly1305-p10 [[https://git.kernel.org/linus/62d9e475065597bfd9c3a646af4c4faab637a599|commit]], [[https://git.kernel.org/linus/a09450e59c5a93aa13164a3024f9c1ba02ced874|commit]], [[https://git.kernel.org/linus/09ef057bd2a125e01fe841c4f40ca9fb97cc5cd4|commit]], [[https://git.kernel.org/linus/ba8f8624fde2cbd92b995e6d92d4ecc97cf2a7f0|commit]], [[https://git.kernel.org/linus/161fca7e3e905d5e99dbd79ed55d9212e6d80eb0|commit]] * Add support for DAX vmemmap optimization for ppc64 [[https://git.kernel.org/linus/348ad1606f4c09e3dc28092baac474e10a252471|commit]], [[https://git.kernel.org/linus/f32928ab6fe5abac5a270b6c0bffc4ce77ee8c42|commit]], [[https://git.kernel.org/linus/c1a6c536fb088c01d6bdce77731d89ad5e1734c6|commit]], [[https://git.kernel.org/linus/40135fc7188cee4ae64777148fd462f4ea523181|commit]], [[https://git.kernel.org/linus/973bf6800cf37802ca48292378d574f2a689de9b|commit]], [[https://git.kernel.org/linus/54a948a1e97a9d19a0a4bed63a2d4caef30c5d17|commit]], [[https://git.kernel.org/linus/0b6f15824cc7e431a9706c78bfb9cb3011477ad3|commit]], [[https://git.kernel.org/linus/104c49d5b6dc8b38aea0cb7300068b378cf37ac1|commit]], [[https://git.kernel.org/linus/27af67f35631ac4b61b5e4455b44c9aee8d2cc4b|commit]], [[https://git.kernel.org/linus/368a0590d954a659b16ab945328ada0cc10f93a0|commit]], [[https://git.kernel.org/linus/f2b79c0d79683d552369bb9a7282c1f0226fc566|commit]], [[https://git.kernel.org/linus/601f006fddc66e369fdac7c572f981eafd159dac|commit]], [[https://git.kernel.org/linus/6be3601517d90b728095d70c14f3a04b9adcb166|commit]] * Add support for memmap on memory feature on ppc64 [[https://git.kernel.org/linus/04d5ea46a15149a12f79c686b6a1ffc9c3233272|commit]], [[https://git.kernel.org/linus/e3c2bfdd33a30b34674fb8839f5476ab2702c1c1|commit]], [[https://git.kernel.org/linus/85a2b4b08f202d67be81e2453064e01572ec19c8|commit]], [[https://git.kernel.org/linus/2d1f649c7c0855751c7ff43f4e34784061bc72f7|commit]], [[https://git.kernel.org/linus/603fd64dfa45d1e9df996911e4010f2b00731387|commit]], [[https://git.kernel.org/linus/1a8c64e110435e44e71bcd50a75663174b575f22|commit]] * Add sysfs interface files to hv_gpci device to expose system information [[https://git.kernel.org/linus/71f1c39647d8c9d4d54a861ec81f1ff17544bcb6|commit]], [[https://git.kernel.org/linus/9caf9e2b8bae58e39501f6fb1fc9189009538ccc|commit]], [[https://git.kernel.org/linus/1a160c2a13c66c9ad47436e73c821f3d26818733|commit]], [[https://git.kernel.org/linus/3255171d3e861b14e4248a5c676099819cadfb6d|commit]], [[https://git.kernel.org/linus/71a7ccb478fcfe1495bcabf4972d859b24264df7|commit]], [[https://git.kernel.org/linus/cc89ff3491b61cebc90b3394eb6b36635173d0dd|commit]], [[https://git.kernel.org/linus/a69a57cac1ec8995bb0b571dfccc3fe2f046719a|commit]], [[https://git.kernel.org/linus/ab7e991286e729b0018722591c04eb2fd31771b0|commit]], [[https://git.kernel.org/linus/a15e0d6a6929e737f71578ed4b05531fed5a96e8|commit]], [[https://git.kernel.org/linus/8df99066940b6c82a0851f13adf653827dc524f7|commit]] * tools/nolibc: add 32/64-bit powerpc support [[https://git.kernel.org/linus/e45ce88e6591bf609f997aea6dc1fdf1bc45fd43|commit]], [[https://git.kernel.org/linus/c6c3734fb6b1c438d5586748753fee52a135c078|commit]], [[https://git.kernel.org/linus/faeb4e09fe77262f9a6b2f9f874eec0b6850721e|commit]], [[https://git.kernel.org/linus/8a5040cb3f5ac3b1bea5aaa1150daf43b883f938|commit]] == PARISC == * Add native eBPF JIT compiler for parisc [[https://git.kernel.org/linus/ceb0e7267693d3e6c43bd65695cd79d7c072a42a|commit]], [[https://git.kernel.org/linus/c95e269773b31a93515e201fc4bce02d491216c2|commit]], [[https://git.kernel.org/linus/22de5d626231b9439a92b030fc8c87603739c2d1|commit]], [[https://git.kernel.org/linus/6b3cba375917494d5905c9b9c1ea2acdf73922e8|commit]], [[https://git.kernel.org/linus/4800a6215e335c6dade05e10c8fdbf919c04a3a7|commit]] * Use generic mmap top-down layout and brk randomization [[https://git.kernel.org/linus/3033cd4307681c60db6d08f398a64484b36e0b0f|commit]] == S390 == * Rremove "noexec" option [[https://git.kernel.org/linus/b6f10e2f66e43b903b1f37b643d353fe364190cd|commit]] * Add support for user-defined certificates [[https://git.kernel.org/linus/8cf57d7217c32133d25615324c0ab4aaacf4d9c4|commit]] * zcrypt_ep11misc: support API ordinal 6 with empty pin-blob [[https://git.kernel.org/linus/386cb81e4ba7811573765aaaeb91b472639c2bae|commit]] * KVM: Enable AP instructions for PV-guests [[https://git.kernel.org/linus/b1e428615f154c87a94267b67e819644b50948f8|commit]], [[https://git.kernel.org/linus/59a881402cc89788652fa2c2ce7421d14f131c34|commit]], [[https://git.kernel.org/linus/19c654bf05ae33ad0a2a9c039d5fe7d411a8bb06|commit]], [[https://git.kernel.org/linus/899e2206f46aece42d8194c350bc1de71344dbc7|commit]] * zcrypt: remove CEX2 and CEX3 device drivers [[https://git.kernel.org/linus/5ac8c72462cdad56e37981eb2172c5baa1ea40d6|commit]] = Drivers = == Graphics == * syncobj: add IOCTL to register an eventfd [[https://git.kernel.org/linus/c7a472297169156252a50d76965eb36b081186e2|commit]] * fbdev: Make userspace interfaces optional [[https://git.kernel.org/linus/1ca8819320fd84e7d95b04e7668efc5f9fe9fa5c|commit]], [[https://git.kernel.org/linus/471d4ee1008d17e899a3ad0a2d422295c05ed830|commit]], [[https://git.kernel.org/linus/ed369def91c1579a34cd6f9494e4614745430322|commit]], [[https://git.kernel.org/linus/7fa1675e840535876921b44d7f88b9b314d13edf|commit]], [[https://git.kernel.org/linus/d850f1c33a973ef787510823bac8e45d5f62e965|commit]], [[https://git.kernel.org/linus/767e693b488afe9c764704893c45f6ff7dca330a|commit]], [[https://git.kernel.org/linus/2b41f8329cc0349199a18e536c0c8df0d3bdd81d|commit]], [[https://git.kernel.org/linus/8404e56f4bc1d1a65bfc98450ba3dae5e653dda1|commit]], [[https://git.kernel.org/linus/be05e207d4ec2981568a6f0c7d8ed133d2486a71|commit]], [[https://git.kernel.org/linus/52a46bb2fce21e5b4c772f58a2faa354608524f3|commit]], [[https://git.kernel.org/linus/550949324ce77f5693f83104aa56944c0e5125cf|commit]], [[https://git.kernel.org/linus/46d86f3b3b1d229df6f17bd3384843d0ddd438ab|commit]], [[https://git.kernel.org/linus/8ad760892f6c85045397e726c42f0ffd4da7545f|commit]], [[https://git.kernel.org/linus/1a7f3c2653f1b74a328d8af5bc4795cee7c00d68|commit]], [[https://git.kernel.org/linus/f08c6c53b8e157859530fcf9235016bbe646b0ea|commit]], [[https://git.kernel.org/linus/ac8c8135763e94dfcfb34dbd0ad98ef4a135289f|commit]], [[https://git.kernel.org/linus/1d4423d3f0058793f4c6dbc9cdade1742d105a6b|commit]], [[https://git.kernel.org/linus/f5c6291f12090c4a0cdf0832da513c5a3e41d186|commit]], [[https://git.kernel.org/linus/8adcfd2187caa084598225bfdd04cd08c6948d9b|commit]], [[https://git.kernel.org/linus/403f0dda63155eeaae3a7f43d70ed4bea7c293f8|commit]], [[https://git.kernel.org/linus/f0f6839be41d71a367611284412949f1d3c8baea|commit]], [[https://git.kernel.org/linus/e2af003210c6395f32a5ba9a032ff9589ee7bb09|commit]], [[https://git.kernel.org/linus/abcc2f3c4cd2ea805f215947eeb3af02846cbd89|commit]], [[https://git.kernel.org/linus/588b35634a5aabce1aef3297a048e42279f62dec|commit]], [[https://git.kernel.org/linus/ff8fbcf605f59c5b7b82805c9f7a7dfe6abac784|commit]], [[https://git.kernel.org/linus/701d2054fa317188cd4039c84e72c73254013b23|commit]] * Allow PRIME 'self-import' for all drivers [[https://git.kernel.org/linus/6b85aa68d9d5a27556b8b1015e7e515a371e77de|commit]], [[https://git.kernel.org/linus/71e801b9b44f86ce8c816b06960c705f901c50e5|commit]], [[https://git.kernel.org/linus/71a7974ac7019afeec105a54447ae1dc7216cbb3|commit]] * vkms: Add support to 1D gamma LUT [[https://git.kernel.org/linus/db1f254f2cfaf0510ae34fa2311a8d749e95179a|commit]] * Add DSS support for AM625 SoC [[https://git.kernel.org/linus/13126d7fa659aa6afec001413e2a8d6cb319c1d7|commit]], [[https://git.kernel.org/linus/ad2ac9dc94262ebaa46bfd82b7b4ed8e366e9a44|commit]] * amd * Enable cursor degamma for DCN3+ DRM legacy gamma [[https://git.kernel.org/linus/57a943ebfcdb4a97fbb409640234bdb44bfa1953|commit]] * Freesync Panel Replay V2 [[https://git.kernel.org/linus/e013864479f7572153b27072b6693d45301e3cf6|commit]], [[https://git.kernel.org/linus/c7ddc0a800bc9f681a18c3bdd9f06b61adfabc11|commit]], [[https://git.kernel.org/linus/dede1fea4460e734f0ef85875718a036bdd18649|commit]], [[https://git.kernel.org/linus/76bd34786ebd323cf4c32604cf6166b08aaa3ffa|commit]], [[https://git.kernel.org/linus/ec8e59cb4e0c1a52d5a541fff9dcec398b48f7b4|commit]], [[https://git.kernel.org/linus/c84f512387fcda784b907c4754b8c4088432fa5d|commit]], [[https://git.kernel.org/linus/f51069bac67cc5cff1a99ba715a5f7e2dbc78ebd|commit]], [[https://git.kernel.org/linus/81a7be799af7cfb37e24f4d94bde8dcc8fb34c8a|commit]], [[https://git.kernel.org/linus/44e60b14d5a72f91fd0bdeae8da59ae37a3ca8e5|commit]] * Add a new hwmon attribute for instantaneous power [[https://git.kernel.org/linus/bb9f7b6826257390a847abb39c719dca0de41a18|commit]] * Upstream debugger feature for GFX v9.4.3 [[https://git.kernel.org/linus/036e348fdccf74db83f18c466123553e12bd35b9|commit]], [[https://git.kernel.org/linus/567db9e070a027f3f3673b11c55dc7d2d8df6674|commit]], [[https://git.kernel.org/linus/7a93cc579c1e63d956d9ec124100a36d9798ffe8|commit]], [[https://git.kernel.org/linus/41b8a08109e959e9f9d77246e630304e5971b397|commit]] * amdkfd: enable cooperative groups for gfx11 [[https://git.kernel.org/linus/7a1c5c6753858cbbf0b073eaa9b53d8f56ee0927|commit]], [[https://git.kernel.org/linus/602816c3ee3fdbf4a72cb4d2e5b8b756a5104b0f|commit]] * Add FRU sysfs nodes only if needed [[https://git.kernel.org/linus/7957ec80ef97e983bb87782757c9dd74c34acc27|commit]] * Add RLCG interface driver implementation for gfx v9.4.3 (v3) [[https://git.kernel.org/linus/8ed49dd1d3a7448744d57e1da2062b074cba2e49|commit]] * Add RAS fatal error handler for NBIO v7.9 [[https://git.kernel.org/linus/7692e1ee2446fd1940b5caa6e09779504a58881a|commit]] * ast * Refactor the device-detection code [[https://git.kernel.org/linus/4cfe75f0f14f044dae66ad0e6eea812d038465d9|commit]], [[https://git.kernel.org/linus/30fe33f2342fd93179d014aa1ae71021a0459001|commit]], [[https://git.kernel.org/linus/1da14d57526874cefcda494c0d550eeee4f5104e|commit]], [[https://git.kernel.org/linus/a980cac8368b040d00f59f629b94624f8c559d54|commit]], [[https://git.kernel.org/linus/3bfe25b5119d6d8f2c9105840d9b0282c69c48d8|commit]], [[https://git.kernel.org/linus/48b6701eded8a326566dbd9b01a473bc849f79c1|commit]], [[https://git.kernel.org/linus/5b71707dd13cb611bba07ab5f38f92b8f7859d6e|commit]], [[https://git.kernel.org/linus/a74ec2bcdc2298ab025a75b9d5683aabf4e4c043|commit]], [[https://git.kernel.org/linus/ecf64579fe3dda39bf986686a181027b80c9d075|commit]], [[https://git.kernel.org/linus/6bd576da31872006d8489cadc1ee2fe03653fc8d|commit]], [[https://git.kernel.org/linus/86d86d1ba24b3bc16706d4b72735e54c14ffc982|commit]], [[https://git.kernel.org/linus/52c29330ebdd592483a98f5e46c60af83084cc7f|commit]], [[https://git.kernel.org/linus/546b959ed7aade7a74fe5874adbd89886c5c6d8a|commit]], [[https://git.kernel.org/linus/95badecb06657e815e23d12db236493b4ca862a1|commit]] * Add BMC virtual connector [[https://git.kernel.org/linus/e329cb53b45da475966c4b2e49f6a4a430f307fa|commit]], [[https://git.kernel.org/linus/f81bb0ac7872893241319ea82504956676ef02fd|commit]] * Detect AST 2510 model [[https://git.kernel.org/linus/52c29330ebdd592483a98f5e46c60af83084cc7f|commit]] * i915 * Expose RPS thresholds in sysfs [[https://git.kernel.org/linus/d84990a6d28785cb4e7259b5b7535c2ee823258b|commit]] * msm/dpu: Add SM6125 support [[https://git.kernel.org/linus/9b6f4fedaac2db4b1389c457000cfdb5c3d1c0c5|commit]] * Support bridge/connector by Tegra HDMI [[https://git.kernel.org/linus/829912ebdf47978f396d3added6fd215c36e2bd3|commit]] * Sitronix ST7789V improvements [[https://git.kernel.org/linus/a411558cc14309073616e72d259083602585b296|commit]], [[https://git.kernel.org/linus/11649154ec46f1c7f7c58bac22e2c5927ca6b6a2|commit]], [[https://git.kernel.org/linus/c2974f43b1237e0c985760156bc3ca4dccbb5243|commit]], [[https://git.kernel.org/linus/b6b65e45e09a2e940e48722fa0bfdf16e6f4edf8|commit]], [[https://git.kernel.org/linus/fbad26dcb657830e59ba2ca5eaba6be0019b97f9|commit]], [[https://git.kernel.org/linus/bc2aa99b2306bc9d91586bc9187bfef4e61d3882|commit]], [[https://git.kernel.org/linus/9b4454fa2528c617b5986517c9c73e50e30d237d|commit]], [[https://git.kernel.org/linus/4098d1867f27de2443c33e116b064ad3082aecb9|commit]], [[https://git.kernel.org/linus/a4b563b1d19dea9de366f81cae6342d80b663a45|commit]], [[https://git.kernel.org/linus/7a6288726cf6bc0fa1bca0f24922a06425b84bf1|commit]], [[https://git.kernel.org/linus/e4572f99f8a7dfd8a081c9135943ab82abe6f692|commit]], [[https://git.kernel.org/linus/893cfba7c56aa3fed34935b6fbc14a008c3b8172|commit]], [[https://git.kernel.org/linus/9943981aa3ab7841186827fce2177279c766b6df|commit]], [[https://git.kernel.org/linus/6b00e72e4bee08048379a6365251b195b8a946d1|commit]], [[https://git.kernel.org/linus/a368b40836e7fc4f24dbb0fcfb9dedcde1dcaa38|commit]], [[https://git.kernel.org/linus/71f739082160b5e4def3a7083dc25583cc195d04|commit]], [[https://git.kernel.org/linus/290cdd7959a734a0ef20ec096af7810177c4b9f8|commit]] * Port Xe to use GPUVA and implement NULL VM binds [[https://git.kernel.org/linus/09593216bff15866f95c8ad406cb7fdcec1ee40a|commit]], [[https://git.kernel.org/linus/e6303f323b1ad9c02ae813fc3dedeaa9dadfd3b0|commit]], [[https://git.kernel.org/linus/4f66feeab173bd73e71028b8c2e1dcea07e32dd5|commit]], [[https://git.kernel.org/linus/e02238990b1ab2dfc8abb4c28369f1da6e863f81|commit]], [[https://git.kernel.org/linus/7b05a7c0c9ca6e7e2d27181504920987226477e5|commit]], [[https://git.kernel.org/linus/a7f7d13e9beca72d9630b06bde3ffc4269f55d3f|commit]], [[https://git.kernel.org/linus/fbc0ced450060bbce807b35885fe4be8d19b1e22|commit]], [[https://git.kernel.org/linus/7f2a0b50b2b20308a19602b51c647566c62e144c|commit]], [[https://git.kernel.org/linus/f124eef76f855d9f3df8827cb1e166f96994042c|commit]], [[https://git.kernel.org/linus/7576c4ca6d817221688e985f20eecc1f0ebead93|commit]], [[https://git.kernel.org/linus/6b252cf42281045a9f803d2198023500cfa6ebd2|commit]], [[https://git.kernel.org/linus/b88baab828713ce0b49b185444b2ee83bed373a8|commit]], [[https://git.kernel.org/linus/82d750e9d2f5d0594c8f7057ce59127e701af781|commit]] * panel: sitronix-st7789v: add support for partial mode [[https://git.kernel.org/linus/a82db60440c552b1def32ab33b642454490d850e|commit]], [[https://git.kernel.org/linus/0fbbe96bfa089c3758a7d1969ff34036d3f03d68|commit]], [[https://git.kernel.org/linus/a5382e358e56f3bef13aae3432bec906130b2074|commit]] * panel and i2c-hid: Allow panels and touchscreens to power sequence together [[https://git.kernel.org/linus/d2aacaf07395bd798373cbec6af05fff4147aff3|commit]], [[https://git.kernel.org/linus/de0874165b830c2b08abe87f4ffc6908f2a00cf0|commit]], [[https://git.kernel.org/linus/fbf0ea2da3c7cd0b33ed7ae53a67ab1c24838cba|commit]], [[https://git.kernel.org/linus/a889ee12d53d7a22e32df0a35a08dd2cbef5a5f7|commit]], [[https://git.kernel.org/linus/675cd877c952bcd0692016327230c38a16cbf33d|commit]], [[https://git.kernel.org/linus/d93d28477222d7cccd8a260c041561992f979dda|commit]], [[https://git.kernel.org/linus/5f8838e9405d74522f075e20864cce1cda604bfe|commit]], [[https://git.kernel.org/linus/96a37bfd232ae912648c73cd2dc29c13f1c7776a|commit]], [[https://git.kernel.org/linus/76edfcf430cc2fa1abcfb910a2643eed102a1590|commit]] * Expose RPS thresholds in sysfs [[https://git.kernel.org/linus/d84990a6d28785cb4e7259b5b7535c2ee823258b|commit]] * msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel [[https://git.kernel.org/linus/a7e3fda5948a15148352d4ef4975551a22acf793|commit]], [[https://git.kernel.org/linus/dcfc49a5b1d2985397de3148d3b900659686500f|commit]], [[https://git.kernel.org/linus/3b3e71f07d357ef0ee7cfb0edda33698036a0670|commit]], [[https://git.kernel.org/linus/3a06fa8e518568e9fb0252b53c89d2d66d5037ad|commit]], [[https://git.kernel.org/linus/75df8c57b85b056fe6de2701c7b44a79e2ea1d43|commit]], [[https://git.kernel.org/linus/8225df64fc3086e57014d98c5fbcd495cc7ce2dc|commit]], [[https://git.kernel.org/linus/cd188d68db35e457fe4b6301b6801fae5dff1ecc|commit]], [[https://git.kernel.org/linus/87aa3c9b44709f2c0c26d3a4fc4d08b3c1e46521|commit]], [[https://git.kernel.org/linus/be4dacf4eee1c4e2e91586e75e95b2852274dc58|commit]], [[https://git.kernel.org/linus/2ef3bb17c45c5b83204a845bbe4045eed11bc759|commit]] * Upstream debugger feature for GFX v9.4.3 [[https://git.kernel.org/linus/036e348fdccf74db83f18c466123553e12bd35b9|commit]], [[https://git.kernel.org/linus/567db9e070a027f3f3673b11c55dc7d2d8df6674|commit]], [[https://git.kernel.org/linus/7a93cc579c1e63d956d9ec124100a36d9798ffe8|commit]], [[https://git.kernel.org/linus/41b8a08109e959e9f9d77246e630304e5971b397|commit]] * DC Patches for July 31, 2023 [[https://git.kernel.org/linus/927e784c180c942bc7f5aa7164a55ac23ec746b8|commit]], [[https://git.kernel.org/linus/ec4b70db47e7925c804d8140c3b1f6a62366cb55|commit]], [[https://git.kernel.org/linus/dbca8310c8ad5901589d0af1188d81347dd27aa8|commit]], [[https://git.kernel.org/linus/69a959610229ec31b534eaa5f6ec75965f321bed|commit]], [[https://git.kernel.org/linus/17e349e6841b7b6f259d4ef318aaea3860052539|commit]], [[https://git.kernel.org/linus/7be199bdb7d2f852e61d4fbbf820366a87b8ad69|commit]] * Add sync object UAPI support to VirtIO-GPU driver [[https://git.kernel.org/linus/e4812ab8e6b142e1ce19b50fcf744e20ea9adfe3|commit]], [[https://git.kernel.org/linus/eba57fb5498f2858768321e64570caea188455b8|commit]], [[https://git.kernel.org/linus/7cb8d1ab8cbda554341dac8b54fd135dedff4245|commit]] * Add kms driver for loongson display controller [[https://git.kernel.org/linus/f39db26c54281da6a785259498ca74b5e470476f|commit]], [[https://git.kernel.org/linus/b32d5a51f3c21843011d68a58e6ac0b897bce9f2|commit]] * Add startek-kd070fhfid015 display support [[https://git.kernel.org/linus/5ede23d12b442750ba1298913cf3ce572f1b79d3|commit]], [[https://git.kernel.org/linus/69312a77cd13e36f87378dfe83480b671ebf9216|commit]] * Add support for Visionox R66451 AMOLED DSI panel [[https://git.kernel.org/linus/a6dfab2738fc2a47796d85f035a06efb6559c587|commit]] * Update AUX invalidation sequence [[https://git.kernel.org/linus/d14560ac1b595aa2e792365e91fea6aeaee66c2b|commit]], [[https://git.kernel.org/linus/b2f59e9026038a5bbcbc0019fa58f963138211ee|commit]], [[https://git.kernel.org/linus/78a6ccd65fa3a7cc697810db079cc4b84dff03d5|commit]], [[https://git.kernel.org/linus/592b228f12e15867a63e3a6eeeb54c5c12662a62|commit]], [[https://git.kernel.org/linus/824df77ab2107d8d4740b834b276681a41ae1ac8|commit]], [[https://git.kernel.org/linus/0fde2f23516a00fd90dfb980b66b4665fcbfa659|commit]], [[https://git.kernel.org/linus/6a35f22d222528e1b157c6978c9424d2f8cbe0a1|commit]] * atmel-hlcdc: Support inverting the pixel clock polarity [[https://git.kernel.org/linus/d01cb0457de7acf67eee2ff674eaf5fed6b969ef|commit]] * bridge: Add debugfs print for bridge chains [[https://git.kernel.org/linus/8e4bb53c902ed2b06a2c4778e6dbb2c1eeec4960|commit]] * drm:rcar-du: Enable ABGR and XBGR formats [[https://git.kernel.org/linus/97018453946bbca869640d92c19400b17e61b94b|commit]] * etnaviv: add HWDB entry for GC520 r5341 c204 [[https://git.kernel.org/linus/349bf0159ad3135c0f17a54784cfe2f20d7c349e|commit]] * etnaviv: add HWDB entry for VIP8000 Nano r8002 [[https://git.kernel.org/linus/81372e4eb102f8788d2a1eb6367cc8399a3dedc9|commit]] * fbdev: mx3fb: Remove the driver [[https://git.kernel.org/linus/bfac19e239a7d3e98946fa7df362fcbfd40da4cf|commit]] * panel: ilitek-ili9881c: Add TDO TL050HDV35-H1311A LCD panel [[https://git.kernel.org/linus/81aedd50697c876e633b68d6188a31aeafcfc535|commit]] * vkms: Minor Improvements [[https://git.kernel.org/linus/e943e97ca9b94fc7d222465c48598dd417b599d8|commit]], [[https://git.kernel.org/linus/a160d1286b5907603a5d4329f6047709bc423480|commit]], [[https://git.kernel.org/linus/e2a47217b9ca755ebb56ee696ef022cf340c7bf7|commit]], [[https://git.kernel.org/linus/cc4fd2934d41a69b4339d7145040d99e7ea79b02|commit]] == Storage == * scsi: Differentiate system and runtime start/stop management [[https://git.kernel.org/linus/3cc2ffe5c16dc65dfac354bc5b5bc98d3b397567|commit]] * scsi: mpi3mr: Add support for more than 1MB I/O [[https://git.kernel.org/linus/d9adb81e67e9be51990a14389cd1762086b44985|commit]] * scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMe [[https://git.kernel.org/linus/875386b98857822b77ac7f95bdf367b70af5b78c|commit]] * scsi: smartpqi: Enhance controller offline notification [[https://git.kernel.org/linus/72b737fa73bf6c5c9b702a7ed51ecdccfc99c0d8|commit]] * scsi: smartpqi: Enhance error messages [[https://git.kernel.org/linus/e1b919494aa9520c62742b1c59181476520c7863|commit]] * scsi: smartpqi: Enhance shutdown notification [[https://git.kernel.org/linus/276395d024cc1bd39edafc97b1e6a48e61dc057a|commit]] * scsi: st: Add third party poweron reset handling [[https://git.kernel.org/linus/9604eea5bd3ae1fa3c098294f4fc29ad687141ea|commit]] * scsi: ufs: core: Remove HPB support [[https://git.kernel.org/linus/7e9609d2daea0ebe4add444b26b76479ecfda504|commit]] * ata: ahci: Add Elkhart Lake AHCI controller [[https://git.kernel.org/linus/2a2df98ec592667927b5c1351afa6493ea125c9f|commit]] * Changes for UFS advanced RPMB [[https://git.kernel.org/linus/c91e585cfb3dd7d076e9ba0967908fc504d32def|commit]], [[https://git.kernel.org/linus/9f6fec65661381e301ae0f9ee8b4c12b0214a579|commit]] * ufs: ufs-pci: Add support for QEMU [[https://git.kernel.org/linus/a18e81d17a7e634420e589fa504e79e4893cde5e|commit]] * UFS: Add OPP and interconnect support [[https://git.kernel.org/linus/23ca1dd442249727abed6ac523b37d737ea5bdc0|commit]], [[https://git.kernel.org/linus/c2add32ce452e216f5b80269fe73d11be1e2c9a5|commit]], [[https://git.kernel.org/linus/4b6ea15c0a1122422b44bf6c47a3c22fc8d46777|commit]], [[https://git.kernel.org/linus/142e17c1c2b48e3fb4f024e62ab6dee18f268694|commit]], [[https://git.kernel.org/linus/5f756d03e2c7db63c1df7148d7b1739f29ff1532|commit]], [[https://git.kernel.org/linus/aeea56072cc8cb0af2b35798aa7d72047f4c8ffa|commit]], [[https://git.kernel.org/linus/e0d01da2cb0f1274a4efe9489d4200acd55e3e20|commit]], [[https://git.kernel.org/linus/03ce80a1bb869f735de793f04c9c085b61884599|commit]] == Drivers in the Staging area == * media: atomisp: csi2-bridge: Add support for VCM I2C-client instantiation [[https://git.kernel.org/linus/f663fb4967b0e428f80f7850090ed3ba3bff0e3b|commit]] * media: atomisp: Drop atomisp-ov2680 sensor driver [[https://git.kernel.org/linus/b8e277b1dbe66262615c57f2eb2ecdd5d1bd9054|commit]] == Bluetooth == * Add support for Gale Peak (8087:0036) [[https://git.kernel.org/linus/999a8a6b2e6ae73d293ff9ca69ec1715e34d6219|commit]] * Check for ISO support in controller [[https://git.kernel.org/linus/ae75336131337f926d61b7fd86a0cca3146a7620|commit]] * btintel: Add support for Gale Peak [[https://git.kernel.org/linus/bb925bf9fbc1945eafaebc43ad39fb8a096af995|commit]] * btintel: Add support to reset bluetooth via ACPI DSM [[https://git.kernel.org/linus/8f0a3786f56d9fa4b308bdbd54757a51145dbb7a|commit]] * btnxpuart: Add support for AW693 chipset [[https://git.kernel.org/linus/c55c8a7cfafe41c71b87b3f7baf16249ce4fbd3d|commit]] * btnxpuart: Add support for IW624 chipset [[https://git.kernel.org/linus/8b7630deb40e04901a09646f7c556373b1438b18|commit]] * btnxpuart: Improve inband Independent Reset handling [[https://git.kernel.org/linus/491f9eff276012f3036f5546198cdf4a9e268284|commit]] * btqca: Add WCN3988 support [[https://git.kernel.org/linus/f904feefe60c28b6852d5625adc4a2c39426a2d9|commit]] * btrtl: Add Realtek devcoredump support [[https://git.kernel.org/linus/044014ce85a17c0b7fab8e5df0925792010c29b2|commit]] * btusb: Add a new VID/PID 0489/e0f6 for MT7922 [[https://git.kernel.org/linus/b6cfa1c29afb6d527652938b0eb8db17b194bddc|commit]] * btusb: Add device 0489:e0f5 as MT7922 device [[https://git.kernel.org/linus/e160a8f4e920e5cf4e16a17f57367954c9436aea|commit]] * btusb: Add new VID/PID 0489/e102 for MT7922 [[https://git.kernel.org/linus/bf809efdcc4df4132c8c261fbba7121909dc6211|commit]] * btusb: Add new VID/PID 04ca/3804 for MT7922 [[https://git.kernel.org/linus/59be4be82bd3639cd9dbfb92df0f6263ab2c2e28|commit]] * btusb: Add support Mediatek MT7925 [[https://git.kernel.org/linus/4c92ae75ea7d41b6bafe10ee6f4c12ec12624786|commit]] * btusb: Add support for another !MediaTek 7922 VID/PID [[https://git.kernel.org/linus/0cefdaed944d1617852762ff1f66364199cf5d7d|commit]] * btusb: mediatek: add !MediaTek devcoredump support [[https://git.kernel.org/linus/0b70151328781a89c89e4cf3fae21fc0e98d869e|commit]] * hci_qca: Add qcom devcoredump support [[https://git.kernel.org/linus/06d3fdfcdf5cefb06f2024b9d3dad356779399cf|commit]] * hci_qca: Add qcom devcoredump sysfs support [[https://git.kernel.org/linus/6ce95a304c816a4cd71329e22e3aaeefe5173fdf|commit]] == Networking == * NFC: nxp: add NXP1002 [[https://git.kernel.org/linus/8b72d2a1c6cc148320a93d029eb3a7e721f951f6|commit]] * can: esd_usb: Add support for esd CAN-USB/3 [[https://git.kernel.org/linus/80662d9430757302176a4c2e1d7577184eb76adc|commit]] * dsa: mv88e6xxx: Add erratum 3.14 for 88E6390X and 88E6190X [[https://git.kernel.org/linus/745d7e38e95d782053188be0a8e262ca02bcd6c4|commit]] * e1000e: Add support for the next LOM generation [[https://git.kernel.org/linus/1fe4f45ea461986a3213e78e00631beede3a12c2|commit]] * mtk_eth_soc * Improve support for MT7988 [[https://git.kernel.org/linus/cfb5677de5babe3664356155a391e2ff781c9ee1|commit]], [[https://git.kernel.org/linus/88c1e6efb7a58ff64ce196ec09d831263793c858|commit]], [[https://git.kernel.org/linus/ebb1e4f9cf38da2139b37e24b5e10bff3dcc4187|commit]], [[https://git.kernel.org/linus/2d75891ebc09ba9cf30697dfd54497ef0220308f|commit]] * Add basic support for MT7988 SoC [[https://git.kernel.org/linus/1cbf487d7d3af19fc50dd7e350c20ba0731d745f|commit]], [[https://git.kernel.org/linus/c94a9aabec36d16d5183f672d3c05ddd0042db88|commit]], [[https://git.kernel.org/linus/a008e2a84e6b2b598af6fadf6c8f756d4fe639ca|commit]], [[https://git.kernel.org/linus/6ca265571b9e04ecc805e51c30e2949c9714dcaa|commit]], [[https://git.kernel.org/linus/e05fd6274ee657cbf1689aba23ee900727cd4b8c|commit]], [[https://git.kernel.org/linus/1953f134a1a8b4732f6e1b15d0407959bf60209d|commit]], [[https://git.kernel.org/linus/51a4df60db5c2071782ba42a6803bb682e1d1f0a|commit]], [[https://git.kernel.org/linus/c75e416ccfd29257f39e88d0d4b3ced405d5bf01|commit]], [[https://git.kernel.org/linus/445eb6448ed3bf02a76f183e8499d11459281205|commit]] * Enable nft hw flowtable_offload for MT7988 SoC [[https://git.kernel.org/linus/88efedf517e69a4b12e4dd40c44c2e298f53fa83|commit]] * Enable page_pool support for MT7988 SoC [[https://git.kernel.org/linus/58ea461b690cb093ef3f502e51adbb03d2ea61d8|commit]] * Support per-flow accounting on MT7988 [[https://git.kernel.org/linus/571e9c4968875a78495eccfa26901083d0e6f833|commit]] * fec: add statistics for XDP_TX [[https://git.kernel.org/linus/9540329452b737340960b4273600e61a6a236a78|commit]] * igc: Add !TransmissionOverrun counter [[https://git.kernel.org/linus/d3750076d4641b697da990b6aee5b096a10c4d12|commit]] * igc: Add support for multiple in-flight TX timestamps [[https://git.kernel.org/linus/3ed247e789114c5bbb3380c3666eb819336b94e5|commit]] * igc: Expose tx-usecs coalesce setting to user [[https://git.kernel.org/linus/1703b2e0de653b459ca6230be32ce7f2ea0ae7ee|commit]] * mana * Add page pool for RX buffers [[https://git.kernel.org/linus/b1d13f7a3b5396503e6869ed62d75891ebc09ba9cf30697dfd54497ef0220308f27bb4eeab9b524f|commit]] * Add gdma stats to ethtool output for mana [[https://git.kernel.org/linus/ac3899c6229649737b9d5cb86e417c98243883dc|commit]] * ionic: add FLR support [[https://git.kernel.org/linus/7ce396fa12a96a0e709a7b55cd5ab24161259634|commit]], [[https://git.kernel.org/linus/87d7a9f3734fb314a15b579137cd9d69892b36aa|commit]], [[https://git.kernel.org/linus/0de38d9f1dba2336f84799824af08263fc407dd1|commit]], [[https://git.kernel.org/linus/30d2e073964dbc7b7e1e8ded12924a8f0cc5cedf|commit]], [[https://git.kernel.org/linus/a79b559e99bea6e3284366265d1c63b28ff0ca2e|commit]] * xsk: multi-buffer support [[https://git.kernel.org/linus/a92b96c4ae10950d8b904ae443d588c0e7f8344b|commit]], [[https://git.kernel.org/linus/63a64a56bc3f77c74085047ee45356ac850da3e8|commit]], [[https://git.kernel.org/linus/81470b5c3c6649eef8e5f282cd06793f788ae165|commit]], [[https://git.kernel.org/linus/556444c4e683e73531766d4a577b8b94c42ac160|commit]], [[https://git.kernel.org/linus/faa91b839b09b15d6f9655fc866fa433bb65454c|commit]], [[https://git.kernel.org/linus/804627751b4281dd95148e7564759145da67855e|commit]], [[https://git.kernel.org/linus/b7f72a30e9ac2555b05afc6cfddc9dbc98e1eb8d|commit]], [[https://git.kernel.org/linus/1b725b0c8163cfd2d9ab22057df46b487981cfea|commit]], [[https://git.kernel.org/linus/cf24f5a5feeaae34c1a34d1e04f8ac697290427a|commit]], [[https://git.kernel.org/linus/07428da9e25a5dfae7252cd554c90557f9086a73|commit]], [[https://git.kernel.org/linus/13ce2daa259a3bfbc9a5aeeee8b9a87058703731|commit]], [[https://git.kernel.org/linus/24ea50127ecf0efe819c1f6230add27abc6ca9d9|commit]], [[https://git.kernel.org/linus/1c9ba9c146589ff3d679b21e5e56b2d25ef43edd|commit]], [[https://git.kernel.org/linus/d5581966040f313c76b0f54ad76b3fb4095fddcd|commit]], [[https://git.kernel.org/linus/49ca37d0d825d175bc6ae624f584a7502e848ebc|commit]], [[https://git.kernel.org/linus/17f1034dd76d7465d4c0948c5280c6fc64ee0542|commit]], [[https://git.kernel.org/linus/f540d44e05cf2f324697ba375235da2d7c92743c|commit]], [[https://git.kernel.org/linus/1005a226da9ab458c3421cfd3730d6534e2f38b1|commit]], [[https://git.kernel.org/linus/697604492b642e4057c6a350dfe33351c770c7af|commit]], [[https://git.kernel.org/linus/f80ddbec476257a064ee0f57aa018bfc0f4d54d7|commit]], [[https://git.kernel.org/linus/807bf4da204938f01ad2e994ba92e82ac486ea2b|commit]], [[https://git.kernel.org/linus/3666bccab43a33904372eaa26936dabef3232497|commit]] * ice: Implement support for SRIOV + LAG [[https://git.kernel.org/linus/f3fbda3396f39c9849ea31c19c9b188905b1691d|commit]], [[https://git.kernel.org/linus/bb52f42acef6ac317ee298d39909ce17bbaddb82|commit]], [[https://git.kernel.org/linus/23ccae5ce15f33001f34ed1b9e2ac312bb5e8615|commit]], [[https://git.kernel.org/linus/41ccedf5ca8fcd9fc97f977887625c035d9b15df|commit]], [[https://git.kernel.org/linus/ec5a6c5f79ed7ff3e26418dce330d2a583e57fb0|commit]], [[https://git.kernel.org/linus/1e0f9881ef79af9629bbf3cc3b307498d2e015ac|commit]], [[https://git.kernel.org/linus/ba789fb45697e98a3fce9d0f26e41067a65a8a05|commit]], [[https://git.kernel.org/linus/bf65da2eb279f27d6933e11a713a55fe49e71671|commit]], [[https://git.kernel.org/linus/ab2ed5d77ab9c438d1ca8ebb230cf8eb699c163f|commit]], [[https://git.kernel.org/linus/3579aa86fb4046a378f7d68583cfb7f62e0feabd|commit]] * Intel Wired LAN Driver Updates 2023-08-07 (ice) [[https://git.kernel.org/linus/505a1fdadac1f10b436e8bbf9a63e4e0f7b63077|commit]], [[https://git.kernel.org/linus/0960a27bd479fdff21c14ff449dac85f86d7eb4d|commit]], [[https://git.kernel.org/linus/41ad9f8ee6b8ec292f46b0a0bfaeace51e82a4eb|commit]], [[https://git.kernel.org/linus/272ad7944a7bb17ee1060ff887402ce759823640|commit]], [[https://git.kernel.org/linus/5708155d902dc881dff7cb3b48098b45ea0847da|commit]], [[https://git.kernel.org/linus/b6143c9b073fb321d948b6647065748337918dd8|commit]] * ice: switchdev bridge offload [[https://git.kernel.org/linus/ee95d4420a2f4f02a2bf2b9ff0086ddc31965187|commit]], [[https://git.kernel.org/linus/2571a3fa6251662e5201372f889bf93f234c8261|commit]], [[https://git.kernel.org/linus/7aa529a69e92b9aff585e569d5003f7c15d8d60b|commit]], [[https://git.kernel.org/linus/6ab1155798c356630a7ad1e4baae44eb6414f5ba|commit]], [[https://git.kernel.org/linus/6c0f4441d83b1efd311acbab266246aee6e46bea|commit]], [[https://git.kernel.org/linus/f6e8fb55e5af9a506d2e50d1079a231ce95ca215|commit]], [[https://git.kernel.org/linus/7c945a1a8e5fb84195f74813b5d24c924b694932|commit]], [[https://git.kernel.org/linus/bccd9bce29e0d0ac3d0705cc2e58fffe16179d12|commit]], [[https://git.kernel.org/linus/e9dda2cfab820f76c40932bda629aaeed71eec74|commit]], [[https://git.kernel.org/linus/505a1fdadac1f10b436e8bbf9a63e4e0f7b63077|commit]], [[https://git.kernel.org/linus/2946204b3fa84fda9b3b3048451fb9ffc977f434|commit]], [[https://git.kernel.org/linus/e42c6e0c902b34cdbf06a6d80009a0b3c32e3d37|commit]], [[https://git.kernel.org/linus/d129c2a245bfd59035cc661364b056c38f2bf18e|commit]] * refactor registers information for ethtool -d [[https://git.kernel.org/linus/939ccd107ffcade20c9c7055a2e7ae0fd724fb72|commit]], [[https://git.kernel.org/linus/d8634b7c3f62d265fc2ecf29286aa9c5b78f969f|commit]], [[https://git.kernel.org/linus/3ef5d70b82ad5be1235e16318d9ab4f848a5bd68|commit]], [[https://git.kernel.org/linus/36122201eeaefd78547def9681aa5d83b5a00b6a|commit]] * There are some bugfix for the HNS3 ethernet driver [[https://git.kernel.org/linus/61a1deacc3d4fd3d57d7fda4d935f7f7503e8440|commit]], [[https://git.kernel.org/linus/dd2bbc2ef69a920d93801321b0b01ac6c4e5cacd|commit]], [[https://git.kernel.org/linus/efccf655e99b6907ca07a466924e91805892e7d3|commit]], [[https://git.kernel.org/linus/c295160b1d95e885f1af4586a221cb221d232d10|commit]], [[https://git.kernel.org/linus/fa5564945f7d15ae2390b00c08b6abaef0165cda|commit]], [[https://git.kernel.org/linus/674d9591a32d01df75d6b5fffed4ef942a294376|commit]], [[https://git.kernel.org/linus/60326634f6c54528778de18bfef1e8a7a93b3771|commit]] * Add QPL mode for DQO descriptor format [[https://git.kernel.org/linus/66ce8e6b49df401854f0c98bed50a65e4167825b|commit]], [[https://git.kernel.org/linus/a6fb8d5a8b6925f1e635818d3dd2d89531d4a058|commit]], [[https://git.kernel.org/linus/e7075ab4fb6b39730dfbfbfa3a5505d678f01d2c|commit]], [[https://git.kernel.org/linus/5a3f8d1231073fc5f0b6f38ab8337d424ba0cfe4|commit]] * net: ftmac100: add multicast filtering possibility [[https://git.kernel.org/linus/7a1c38215820edfcd7c3a2523f4fd385f4e482d6|commit]] * net: ftgmac100: support getting MAC address from NVMEM [[https://git.kernel.org/linus/2cee73cef253a333c7d48a0f8edda53e3cca990c|commit]] * net: fec: add XDP_TX feature support [[https://git.kernel.org/linus/f601899e432155c1c7d372a7924f1a2301ca64b4|commit]], [[https://git.kernel.org/linus/af6f4791380c320802df2106e295efd29c5e8b16|commit]] * net: dsa: rzn1-a5psw: add support for vlan and .port_bridge_flags [[https://git.kernel.org/linus/6cf30fdd7b06515db9188ace84d2497f390f4c37|commit]], [[https://git.kernel.org/linus/0d37f839836b4f61493ff3ff0397abd19f540494|commit]], [[https://git.kernel.org/linus/7b3f77c428ad7d3ae66ed8c98b072a0cdca2f0ba|commit]] * Intel Wired LAN Driver Updates 2023-08-24 (igc, e1000e) [[https://git.kernel.org/linus/3ed247e789114c5bbb3380c3666eb819336b94e5|commit]], [[https://git.kernel.org/linus/db2d737d63c5b501eb103d5e5c96499cc792c420|commit]], [[https://git.kernel.org/linus/3e55d231716ea361b1520b801c6778c4c48de102|commit]], [[https://git.kernel.org/linus/6b8aa753a9f93c835abc140e5e33db136322d428|commit]], [[https://git.kernel.org/linus/ef407b86d3cc7ab7ad37658c1c7a094cb8f3b6b4|commit]], [[https://git.kernel.org/linus/1fe4f45ea461986a3213e78e00631beede3a12c2|commit]], [[https://git.kernel.org/linus/7bab8828e1ec33e579a664c4262053e16e9cc936|commit]], [[https://git.kernel.org/linus/3ad3e28cb203309fb29022dea41cd65df0583632|commit]], [[https://git.kernel.org/linus/820b8ff653a1a07868cb977461a557aaa09e694c|commit]], [[https://git.kernel.org/linus/3e7b52e0eb9ef7e67c26072cb1c7a49a5cc356f5|commit]], [[https://git.kernel.org/linus/790835fcc0cb9992349ae3c9010dbc7321aaa24d|commit]], [[https://git.kernel.org/linus/ade4162e80f1f4a555d7d61e71774214220ce79d|commit]], [[https://git.kernel.org/linus/373e2829e7c2e1e606503cdb5c97749f512a4be9|commit]], [[https://git.kernel.org/linus/7c496de538eebd8212dc2a3c9a468386b264d0d4|commit]], [[https://git.kernel.org/linus/47bca7de6a4fb8dcb564c7ca14d885c91ed19e03|commit]], [[https://git.kernel.org/linus/62f5bbfb2afd5bcec644f16f503d1a3c0f0c7eb5|commit]], [[https://git.kernel.org/linus/b27b8dc77b5e9030b2babb2728f61f9bf6260922|commit]] * can: tcan4x5x: Introduce tcan4552/4553 [[https://git.kernel.org/linus/7016198b44ddbfa7ad42e657d79174248af4c069|commit]], [[https://git.kernel.org/linus/e332873dc7e21282420cde9bee73e0ffaeb5cb31|commit]], [[https://git.kernel.org/linus/fbe534f7bf213d485b0ed5362b24a41bf3e18803|commit]], [[https://git.kernel.org/linus/c1b17ea7dd7ca7a199d85e42fd3f8e3d46816b73|commit]], [[https://git.kernel.org/linus/0d6f3b25ac2fa13fddc6106239f7fa7795c8e808|commit]], [[https://git.kernel.org/linus/142c6dc6d9d7c27157e41985519464d5985e3d95|commit]], [[https://git.kernel.org/linus/35e7aaab3e0058dba3eaf082c3f1ccee96c20b1c|commit]] * Add support for Allwinner D1 CAN controllers [[https://git.kernel.org/linus/f131a03de641585669f8d7857dcfeadee6390865|commit]], [[https://git.kernel.org/linus/f05af44f691351bfd954f39ec376666dc5e1b869|commit]], [[https://git.kernel.org/linus/8cda0c6dfd42ee6f2586e7dffb553aaf1fcb62ca|commit]], [[https://git.kernel.org/linus/8abb95250ae6af2d51993da8fcae18da2ce24cc4|commit]] * can: kvaser_pciefd: Add support for new Kvaser PCI Express devices [[https://git.kernel.org/linus/b38eb89112d149bcdebe2e04f0b0d187cf4cfa46|commit]], [[https://git.kernel.org/linus/c2ad812956aeb3068f4e24cacdbe9d0847de2bc5|commit]], [[https://git.kernel.org/linus/f33ad6776b2fb8005c954fa1f8b88125260c190f|commit]] * can: gs_usb: convert to NAPI [[https://git.kernel.org/linus/52be626ccbd7421f6124429b6d9fea9e31ae602f|commit]], [[https://git.kernel.org/linus/2e3df4a3b3178006d530f4c4d0e91f3d96cddb3c|commit]], [[https://git.kernel.org/linus/8e0e2950c9ef48f7f40a7175048744ec2390b16e|commit]], [[https://git.kernel.org/linus/24bc41b4558347672a3db61009c339b1f5692169|commit]] * Brcm ASP 2.0 Ethernet Controller [[https://git.kernel.org/linus/a29401be8c697c0366a2e1ba50c629193bf25d71|commit]], [[https://git.kernel.org/linus/27312c43472bf367aad476ed0b48894063eeb845|commit]], [[https://git.kernel.org/linus/490cb412007de593e07c1d3e2b1ec4233886707c|commit]], [[https://git.kernel.org/linus/a2f0751206b03374f6d02f89c18a60f1bb238fea|commit]], [[https://git.kernel.org/linus/c5d511c4958780338ac93f3e728012d5e17de710|commit]], [[https://git.kernel.org/linus/550e6f345687253083b289b167651deb42869032|commit]], [[https://git.kernel.org/linus/6493153467298877e05fe8faa1602588d0ef25b8|commit]], [[https://git.kernel.org/linus/7c10691e1f5e2c2b358340aaed5eefccc1df17c5|commit]], [[https://git.kernel.org/linus/9de2b402d818fcb257e61308b190661f30d36c33|commit]], [[https://git.kernel.org/linus/9fa0bba012c2dd6d2b0db893314a4cc252a91b5f|commit]], [[https://git.kernel.org/linus/3abf3d15ffff62f906e6c7626efb69d136141556|commit]] * bnxt_en: Update for net-next [[https://git.kernel.org/linus/86b05508f7759f41b530c6fec8858124745eada4|commit]], [[https://git.kernel.org/linus/578fcfd26e2a1d0e687b347057959228567e2af8|commit]], [[https://git.kernel.org/linus/d38c19b13b1087890973ac24ae2798797b8a411b|commit]], [[https://git.kernel.org/linus/4c70dbe3c0087b439b9e5015057e3e378cf5d8b1|commit]], [[https://git.kernel.org/linus/a080b47a04c503674c30dfe697b6fa1b98c3bb6b|commit]], [[https://git.kernel.org/linus/8becd1961c734cb4bf96e3f98c50a644e8b8be2a|commit]] * mlx5 MACsec RoCEv2 support [[https://git.kernel.org/linus/f132fdd9dc81e045bcf95005d418a31fbe9d942f|commit]], [[https://git.kernel.org/linus/10ea77e49c5761008d0e2bf6d30b434cbc62446d|commit]], [[https://git.kernel.org/linus/88ff18c01a0a3d2ee262c9c99979e0451af2c7af|commit]], [[https://git.kernel.org/linus/8603efbd18b091273876b72e6d9973df8b0a428a|commit]], [[https://git.kernel.org/linus/2e92f669b86d70a26a77b088c74e1cb6d26322e1|commit]], [[https://git.kernel.org/linus/7e2304f5bf1c9f4e22d8dce473fd9a8961e6a7b4|commit]], [[https://git.kernel.org/linus/d4ece08f4b1d29471cc4c0eb0c87427600a77acd|commit]], [[https://git.kernel.org/linus/758ce14aee825f8f3ca8f76c9991c108094cae8b|commit]], [[https://git.kernel.org/linus/afcb21d5a89b40c3062aa48d39ab5340abf7dcd8|commit]], [[https://git.kernel.org/linus/a019b1258da14058668e249ade33b8b2951aaeae|commit]], [[https://git.kernel.org/linus/9b240d1094cba5ca4e1bf80ea9f6ef55e6961af9|commit]], [[https://git.kernel.org/linus/8c14a2c7c96f1624ffb8406accd082b4aff36883|commit]], [[https://git.kernel.org/linus/ac7ea1c78f0edb910af1c17a3fb01345944bcb39|commit]], [[https://git.kernel.org/linus/58dbd6428a6819e55a3c52ec60126b5d00804a38|commit]] * Bluetooth: qca: enable WCN7850 support [[https://git.kernel.org/linus/9f19fb8fa1e1f55537fa74b90538ac44da68749c|commit]], [[https://git.kernel.org/linus/691d54d0f7cb14baac1ff4af210d13c0e4897e27|commit]], [[https://git.kernel.org/linus/e0c1278ac89b0390fe9a74f673b6f25172292db2|commit]] * mlx5: E-switch, Add checking for flow rule destinations [[https://git.kernel.org/linus/e0e22d59b47a3306d448284a499169a361555099|commit]] * mlx5: Expose NIC temperature via hardware monitoring kernel API [[https://git.kernel.org/linus/1f507e80c700e31e358bf4213dc7e4dd614c7c72|commit]] * mlx5: Expose max possible SFs via devlink resource [[https://git.kernel.org/linus/6486c0f44ed8e91073c1b08e83075e3832618ae5|commit]] * mlx5: Implement single completion EQ create/destroy methods [[https://git.kernel.org/linus/e3e56775e91398df95c610bfc9bf4025db7dcf66|commit]] * mlx5e: Add recovery flow for tx devlink health reporter for unhealthy PTP SQ [[https://git.kernel.org/linus/53b836a44db4259b94ffcfff321fb3d63f976b76|commit]] * mlx5e: Check for IPsec NAT-T support [[https://git.kernel.org/linus/4acea83a849a04c4b88bf2ee7bcecfcc2f502a24|commit]] * mlx5e: Support IPsec NAT-T functionality [[https://git.kernel.org/linus/d65954934937f1509501ffdd7e0201b37638d2e1|commit]] * ngbe: add Wake on Lan support [[https://git.kernel.org/linus/6963e463256e4a5fa1635b3636aa38b058668122|commit]] * netdevsim: add dummy macsec offload [[https://git.kernel.org/linus/02b34d03a24b18970925cf57434be28ba4a29d3a|commit]] * netconsole: Enable compile time configuration [[https://git.kernel.org/linus/fad361a2ee9099028774ff9081bf9abf08bd2ff0|commit]] * mlxbf-bootctl: Support sysfs entries for MFG fields [[https://git.kernel.org/linus/7e38a7422f128e7d7ba24b444e957d585dbb272f|commit]] * mlxsw: Speed up transceiver module EEPROM dump [[https://git.kernel.org/linus/68bf5100fadffbba297f9142bf005767e571d726|commit]], [[https://git.kernel.org/linus/7447eda4065e377e09d6ef9ecc8bf3219548d0ed|commit]], [[https://git.kernel.org/linus/58dffa96e62ccf30ecba718f124ce822ddc1150a|commit]], [[https://git.kernel.org/linus/c8dbf67883db98a1987eefd4872cf997c64ce7e7|commit]], [[https://git.kernel.org/linus/1f4aea1f72da039d830862bc690dbd2d355dc992|commit]] * mlx5: Return -EOPNOTSUPP in mlx5_devlink_port_fn_migratable_set() directly [[https://git.kernel.org/linus/c0ae0092927222a1399465325ff778a78cc5f826|commit]], [[https://git.kernel.org/linus/5c632cc352e1ca7995e9ccea9a11f7f9a53b1717|commit]], [[https://git.kernel.org/linus/eb555e34f0841c880f709559d58866ff9d9321a1|commit]], [[https://git.kernel.org/linus/7d8335200c94f6f76fbc3a1682993888bc4eb665|commit]], [[https://git.kernel.org/linus/c338325f7a18b1b5e04f4fc21672cf8956072733|commit]], [[https://git.kernel.org/linus/b8c697e177bba0f802232c3f06b7769b1e1fc516|commit]] * mlx5 IPsec packet offload support in eswitch mode [[https://git.kernel.org/linus/fbd517549c324049d636de0872ad9d3de63ec015|commit]], [[https://git.kernel.org/linus/33b18a0f75cd2278a1ebb585b53be9c10f6f5364|commit]], [[https://git.kernel.org/linus/f5c5abc4c04110317dd3e7d5794bd0ca43a013ca|commit]], [[https://git.kernel.org/linus/6e125265d52d491781e6301b80f885f2453d2e65|commit]], [[https://git.kernel.org/linus/1762f132d54200ffa008e86f9f6c96ab4ee3fb71|commit]], [[https://git.kernel.org/linus/91bafc638ed4128eaca074fe7e88a5444db14325|commit]], [[https://git.kernel.org/linus/f46e92d664fb6a3751e90812419decf5e178e06a|commit]], [[https://git.kernel.org/linus/c6c2bf5db4ea14b316af1fd03cc6c5c61f751f79|commit]], [[https://git.kernel.org/linus/1632649d2dbd6353580273cc37dc269c02ce921f|commit]], [[https://git.kernel.org/linus/366e46242b8eebfa66cc0dbc85900115cbe6e167|commit]], [[https://git.kernel.org/linus/d1569537a837d66620aa7ffc2bddf918e902f227|commit]], [[https://git.kernel.org/linus/6e56ab1c90593630d5e8799831e9dea4850128ea|commit]], [[https://git.kernel.org/linus/c8e350e62fc51f3fda28f166fc402f4fb539f528|commit]] * mlx5: Remove redundant check of mlx5_vhca_event_supported() [[https://git.kernel.org/linus/b63f8bde2fbadc8eca96b42dd281bf99bc853167|commit]], [[https://git.kernel.org/linus/36e5a0efc81010dab29b17c66c58417a15851836|commit]], [[https://git.kernel.org/linus/0b4eb603d635ca47c1c372f69b4b96672e4c2c05|commit]], [[https://git.kernel.org/linus/a41cb59117fa12ee17cda5e5c781eecfcb15dc0f|commit]], [[https://git.kernel.org/linus/bd3a2f77809b84df5dc15edd72cf9955568e698e|commit]] * mlx5: Handle SF IRQ request in the absence of SF IRQ pool [[https://git.kernel.org/linus/54c5297801f3b9140c751c7f5660770c52dea24e|commit]], [[https://git.kernel.org/linus/f14c1a14e63227a65faa68237687784a6dd2e922|commit]], [[https://git.kernel.org/linus/6f8e98b944735c6c403f2572a6c441e11fe229ed|commit]], [[https://git.kernel.org/linus/58f6d9d04489788d4115bd4bec4193df9e23f45f|commit]], [[https://git.kernel.org/linus/d602be220cf97aa581a9b34a7780a889bc3dd25c|commit]], [[https://git.kernel.org/linus/b56fb19c337951fc4daba646fab2c50bb4c41c58|commit]] * mlx5 MACsec RoCEv2 support [[https://git.kernel.org/linus/f132fdd9dc81e045bcf95005d418a31fbe9d942f|commit]], [[https://git.kernel.org/linus/10ea77e49c5761008d0e2bf6d30b434cbc62446d|commit]], [[https://git.kernel.org/linus/88ff18c01a0a3d2ee262c9c99979e0451af2c7af|commit]], [[https://git.kernel.org/linus/8603efbd18b091273876b72e6d9973df8b0a428a|commit]], [[https://git.kernel.org/linus/2e92f669b86d70a26a77b088c74e1cb6d26322e1|commit]], [[https://git.kernel.org/linus/7e2304f5bf1c9f4e22d8dce473fd9a8961e6a7b4|commit]], [[https://git.kernel.org/linus/d4ece08f4b1d29471cc4c0eb0c87427600a77acd|commit]], [[https://git.kernel.org/linus/758ce14aee825f8f3ca8f76c9991c108094cae8b|commit]], [[https://git.kernel.org/linus/afcb21d5a89b40c3062aa48d39ab5340abf7dcd8|commit]], [[https://git.kernel.org/linus/a019b1258da14058668e249ade33b8b2951aaeae|commit]], [[https://git.kernel.org/linus/9b240d1094cba5ca4e1bf80ea9f6ef55e6961af9|commit]], [[https://git.kernel.org/linus/8c14a2c7c96f1624ffb8406accd082b4aff36883|commit]], [[https://git.kernel.org/linus/ac7ea1c78f0edb910af1c17a3fb01345944bcb39|commit]], [[https://git.kernel.org/linus/58dbd6428a6819e55a3c52ec60126b5d00804a38|commit]] * octeon_ep: Add control plane host and firmware versions [[https://git.kernel.org/linus/a20b4c5f3a0ed257b9c0642bb935e3de2e23bce8|commit]] * octeontx2-af: TC flower offload support for inner VLAN [[https://git.kernel.org/linus/21e748354ec246c9a1a83193cb3f82c05a233b8d|commit]] * octeontx2-pf: Allow both ntuple and TC features on the interface [[https://git.kernel.org/linus/61f98da4698407d042128396297d7f724cfa1424|commit]] * octeontx2-pf: Use PTP HW timestamp counter atomic update feature [[https://git.kernel.org/linus/bdf79b128685458fecc42cd8709375d46407dae2|commit]] * r8152: add vendor/device ID pair for D-Link DUB-E250 [[https://git.kernel.org/linus/72f93a3136ee18fd59fa6579f84c07e93424681e|commit]] * octeontx2-pf: support Round Robin scheduling [[https://git.kernel.org/linus/f78dca691287813b6f101b207272786f0cb39c65|commit]], [[https://git.kernel.org/linus/9fe63d5f1da939855bdfaebfd9e95c96938b6411|commit]], [[https://git.kernel.org/linus/47a9656f168a4b76a1e069ed8a67924ea8c1ac43|commit]], [[https://git.kernel.org/linus/6f71051ffbdb914fc3688ba9b13baba4142630a5|commit]] * RDMA/erdma: Implement hierarchical MTT [[https://git.kernel.org/linus/ed10435d35831478c2a93a238b62e6699bdf4834|commit]] * mlxbf-bootctl: Support access to the large icm size and setting the BlueField boot state. [[https://git.kernel.org/linus/b18a97ed9006cac03105dde68e000b8e7468848a|commit]] * RDMA/irdma: Implement egress VLAN priority [[https://git.kernel.org/linus/f877f22ac1e9bf1f9aded3765b0012851e1dc4c5|commit]] * RDMA/hns: Add more debugging information for rdma-tool [[https://git.kernel.org/linus/c4bb187379ddc45affbb5d3f895bdcb9eadd77e6|commit]], [[https://git.kernel.org/linus/5a87279591a15f952043209d17429fadab278d47|commit]] * RDMA/bnxt_re: Doorbell Drop Prevention [[https://git.kernel.org/linus/cf1694f09894e760f4e2cf068ee6519d11cd0ede|commit]], [[https://git.kernel.org/linus/61220e098e858951f1926d66c1490a96351e1c85|commit]], [[https://git.kernel.org/linus/586e613d37ec35572a332839973b9c3bccd0c545|commit]], [[https://git.kernel.org/linus/fa8fad92ddddfc0cfb6fd9e9f645cf53a5ee78a6|commit]], [[https://git.kernel.org/linus/ea222485788208cd79bad42d25aae9232b33a934|commit]], [[https://git.kernel.org/linus/2ad4e6303a6d7518632739eaf67821a3553db1bd|commit]], [[https://git.kernel.org/linus/61a8118f60e9dde64be4f3a6e07c15014a8bfbd2|commit]] * RDMA/bnxt_re: Stats update [[https://git.kernel.org/linus/4acd715ff57fd05a481c64d074db68f2cf5711aa|commit]], [[https://git.kernel.org/linus/063975feedb14386489619084fbb20792b87d21c|commit]], [[https://git.kernel.org/linus/cb95709e0dca7a2dee1c168a2100b5fa21ca6205|commit]], [[https://git.kernel.org/linus/4405baf85a83eda03065cf5ddd5de41d7bd1881b|commit]], [[https://git.kernel.org/linus/8b6573ff3420a2da1deb469a480dbc454745f784|commit]] * renesas: rswitch: Add speed change support [[https://git.kernel.org/linus/c009b903f8ccfce5844c91f005b0f152a5518526|commit]], [[https://git.kernel.org/linus/20f8be6b24da814912c09cdb5b3457f0a3ecf505|commit]] * Convert mv88e6xxx to phylink_pcs [[https://git.kernel.org/linus/90ef0a7b0622c62758b2638604927867775479ea|commit]], [[https://git.kernel.org/linus/aee6098822ed8a298ad817da8339ba4c7ea381fe|commit]], [[https://git.kernel.org/linus/24699cc1ff3e633d7c3a0d3ef394243db11757ec|commit]], [[https://git.kernel.org/linus/e6a45700e7e19b1c945ee56feab429ff8489370b|commit]], [[https://git.kernel.org/linus/40da0c32c3fcb5bcb79068574ae60baaea78f3c4|commit]], [[https://git.kernel.org/linus/b92143d4420fde0e7f2ca1637362120177e03458|commit]], [[https://git.kernel.org/linus/05407b0ebc3932cf9a6010eb81168ba0b6c5e8ab|commit]], [[https://git.kernel.org/linus/4aabe35c385ce6c28613ab56b334b4a9521d62b7|commit]], [[https://git.kernel.org/linus/85764555442fad03b67ee91c066a49586cceef5d|commit]], [[https://git.kernel.org/linus/e5b732a275f5fae0f1342fb8cf76de654cd51e50|commit]], [[https://git.kernel.org/linus/d20acfdd3f88fc2a68897c202310194654988276|commit]], [[https://git.kernel.org/linus/a88dd7538461b2daf6883e5392957b21270638ed|commit]], [[https://git.kernel.org/linus/8f42c07fb0f208150676e2e7b6b0482522b304c9|commit]], [[https://git.kernel.org/linus/76226787e137962750241bb29a9572dfc10d9eb1|commit]] * Add TJA1120 support [[https://git.kernel.org/linus/f1fe5dff2b8aa85acdab84eb9feae634ac92c54d|commit]], [[https://git.kernel.org/linus/ac0687e821cffab24da4531372dc67ba2fac843d|commit]], [[https://git.kernel.org/linus/643480a1a73d489a355e908dc317af889ace127a|commit]], [[https://git.kernel.org/linus/6c0c85da044e92543a40294f024235f60adc4315|commit]], [[https://git.kernel.org/linus/369da333569eb82c9ce5e63f5f224c7416b251b6|commit]], [[https://git.kernel.org/linus/b0b2247d815d0f6806b702022052e208c3c2d56a|commit]], [[https://git.kernel.org/linus/bdb4c5b8852029d9a82f366885071ba27d254366|commit]], [[https://git.kernel.org/linus/425c8348df7b868bc25dce85758e5dc3d63de91d|commit]], [[https://git.kernel.org/linus/c552c110d4794fc12e0faa4d1cc928fccdfce3f2|commit]], [[https://git.kernel.org/linus/08e6547c8468863734a847154aee390f2a44befe|commit]], [[https://git.kernel.org/linus/68c6af72047ca77e6b56bf5ae550f980a0ed704d|commit]] * Add a driver for the Marvell 88Q2110 PHY [[https://git.kernel.org/linus/6f1c646d88c591a8139997c5591c1385cbc3d4e1|commit]], [[https://git.kernel.org/linus/25108a834e145a274024d174083089f8a83fe5bb|commit]], [[https://git.kernel.org/linus/eba2e4c2faef618b6e33dfdba918c76727f891b5|commit]], [[https://git.kernel.org/linus/a60eb72066af272c2891c6685b9a082dde69198c|commit]], [[https://git.kernel.org/linus/00f11ac71708d2e5e434aa2ef9249f95b5e7e313|commit]] * Brcm ASP 2.0 Ethernet Controller [[https://git.kernel.org/linus/a29401be8c697c0366a2e1ba50c629193bf25d71|commit]], [[https://git.kernel.org/linus/27312c43472bf367aad476ed0b48894063eeb845|commit]], [[https://git.kernel.org/linus/490cb412007de593e07c1d3e2b1ec4233886707c|commit]], [[https://git.kernel.org/linus/a2f0751206b03374f6d02f89c18a60f1bb238fea|commit]], [[https://git.kernel.org/linus/c5d511c4958780338ac93f3e728012d5e17de710|commit]], [[https://git.kernel.org/linus/550e6f345687253083b289b167651deb42869032|commit]], [[https://git.kernel.org/linus/6493153467298877e05fe8faa1602588d0ef25b8|commit]], [[https://git.kernel.org/linus/7c10691e1f5e2c2b358340aaed5eefccc1df17c5|commit]], [[https://git.kernel.org/linus/9de2b402d818fcb257e61308b190661f30d36c33|commit]], [[https://git.kernel.org/linus/9fa0bba012c2dd6d2b0db893314a4cc252a91b5f|commit]], [[https://git.kernel.org/linus/3abf3d15ffff62f906e6c7626efb69d136141556|commit]] * Support more link mode for TXGBE [[https://git.kernel.org/linus/d55595f04dcc8bd6f6ff33f451dda8de3f1232da|commit]], [[https://git.kernel.org/linus/f629acc6f21043fdc80ae93cdafa6713888db0fd|commit]], [[https://git.kernel.org/linus/2deea43f386d5c02cd490108aa3c6d02724594f8|commit]], [[https://git.kernel.org/linus/2a22b7ae2fa3b579d650c068c668fb252c49582b|commit]], [[https://git.kernel.org/linus/ab928c24e6cd9473a2f9ec04df8849cdad1ba2ca|commit]], [[https://git.kernel.org/linus/a4414dd13f21d4e40a29a6ba068d17e4d3090021|commit]], [[https://git.kernel.org/linus/02b2a6f91b9042552bc3aa728622bda97e3916fa|commit]], [[https://git.kernel.org/linus/ad63f7aa585ee58ebf5e83af09653134a21cd082|commit]] * Packet classify by matching against SPI [[https://git.kernel.org/linus/a57c34a80cbe15e36e12d42a4ddc5160a5bbb1a4|commit]], [[https://git.kernel.org/linus/73b4c04e2e9af8075b87475cb7486f561dcecebd|commit]], [[https://git.kernel.org/linus/c8915d7329d6e9164c5c847dc1c56a2c0437053f|commit]] * octeontx2-af: misc MAC block changes [[https://git.kernel.org/linus/5266733c798652925aaf556aacc3f3389abc9d32|commit]], [[https://git.kernel.org/linus/f027fd51edebb326c1edb5d283ceaa7b8f7508df|commit]], [[https://git.kernel.org/linus/2f387525d484c0eca841b71842e1cd672220c20c|commit]], [[https://git.kernel.org/linus/17d1368f4f19eec2047c7527e7e606496481f1bf|commit]] * stmmac: Check more MAC HW features for XGMAC Core 3.20 [[https://git.kernel.org/linus/669a55560e4b8fad3598d544d062ab40fd860bcb|commit]] * stmmac: XGMAC support for mdio C22 addr > 3 [[https://git.kernel.org/linus/10857e6779054f79a7569eaaaa85dfa71b73acc1|commit]] * stmmac: intel: Enable correction of MAC propagation delay [[https://git.kernel.org/linus/58f2ffdedf7b05b318f2cdafaca69e4435c8478e|commit]] * stmmac: xgmac: RX queue routing configuration [[https://git.kernel.org/linus/0c2910ae7fa0caa0f1adc6fed73c23e5593b307b|commit]] * stmmac: xgmac: show more MAC HW features in debugfs [[https://git.kernel.org/linus/58c1e0bace590715fe22489c06dd4610c1ba50ba|commit]] * sfc: basic conntrack offload [[https://git.kernel.org/linus/3bf969e88ada7265ed6ef6f4b52a0c7d1d35c0b6|commit]], [[https://git.kernel.org/linus/c3bb5c6acd4e0104522f6b1a22f7d62e37e8fa02|commit]], [[https://git.kernel.org/linus/94aa05bdc77731043b6239a7b810c586be2dce46|commit]], [[https://git.kernel.org/linus/1909387fcfcfc9197a0adcaa9702967e5c18f812|commit]], [[https://git.kernel.org/linus/29416025185383aba51d863b9e9eff234b54d855|commit]], [[https://git.kernel.org/linus/1dfc29be4d743bba9c249b50acf8e44cb5477624|commit]], [[https://git.kernel.org/linus/01ad088fb05cb69bb2e061dc2ebddb67c62aeaf4|commit]] * sfc: introduce eth, ipv4 and ipv6 pedit offloads [[https://git.kernel.org/linus/439c4be98318751415a8f3690e4fa0fb62474a72|commit]], [[https://git.kernel.org/linus/0c676503bd4ff726f5a4adc8fb54e09a78685b1f|commit]], [[https://git.kernel.org/linus/66f728872636e1167aedc5a18be6760083911900|commit]], [[https://git.kernel.org/linus/9dbc8d2b9a02f938d32741297d56cc364dc0dce6|commit]], [[https://git.kernel.org/linus/64848f062e33df61fb1f9f7b7a3dc7b44e0d36d7|commit]], [[https://git.kernel.org/linus/e8e0bd60e4833e5bcfa220d7b4c07456c83c1ea2|commit]] * mlxsw: Add port range matching support [[https://git.kernel.org/linus/f3b8bec7d29e1f330287b4df9f58b01e8b8ca010|commit]], [[https://git.kernel.org/linus/9f53a7602ac6970cadeeead0e4352818ad000dcc|commit]], [[https://git.kernel.org/linus/b3eb04be729982ae7e311afcc9c031eca4718a46|commit]], [[https://git.kernel.org/linus/74d6786cf2dc563bebd3bceb4fd48aadee7856b2|commit]], [[https://git.kernel.org/linus/d65f24c9fa6917f1c32c52cc920f478485a0c6d6|commit]], [[https://git.kernel.org/linus/898979c7238a5b465b55c7027129fb51fab908c5|commit]], [[https://git.kernel.org/linus/fe22f7410527c2077223b5fd0fc0458db912f0db|commit]], [[https://git.kernel.org/linus/45c5a384765bb879f8a07e0056c0885771124271|commit]], [[https://git.kernel.org/linus/0a1a818d8a1c13375219d358de7e0e28e308d6a5|commit]], [[https://git.kernel.org/linus/209218e4799bf1bac0296f749b824b4e0da1575e|commit]] * ti: icssg-prueth: Add Power management support [[https://git.kernel.org/linus/a46750a13bb09e2e185bc66c44d9a002dab2d3d5|commit]] * support more link mode for TXGBE [[https://git.kernel.org/linus/d55595f04dcc8bd6f6ff33f451dda8de3f1232da|commit]], [[https://git.kernel.org/linus/f629acc6f21043fdc80ae93cdafa6713888db0fd|commit]], [[https://git.kernel.org/linus/2deea43f386d5c02cd490108aa3c6d02724594f8|commit]], [[https://git.kernel.org/linus/2a22b7ae2fa3b579d650c068c668fb252c49582b|commit]], [[https://git.kernel.org/linus/ab928c24e6cd9473a2f9ec04df8849cdad1ba2ca|commit]], [[https://git.kernel.org/linus/a4414dd13f21d4e40a29a6ba068d17e4d3090021|commit]], [[https://git.kernel.org/linus/02b2a6f91b9042552bc3aa728622bda97e3916fa|commit]], [[https://git.kernel.org/linus/ad63f7aa585ee58ebf5e83af09653134a21cd082|commit]] * Introduce ICSSG based ethernet Driver [[https://git.kernel.org/linus/61f4d2044aeb702fea236101883b59ea270ab2f7|commit]], [[https://git.kernel.org/linus/b6ba7752149de52fde1253d1b203a96e1ee89afc|commit]], [[https://git.kernel.org/linus/e9b4ece7d74b52bc5800afd4dfe32a8960a9d491|commit]], [[https://git.kernel.org/linus/b8d5008f8c517b7cd61855fdb574b1ee80bcf4a3|commit]], [[https://git.kernel.org/linus/128d5874c0822105ae9556d5435fb8562aff2e3b|commit]], [[https://git.kernel.org/linus/c1e10d5dc7a1be8d4eba8560540e20bd03c2be01|commit]], [[https://git.kernel.org/linus/c2f67d192351d33ec884af6bbbbfe77c57f7c397|commit]], [[https://git.kernel.org/linus/8fb86b0dcaed2d6bbc33203e7340bff3e68fe339|commit]], [[https://git.kernel.org/linus/9fda4d09905db9ecae17ad741924a7530aa3c96e|commit]] * Introduce IEP driver and packet timestamping support [[https://git.kernel.org/linus/f0035689c036ade6faba4a91e2dc4879d1f02f82|commit]], [[https://git.kernel.org/linus/b12056278378c4fb995a32a26034ac370d177d98|commit]], [[https://git.kernel.org/linus/c1e0230eeaab26984f6e5c5575486e96a63e2e48|commit]], [[https://git.kernel.org/linus/186734c158865747f7160b461afcabfaab8f9bca|commit]], [[https://git.kernel.org/linus/443a2367ba3c96e0f35ce801bcdfb2ce91f5038c|commit]] * update stmmac fix_mac_speed [[https://git.kernel.org/linus/1fc04a0b973392df5975901f56addc913d2c8f4d|commit]], [[https://git.kernel.org/linus/4fa6c976158b20eb7da94d35dfe34deec4b2a504|commit]] * Wireless * iwlwifi: add Razer to ppag approved list [[https://git.kernel.org/linus/533d93086248735aa958bccbbb13053e9031f9ba|commit]] * mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support [[https://git.kernel.org/linus/905a0a6ac7a7709d3ac98ca8c98ca27dd1567b9b|commit]] * mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support [[https://git.kernel.org/linus/68f1c3ea337fbc9a58463647be7582eae5a8134b|commit]] * iwlwifi: mvm: enable HE TX/RX <242 tone RU on new RFs [[https://git.kernel.org/linus/0922a71079038b565b249a5926b4f8ba7ed62893|commit]], [[https://git.kernel.org/linus/d09d290ae39345fb914163e45ee2b42f8c938f7b|commit]], [[https://git.kernel.org/linus/d166a5c9775f8cc0b20e3331e238844a3fe57fa1|commit]] * rtl8xxxu: Enable AP mode for RTL8192FU, RTL8710BU (RTL8188GU), RTL8192EU, RTL8723BU [[https://git.kernel.org/linus/efbc7e791a51b416555c6013cdf4943288d49261|commit]], [[https://git.kernel.org/linus/dd71aca9a58bedb7bbba1c5c7cca2059a9cb2430|commit]], [[https://git.kernel.org/linus/8c34b62167b449d16d6737a132996acad312a398|commit]], [[https://git.kernel.org/linus/4831a80908f1562685ed29f7ec63ef5bec6b0fc3|commit]] * mt76: mt7921: Support temp sensor [[https://git.kernel.org/linus/6ae39b7c7ed4d594cacb6b1d61fb6a8602df0c3c|commit]] * mt76: mt7915: add support for MT7981 [[https://git.kernel.org/linus/6bad146d162e92174b09522b357b64f8fda95246|commit]], [[https://git.kernel.org/linus/7a01cad9f967d545feaf6999ee6f4a01bef400d8|commit]] * mt76: enable UNII-4 channel 177 support [[https://git.kernel.org/linus/62561a47af587a863583ce1d607b519c0c4bb384|commit]] * mt76: introduce connac3_mac support [[https://git.kernel.org/linus/fbba711c3de73c57b476767ba0d5ae1e8b2faa8f|commit]], [[https://git.kernel.org/linus/419acc515dd32039da1ac48b13077912e9b1c2c4|commit]], [[https://git.kernel.org/linus/b73e1d9245eba06012792cd3c9ca96dad23904ee|commit]], [[https://git.kernel.org/linus/d17a2fe830d7c458166a06ca222ed7f4d94c671f|commit]], [[https://git.kernel.org/linus/ef591d74d4ba1273100d790f79059384f4547857|commit]], [[https://git.kernel.org/linus/c8e370feb361896376acc871e68408613034437b|commit]], [[https://git.kernel.org/linus/0cb065b9ade9cab8be3a75e8b1b734133c355b82|commit]], [[https://git.kernel.org/linus/4e9011fcdfc4f325df1661e600a0dcd9064c2bd9|commit]], [[https://git.kernel.org/linus/46d3304d6552d6dfd715e66b4c28e7c70bedd2f7|commit]] * ath12k: (v5) EHT support [[https://git.kernel.org/linus/e22f5b780c691ae2ed0d5e7743ccd6183baf5dc2|commit]], [[https://git.kernel.org/linus/a7a6a45d37fe868b30363255d3a37a44acd1cf37|commit]], [[https://git.kernel.org/linus/1476014fadb6625c6720c4439ff0c4b5b5431137|commit]], [[https://git.kernel.org/linus/dbe90679bfa1287651b8bb8304b7ce46b00a5f81|commit]], [[https://git.kernel.org/linus/38013653a69734e2bcf84ce951f7a4aee3966320|commit]], [[https://git.kernel.org/linus/17bbb8aa74fded03527427c25f43a29590c6a9ab|commit]], [[https://git.kernel.org/linus/5b70ec6036c1c755fd1c1aa80ace3d349d91f3a5|commit]], [[https://git.kernel.org/linus/6734cf9b4cc7ae017ec1e9ab44a8ba0d8c512d5d|commit]], [[https://git.kernel.org/linus/22e1d1166c27ed9099f1312cd2043a480b1bda14|commit]], [[https://git.kernel.org/linus/9211df5c025a5e50de8b8cb0798c1120f8593d8a|commit]], [[https://git.kernel.org/linus/07c01b86f21dd499bd487b70c1536f868fede241|commit]] * ath11k: add coldboot calibration in QCN9074 [[https://git.kernel.org/linus/011e5a3052a22d3758d17442bf0c04c68bf79bea|commit]], [[https://git.kernel.org/linus/bdfc967bf5fcd762473a01d39edb81f1165ba290|commit]], [[https://git.kernel.org/linus/13329d0cb7212b058bd8451a99d215a8f97645ea|commit]] * rtw89: add hardware rate v1 and adjust related things for WiFi 7 [[https://git.kernel.org/linus/f698afa7ce374d41d8c2d145b11983800acd32d1|commit]], [[https://git.kernel.org/linus/9e5c6c0df94ec70d74d22d7d74759f4aad452451|commit]], [[https://git.kernel.org/linus/2ef14155c29b69c40350ee845a8dc051283e1ac2|commit]], [[https://git.kernel.org/linus/401b0c161b09682aa633aa7e2cf996a26a67f46c|commit]], [[https://git.kernel.org/linus/c97683ff01a47d0dcd7092c5e7d39685910262a1|commit]], [[https://git.kernel.org/linus/c342ac2195161611b51927eefab18879155b110e|commit]], [[https://git.kernel.org/linus/57cafeb18f06d3f4eaea9145d3396fdb8c699acc|commit]], [[https://git.kernel.org/linus/5c152231c341f0ea00b3ebd64cf6718b10106dab|commit]], [[https://git.kernel.org/linus/ae775faa875029a9f3a246ed0a4a97b0473171a7|commit]], [[https://git.kernel.org/linus/023d2f14abf806ae1231e567e8bded78e83abdc0|commit]] * rtw89: support more formats of firmware file [[https://git.kernel.org/linus/0520841960dee1e53449019d4409f0c3c03fb64f|commit]], [[https://git.kernel.org/linus/cad2bd8a136cb1231e8b43996be7133ccf92ef48|commit]], [[https://git.kernel.org/linus/1b073b350d24b9481f0dffea9e9dec05c838098a|commit]], [[https://git.kernel.org/linus/12b1a12548eb31812f0a6128a0796d1656e2abb2|commit]], [[https://git.kernel.org/linus/7d112665982b0b78e6bcf4173c8231838c158187|commit]], [[https://git.kernel.org/linus/a337d4331fd64652a9ad459049713ba5b1f8e0bd|commit]], [[https://git.kernel.org/linus/894747206893c4a276e82999d1a1ed76c58bb36a|commit]], [[https://git.kernel.org/linus/dd59c6a32b7189f51947edc5b15939367729dd85|commit]] * rtw89: preparation of TDMA-based MCC (STA+P2P) [[https://git.kernel.org/linus/64a24cb63a4b6036e4af280767b305a5044ff303|commit]], [[https://git.kernel.org/linus/b05fdc46c5a64358f515c4db31991f609a572b53|commit]], [[https://git.kernel.org/linus/bfbadacf37a204afbfb829d508412d501a22d62c|commit]], [[https://git.kernel.org/linus/ad3dc7220220ae2b86152c67882f9cf5bad4bc1f|commit]], [[https://git.kernel.org/linus/51383fd77791333868ef69bff223629a964beb8c|commit]], [[https://git.kernel.org/linus/4843aa3768e2c7f4dc61400c2db03671236d7c98|commit]] * rtw89: Introduce Time Averaged SAR (TAS) feature [[https://git.kernel.org/linus/eb2624f55ad14634f97efbf56cb0cb815800508a|commit]] * wilc1000: add SPI commands retry mechanism [[https://git.kernel.org/linus/6fd879f9783bdbaea758681b9d4e2e7c306293fd|commit]] * wwan: t7xx: fw flashing & coredump support [[https://git.kernel.org/linus/ba2274dcfda859b8a27193e68ad37bfe4da28ddc|commit]], [[https://git.kernel.org/linus/007f26f0d68e28509d369fe0e71845e095bdd955|commit]], [[https://git.kernel.org/linus/140424d90165d83c75b23ead7c3573bb6dd74f50|commit]], [[https://git.kernel.org/linus/87dae9e70bf7be2bd8a3c561fe3ddf666eb8a7a4|commit]], [[https://git.kernel.org/linus/b608dd670bb69c89d5074685899d4c1089f57a16|commit]] == Audio == * hda/tas2781: Add tas2781 HDA driver [[https://git.kernel.org/linus/5be27f1e3ec98975c18a91e220d4847d0dec9671|commit]] * hda: Adding support for CS35L56 on HDA systems [[https://git.kernel.org/linus/898673b905b9318489430663083f629bc38c7461|commit]], [[https://git.kernel.org/linus/cf6e7486de80b680fe178a6517dd7c4166a12dbc|commit]], [[https://git.kernel.org/linus/0a2e49230f7f1796aa79c532426d56e8739ee4b1|commit]], [[https://git.kernel.org/linus/8a731fd37f8b33026e545f5ee5cdd7b9a837cbeb|commit]], [[https://git.kernel.org/linus/9974d5b57697770cba2a99c6fe925d01152cd544|commit]], [[https://git.kernel.org/linus/22e51dbb257a218e43de42764b5bdc5302f27cd1|commit]], [[https://git.kernel.org/linus/84851aa055c890f2ea731a128e8feb64520c2c8e|commit]], [[https://git.kernel.org/linus/f32a2bcbc092d60ba8a1b00a22607b220d53a25e|commit]], [[https://git.kernel.org/linus/444dfa0912639fb2431553e8e54d2b35fdf590c2|commit]], [[https://git.kernel.org/linus/64e05321506261b737abdbfc7a82144f30d0a925|commit]], [[https://git.kernel.org/linus/73cfbfa9caea8eda54b4c6e49a9555533660aa1e|commit]] * hda: intel-dsp-cfg: add !LunarLake support [[https://git.kernel.org/linus/d2852b8c045ebd31d753b06f2810df5be30ed56a|commit]] * pcmtest: Add 'open' PCM callback error injection [[https://git.kernel.org/linus/678a0bbe158076805843f6a58aa09b365fc43871|commit]] * pcmtest: Add support for pcm pausing [[https://git.kernel.org/linus/22459ef3a9dea5249c250b30046c3b31cc684da9|commit]] * dice: add stream format parameters for Weiss devices [[https://git.kernel.org/linus/ff7a0b4016cb349f9148d0bf9c664e604167128c|commit]] * hda: intel-dsp-cfg: Add Chromebook quirk to ADL/RPL [[https://git.kernel.org/linus/905240d169ebe4b879628b4a05316332803a3c3d|commit]] * hda/realtek - ALC287 I2S speaker platform support [[https://git.kernel.org/linus/e43252db7e207a2e194e6a4883a43a31a776a968|commit]] * hda/realtek - ALC287 Realtek I2S speaker platform support [[https://git.kernel.org/linus/41b07476da38ac2878a14e5b8fe0312c41ea36e3|commit]] * hda/tas2781: Add tas2781 HDA driver [[https://git.kernel.org/linus/3babae915f4c15d76a5134e55806a1c1588e2865|commit]] * Add cs42l43 PC focused !SoundWire CODEC [[https://git.kernel.org/linus/0bbe06493b9526f2513ace902d55aa0e141dba73|commit]], [[https://git.kernel.org/linus/12a95123bfe1dd1a6020a35f5e67a560591bb02a|commit]], [[https://git.kernel.org/linus/ec77cad8d55c0fb39c0b17a682f78df4b92373a5|commit]], [[https://git.kernel.org/linus/ace6d14481386ec6c1b63cc2b24c71433a583dc2|commit]], [[https://git.kernel.org/linus/fc918cbe874eee0950b6425c1b30bcd4860dc076|commit]], [[https://git.kernel.org/linus/ef75e767167a8f30c7690bc4689dba76329ee06e|commit]] * PCI: hda: add ARL-S support, config for MTL/LNL [[https://git.kernel.org/linus/a13b5340aa6892685adf655cd4bfa91a83d5a9d2|commit]], [[https://git.kernel.org/linus/3bef0681682296c61f713fdb7989cb11bb836b5f|commit]], [[https://git.kernel.org/linus/73e6ebf6a21a62429282632eccb8aa4212489b3c|commit]], [[https://git.kernel.org/linus/442ece6b3473157a5680aa156be7bd776ff7e378|commit]], [[https://git.kernel.org/linus/3f8c530fc458142e0db0185f18153d85c4359203|commit]] * hda/hdmi: Add Intel Lunar Lake support [[https://git.kernel.org/linus/3c851b6384729d60b968cd37a03382bf50acb92b|commit]], [[https://git.kernel.org/linus/6d37a07fdcf9431124cdbf030fbea99c4f352ead|commit]] * Add support for rpmsg sound card on i.MX93 platform [[https://git.kernel.org/linus/f0e5ea2c742db2a4bf3d2ea34632b29c9bb1d95e|commit]], [[https://git.kernel.org/linus/143f8c69a27f3fa8ed30c7f6790ea039fff57cfe|commit]], [[https://git.kernel.org/linus/60f38a592efe08e5ced454e8a05f6814e6e221ec|commit]] * ASoC * Intel: sof_sdw: add support for SKU 0B14 [[https://git.kernel.org/linus/fb0b8d299781be8d46b3612aa96cef28da0d93f4|commit]] * cs35l45: Add support for Chip ID 0x35A460 [[https://git.kernel.org/linus/bfd73b601ac880d7cfbafbb770c3d6195e73add3|commit]] * Add DMI ID for MSI Bravo 15 B7ED [[https://git.kernel.org/linus/e616a916fe8431ebd5eb3cf4ac224d143c57083c|commit]] * fsl_spdif: Add support for 22.05 kHz sample rate [[https://git.kernel.org/linus/65bc25b8d0904e0aff66b1c3a9dd4c0dcb8efbf1|commit]] * Delete UDA134x/L3 audio codec [[https://git.kernel.org/linus/6dd11b945951315ba4986844f20e83a0c27c1d38|commit]] * Intel: sof_sdw: add support for SKU 0AFE [[https://git.kernel.org/linus/0cc85f2bfbcb84754ee6cd43a6fb9953f18cd2dc|commit]] * SOF: Intel: add !LunarLake support [[https://git.kernel.org/linus/7075b0c91b3cd5d32b4ac7403f771a3253d3fbf6|commit]], [[https://git.kernel.org/linus/7a52d7062e02af4a479da24b40cfd76b54c0cd6c|commit]], [[https://git.kernel.org/linus/defc0c638d20eec17ebb3dbf82709aba1ac2f0d4|commit]], [[https://git.kernel.org/linus/ef8a29bae82fc635952de97fdd3bcf8e29d8c6be|commit]], [[https://git.kernel.org/linus/701c0ba46fabc4715606f840119271a818209357|commit]], [[https://git.kernel.org/linus/64a63d9914a5e9278fcd81c6dbc095fc84b772d2|commit]], [[https://git.kernel.org/linus/c22d53279709c46f2e19caf2886e38cee93d07ea|commit]], [[https://git.kernel.org/linus/e78576c4aa0d5b7185e1f5188578d9bfb2d43d4b|commit]], [[https://git.kernel.org/linus/12547730e5b7c41e2203003cda74f39f43739c53|commit]], [[https://git.kernel.org/linus/a8338e76457c14c56bb13fbb16c8607e80498499|commit]], [[https://git.kernel.org/linus/b6c508b46d84d88e617d8b9f38ffbe60470589d0|commit]], [[https://git.kernel.org/linus/f8ba62ac863c33fc0d8ac3f1270985c2b77f4377|commit]], [[https://git.kernel.org/linus/bb0b992c1bb94e44ba40f82ddb2c4e6d5c9fcc9e|commit]], [[https://git.kernel.org/linus/2960ee5c4814ee50b7b9f030dd99382623a4d7f0|commit]], [[https://git.kernel.org/linus/186ca4b522fec020f0201d4fcef09ea58b4d5701|commit]], [[https://git.kernel.org/linus/9362ab78f175db2003674e008ef1b8917725d502|commit]], [[https://git.kernel.org/linus/34e38f03d7e77141ef6879c69ca55fc2a44b9f2e|commit]], [[https://git.kernel.org/linus/699e146d9ebf42ee2a5d4e4e28f7a49c4aef0105|commit]], [[https://git.kernel.org/linus/1eaff2647eb1dfbaa500fb5f28e032db5ad35b70|commit]], [[https://git.kernel.org/linus/02c7f8729a5a1e78412177482372c3124edd4d62|commit]] * Add acpi mahine id's for vangogh platform and [[https://git.kernel.org/linus/cd2f8ce39ca3e2fcf9fc089bef70ecf392943dac|commit]], [[https://git.kernel.org/linus/4b526b3278becdf1f2bfd375078f5db469f8a6bb|commit]], [[https://git.kernel.org/linus/ac91c8c89782d7d0781120a74c9bd939e3ce2831|commit]], [[https://git.kernel.org/linus/ef51cddf014b3e4909e9656025d1f7c2b4cc4117|commit]], [[https://git.kernel.org/linus/197b1f7f0df183db332b6b8851a29c8bc901571d|commit]] * Intel: sof_sdw: add cs35l56 codec info [[https://git.kernel.org/linus/4754e29c779fe2a2677ba62896daf4bf980602a1|commit]], [[https://git.kernel.org/linus/98a7a1143f83289a84cba6dab60a4531cc4dfae2|commit]], [[https://git.kernel.org/linus/a386162e7dc2c8bc1be2777b1c6d41156f69b210|commit]], [[https://git.kernel.org/linus/a60ed3b738705dbcb4afce9a24af00e2671edf19|commit]] * SOF: amd: Add Probe functionality support for amd platforms [[https://git.kernel.org/linus/1a74b21ce59f4343e8bf64ec4c20bcbbaea96c5f|commit]] * SOF: amd: Add sof support for vangogh platform [[https://git.kernel.org/linus/d0dab6b76a9f05bd25d7ad957c3275a9dec42a06|commit]] * SOF: amd: add module parameter for firmware debug [[https://git.kernel.org/linus/60eb816ed850b33f5410b1223c5d4d935a6ceb79|commit]] * SOF: ipc4-topology: Add module parameter to ignore the CPC value [[https://git.kernel.org/linus/26ef47e5ba600ead306ee19e0bf56c1bf59213a3|commit]] * amd: acp: Add kcontrols and widgets per-codec in common code [[https://git.kernel.org/linus/919a4a941863c539e982d34903e93d9777316f7d|commit]] * amd: acp: add pm ops support for rembrandt platform [[https://git.kernel.org/linus/5debf4ae138c81321832d41203483696cac1c580|commit]] * AMD Vangogh support for NAU8821/MAX98388 [[https://git.kernel.org/linus/860c9ef04a2c338e86e1eba00e808a2e4fa2a0b8|commit]], [[https://git.kernel.org/linus/a0cb05cb70b469198ad86c0b13b02cbba3ecd8fd|commit]], [[https://git.kernel.org/linus/3dd26e27ccb4f18b4d25c0a49e1888eca9c6a724|commit]], [[https://git.kernel.org/linus/dba22efd0d177a23c6da2a161e9a1ad29718924c|commit]] * codecs: Add awinic AW88261 audio amplifier driver [[https://git.kernel.org/linus/7f4ec77802aa17518990ed954bf536fd3bcf25cb|commit]], [[https://git.kernel.org/linus/028a2ae256916eeae1040049d2d0129535ace60e|commit]] * Intel: avs: New boards and fixes to existing ones [[https://git.kernel.org/linus/be7dc10ab0bc247c2abbdefdaa9d5196df88e9d1|commit]], [[https://git.kernel.org/linus/c30d10aeb398cf71662cb8c6b0090ed9ab38dd8e|commit]], [[https://git.kernel.org/linus/32e40c8d6ff920354fde36299198c80e7a7d3b76|commit]], [[https://git.kernel.org/linus/d55bb0f1c1a365c42d8b4032cb965a255692a400|commit]], [[https://git.kernel.org/linus/05c5d4e326cc41221a9c065c1e6fee4cdca549b1|commit]], [[https://git.kernel.org/linus/3ed180ac3cec77fe193573adcbaaca34bbc63551|commit]], [[https://git.kernel.org/linus/27cd41698de49c8afbcc148a0d76c35da3271519|commit]], [[https://git.kernel.org/linus/7012fa7d56b7b3e100e4ff0c8d8d7a183f09130d|commit]] * mediatek: Add support for MT7986 SoC [[https://git.kernel.org/linus/24e961b93d292d0dd6380213d22a071a99ea787d|commit]], [[https://git.kernel.org/linus/c4c3c32d088d5a432d3c40efef80d1b64743b6bc|commit]], [[https://git.kernel.org/linus/9f8df795ae8daa0051fe15b27c7a3b3842d3d91f|commit]], [[https://git.kernel.org/linus/8d0d4884ba2cdabc823dc263c987bb22aae5fa5e|commit]], [[https://git.kernel.org/linus/9873277fc2ea6e517602c29cb336bb1e43ff528c|commit]], [[https://git.kernel.org/linus/af835f0b49777476528be5a913e5c00fc3789f41|commit]], [[https://git.kernel.org/linus/b41efc224a5c859ce982ab73e8a05ecac73d4752|commit]] * Add multi Component support [[https://git.kernel.org/linus/138b5c278a9e8359b968d2a8c107614660913588|commit]], [[https://git.kernel.org/linus/065aa861b1243704b329a6d8407d8399614df6bd|commit]], [[https://git.kernel.org/linus/521d675d2497f890e881dc48e954a1559460e97c|commit]], [[https://git.kernel.org/linus/0e66a2c694096abc54ed58b3be654103f155ea43|commit]], [[https://git.kernel.org/linus/09f75f098105d65c37915e41a6ed3a75ec3ecfc7|commit]], [[https://git.kernel.org/linus/547b02f74e4ac1e7d295a6266d5bc93a647cd4ac|commit]], [[https://git.kernel.org/linus/442ae56cf5c007faaf7440d4aa018c62e5761157|commit]], [[https://git.kernel.org/linus/988bad5ee4d7138d26081f3661779b63725605d8|commit]], [[https://git.kernel.org/linus/bbde4a30c6b18dd034dcce41612907dc64817175|commit]], [[https://git.kernel.org/linus/8897a1475f278eb36d76df9684466b17b8dd4cab|commit]], [[https://git.kernel.org/linus/6328489c135b60380b9e12b4d23854433e96a8b0|commit]], [[https://git.kernel.org/linus/289f6e3bdc3f3cf752794be3820b0e5c394b2733|commit]], [[https://git.kernel.org/linus/1638290414bd68a87acae125e9fe3e419267bd01|commit]] * Intel: Add rpl_nau8318_8825 driver [[https://git.kernel.org/linus/273bc8bf2227108ed2851bea71786a026e34ecbb|commit]] * Intel: RPL/MTL machine updates for 6.6 [[https://git.kernel.org/linus/63e041027669473ab7474c195771bc86af9685a6|commit]], [[https://git.kernel.org/linus/fc8b9d05a01f7cd98e0805aa773603b07515de06|commit]], [[https://git.kernel.org/linus/fbc82c016d96aa4a2d99587cae2b78d5c5a59ea7|commit]], [[https://git.kernel.org/linus/fec75606f48f6c85eca8a9e868e41fb657abd1ca|commit]], [[https://git.kernel.org/linus/f7555da71ef6eb9d289173d94ec2cc9d15061f33|commit]] * intel: sof_sdw: Support multiple groups on the same link [[https://git.kernel.org/linus/f82742dd479dfec7dc6a30a84f165a258c51ce09|commit]], [[https://git.kernel.org/linus/317dcdecaf7a42febb78c564df15fd817bf720b2|commit]], [[https://git.kernel.org/linus/7f5cf19703ccb05ac4965d1cfc1422e38bec93aa|commit]] * rt1017: Add RT1017 SDCA amplifier driver [[https://git.kernel.org/linus/2b7aecd58528551e6e3da58091ff7ceb4718e6be|commit]] == Tablets, touch screens, keyboards, mouses == * Add support for Azoteq IQS7210A/7211A/E [[https://git.kernel.org/linus/f2ba47e65f3b5642488802a60cb7dd068f425edc|commit]], [[https://git.kernel.org/linus/d6239463206525f2b64bbf9bfeb83a81f0235914|commit]] * da9063: add wakeup support [[https://git.kernel.org/linus/d7781232b5b2d049e654d5ead9921dc49090d214|commit]] * Add support for Azoteq IQS7222D [[https://git.kernel.org/linus/dd24e202ac722b3fea1fadb7f6c0b2db61086e78|commit]], [[https://git.kernel.org/linus/2e00b8bf5624767f6be7427b6eb532524793463e|commit]], [[https://git.kernel.org/linus/92b46a7bd1c4966e8178da008930cdc0af43dad8|commit]], [[https://git.kernel.org/linus/823b28c5e590cccbfc94e69f06a884278dde7943|commit]] * mms114: add support for touch keys [[https://git.kernel.org/linus/bf93349b11ab6f4a5861fbabe01236bf3d58075a|commit]], [[https://git.kernel.org/linus/21c133be0266b4e7aaf184175d61f5b1824a8769|commit]] * xpad: add !GameSir T4 Kaleid Controller support [[https://git.kernel.org/linus/854d2233de0ac8ad37b71ec3698946054b22104c|commit]] * HID * hid-google-stadiaff: add support for Stadia force feedback [[https://git.kernel.org/linus/24175157b8520de2ed6219676bddb08c846f2d0d|commit]] * ogitech-hidpp: Add support for the Pro X Superlight [[https://git.kernel.org/linus/9d1bd9346241cd6963b58da7ffb7ed303285f684|commit]], [[https://git.kernel.org/linus/c05b8a939a179aca7ee9eb2cf03a322e83522e07|commit]] * logitech-hidpp: Add support for Logitech MX Anywhere 3 mouse [[https://git.kernel.org/linus/ed1fb63b6e45d933527c212c0b5339d613350a3a|commit]] * input: Support devices sending Eraser without Invert [[https://git.kernel.org/linus/276e14e6c3993317257e1787e93b7166fbc30905|commit]] * nvidia-shield: Add battery support for Thunderstrike [[https://git.kernel.org/linus/cb818a047f2b95f3d9e08568ff7f8f513832ff2f|commit]], [[https://git.kernel.org/linus/3ab196f882377ed5c2a946cf9f7ede8be4727f44|commit]], [[https://git.kernel.org/linus/77fe1fed4741b14ccf5abf19dc794cc5928c1ac8|commit]] * steelseries: Add support for Arctis 1 XBox [[https://git.kernel.org/linus/a0c76896c3fbdc2e7c70b980b3bb38a6ac445971|commit]] * logitech-hidpp: Add Bluetooth ID for the Logitech M720 Triathlon mouse [[https://git.kernel.org/linus/2d866603e25b1ce7e536839f62d1faae1c03d92f|commit]] == TV tuners, webcams, video capturers == * Add !StarFive Camera Subsystem driver [[https://git.kernel.org/linus/5578e75140ea22606b24c19c8b174992f90fb8e7|commit]], [[https://git.kernel.org/linus/ae08124d1c7da38a805f6b742c93b9a1ca25e29c|commit]], [[https://git.kernel.org/linus/e0b9ce389847121bf8474b0fd0c5407ee9bd3491|commit]], [[https://git.kernel.org/linus/3295cf1241d337f387f8ad09bbe63cb3b17e1b25|commit]], [[https://git.kernel.org/linus/71e8d6e4aec475becdad016e78395c258f0f3123|commit]] * Separate links and async sub-devices [[https://git.kernel.org/linus/bda8953e8c3e7ecbbf6cb1be11790496300e3961|commit]], [[https://git.kernel.org/linus/b2cc2a32d266dbea4011e1020ad5fbecf1713c89|commit]], [[https://git.kernel.org/linus/eb934fa7b98c3b58af53f2042f5317d576e63ec7|commit]], [[https://git.kernel.org/linus/645858055d6a52d06ccc0efd7197a39b22c90a8f|commit]], [[https://git.kernel.org/linus/026e6212ec8ba1b4b4bab68a6cce2a164ee6774a|commit]], [[https://git.kernel.org/linus/ec295094673b7c8e2d60945dae6d02378fa9591a|commit]], [[https://git.kernel.org/linus/5202fb581e52962c978b7a9e8ca0f4f1fb75cd0b|commit]], [[https://git.kernel.org/linus/4232c5df51300c74a318a90a364f0e084f58c9df|commit]], [[https://git.kernel.org/linus/95a188168b7af7b05e2fd5105c5c09da9a3e92ac|commit]], [[https://git.kernel.org/linus/f60eccb04a72dadb84a49aaa6f2cc23f6a2ca8bd|commit]], [[https://git.kernel.org/linus/482290390e0e961d54d0df8f3d19ff9a1f23c414|commit]], [[https://git.kernel.org/linus/506aafbad34297bdd8727e310f8ae830715159f4|commit]], [[https://git.kernel.org/linus/1c5cd3efa66246172a4354054cf2586d5a55acfd|commit]], [[https://git.kernel.org/linus/f0e10d0a971c43fb2035fccc06de8bdd22674ec9|commit]], [[https://git.kernel.org/linus/7a2259fc5182bc792b7ce90d83d8f6e197808b9a|commit]], [[https://git.kernel.org/linus/9b4d2f37484bed88fe5dfebe904df67c8bd7c24b|commit]], [[https://git.kernel.org/linus/b6d42c35c03dc1a0e5c2800c2137017a62ee58f9|commit]], [[https://git.kernel.org/linus/1029939b3782235a8d15f90c34d585585c1a6d14|commit]], [[https://git.kernel.org/linus/adb2dcd5f2d49d3ba3171160fabd4be0d4b2a86c|commit]], [[https://git.kernel.org/linus/ed59bbe18df09e654ffb18f791f2b47ff59384b1|commit]], [[https://git.kernel.org/linus/393cfcc02d1d94defcf23af1fbc9950eafce4519|commit]], [[https://git.kernel.org/linus/9bf19fbf0c8bc4392210c1ea104a8db732624f3d|commit]], [[https://git.kernel.org/linus/c91fd7b7a8ae17ab8be0b6e765e4a38783749330|commit]], [[https://git.kernel.org/linus/28a1295795d85a25f2e7dd391c43969e95fcb341|commit]], [[https://git.kernel.org/linus/cb8c9f3153004cb0930682816497426969ead27f|commit]], [[https://git.kernel.org/linus/765f60568f2904b2de3011a8de2fadba4e4de44f|commit]], [[https://git.kernel.org/linus/e74f7a96787c46e90b3c8519d4e0d127f5cc106d|commit]], [[https://git.kernel.org/linus/1e3454582e11e0108ad0743529461181f8476741|commit]], [[https://git.kernel.org/linus/6e1e132e0038a2a4bce11ff1ad0db3b4564042c9|commit]], [[https://git.kernel.org/linus/4c50b0a86ef9d43197fd9c929aeb08c578947755|commit]], [[https://git.kernel.org/linus/4af65141e38ea59a52af1d81f2352790daa2e4e0|commit]], [[https://git.kernel.org/linus/5651bab6890a0c5d126e2559b4aa353bed201e47|commit]], [[https://git.kernel.org/linus/2c62a9b8e4d5515638dc2f5e31969675b98c3de0|commit]], [[https://git.kernel.org/linus/b8ec754ae4c563f6aab8c0cb47aeb2eae67f1da3|commit]], [[https://git.kernel.org/linus/99939beaefca29ca105900afaf81e6e9e591d2ef|commit]] * Venus QoL / maintainability fixes [[https://git.kernel.org/linus/6283e4834c69fa93a108efa18c6aa09c7e626f49|commit]], [[https://git.kernel.org/linus/d74e481609808330b4625b3691cf01e1f56e255e|commit]], [[https://git.kernel.org/linus/ed939821c8732b282ac032a8ae8be96a31f5ee7d|commit]], [[https://git.kernel.org/linus/9ac60db2bb4b9fb590abd05e6795d34df88e850c|commit]], [[https://git.kernel.org/linus/375b48f40fd03069658bb43bcd19a813f6dd8be5|commit]], [[https://git.kernel.org/linus/ff877873a0d4c9ff40ab8ba3ed8072f7368daa36|commit]], [[https://git.kernel.org/linus/6513d80e085db064fc1a61c1c55516f1bc78e27d|commit]], [[https://git.kernel.org/linus/5516263fa0bad1ca574bb577bb3dacacc564e935|commit]], [[https://git.kernel.org/linus/03811969f9f74245050c9066cc9f758b62d837cc|commit]], [[https://git.kernel.org/linus/3b96e82d54a82bd649ec3ff4a04860c40abb49f4|commit]], [[https://git.kernel.org/linus/365b4824ebea13dbdb4f6cf28fefaae88f081401|commit]], [[https://git.kernel.org/linus/c38610f8981e0ba547e7cb9672ece6a905c41e53|commit]], [[https://git.kernel.org/linus/adeb071bb4cb5e5c5e51ed1ed9a3e8728afb187c|commit]], [[https://git.kernel.org/linus/04e3a07275a089ff8adda02a9e8e23d6f06b86d1|commit]], [[https://git.kernel.org/linus/bbfc89e6f67ccb1ddefc3e8a284248bcfea58544|commit]], [[https://git.kernel.org/linus/41d41b03289abadff80a4a158d879fb4c5273b3c|commit]], [[https://git.kernel.org/linus/d5a8d2d3ec32988ef936e1e3e1ce61aa52e0a923|commit]] * bttv: convert to vb2 [[https://git.kernel.org/linus/b7ec3212a73abc987e8f33aa42988e6c39c38c92|commit]], [[https://git.kernel.org/linus/d1846d72587e9241e73a18da14a325b43700013b|commit]], [[https://git.kernel.org/linus/615c5450278ac9b8e7bd09bac265bc33808b5fc1|commit]], [[https://git.kernel.org/linus/45b6f5bf1a0160e52716dd85b478e4c3e06faffc|commit]], [[https://git.kernel.org/linus/79bbd3510ddb709f3d5c4a8488711e7903fa7f8a|commit]], [[https://git.kernel.org/linus/faebe84ebc7524928ed1e5d2fed02a30ea8f3ec1|commit]], [[https://git.kernel.org/linus/04d5356512c6a9097def2214e25d19530ac51413|commit]], [[https://git.kernel.org/linus/9764252d4bdb4314604169876cacb6ca82affbf1|commit]], [[https://git.kernel.org/linus/87df33be05487a9b4cfab75c7e9818f3c391b5f7|commit]], [[https://git.kernel.org/linus/0f5f12e40824956ed18c1301bed7ac81a33cc70a|commit]], [[https://git.kernel.org/linus/c9c0df318acdf32c8c03997cc9f5652710eaa995|commit]], [[https://git.kernel.org/linus/7df8d5cffa87c0976df5d2e4e9aa6a52fe6c0f50|commit]], [[https://git.kernel.org/linus/f5f17f0cb5abefc7e0341d3257a8b9fc39f81700|commit]] * i2c-atr and FPDLink [[https://git.kernel.org/linus/a076a860acae77bbdcbd316541e5552e81fb1772|commit]], [[https://git.kernel.org/linus/1d02533a801f8f69db2e548fc52a7cc17c308c26|commit]], [[https://git.kernel.org/linus/236a0aab7e505aeff41c6b3a57f5d66754b9fc62|commit]], [[https://git.kernel.org/linus/313e8b32c6166853b69cff0ea686510219d2c59c|commit]], [[https://git.kernel.org/linus/afe267f2d368f5673514b1b97449c3ec43c64601|commit]], [[https://git.kernel.org/linus/c158d0d4ff15309fd63b7d7cf50a5153bead894a|commit]], [[https://git.kernel.org/linus/6363db1c9d45a54ddc1582423b74b5f9935b5958|commit]] * i2c-atr and FPDLink [[https://git.kernel.org/linus/a076a860acae77bbdcbd316541e5552e81fb1772|commit]], [[https://git.kernel.org/linus/1d02533a801f8f69db2e548fc52a7cc17c308c26|commit]], [[https://git.kernel.org/linus/236a0aab7e505aeff41c6b3a57f5d66754b9fc62|commit]], [[https://git.kernel.org/linus/313e8b32c6166853b69cff0ea686510219d2c59c|commit]], [[https://git.kernel.org/linus/afe267f2d368f5673514b1b97449c3ec43c64601|commit]], [[https://git.kernel.org/linus/c158d0d4ff15309fd63b7d7cf50a5153bead894a|commit]], [[https://git.kernel.org/linus/6363db1c9d45a54ddc1582423b74b5f9935b5958|commit]], [[https://git.kernel.org/linus/b57a5fd2ccf2037be6749e339da5de9b20fdbff2|commit]], [[https://git.kernel.org/linus/be1e71b1db5779fe464d2ad70305df27f77b4157|commit]], [[https://git.kernel.org/linus/c7a52ae0b1e8104bb4399b0b7c778fc6f8ec70e0|commit]], [[https://git.kernel.org/linus/05428f66fc404455b89ebef7f07ed15fae1a5992|commit]], [[https://git.kernel.org/linus/d7d7a9ab7a7779567c59eec0d9b57b75b2763dd9|commit]], [[https://git.kernel.org/linus/618aba51c294d553a8c32d40e014de2709247207|commit]] * i2c: Add driver for DW9719 VCM [[https://git.kernel.org/linus/fed60fc552c8ea85b1315175cac2125bfda7261b|commit]] * mediatek: vcodec: Add driver to support 10bit [[https://git.kernel.org/linus/9d86be9bda6cdaa2254542830ad71127547ac793|commit]], [[https://git.kernel.org/linus/6afcc2b0aebf6b891f7e3378379088632f07d0e6|commit]], [[https://git.kernel.org/linus/1dff2beb60d3cddd60d583604f9960f5b5c55aca|commit]] * mediatek: vcodec: Add driver to support 10bit [[https://git.kernel.org/linus/9d86be9bda6cdaa2254542830ad71127547ac793|commit]], [[https://git.kernel.org/linus/6afcc2b0aebf6b891f7e3378379088632f07d0e6|commit]], [[https://git.kernel.org/linus/1dff2beb60d3cddd60d583604f9960f5b5c55aca|commit]] * ov2680: Bugfixes + ACPI + selection(crop-tgt) API support [[https://git.kernel.org/linus/7b5a42e6ae71927359ea67a2c22570ba97fa4059|commit]], [[https://git.kernel.org/linus/50a7bad4e0a37d7018ab6fe843dd84bc6b2ecf72|commit]], [[https://git.kernel.org/linus/d5d08ad330c9ccebc5e066fda815423a290f48b0|commit]], [[https://git.kernel.org/linus/49c282d5a8c5f4d1d9088622bec792294c716010|commit]], [[https://git.kernel.org/linus/e521b9cc1a49de677f4fc65909ce4877fbf7b113|commit]], [[https://git.kernel.org/linus/6d6849b2203f3244b575ba01d3e41ee19aa2cadf|commit]], [[https://git.kernel.org/linus/c0e97a4b4f20639f74cd5809b42ba6cbf9736a7d|commit]], [[https://git.kernel.org/linus/84b4bd7e0d98166aa32fd470e672721190492eae|commit]], [[https://git.kernel.org/linus/9289998ea534f7d7954a3a07970c8542dc95d28b|commit]], [[https://git.kernel.org/linus/7adfdecbbee18332ffa7c1397e780e304b43111e|commit]], [[https://git.kernel.org/linus/990732a6d9f15ab121cfe057d52f3a02d844976e|commit]], [[https://git.kernel.org/linus/37f7e57e089e26569ca11859e36c27818e7a1506|commit]], [[https://git.kernel.org/linus/ec7dfad51ff0ba3a90f95466a2af1949f3208c4e|commit]], [[https://git.kernel.org/linus/8e50a1221f89136e9a3c2bcff22c38b376b730cb|commit]], [[https://git.kernel.org/linus/83634470b0eee34e22d8703408a7808d430ee606|commit]], [[https://git.kernel.org/linus/df3ecab8d7c5714b08544ef4ea8ac95e6a5743a3|commit]], [[https://git.kernel.org/linus/4007015e604f680999c764be84b84aea7319fb0b|commit]], [[https://git.kernel.org/linus/0a61cf33f0c523da812e0f7b39d03a2f8c32f984|commit]], [[https://git.kernel.org/linus/f614dfb8cd587c923faf576caed5ca1af066a130|commit]], [[https://git.kernel.org/linus/63f47529bb5c5ede928cf2dd9c69900a6c897b83|commit]], [[https://git.kernel.org/linus/23321b91b39f666bec32f32ccc7d2bac93ca09d8|commit]], [[https://git.kernel.org/linus/3b378b35e83d8d87bdbe353c7597565595ff2dc9|commit]], [[https://git.kernel.org/linus/05d6bd86dcf7960dfaa163472d9dec1b7295f27b|commit]], [[https://git.kernel.org/linus/9b8e6ee867a146d6a795cfb5f8ccb51f5c4953b3|commit]], [[https://git.kernel.org/linus/1259259f56b011d579f131c0fc39c2914e6bf628|commit]], [[https://git.kernel.org/linus/a99a041c22e82856cbf5f315e3bd4b913d3ba0ed|commit]], [[https://git.kernel.org/linus/34f9eff236ff0ecf41d7fbbc8473ac34780daf23|commit]], [[https://git.kernel.org/linus/63b0cd30b78e001e49b5a3cb14f3ebb245610f16|commit]], [[https://git.kernel.org/linus/8a9f997d2e078b18078bc8f006d819d6becdf7b7|commit]], [[https://git.kernel.org/linus/ca3bd1339ed88f1baae1d1349eb12d6ee6e05dfb|commit]], [[https://git.kernel.org/linus/b8e277b1dbe66262615c57f2eb2ecdd5d1bd9054|commit]] * pci: intel: Add IVSC support for IPU bridge driver [[https://git.kernel.org/linus/c66821f381aed2c7c754d6ac8920a8665a3a01f7|commit]] * pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) [[https://git.kernel.org/linus/29006e196a5661d9afc8152fa2bf8a5347ac17b4|commit]], [[https://git.kernel.org/linus/78876f71b3e99d82bbc700674a6b05e7d429f4a2|commit]] * rcar-csi2: Add support for C-PHY on R-Car V4H [[https://git.kernel.org/linus/82bc596df84daa5ff6b3e706a8473801de49e2ee|commit]] == Serial Peripheral Interface (SPI) == * cs42l43: Add SPI controller support [[https://git.kernel.org/linus/ef75e767167a8f30c7690bc4689dba76329ee06e|commit]] * intel-pci: Add support for Granite Rapids SPI serial flash [[https://git.kernel.org/linus/9855d60cfc720ff32355484c119acafd3c4dc806|commit]] * loongson: add bus driver for the loongson spi controller [[https://git.kernel.org/linus/6c7a864007b66e60a3f64858a9555efed408b048|commit]] * spi-geni-qcom: Add SPI Device mode support for GENI based QuPv3 [[https://git.kernel.org/linus/d7f74cc31a89a45d4c7deaa5f759661a07a183d6|commit]] * sun6i: add dual and quad SPI modes support for R329/D1/R528/T113s [[https://git.kernel.org/linus/25453d797d7abe8801951c8290ea11ea8bba7b96|commit]] == Serial == * tty: serial: meson: support ttyS devname [[https://git.kernel.org/linus/0ab4bcf0e9471c1a3f5e4721ee486f6ed1a76bac|commit]], [[https://git.kernel.org/linus/bcb5645f99ef93b3cad3cdb7937eb4b2cecfd560|commit]], [[https://git.kernel.org/linus/e71aab9d613242bbb262f2344e377ecbc892df41|commit]], [[https://git.kernel.org/linus/bd86980b5113e3bf59ad096c49bf5c39dbca8880|commit]], [[https://git.kernel.org/linus/5651f657097c1ad9674651bee91425a8bb9d5b9a|commit]], [[https://git.kernel.org/linus/dd825a4d91dbd1cce058e9fcddf7d8a10738524a|commit]], [[https://git.kernel.org/linus/6d71ded2723b8534819a3a2e305145e26d2bd53e|commit]] == Voltage, current regulators, power capping, power supply == * reset: at91-reset: add sysfs interface to the power on reason [[https://git.kernel.org/linus/d40befed9a581740f6ceb0e5998ec2f59bfbc559|commit]] * reset: oxnas-restart: remove obsolete restart driver [[https://git.kernel.org/linus/af73fd32b4f2d23bb61c37f533ddae49e10ef3b0|commit]] * regulator * qcom-rpmh: Add regulators support for PMX75 [[https://git.kernel.org/linus/0b294ed669ead34a348d17d06b6d4d58712b14e2|commit]] * rtq2208: Add Richtek RTQ2208 SubPMIC driver [[https://git.kernel.org/linus/85a11f55621a0c18b22b43ab4219450ac1d19386|commit]] * max77857: Add ADI MAX77857/59/MAX77831 Regulator Support [[https://git.kernel.org/linus/af71cccadecedad3484c2208e2c4fc8eff927d4a|commit]] * aw37503: add regulator driver for Awinic AW37503 [[https://git.kernel.org/linus/2796a01cdf2c639e605088c53a1ac36923ade93c|commit]] * Qualcomm REFGEN regulator [[https://git.kernel.org/linus/4d8cd4d289ad81b87a3c35a6cff96b3ff5386ed6|commit]], [[https://git.kernel.org/linus/d16db38c2a66060ee25c6b86ee7b6d66d40fc8e0|commit]], [[https://git.kernel.org/linus/7cbfbe23796086fdb72b681e2c182b02acd36a04|commit]], [[https://git.kernel.org/linus/270ad296e94a09c97c20f2e3be9e868cda640951|commit]], [[https://git.kernel.org/linus/21d6ec5fce75ea5a89fef937b9424a11b49e308f|commit]] == Watchdog == * dt-bindings: watchdog: marvell GTI system watchdog driver [[https://git.kernel.org/linus/e81e57fe89a20c1ee5e0f0b927ce8fe614118458|commit]], [[https://git.kernel.org/linus/ef9e7fe2c890f7609b5a667eba282f900434e58d|commit]] * Add support for WDIOF_CARDRESET on TI AM65x [[https://git.kernel.org/linus/f20ca595ae23314db0383940a184317333c46662|commit]] * Add watchdog support for Amlogic-T7 !SoCs [[https://git.kernel.org/linus/8c776a0401f1dcfcfc8e5549c5260668bec59c0e|commit]], [[https://git.kernel.org/linus/55908e388b5daef8b0ca2b8091b3ad76e68af7ce|commit]] == Real Time Clock (RTC) == * Add support for limited alarm timer offsets [[https://git.kernel.org/linus/781589e40ac5f929f58824c15448e1ba49c3ac32|commit]], [[https://git.kernel.org/linus/00c3092d881bc9d63dc36eecd140cdb38962c7ec|commit]], [[https://git.kernel.org/linus/2546e7083f2ea96bdd6157961dc2748d65a9e487|commit]], [[https://git.kernel.org/linus/2b0386d578836b9cd5d2e63cff38b7229c319e4a|commit]] * rv3028: Add support for "aux-voltage-chargeable" property [[https://git.kernel.org/linus/3c87b351809f220294aec3c0df7b078ff5c5b15b|commit]] * twl: add NVRAM support [[https://git.kernel.org/linus/7130856f56054a031c492d37896cbcbfd04a61b5|commit]] * pcf2127: add PCF2131 driver [[https://git.kernel.org/linus/31f077c374a8e7cf1960560c0c5e4065048557c0|commit]], [[https://git.kernel.org/linus/720fb4b83b565c7ae31059620e960ecbf5dc73a3|commit]], [[https://git.kernel.org/linus/3d740c647ff8b77b2a560ebd95ac746c46f49ed4|commit]], [[https://git.kernel.org/linus/0476b6c8e8b1a6dfa3a259bc7e3c135145532c71|commit]], [[https://git.kernel.org/linus/fd28ceb4603f9541dcb4ed12b1365cff5af38203|commit]], [[https://git.kernel.org/linus/6211acee8edf4af61f7745a92c4b4cb05a4340f9|commit]], [[https://git.kernel.org/linus/7c6f0db41ab5fbd7ee3a2f9880ac23509a5d55d1|commit]], [[https://git.kernel.org/linus/6b57ec29e3fc31d43e672f6fede5d4a76140308b|commit]], [[https://git.kernel.org/linus/fc16599e0153e91ba12d856e40f6fc56906077f1|commit]], [[https://git.kernel.org/linus/420cc9e850dbc8e6ea7dd1e53d62d64cd8766354|commit]], [[https://git.kernel.org/linus/afc505bf9039caf5a377d8b9705ef42f6d4ac7d4|commit]], [[https://git.kernel.org/linus/e1849b8fcdfaa71f2e8f9376c9568877ff2bf52b|commit]], [[https://git.kernel.org/linus/3d715ebaf006bd5a495e9a717cf0fc5c260ee738|commit]], [[https://git.kernel.org/linus/adb9675d74e403537150f025ed2b7a2e1ed0a7b4|commit]], [[https://git.kernel.org/linus/081602a1d85b1fd7ad9ea298cffb4e5ad5296952|commit]], [[https://git.kernel.org/linus/e9a5a1b418dd9a82d1de71e82ec64ad195b5300a|commit]], [[https://git.kernel.org/linus/2080e08460c41c6d432575132868fdf076768c92|commit]] == FRU Support Interface (FSI) == * I2C Responder driver [[https://git.kernel.org/linus/d5d8dfb01e1041836cef4d2d69b1c1c991c850fb|commit]], [[https://git.kernel.org/linus/4362fd857d72739c47a92ca447aec25aca7c3c3d|commit]], [[https://git.kernel.org/linus/53e89e3e4490d6630a68e61a3cb478e7a7f2ce8b|commit]], [[https://git.kernel.org/linus/c0b34bed0bbf7a058dab52d45e9aeb92bbe4c637|commit]], [[https://git.kernel.org/linus/21930d80ed4f76fea3d8773a6c4c8e6f57326fdd|commit]], [[https://git.kernel.org/linus/c21d322e1ae5e1e80384c949f24b761f6f2b6c67|commit]], [[https://git.kernel.org/linus/d6ce872e2e6e80c9621496f8048a2e9e096579b8|commit]] == Clock == * Add support for versa3 clock driver [[https://git.kernel.org/linus/6e9aff555db7b6816076121ac3feebc3006de9ad|commit]] * mmp: Remove old non-OF clock drivers [[https://git.kernel.org/linus/979663c3d273a1b36362186607acfc311b521848|commit]] * qcom: Add Global Clock controller (GCC) driver for IPQ5018 [[https://git.kernel.org/linus/e3fdbef1bab8e372981c8cc4d8febbaa76c490b0|commit]] * qcom: videocc-sm8350: Add SC8280XP support [[https://git.kernel.org/linus/e5e527d1ed02fec0310d1e1574557781360e4418|commit]] * renesas: r8a7795: Add 3DGE and ZG support [[https://git.kernel.org/linus/eba0214d05cd1f6c4d04580d2ee9aab68d279644|commit]] * renesas: r8a77965: Add 3DGE and ZG support [[https://git.kernel.org/linus/dec57795efc4585d5bbca913af6683c5cce2a647|commit]] * renesas: r8a7796: Add 3DGE and ZG support [[https://git.kernel.org/linus/fd177b9ac565423db6e0326445552735511e7dd1|commit]] * MSM8996 Pro CBF scaling support [[https://git.kernel.org/linus/434cb57732cd6b39c41a218f2e1dfddd5373fe1b|commit]], [[https://git.kernel.org/linus/34354cc946abe6b6e4b71883dddfdd368e856d65|commit]], [[https://git.kernel.org/linus/bc48641a68dcf9998c78248ce7e79d1a492463c1|commit]] * clk: qcom: mmcc-msm8974: Add OXILICX_GDSC for msm8226 [[https://git.kernel.org/linus/e21e74c6e251152dfc45efdf2279db2778d51223|commit]] * Add PLL clocks driver and syscon for StarFive JH7110 SoC [[https://git.kernel.org/linus/bd348ca24d81cca2a27f8ffa12adc8f30f184275|commit]], [[https://git.kernel.org/linus/c81f7845b2ce7a2ea1beb2ac4621b5d568d2b644|commit]], [[https://git.kernel.org/linus/2110add84bc6e21a1bf55f2c9d1fc14d408ce2e0|commit]], [[https://git.kernel.org/linus/616bc1dea1ac8909dfcd6d32802df6fe50eddde8|commit]], [[https://git.kernel.org/linus/a013e9818734ade52944e73f64242633c6cd4128|commit]], [[https://git.kernel.org/linus/3fcbcfc496f0cc08f9dc004a92915ce1cfb7ea95|commit]], [[https://git.kernel.org/linus/3e6670a28b009cc381b40ee26a6f41509aca46eb|commit]] == Multi Media Card (MMC) == * sdhci-pci-o2micro: add Bayhub new chip GG8 support for express card [[https://git.kernel.org/linus/da2a69cf278729dae1ad95811111457c8aac306b|commit]] * sdhci-pci-o2micro: add Bayhub new chip GG8 support for UHS-I [[https://git.kernel.org/linus/3d757ddbd68ce8d464cc7a45521abc33e6249af1|commit]] * mmc: sdhci-sprd: Add SD HS mode online tuning [[https://git.kernel.org/linus/d83d251bf3c2521bfce59016977da6c1cf995d61|commit]], [[https://git.kernel.org/linus/bac806830fde94ccf41482535fc442c02656febc|commit]] * power: reset: at91-reset: add sysfs interface to the power on reason [[https://git.kernel.org/linus/d40befed9a581740f6ceb0e5998ec2f59bfbc559|commit]] == Hardware monitoring (hwmon) == * Add driver for Renesas HS3001 [[https://git.kernel.org/linus/43fbe66dc2164c03e7a58dfcf0ab737b2f12cc79|commit]] * dimmtemp: Support more than 32 DIMMs [[https://git.kernel.org/linus/46290c6bc0b102dc30250ded4f359174a384c957|commit]] * nct6775: Add support for 18 IN readings for nct6799 [[https://git.kernel.org/linus/4f65c15cf70eb22c074889af60b9d2bcffbb375a|commit]] * Remove smm665 driver [[https://git.kernel.org/linus/b3af14c4c2841343584b61c49b0cfb8808764239|commit]] * it87: Separate temperature type to separate funtion and detect AMDTSI [[https://git.kernel.org/linus/4018e0a9c00131d8514015749f45f0578cc59c64|commit]], [[https://git.kernel.org/linus/2f60e5932942d923258b37d24d147cb7d765df3d|commit]], [[https://git.kernel.org/linus/6593eac899202eedf328247d6f1818453c1b49ac|commit]] * pmbus/mp2975: Add support for MP2971 and MP2973 [[https://git.kernel.org/linus/b4389ee5274535fd22966a188a048624fe700b70|commit]], [[https://git.kernel.org/linus/99a368cfab265a4ecd5643feca5470c6d3c829f2|commit]], [[https://git.kernel.org/linus/1f6f34d08a95b953c58e1c7388a787e78d819c83|commit]], [[https://git.kernel.org/linus/1feb31e810b0634d962920b7c2ccb54d2817ba56|commit]], [[https://git.kernel.org/linus/e2c90b481d1de049dba7fbacf176052c49e83a9c|commit]], [[https://git.kernel.org/linus/5239277ef41086cf4173c62de2fe3dda2cd9c777|commit]], [[https://git.kernel.org/linus/88fc1efcd45c3f681740659a1483978e7553ade7|commit]], [[https://git.kernel.org/linus/45f154dc966322948725af1004f53a5531f03b7f|commit]] * peci/dimmtemp: Add Sapphire Rapids support [[https://git.kernel.org/linus/621995b6d795c2c1a0a501241d4b647fbe865e68|commit]] * peci/cputemp: Add Intel Sapphire Rapids support [[https://git.kernel.org/linus/68f436a80fc89faa474134edfe442d95528be17a|commit]] == Inter-Integrated Circuit (I2C + I3C) == * Add I2C Address Translator (ATR) support [[https://git.kernel.org/linus/a076a860acae77bbdcbd316541e5552e81fb1772|commit]] * designware: Add support for recovery when GPIO need pinctrl [[https://git.kernel.org/linus/4ba63869a0f539c1b8d5027ccf2295c23d66fa54|commit]] * mlxcpld: Extend driver functionality and allow to run on ARM64 [[https://git.kernel.org/linus/d7cf993f832ad2a4f36666512ccefb05b5612e51|commit]], [[https://git.kernel.org/linus/2ed4fa9cb875a7720258fa25521ac67220e934b8|commit]] * Add support for Maxim MAX735x/MAX736x variants [[https://git.kernel.org/linus/f0382e3a5c2f427a6742496fddb40cccbf6b1ec9|commit]], [[https://git.kernel.org/linus/dde2c69042ea102e8bbcfcf22cc70ac8302951ed|commit]], [[https://git.kernel.org/linus/81694437b6eb5aa5439f0fa276e3c8eff94a8299|commit]], [[https://git.kernel.org/linus/6c30ac917a4665321dafbeb2d9ccfde59522dfe2|commit]] == Industrial I/O (iio) == * Add driver for Murata IRS-D200 [[https://git.kernel.org/linus/3db3562bc66e6904cfc271bb45b13a26e720a5a9|commit]], [[https://git.kernel.org/linus/67060927aa87dfab214d21cd02276d7600dca6ff|commit]], [[https://git.kernel.org/linus/5e1cd3e97e8673d7e3d61e3060cbae83c6e65757|commit]] * accel: da280: Add support for the DA217 accelerometer [[https://git.kernel.org/linus/3d936dfec0cd94e45e2741bea80d92592ceff97a|commit]] * Add MCP4728 I2C DAC driver [[https://git.kernel.org/linus/74d4cd7a91ff5d55eba5cd0b05be06863e00eebc|commit]], [[https://git.kernel.org/linus/7b24a034ad90730b2c7bb9670d0eadcdcb5d59d2|commit]] * amplifiers: ad8366: add support for HMC792A Attenuator [[https://git.kernel.org/linus/247d3b632196f4d385d1f3715b004fd2c6071b7d|commit]] * chemical: scd4x: Add pressure compensation [[https://git.kernel.org/linus/3f3caf5b2ea683cc2baf7ce27908f0faf896dac8|commit]] * Support ROHM BU27010 RGBC sensor [[https://git.kernel.org/linus/ce2a8c1600668466f658231834251c4307ce559e|commit]], [[https://git.kernel.org/linus/ccca97fb3c157136396108feda586b862f68c83d|commit]], [[https://git.kernel.org/linus/fdb48f9d1a6ae5d17719ed8bfe836dfd473996d2|commit]] == General Purpose I/O (gpio) == * mxc: add runtime pm support [[https://git.kernel.org/linus/3283d820dce649ad6d5eaa531d76251b4e22ad40|commit]] * pca953x: add support for TCA9538 [[https://git.kernel.org/linus/3d0957b07e27abd3237b1fe0c7f06485ba80852f|commit]] * ds4520: Add ADI DS4520 GPIO Expander Support [[https://git.kernel.org/linus/659ad5f7efece8f92213ca069c494a37507c8c67|commit]] * 104-dio-48e: Add Counter/Timer support [[https://git.kernel.org/linus/92f7a35836c2e13ae5f0dc8c7f889e92f66a9d19|commit]] == Cryptography hardware acceleration == * ccp: Add dynamic boost control support [[https://git.kernel.org/linus/b582763721828f6c3fcf94d371623127f0198f3f|commit]], [[https://git.kernel.org/linus/2e424c33d8e748b65b683988f80e711cd6a7f619|commit]], [[https://git.kernel.org/linus/e938b08ad8cd7b757b7b37e8fb1c20897dd3ec09|commit]], [[https://git.kernel.org/linus/b8440d55f7d4ad2b669902301c87c482faf9a8f4|commit]], [[https://git.kernel.org/linus/c04cf9e14f109ebcc425c1efd2c01294c52a4d62|commit]], [[https://git.kernel.org/linus/d9408716d2126439fbc46f6c40e72792069b8411|commit]], [[https://git.kernel.org/linus/e2cfe05e9277b5a7abbbc186fec1ad37348dd956|commit]], [[https://git.kernel.org/linus/febe3ed3222f92672d3e0471893aa8ab23275c28|commit]], [[https://git.kernel.org/linus/f40d42f116cf965a9e37e2991f19ca1b5b156210|commit]], [[https://git.kernel.org/linus/15f8aa7bb3e550278aa561e81b2e72ffa8e442b7|commit]], [[https://git.kernel.org/linus/4b97d282235dd4d9bff1b6aa327350101bc79471|commit]] * qat: add heartbeat feature [[https://git.kernel.org/linus/359b84f8db942ef46d24de8aa397790c3fae22e0|commit]], [[https://git.kernel.org/linus/fd77d8da1fa85a7549ce3cd50222f9f795cc5f5d|commit]], [[https://git.kernel.org/linus/7f77b6797b34862e6164335c894f587387bff082|commit]], [[https://git.kernel.org/linus/e2980ba57e797e58a5476fbc4296f40551fb3404|commit]], [[https://git.kernel.org/linus/bec61a294dbec1c5929aa6f138cddcab68a62311|commit]] * starfive: Add AES skcipher and aead support [[https://git.kernel.org/linus/e22471c2331c984ba48e89acd00d0ba1f60a3ea7|commit]] * Support of HASH on STM32MP13 [[https://git.kernel.org/linus/0d51794386325e90f2215fe9b2f4cb7390029260|commit]], [[https://git.kernel.org/linus/b6248fb8b8324cfde5eefe2ead1ba3650452d410|commit]], [[https://git.kernel.org/linus/0e99d38ff6ad4baf0c24ec0aca8a01c522ef4dcd|commit]], [[https://git.kernel.org/linus/d9c83f71eeceed2cb54bb78be84f2d4055fd9a1f|commit]], [[https://git.kernel.org/linus/a10618f397062823a84cd4abedc51f46b9d4410f|commit]], [[https://git.kernel.org/linus/a4adfbc2544933ac12e7fbd50708290265546dbc|commit]], [[https://git.kernel.org/linus/1e3b2e805587ab5aa3ecdfe6339ad120ceaef7d3|commit]] * Add power management support in CAAM driver [[https://git.kernel.org/linus/9a6913feb46c601e0895fc9f89b715b90a4cbb87|commit]], [[https://git.kernel.org/linus/322d74752c28a71fbca3650b98c21c58d25414a8|commit]] == Leds == * Add a multicolor LED driver for groups of monochromatic LEDs [[https://git.kernel.org/linus/afb48153220d35f330d0d979792920a31f7d9a81|commit]], [[https://git.kernel.org/linus/c7d80059b086c4986cd994a1973ec7a5d75f8eea|commit]], [[https://git.kernel.org/linus/099c52d9448c1ca832b4695e982221a521282b94|commit]], [[https://git.kernel.org/linus/37d0849ed3927f7c4be6f5ee030730f9aa7439c0|commit]] * pca995x: Add support for PCA995X chips [[https://git.kernel.org/linus/ee4e80b2962e98faf69afa6230cb0c249fedec9c|commit]] == PHY ("physical layer" framework) == * mediatek-ge-soc: support PHY LEDs [[https://git.kernel.org/linus/c66937b0f8dbb4c6c043663c702b1053fb47fab2|commit]] * ARM: dts: rockchip: rv1126: Add VOP_LITE support [[https://git.kernel.org/linus/16c8ff571a16f47592ae161f92737b2fd50a0e70|commit]] * Provide Module 4 KSZ9477 errata (DS80000754C) [[https://git.kernel.org/linus/08c6d8bae48c2c28f7017d7b61b5d5a1518ceb39|commit]] * at803x: support qca8081 1G version chip [[https://git.kernel.org/linus/8b8bc13d89a7d23d14b0e041c73f037c9db997b1|commit]], [[https://git.kernel.org/linus/f3db55ae860a82e1224a909072783ef850e5d228|commit]], [[https://git.kernel.org/linus/7cc3209558002d95c0d45a1276ba4f5f741eec42|commit]], [[https://git.kernel.org/linus/fea7cfb83d1a2782e39cd101dd44ed2548539de5|commit]], [[https://git.kernel.org/linus/df9401ff3e6eeaa42bfb06761967f1b71f5afce7|commit]], [[https://git.kernel.org/linus/723970affdd8766fa0d91cd34bf2ffc861538b5f|commit]] * realtek: usb: Add driver for the Realtek SoC USB 3.0 PHY [[https://git.kernel.org/linus/adda6e82a7de7d6d478f6c8ef127f0ac51c510a1|commit]] * rockchip: inno-dsidphy: Add rv1126 support [[https://git.kernel.org/linus/dfe44a1377d81185b8eacf691026d0b160cc0072|commit]] * smsc: add WoL and EEE support to LAN8740/LAN8742 * smsc: add WoL support to LAN8740/LAN8742 PHYs [[https://git.kernel.org/linus/8b305ee2a91c3c4c89cb82ea940265b247eb0a13|commit]] * starfive: Add JH7110 PCIE 2.0 PHY driver [[https://git.kernel.org/linus/fd097f48eea95c9776a8846edfe9e328e9eaf7e2|commit]] * xilinx: phy-zynqmp: dynamic clock support [[https://git.kernel.org/linus/25d70083351318b44ae699d92c042dcb18a738ea|commit]], [[https://git.kernel.org/linus/b3db66f624468ab4a0385586bc7f4221e477d6b2|commit]] == PCI == * Generate device tree node for pci devices [[https://git.kernel.org/linus/b544fc2b8606d718d0cc788ff2ea2492871df488|commit]], [[https://git.kernel.org/linus/407d1a51921e9f28c1bcec647c2205925bd1fdab|commit]], [[https://git.kernel.org/linus/ae9813db1dc5ac987a09889791155a7b8c527f8d|commit]], [[https://git.kernel.org/linus/47284862bfc7fd5672e731e827f43f26bdbd155c|commit]], [[https://git.kernel.org/linus/26409dd045892904b059dc411403e9c8ce7543ca|commit]] * Improvements to Qcom PCIe EP and EPF MHI drivers [[https://git.kernel.org/linus/8cd2b8ce48e52bfda76a04be9aef8c1b176693d9|commit]], [[https://git.kernel.org/linus/f1bfbd000f3bc42a34aec9208c6aaa9076682601|commit]], [[https://git.kernel.org/linus/d9d9f26f1666b8e4052b7b40b2f17c456da0fba3|commit]], [[https://git.kernel.org/linus/7b99aaaddabba18ba13d74e3c17a8cc094cf6707|commit]], [[https://git.kernel.org/linus/9cf4843e1acf08ab5c523bc4fa8f7b24de2bea3a|commit]], [[https://git.kernel.org/linus/8ab8a31645b83c6446da6254c099032bab871b23|commit]], [[https://git.kernel.org/linus/19619b43f0319c7a0564f6ff35aca5f62e7cb118|commit]], [[https://git.kernel.org/linus/127c66c3b95feddda664d1d76cae424a592ceac5|commit]], [[https://git.kernel.org/linus/06eea7d18fe86fdf09771f5a9d1ac74134725df1|commit]], [[https://git.kernel.org/linus/aa4b1753625ce97a703e71928f67bac07d9d2b55|commit]], [[https://git.kernel.org/linus/8dffa879ac79ffb6421dd924e74e6d07b0996207|commit]], [[https://git.kernel.org/linus/867ec26c16064b271b1d5fd292a1610ed3a754ec|commit]] * dwc general suspend/resume functionality [[https://git.kernel.org/linus/9fda4d09905db9ecae17ad741924a7530aa3c96e|commit]] * dwc: Implement generic suspend/resume functionality [[https://git.kernel.org/linus/4774faf854f53461fd22daa73f3881fe11b6b755|commit]] * layerscape: Add support for link-down notification [[https://git.kernel.org/linus/d28c0d84ca40e8cbc5c9f4e94f4ec78469d6c07b|commit]] * qcom-ep: Add eDMA support [[https://git.kernel.org/linus/ff8d92038cf92c886873c0e0628ba1272e6a087c|commit]] * qcom: sa8775p: add support for PCIe [[https://git.kernel.org/linus/0fb53e64705ae0fabd9593102e0f0e6812968802|commit]], [[https://git.kernel.org/linus/9169e03946b9e45cae4773e997231db0d0f162cf|commit]], [[https://git.kernel.org/linus/d60379d65d2b908818d99541753d74f99645da51|commit]], [[https://git.kernel.org/linus/489f14be0e0a19225ef8575e4a04b0f9ee77ab3e|commit]], [[https://git.kernel.org/linus/bf3ee3db23ed2e72ee61141ade9a3964b509a8d4|commit]] == Universal Serial Bus == * serial: option: add FOXCONN !T99W368/T99W373 product [[https://git.kernel.org/linus/4d9488b294e1f8353bbcadc4c7172a7f7490199b|commit]] * serial: option: add Quectel EM05G variant (0x030e) [[https://git.kernel.org/linus/873854c02364ebb991fc06f7148c14dfb5419e1b|commit]] * misc: onboard_usb_hub: add Genesys Logic GL3523 hub support [[https://git.kernel.org/linus/d97b4b35adcecd4b747d3e1c262e10e4a093cefa|commit]] * typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM device [[https://git.kernel.org/linus/e032368e8cb15ab1f11b92f078caa9bae995b8fe|commit]] * serial: xr: Add TIOCGRS485 and TIOCSRS485 ioctls [[https://git.kernel.org/linus/974e2f6a0554685493cc44406bc7d8ba0a3b0e33|commit]] * cdc-acm: add PPS support [[https://git.kernel.org/linus/3b563b901eefb47ce27a9897dea2739abe70ee5a|commit]] * exynos: Enable USB for E850-96 board [[https://git.kernel.org/linus/691525074db97d9b684dd1457fd8dc9842a36615|commit]], [[https://git.kernel.org/linus/592d7a4663d2f23eda360048e7a35149cc3aa8d5|commit]], [[https://git.kernel.org/linus/6b34ec66e7e7351b9a0a1eba8f57eb46ddeabf1e|commit]], [[https://git.kernel.org/linus/255ec3879dd4d585799fd8d8a94a335eaf84d2ec|commit]] * Add USB MIDI 2.0 Gadget Function Driver [[https://git.kernel.org/linus/8b645922b22303cec4628dbbbf6c8553d1cdec87|commit]], [[https://git.kernel.org/linus/29ee7a4dddd5caa18d1cef000f20c6af43f762f1|commit]], [[https://git.kernel.org/linus/856fa444b0982746f95e801bab0e586533eb29a3|commit]], [[https://git.kernel.org/linus/d6468be779af2eaa92bb853090ad540a49ed867e|commit]], [[https://git.kernel.org/linus/8559caa985503d057e55dd7c6362b8f98359ba2e|commit]], [[https://git.kernel.org/linus/a85ff0db48c372063988f2072a07bd361ce9c4ef|commit]] * misc: onboard_usb_hub: add support for Cypress HX3 USB 3.0 family [[https://git.kernel.org/linus/b43cd82a1a40daaf4e1dd7098b8b63b4b8dfb094|commit]], [[https://git.kernel.org/linus/f26069c9d7b6f83af953060cf05e425ea3cc7eeb|commit]], [[https://git.kernel.org/linus/1eca51f58a10259f63fbc1ca77e0582581e9bd48|commit]] * typec: ucsi: Add debugfs for ucsi commands [[https://git.kernel.org/linus/df0383ffad64dc09954a60873c1e202b47f08d90|commit]] == IOMMU == * Add iommufd physical device operations for replace and alloc hwpt [[https://git.kernel.org/linus/d525a5b8cf39791b47a3d61b36dcb43e1d6fbde8|commit]], [[https://git.kernel.org/linus/3a3329a7f14a7a0a8c30a12c7ed9f1f77f8efaa1|commit]], [[https://git.kernel.org/linus/91a2e17e243f70e0aec29facf44946439fce9195|commit]], [[https://git.kernel.org/linus/8d0e2e9d93d2b25b62c7fb6faf8c3cc31c6c6626|commit]], [[https://git.kernel.org/linus/34f327a985ff11e538aa52b3e4842328815ce5de|commit]], [[https://git.kernel.org/linus/269c5238c5b134ca8b18b98814b87ec995a59968|commit]], [[https://git.kernel.org/linus/1d149ab2e0062a98b3676d6ee0aaa34be16f4d4f|commit]], [[https://git.kernel.org/linus/d03f1336fd91b87ad218dd398265332b1cd2c68c|commit]], [[https://git.kernel.org/linus/17bad52708b457c4a0cbd7195ad813d6c4308b82|commit]], [[https://git.kernel.org/linus/70eadc7fc7ef29bfe0e361376983822b5e36dd67|commit]], [[https://git.kernel.org/linus/31422dff187b243c58f3a97d16bbe9e9ada639fe|commit]], [[https://git.kernel.org/linus/ea2d6124b52389aa837403f5debf73620d3f441f|commit]], [[https://git.kernel.org/linus/addb665924f39f01dc1d6b2de3d21ebbc1232de6|commit]], [[https://git.kernel.org/linus/e88d4ec154a87884086d3e38f2dfc66aec11bf8c|commit]], [[https://git.kernel.org/linus/83f7bc6fdfd2fca11f35c061194d60f88acb3086|commit]], [[https://git.kernel.org/linus/fa1ffdb9e2937d04657c33a146aa0d2cd39abba0|commit]], [[https://git.kernel.org/linus/7074d7bd67d495cb3f6fe7c7c96b357a3b9d4ec2|commit]], [[https://git.kernel.org/linus/7a467e02b339a50ed2762edd72e763925ac2b0a3|commit]], [[https://git.kernel.org/linus/6583c865dec5493beb4c72fd724eb9d43d8d7ebb|commit]] * iommufd: Add iommu hardware info reporting [[https://git.kernel.org/linus/92766e1b953d6e419684b39f55dab574287dd144|commit]], [[https://git.kernel.org/linus/60fedb262bbc632ab58bfdec7f6e47b2f94992d3|commit]], [[https://git.kernel.org/linus/55dd4023cead250c89decf1a7a882c94cbf5765a|commit]], [[https://git.kernel.org/linus/af4fde93c3196ed2cd4e64109a9307a7bc471c5a|commit]], [[https://git.kernel.org/linus/55243393b06ced5378dcdbb7d51bd8a8edc69294|commit]] == Pin Controllers (pinctrl) == * Introduce Intel Tangier pinctrl driver [[https://git.kernel.org/linus/e4e17186723570e875a1b35937f14f706a92598d|commit]], [[https://git.kernel.org/linus/79433559d25516c23bfcd21ad7495c99cbe1d9db|commit]], [[https://git.kernel.org/linus/8574e4d9942b9e3c2f469e20a89cf836a1d9577a|commit]] * SM6115 LPASS TLMM [[https://git.kernel.org/linus/743cbe6541da1c9e6ea4eb4b1ac29b2620639f83|commit]], [[https://git.kernel.org/linus/1b1db9e02af40cb7b44693dd46d488321cac72cb|commit]] * Add pinctrl driver support for Amlogic C3 SoCs [[https://git.kernel.org/linus/e55ef16b840f03749b290549ec3ffc4c07f550be|commit]], [[https://git.kernel.org/linus/ea90ca106c3fbb35508073bd2439ec04d2ff3fc5|commit]] * qcom: Introduce SM6115 LPI pinctrl driver [[https://git.kernel.org/linus/63f7c8445ffe6667ac4cc9720ca36ad7d407709f|commit]] * merrifield: Adapt to Intel Tangier driver [[https://git.kernel.org/linus/4e1edcc7a92ced481641ed21be91b5c2e5223e41|commit]] == Power Management == * ACPICA: Add support for _DSC as per ACPI 6.5 [[https://git.kernel.org/linus/ed9aa118e4e1d5676da7047905c2080edadff65c|commit]] * ACPI: thermal: Drop nocrt parameter [[https://git.kernel.org/linus/5f641174a12b8a876a4101201a21ef4675ecc014|commit]] * thermal/drivers/loongson-2: Add thermal management support [[https://git.kernel.org/linus/e7e3a7c35791fe7a70997883fb8ada5866a40f4d|commit]] * ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2 [[https://git.kernel.org/linus/8cf04bb321f036dd2e523e993897e0789bd5265c|commit]] * cpupower: Add various feature control support for amd_pstate [[https://git.kernel.org/linus/a1cf97c2d43ae51f3de091d51adff6b70a5cd55c|commit]], [[https://git.kernel.org/linus/1ce5ab7c1dbfa82f0d382a48cccb51178cbf5416|commit]], [[https://git.kernel.org/linus/f2ab5557119a5ccd0ceaf7ecdca00ab782cd76c5|commit]], [[https://git.kernel.org/linus/df8776b03689987e3239f3c010b6dc6ab4185d30|commit]], [[https://git.kernel.org/linus/eb426fc6bdd6b731cbc0900f24a8c5fba10a7631|commit]] * cpuidle: teo: Do not check timers unconditionally every time [[https://git.kernel.org/linus/21d28cd2fa5fc01ee83e64df838ecd72112c09b7|commit]], [[https://git.kernel.org/linus/5484e31bbbff285f9505c4766373f840ffb746e5|commit]], [[https://git.kernel.org/linus/2662342079f54b8a940f7094c197c99458caeb0d|commit]] == Memory Technology Devices (MTD) == * spinand: toshiba: add support for T{C,H}58NYG{0,2}S3HBAI4 and TH58NYG3S0HBAI6 [[https://git.kernel.org/linus/dabd64be75ae38be09c35ea66037d410c68bc322|commit]] * spinand: esmt: add support for F50D2G41KA [[https://git.kernel.org/linus/aa08bf187f322b6e38810d93896d052ea7cd6758|commit]] * Add support for gigadevice, esmt and toshiba NAND [[https://git.kernel.org/linus/746b0f2675de6cc2197a9363873de7274c539d84|commit]] * rawnand: marvell: add support for AC5 SoC [[https://git.kernel.org/linus/72b9a3fc4b601ab64181a036c3a78948f46b8608|commit]], [[https://git.kernel.org/linus/bd60fcf27654d2acbb1f0d115daefaac6118b74c|commit]], [[https://git.kernel.org/linus/58fe732052196777112fdba536fb9db5cdd42ec6|commit]] * spi-nor: spansion: Add support for Infineon S28HS02GT [[https://git.kernel.org/linus/d534fd9787d5925d9637752410e3ea92ca7f4cfa|commit]], [[https://git.kernel.org/linus/1e611e104b9acb6310b8c684d5acee0e11ca7bd1|commit]], [[https://git.kernel.org/linus/c0aa05123f116c709c816130ef4e55a6748e5e1a|commit]], [[https://git.kernel.org/linus/362f786ea00aa21a19ab4f1f836aa0bf9d0aab88|commit]], [[https://git.kernel.org/linus/463d7cfd08d8cfe5def3070f2f115d7680433183|commit]], [[https://git.kernel.org/linus/7d896a94bf74ba0cf3a9d16d9cef98062e2017d2|commit]], [[https://git.kernel.org/linus/eff9604390d6bb275fff1fd359f8b5e521690efa|commit]], [[https://git.kernel.org/linus/68a86d18339081a11be86e27fcaf3bc986d8fab7|commit]], [[https://git.kernel.org/linus/39133e5f559e748904aeb6b74063882242076a61|commit]], [[https://git.kernel.org/linus/fb63bfad1e8f9f893c2bd5fa3eecb92aa632a3e8|commit]], [[https://git.kernel.org/linus/aa517a29d6457e8afcbe8e7e9eb8813594c39d1f|commit]] * spi-nor: Add support for sst26vf032b flash [[https://git.kernel.org/linus/9d0164c6500e3b78b329c5eca7909eba61e972d3|commit]] |
|
Line 15: | Line 869: |
* iio: Add event enums for running period and count [[https://git.kernel.org/linus/5e1cd3e97e8673d7e3d61e3060cbae83c6e65757|commit]] * Add driver for Murata IRS-D200 [[https://git.kernel.org/linus/3db3562bc66e6904cfc271bb45b13a26e720a5a9|commit]], [[https://git.kernel.org/linus/67060927aa87dfab214d21cd02276d7600dca6ff|commit]], [[https://git.kernel.org/linus/5e1cd3e97e8673d7e3d61e3060cbae83c6e65757|commit]] * rpmsg signaling/flowcontrol patches [[https://git.kernel.org/linus/8ce49c2a2aa53afde9a20a8ce02b069d3b262af0|commit]], [[https://git.kernel.org/linus/a2b73aa512a4a90dda7dd5bb38b26b4f1381adbb|commit]], [[https://git.kernel.org/linus/5550201c0fe26a76c53983bd36a58d4c4395ec22|commit]] * reset: reset-zynqmp: add support for Versal NET platform [[https://git.kernel.org/linus/f7cb24e466ee939e70e986e14db8338ab44b177c|commit]], [[https://git.kernel.org/linus/737af37e9c060f6e865090b885c1d6e3fe0f4d40|commit]] * Add support for PECI Nuvoton [[https://git.kernel.org/linus/c8955701d65730ebececd134b9998aebc0314ae1|commit]], [[https://git.kernel.org/linus/3e16184a1bd8ce83df2f8435e2eb4448d0339134|commit]], [[https://git.kernel.org/linus/d7c99890fe06a170c77af12b0c105babb3a47a04|commit]] * nvmem: sec-qfprom: Add Qualcomm secure QFPROM support [[https://git.kernel.org/linus/c471245bd9f25152e398fb49f65cf6e1ed7febbd|commit]], [[https://git.kernel.org/linus/fcdc6d7699f5650018b91374d7121e4df11f39a1|commit]] * Add interconnect debugfs client [[https://git.kernel.org/linus/86b5488121db563b33684f56aafa62156f764be3|commit]], [[https://git.kernel.org/linus/1d13d3b745377f49090882e0482e8786e719a6a4|commit]], [[https://git.kernel.org/linus/770c69f037c18cfaa37c3d6c6ef8bd257635513f|commit]] * Query the RSU SPT table offset to determine RSU page size [[https://git.kernel.org/linus/34949a31fb5ec5269cbf5e065370ae0e14d25223|commit]] * phy: xilinx: phy-zynqmp: dynamic clock support [[https://git.kernel.org/linus/25d70083351318b44ae699d92c042dcb18a738ea|commit]], [[https://git.kernel.org/linus/b3db66f624468ab4a0385586bc7f4221e477d6b2|commit]] * Add JH7110 USB PHY driver support [[https://git.kernel.org/linus/2689c9c4ab6006342fce9dd88a0d63a24cf9c05f|commit]], [[https://git.kernel.org/linus/69d41115b83905d77474846cbcea91b84bbb7175|commit]], [[https://git.kernel.org/linus/16d3a71c20cf2e7cb5f0fef669fe8dc7c2cfd87d|commit]], [[https://git.kernel.org/linus/fd097f48eea95c9776a8846edfe9e328e9eaf7e2|commit]] * accel/ivpu: Add debugfs support [[https://git.kernel.org/linus/312316d5a16c46ae0630dda574b243dba06195c6|commit]], [[https://git.kernel.org/linus/edde4caec1921c7997b8a4d91f14db0365275353|commit]], [[https://git.kernel.org/linus/d4e4257afa6ed5205eda993180401fc2c20e4b60|commit]], [[https://git.kernel.org/linus/8f7fb1e21e603b9ffbb116a2ed933e34acb354fa|commit]], [[https://git.kernel.org/linus/f9d918cfd5c5d3171c65bdfc9a59469f44a976d7|commit]], [[https://git.kernel.org/linus/667f74e35ab13c5918e8247db502aa59d41d3447|commit]] |
|
Line 200: | Line 1066: |
* LWN's merge window [[https://lwn.net/Articles/942954/|part 1]], [[https://lwn.net/Articles/943245/|part 2]] * Phoronix [[https://www.phoronix.com/review/linux-66-features|Linux 6.6 features]] |
Linux 6.6 changelog
Summary:
Contents
- Prominent features
- Core (various)
- File systems
- Memory management
- Block layer
- BPF
- Tracing, perf
- Virtualization
- Cryptography
- Security
- Networking
- Architectures
-
Drivers
- Graphics
- Storage
- Drivers in the Staging area
- Bluetooth
- Networking
- Audio
- Tablets, touch screens, keyboards, mouses
- TV tuners, webcams, video capturers
- Serial Peripheral Interface (SPI)
- Serial
- Voltage, current regulators, power capping, power supply
- Watchdog
- Real Time Clock (RTC)
- FRU Support Interface (FSI)
- Clock
- Multi Media Card (MMC)
- Hardware monitoring (hwmon)
- Inter-Integrated Circuit (I2C + I3C)
- Industrial I/O (iio)
- General Purpose I/O (gpio)
- Cryptography hardware acceleration
- Leds
- PHY ("physical layer" framework)
- PCI
- Universal Serial Bus
- IOMMU
- Pin Controllers (pinctrl)
- Power Management
- Memory Technology Devices (MTD)
- Various
- List of Pull Requests
- Other news sites
1. Prominent features
1.1. New task scheduler: EEVDF
The task scheduler is the part of the kernel that decides which task should be run next when there are many to pick, its role is critical to achieve good performance and latency. The previous algorithm, called CFS, was merged in Linux 2.6.23. In this release, it is replaced by code that uses a new algorithm, called EEVDF ("Earliest Eligible Virtual Deadline First").
This algorithm is designed to ensure that processes that are not getting the attention they should are automatically picked the next time, while processes that got more than they deserved are "punished". This is done in a clean, algorithmic way, where as CFS used heuristics and tunable knobs to attempt to guess which processes needed more attention. Many of these tunables have been removed. For these reasons, this new scheduler should improve the latency of tasks that would be left behind by CFS while leting other tasks be routinely over-scheduled. For more details, read the LWN article.
Recommended LWN article: An EEVDF CPU scheduler for Linux
Recommended paper: Earliest Eligible Virtual Deadline First : A Flexible and Accurate Mechanism for Proportional Share Resource Allocation
1.2. Shadow stacks to prevent exploits
After many years of discussions, the Linux kernel has finally add support for Intel's shadow stack hardware feature. Shadow stack works by maintaining a secondary (shadow) stack that cannot be directly modified. When managing the stack, the processor pushes the return address to both the normal stack and to the special permissioned shadow stack. Upon return, the processor pops the shadow stack copy and compares it to the normal stack copy. If the two differ, the processor raises a control protection fault, which can prevent exploits that were attempting to modify the stack. This implementation supports shadow stack on 64 bit kernels only, with support for 32 bit only via IA32 emulation.
This release also adds support for Clang's control-flow integrity scheme and randomization of the place where the kernel image is placed on boot in the RISC-V architecture.
Recommended LWN article: User-space shadow stacks
1.3. More configurable unbound workqueues
Workqueues are used by other parts of the kernel to defer some work that will be run asynchronously. There are various types, unbound workqueues are work items that are not bound to any specific CPU and they were usually spread inside each NUMA node, which isn't great when many unbound items are created on some modern CPUs (especially arm64) with multiple L3 caches. This release attempts to improve the CPU locality awareness of these items. Unfortunately there exists a pronounced trade-off between locality and utilization necessitating explicit configurations when workqueues are heavily used, thus some configuration knobs are available to achieve the best result for all types of hardware.
Recommended LWN article: A pair of workqueue improvements
Documentation: Workqueues: Affinity scopes
2. Core (various)
(FEATURED) Control-flow Enforcement: Shadow Stack for userspace commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
workqueue: Improve unbound workqueue execution locality. Unbound workqueues spray work items inside each NUMA node, which isn't great on CPUs w/ multiple L3 caches. This release implements mechanisms to improve and configure execution locality. For more details see this recommended LWN article, and the Documentation commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Process connector bug fixes & enhancements commit, commit, commit, commit, commit, commit
- iouring
Add support for IORING_ASYNC_CANCEL_OP commit, commit, commit, commit, commit, commit, commit
Add a sysctl to disable io_uring system-wide commit
Add io_uring command support for sockets commit
Caching and SQ/CQ optimisations commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- Task scheduler:
Add a new fchmodat2(2) syscall. It is a revised version of the fchmodat(2) system call, adding a missing flag argument commit, commit, commit, commit
file locks: F_UNLCK extension for F_OFD_GETLK. Currently it returns -EINVAL. This release changes it such that specifying F_UNLCK returns information only about OFD locks that are owned by the given file description commit
kexec: Kernel handling of CPU and memory hot un/plug commit, commit, commit, commit, commit, commit, commit, commit
init: Add support for rootwait timeout parameter commit
memfd: cleanups for vm.memfd_noexec commit, commit, commit, commit, commit
cgroup/cpuset: A new cpuset control file cpuset.cpus.exclusive (read-write) and a cpuset.cpus.exclusive.effective (read only) file are added for better control of which exclusive CPUs are being distributed down the cgroup hierarchy for creating cpuset partition. Any one of the exclusive CPUs can only be distributed to at most one child cpuset. This release also introduces a new category of cpuset partition called remote partitions. The existing partition category where the partition roots have to be clustered around the root cgroup in a hierarchical way is now referred to as local partitions. A remote partition can be formed far from the root cgroup with no partition root parent. The container management tool can manage the cpuset.cpus.exclusive file without impacting the other cpuset files that are managed by other middlewares commit, commit, commit, commit
SMT: So far the sysfs SMT control only allows to toggle between SMT on and off. This release expands the sysfs interface and the core infrastructure to accept numerical values so some platforms, like PowerPC, can build SMT runtime control for partial SMT enablement on top commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- maple_tree
Reduce preallocations for maple tree commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Change replacement strategy commit, commit, commit, commit, commit, commit
Shrink struct maple_tree commit
Optimize the fast path of mas_store() commit, commit, commit, commit
rust: upgrade to Rust 1.71.1 commit
treewide: drop CONFIG_EMBEDDED commit
compiler_types: Introduce the Clang __preserve_most function attribute commit
list: Introduce CONFIG_LIST_HARDENED commit
- tools/nolibc
scripts/gdb: Add GDB memory helper commands commit, commit, commit, commit, commit, commit, commit, commit
RCU: Tasks RCU updates commit, commit, commit, commit, commit, commit
kbuild: Enable -Wenum-conversion by default commit
VFS: Introduce FSCONFIG_CMD_CREATE_EXCL which will allows userspace to implement something like mount -t ext4 --exclusive /dev/sda /B which fails if a superblock for the requested filesystem does already exist commit, commit, commit, commit
VFS: Block mode changes on symlinks commit
3. File systems
3.1. BTRFS
Copy dir permission and time when creating a stub subvolume commit
Deprecate integrity checker feature commit
Restore the scrub performance after the 6.4 rewrite commit, commit, commit, commit, commit
3.2. OVERLAYFS
Report overlayfs file ids with fanotify commit, commit, commit, commit
Add support for using fs-verity to validate lowerdata files by specifying an overlay.verity xattr on the metacopy files. This is primarily motivated by the Composefs usecase, where there will be a read-only EROFS layer that contains redirect into a base data layer which has fs-verity enabled on all files. However, it is also useful in general if you want to ensure that the lowerdata files matches the expected content over time commit, commit, commit, commit
DEFLATE compression support commit
3.3. XFS
- Start merging of online repair
3.4. EXT4
Add periodic superblock update check commit
3.5. CEPH
fscrypt: full support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
3.6. FUSE
3.7. GFS2
Introduce new quota=quiet mount option commit
3.8. EROFS
3.9. KSMBD
Add support for read compound commit
3.10. NFS
3.11. TMPFS
4. Memory management
Randomized slab caches for kmalloc() commit
gup: Unify hugetlb, speed up thp commit, commit, commit, commit, commit, commit, commit, commit
shmem: Add user and group quota support for tmpfs commit, commit, commit, commit, commit, commit, commit
Split ptdesc from struct page commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add UFFDIO_POISON to simulate memory poisoning with UFFD commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Move vma operations to mm_struct out of the critical section of file mapping lock commit
More filesystem folio conversions for 6.6 commit, commit, commit, commit, commit, commit, commit
ksm: support tracking KSM-placed zero-pages commit, commit, commit, commit, commit
damon/sysfs: add a file for efficiently get total size of DAMOS tried regions commit, commit, commit, commit
Improve hugetlbfs read on HWPOISON hugepages commit, commit, commit, commit
ksm: add pages scanned metric commit
Handle most file-backed faults under the VMA lock commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Make vma locking more obvious commit, commit, commit, commit, commit, commit
Per-VMA lock support for swap and userfaults commit, commit, commit, commit, commit, commit
Free retracted page table by RCU commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
kfence: allocate kfence_metadata at runtime commit
Make MEMFD_CREATE into a selectable config option commit
netfs, fscache: Stop read optimisation when folio removed from pagecache commit, commit
zswap: multiple zpools support commit
Followup folio conversions for zswap commit, commit, commit, commit
Create large folios in iomap buffered write path if the file system could get them commit, commit, commit, commit, commit, commit, commit, commit, commit
Convert several functions in page_io.c to use a folio commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
secretmem: use a folio in secretmem_fault() commit
swap: stop using page->private on tail pages for THP_SWAP + cleanups commit, commit, commit, commit
Remove _folio_dtor and _folio_order commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
dma-contiguous: support numa CMA for specified node commit
dma-contiguous: support per-numa CMA for all architectures commit
fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigate a false sharing. commit
New page table range API commit,commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ioremap: Convert architectures to take GENERIC_IOREMAP way commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Extend DAMOS filters for address ranges and DAMON monitoring targets commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
proc/ksm: add ksm stats to /proc/pid/smaps commit
5. Block layer
- iomap
Add support for per-block dirty state to improve write performance and reduce write amplification for cases where either blocksize is less than pagesize commit, commit, commit, commit, commit, commit, commit, commit
Improve asynchronous iomap DIO performance by using the initiating task's context instead of punting through a workqueue commit, commit, commit, commit, commit, commit, commit, commit
md/raid1: Avoid lock contention from wake_up() commit
md: raid0: account for split bio in iostat accounting commit
Improve performance for BLK_MQ_F_BLOCKING drivers commit, commit, commit
sed-opal: keyrings, discovery, revert, key store commit, commit, commit
block/mq-deadline: use correct way to throttling write requests commit
6. BPF
Add SO_REUSEPORT support for TC bpf_sk_assign commit, commit, commit, commit, commit, commit, commit, commit, commit
BPF link support for tc BPF programs commit, commit, commit, commit, commit, commit, commit, commit
Add multi uprobe link commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support bpf_get_func_ip helper in uprobes commit, commit, commit, commit
Support ->fill_link_info for kprobe_multi and perf_event links commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support new insns from cpu v4 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add percpu stats for bpf_map commit, commit, commit, commit, commit, commit
libbpf: add netfilter link attach helper commit, commit, commit, commit, commit, commit, commit
BPF Refcount followups 2: Addn 'owner' field to bpf_{list,rb}_node structs, to be used by the runtime to determine whether insertion or removal operations are valid in shared ownership scenarios commit, commit, commit, commit, commit
bpftool: Implement link show support for tcx commit
bpftool: Implement link show support for xdp commit
libbpf: Add netfilter link attach helper commit
libbpf: Support triple-underscore flavors for kfunc relocation commit
7. Tracing, perf
tracing: introducing eventfs commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
tracing/filters: filtering event fields with a cpumask commit, commit, commit, commit, commit, commit, commit, commit, commit
tracing: Improbe BTF support on probe events commit, commit, commit, commit, commit, commit, commit, commit, commit
Add a 'perf bench' to test the overhead of uprobes + BPF commit, commit, commit, commit, commit
Lazily load PMU data commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for Firefox's gecko profile format commit, commit, commit, commit, commit
perf tools: Add a place to put kernel config fragments for test runs commit
8. Virtualization
hv/hv_kvp_daemon:Support for keyfile based connection profile commit
Add VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK flag to vdpa backend commit, commit, commit, commit
virtio_ring: support add premapped buf commit
xen: privcmd: Add support for irqfd commit
- vfio
Add IO page table replacement support commit, commit, commit, commit, commit, commit, commit
Add vfio_device cdev for iommufd support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
pds-vfio-pci driver commit, commit, commit, commit, commit, commit, commit, commit
Enhance vfio PCI hot reset for vfio cdev device commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
9. Cryptography
10. Security
seccomp: add the synchronous mode for seccomp_unotify commit, commit, commit, commit
ima: require signed IMA policy when UEFI secure boot is enabled commit
evm: Do HMAC of multiple per LSM xattrs for new inodes commit, commit, commit, commit
Enable loading local and third party keys on PowerVM guest commit, commit, commit, commit, commit, commit
selinux: move debug functions into debug configuration commit
selinux: revert SECINITSID_INIT support commit
Add backup nexthop ID support commit, commit, commit, commit
virtio_net: add per queue interrupt coalescing support commit, commit, commit
11. Networking
Improve the taprio qdisc's relationship with its children commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
xsk: multi-buffer support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Remove support for DES-based Kerberos enctypes commit, commit, commit, commit, commit, commit, commit, commit, commit
Support UDP encapsulation in packet offload mode commit, commit, commit, commit
devlink: Add port function attributes for ipsec commit, commit, commit, commit, commit, commit, commit, commit
In-kernel support for the TLS Alert protocol commit, commit, commit, commit, commit, commit, commit
Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set() commit, commit, commit, commit, commit, commit, commit, commit
- bonding: support balance-alb with openvswitch
devlink: introduce selective dumps commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
tools/net/ynl: Add support for netlink-raw families commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Packet classify by matching against SPI commit, commit, commit
In-kernel support for the TLS Alert protocol commit, commit, commit, commit, commit, commit, commit
Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set() commit, commit, commit, commit, commit, commit, commit, commit
Add sysctl accept_ra_min_lft to specify the minimum acceptable router lifetime in an Router Advertisement commit, commit, commit
bridge: Add backup nexthop ID support commit, commit, commit, commit
Packet classify by matching against SPI commit, commit, commit
inet: socket lock and data-races avoidance. This allows to implement many IP_ socket options in a lockless fashion (no need to acquire socket lock), and fixes data-races commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
BPF packet scheduler commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
bonding: support balance-alb with openvswitch commit
openvswitch: add explicit drop action commit
phy: Introduce PSGMII PHY interface mode commit
TCP: add TCP_OLD_SEQUENCE drop reason commit
TCP: get rid of sysctl_tcp_adv_win_scale commit
vmxnet3: Add XDP support commit
Support defragmenting IPv(4|6) packets in BPF commit, commit, commit, commit, commit, commit, commit
devlink: use spec to generate split ops commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
openvswitch: add drop reasons commit, commit, commit, commit, commit, commit, commit, commit
seg6: add NEXT-C-SID support for SRv6 End.X behavior commit, commit
net/smc: several features's implementation for smc v2.1 commit, commit, commit, commit, commit, commit
Packet classify by matching against SPI commit, commit, commit
net: tcp: support probing OOM commit, commit, commit, commit
tcp: set few options locklessly commit, commit, commit, commit, commit, commit
virtio/vsock: some updates for MSG_PEEK flag commit, commit, commit, commit
- Bluetooth
ISO: Add support for BT_PKT_STATUS socket option commit
ISO: Add support for connecting multiple BISes commit
ISO: Add support for periodic adv reports processing commit
ISO: Notify user space about failed bis connections commit
ISO: Support multiple BIGs commit
hci_sync: Enable events for BIS capable devices commit
msft: Extended monitor tracking by address filter commit
12. Architectures
12.1. ARM
Device Tree Sources: New SoCs
TI AM62P5, a variant of the existing Sitara AM62x family commit, commit, commit
Intel Agilex5, an FPGFA platform that includes an Cortex-A76/A55 SoC commit, commit, commit, commit
Qualcomm ipq5018 is used in wireless access points commit, commit, commit, commit, commit
Qualcomm SM4450 (Snapdragon 4 Gen 2) is a new low-end mobile phone platform commit, commit, commit, commit, commit
- DTS
rockchip: Add NanoPC T6 commit
exynos: Add Samsung Galaxy Tab 3 8.0 boards commit
stm32: lxa-tac: add Linux Automation GmbH TAC commit, commit, commit, commit, commit, commit, commit, commit
Add Support for the FriendlyElec NanoPC T6 commit
dts: qcom: ipq5332: Add common RDP dtsi file commit
AN400 based Amlogic T7 SoC commit
Add Amlogic A311D2 and Khadas Vim4 Board Support commit, commit, commit, commit
imx8mp-venice-gw74xx: update to revB PCB commit
Add initial support for SM7125 and Xiaomi SM7125 platform commit, commit
Add new features and amendments for Nvidia systems commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Power: C3: add power domain driver commit, commit, commit, commit
soc: hisilicon: Support HCCS driver on Kunpeng SoC commit, commit, commit
Add MSM8226 OCMEM support plus some extra OCMEM driver fixes commit, commit, commit, commit, commit, commit
Add dedicated device tree node for RPM processor/subsystem commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
oxnas support removal commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
arm64: support batched/deferred tlb shootdown during page reclamation/migration commit, commit, commit, commit
KVM: arm64: NV trap forwarding infrastructure commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support BPF cpu v4 instructions for arm64 commit, commit, commit, commit, commit, commit, commit
sme: Initial support for the Scalable Matrix Extension commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
phy-rockchip-inno-usb2: add RK3588 support commit, commit, commit, commit, commit, commit, commit
Add support for Qualcomm's legacy IOMMU v2 commit, commit, commit, commit, commit, commit
MT8188 IOMMU SUPPORT commit, commit, commit, commit, commit, commit, commit
phy-rockchip-inno-usb2: add RK3588 support commit, commit, commit, commit, commit, commit, commit
KVM: nv: Add switching support for HFGxTR/HDFGxTR commit
- perf
vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo commit, commit, commit, commit, commit, commit
vendor events arm64: Add AmpereOne metrics commit
scripts python: Support syscall name parsing on arm64 commit
jevents: Add support for Yitian 710 DDR PMU (arm64) aliasing commit
12.2. X86
Bring back rep movsq for user access on CPUs without ERMS commit
- KVM
Add a framework to manage and cache KVM-governed features, i.e. CPUID based features that require explicit KVM enabling and/or need to be queried semi-frequently by KVM commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
SEV: Enable AMD SEV-ES DebugSwap commit, commit, commit, commit, commit, commit, commit, commit
apic: Provide common init infrastructure commit, commit, commit, commit, commit, commit, commit, commit, commit
bpf: allow function arguments up to 12 for TRACING commit, commit, commit
perf/x86/intel: Add Crestmont PMU commit
peci: cpu: Add Intel Sapphire Rapids support commit
- platform
asus-wmi: Support 2023 ROG X16 tablet mode commit
touchscreen_dmi: Add info for the BUSH Bush Windows tablet commit
touchscreen_dmi: Add info for the Positivo C4128B commit
siemens: simatic-ipc-batt: add support for module BX-59A commit
siemens: simatic-ipc: add new models BX-56A/BX-59A commit
Add SEL-3350 platform driver commit
hp-bioscfg: New firmware-attributes driver for changing BIOS settings from within Linux commit, commit, commit, commit, commit, commit, commit, commit, commit
ideapad-laptop: Add support for keyboard backlights using KBLC ACPI symbol commit
asus-wmi: commit, commit, commit, commit, commit, commit, commit, commit, commit
chrome: chromeos_acpi: support official HID GOOG0016 commit
Updates for AMD Family 1Ah-based Models commit, commit, commit
Support TDX guests on Hyper-V (the Hyper-V specific part) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
hyperv: Add AMD sev-snp enlightened guest support on hyperv commit, commit, commit, commit, commit, commit, commit, commit
12.3. DMA engines
edma: add freescale edma v3 support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ipu: Remove the driver commit
12.4. LOONGARCH
Add KFENCE (Kernel Electric-Fence) support commit
Add basic KGDB & KDB support commit
Add Loongson Binary Translation (LBT) extension support commit
Allow usage of LSX/LASX in the kernel commit
Add KASAN (Kernel Address Sanitizer) support commit
Accelerate RAID math with LoongArch SIMD commit, commit, commit
12.5. RISCV
(FEATURED) Introduce KASLR commit, commit, commit, commit, commit, commit
(FEATURED) KCFI support commit, commit, commit, commit, commit, commit, commit
Add support cpu v4 insns for RV64 commit, commit, commit, commit, commit, commit, commit
KVM RISC-V ONE_REG ISA extension improvements commit, commit, commit, commit, commit
KVM: provide UAPI for host SATP mode commit
Add KVM_GET_REG_LIST API commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Adapt bpf trampoline to optimized riscv ftrace framework commit
Allow userspace to directly access perf counters commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Probe DT extension support using riscv,isa-extensions & riscv,isa-base commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support PREEMPT_DYNAMIC with static keys commit
Support ELF format binaries in nommu mode commit, commit, commit
Ssupport allocating crashkernel above 4G explicitly on riscv commit, commit, commit
Add non-coherent DMA support for AX45MP commit, commit, commit, commit, commit, commit, commit
kprobes: simulate some instructions commit, commit, commit, commit
12.6. POWERPC
ftrace: Extend ftrace support for large kernels to ppc32 commit
crypto: Add optimized chacha20/poly1305-p10 commit, commit, commit, commit, commit
Add support for DAX vmemmap optimization for ppc64 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for memmap on memory feature on ppc64 commit, commit, commit, commit, commit, commit
Add sysfs interface files to hv_gpci device to expose system information commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
tools/nolibc: add 32/64-bit powerpc support commit, commit, commit, commit
12.7. PARISC
Add native eBPF JIT compiler for parisc commit, commit, commit, commit, commit
Use generic mmap top-down layout and brk randomization commit
12.8. S390
Rremove "noexec" option commit
Add support for user-defined certificates commit
zcrypt_ep11misc: support API ordinal 6 with empty pin-blob commit
KVM: Enable AP instructions for PV-guests commit, commit, commit, commit
zcrypt: remove CEX2 and CEX3 device drivers commit
13. Drivers
13.1. Graphics
syncobj: add IOCTL to register an eventfd commit
fbdev: Make userspace interfaces optional commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Allow PRIME 'self-import' for all drivers commit, commit, commit
vkms: Add support to 1D gamma LUT commit
- amd
Enable cursor degamma for DCN3+ DRM legacy gamma commit
Freesync Panel Replay V2 commit, commit, commit, commit, commit, commit, commit, commit, commit
Add a new hwmon attribute for instantaneous power commit
Upstream debugger feature for GFX v9.4.3 commit, commit, commit, commit
Add FRU sysfs nodes only if needed commit
Add RLCG interface driver implementation for gfx v9.4.3 (v3) commit
Add RAS fatal error handler for NBIO v7.9 commit
- ast
- i915
Expose RPS thresholds in sysfs commit
msm/dpu: Add SM6125 support commit
Support bridge/connector by Tegra HDMI commit
Sitronix ST7789V improvements commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Port Xe to use GPUVA and implement NULL VM binds commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
panel: sitronix-st7789v: add support for partial mode commit, commit, commit
panel and i2c-hid: Allow panels and touchscreens to power sequence together commit, commit, commit, commit, commit, commit, commit, commit, commit
Expose RPS thresholds in sysfs commit
msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Upstream debugger feature for GFX v9.4.3 commit, commit, commit, commit
DC Patches for July 31, 2023 commit, commit, commit, commit, commit, commit
Add sync object UAPI support to VirtIO-GPU driver commit, commit, commit
Add kms driver for loongson display controller commit, commit
Add support for Visionox R66451 AMOLED DSI panel commit
Update AUX invalidation sequence commit, commit, commit, commit, commit, commit, commit
atmel-hlcdc: Support inverting the pixel clock polarity commit
bridge: Add debugfs print for bridge chains commit
drm:rcar-du: Enable ABGR and XBGR formats commit
etnaviv: add HWDB entry for GC520 r5341 c204 commit
etnaviv: add HWDB entry for VIP8000 Nano r8002 commit
fbdev: mx3fb: Remove the driver commit
panel: ilitek-ili9881c: Add TDO TL050HDV35-H1311A LCD panel commit
13.2. Storage
scsi: Differentiate system and runtime start/stop management commit
scsi: mpi3mr: Add support for more than 1MB I/O commit
scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMe commit
scsi: smartpqi: Enhance controller offline notification commit
scsi: smartpqi: Enhance error messages commit
scsi: smartpqi: Enhance shutdown notification commit
scsi: st: Add third party poweron reset handling commit
scsi: ufs: core: Remove HPB support commit
ata: ahci: Add Elkhart Lake AHCI controller commit
ufs: ufs-pci: Add support for QEMU commit
UFS: Add OPP and interconnect support commit, commit, commit, commit, commit, commit, commit, commit
13.3. Drivers in the Staging area
media: atomisp: csi2-bridge: Add support for VCM I2C-client instantiation commit
media: atomisp: Drop atomisp-ov2680 sensor driver commit
13.4. Bluetooth
Add support for Gale Peak (8087:0036) commit
Check for ISO support in controller commit
btintel: Add support for Gale Peak commit
btintel: Add support to reset bluetooth via ACPI DSM commit
btnxpuart: Add support for AW693 chipset commit
btnxpuart: Add support for IW624 chipset commit
btnxpuart: Improve inband Independent Reset handling commit
btqca: Add WCN3988 support commit
btrtl: Add Realtek devcoredump support commit
btusb: Add a new VID/PID 0489/e0f6 for MT7922 commit
btusb: Add device 0489:e0f5 as MT7922 device commit
btusb: Add new VID/PID 0489/e102 for MT7922 commit
btusb: Add new VID/PID 04ca/3804 for MT7922 commit
btusb: Add support Mediatek MT7925 commit
btusb: Add support for another MediaTek 7922 VID/PID commit
btusb: mediatek: add MediaTek devcoredump support commit
hci_qca: Add qcom devcoredump support commit
hci_qca: Add qcom devcoredump sysfs support commit
13.5. Networking
NFC: nxp: add NXP1002 commit
can: esd_usb: Add support for esd CAN-USB/3 commit
dsa: mv88e6xxx: Add erratum 3.14 for 88E6390X and 88E6190X commit
e1000e: Add support for the next LOM generation commit
- mtk_eth_soc
fec: add statistics for XDP_TX commit
igc: Add TransmissionOverrun counter commit
igc: Add support for multiple in-flight TX timestamps commit
igc: Expose tx-usecs coalesce setting to user commit
- mana
ionic: add FLR support commit, commit, commit, commit, commit
xsk: multi-buffer support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ice: Implement support for SRIOV + LAG commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Intel Wired LAN Driver Updates 2023-08-07 (ice) commit, commit, commit, commit, commit, commit
ice: switchdev bridge offload commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
refactor registers information for ethtool -d commit, commit, commit, commit
There are some bugfix for the HNS3 ethernet driver commit, commit, commit, commit, commit, commit, commit
Add QPL mode for DQO descriptor format commit, commit, commit, commit
net: ftmac100: add multicast filtering possibility commit
net: ftgmac100: support getting MAC address from NVMEM commit
net: dsa: rzn1-a5psw: add support for vlan and .port_bridge_flags commit, commit, commit
Intel Wired LAN Driver Updates 2023-08-24 (igc, e1000e) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
can: tcan4x5x: Introduce tcan4552/4553 commit, commit, commit, commit, commit, commit, commit
Add support for Allwinner D1 CAN controllers commit, commit, commit, commit
can: kvaser_pciefd: Add support for new Kvaser PCI Express devices commit, commit, commit
Brcm ASP 2.0 Ethernet Controller commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
bnxt_en: Update for net-next commit, commit, commit, commit, commit, commit
mlx5 MACsec RoCEv2 support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Bluetooth: qca: enable WCN7850 support commit, commit, commit
mlx5: E-switch, Add checking for flow rule destinations commit
mlx5: Expose NIC temperature via hardware monitoring kernel API commit
mlx5: Expose max possible SFs via devlink resource commit
mlx5: Implement single completion EQ create/destroy methods commit
mlx5e: Add recovery flow for tx devlink health reporter for unhealthy PTP SQ commit
mlx5e: Check for IPsec NAT-T support commit
mlx5e: Support IPsec NAT-T functionality commit
ngbe: add Wake on Lan support commit
netdevsim: add dummy macsec offload commit
netconsole: Enable compile time configuration commit
mlxbf-bootctl: Support sysfs entries for MFG fields commit
mlxsw: Speed up transceiver module EEPROM dump commit, commit, commit, commit, commit
mlx5: Return -EOPNOTSUPP in mlx5_devlink_port_fn_migratable_set() directly commit, commit, commit, commit, commit, commit
mlx5 IPsec packet offload support in eswitch mode commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
mlx5: Remove redundant check of mlx5_vhca_event_supported() commit, commit, commit, commit, commit
mlx5: Handle SF IRQ request in the absence of SF IRQ pool commit, commit, commit, commit, commit, commit
mlx5 MACsec RoCEv2 support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
octeon_ep: Add control plane host and firmware versions commit
octeontx2-af: TC flower offload support for inner VLAN commit
octeontx2-pf: Allow both ntuple and TC features on the interface commit
octeontx2-pf: Use PTP HW timestamp counter atomic update feature commit
r8152: add vendor/device ID pair for D-Link DUB-E250 commit
octeontx2-pf: support Round Robin scheduling commit, commit, commit, commit
RDMA/erdma: Implement hierarchical MTT commit
mlxbf-bootctl: Support access to the large icm size and setting the BlueField boot state. commit
RDMA/irdma: Implement egress VLAN priority commit
RDMA/hns: Add more debugging information for rdma-tool commit, commit
RDMA/bnxt_re: Doorbell Drop Prevention commit, commit, commit, commit, commit, commit, commit
RDMA/bnxt_re: Stats update commit, commit, commit, commit, commit
Convert mv88e6xxx to phylink_pcs commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add TJA1120 support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add a driver for the Marvell 88Q2110 PHY commit, commit, commit, commit, commit
Brcm ASP 2.0 Ethernet Controller commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support more link mode for TXGBE commit, commit, commit, commit, commit, commit, commit, commit
Packet classify by matching against SPI commit, commit, commit
octeontx2-af: misc MAC block changes commit, commit, commit, commit
stmmac: Check more MAC HW features for XGMAC Core 3.20 commit
stmmac: XGMAC support for mdio C22 addr > 3 commit
stmmac: intel: Enable correction of MAC propagation delay commit
stmmac: xgmac: RX queue routing configuration commit
stmmac: xgmac: show more MAC HW features in debugfs commit
sfc: basic conntrack offload commit, commit, commit, commit, commit, commit, commit
sfc: introduce eth, ipv4 and ipv6 pedit offloads commit, commit, commit, commit, commit, commit
mlxsw: Add port range matching support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ti: icssg-prueth: Add Power management support commit
support more link mode for TXGBE commit, commit, commit, commit, commit, commit, commit, commit
Introduce ICSSG based ethernet Driver commit, commit, commit, commit, commit, commit, commit, commit, commit
Introduce IEP driver and packet timestamping support commit, commit, commit, commit, commit
- Wireless
iwlwifi: add Razer to ppag approved list commit
mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support commit
mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support commit
iwlwifi: mvm: enable HE TX/RX <242 tone RU on new RFs commit, commit, commit
rtl8xxxu: Enable AP mode for RTL8192FU, RTL8710BU (RTL8188GU), RTL8192EU, RTL8723BU commit, commit, commit, commit
mt76: mt7921: Support temp sensor commit
mt76: enable UNII-4 channel 177 support commit
mt76: introduce connac3_mac support commit, commit, commit, commit, commit, commit, commit, commit, commit
ath12k: (v5) EHT support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ath11k: add coldboot calibration in QCN9074 commit, commit, commit
rtw89: add hardware rate v1 and adjust related things for WiFi 7 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
rtw89: support more formats of firmware file commit, commit, commit, commit, commit, commit, commit, commit
rtw89: preparation of TDMA-based MCC (STA+P2P) commit, commit, commit, commit, commit, commit
rtw89: Introduce Time Averaged SAR (TAS) feature commit
wilc1000: add SPI commands retry mechanism commit
wwan: t7xx: fw flashing & coredump support commit, commit, commit, commit, commit
13.6. Audio
hda/tas2781: Add tas2781 HDA driver commit
hda: Adding support for CS35L56 on HDA systems commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
hda: intel-dsp-cfg: add LunarLake support commit
pcmtest: Add 'open' PCM callback error injection commit
pcmtest: Add support for pcm pausing commit
dice: add stream format parameters for Weiss devices commit
hda: intel-dsp-cfg: Add Chromebook quirk to ADL/RPL commit
hda/realtek - ALC287 I2S speaker platform support commit
hda/realtek - ALC287 Realtek I2S speaker platform support commit
hda/tas2781: Add tas2781 HDA driver commit
Add cs42l43 PC focused SoundWire CODEC commit, commit, commit, commit, commit, commit
PCI: hda: add ARL-S support, config for MTL/LNL commit, commit, commit, commit, commit
Add support for rpmsg sound card on i.MX93 platform commit, commit, commit
- ASoC
Intel: sof_sdw: add support for SKU 0B14 commit
cs35l45: Add support for Chip ID 0x35A460 commit
Add DMI ID for MSI Bravo 15 B7ED commit
fsl_spdif: Add support for 22.05 kHz sample rate commit
Delete UDA134x/L3 audio codec commit
Intel: sof_sdw: add support for SKU 0AFE commit
SOF: Intel: add LunarLake support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add acpi mahine id's for vangogh platform and commit, commit, commit, commit, commit
Intel: sof_sdw: add cs35l56 codec info commit, commit, commit, commit
SOF: amd: Add Probe functionality support for amd platforms commit
SOF: amd: Add sof support for vangogh platform commit
SOF: amd: add module parameter for firmware debug commit
SOF: ipc4-topology: Add module parameter to ignore the CPC value commit
amd: acp: Add kcontrols and widgets per-codec in common code commit
amd: acp: add pm ops support for rembrandt platform commit
AMD Vangogh support for NAU8821/MAX98388 commit, commit, commit, commit
codecs: Add awinic AW88261 audio amplifier driver commit, commit
Intel: avs: New boards and fixes to existing ones commit, commit, commit, commit, commit, commit, commit, commit
mediatek: Add support for MT7986 SoC commit, commit, commit, commit, commit, commit, commit
Add multi Component support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Intel: Add rpl_nau8318_8825 driver commit
Intel: RPL/MTL machine updates for 6.6 commit, commit, commit, commit, commit
intel: sof_sdw: Support multiple groups on the same link commit, commit, commit
rt1017: Add RT1017 SDCA amplifier driver commit
13.7. Tablets, touch screens, keyboards, mouses
da9063: add wakeup support commit
Add support for Azoteq IQS7222D commit, commit, commit, commit
xpad: add GameSir T4 Kaleid Controller support commit
- HID
hid-google-stadiaff: add support for Stadia force feedback commit
ogitech-hidpp: Add support for the Pro X Superlight commit, commit
logitech-hidpp: Add support for Logitech MX Anywhere 3 mouse commit
input: Support devices sending Eraser without Invert commit
nvidia-shield: Add battery support for Thunderstrike commit, commit, commit
steelseries: Add support for Arctis 1 XBox commit
logitech-hidpp: Add Bluetooth ID for the Logitech M720 Triathlon mouse commit
13.8. TV tuners, webcams, video capturers
Add StarFive Camera Subsystem driver commit, commit, commit, commit, commit
Separate links and async sub-devices commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Venus QoL / maintainability fixes commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
bttv: convert to vb2 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
i2c-atr and FPDLink commit, commit, commit, commit, commit, commit, commit
i2c-atr and FPDLink commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
i2c: Add driver for DW9719 VCM commit
mediatek: vcodec: Add driver to support 10bit commit, commit, commit
mediatek: vcodec: Add driver to support 10bit commit, commit, commit
ov2680: Bugfixes + ACPI + selection(crop-tgt) API support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
pci: intel: Add IVSC support for IPU bridge driver commit
pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC) commit, commit
rcar-csi2: Add support for C-PHY on R-Car V4H commit
13.9. Serial Peripheral Interface (SPI)
cs42l43: Add SPI controller support commit
intel-pci: Add support for Granite Rapids SPI serial flash commit
loongson: add bus driver for the loongson spi controller commit
spi-geni-qcom: Add SPI Device mode support for GENI based QuPv3 commit
sun6i: add dual and quad SPI modes support for R329/D1/R528/T113s commit
13.10. Serial
13.11. Voltage, current regulators, power capping, power supply
reset: at91-reset: add sysfs interface to the power on reason commit
reset: oxnas-restart: remove obsolete restart driver commit
- regulator
13.12. Watchdog
dt-bindings: watchdog: marvell GTI system watchdog driver commit, commit
Add support for WDIOF_CARDRESET on TI AM65x commit
13.13. Real Time Clock (RTC)
Add support for limited alarm timer offsets commit, commit, commit, commit
rv3028: Add support for "aux-voltage-chargeable" property commit
twl: add NVRAM support commit
pcf2127: add PCF2131 driver commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
13.14. FRU Support Interface (FSI)
13.15. Clock
Add support for versa3 clock driver commit
mmp: Remove old non-OF clock drivers commit
qcom: Add Global Clock controller (GCC) driver for IPQ5018 commit
qcom: videocc-sm8350: Add SC8280XP support commit
renesas: r8a7795: Add 3DGE and ZG support commit
renesas: r8a77965: Add 3DGE and ZG support commit
renesas: r8a7796: Add 3DGE and ZG support commit
clk: qcom: mmcc-msm8974: Add OXILICX_GDSC for msm8226 commit
Add PLL clocks driver and syscon for StarFive JH7110 SoC commit, commit, commit, commit, commit, commit, commit
13.16. Multi Media Card (MMC)
sdhci-pci-o2micro: add Bayhub new chip GG8 support for express card commit
sdhci-pci-o2micro: add Bayhub new chip GG8 support for UHS-I commit
mmc: sdhci-sprd: Add SD HS mode online tuning commit, commit
power: reset: at91-reset: add sysfs interface to the power on reason commit
13.17. Hardware monitoring (hwmon)
Add driver for Renesas HS3001 commit
dimmtemp: Support more than 32 DIMMs commit
nct6775: Add support for 18 IN readings for nct6799 commit
Remove smm665 driver commit
it87: Separate temperature type to separate funtion and detect AMDTSI commit, commit, commit
pmbus/mp2975: Add support for MP2971 and MP2973 commit, commit, commit, commit, commit, commit, commit, commit
peci/dimmtemp: Add Sapphire Rapids support commit
peci/cputemp: Add Intel Sapphire Rapids support commit
13.18. Inter-Integrated Circuit (I2C + I3C)
Add I2C Address Translator (ATR) support commit
designware: Add support for recovery when GPIO need pinctrl commit
mlxcpld: Extend driver functionality and allow to run on ARM64 commit, commit
Add support for Maxim MAX735x/MAX736x variants commit, commit, commit, commit
13.19. Industrial I/O (iio)
accel: da280: Add support for the DA217 accelerometer commit
amplifiers: ad8366: add support for HMC792A Attenuator commit
chemical: scd4x: Add pressure compensation commit
13.20. General Purpose I/O (gpio)
mxc: add runtime pm support commit
pca953x: add support for TCA9538 commit
ds4520: Add ADI DS4520 GPIO Expander Support commit
104-dio-48e: Add Counter/Timer support commit
13.21. Cryptography hardware acceleration
ccp: Add dynamic boost control support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
qat: add heartbeat feature commit, commit, commit, commit, commit
starfive: Add AES skcipher and aead support commit
Support of HASH on STM32MP13 commit, commit, commit, commit, commit, commit, commit
13.22. Leds
Add a multicolor LED driver for groups of monochromatic LEDs commit, commit, commit, commit
pca995x: Add support for PCA995X chips commit
13.23. PHY ("physical layer" framework)
mediatek-ge-soc: support PHY LEDs commit
ARM: dts: rockchip: rv1126: Add VOP_LITE support commit
Provide Module 4 KSZ9477 errata (DS80000754C) commit
at803x: support qca8081 1G version chip commit, commit, commit, commit, commit, commit
realtek: usb: Add driver for the Realtek SoC USB 3.0 PHY commit
rockchip: inno-dsidphy: Add rv1126 support commit
- smsc: add WoL and EEE support to LAN8740/LAN8742
smsc: add WoL support to LAN8740/LAN8742 PHYs commit
starfive: Add JH7110 PCIE 2.0 PHY driver commit
13.24. PCI
Generate device tree node for pci devices commit, commit, commit, commit, commit
Improvements to Qcom PCIe EP and EPF MHI drivers commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
dwc general suspend/resume functionality commit
dwc: Implement generic suspend/resume functionality commit
layerscape: Add support for link-down notification commit
qcom-ep: Add eDMA support commit
qcom: sa8775p: add support for PCIe commit, commit, commit, commit, commit
13.25. Universal Serial Bus
serial: option: add FOXCONN T99W368/T99W373 product commit
serial: option: add Quectel EM05G variant (0x030e) commit
misc: onboard_usb_hub: add Genesys Logic GL3523 hub support commit
typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM device commit
serial: xr: Add TIOCGRS485 and TIOCSRS485 ioctls commit
cdc-acm: add PPS support commit
exynos: Enable USB for E850-96 board commit, commit, commit, commit
Add USB MIDI 2.0 Gadget Function Driver commit, commit, commit, commit, commit, commit
misc: onboard_usb_hub: add support for Cypress HX3 USB 3.0 family commit, commit, commit
typec: ucsi: Add debugfs for ucsi commands commit
13.26. IOMMU
Add iommufd physical device operations for replace and alloc hwpt commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
iommufd: Add iommu hardware info reporting commit, commit, commit, commit, commit
13.27. Pin Controllers (pinctrl)
Introduce Intel Tangier pinctrl driver commit, commit, commit
Add pinctrl driver support for Amlogic C3 SoCs commit, commit
qcom: Introduce SM6115 LPI pinctrl driver commit
merrifield: Adapt to Intel Tangier driver commit
13.28. Power Management
ACPICA: Add support for _DSC as per ACPI 6.5 commit
ACPI: thermal: Drop nocrt parameter commit
thermal/drivers/loongson-2: Add thermal management support commit
ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2 commit
cpupower: Add various feature control support for amd_pstate commit, commit, commit, commit, commit
cpuidle: teo: Do not check timers unconditionally every time commit, commit, commit
13.29. Memory Technology Devices (MTD)
spinand: toshiba: add support for T{C,H}58NYG{0,2}S3HBAI4 and TH58NYG3S0HBAI6 commit
spinand: esmt: add support for F50D2G41KA commit
Add support for gigadevice, esmt and toshiba NAND commit
rawnand: marvell: add support for AC5 SoC commit, commit, commit
spi-nor: spansion: Add support for Infineon S28HS02GT commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
spi-nor: Add support for sst26vf032b flash commit
13.30. Various
accel/ivpu: Refactor driver code and support new hardware commit, commit, commit, commit, commit
accel/ivpu: Extend get_param ioctl to identify capabilities commit
accel/ivpu: Add debugfs support commit, commit, commit, commit, commit, commit
accel/ivpu: Update MMU code commit, commit, commit, commit, commit
accel/ivpu: Add Arrow Lake pci id commit
iio: Add event enums for running period and count commit
reset: reset-zynqmp: add support for Versal NET platform commit, commit
nvmem: sec-qfprom: Add Qualcomm secure QFPROM support commit, commit
Query the RSU SPT table offset to determine RSU page size commit
phy: xilinx: phy-zynqmp: dynamic clock support commit, commit
Add JH7110 USB PHY driver support commit, commit, commit, commit
accel/ivpu: Add debugfs support commit, commit, commit, commit, commit, commit
14. List of Pull Requests
15. Other news sites
Phoronix Linux 6.6 features