154093
Comment:
|
← Revision 37 as of 2024-05-05 18:54:23 ⇥
273095
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
Linux 6.8 changelog. It is not complete, it will be completed as soon as possible. Meanwhile, you can read: * LWN's merge window [[https://lwn.net/Articles/957188/|part 1]], [[https://lwn.net/Articles/958178/|part 2]] |
Linux 6.8 [[https://lore.kernel.org/lkml/CAHk-=wiehc0DfPtL6fC2=bFuyzkTnuiuYSQrr6JTQxQao6pq1Q@mail.gmail.com/|was released]] on Sunday, 10 March 2024. Summary: This release includes two new system calls for easier mount management; support for multi-size transparent huge pages in anonymous page faults; data type profiling support in perf which allows to correlate perf events with DWARF information; task scheduler support for better realtime scheduling; an option to forbid users from writing to partitions that are being used by file systems; new system calls to deal with multiple stacked LSMs; and a new driver for Intel Xe graphics. As always, there are many other features, new drivers, improvements and fixes. <<TableOfContents()>> = Prominent features = == Deadline servers for better realtime scheduling == Processes placed in the realtime scheduling class can starve other processes in classes with lower priority, which can cause problems. The Linux kernel uses a technique called "RT throttling" to avoid problems, but it not as performant as it could, so in this release the Linux kernel will use the so called "deadline servers", which replaces and improve that. Recommended LWN article: [[https://lwn.net/Articles/934415/|Deadline servers as a realtime throttling replacement]] == Multi-size transparent huge pages for anonymous memory == Anonymous page faults (eg. faults for memory allocated by malloc) are usually done with a 4KB size. Work on [[https://kernelnewbies.org/Linux_5.16#Memory_folios_infrastructure_for_a_faster_memory_management|"folios" ]] now allows to allocate more than 4KB during a single page fault. This release adds support for it, and it also adds support for TBL compresion techniques allowed in modern hardware that allow to map physically contiguous chunks of memory. By default, the existing behaviour (and performance) is maintained. The user must explicitly enable multi-size THP to see the performance benefit. Recommended LWN article: [[https://lwn.net/Articles/937239/|Large folios for anonymous memory]] == Two new syscalls for better mount management: listmount() and statmount() == Modern Linux systems can contain many mounts. Listing them and gathering information about their properties is not as easy as it should. Two new syscalls, {{{listmount(2)}}} and {{{statmount(2)}}} have been added to faciliate this effort. Recommended LWN article: [[https://lwn.net/Articles/950569/|listmount() and statmount()]] == Data type profiling with perf == The `perf` tool in this release adds a feature called data type profiling , which allows to associate PMU samples to data types they refer using DWARF debug information. It depends on quality of PMU events and compiler for producing DWARF info, but it doesn't require any changes in the target program. This allows the creation of tools that can do things such as pahole-style structure reordering or packing, but doing so with information about access patterns gathered from perf. Recommended LWN article: [[https://lwn.net/Articles/955709/|Data-type profiling for perf]] == Forbid users from writing to partitions used by filesystems == This release adds a configuration option that forbids wriing to block devices that are being used by a mounted filesystem Recommended LWN article: [[https://lwn.net/Articles/941764/|Defending mounted filesystems from the root user]] == New system calls to deal with multiple stacked LSMs == The Linux kernel added support for stacking security modules in [[https://kernelnewbies.org/Linux_5.1#Security|Linux 5.1]]. LSM-aware applications, however, need some interfaces to get more information about the current LSM configuration. This release adds three new syscalls {{{lsm_list_modules()}}}, {{{lsm_get_self_attr()}}}, and {{{lsm_set_self_attr()}}}. These syscalls were designed to support multiple, simultaneaous (stacked) LSMs from the start as opposed to the current /proc based solutions which were created at a time when only one LSM was allowed to be active at a given time. Recommended LWN article: [[https://lwn.net/Articles/919059/|Adding system calls for Linux security modules]] == Driver for new Intel Xe graphics == This release adds a new driver, Xe, for Intel GPUs that supports both integrated and discrete platforms starting with Tiger Lake (first Intel Xe Architecture) = Core (various) = * (FEAURED) Add two mount querying syscalls: {{{listmount(2)}}} (which adds a way to query the children of a particular mount) and {{{statmount(2)}}} (which adds a way to query attributes of a single mount). They are more flexible than having to parse the complete /proc/self/mountinfo [[https://git.kernel.org/linus/98d2b43081972abeb5bb5a087bc3e3197531c46e|commit]], [[https://git.kernel.org/linus/2eea9ce4310d8c0f8ef1dbe7b0e7d9219ff02b97|commit]], [[https://git.kernel.org/linus/56c94c626785001dbb683312725b7d87c6ec6a91|commit]], [[https://git.kernel.org/linus/46eae99ef73302f9fb3dddcd67c374b3dffe8fd6|commit]], [[https://git.kernel.org/linus/6971beb4ec52ad7b26f5b5eedf19d4963be7df1b|commit]], [[https://git.kernel.org/linus/68385d77c05b401f748acecc0e0a8eff10489334|commit]], [[https://git.kernel.org/linus/b4c2bea8ceaa50cd42a8f73667389d801a3ecf2d|commit]], [[https://git.kernel.org/linus/d8b0f5465012538cc4bb10ddc4affadbab73465b|commit]] * dmesg: CAP_SYSLOG was separated from CAP_SYS_ADMIN and introduced in Linux 2.6.37. For a long time, certain syslog actions required CAP_SYS_ADMIN or CAP_SYSLOG. Remove CAP_SYS_ADMIN for more fine-grained control [[https://git.kernel.org/linus/09ce61e27db83180993e8b1a7f511af62374383c|commit]] * cgroup/cpuset: Expose {{{cpuset.cpus.isolated}}} [[https://git.kernel.org/linus/877c737db9355acaa1ec2fd2b8dbdaff82605df7|commit]] * cgroup/cpuset: Improve CPU isolation in isolated partitions [[https://git.kernel.org/linus/fe28f631fa941fba583d1c4f25895284b90af671|commit]], [[https://git.kernel.org/linus/14060dfc481a309e3f236127b0a77abbf249648f|commit]], [[https://git.kernel.org/linus/11e5f407b64a8fa09d1a4b336d15bd285a434c1f|commit]], [[https://git.kernel.org/linus/72c6303acfa1008c542e093bc9f9916fb99e0323|commit]] * Support fanotify FAN_REPORT_FID on all filesystems [[https://git.kernel.org/linus/7232522e6cafdf466ed7649c14546fd07ccc1978|commit]], [[https://git.kernel.org/linus/30ad1938326bf9303ca38090339d948975a626f5|commit]] * ubsan * Lay the ground work for gaining instrumentation for signed, unsigned, and pointer wrap-around by making all 3 sanitizers available for testing. Additionally gets x86_64 bootable under the unsigned sanitizer for the first time [[https://git.kernel.org/linus/167ebeda36fae4bb47ace32bcacecde7d24d2850|commit]], [[https://git.kernel.org/linus/30edbdf9b98ddc9087f5f8b9a9644fa5c05fa5b1|commit]], [[https://git.kernel.org/linus/918327e9b7ffb45321cbb4b9b86b58ec555fe6b3|commit]] * Reintroduce signed overflow sanitizer [[https://git.kernel.org/linus/557f8c582a9ba8abe6aa0fd734b6f342af106b26|commit]] * {{{/proc/self/pagemap}}}: report SOFT_DIRTY bits through the [[https://docs.kernel.org/admin-guide/mm/pagemap.html#pagemap-scan-ioctl|PAGEMAP_SCAN]] ioctl [[https://git.kernel.org/linus/e6a9a2cbc13bf43e4c03f57666e93d511249d5d7|commit]] * hardening * Enable KFENCE in the hardening config [[https://git.kernel.org/linus/de2683e7fdac0c33c4c2c115e69dbbbe904a2224|commit]] * Drop obsolete DRM_LEGACY from config fragment [[https://git.kernel.org/linus/7b3133aa4b9eba9cdf3905e3f7c8b6687ff4615b|commit]] * Drop obsolete UBSAN_SANITIZE_ALL from config fragment [[https://git.kernel.org/linus/006eac3fe20f03ea70765cb02a823dbb8737ec00|commit]] * initramfs: Expose retained initrd as sysfs file [[https://git.kernel.org/linus/2678fd2fe9ee2c569e9cb6b17e786bc8f0753538|commit]] * io_uring * Add method for returning provided buffer ring head [[https://git.kernel.org/linus/d293b1a89694fc4918d9a4330a71ba2458f9d581|commit]] * Add support for {{{IORING_OP_FIXED_FD_INSTALL}}} which allows installing a direct descriptor into the normal file table, just like receiving a file descriptor or opening a new file would do [[https://git.kernel.org/linus/dc18b89ab113e9c6c7a529316ddf7029fb55132d|commit]], [[https://git.kernel.org/linus/16bae3e1377846734ec6b87eee459c0f3551692c|commit]] * maple_tree: Introduce interfaces to improve the performance of fork() [[https://git.kernel.org/linus/4f2267b58a22d972be98edef8e6b3c7a67c9fb91|commit]], [[https://git.kernel.org/linus/b2472efe4316b2687c153919c1513a098bd82c17|commit]], [[https://git.kernel.org/linus/fd32e4e9b7646510ee9010e0d5f8b8857d48a6f7|commit]], [[https://git.kernel.org/linus/46c99e26f2f86260fed226cab217d0b3ca8dca56|commit]], [[https://git.kernel.org/linus/a2587a7e8d37885dc063255f5400a66299b42e48|commit]], [[https://git.kernel.org/linus/9bc1d3cdb904170214456bca96c4924f28522ab8|commit]], [[https://git.kernel.org/linus/f670fa1caadb4ea532a89012c5451e4c6789bfcc|commit]], [[https://git.kernel.org/linus/446e1867e6df3cbdd19af6be8f8f4ed56176adb4|commit]], [[https://git.kernel.org/linus/8e50d32c7a89bde896945e4e572ef28ccd87bbf8|commit]], [[https://git.kernel.org/linus/d2406291483775ecddaee929231a39c70c08fda2|commit]] * Task scheduler * (FEATURED) Introduce SCHED_DEADLINE server infrastructure (nested/2-level scheduling), which works more towards reducing SCHED_DEADLINE starvation of low priority tasks (e.g., SCHED_OTHER) tasks when higher priority tasks monopolize CPU cycles [[https://git.kernel.org/linus/5d69eca542ee17c618f9a55da52191d5e28b435f|commit]], [[https://git.kernel.org/linus/5fe6ec8f6ab549b6422e41551abb51802bd48bc7|commit]], [[https://git.kernel.org/linus/c708a4dc5ab547edc3d6537233ca9e79ea30ce47|commit]], [[https://git.kernel.org/linus/9e07d45c5210f5dd6701c00d55791983db7320fa|commit]], [[https://git.kernel.org/linus/2f7a0f58948d8231236e2facecc500f1930fb996|commit]], [[https://git.kernel.org/linus/63ba8422f876e32ee564ea95da9a7313b13ff0a1|commit]] * eevdf: Introduce O(1) fastpath for EEVDF task selection [[https://git.kernel.org/linus/2227a957e1d5b1941be4e4207879ec74f4bb37f8|commit]], [[https://git.kernel.org/linus/ee4373dc902c0a403dd084b254ce70a78f95466f|commit]] * fair: Remove SCHED_FEAT(UTIL_EST_FASTUP) [[https://git.kernel.org/linus/7736ae5572eb344c090fbef9621a228e7e3d6276|commit]] * fair: Use all little CPUs for CPU-bound workloads [[https://git.kernel.org/linus/3af7524b14198f5159a86692d57a9f28ec9375ce|commit]] * Consolidate how the max compute capacity is used in the scheduler and how we calculate the frequency for a level of utilization [[https://git.kernel.org/linus/9c0b4bb7f6303c9c4e2e34984c46f5a86478f84d|commit]] * Tune the NUMA-balancing vma scanning logic some more, to better distribute the probability of a particular vma getting scanned [[https://git.kernel.org/linus/84db47ca7146d7bd00eb5cf2b93989a971c84650|commit]] * stackdepot * Add stats counters exported via debugfs [[https://git.kernel.org/linus/c2a292545cd43dcab86d5290ed95b006f1cefe90|commit]] * Make fast paths lock-less again [[https://git.kernel.org/linus/4434a56ec20925333d6cf4d4093641d063abd35b|commit]] * nolibc: add rstat support [[https://git.kernel.org/linus/7b20478b777c3be39a2b69b08a6c0b50c10105f1|commit]], [[https://git.kernel.org/linus/a0bb5f88fc3d72bc92c24a631f2c7794362efac1|commit]], [[https://git.kernel.org/linus/d543d9ddf593b1f4cb1d57d9ac0ad279fe18adaf|commit]] * {{{/proc/sysrq-trigger}}}: accept multiple keys at once [[https://git.kernel.org/linus/39ff20f5fd4481c9acf3b75c7b705b1ec6604588|commit]] * driver core: Enable fw_devlink=rpm by default [[https://git.kernel.org/linus/055467378bf14d6cc6d17e52dcfc76313b531bd7|commit]] = File systems = * BTRFS * Convert to the new mount API [[https://git.kernel.org/linus/f67d922edb4e95a4a56d07d5d40a76dd4f23a85b|commit]], [[https://git.kernel.org/linus/2b41b19dd6d063a3dca8c1f855a056515f0f678d|commit]], [[https://git.kernel.org/linus/6207c9e3c2059530e4f9b885c61ef2fb4e200036|commit]], [[https://git.kernel.org/linus/a6a8f22a4af6c572d9e01ca9f7b515bf0cbb63b1|commit]], [[https://git.kernel.org/linus/272efa308fb6bfc7b04a4b6f6dde7b0431b51fee|commit]], [[https://git.kernel.org/linus/9ef40c2e9b26bbf9b2110003107e46dabfd4e7dd|commit]], [[https://git.kernel.org/linus/2496bff6e53d3ad0541a5a3f720c3f7924bb2550|commit]], [[https://git.kernel.org/linus/15ddcdd34ebfe7ab58ff4ef4199fd5796da6a6e3|commit]], [[https://git.kernel.org/linus/17b3612022fe533e70c0a83ea7634069e5ce33f1|commit]], [[https://git.kernel.org/linus/0f85e244dfc5c22cb5e115ccad651df65e6fd68a|commit]], [[https://git.kernel.org/linus/eddb1a433f2631ef211b3253ba7e7aba20310ebc|commit]], [[https://git.kernel.org/linus/3bb17a25bcb09abbd667c6ac86c7c9109ae82bcd|commit]], [[https://git.kernel.org/linus/f044b318675f0347ecfb88377542651ba4eb9e1f|commit]], [[https://git.kernel.org/linus/ad21f15b0f795daf8723dddbcb61797d4f1c2aed|commit]], [[https://git.kernel.org/linus/41d46b290ef9b5563ae5b3c46cf86e0ae1e4bf95|commit]], [[https://git.kernel.org/linus/6941823cc87812dba4d02c67f46768cba372970b|commit]], [[https://git.kernel.org/linus/83e3a40a69f8dd57048089af31a1430c1808d924|commit]], [[https://git.kernel.org/linus/9fb3b1a7fed796510a5c34f5d492840dfd0eb96c|commit]], [[https://git.kernel.org/linus/a1912f712188291f9d7d434fba155461f1ebef66|commit]] * Clean up RAID I/O geometry calculation [[https://git.kernel.org/linus/02d05b6416b1f09a877c71c2761b45d1548d8856|commit]], [[https://git.kernel.org/linus/fd747f2d5f9bdf16b65326be9742338c770ba35f|commit]], [[https://git.kernel.org/linus/30e8534b538e8e7372e49516a8cddacdfd80f863|commit]], [[https://git.kernel.org/linus/5e36aba8377b78b4ec8e15d29a1dee0d626d735d|commit]], [[https://git.kernel.org/linus/5aeb15c8ca0d0cbd30e21391d2c7e25554f1e65e|commit]], [[https://git.kernel.org/linus/8938f112b9c41aaf66f652fc18aa424d2990e15c|commit]], [[https://git.kernel.org/linus/d9d4ce9f297febc1463872475e4d1f6a97deb357|commit]], [[https://git.kernel.org/linus/089221d3457b8756d6823be9857884d938af817c|commit]], [[https://git.kernel.org/linus/a16fb8c6f61863f18fab61eeba10a457ff6d71d2|commit]], [[https://git.kernel.org/linus/b55b307785ad88298914bc5c18c7d37bc5b88cb7|commit]], [[https://git.kernel.org/linus/89f547c6cc61baa77bb226c0a5284f56871d6080|commit]], [[https://git.kernel.org/linus/6edf68223679be380e567e664f97043871133537|commit]], [[https://git.kernel.org/linus/e94dfb7a2935cb91faca88bf7136177d1ce0dda8|commit]] * Minor performance change to setting/clearing delalloc [[https://git.kernel.org/linus/8a46e55a6cbb0c795c4b5a31139c9f2a6eca6589|commit]], [[https://git.kernel.org/linus/f5169f12d7ea5dad54884ba1dbbf9e17394c2087|commit]], [[https://git.kernel.org/linus/f23f89524b33a0dbc73a74d4d36128fe52eace33|commit]], [[https://git.kernel.org/linus/f4f15454fa42c91490d08e5eb8b4c11f0355a576|commit]], [[https://git.kernel.org/linus/bdc0f89e068a610909579f3d1fc8cf4d54600be3|commit]], [[https://git.kernel.org/linus/b5d563925903e40a4425dff64e53127554e5fcc6|commit]], [[https://git.kernel.org/linus/d23626d8bc4597836eb33d88dacbc3858df7e4d3|commit]], [[https://git.kernel.org/linus/99c15fec3280a766b0df2903542410c475585bed|commit]] * zoned: optimize hint byte for zoned allocator [[https://git.kernel.org/linus/02444f2ac26eae6385a65fcd66915084d15dffba|commit]] * BCACHEFS * BCH_IOCTL_DEV_USAGE_V2 [[https://git.kernel.org/linus/e6674decb2195999ae9fe074bf048ba91e336144|commit]] * Improve sysfs compression_stats [[https://git.kernel.org/linus/7541787f58d19b4fab4368681d4ef4ed8f0dbd61|commit]] * BCH_IOCTL_FSCK_OFFLINE [[https://git.kernel.org/linus/8408fa570ef9b8c35720369bad6b13828ae6b001|commit]] * BCH_IOCTL_FSCK_ONLINE [[https://git.kernel.org/linus/267b801fda10b70eca4001a819fcac07f023df6b|commit]] * Online fsck can now fix errors [[https://git.kernel.org/linus/d55ddf6e7a81e1e72b2f73c3cca836a6961c68af|commit]] * CACHEFILES * Introduce daemon failover mechanism to recover from crashing. A restarted daemon will be able to process requests as usual [[https://git.kernel.org/linus/357a18d033143617e9c7d420c8f0dd4cbab5f34d|commit]], [[https://git.kernel.org/linus/3c5ecfe16e7699011c12c2d44e55437415331fa3|commit]], [[https://git.kernel.org/linus/0a7e54c1959c0feb2de23397ec09c7692364313e|commit]], [[https://git.kernel.org/linus/b817e22b2e91257ace32a6768c3c003faeaa1c5c|commit]], [[https://git.kernel.org/linus/e73fa11a356ca0905c3cc648eaacc6f0f2d2c8b3|commit]] * EROFS * Basic sub-page compressed data support [[https://git.kernel.org/linus/192351616a9dde686492bcb9d1e4895a1411a527|commit]], [[https://git.kernel.org/linus/54ed3fdd66055d073cb1cd2c6c65bbc0683c40cf|commit]], [[https://git.kernel.org/linus/8d2517aaeea3ab8651bb517bca8f3c8664d318ea|commit]], [[https://git.kernel.org/linus/e5aba911dee5e20fa82efbe13e0af8f38ea459e7|commit]], [[https://git.kernel.org/linus/1ca01520148af399899ed66af5c78330bb9ecaf2|commit]], [[https://git.kernel.org/linus/0ee3a0d59e007320167a2e9f4b8bf1304ada7771|commit]] * Support compressed inodes over fscache [[https://git.kernel.org/linus/a1bafc3109d713ed83f73d61ba5cb1e6fd80fdbc|commit]] * F2FS * sysfs: support discard_io_aware [[https://git.kernel.org/linus/d346fa09abff46988de9267b67b6900d9913d5a2|commit]] * Show more discard status by sysfs [[https://git.kernel.org/linus/c3c2d45b9050180974e35ec8672c6e788adc236a|commit]] * NFS * Make nfsd stats visible in network ns [[https://git.kernel.org/linus/ab42f4d9a26f1723dcfd6c93fcf768032b2bb5e7|commit]], [[https://git.kernel.org/linus/a2214ed588fb3c5b9824a21cff870482510372bb|commit]], [[https://git.kernel.org/linus/f094323867668d50124886ad884b665de7319537|commit]], [[https://git.kernel.org/linus/3f6ef182f144dcc9a4d942f97b6a8ed969f13c95|commit]], [[https://git.kernel.org/linus/418b9687dece5bd763c09b5c27a801a7e3387be9|commit]], [[https://git.kernel.org/linus/d98416cc2154053950610bb6880911e3dcbdf8c5|commit]], [[https://git.kernel.org/linus/93483ac5fec62cc1de166051b219d953bb5e4ef4|commit]], [[https://git.kernel.org/linus/4b14885411f74b2b0ce0eb2b39d0fffe54e5ca0d|commit]], [[https://git.kernel.org/linus/e41ee44cc6a473b1f414031782c3b4283d7f3e5f|commit]], [[https://git.kernel.org/linus/16fb9808ab2c99979f081987752abcbc5b092eac|commit]] * Support admin-revocation of v4 state [[https://git.kernel.org/linus/6b4ca49dc310d107f36642c39b2c9e3fbf8ba3c9|commit]], [[https://git.kernel.org/linus/779457285a45cb95d625d407becd6417cb3d1c96|commit]], [[https://git.kernel.org/linus/c6540026dfe68b2cc6b6891404f8efa7c40e53e9|commit]], [[https://git.kernel.org/linus/83e733161fde43e2f99cefa68e369944460fce39|commit]], [[https://git.kernel.org/linus/3f29cc82a84c23cfd12b903029dd26002ca825f5|commit]], [[https://git.kernel.org/linus/1ac3629bf012592cb0320e52a1cceb319a05ad17|commit]], [[https://git.kernel.org/linus/39e1be6471a36253b510b1eb891f57c994ba650d|commit]], [[https://git.kernel.org/linus/11b2cfbf6c7821a1a7be621843642d2d55c6bf79|commit]], [[https://git.kernel.org/linus/d688d8585e6bea5e4e37f7497feea93b6b0a469c|commit]], [[https://git.kernel.org/linus/1c13bf9f2e3cd5a59ef988c6c5a49fe0f02bcdfc|commit]], [[https://git.kernel.org/linus/39657c740644e1468cfd2129f43d0ae08bd53531|commit]], [[https://git.kernel.org/linus/06efa66750a68ccd79097b6b03361a0ba358d292|commit]], [[https://git.kernel.org/linus/1e33e1414bec54a4feafa9e67e2617031be0afe2|commit]] * NTFS3 * Add ioctl operation for directories (FITRIM) [[https://git.kernel.org/linus/1f5fa4b3b85ceb43f1053290f0ade037b50e6297|commit]] * CIFS * reparse points work [[https://git.kernel.org/linus/3322960ce222997b1663ffa69e691b2edfec4ac9|commit]], [[https://git.kernel.org/linus/102466f303ffcd5cff207b3c122557f73f1041e6|commit]], [[https://git.kernel.org/linus/67ec9949b0dfe78c99e110dd975eb7dc5645630c|commit]], [[https://git.kernel.org/linus/7435d51b7ea2ab7801279c43ecd72063e9d5c92f|commit]], [[https://git.kernel.org/linus/5408990aa662bcfd6ba894734023a023a16e8729|commit]], [[https://git.kernel.org/linus/514d793e27a310eb26b112c1f8f1a160472907e5|commit]], [[https://git.kernel.org/linus/3ded18a9e9d22a9cba8acad24b77a87851f9c9fa|commit]] * show beginning time for per share stats [[https://git.kernel.org/linus/d8392c203e84ec7daa2afecdb8f4db69bc32416a|commit]] * new nt status codes from MS-SMB2 [[https://git.kernel.org/linus/7f738527a7a03021c7e1b02e188f446845f05eb6|commit]] * New mount option called {{{retrans}}}, so that all these handlers of -EAGAIN can retry a fixed number of times [[https://git.kernel.org/linus/ce09f8d8a7130e6edfdd6fcad8eb277824d5de95|commit]] * Reschedule periodic query for server interfaces [[https://git.kernel.org/linus/49fe25ce838183afac20f40457157ec009a86930|commit]] * XFS * Online repair of AG btrees [[https://git.kernel.org/linus/6ece924b95226235059ed2ffc2c0f44a124c5910|commit]], [[https://git.kernel.org/linus/0f08af0f9f3eb4a67fa3849c63e918bac9773da8|commit]], [[https://git.kernel.org/linus/efb43b355457dab474c7eb40d6b2f3cb04c24ecf|commit]], [[https://git.kernel.org/linus/8bd0bf570bd7b5cbcce3f70b760d8dcccd8df6c8|commit]], [[https://git.kernel.org/linus/4bdfd7d15747b170ce93a06fafccaf20544b6684|commit]], [[https://git.kernel.org/linus/dbfbf3bdf639a20da7d5fb390cd2e197d25aa418|commit]], [[https://git.kernel.org/linus/9099cd38002f8029c9a1da08e6832d1cd18e8451|commit]] * Prepare repair for bulk loading [[https://git.kernel.org/linus/13ae04d8d45227c2ba51e188daf9fc13d08a1b12|commit]], [[https://git.kernel.org/linus/c1e0f8e6fb060b23b6f1b82eb4265983f7d271f8|commit]], [[https://git.kernel.org/linus/26de64629d8b439a03bce243f14a46f7440729f3|commit]], [[https://git.kernel.org/linus/a20ffa7d9f863056364b11a680145a76ef15acb2|commit]], [[https://git.kernel.org/linus/6dfeb0c2ecde71d61af77f65eabbdd6ca9315161|commit]], [[https://git.kernel.org/linus/e069d549705e49841247acf9b3176744e27d5425|commit]] * Reserve disk space for online repairs [[https://git.kernel.org/linus/6b126139401a2284402d7c38fe3168d5a26da41d|commit]], [[https://git.kernel.org/linus/4dffb2cbb4839fd6f9bbac0b3fd06cc9015cbb9b|commit]], [[https://git.kernel.org/linus/4c88fef3af4a51c2cdba6a28237e98da4873e8dc|commit]], [[https://git.kernel.org/linus/e3042be36c343207b7af249a09f50b4e37e9fda4|commit]], [[https://git.kernel.org/linus/4c8ecd1cfdd01fb727121035014d9f654a30bdf2|commit]], [[https://git.kernel.org/linus/be408417630427984a1fddd069f30b245793234c|commit]], [[https://git.kernel.org/linus/6bb9ea8ecd2c58a66324cb799838e7d49d78a877|commit]], [[https://git.kernel.org/linus/3f3cec031099c37513727efc978a12b6346e326d|commit]] * Online repair of rt bitmap file [[https://git.kernel.org/linus/41991cf298919de211c63251d72266aff70ecad0|commit]], [[https://git.kernel.org/linus/04f0c3269b41f28c041980a30514850453ded251|commit]], [[https://git.kernel.org/linus/20cc0d398e89d1f735c8e2815defc8ba9fdcce3f|commit]], [[https://git.kernel.org/linus/5a8e07e799721ba68dd6d713d4a68598eab3bea1|commit]], [[https://git.kernel.org/linus/a59eb5fc21b2a6dc160ee6cdf77f20bc186a88fd|commit]], [[https://git.kernel.org/linus/ffd37b22bd2b7cca7749c85a0a08268158903e55|commit]] * Online repair of file fork mappings [[https://git.kernel.org/linus/66da11280f7ecd77abd999c469efc0dd643f26f5|commit]], [[https://git.kernel.org/linus/8f71bede8efd820627ac05c19eac2758214bc896|commit]], [[https://git.kernel.org/linus/48a72f60861f790dd7c2db04d69c3a1ce606984e|commit]], [[https://git.kernel.org/linus/d12bf8bac87a0d93e6e5fab67f399d1e3d3d5767|commit]], [[https://git.kernel.org/linus/dbbdbd0086320a026903ca34efedb6abf55230ed|commit]] * Online repair of inodes and forks [[https://git.kernel.org/linus/d5aa62de1efe0fb8c52acf7103808048ddd38767|commit]], [[https://git.kernel.org/linus/259ba1d36f559653390c0e9dbdee5c4ffc28bb29|commit]], [[https://git.kernel.org/linus/576d30ecb620ae3bc156dfb2a4e91143e7f3256d|commit]], [[https://git.kernel.org/linus/6b5d917780219d0d8f8e2cefefcb6f50987d0fa3|commit]], [[https://git.kernel.org/linus/d9041681dd2f5334529a68868c9266631c384de4|commit]], [[https://git.kernel.org/linus/2d295fe65776d15c06d53dbe3064f62e036e7c46|commit]], [[https://git.kernel.org/linus/e744cef206055954517648070d2b3aaa3d2515ba|commit]], [[https://git.kernel.org/linus/6c7289528d3c91855d78c56bb35fa360ed9a40bd|commit]], [[https://git.kernel.org/linus/c3a22c2e4b45fcf3184e7dd1c755e6b45dc9f499|commit]] * Online repair of quota and rt metadata files [[https://git.kernel.org/linus/7d1f0e167a067ed741dec08b7614d76893422b04|commit]], [[https://git.kernel.org/linus/774b5c0a5152892bf5f43ce560f3a814b1fdf3b7|commit]], [[https://git.kernel.org/linus/21d7500929c8a0b10e22a6755850c6f9a9280284|commit]], [[https://git.kernel.org/linus/a5b91555403e3a09ae00bed85fc78b60801dda24|commit]] * AFS * Fix probe handling, server rotation and RO volume callback handling [[https://git.kernel.org/linus/4121b4337146b64560d1e46ebec77196d9287802|commit]], [[https://git.kernel.org/linus/1702e0654ca9a7bcd7c7619c8a5004db58945b71|commit]], [[https://git.kernel.org/linus/df91b9dfdee23072641570b1efc049f19d839ae8|commit]], [[https://git.kernel.org/linus/bad1a11c0f061aa073bab785389fe04f19ba02e1|commit]], [[https://git.kernel.org/linus/fe245c8fcdac339e6b42076c828a6bede3a5e948|commit]], [[https://git.kernel.org/linus/07f3502b33a260f873e35708d2fa693eb52225cb|commit]], [[https://git.kernel.org/linus/72904d7b9bfbf2dd146254edea93958bc35bbbfe|commit]], [[https://git.kernel.org/linus/a2aff7b5eb2584b8cb45820de025f786331eddc1|commit]], [[https://git.kernel.org/linus/aa4917d6e59dc66ccffc8f449ea04f8236dd6ea4|commit]], [[https://git.kernel.org/linus/eb8eae65f0c713bcef84b082aa919f72c3d83268|commit]], [[https://git.kernel.org/linus/075171fd22be33acf4ab354814bfa6de1c3412ce|commit]], [[https://git.kernel.org/linus/2de5599f63babb416e09b1a6be429a47910dd47c|commit]], [[https://git.kernel.org/linus/6f2ff7e89bd05677f4c08fccafcf625ca3e09c1c|commit]], [[https://git.kernel.org/linus/aa453becce5d1ae1b94b7fc22f47d7b05d22b14e|commit]], [[https://git.kernel.org/linus/1e5d8493254db9b28d4dce4fed87e56d9a2fefa5|commit]], [[https://git.kernel.org/linus/905b86156423de48480d915c5cd3c23bef1bc043|commit]], [[https://git.kernel.org/linus/e38f299ececc6b63a47074cc922ce8bbd3350c58|commit]], [[https://git.kernel.org/linus/98f9fda2057ba34b720c4d353351024d6dcee90f|commit]], [[https://git.kernel.org/linus/d2ce4a84c21f803cd65097d1112b60226b2a3467|commit]], [[https://git.kernel.org/linus/af9a5b4930dfafbf0274e9403cb64fcc698bb096|commit]], [[https://git.kernel.org/linus/b605ee421fa0425950fda2dce64fd359e1361dec|commit]], [[https://git.kernel.org/linus/f94f70d39cc2d54079ebae934862198516315db2|commit]], [[https://git.kernel.org/linus/d14cf8edd30678b5d1e3671466d458bf72a53e86|commit]], [[https://git.kernel.org/linus/92f091cdddace38e57ad570663b058a38b4d8bed|commit]], [[https://git.kernel.org/linus/e6a7d7f71b17e0a44e2155bdad47eae7b5368503|commit]], [[https://git.kernel.org/linus/f49b594df3ebca53c91f4d6448680463f10aa479|commit]], [[https://git.kernel.org/linus/21c1f410d20295dbeee4178f7fdde5e167e20b43|commit]], [[https://git.kernel.org/linus/ca0e79a46097d54e4af46c67c852479d97af35bb|commit]], [[https://git.kernel.org/linus/445f9b6952869586990ec3140dcd87c86d795d2e|commit]], [[https://git.kernel.org/linus/dfa0a44946e29bd38c054df04ca7a3f8143dafe7|commit]], [[https://git.kernel.org/linus/32222f09782f1894fcfc37f6505ca676a6f4d1d6|commit]], [[https://git.kernel.org/linus/dd94888938f8fefc6ee29ef57560c1e87cc3e05e|commit]], [[https://git.kernel.org/linus/d3acd81ef916537f4f7321f3d7861f1950d5c304|commit]], [[https://git.kernel.org/linus/16069e1349a0c5535e189f9dc5d937bfd7631a06|commit]], [[https://git.kernel.org/linus/453924de6212ac159f946b75c6b59918e2e30944|commit]], [[https://git.kernel.org/linus/495f2ae9e3552c30f7b83be3d142a932885d506e|commit]], [[https://git.kernel.org/linus/28f4c58045ede40c44d331b9a6c9a6a41eb8e9a9|commit]], [[https://git.kernel.org/linus/abcbd3bfbbfe97a8912d0c929d4aa18f50d9bc52|commit]] * ZONEFS * zonefs: Improve error handling [[https://git.kernel.org/linus/14db5f64a971fce3d8ea35de4dfc7f443a3efb92|commit]] = Memory management = * (FEATURED) Multi-size THP for anonymous memory: runtime opt-in feature to transparent hugepages which improves performance by allocating larger chunks of memory during anonymous page faults [[https://git.kernel.org/linus/7dc7c5ef6463111991002f24c0aea08afe86f2cc|commit]], [[https://git.kernel.org/linus/372cbd4d5a0665bf7e181c72f5e40e1bf59b0b08|commit]], [[https://git.kernel.org/linus/3485b88390b0af9e05dc2c3f57e9936f41e159a0|commit]], [[https://git.kernel.org/linus/19eaf44954df64f9bc8dec398219e15ad0811497|commit]], [[https://git.kernel.org/linus/b6aab3384cafba151c53d3b5f7e1f8d073aadf03|commit]], [[https://git.kernel.org/linus/00679a183ac6d2584723cfc2a2c07c8285f802dc|commit]], [[https://git.kernel.org/linus/4f5070a5e40db2e9dbf5fff4ec678d6fbb338d5c|commit]], [[https://git.kernel.org/linus/9f0704eae8a4edc8dca9c8a297f798d505a4103a|commit]], [[https://git.kernel.org/linus/12dc16b38463a671bc91dc2df10f3a014a27ff3b|commit]], [[https://git.kernel.org/linus/c0f79103322c322ea9342d52c2d81528b7b56232|commit]] * dma-fence: Deadline awareness (uabi edition) [[https://git.kernel.org/linus/63ee44540205d993854f143a5ab1d7d9e63ffcf1|commit]], [[https://git.kernel.org/linus/70e67aaec2f4706df0006423eebca813b00f5840|commit]] * kasan * record and report more information [[https://git.kernel.org/linus/5d4c6ac94694096cdfb528f05a3019a1a423b3a4|commit]] * save mempool stack traces [[https://git.kernel.org/linus/280ec6ccb6422aa4a04f9ac4216ddcf055acc95d|commit]], [[https://git.kernel.org/linus/9b94fe91099cbf05606151ef05bea9632666f5d5|commit]], [[https://git.kernel.org/linus/1bb843048d00050678c392dab87a15c8b756df6f|commit]], [[https://git.kernel.org/linus/2e7c954c11af96aa1e0566a706f22152ef91d759|commit]], [[https://git.kernel.org/linus/1956832753735b1c399b86b2c66cb7c317dc9f31|commit]], [[https://git.kernel.org/linus/f129c31039283df884913142b0f3797d64d3a9d6|commit]], [[https://git.kernel.org/linus/9f41c59ae3163690868a32bd77e9e33c3bab555e|commit]], [[https://git.kernel.org/linus/cf0da2afe3dc2462b07fc951fa335a318eb38775|commit]], [[https://git.kernel.org/linus/b556a462eb8df6b6836c318d23f43409c40a7c7e|commit]], [[https://git.kernel.org/linus/ce37eec0ab62fb1f04509b83161845859815ee13|commit]], [[https://git.kernel.org/linus/0cc9fdbf4a5273310779bd4779fcdfb4705438a6|commit]], [[https://git.kernel.org/linus/29d7355a9d05de9a6e38cc4d1146fb96c43853fb|commit]], [[https://git.kernel.org/linus/7d4847ded24775a01cbe1e1a5292f132d27f158b|commit]], [[https://git.kernel.org/linus/413643f3a3e2fe378dbd9f078ec119abc4539a38|commit]], [[https://git.kernel.org/linus/37dcc69ad17a008d2b720bdc39f070ef2a959430|commit]], [[https://git.kernel.org/linus/0f199eb4351ffb453c3df2da733213bef89a03b4|commit]], [[https://git.kernel.org/linus/0f18ea6ea44cde3d7660e52fa8729d420f97409a|commit]], [[https://git.kernel.org/linus/86b15969831bde23c96de00db46687762a6e9e7d|commit]], [[https://git.kernel.org/linus/1ce9a0523938f87dd8505233cc3445f8e2d8dcee|commit]], [[https://git.kernel.org/linus/74e831af165acc968418a4d9fde8c2e099f3e8bf|commit]], [[https://git.kernel.org/linus/8ab3b09755d926afc3bdd2fadff7f159310440c2|commit]] * damon: let users feed and tame/auto-tune DAMOS [[https://git.kernel.org/linus/9294a037c01564786abb15436529fae3863268a2|commit]], [[https://git.kernel.org/linus/7f262da0a30df32a960f90ab6c11b08a7233ea34|commit]], [[https://git.kernel.org/linus/8b549a4fd3c5fd721e268564596095398b0469bc|commit]], [[https://git.kernel.org/linus/d91beaa505a0789c78adcf3ab021f5ed79794697|commit]], [[https://git.kernel.org/linus/f1762cb3eaea34add3655ecd0be9a77aca4e884c|commit]], [[https://git.kernel.org/linus/3649caed1c9b7aa57049620c498596c17fc7af9e|commit]], [[https://git.kernel.org/linus/3143a7bfd2a9852d63a2d88109cf5af49fcf4950|commit]], [[https://git.kernel.org/linus/0972913f9673b13f18c9d72199e25ae07cc1876b|commit]], [[https://git.kernel.org/linus/6140edeea8bf30bf94c23b18c39448b43f528f46|commit]] * ksm: Add ksm advisor [[https://git.kernel.org/linus/4e5fa4f5eff66ac654c5f3aa1b6f94d242ccae03|commit]], [[https://git.kernel.org/linus/66790e9a735b5c42349c48881e496b6946a55c05|commit]], [[https://git.kernel.org/linus/5088b49730afaaf3134d42705cfcff7ce8be082e|commit]], [[https://git.kernel.org/linus/0710f38ad26a6ac08a9154382fd3abf4e84c9092|commit]] * rmap: interface overhaul [[https://git.kernel.org/linus/9d5fafd5d882446999366f673ab06edba453f862|commit]], [[https://git.kernel.org/linus/e135826b2da0cf25305086dc9ac1e91718a148e1|commit]], [[https://git.kernel.org/linus/44887f39945519fa8405133b1acd098fda9c9746|commit]], [[https://git.kernel.org/linus/ebe2e35ec0f256372c158a18de459fb60070b313|commit]], [[https://git.kernel.org/linus/0c2ec32bf0b2f0d7ccb98c53ee5d255d68e73595|commit]], [[https://git.kernel.org/linus/a4ea18641d8330a97d7d66f0ab017b690099ffce|commit]], [[https://git.kernel.org/linus/68f0320824fa59c5429cbc811e6c46e7a30ea32c|commit]], [[https://git.kernel.org/linus/ef37b2ea08ace7b5fbcd569d703be1903afd12f9|commit]], [[https://git.kernel.org/linus/14d85a6e88a658e29d9c8d6c521e7f824f2f2c6c|commit]], [[https://git.kernel.org/linus/c4dffb0bc237d5e3b51adf947062e65ed34ac3c3|commit]], [[https://git.kernel.org/linus/7123e19c3c9d1539c899ac8d919498e3393bb288|commit]], [[https://git.kernel.org/linus/be6e57cfabe99a5d3b3869103c4ea0ed4a9692d4|commit]], [[https://git.kernel.org/linus/96fd74958c558d6976bbc303dda0efa389182fab|commit]], [[https://git.kernel.org/linus/8bd5130070fbf2247a97c5361427a810522ac98a|commit]], [[https://git.kernel.org/linus/91b2978a348073db0e47b380fa66c865eb25f3d8|commit]], [[https://git.kernel.org/linus/395db7b190892f1ca8d31e1fc83198e2531335f6|commit]], [[https://git.kernel.org/linus/a15dc4785c98f360bdca78483455e0aff30242cb|commit]], [[https://git.kernel.org/linus/977295349eb7826c50e2841915de96eab3a502c2|commit]], [[https://git.kernel.org/linus/da7dc0afe243874b6ad25f5070aa728349e4e0fd|commit]], [[https://git.kernel.org/linus/b832a354d787bfbdea5c226f0d77cc1a222d09f8|commit]], [[https://git.kernel.org/linus/84f0169e6c8a613012722e0d63302f9da4a72099|commit]], [[https://git.kernel.org/linus/0cae959e3abf19ba62805f6e6a8b42b6cd9ed3e3|commit]], [[https://git.kernel.org/linus/b06dc281aa9901076898d4d0a7bde588f11bc204|commit]], [[https://git.kernel.org/linus/5cc9695f06b065168f5c893c8e006b6a8a2c9c91|commit]], [[https://git.kernel.org/linus/a8e61d584eda0d5532b0bbfe3c2427d2688d3c83|commit]], [[https://git.kernel.org/linus/35668a4321461505dcc39b56a0d97b0ba2c99668|commit]], [[https://git.kernel.org/linus/18e8612e56244c6db3254d435a22344856a9c55b|commit]], [[https://git.kernel.org/linus/c46265030b0f400ef89833bb51da62676d2f855a|commit]], [[https://git.kernel.org/linus/5b205c7f2684764c8a9cc3442986623d4d6e87f1|commit]], [[https://git.kernel.org/linus/ca1a0746182c3c059573d7e4554d335cae5306dc|commit]], [[https://git.kernel.org/linus/5a0033f0285e0bb29f6e4d1593d4519c91ed882a|commit]], [[https://git.kernel.org/linus/4d8f7418e8ba36036c8486d92d9591c368ab9b85|commit]], [[https://git.kernel.org/linus/d8ef5e311d7bfde54b60ab45026f206eff31b2d2|commit]], [[https://git.kernel.org/linus/61d90309b7156d54c5d358cb5d8bf55b33d233d2|commit]], [[https://git.kernel.org/linus/96c772c25c89f35091ce924117602d04de82a0fe|commit]], [[https://git.kernel.org/linus/08e7795e2444c3df9292f4ac7092be6168166a46|commit]], [[https://git.kernel.org/linus/a13d096471ec0ac5c6fc90fbcd57e8430024046a|commit]], [[https://git.kernel.org/linus/e3b4b1374f87c71e9309efc6149f113cdd17af72|commit]], [[https://git.kernel.org/linus/e78a13fd16bb9d9712f61be2bd6612a092ce66ea|commit]] * Remove the SLAB allocator [[https://git.kernel.org/linus/0445ee000498ec1a5b1ed31bf35816cbeaef5e1e|commit]], [[https://git.kernel.org/linus/2a19be61a65157b9c6c25e831392cdefbd0a8940|commit]], [[https://git.kernel.org/linus/72786c0a3dc5d4151469f512909049a0b17ada3d|commit]], [[https://git.kernel.org/linus/a745b067db0f0711974063deb78c6639c24ec5bf|commit]], [[https://git.kernel.org/linus/bc3dcb850f1818528fcafb10dd38a4590d9119e3|commit]], [[https://git.kernel.org/linus/70da1d01edf6da3fde1df98b2125a77083a0fb82|commit]], [[https://git.kernel.org/linus/a9e0b9f27266d46ed6e73aac8d0844602cd0cb93|commit]], [[https://git.kernel.org/linus/8c20b29db5087684c2d46ca5a33b504b0743c85e|commit]], [[https://git.kernel.org/linus/16a1d968358aa9e897ce995fa45cb15d55a0e83d|commit]], [[https://git.kernel.org/linus/7ef08ae8277c66657127844179912214c67fb4bc|commit]], [[https://git.kernel.org/linus/19975f83412fbb9b1458f3dfbf16ca043a57788a|commit]], [[https://git.kernel.org/linus/89c2d061bfa7fe2b5bcb1393a7a79bb5db8d4140|commit]], [[https://git.kernel.org/linus/6011be59910fb12b757f9d37793d21763268b4a1|commit]], [[https://git.kernel.org/linus/0bedcc66d2a43a50ab660273842f4737a293dd8a|commit]], [[https://git.kernel.org/linus/b52ef56e9b324b172053b03d8c775ef4708fbc23|commit]], [[https://git.kernel.org/linus/b774d3e326d30fc8ef841101c399e44bdac2aa48|commit]], [[https://git.kernel.org/linus/5a9d31d980cbc9cefcee18e186bd4c5d51f3cba2|commit]], [[https://git.kernel.org/linus/4862caa5cba027bf7de925e05e4d1a64c89d81d6|commit]], [[https://git.kernel.org/linus/49378a05ce7f01a203550eb7c2ef772f6d24565c|commit]], [[https://git.kernel.org/linus/3450a0e5a6fc4cdbd70853f12c0c332dd24c1349|commit]], [[https://git.kernel.org/linus/ecf9a253ce120082ce0a8aff806c4de4865cfcc5|commit]] * thp: add {{{CONFIG_TRANSPARENT_HUGEPAGE_NEVER}}} option [[https://git.kernel.org/linus/683ec99f12f4c386c23bed7f6a8ef44db5a4999a|commit]] * Add folio_zero_tail() and folio_fill_tail() [[https://git.kernel.org/linus/a4fc4a0c45f2617c3aa8b693739de264e0c09909|commit]], [[https://git.kernel.org/linus/6eaa266b54660f6b3654ad8902b4f7027054f55a|commit]], [[https://git.kernel.org/linus/78c3c11268c38c5fb5b58f6be1bb018f3f1c195e|commit]] * huge_memory: batch tlb flush when splitting a pte-mapped THP [[https://git.kernel.org/linus/3027c6f8eb9d3857aef08f401aeb7de715410525|commit]] * Cleanup and use more folio in page fault [[https://git.kernel.org/linus/1486fb50136f4799946f5ecfe050094574647153|commit]], [[https://git.kernel.org/linus/f8b6187d8dd98fd32fe393071f362a7b6beaad0a|commit]], [[https://git.kernel.org/linus/294de6d8f14a69f1251b94223ba9d90d64b28cec|commit]], [[https://git.kernel.org/linus/e4621e70469c3ac6e1b6914f1c42941a8a6e44d2|commit]], [[https://git.kernel.org/linus/cf503cc665c442ce9893cb12561c57a328465e29|commit]] * memcg: optimize parent iteration in memcg_rstat_updated() [[https://git.kernel.org/linus/9cee7e8ef3e31ca25b40ca52b8585dc6935deff2|commit]] * memcg: subtree stats flushing and thresholds [[https://git.kernel.org/linus/508bed884767a8eb394640bae9edcdf082816c43|commit]], [[https://git.kernel.org/linus/e0bf1dc859fdd08ef738824710770a30a8069433|commit]], [[https://git.kernel.org/linus/8d59d2214c2362e7a9d185d80b613e632581af7b|commit]], [[https://git.kernel.org/linus/b006847222623ac3cda8589d15379eac86a2bcb7|commit]], [[https://git.kernel.org/linus/7d7ef0a4686abe43cd76a141b340a348f45ecdf2|commit]] * memcontrol: don't throttle dying tasks on memory.high [[https://git.kernel.org/linus/63fd327016fdfca6f2fa27eba3496bd079eb8ed3|commit]] * ratelimit stat flush from workingset shrinker [[https://git.kernel.org/linus/d4a5b369ad6d8aae552752ff438dddde653a72ec|commit]] * More swap folio conversions [[https://git.kernel.org/linus/96c7b0b42239e7b8987b2664b458dc74e825f760|commit]], [[https://git.kernel.org/linus/b99b4e0d9d7f29b428bacd7a61188b2abf340c1e|commit]], [[https://git.kernel.org/linus/bfcd44d5f816b442feb27f59e9312ce38ac4b3cf|commit]], [[https://git.kernel.org/linus/6de62c7bc4bc3444ce63490640efae965b637fe6|commit]], [[https://git.kernel.org/linus/ee1b1d9b46f206ffdef5ebe4086d925a5c43805b|commit]], [[https://git.kernel.org/linus/64a24e55e3f462836ee618be480bd1b0b018e557|commit]], [[https://git.kernel.org/linus/2c184d821eec55f9ea3c98c67dc2b0c5ec827c87|commit]], [[https://git.kernel.org/linus/3c3ebd82e0d1e77df7a3906e79b42d8f0793bdd7|commit]], [[https://git.kernel.org/linus/3a61e6f668120ee2c7840b91891c858d575d07e2|commit]], [[https://git.kernel.org/linus/c9bdf768dd9319d2d80a334646e2c8116af9e430|commit]], [[https://git.kernel.org/linus/69fe7d67cb0c6eeab3d4c9a3bf950f9d12af4719|commit]], [[https://git.kernel.org/linus/6e03492e9d288d9ce886064289e2768da5d7d967|commit]], [[https://git.kernel.org/linus/a4575c4138db887bd27dc7f87cf7cfb0224c6f5e|commit]] * slub: Delay freezing of CPU partial slabs [[https://git.kernel.org/linus/24c6a097b5a270e05c6e99a99da66b91be81fd7d|commit]], [[https://git.kernel.org/linus/43c4c349149c77f27c8e5801755a7b8883a70ebe|commit]], [[https://git.kernel.org/linus/8a399e2f60037ed07a55278e39b20e43dea4f0c2|commit]], [[https://git.kernel.org/linus/422e7d54375889484b66962d1dcbc392a6bd9e7a|commit]], [[https://git.kernel.org/linus/213094b5d1af7e6ab294a6d8f3b50cafb72642ae|commit]], [[https://git.kernel.org/linus/8cd3fa428b56352beaa38df756c1d3f1556f5514|commit]], [[https://git.kernel.org/linus/00eb60c28815e22690834b2e3951ded0cd300b8d|commit]], [[https://git.kernel.org/linus/21316fdc799932ff43fa00a6d6a45b16dbd77844|commit]], [[https://git.kernel.org/linus/31bda717d7777b8b6cf542af2730651ad6bb4839|commit]] * userfaultfd move option [[https://git.kernel.org/linus/880a99b60d467eefd96322e27b0a8c0b805dfa43|commit]], [[https://git.kernel.org/linus/adef440691bab824e39c1b17382322d195e1fab0|commit]], [[https://git.kernel.org/linus/1c8d39fa7b63dcbb77af7b0325fdc519c35fe618|commit]], [[https://git.kernel.org/linus/e8a422408ba9760e2640ca57e4b79c3dd7f48bd2|commit]], [[https://git.kernel.org/linus/a2bf6a9ca80532b75f8f8b6a1cd75ef7e5150576|commit]] * zswap: make shrinking memcg-aware [[https://git.kernel.org/linus/a65b0e7607ccb5e5184591f73e48512f25c76061|commit]] = Block layer = * block integrity: directly map user space addresses [[https://git.kernel.org/linus/492c5d455969fc2e829f26ed4c83487b068f0dd7|commit]], [[https://git.kernel.org/linus/d6aacee9255e7fc10654d867f077d7b0e381eeec|commit]], [[https://git.kernel.org/linus/e5da71f1e373f36c7506ffa9a60ef7ec6e84674d|commit]], [[https://git.kernel.org/linus/8fadb86d4ced8b8349a3b227d6d66736ff150819|commit]] * Default the discard granularity to sector size [[https://git.kernel.org/linus/3c407dc723bbf914f3744b0c2bb82265b411a50c|commit]] * (FEATURED) Add config option to not allow writing to mounted devices [[https://git.kernel.org/linus/1bfdc94b28cf1c89b5b3fb062b1defe51fdba163|commit]], [[https://git.kernel.org/linus/cd34758c5238ae6976b10fe15bba7031b409c969|commit]], [[https://git.kernel.org/linus/ed5cc702d311c14b653323d76062b0294effa66e|commit]], [[https://git.kernel.org/linus/ead622674df5a3ae575b964090bee65f6b7f805f|commit]], [[https://git.kernel.org/linus/6f861765464f43a71462d52026fbddfc858239a5|commit]], [[https://git.kernel.org/linus/3584c8f48a70c1f74c7b7bab59cf22bb66224649|commit]], [[https://git.kernel.org/linus/afde134b5bd02a5c719336ca1d0d3cb7e4def70e|commit]] * zram: split memory-tracking and ac-time tracking [[https://git.kernel.org/linus/a7a0350583ba51d8cde6180bb51d704b89a3b29e|commit]] * md/raid1: support read error check [[https://git.kernel.org/linus/ca294b34aaf3a417fe9069b174e52508ac918ec8|commit]] * md: Remove deprecated CONFIG_MD_LINEAR [[https://git.kernel.org/linus/849d18e27be9a1253f2318cb4549cc857219d991|commit]] * md: Remove deprecated CONFIG_MD_FAULTY [[https://git.kernel.org/linus/415c7451872b0d037760795edd3961eaa63276ea|commit]] * md: Remove deprecated CONFIG_MD_MULTIPATH [[https://git.kernel.org/linus/d8730f0cf4effa015bc5e8840d8f8fb3cdb01aab|commit]] * Implement freeze and thaw as holder operations. This allows us to extend block device freezing to all devices associated with a superblock and not just the main device [[https://git.kernel.org/linus/f0cd988016f679f489f0ca8498c300eaff370b28|commit]], [[https://git.kernel.org/linus/982c3b3058433f20aba9fb032599cee5dfc17328|commit]], [[https://git.kernel.org/linus/fbcb8f39e96d59f4ed48cbdfaa65211fa867985c|commit]], [[https://git.kernel.org/linus/a30561a9be69d446d8d542a4f9735fe5ca9573df|commit]], [[https://git.kernel.org/linus/49ef8832fb1a9e0da0020eb17480fd286433bc13|commit]], [[https://git.kernel.org/linus/434f8d8299f2a0c97578f77ab23a70cd0ae56544|commit]], [[https://git.kernel.org/linus/90f95dc415de23267b888f8238c4a19fa0f66b89|commit]], [[https://git.kernel.org/linus/97cbed04e71da698d324c585f79f981b032a1bd5|commit]], [[https://git.kernel.org/linus/01bc8e9ae23a4257e12c87f5caa0f21034e7b40b|commit]], [[https://git.kernel.org/linus/e419cf3ebaee694a826ddcfb350f1b1ebaf1e599|commit]] * Show correct device and inode numbers in /proc/pid/maps [[https://git.kernel.org/linus/3efdc78fdc21ab82694707eb234ab93f28d13ba8|commit]] = Tracing, perf and BPF = * bpf: Add a new kfunc for cgroup1 hierarchy [[https://git.kernel.org/linus/fe977716b40cb98cf9c91a66454adf3dc2f8c59a|commit]] * bpf: Add bpf_cpumask_weight() kfunc [[https://git.kernel.org/linus/a6de18f310a511278c1ff16b96eb2d500eada725|commit]] * bpf: File verification with LSM and fsverity [[https://git.kernel.org/linus/ac9c05e0e453cfcab2866f6d28f257590e4f66e5|commit]], [[https://git.kernel.org/linus/67814c00de3161181cddd06c77aeaf86ac4cc584|commit]], [[https://git.kernel.org/linus/0de267d9ec6574536ec5ea2f2242df5c92bcdd4b|commit]], [[https://git.kernel.org/linus/6b0ae4566aba566a2ab4a2de9c59ab3d7f4b43c2|commit]], [[https://git.kernel.org/linus/341f06fdddf72cd60a10945152f69f0f1d614519|commit]], [[https://git.kernel.org/linus/1030e9154258b54e3c7dc07c39e7b6dcf24bc3d2|commit]] * bpf: Add link_info support for uprobe multi link [[https://git.kernel.org/linus/48f0dfd8d3e212ab27b6db147ed10407ff6aaa88|commit]], [[https://git.kernel.org/linus/4930b7f53a298533bc31d7540b6ea8b79a000331|commit]], [[https://git.kernel.org/linus/e56fdbfb06e26a7066b070967badef4148528df2|commit]], [[https://git.kernel.org/linus/1703612885723869064f18e8816c6f3f87987748|commit]], [[https://git.kernel.org/linus/147c69307bcf67f1f01246f9acb794da9837f299|commit]], [[https://git.kernel.org/linus/a7795698f8b6c48283fa4334eb313bc1350b2864|commit]] * bpf: Reduce memory usage for bpf_global_percpu_ma [[https://git.kernel.org/linus/9beda16c257d55213f70adee2f16d7f13a8502e1|commit]], [[https://git.kernel.org/linus/9fc8e802048ad150e8032c4f3dbf40112160cfe9|commit]], [[https://git.kernel.org/linus/c39aa3b289e9c10d0d246cd919b06809f13b72b8|commit]], [[https://git.kernel.org/linus/5b95e638f134e552b5ba2976326c02babe248615|commit]], [[https://git.kernel.org/linus/0e2ba9f96f9b82893ba19170ae48d46003f8ef44|commit]], [[https://git.kernel.org/linus/5c1a37653260ed5d9c8b26fb7fe7b99629612982|commit]], [[https://git.kernel.org/linus/21f5a801c171dff4e728e38f62cf626c4197d07c|commit]], [[https://git.kernel.org/linus/adc8c4549d9e74d2359c217d2478b18ecdd15c91|commit]] * bpf: Re-support uid and gid when mounting bpffs [[https://git.kernel.org/linus/b08c8fc0411dce0fc44b78ce4d67f1b67c35c196|commit]] * BPF register bounds logic and testing improvements [[https://git.kernel.org/linus/2b62aa59d02ed281fa4fc218df3ca91b773e1e62|commit]], [[https://git.kernel.org/linus/f4c7e887324f5776eef6e6e47a90e0ac8058a7a8|commit]], [[https://git.kernel.org/linus/93f7378734b595fb61e89b802002fb7e3a1267d2|commit]], [[https://git.kernel.org/linus/d540517990a9d105bf0312760665964916ac044f|commit]], [[https://git.kernel.org/linus/c1efab6468fd5ef541d47d81dbb62cca27f8db3b|commit]], [[https://git.kernel.org/linus/6593f2e6741f03b49bffc9d55ddd4c1c47853c39|commit]], [[https://git.kernel.org/linus/c51d5ad6543cc36334ef1fcd762d0df767a0bf7e|commit]], [[https://git.kernel.org/linus/d7f00873817129e62f8c70891cb13c8eafe9feef|commit]], [[https://git.kernel.org/linus/9e314f5d8682e1fe6ac214fb34580a238b6fd3c4|commit]], [[https://git.kernel.org/linus/c2a3ab094683ddc154879a1364fc7cb0228f96a6|commit]], [[https://git.kernel.org/linus/c31534267c180f7ed00288d239a501b554885300|commit]], [[https://git.kernel.org/linus/c697289efe4ef38bc5c62f119cb74433f784b826|commit]], [[https://git.kernel.org/linus/b74c2a842bba941945279027083fcee1e9aaa73f|commit]], [[https://git.kernel.org/linus/4d345887d2e5a1915600cb5d37b16c4088c6ee1c|commit]], [[https://git.kernel.org/linus/811476e9cc578cb6c776627ac069dc45a8431791|commit]], [[https://git.kernel.org/linus/4621202adc5bc0d1006af37fe8b9aca131387d3c|commit]] * bpf: Complete BPF verifier precision tracking support for register spills [[https://git.kernel.org/linus/41f6f64e6999a837048b1bd13a2f8742964eca6b|commit]], [[https://git.kernel.org/linus/876301881c436bf38e83a2c0d276a24b642e4aab|commit]], [[https://git.kernel.org/linus/ab125ed3ec1c10ccc36bc98c7a4256ad114a3dae|commit]], [[https://git.kernel.org/linus/eaf18febd6ebc381aeb61543705148b3e28c7c47|commit]], [[https://git.kernel.org/linus/b33ceb6a3d2ee07fdd836373383a6d4783581324|commit]], [[https://git.kernel.org/linus/e322f0bcb8d371f4606eaf141c7f967e1a79bcb7|commit]], [[https://git.kernel.org/linus/add1cd7f22e61756987865ada9fe95cd86569025|commit]], [[https://git.kernel.org/linus/18a433b62061e3d787bfc3e670fa711fecbd7cb4|commit]] * bpfilter: remove bpfilter [[https://git.kernel.org/linus/98e20e5e13d2811898921f999288be7151a11954|commit]] * Add bpf_xdp_get_xfrm_state() kfunc [[https://git.kernel.org/linus/8f0ec8c681755f523cf842bfe350ea40609b83a9|commit]], [[https://git.kernel.org/linus/77a7a8220f0d87c44425c0a12e0a72b14962535b|commit]], [[https://git.kernel.org/linus/02b4e126e6a5f5552da2ccec47a028984d2d9654|commit]], [[https://git.kernel.org/linus/e7adc8291a9e9c232d600d82465cbbb682164ca3|commit]], [[https://git.kernel.org/linus/2cd07b0eb08c0ed63b1bd0bf0114146b19a4ab1f|commit]] * Enhance BPF global subprogs with argument tags [[https://git.kernel.org/linus/4ba1d0f23414135e4f426dae4cb5cdc2ce246f89|commit]], [[https://git.kernel.org/linus/5eccd2db42d77e3570619c32d39e39bf486607cf|commit]], [[https://git.kernel.org/linus/e26080d0da87f20222ca6712b65f95a856fadee0|commit]], [[https://git.kernel.org/linus/c5a7244759b1eeacc59d0426fb73859afa942d0d|commit]], [[https://git.kernel.org/linus/f18c3d88deedf0defc3e4800341cc7bcaaabcdf9|commit]], [[https://git.kernel.org/linus/94e1c70a34523b5e1529e4ec508316acc6a26a2b|commit]], [[https://git.kernel.org/linus/a64bfe618665ea9c722f922cba8c6e3234eac5ac|commit]], [[https://git.kernel.org/linus/aae9c25dda159045b223ecb471cd0729ccec8285|commit]], [[https://git.kernel.org/linus/0a0ffcac92d5b41133c97d260ad1f320572783a5|commit]], [[https://git.kernel.org/linus/f0a5056222f2cfa6d40b4c888cb6b01e8569e282|commit]] * Revert BPF token-related functionality [[https://git.kernel.org/linus/d17aff807f845cf93926c28705216639c7279110|commit]] * Libbpf-side `__arg_ctx` fallback support [[https://git.kernel.org/linus/df7c3f7d3a3ddab31ca8cfa9b86a8729ec43fd2e|commit]], [[https://git.kernel.org/linus/fa98b54bff39f51c46fc96d3385c6292391c277b|commit]], [[https://git.kernel.org/linus/f08c18e083adfef92946ae1d44b07bb81e727e08|commit]], [[https://git.kernel.org/linus/dac645b950ea4fc0896fe46a645365cb8d9ab92b|commit]], [[https://git.kernel.org/linus/fb03be7c4a27c25696287df4ee06c5aafa31267c|commit]], [[https://git.kernel.org/linus/1004742d7ff03a088e74133af2401556ac80092b|commit]], [[https://git.kernel.org/linus/2f38fe689470055440bf80fc644920023a643a82|commit]], [[https://git.kernel.org/linus/67fe459144dd629855bd9fb4b12bd9c4f792a8cf|commit]] * perf archive: Add new option '--all' to pack perf.data with DSOs [[https://git.kernel.org/linus/624dda101e03c3a3a155d51e37a7bb7607cb760b|commit]] * perf archive: Add new option '--unpack' to expand tarballs [[https://git.kernel.org/linus/e43c64c971e48d11ee100c5a8b2eadbed056f924|commit]] * perf debug: Expose debug file [[https://git.kernel.org/linus/ec49230cf6dda70437bf878281566dd82af9affa|commit]] * perf tools: Introduce data type profiling [[https://git.kernel.org/linus/60cb19b485a534a896431393a877d853bbe51b67|commit]], [[https://git.kernel.org/linus/3eee606757ad82f32332a2da174aa032bfd9cc32|commit]], [[https://git.kernel.org/linus/b9c87f536c6f28c75ace8a014646faad00f0e1ec|commit]], [[https://git.kernel.org/linus/fc044c53b99fad039ac30b95b289992ebf7dd6b4|commit]], [[https://git.kernel.org/linus/0669729eb0afb0cf55fe1b97d7a8b1315354910f|commit]], [[https://git.kernel.org/linus/3a0c26edc3d2f39da3a91eb6eae404253e7ccbaa|commit]], [[https://git.kernel.org/linus/67bc54bbc5a25c0488cc488558a11c14c10f5f14|commit]], [[https://git.kernel.org/linus/2f2c41bdd87f450a6a71c5d090d42c248ca4bf1e|commit]], [[https://git.kernel.org/linus/81e57deec32594b124d777b1d3ca8a1415410230|commit]], [[https://git.kernel.org/linus/4a111cadac85362ed9476737d7a36e8dd3a8e476|commit]], [[https://git.kernel.org/linus/9bd7ddd1576164fbb8d369c6a7b018af9544e202|commit]], [[https://git.kernel.org/linus/871304a79f755b2ab594bbd21857ecb4c4aa57c9|commit]], [[https://git.kernel.org/linus/e2c1c8ff2d2ffec340b8fc73ee13b8fb516d1c6d|commit]], [[https://git.kernel.org/linus/263925bf843f5ca8257317d74992f8e6b7d222e3|commit]], [[https://git.kernel.org/linus/227ad323854ab48d45966461d7a0a94e03f19368|commit]], [[https://git.kernel.org/linus/61a9741e9f78c64c5178e4ae9d405eeceff04c8f|commit]], [[https://git.kernel.org/linus/58824fa0087e1cb732edbf1f112a5ea0b2205c8b|commit]] * perf stat: Combine the -A/--no-aggr and --no-merge options [[https://git.kernel.org/linus/6f33e6fa29d0366d6e5b3ea2930dbc0b648151fe|commit]] * perf test: Add option to change objdump binary [[https://git.kernel.org/linus/33ce9fc4f8ddba30b7040bd01cea11080f40b344|commit]], [[https://git.kernel.org/linus/6aad765d10c5cd8a62b258c359bae643ab2d45da|commit]] * perf test: Basic branch counter support [[https://git.kernel.org/linus/697579629f850d8f863147351e12e74c50114a8a|commit]] * perf tools: Add --debug-file option to redirect debug output [[https://git.kernel.org/linus/72108c0b9c0e004d7dfc2fc88b02c30b12711325|commit]] * perf: Add branch stack counters [[https://git.kernel.org/linus/571d91dcadfa3cef499010b4eddb9b58b0da4d24|commit]], [[https://git.kernel.org/linus/85846b27072defc7ab3dcee7ff36563a040079dc|commit]], [[https://git.kernel.org/linus/1f2376cd03dd3b965d130ed46a7c92769d614ba1|commit]], [[https://git.kernel.org/linus/318c4985911245508f7e0bab5265e208a38b5f18|commit]], [[https://git.kernel.org/linus/33744916196b4ed7a50f6f47af7c3ad46b730ce6|commit]], [[https://git.kernel.org/linus/ac9cd7245fffa0fc053afce3b345469e5afa533a|commit]], [[https://git.kernel.org/linus/9fbb4b02302b0ae618303565025412070d32f85e|commit]] * tracing: Allow creating instances with specified system events [[https://git.kernel.org/linus/d23569979ca1cd139a42c410e0c7b9e6014c3b3a|commit]] * ring-buffer/tracing: Allow ring buffer to have bigger sub buffers [[https://git.kernel.org/linus/139f84002145d8624f0195fb090b3a7670744a13|commit]], [[https://git.kernel.org/linus/2808e31ec12e5fbe2ae25acc027fcdc67b1fb7f0|commit]], [[https://git.kernel.org/linus/f9b94daa542a8d2532f0930f01cd9aec2d19621b|commit]], [[https://git.kernel.org/linus/bce761d757452ba5eb77e11fecc37a04b67494e7|commit]], [[https://git.kernel.org/linus/22887dfba0633c09444562722f0cf68f61ec9a50|commit]], [[https://git.kernel.org/linus/b81e03a24966dca0b119eff0549a4e44befff419|commit]], [[https://git.kernel.org/linus/4e958db34fd5324421ef9562c31c15e2d152dc63|commit]], [[https://git.kernel.org/linus/aa067682adf19ca78f81cd57539282dbfd7cce21|commit]], [[https://git.kernel.org/linus/fa4b54af5ba17a59ce082e9d710eb638bdce7637|commit]], [[https://git.kernel.org/linus/353cc219372935805218e05a7754a059ab104641|commit]], [[https://git.kernel.org/linus/8e7b58c27b3c567316a51079b375b846f9223bba|commit]], [[https://git.kernel.org/linus/7c3f48026589b532ebc0d12f939f6be78bd74a58|commit]], [[https://git.kernel.org/linus/1acce70374caabc2945aa07a862f834fb7c2914f|commit]], [[https://git.kernel.org/linus/2f84b39f48476615186af5b3220ad5a2c756679b|commit]], [[https://git.kernel.org/linus/3cb3091138ca0921c4569bcf7ffa062519639b6a|commit]] = Virtualization = * KVM * guest_memfd() and per-page attributes [[https://git.kernel.org/linus/e97b39c5c4362dc1cbc37a563ddac313b96c84f3|commit]], [[https://git.kernel.org/linus/c0db19232c1ed6bd7fcb825c28b014c52732c19e|commit]], [[https://git.kernel.org/linus/8569992d64b8f750e34b7858eac5d7daaf0f80fd|commit]], [[https://git.kernel.org/linus/d497a0fab8b8457214fcc9b1a39530920ea7e95e|commit]], [[https://git.kernel.org/linus/1853d7502a19b34b2cfe4ea0698bee73323fec3a|commit]], [[https://git.kernel.org/linus/4a2e993faad3880962540ab8e3b68f22e48b18e8|commit]], [[https://git.kernel.org/linus/f128cf8cfbecccf95e891ae90d9c917df5117c7a|commit]], [[https://git.kernel.org/linus/bb58b90b1a8f753b582055adaf448214a8e22c31|commit]], [[https://git.kernel.org/linus/16f95f3b95caded251a0440051e44a2fbe9e5f55|commit]], [[https://git.kernel.org/linus/cec29eef0a815386d520d61c2cbe16d537931639|commit]], [[https://git.kernel.org/linus/193bbfaacc84f9ee9c281ec0a8dd2ec8e4821e57|commit]], [[https://git.kernel.org/linus/5a475554db1e476a14216e742ea2bdb77362d5d5|commit]], [[https://git.kernel.org/linus/0003e2a414687fff6a75250d381e4abf345d663f|commit]], [[https://git.kernel.org/linus/4f0b9194bc119a9850a99e5e824808e2f468c348|commit]], [[https://git.kernel.org/linus/a7800aa80ea4d5356b8474c2302812e9d4926fa6|commit]], [[https://git.kernel.org/linus/ee605e31563348f44d2ff0b6b74d33df69dd535c|commit]], [[https://git.kernel.org/linus/90b4fe17981e155432c4dbc490606d0c2e9c2199|commit]], [[https://git.kernel.org/linus/8dd2eee9d526c30fccfe75da7ec5365c6476e510|commit]], [[https://git.kernel.org/linus/2333afa17af0f4b6651214ee17cfd5ae5f47787a|commit]], [[https://git.kernel.org/linus/eed52e434bc33603ddb0af62b6c4ef818948489d|commit]], [[https://git.kernel.org/linus/89ea60c2c7b5838bf192c50062d5720cd6ab8662|commit]], [[https://git.kernel.org/linus/335869c3f2b881bda6eeeb2df342841a1db3310b|commit]], [[https://git.kernel.org/linus/8d99e347c097ab3f9fb93d0f88dddf20051d7c88|commit]], [[https://git.kernel.org/linus/bb2968ad6c33c0902dce48ea57d58c5bb4f3c617|commit]], [[https://git.kernel.org/linus/f7fa67495d118f734f98b406fd46888616b4a3c3|commit]], [[https://git.kernel.org/linus/01244fce2fa22176e46609c051f6fe15cf81e188|commit]], [[https://git.kernel.org/linus/672eaa351015d8165c41fff644ee7d2b369cea12|commit]], [[https://git.kernel.org/linus/242331dfc4959f44e706c9b09b768f312aa5e117|commit]], [[https://git.kernel.org/linus/43f623f350ce1c46c53b6b77f4dbe741af8c44f3|commit]], [[https://git.kernel.org/linus/e6f4f345b259cad178bad7e40a9d4b65cf195067|commit]], [[https://git.kernel.org/linus/2feabb855df8f0889146c2e951307ba477d1f37b|commit]], [[https://git.kernel.org/linus/8a89efd43423cb3005c5e641e846184e292c1465|commit]], [[https://git.kernel.org/linus/e3577788de64139202d89224fe31613c0f02b790|commit]] * Remove CONFIG_HAVE_KVM_EVENTFD [[https://git.kernel.org/linus/8132d887a7023b212f242a51ae89281c69fde996|commit]] * Remove CONFIG_HAVE_KVM_IRQFD [[https://git.kernel.org/linus/c5b31cc2371728ddefe9baf1d036aeb630a25d96|commit]] * Remove deprecated UAPIs [[https://git.kernel.org/linus/a5d3df8ae13fada772fbce952e9ee7b3433dba16|commit]] * hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC [[https://git.kernel.org/linus/adf47524b56a791734ae24da8412c6579e2fab4f|commit]] * vfio/migration: Add debugfs to live migration driver [[https://git.kernel.org/linus/2202844e4468c7539dba0c0b06577c93735af952|commit]] * vfio/pds: Add multi-region support [[https://git.kernel.org/linus/2e7c6feb4ef5257189819359e754625ccf5a1d6c|commit]] * Introduce a vfio driver over virtio devices [[https://git.kernel.org/linus/838bebb4c926a573839ff1bfe1b654a6ed0f9779|commit]], [[https://git.kernel.org/linus/fd27ef6b44bec26915c5b2b22c13856d9f0ba17a|commit]], [[https://git.kernel.org/linus/92792ac752aa80d5ee71bc291d90edd06cd76bd1|commit]], [[https://git.kernel.org/linus/388431b9f59bbfde2b5f2fe032b0836158b09ad0|commit]], [[https://git.kernel.org/linus/f51e146f1e5c9de02433e51f5a344556502d9c6a|commit]], [[https://git.kernel.org/linus/c3fc3e098bd64c560dde49a6e72b21b055150abe|commit]], [[https://git.kernel.org/linus/8bccc5b80678c69f7729ce4cd232c0aa98fa6277|commit]], [[https://git.kernel.org/linus/8486ae162b3b6cc1055366f044495cf1966231f1|commit]], [[https://git.kernel.org/linus/eb61eca0e8c3efbdd6d3c9d2b7f70bf67e165f7d|commit]] * virtio: Add support for no-reset virtio PCI PM [[https://git.kernel.org/linus/dff4fa0e57856045359440d05af9e9b7f7048f52|commit]] * virtio_pmem: support feature SHMEM_REGION [[https://git.kernel.org/linus/35967bdcff325f4572b21b0d0005318da7e03f53|commit]] = Cryptography = * Add lskcipher API type [[https://git.kernel.org/linus/0ae4dcc1ebf63118364d540b84c70352e8b2b2a4|commit]], [[https://git.kernel.org/linus/662ea18d089ba6fa02859fbd64f2aa78d88c6648|commit]], [[https://git.kernel.org/linus/47309ea1359115125d9cab17a279c8df72b47235|commit]], [[https://git.kernel.org/linus/99bd99d3e3a7f73c1c01ef510d48730b3bdd2c4a|commit]] * Add Intel Analytics Accelerator (IAA) crypto compression driver [[https://git.kernel.org/linus/15a611015224c6698801ab9a2c2321742c39174e|commit]], [[https://git.kernel.org/linus/d7ad915d817c8ce07a6101292497dddbab0429a3|commit]], [[https://git.kernel.org/linus/8621f99bde2c3232ec254bae67f91bc6ca7b02b9|commit]], [[https://git.kernel.org/linus/86d3a34144fd634861d4401903ac9a21bb87f025|commit]], [[https://git.kernel.org/linus/786d0e7f183ac1c1aef1801c2110f7582f0a6a83|commit]], [[https://git.kernel.org/linus/aa8d18becc0c14aa3eb46d6d1b81450446e11b87|commit]], [[https://git.kernel.org/linus/8ccc257b29a183c42830aa854ed7b50fa22f8731|commit]], [[https://git.kernel.org/linus/ea7a5cbb43696cfacf73e61916d1860ac30b5b2f|commit]], [[https://git.kernel.org/linus/f57bf3f78377d66af89a6d0c6d926ffb1f590b5d|commit]], [[https://git.kernel.org/linus/b190447e0fa3ef7355480d641d078962e03768b4|commit]], [[https://git.kernel.org/linus/2ec6761df889fdf896fde761abd447596dd8f8c2|commit]], [[https://git.kernel.org/linus/09646c98d0bfed47930d9eb0d66c323fae70a5e0|commit]], [[https://git.kernel.org/linus/93382a91632a5d88bb9bb0ff1fea872fe87f5dc2|commit]], [[https://git.kernel.org/linus/979f6ded93ac5ca0fec2b4c5b7b668c8a2a65e1b|commit]] * Remove cfb and ofb [[https://git.kernel.org/linus/29fa12e918e5f7fe9947aab2f325a4b54f4c5d99|commit]], [[https://git.kernel.org/linus/05bd1e2a78a453910104b0fe4aa771d08cbeccf1|commit]], [[https://git.kernel.org/linus/a9cdf13e9ba940ad5498967d60d09c6c1f020b64|commit]], [[https://git.kernel.org/linus/00b05e51222337d1c3b08130f320e1a43af8f73b|commit]], [[https://git.kernel.org/linus/a16144bda9c332079b6a1db52725e9c22007114d|commit]], [[https://git.kernel.org/linus/769a043bf176c6cc66f8762a08cc81c93fa1b789|commit]], [[https://git.kernel.org/linus/f5a019f5b094fc4cedda413571ece59931932a02|commit]], [[https://git.kernel.org/linus/e54f2a5ee8fca19c107f6688c2e1738aeb1d86d9|commit]], [[https://git.kernel.org/linus/572ef735049c10d8d27185438ecff33a265a1481|commit]], [[https://git.kernel.org/linus/1c90a1b43bc34eaf9c8913238f408a1317eab43f|commit]], [[https://git.kernel.org/linus/dfe6c5d16b31bef466e49ed06092ecfe6681c036|commit]], [[https://git.kernel.org/linus/63340c481b859154ad4486f68c9d1b01ace5650e|commit]], [[https://git.kernel.org/linus/66c465c6e7b1867b8bae1194ecfb05556ac7aa07|commit]], [[https://git.kernel.org/linus/015b8e121082671f14cf2912df9afbfd139575b4|commit]], [[https://git.kernel.org/linus/fef39f99d571554ddd2f349231cc56c23f5fe0c6|commit]], [[https://git.kernel.org/linus/92650f930073a0d98c8479b0b4341a613223ec10|commit]], [[https://git.kernel.org/linus/1c95b5469ee313dba6fe1e0d7197b0a6544b8ed0|commit]], [[https://git.kernel.org/linus/d4bd2102472c4071d0df4a948316f73390228faf|commit]], [[https://git.kernel.org/linus/412ac51ce0b8c5581b6ff57fff6501e905a5471f|commit]] * drbg - Remove SHA1 from drbg [[https://git.kernel.org/linus/bc197f5760025b61a33565301f4390886e0483db|commit]] = Security = * (FEATURED) LSM: Three new syscalls: {{{lsm_list_modules()}}}, {{{lsm_get_self_attr()}}}, and {{{lsm_set_self_attr()}}}. The first syscall simply lists the LSMs enabled, while the second and third get and set the current process' LSM attributes. Yes, these syscalls may provide similar functionality to what can be found under /proc or /sys, and considerable time has been spent trying to extend them, but these new syscalls were designed to support multiple, simultaneaous (stacked) LSMs from the start as opposed to the current /proc based solutions which were created at a time when only one LSM was allowed to be active at a given time [[https://git.kernel.org/linus/f3b8788cde61b02f1e6c202f8fac4360e6adbafc|commit]], [[https://git.kernel.org/linus/9285c5ad9d00abfe0f4e2ce4039c8127e7a09738|commit]], [[https://git.kernel.org/linus/267c068e5f8b81b68cc4247c94dbba90a21a634e|commit]], [[https://git.kernel.org/linus/a04a1198088a1378d0389c250cc684f649bcc91e|commit]], [[https://git.kernel.org/linus/ad4aff9ec25f400608283c10d634cc4eeda83a02|commit]], [[https://git.kernel.org/linus/5f42375904b08890f2e8e7cd955c5bf0c2c0d05a|commit]], [[https://git.kernel.org/linus/e1ca7129db2c3b3c4d261702905a752e6b2710b4|commit]], [[https://git.kernel.org/linus/38b323e5881608b5a229526d9a567df6182255ef|commit]], [[https://git.kernel.org/linus/223981db9bafb80f558162c148f261e2ff043dbe|commit]], [[https://git.kernel.org/linus/762c934317e6f4b576eb4aa75e5facf4968a4a8f|commit]], [[https://git.kernel.org/linus/d3d929a8b0cd6deb7d70d1d8d805bccee3fbf11f|commit]] * apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256 [[https://git.kernel.org/linus/e44a4dc4b36cc087878596b937d52caca35e9b19|commit]] * audit: Send netlink ACK before setting connection in auditd_set [[https://git.kernel.org/linus/022732e3d846e197539712e51ecada90ded0572a|commit]] * evm: disable EVM on overlayfs [[https://git.kernel.org/linus/40ca4ee3136d2d09977d1cab8c0c0e1582c3359d|commit]], [[https://git.kernel.org/linus/cd708c938f055c9eb5a366ec1c8edcefa28afc28|commit]], [[https://git.kernel.org/linus/c00f94b3a5be428837868c0f2cdaa3fa5b4b1995|commit]] * selinux: introduce an initial SID for early boot processes [[https://git.kernel.org/linus/ae254858ce0745aba25d107159b580ab5fdada5b|commit]] * lsm: new {{{security_file_ioctl_compat()}}} hook to handle the 32-bit ioctls on 64-bit systems problem [[https://git.kernel.org/linus/f1bb47a31dff6d4b34fb14e99850860ee74bb003|commit]] = Networking = * Analyze and reorganize core networking structs (socks, netdev, netns, mibs) to optimize cacheline consumption and set up build time warnings to safeguard against future header changes. This improves TCP performances with many concurrent connections up to 40% [[https://git.kernel.org/linus/14006f1d8fa24a2320781ad503ca1cba92e940d2|commit]], [[https://git.kernel.org/linus/aeb9ce058d7c6193dc41e06b3a5b29d22c446b14|commit]], [[https://git.kernel.org/linus/18fd64d2542292713b0322e6815be059bdee440c|commit]], [[https://git.kernel.org/linus/43a71cd66b9c0a4af3d15d8644359fde35bdbed0|commit]], [[https://git.kernel.org/linus/d5fed5addb2b6bc13035de4338b7ea2052a2e006|commit]] * tcp: Dump bound-only sockets in inet_diag [[https://git.kernel.org/linus/91051f003948432f83b5d2766eeb83b2b4993649|commit]] * tun: add missing rx stats accounting in tun_xdp_act [[https://git.kernel.org/linus/f1084c427f55d573fcd5688d9ba7b31b78019716|commit]] * Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support) [[https://git.kernel.org/linus/bc877956272f0521fef107838555817112a450dc|commit]], [[https://git.kernel.org/linus/2a502ff0c4e42a739b5aa550c901bf3852795532|commit]], [[https://git.kernel.org/linus/91fdbce7e8d69be255b45bfeb52092629a50e267|commit]], [[https://git.kernel.org/linus/6b6171db7fc8f7a6d0f0f0acb7aff16cecf14f42|commit]], [[https://git.kernel.org/linus/ff9991499fb53575c45eb92cd064bcd7141bb572|commit]], [[https://git.kernel.org/linus/27f91aaf49b3a50e5a02ad5fa27b7c453d029a72|commit]], [[https://git.kernel.org/linus/5a5131d66fe02337de0b1b2e021b58f0f55c6df5|commit]], [[https://git.kernel.org/linus/26793bfb5d6072326d1465343e7cbf6156abca4f|commit]], [[https://git.kernel.org/linus/8481a249a0eaf0000dbb18f7689ccd50ea9835cd|commit]], [[https://git.kernel.org/linus/db4704f4e4dfce835e934609fca735a648ce26e8|commit]] * batman-adv: Implementation of a Stateless Multicast Packet Type [[https://git.kernel.org/linus/07afe1ba288c04280622fa002ed385f1ac0b6fe6|commit]], [[https://git.kernel.org/linus/90039133221e33964ccb4a536dad7eb0a372fff7|commit]], [[https://git.kernel.org/linus/2dfe644a1ce017cacd449adabd68c3bc49199e11|commit]] * Support symmetric-xor RSS hash [[https://git.kernel.org/linus/fb6e30a72539ce28c1323aef4190d35aac106f6f|commit]], [[https://git.kernel.org/linus/dcd8dbf9e734eb334113ea43186c1c26e9f497bb|commit]], [[https://git.kernel.org/linus/13e59344fb9d3c9d3acd138ae320b5b67b658694|commit]], [[https://git.kernel.org/linus/20f73b60bb5c276cee9b1a530f100c677bc74af8|commit]], [[https://git.kernel.org/linus/dc6e44c9d6d68e8aa5de78d15f43f93145719b72|commit]], [[https://git.kernel.org/linus/b1f5921a99ac8dedadf1f2599486b2ca9e01cc0f|commit]], [[https://git.kernel.org/linus/352e9bf238133882dfaebc0dc59a590732a92006|commit]], [[https://git.kernel.org/linus/4a3de3fb0eb6897488dd510006abd9673f1fb34c|commit]] * devlink: introduce notifications filtering [[https://git.kernel.org/linus/337ad364c48a0db7cedb5abb8d5e9163792fd596|commit]], [[https://git.kernel.org/linus/11280ddeae238e3ea27d153794472cfca5e8d121|commit]], [[https://git.kernel.org/linus/cddbff470e3318834af518168d3a917b6e975062|commit]], [[https://git.kernel.org/linus/5648de0b1f2b68bffce9bdd49a276607b9a3e3d4|commit]], [[https://git.kernel.org/linus/a731132424adeda4d5383ef61afae2e804063fb7|commit]], [[https://git.kernel.org/linus/403863e985e8eba608d53b2907caaf37b6176290|commit]], [[https://git.kernel.org/linus/971b4ad88293bef00160e1d38659077fe3a93af6|commit]], [[https://git.kernel.org/linus/13b127d2578432e1e521310b69944c5a1b30679c|commit]], [[https://git.kernel.org/linus/ded6f77c05b113001d449cf2cc810e090f20ec4a|commit]] * gro: reduce extension header parsing overhead [[https://git.kernel.org/linus/f2e3fc2158e66d84af77f4818df47b607ded3a75|commit]], [[https://git.kernel.org/linus/dff0b0161ad571f888d37f5e7163a07dcafdef60|commit]], [[https://git.kernel.org/linus/4e321d590cec6053cb3c566413794706035ee638|commit]] * hsr: Add support for MC filtering at the slave device [[https://git.kernel.org/linus/36b20fcdd9663ced36d3aef96f0eff8eb79de4b8|commit]] * ieee802154: Associations between devices [[https://git.kernel.org/linus/5260adf86b6732c75136fc1b159bb370062ddfa8|commit]], [[https://git.kernel.org/linus/2e7ed75e92fc493ff5484f61aed6489262c78f3e|commit]], [[https://git.kernel.org/linus/05db59a0619969a47ab87050985344177c662cab|commit]], [[https://git.kernel.org/linus/fefd19807fe9c65002366c749e809996a1ca4e68|commit]], [[https://git.kernel.org/linus/7b18313e84eb62c3e4071f9679480159d8da5107|commit]], [[https://git.kernel.org/linus/9860d9be89f420f3793fb798faadea11c723e08a|commit]], [[https://git.kernel.org/linus/601f160b61b2152ef84a663f856350d5dd9e752a|commit]], [[https://git.kernel.org/linus/ce93b9378c306e6bcc4e0bd817acf4195b4a0288|commit]], [[https://git.kernel.org/linus/80f8bf9a2a7f603662e08f7663643a58087a2cd4|commit]], [[https://git.kernel.org/linus/1e2a45f1f854ce63c114b42298ea686dce9ae4fd|commit]], [[https://git.kernel.org/linus/83fcf26b00d77e4a0ec920524fe85350a27e9c05|commit]] * Implement lockless setsockopt(SO_PEEK_OFF) [[https://git.kernel.org/linus/56667da7399eb19af857e30f41bea89aa6fa812c|commit]] * Raise optmem_max default value from 20KB to 128 KB, and make optmem_max sysctl per netns [[https://git.kernel.org/linus/4944566706b27918ca15eda913889db296792415|commit]], [[https://git.kernel.org/linus/f5769faeec36b9d5b9df2c3e4f05a76d04ffd9c9|commit]], [[https://git.kernel.org/linus/18872ba8cd2406ffa835f9f6276e47ed86fbb5d6|commit]] * ipmr: support IP_PKTINFO on cache report IGMP msg [[https://git.kernel.org/linus/bb7403655b3c3eb245d0ee330047cd3e20b3c4af|commit]] * mptcp: add CurrEstab MIB counter [[https://git.kernel.org/linus/d9cd27b8cd191133e287e5de107f971136abe8a2|commit]], [[https://git.kernel.org/linus/c693a8516429908da3ea111b0caa3c042ab1e6e9|commit]], [[https://git.kernel.org/linus/0bd962dd86b2e5d097fc42c7411818851eca2995|commit]], [[https://git.kernel.org/linus/81ab772819da408977ac79c0a17d8be57283379f|commit]] * mptcp: support more ephemeral ports sockopts [[https://git.kernel.org/linus/8e2b8a9fa512709e6fee744dcd4e2a20ee7f5c56|commit]], [[https://git.kernel.org/linus/57d3117ca80f46d5c5af285ca75360eaf28df172|commit]], [[https://git.kernel.org/linus/c85636a2926424c70e13925db734eaca14f6367c|commit]], [[https://git.kernel.org/linus/122db5e3634b85f6caeca19345e0adbdf79cb257|commit]] * ncsi: Add NC-SI 1.2 Get MC MAC Address command [[https://git.kernel.org/linus/c797ce168930ce3d62a9b7fc4d7040963ee6a01e|commit]], [[https://git.kernel.org/linus/3084b58bfd0b9e4b5e034f31f31b42977db35f12|commit]], [[https://git.kernel.org/linus/b8291cf3d1180b5b61299922f17c9441616a805a|commit]] * netfilter: ctnetlink: support filtering by zone [[https://git.kernel.org/linus/eff3c558bb7e61c41b53e4c8130e514a5a4df9ba|commit]] * packet: add a generic drop reason for receive [[https://git.kernel.org/linus/2f57dd94bdef083855366138646b26b05f410d99|commit]] * page_pool: add netlink-based introspection [[https://git.kernel.org/linus/23cfaf67ba5d2f013d2576b8a9173c45a4a7f895|commit]], [[https://git.kernel.org/linus/f17c69649c698e4df3cfe0010b7bbf142dec3e40|commit]], [[https://git.kernel.org/linus/083772c9f972dcc248913b52a0dec1025baa1e16|commit]], [[https://git.kernel.org/linus/02b3de80c5f879f92e5f4bb3f535d172e0fc0ea0|commit]], [[https://git.kernel.org/linus/7cc9e6d77f85fb5faa9ffa26c645c821430c7095|commit]], [[https://git.kernel.org/linus/839ff60df3ab92b81034ea3b859ab984eaa0c84c|commit]], [[https://git.kernel.org/linus/950ab53b77ab829defeb22bc98d40a5e926ae018|commit]], [[https://git.kernel.org/linus/d2ef6aa077bdd0b3495dba5dcae6d3f19579b20b|commit]], [[https://git.kernel.org/linus/7aee8429eedd0970d8add2fb5b856bfc5f5f1fc1|commit]], [[https://git.kernel.org/linus/69cb4952b6f6a226c1c0a7ca400398aaa8f75cf2|commit]], [[https://git.kernel.org/linus/d49010adae737638447369a4eff8f1aab736b076|commit]], [[https://git.kernel.org/linus/be0096676e230b43730b8936ac393d155b4e3262|commit]], [[https://git.kernel.org/linus/637567e4a3ef6f6a5ffa48781207d270265f7e68|commit]] * phy: Introduce PHY listing and link_topology tracking [[https://git.kernel.org/linus/02018c544ef113e980a2349eba89003d6f399d22|commit]], [[https://git.kernel.org/linus/9c5625f559ad6fe9f6f733c11475bf470e637d34|commit]], [[https://git.kernel.org/linus/034fcc210349b873ece7356905be5c6ca11eef2a|commit]], [[https://git.kernel.org/linus/dedd702a35793ab462fce4c737eeba0badf9718e|commit]], [[https://git.kernel.org/linus/2ab0edb505faa9ac90dee1732571390f074e8113|commit]], [[https://git.kernel.org/linus/c29451aefcb42359905d18678de38e52eccb3bb5|commit]], [[https://git.kernel.org/linus/63d5eaf35ac36cad00cfb3809d794ef0078c822b|commit]], [[https://git.kernel.org/linus/95132a018f00f5dad38bdcfd4180d1af955d46f6|commit]], [[https://git.kernel.org/linus/7db69ec9cfb8b4ab50420262631fb2d1908b25bf|commit]], [[https://git.kernel.org/linus/345237dbc1bdbb274c9fb9ec38976261ff4a40b8|commit]], [[https://git.kernel.org/linus/fcc4b105caa4b844bf043375bf799c20a9c99db1|commit]], [[https://git.kernel.org/linus/d078d480639a4f3b5fc2d56247afa38e0956483a|commit]], [[https://git.kernel.org/linus/32bb4515e34469975abc936deb0a116c4a445817|commit]] * phylink: improve PHY validation [[https://git.kernel.org/linus/243ad8df7a1bd24c2e01bd99d9f0bb88844dae91|commit]], [[https://git.kernel.org/linus/2cb6d63b30c6fbc7cf5f671279be4a94049e141f|commit]], [[https://git.kernel.org/linus/82f2e76b660a490ae226db80d495b7c785e00d7a|commit]], [[https://git.kernel.org/linus/a22583338e535ba2512283da4aee893163a4b78d|commit]], [[https://git.kernel.org/linus/01972fa9ab7dc1af073dd994380f3e603eb0654e|commit]], [[https://git.kernel.org/linus/5f492a04506e5d93d5462238f7f899836ba3d421|commit]], [[https://git.kernel.org/linus/385e72b4003482bfe17c17a9f4005d2850b5e8e0|commit]], [[https://git.kernel.org/linus/b7014f9ece5075755105bafbeeb2c17ed0dace11|commit]], [[https://git.kernel.org/linus/2c62ff83ee14da698bf52e723b704304b59455bb|commit]], [[https://git.kernel.org/linus/7a1f9a17ee99a3c27577465ce0f6c5f56cf1aacf|commit]] * Add MDB bulk deletion support [[https://git.kernel.org/linus/e37a11fca41864c9f652ff81296b82e6f65a4242|commit]], [[https://git.kernel.org/linus/e0cd06f7fcb51b8acd6e68e64cc805be1283de9d|commit]], [[https://git.kernel.org/linus/1a36e0f50f963465e9b2b980d250ab38b8fcd7a3|commit]], [[https://git.kernel.org/linus/d8e81f131178dad603c6817421056030ed2f4ac2|commit]], [[https://git.kernel.org/linus/a6acb535afb2a3b688a7858f05b61f0433e480d5|commit]], [[https://git.kernel.org/linus/4cde72fead4cebb5b6b2fe9425904c2064739184|commit]], [[https://git.kernel.org/linus/2601e9c4b1176253e33025ca24e56ed67c8d434f|commit]], [[https://git.kernel.org/linus/bd2dcb94c81e3408731d129e884954c36ef2f1fa|commit]], [[https://git.kernel.org/linus/c3e87a7fcd0bb5820ca6db9b385bbfacb556d083|commit]] * packet scheduler * Introduce tc block ports tracking and use [[https://git.kernel.org/linus/913b47d3424e7d99eaf34b798c47dfa840c64a08|commit]], [[https://git.kernel.org/linus/a7042cf8f23191c3a460c627c0c39463afb5d335|commit]], [[https://git.kernel.org/linus/16085e48cb48aeb50a1178dc276747749910b0f2|commit]], [[https://git.kernel.org/linus/415e38bf1d8d789ee1fcb26bd815d8b95fe4faad|commit]], [[https://git.kernel.org/linus/42f39036cda808d3de243192a2cf5125f12f3047|commit]] * Make tc-related drop reason more flexible for remaining qdiscs [[https://git.kernel.org/linus/fb2780721ca5e9f78bbe4544b819b929a982df9c|commit]], [[https://git.kernel.org/linus/b6a3c6066afc2cb7b92f45c67ab0b12ded81cb11|commit]], [[https://git.kernel.org/linus/4cf24dc8934074725042c0bd10b91f4d4b5269bb|commit]] * Retire ipt action [[https://git.kernel.org/linus/ba24ea129126362e7139fed4e13701ca5b71ac0b|commit]] * Remove UAPI support for retired TC qdiscs and classifiers [[https://git.kernel.org/linus/41bc3e8fc1f728085da0ca6dbc1bef4a2ddb543c|commit]], [[https://git.kernel.org/linus/82b2545ed9a465e4c470d2dbbb461522f767c56f|commit]], [[https://git.kernel.org/linus/fe3b739a5472968d8d349522b6816bc4db82bc0f|commit]], [[https://git.kernel.org/linus/26cc8714fc7f79a806c3d7ffa215b984c384ab4d|commit]], [[https://git.kernel.org/linus/33241dca486264193ed68167c8eeae1fb197f3df|commit]] * sctp: support MSG_ERRQUEUE flag in recvmsg() [[https://git.kernel.org/linus/4746b36b1abe11ca32987b2d21e1e770deab17cc|commit]] * Allow coalescing for cloned skbs coming from page pools, improving RX performances with some common configurations [[https://git.kernel.org/linus/aaf153aecef1d1831d0d6d371d5c11cf02f0337e|commit]], [[https://git.kernel.org/linus/8cfa2dee325f72f286f8f3210f867cbb981f2302|commit]], [[https://git.kernel.org/linus/f7dc3248dcfbdd81b5be64272f38b87a8e8085e7|commit]] * smc: Implement SMCv2.1 virtual ISM device support [[https://git.kernel.org/linus/ac053a169c71ceb0f25f784fce9ea720455097b4|commit]], [[https://git.kernel.org/linus/5205ac4483b630e47c65f192a3ac19be7a8ea648|commit]], [[https://git.kernel.org/linus/9505450d55b0f7809fe63c36ad9339a909461c87|commit]], [[https://git.kernel.org/linus/ece60db3a4ce24a2a913a8960eb6fec561cdbcf6|commit]], [[https://git.kernel.org/linus/00e006a2571824b2ec26b45b089ed8523ec89b73|commit]], [[https://git.kernel.org/linus/8dd512df3c98ce8081e3541990bf849157675723|commit]], [[https://git.kernel.org/linus/b40584d145700addc70cc29e4f0850a4ed955b1c|commit]], [[https://git.kernel.org/linus/01fd1617dbc6f558efd1811f2bc433659d1e8304|commit]], [[https://git.kernel.org/linus/c6b8b8eb49904018e22e4e4b1fa502e57dc747d9|commit]], [[https://git.kernel.org/linus/b3bf76024f645369e1fc45e0b08a2bd24f200d9b|commit]], [[https://git.kernel.org/linus/f8e80fc4acebab0447567e77d6abc30fb44250cc|commit]], [[https://git.kernel.org/linus/1f2c9dd73f0a279214f9b3c382b3f1df272b3253|commit]] * virtio-net: support rx netdim [[https://git.kernel.org/linus/6208799553a85875c9f812ba8e4c99d1fc69e8b9|commit]] * vxlan * Add support for flowlabel inherit [[https://git.kernel.org/linus/c6e9dba3be5ef3b701b29b143609561915e5d0e9|commit]] * Add MDB bulk deletion support [[https://git.kernel.org/linus/e37a11fca41864c9f652ff81296b82e6f65a4242|commit]], [[https://git.kernel.org/linus/e0cd06f7fcb51b8acd6e68e64cc805be1283de9d|commit]], [[https://git.kernel.org/linus/1a36e0f50f963465e9b2b980d250ab38b8fcd7a3|commit]], [[https://git.kernel.org/linus/d8e81f131178dad603c6817421056030ed2f4ac2|commit]], [[https://git.kernel.org/linus/a6acb535afb2a3b688a7858f05b61f0433e480d5|commit]], [[https://git.kernel.org/linus/4cde72fead4cebb5b6b2fe9425904c2064739184|commit]], [[https://git.kernel.org/linus/2601e9c4b1176253e33025ca24e56ed67c8d434f|commit]], [[https://git.kernel.org/linus/bd2dcb94c81e3408731d129e884954c36ef2f1fa|commit]], [[https://git.kernel.org/linus/c3e87a7fcd0bb5820ca6db9b385bbfacb556d083|commit]] * wifi * cfg80211/mac80211 patches from our internal tree 2023-12-19 [[https://git.kernel.org/linus/41a313d875e0c5822efb50e8221b8d58811609bb|commit]], [[https://git.kernel.org/linus/9be61558dec0af359ce3139c8450228de7f0796d|commit]], [[https://git.kernel.org/linus/513b1a168c8767d5090493bd03ca7fa0a837e465|commit]], [[https://git.kernel.org/linus/99b6877dce4e2517b9ba7d674759487ac34ecbfa|commit]], [[https://git.kernel.org/linus/645f3d85129d8aac3b896ba685fbc20a31c2c036|commit]], [[https://git.kernel.org/linus/d5b6f6d595b446c1693fdaa6aeb4a65b94d5fc90|commit]], [[https://git.kernel.org/linus/e62c0fcc0e06a36b40615885eb86eb407ac8d0dd|commit]], [[https://git.kernel.org/linus/32af9a9e1069e55bc02741fb00ac9d0ca1a2eaef|commit]], [[https://git.kernel.org/linus/31c5e92be5936adde55e783c0380264afc7218b0|commit]], [[https://git.kernel.org/linus/acc44cbd7727115f9381c35c2898b1b5af665ec8|commit]], [[https://git.kernel.org/linus/b1a23f8ae0d76ad32fe36682730c050251275b0b|commit]] * nl80211: Extend del pmksa support for SAE and OWE security [[https://git.kernel.org/linus/aa0887c4f18e280f8c2aa6964af602bd16c37f54|commit]] * xsk: TX metadata [[https://git.kernel.org/linus/341ac980eab90ac1f6c22ee9f9da83ed9604d899|commit]], [[https://git.kernel.org/linus/48eb03dd26304c24f03bdbb9382e89c8564e71df|commit]], [[https://git.kernel.org/linus/9276009d35d3f65e083b95d30a4f967baaae0fc6|commit]], [[https://git.kernel.org/linus/ec706a860eba99bf934d59f74b5db90af44e882e|commit]], [[https://git.kernel.org/linus/1347b419318d6afa1c86d7865d82ca0a6cdf30ce|commit]], [[https://git.kernel.org/linus/9620e956d5b592d305728144931e89d780a598aa|commit]] = Architectures = * ARM * Device Tree Sources * New !SoCs * Rockchips rv1109 [[https://git.kernel.org/linus/2d93f9dc42623f0812f66f7cdc1d66cc9f263e34|commit]], [[https://git.kernel.org/linus/9f35b08ab08b913abf65cc4ff8d2655ad7912d77|commit]], [[https://git.kernel.org/linus/b1ed25667f5f88531bcb51f3683029693e7a9b8c|commit]], [[https://git.kernel.org/linus/32de939ae49d541a7892f77da8fe78bc6fe73f13|commit]], [[https://git.kernel.org/linus/36ad2e479f69d93a27bc0721308e90a4c1101e70|commit]], [[https://git.kernel.org/linus/56bde00f7d151d90c66dada007f13f92b95b0d05|commit]] * Samsung !ExynosAutov920, an automotive chip, and the first one supported based on the Cortex-A78AE core with lockstep mode [[https://git.kernel.org/linus/c96dab1993d247b7b05ba2fdef8f185cbbd5454e|commit]], [[https://git.kernel.org/linus/57de428eaca2b9af1a35df96c7adcad4b5ea79f9|commit]], [[https://git.kernel.org/linus/4f2ffb1c3ffec70fc2c84accb1bf18831cbfce39|commit]], [[https://git.kernel.org/linus/884fdaa53b38921165cd9afdb230502b4e1690b0|commit]], [[https://git.kernel.org/linus/6cf96df77338c6a7e753229fe6d330ab60e28cda|commit]] * Google gs101 (Tensor G1), the chip used in a number of Pixel phones, and Oriole/Pixel6 board [[https://git.kernel.org/linus/6a5713fc7853c3998c706cb809c5d9fd1c6acaa5|commit]], [[https://git.kernel.org/linus/796bb2d3a16c1e786ed51183162783405b5c8f85|commit]] * Add basic node support for !MediaTek MT8188 SoC [[https://git.kernel.org/linus/6741cbb7875d12c7bb33099aeb4eafa497008ce0|commit]], [[https://git.kernel.org/linus/7711c3c46249344fcbbfdb3ba626801e4392fa5c|commit]], [[https://git.kernel.org/linus/040c3303f1106f95a1f2ee0231f959f2b6fa730e|commit]], [[https://git.kernel.org/linus/9461e0caac9e4c621c3956bafaa262ee435956b5|commit]] * Qualcomm SM8650 (Snapdragon 8 Gen 3) based on Cortex-X4, Cortex-A720 and Cortex-A520 [[https://git.kernel.org/linus/78804eecbe5c4d533ae8b7c3a85b278e3594ec94|commit]], [[https://git.kernel.org/linus/d2350377997f3606d5b76ee7dc6101c148048951|commit]], [[https://git.kernel.org/linus/707060bf2a3cf3329b848e12a038de4d81356579|commit]], [[https://git.kernel.org/linus/6fbdb3c1fac7d48f996098254758736e0b47f6b2|commit]], [[https://git.kernel.org/linus/a834911d50c1dda9c3022141e9f9c948e707a0ff|commit]], [[https://git.kernel.org/linus/10e024671295184fe7556fcb427444b57d2e0ed5|commit]], [[https://git.kernel.org/linus/deb63527ab248301adc302e21d79c0aae5a827db|commit]], [[https://git.kernel.org/linus/0c5b1016b5f30eb2313f942abef5bd7a7be12ae8|commit]] * Qualcomm !X1E80100 (Snapdragon X Elite) in turn is the latest Laptop chip using the custom Oryon cores [[https://git.kernel.org/linus/3515c3172f66ad4b3f485862f858f76a3e49c659|commit]], [[https://git.kernel.org/linus/17fc6f391932dfc8c11634667ca2d1d24c961cf5|commit]], [[https://git.kernel.org/linus/cdd97e07e5fa6babc8f620951efa517a1e29d6e2|commit]], [[https://git.kernel.org/linus/223e8af324985de9e0b5b4cda2ec29783410f13f|commit]], [[https://git.kernel.org/linus/48490899007ae98faf8a0071a602174502b8eefc|commit]], [[https://git.kernel.org/linus/48a9ba5eb4d720c6e21c6e4d2a6fb6e1a97f5f2a|commit]], [[https://git.kernel.org/linus/2e86e6300c4a98b1d0c93e03c491b0fd5d552eb5|commit]] * Unisoc UMS9620 (Tanggula 7 series) is a 5G phone SoC based on Cortex-A76 and Cortex-A55 [[https://git.kernel.org/linus/b85ea95d086471afb4ad062012a4d73cd328fa86|commit]], [[https://git.kernel.org/linus/2da4f4a7b003441b80f0f12d8a216590f652a40f|commit]], [[https://git.kernel.org/linus/07bc2433a944f767e49b373f6cdfe6b0eac801f6|commit]], [[https://git.kernel.org/linus/bb8551c19da095931218800ed790d12d12d73cb8|commit]] * Boards * Five old Microsoft Lumia phones [[https://git.kernel.org/linus/244281556a11549501eb5093e9ab0ad8a87b7d4f|commit]], [[https://git.kernel.org/linus/45dbc34693e8ad30c33edfdc94acaf4672de0e24|commit]], [[https://git.kernel.org/linus/a16f3bcf867efdab422b711b18c023089fbeb96e|commit]], [[https://git.kernel.org/linus/00400a98b2c3fd5d497635747fec4b882299bc05|commit]], [[https://git.kernel.org/linus/8677233e59137f78d4d578f3d5a21557c1bab342|commit]], the HTC One Mini 2 [[https://git.kernel.org/linus/97817a8275a1ec06773016c13c6f009535b53a6f|commit]], Motorola Moto G 4G [[https://git.kernel.org/linus/690e367e0e75a46a0b3d76ae42a14f7f31f451dd|commit]], and Huawei Honor 5X/GR5 [[https://git.kernel.org/linus/cff9a76f306bfb6262153c0da2029071036b9a04|commit]], all based on Snapdragon !SoCs * Multiple Rockchips mobile gaming systems (Anbernic RG351V [[https://git.kernel.org/linus/8a64f5f0c692261a3e6686aee89f5c7136f54b89|commit]], [[https://git.kernel.org/linus/9e63209d2099b89d5148379f879c9cd5841599dd|commit]], [[https://git.kernel.org/linus/8174dff9e583f7791dacf6d8ce034eb18ec2b292|commit]], Powkiddy RK2023 [[https://git.kernel.org/linus/e926380ea2a2b10d01069917e6d678ca818f6ad8|commit]], Powkiddy X55 [[https://git.kernel.org/linus/e99adc97e21afbe33cd2b20b9869dbdc682e2b06|commit]]) along with the Sonoff iHost Smart Home Hub [[https://git.kernel.org/linus/5d7d06e7c0700388dfd1f59ac9f5d6ac0870bd2e|commit]] and a few Rockchips SBCs * Some !ComXpress boards based on Marvell CN913x, which is the follow-up to Armada 7xxx/8xxx [[https://git.kernel.org/linus/c11e7732a90c21155de8db40dbba84f043520821|commit]] * Mediatek MT8183 based Chromebooks from Lenovo, Asus and Acer [[https://git.kernel.org/linus/91e7286b5d82fba1803c1d9d7a7bf91a193a347e|commit]], [[https://git.kernel.org/linus/d056270bdb70beae8aa70e71a06ffddbf5cf0d47|commit]], [[https://git.kernel.org/linus/4f5d946ce43de73baed71589c057b9550e56bada|commit]], [[https://git.kernel.org/linus/c0860b688af7d5660d6ea0f7480cb1fc0f032ecb|commit]], [[https://git.kernel.org/linus/055ef10ccdd430973e1f05530cedcdd44cf744da|commit]] * Toradex Verdin AM62 Mallow carrier for TI AM62 [[https://git.kernel.org/linus/eb9348865fabe4e0bc0b0453813dba8ecbfd9deb|commit]] * Two boards based on Allwinner H616/H618 [[https://git.kernel.org/linus/7a9dc944f129bb56ef855d9c0b0647bc3e98a56f|commit]], [[https://git.kernel.org/linus/557e5347ba8bb050fec39c488486c4a948f2e4aa|commit]] * motorola-mapphone: Add basic support for mz609 and mz617 [[https://git.kernel.org/linus/94bd4a6e6e6bd79c7214bab4a739db8c493b792f|commit]] * rockchip: add Theobroma Jaguar SBC [[https://git.kernel.org/linus/d1b8b36a2cc5f4ef14774e37e09ebbe3bd702dbd|commit]] * Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata [[https://git.kernel.org/linus/fb091ff394792c018527b3211bbdfae93ea4ac02|commit]] * allwinner: h616: add Orange Pi Zero 2W support [[https://git.kernel.org/linus/c505ee1eae18fb7b32d792e4470d5ef1934376bd|commit]] * freescale: Add SKOV IMX8MP CPU revB board [[https://git.kernel.org/linus/6d382d51d9799d3610fccc451dd69c842710c364|commit]] * freescale: add fsl-lx2160a-mblx2160a board [[https://git.kernel.org/linus/04b77e0124eff723de580e97ba9000fae563b2e4|commit]] * freescale: add initial device tree for MBa93xxCA starter kit [[https://git.kernel.org/linus/6a04248799fd87abadbf73ba24139a25d33f4406|commit]] * freescale: introduce dimonoff-gateway-evk board [[https://git.kernel.org/linus/b11c01579b48390569c1565f0e7897c77e38dd9c|commit]] * freescale: introduce rve-gateway board [[https://git.kernel.org/linus/67275c2f3d9ba6106e7195fb8f0f4b355138b8a5|commit]] * freescale: verdin-imx8mp: add support to mallow board [[https://git.kernel.org/linus/12f2486ebe70098944444057f7b5b592fe325870|commit]] * qcom: Add base !X1E80100 dtsi and the QCP dts [[https://git.kernel.org/linus/af16b00578a7a1d9fb99e81282b1b22cd8d32607|commit]] * qcom: Add base qcm6490 idp board dts [[https://git.kernel.org/linus/9af6a9f32ad0023b1d682af213a0c8c2aa1dce29|commit]] * qcom: Add base qcs6490-rb3gen2 board dts [[https://git.kernel.org/linus/04cf333afc757d8fd3c674c6c3f5f86c7755b4d4|commit]] * qcom: msm8916: Add common msm8916-modem-qdsp6.dtsi [[https://git.kernel.org/linus/8abbd235b2ecbfba0a445ccd400a54af8fd83bc2|commit]] * qcom: sm8250-xiaomi-pipa: Add initial device tree [[https://git.kernel.org/linus/264beb3cbd0dc6d78357aa382297d5c94ffb4a3e|commit]] * qcom: x1e80100: Add Compute Reference Device [[https://git.kernel.org/linus/bd50b1f5b6f38b2970841e78513c33fbd736cf40|commit]] * rockchip: Add support for rk3588 based board Cool Pi CM5 EVB [[https://git.kernel.org/linus/791c154c3982bd5b8a2a5c15ef11ae41028d8d23|commit]] * rockchip: Add support for rk3588s based board Cool Pi 4B [[https://git.kernel.org/linus/3f5d336d64d634426b8733848d840ceb8fe96610|commit]] * rockchip: Update powkiddy,rgb30 include to rk2023 DTSI [[https://git.kernel.org/linus/46d84ceb7eec85b60e8a5eb0dfb2fae6a1bf4166|commit]] * ti: Add verdin am62 mallow board [[https://git.kernel.org/linus/7698622fbcf4fef2ec7e2fcbae35eb5e503dfddf|commit]] * ti: k3-am65: Add AM652 dtsi file [[https://git.kernel.org/linus/fcb97d190c3ca411b37d8dd0b2650fa1378f08d4|commit]] * rockchip: Add Geniatech XPI-3128 RK3128 board [[https://git.kernel.org/linus/6135ac43309f5ef91ad60c688931027226779fed|commit]] * Delete ARM11MPCore (ARM11 ARMv6K SMP) support [[https://git.kernel.org/linus/2560cffd2134c2e070dee369b37f6e55438087f9|commit]] * KVM: Support FEAT_LPA2 at hyp s1 and vm s2 [[https://git.kernel.org/linus/936a4ec28141fa9369b6af4d6401f0be9f7e304c|commit]], [[https://git.kernel.org/linus/c910f2b65518538b5072cb51760c8ef749e455d0|commit]], [[https://git.kernel.org/linus/e477c8c483913de92c9cc00b34459dc4d695529b|commit]], [[https://git.kernel.org/linus/b1366d21daaebb8e474e4169c5e557fbb37bfdc0|commit]], [[https://git.kernel.org/linus/d4fbbb26da520e00d87c8187dc3de9eacee66c1c|commit]], [[https://git.kernel.org/linus/bd412e2a310cbc43b424198b0065086b0f462625|commit]], [[https://git.kernel.org/linus/419edf48d79f6fb2cc3fa090131864e95b321d41|commit]], [[https://git.kernel.org/linus/0abc1b11a032199bb134fd25cd7ee0cdb26b7b03|commit]], [[https://git.kernel.org/linus/d782ac5b2ceebee5d374e13e990655d1a140d3a6|commit]], [[https://git.kernel.org/linus/72324ac52ddddb168d8008e36d6a617b9b74f6c1|commit]], [[https://git.kernel.org/linus/10a0cc3b688fcf753ff3f6518bb15e7a6809e908|commit]] * Run kernel mode NEON with preemption enabled [[https://git.kernel.org/linus/9b19700e623f96222c69ecb2adecb1a3e3664cc0|commit]], [[https://git.kernel.org/linus/aefbab8e77eb16b56e18f24b85a09ebf4dc60e93|commit]], [[https://git.kernel.org/linus/2632e25217696712681dd1f3ecc0d71624ea3b23|commit]] * mm: try VMA lock-based page fault handling first [[https://git.kernel.org/linus/c16af1212479570454752671a170a1756e11fdfb|commit]] * perf: Add support for event counting threshold [[https://git.kernel.org/linus/3115ee021bfb04efde2e96507bfcc1330261a6a1|commit]], [[https://git.kernel.org/linus/816c26754447e8b28d6c604e1f5b1d205b2586ee|commit]], [[https://git.kernel.org/linus/bd690638e2c27dcea1d56376aa4bf3995d82ccfc|commit]] * coresight * Add support to configure TPDM DSB subunit [[https://git.kernel.org/linus/f4443ee5a38cb84bdd0515f8832117b2be0684d6|commit]], [[https://git.kernel.org/linus/2a8d9b371566e798421ef877c5757e2c4a11ad6f|commit]], [[https://git.kernel.org/linus/f7f965c982f7954b46db910146a7ffe0fe1eb5e1|commit]], [[https://git.kernel.org/linus/57e7235aa1d11d4ea8a25dfdc009b3ee463763af|commit]], [[https://git.kernel.org/linus/f01e4948b516f073c353041328ae7cf709233303|commit]], [[https://git.kernel.org/linus/8fbbce11a90f345a1ff39e2a08e312ee763a1139|commit]], [[https://git.kernel.org/linus/851b3f9c9c0838060158e288c1387d44652c54b5|commit]], [[https://git.kernel.org/linus/018e43ad1eeefbb8797e4c933953c50c09e3f4f6|commit]], [[https://git.kernel.org/linus/f376caf25f79965ab140b7a297cb4a5bb0c89523|commit]], [[https://git.kernel.org/linus/a8138a9445e6d159138b7e574dc5ee7cbcc2f06a|commit]], [[https://git.kernel.org/linus/4c983382a29eaddd8746af23702f657258bb91cc|commit]], [[https://git.kernel.org/linus/8e05f86f07a0359584ceb2715fedcc4daf29d898|commit]], [[https://git.kernel.org/linus/350ba15ae187c118979566f1288adb5f69f24230|commit]] * etm: Make cycle count threshold user configurable [[https://git.kernel.org/linus/4aff040bcc8de28bead01194cbca1dc9471a5a85|commit]], [[https://git.kernel.org/linus/94566c5b07744c7cf5c7cc0ad42b15996ba0b054|commit]], [[https://git.kernel.org/linus/e5d207b24c54af25fb763af44e2db35347a0f7ee|commit]] * coresight: trbe: Enable ACPI based devices [[https://git.kernel.org/linus/4277f035d227e829133df284be7e35b7236a5b0f|commit]], [[https://git.kernel.org/linus/17f8b216e02654a0b37127736ce78b32ccaa867b|commit]] * tmc: Make etr buffer mode user configurable from sysfs [[https://git.kernel.org/linus/2373699a3505061cd21625c3f3b70dc3d03a3d8c|commit]] * perf * perf cs-etm: Add support for itrace option 'T' [[https://git.kernel.org/linus/a4271827e609d30b7255aa7e4c453a8f3fe36a7b|commit]], [[https://git.kernel.org/linus/26218331f49c858d52e60418cf3cef4c3fa6cf2e|commit]] * vendor events arm64 AmpereOneX: Add core PMU events and metrics [[https://git.kernel.org/linus/16438b652b464ef7d0a877d31e93ab54338f6b0a|commit]] * Add !DesignWare PCIe PMU driver [[https://git.kernel.org/linus/af9597adc2f1e3609c67c9792a2469bb64e43ae9|commit]] * fsl_imx8_ddr: Add driver support for i.MX8DXL DDR Perf [[https://git.kernel.org/linus/46fe448ec3b7a10253fcca7fe7e0d8f01a2b38e4|commit]] * fsl_imx8_ddr: Add AXI ID PORT CHANNEL filter support [[https://git.kernel.org/linus/afd83967e7bb9b41ee71153b868dcf94e43c2d7a|commit]] * soc * apple: mailbox: Add ASC/M3 mailbox driver [[https://git.kernel.org/linus/6e1457fcad3ff6b1885e64f5e393db5ff5ec2a42|commit]] * Add support for QMC HDLC, framer infrastructure and PEF2256 framer [[https://git.kernel.org/linus/fc0c64154e5ddeb6f63c954735bd646ce5b8d9a4|commit]], [[https://git.kernel.org/linus/a5ec3a21220da06bdda2e686012ca64fdb6c513d|commit]], [[https://git.kernel.org/linus/dfe66d012af2ddfa566cf9c860b8472b412fb7e4|commit]], [[https://git.kernel.org/linus/0e034aec5be2e8b1199b87b04d32e4a8b805a9db|commit]], [[https://git.kernel.org/linus/48490dc36742b616f846368f300ebedfe9323da1|commit]], [[https://git.kernel.org/linus/ba3b7e4753c5ad80b3670277a2104aeb421e0d7d|commit]], [[https://git.kernel.org/linus/9b7a69d0bd2bb7bcf1b811f273a27be929520b61|commit]], [[https://git.kernel.org/linus/2d965e25fa4180988a1ef4f07803fa7a182a4ae5|commit]], [[https://git.kernel.org/linus/6f9b814d3765b2425da235570b1318c952142f1a|commit]], [[https://git.kernel.org/linus/b1891c13645b67c9cd2c661a693b9b6b56b87e80|commit]], [[https://git.kernel.org/linus/f2deea16bf187ad6e1f2a7b0d2fd0b1a4db0b1b7|commit]], [[https://git.kernel.org/linus/9217161115bfb76ae7b3b9e5a803f554a1c5e76a|commit]], [[https://git.kernel.org/linus/32881b253c945ea1493abc18e25928808331f5df|commit]], [[https://git.kernel.org/linus/0e85feacc8156b230285040d82537c922cc15fe6|commit]], [[https://git.kernel.org/linus/7cc9bda9c163877255a61a052987ce6b85da1263|commit]], [[https://git.kernel.org/linus/0d75119d08448cb94583467c01adb212b0728502|commit]], [[https://git.kernel.org/linus/7a2ee1576dcc6bbe017a8283fba237b05b13fd15|commit]] * hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interrupt ack [[https://git.kernel.org/linus/734add1a278f05db2d5a0b9d280a8bce94ce5eeb|commit]], [[https://git.kernel.org/linus/e1e720f3f2c50a6f3440b3684decd7b7c046e111|commit]], [[https://git.kernel.org/linus/a079f3244563a4c4dc32b0a9bfa0e3e519f3c9ed|commit]], [[https://git.kernel.org/linus/a07d8fc358af5f297b41b2182a5fce710e3c9bd7|commit]], [[https://git.kernel.org/linus/be2f78a8a638e71bbbc2109bc052524143e8f42a|commit]] * mediatek: mmsys: Add support for MT8188 VPPSYS [[https://git.kernel.org/linus/dfd78c1e1c1628b5c5b4d7b4cd4d51f3ef6593ff|commit]] * mediatek: svs: Add support for MT8186 SoC [[https://git.kernel.org/linus/58dbf59308c903567c536f974c4dbc09fec90874|commit]] * mediatek: svs: Add support for MT8195 SoC [[https://git.kernel.org/linus/8ccda5cecaed26260bff798550c0403ac845d361|commit]] * qcom: add ADSP PDCharger ULOG driver [[https://git.kernel.org/linus/086fdb48bc65d6fde0f0e7d42dbfb3c00ea52628|commit]] * qcom: socinfo: Add SM8650 SoC ID table entry [[https://git.kernel.org/linus/f61319e57d89e6e3d1ad16cb916074fdb7289806|commit]] * qcom: socinfo: Add PM8937 Power IC [[https://git.kernel.org/linus/d50b5cb1a8f7db8ad2dc6a13f0cabedf7a7e1540|commit]] |
Line 29: | Line 383: |
* perf vendor events riscv: Add StarFive Dubhe-80 JSON file [[https://git.kernel.org/linus/acbf6de674ef7b1b5870b25e7b3c695bf84273d0|commit]] * X86 * perf vendor events riscv: Add StarFive Dubhe-90 JSON file [[https://git.kernel.org/linus/5ebe2f4bf0a8fe8cceb5664a7dea4c17e2cf8477|commit]] |
* perf vendor events riscv: Add !StarFive Dubhe-80 JSON file [[https://git.kernel.org/linus/acbf6de674ef7b1b5870b25e7b3c695bf84273d0|commit]] * X86 * perf vendor events riscv: Add !StarFive Dubhe-90 JSON file [[https://git.kernel.org/linus/5ebe2f4bf0a8fe8cceb5664a7dea4c17e2cf8477|commit]] |
Line 49: | Line 403: |
* perf vendor events amd: Add Zen 4 memory controller events [[https://git.kernel.org/linus/346878dacc81f53667381c8f4bb5018195ca10be|commit]] |
|
Line 53: | Line 408: |
* Get rid of paravirt patching [[https://git.kernel.org/linus/772ca413537eca9010e93922699537f56db9c8c4|commit]], [[https://git.kernel.org/linus/9824b00c2b58f9e1072ef3ece571a2cfc71089d4|commit]], [[https://git.kernel.org/linus/da0fe6e68e104f79c1fef5c62a17bdd1634ea61c|commit]], [[https://git.kernel.org/linus/60bc276b129eef8113f9d9b0a5cd5ae7f4c90acb|commit]], [[https://git.kernel.org/linus/f7af6977621a41661696d94c0c0a20c761404476|commit]] | * Replace the paravirt patching functionality using the alternatives infrastructure and remove the former [[https://git.kernel.org/linus/772ca413537eca9010e93922699537f56db9c8c4|commit]], [[https://git.kernel.org/linus/9824b00c2b58f9e1072ef3ece571a2cfc71089d4|commit]], [[https://git.kernel.org/linus/da0fe6e68e104f79c1fef5c62a17bdd1634ea61c|commit]], [[https://git.kernel.org/linus/60bc276b129eef8113f9d9b0a5cd5ae7f4c90acb|commit]], [[https://git.kernel.org/linus/f7af6977621a41661696d94c0c0a20c761404476|commit]] |
Line 68: | Line 423: |
* SEV: disable SEV-ES DebugSwap by default [[https://git.kernel.org/linus/5abf6dceb066f2b02b225fd561440c98a8062681|commit]] | * SEV: disable SEV-ES !DebugSwap by default [[https://git.kernel.org/linus/5abf6dceb066f2b02b225fd561440c98a8062681|commit]] |
Line 88: | Line 443: |
* Add PVN support for HeXin C2000 processor [[https://git.kernel.org/linus/e12d8e2602d2bcd26022eff3e2519d25925e760c|commit]] * pseries: New character devices for system parameters and VPD [[https://git.kernel.org/linus/01e346ffefda3a7088afebf02b940614179688e7|commit]], [[https://git.kernel.org/linus/c500c6e736df030f8956080738f59701c0b43dd8|commit]], [[https://git.kernel.org/linus/669acc7eec223a81ea5e2420de85b61979ab7dad|commit]], [[https://git.kernel.org/linus/9592aa5ad59e736727fe7894e6e820e2d851abcf|commit]], [[https://git.kernel.org/linus/e7582edb78619abb4ebf0a6e1fed125dcd7243b6|commit]], [[https://git.kernel.org/linus/adf7a019e5f82607fc0f0079926d0178afe8f4ef|commit]], [[https://git.kernel.org/linus/dc7637c402b90a197d3f21a3d78f2b00b67ea22a|commit]], [[https://git.kernel.org/linus/e3681107bc9f97c5948a1c8a3a97ac64907210ce|commit]], [[https://git.kernel.org/linus/514f6ff4369a30bf0da71a1a09fd47b2fca5d76f|commit]], [[https://git.kernel.org/linus/35aae182bd7b422be3cefc08c12207bf2b973364|commit]], [[https://git.kernel.org/linus/905b9e48786ec55b2c469db77fb46e20bf3e4901|commit]], [[https://git.kernel.org/linus/9118c5d32bddb5f75bc4f9f31218e70317702502|commit]], [[https://git.kernel.org/linus/76b2ec3faeaa0c8d84705acd64ac0e5a307ce9c2|commit]] |
* Add PVN support for !HeXin C2000 processor [[https://git.kernel.org/linus/e12d8e2602d2bcd26022eff3e2519d25925e760c|commit]] * Add papr-vpd and papr-sysparm character device drivers for VPD & sysparm retrieval, so userspace tools can be adapted to avoid doing raw firmware calls from userspace [[https://git.kernel.org/linus/01e346ffefda3a7088afebf02b940614179688e7|commit]], [[https://git.kernel.org/linus/c500c6e736df030f8956080738f59701c0b43dd8|commit]], [[https://git.kernel.org/linus/669acc7eec223a81ea5e2420de85b61979ab7dad|commit]], [[https://git.kernel.org/linus/9592aa5ad59e736727fe7894e6e820e2d851abcf|commit]], [[https://git.kernel.org/linus/e7582edb78619abb4ebf0a6e1fed125dcd7243b6|commit]], [[https://git.kernel.org/linus/adf7a019e5f82607fc0f0079926d0178afe8f4ef|commit]], [[https://git.kernel.org/linus/dc7637c402b90a197d3f21a3d78f2b00b67ea22a|commit]], [[https://git.kernel.org/linus/e3681107bc9f97c5948a1c8a3a97ac64907210ce|commit]], [[https://git.kernel.org/linus/514f6ff4369a30bf0da71a1a09fd47b2fca5d76f|commit]], [[https://git.kernel.org/linus/35aae182bd7b422be3cefc08c12207bf2b973364|commit]], [[https://git.kernel.org/linus/905b9e48786ec55b2c469db77fb46e20bf3e4901|commit]], [[https://git.kernel.org/linus/9118c5d32bddb5f75bc4f9f31218e70317702502|commit]], [[https://git.kernel.org/linus/76b2ec3faeaa0c8d84705acd64ac0e5a307ce9c2|commit]] |
Line 91: | Line 446: |
* perf report: Add s390 raw data interpretation for PAI counters [[https://git.kernel.org/linus/b539deafbadb2fc6ba79307a797196454b14f501|commit]] |
|
Line 113: | Line 470: |
* Introduce xe, a new DRM driver for Intel GPUs [[https://git.kernel.org/linus/dd08ebf6c3525a7ea2186e636df064ea47281987|commit]] | * (FEATURED) Introduce Xe, a new DRM driver for Intel GPUs [[https://git.kernel.org/linus/dd08ebf6c3525a7ea2186e636df064ea47281987|commit]] |
Line 125: | Line 482: |
* Add DisplayPort controller for SM8650 [[https://git.kernel.org/linus/1b2d98bdd7b7c64265732f5f0dace4c52c9ba8a8|commit]] | * Add !DisplayPort controller for SM8650 [[https://git.kernel.org/linus/1b2d98bdd7b7c64265732f5f0dace4c52c9ba8a8|commit]] |
Line 202: | Line 559: |
* Add StarFive Camera Subsystem driver [[https://git.kernel.org/linus/f5502cd25ac0405740e98e2dcdb9dcd355866e03|commit]], [[https://git.kernel.org/linus/f72f80550d01060a9dda8d0a1c3a7abbf333bc77|commit]], [[https://git.kernel.org/linus/bba185d141b1278728f53d2ebf97214ab023ed07|commit]], [[https://git.kernel.org/linus/b7eedc7d2b9465f8c302cfd7749176bae3f1eddd|commit]], [[https://git.kernel.org/linus/e57854628f585c2b7719433dd008f74285a57ed9|commit]], [[https://git.kernel.org/linus/e080f339c80aedb13ecb5de1e9bdcafdb4bb6652|commit]], [[https://git.kernel.org/linus/1ee1b01b97cd7da9eefba156d33db6ccf10110bb|commit]], [[https://git.kernel.org/linus/ac7da4a73b104589f9fbce0514ff5f84cda99d67|commit]], [[https://git.kernel.org/linus/7ad7d7fb3e69d8d58ffa173bfa6dc74d0a392175|commit]] | * Add !StarFive Camera Subsystem driver [[https://git.kernel.org/linus/f5502cd25ac0405740e98e2dcdb9dcd355866e03|commit]], [[https://git.kernel.org/linus/f72f80550d01060a9dda8d0a1c3a7abbf333bc77|commit]], [[https://git.kernel.org/linus/bba185d141b1278728f53d2ebf97214ab023ed07|commit]], [[https://git.kernel.org/linus/b7eedc7d2b9465f8c302cfd7749176bae3f1eddd|commit]], [[https://git.kernel.org/linus/e57854628f585c2b7719433dd008f74285a57ed9|commit]], [[https://git.kernel.org/linus/e080f339c80aedb13ecb5de1e9bdcafdb4bb6652|commit]], [[https://git.kernel.org/linus/1ee1b01b97cd7da9eefba156d33db6ccf10110bb|commit]], [[https://git.kernel.org/linus/ac7da4a73b104589f9fbce0514ff5f84cda99d67|commit]], [[https://git.kernel.org/linus/7ad7d7fb3e69d8d58ffa173bfa6dc74d0a392175|commit]] |
Line 293: | Line 650: |
* rswitch: Add jumbo frames support [[https://git.kernel.org/linus/c7e0022390d43788f63c7021ad441c1f8d9acf5f|commit]], [[https://git.kernel.org/linus/8857034184538ca92b0e029f6f56e5e04f518ad2|commit]], [[https://git.kernel.org/linus/6a203cb5165d2257e8d54193b69afdb480a17f6f|commit]], [[https://git.kernel.org/linus/271e015b91535dd87fd0f5df0cc3b906c2eddef9|commit]], [[https://git.kernel.org/linus/fcff581ee43078cf23216aa7079012e935a6a078|commit]], [[https://git.kernel.org/linus/9c90316a1170dd6ee1e620d28f6101f85bbaaa10|commit]], [[https://git.kernel.org/linus/933416cc59b18ef82ea7895c4ca58be3d92d3b3c|commit]], [[https://git.kernel.org/linus/d2c96b9d5f83e4327cf044d00d7f713edd7fecfd|commit]], [[https://git.kernel.org/linus/c71517fe7353d2cbfbf2e305b282bf23c1750e29|commit]] | |
Line 303: | Line 661: |
* Add mac init functions for WiFi 7 chips [[https://git.kernel.org/linus/694c626bcfe2525142635a3d24edb6509943f2d8|commit]], [[https://git.kernel.org/linus/bad7aaef31162ed71c469a38f7636ec8c8fb9306|commit]] | * Add mac init functions for !WiFi 7 chips [[https://git.kernel.org/linus/694c626bcfe2525142635a3d24edb6509943f2d8|commit]], [[https://git.kernel.org/linus/bad7aaef31162ed71c469a38f7636ec8c8fb9306|commit]] |
Line 305: | Line 663: |
* idpf: add get/set for Ethtool's header split ringparam [[https://git.kernel.org/linus/50d73710715de7d1a2c88194562f520816af9c2a|commit]], [[https://git.kernel.org/linus/9b1aa3ef2328aeef35b388c4c22323eaa792c1aa|commit]] | |
Line 487: | Line 846: |
* Add modifiers for A and B ultraviolet light [[https://git.kernel.org/linus/b89710bd215e650f0aaf8ffe7104413d46d44392|commit]] | |
Line 523: | Line 883: |
* sht3x: add sts3x support [[https://git.kernel.org/linus/6ec09effb2af9911e6c98b0ce59f3abd6c823508|commit]] | |
Line 663: | Line 1024: |
* [[https://git.kernel.org/torvalds/c/c604110e662a54568073a03176402b624e740310|misc vfs updates]] * [[https://git.kernel.org/torvalds/c/3f6984e7301f4a37285cc5962f97c83c7c3b8239|vfs super updates]] * [[https://git.kernel.org/torvalds/c/8c9440fea77440772542d6dbcb5c36182495c164|vfs mount updates]] * [[https://git.kernel.org/torvalds/c/bb93c5ed457fe76597c14717eb994fc5aef22716|vfs rw updates]] * [[https://git.kernel.org/torvalds/c/26458409a9b180ea6cc2cd7b67d6138984184669|vfs cachefiles updates]] * [[https://git.kernel.org/torvalds/c/5db8752c3b81bd33a549f6f812bab81e3bb61b20|vfs iov_iter cleanups]] * [[https://git.kernel.org/torvalds/c/1dee7f509db20402a25be94003f8f1ac3e17bdc1|EDAC updates]] * [[https://git.kernel.org/torvalds/c/6e0b939180fcd2658d2eb8e5bfa4192d1bc32fad|x86 microcode updates]] * [[https://git.kernel.org/torvalds/c/41a80ca4ae2de711e04b399f614f676daf72d938|misc x86 updates]] * [[https://git.kernel.org/torvalds/c/fc5e5c5923407b4b312d999af27aaddbdd33c790|x86 paravirt updates]] * [[https://git.kernel.org/torvalds/c/e900042f04848b5be9238d866df0952cfc548cf9|x86 SEV updates]] * [[https://git.kernel.org/torvalds/c/bef91c28f28fe8a36b91e9a39f60054ae1874280|x86 cpu feature updates]] * [[https://git.kernel.org/torvalds/c/3edbe8afb617a736ae0dcc877311bdb112a00123|x86 RAS updates]] * [[https://git.kernel.org/torvalds/c/968b80332432172dbbb773e749a43bdc846d1a13|powerpc updates]] * [[https://git.kernel.org/torvalds/c/3cf1d6a5fbf3f724d12b01635319924239d42c00|m68k updates]] * [[https://git.kernel.org/torvalds/c/ab5f3fcb7c72094684760e0cd8954d8d570b5e83|arm64 updates]] * [[https://git.kernel.org/torvalds/c/33034c4f9497b7fe33b0d97740a4bf1c0552316b|x86 apic updates]] * [[https://git.kernel.org/torvalds/c/106b88d7a91e2b4d40369a20b8ef07bb827dafd5|x86 asm updates]] * [[https://git.kernel.org/torvalds/c/f73857ece4d85d2ee36571df9c13a733f3ba2732|x86 boot updates]] * [[https://git.kernel.org/torvalds/c/42c371f8ec4296cee49b10d8e6be50aae90f2d70|x86 build updates]] * [[https://git.kernel.org/torvalds/c/b51cc5d02834a9c38cfd95b00b7d981b701b13f9|x86 cleanups]] * [[https://git.kernel.org/torvalds/c/33677aef32cf07ebbed07647e88136258c4b95ba|x86 core updates]] * [[https://git.kernel.org/torvalds/c/2fdbcf715a1b9dd1468317f7cd4b4cd327a09781|x86 entry updates]] * [[https://git.kernel.org/torvalds/c/6cbf5b3105f31217053570e7ca722b739a9242a4|locking updates]] * [[https://git.kernel.org/torvalds/c/669d089a7fe1eacf4e86160297f32c678ee71ec5|objtool fixlet]] * [[https://git.kernel.org/torvalds/c/ab9517fa9aab71e312c7acc6fefefe080db3c972|debugobject update]] * [[https://git.kernel.org/torvalds/c/cdc202281a5d5e2c4bbbbf78bbd68f035a49421a|generic syscall updates]] * [[https://git.kernel.org/torvalds/c/46a08b4d4836c721e012ff4c542a8baa8baa3594|CPU hotplug updates]] * [[https://git.kernel.org/torvalds/c/f24dc33f8e0a765bf9bdf1c190ae5b9a23343d65|timer subsystem updates]] * [[https://git.kernel.org/torvalds/c/0bdf0621f89f87858ca26344378188eff194eddd|irq subsystem updates]] * [[https://git.kernel.org/torvalds/c/aac4de465af08ccec90ef47bdcc13435e48a7223|performance events updates]] * [[https://git.kernel.org/torvalds/c/bfe8eb3b85c571f7e94e1039f59b462505b8e0fc|scheduler updates]] * [[https://git.kernel.org/torvalds/c/9f8413c4a66f2fb776d3dc3c9ed20bf435eb305e|cgroup updates]] * [[https://git.kernel.org/torvalds/c/d30e51aa7b1f6fa7dd78d4598d1e4c047fcc3fb9|slab updates]] * [[https://git.kernel.org/torvalds/c/fb46e22a9e3863e08aef8815df9f17d0f4b9aede|MM updates]] * [[https://git.kernel.org/torvalds/c/9f2a635235823cf016eb8af0aeb3c0b2b25cea64|non-MM updates]] * [[https://git.kernel.org/torvalds/c/eab23bc8a807dbd32ac4f20af4a146d1679f57a3|audit updates]] * [[https://git.kernel.org/torvalds/c/9f9310bf87348e36a98ffa09c4e285908c14f592|selinux updates]] * [[https://git.kernel.org/torvalds/c/063a7ce32ddc2c4f2404b0dfd29e60e3dbcdffac|security module updates]] * [[https://git.kernel.org/torvalds/c/e9b4c5890858015bfe2089b7573319bcf4a92907|Landlock updates]] * [[https://git.kernel.org/torvalds/c/6c1dd1fe5d8a1d43ed96e2e0ed44a88c73c5c039|integrity updates]] * [[https://git.kernel.org/torvalds/c/83130ff423d61b018e1018cfa9ca5c1511b5f33b|regmap updates]] * [[https://git.kernel.org/torvalds/c/da96801729b43eb6229425a23b7bdf6045685251|regulator updates]] * [[https://git.kernel.org/torvalds/c/301940020a92ebdef9352a0573075a1db42d17aa|spi updates]] * [[https://git.kernel.org/torvalds/c/35f11a3710cdcbbc5090d14017a6295454e0cc73|mtd updates]] * [[https://git.kernel.org/torvalds/c/bd012f3a5b02849d9acc85e2b8b71293ce072263|ACPI updates]] * [[https://git.kernel.org/torvalds/c/7f73ba68cf67ef533783013f863d750c5736f957|thermal control updates]] * [[https://git.kernel.org/torvalds/c/7da71072e1d6967c0482abcbb5991ffb5953fdf2|power management updates]] * [[https://git.kernel.org/torvalds/c/3efcce4a9ec0d2f47ad7c501d0b072c12a1706af|chrome platform updates]] * [[https://git.kernel.org/torvalds/c/b9b56eb280451ccfd42e9e554e83c6202a2d286b|chrome platform firmware updates]] * [[https://git.kernel.org/torvalds/c/5fda5698c289b2ff21d53d935c43351c424f8388|x86 platform driver updates]] * [[https://git.kernel.org/torvalds/c/7c6a3fc925b63d5201f1c11b93193d8a466a7d89|IPMI updates]] * [[https://git.kernel.org/torvalds/c/a7e4c6cf5bbbd8fea2be1cef0540e5cf107c43c2|EFI updates]] * [[https://git.kernel.org/torvalds/c/5d09f61e505a614250df24a0f7e646802e40fc87|nolibc updates]] * [[https://git.kernel.org/torvalds/c/41daf06ea14fdccb34224fbcc5c4f2a6d17814e2|KUnit updates]] * [[https://git.kernel.org/torvalds/c/ab27740f76654ed58dd32ac0ba0031c18a6dea3b|kselftest update]] * [[https://git.kernel.org/torvalds/c/32720aca900b226653c843bb4e06b8125312f214|fsnotify updates]] * [[https://git.kernel.org/torvalds/c/12958e9c4c8e93ef694c10960c78453edf21526e|xfs updates]] * [[https://git.kernel.org/torvalds/c/affc5af36bbb62073b6aaa4f4459b38937ff5331|btrfs updates]] * [[https://git.kernel.org/torvalds/c/bfed9a92940bae1fbdaad80b82562ce4e122434a|gfs2 updates]] * [[https://git.kernel.org/torvalds/c/032500abc5dc7add035ad5bc8eddf67e97f686b6|jfs updates]] * [[https://git.kernel.org/torvalds/c/0c59ae1290741854b6cf597ef05bfa9bc811389f|afs updates]] * [[https://git.kernel.org/torvalds/c/d8c8e595dc31fb639bc4f8a202901afaa15bb13f|dlm updates]] * [[https://git.kernel.org/torvalds/c/49f4810356f7d4294ad63dc70fe3c65ca3b8ada9|nfsd updates]] * [[https://git.kernel.org/torvalds/c/17b9e388c619ea4f1eae97833cdcadfbfe041650|fscrypt updates]] * [[https://git.kernel.org/torvalds/c/0507d2526f843c1d5d833d318f90b64dd07fc93f|erofs updates]] * [[https://git.kernel.org/torvalds/c/4d925f60578ab3b13e2cfeb5e6e38cb83d51e032|overlayfs updates]] * [[https://git.kernel.org/torvalds/c/72116efd6307077546c93e0432a197876cedff70|pstore updates]] * [[https://git.kernel.org/torvalds/c/120a201bd2ad0bffebdd2cf62c389dbba79bbfae|hardening updates]] * [[https://git.kernel.org/torvalds/c/6434eade5dd51f12b464c8dc16633f0f2d26e284|tpm updates]] * [[https://git.kernel.org/torvalds/c/0cb552aa97843f24549ce808883494138471c16b|crypto updates]] * [[https://git.kernel.org/torvalds/c/6bd593bc743d3b959af157698064ece5fb56aee0|unicode updates]] * [[https://git.kernel.org/torvalds/c/0d19d9e14687ff6f43d6c4806ace9ff682d7703f|ext4 updates]] * [[https://git.kernel.org/torvalds/c/587217f9706a4ff033196d819db52e32afa29654|nfs client updates]] * [[https://git.kernel.org/torvalds/c/84e9a2d5517bf62edda74f382757aa173b8e45fd|smb client fixes]] * [[https://git.kernel.org/torvalds/c/999a36b52b1b11b2ca0590756e4f8cf21f2d9182|bcachefs updates]] * [[https://git.kernel.org/torvalds/c/78273df7f646f8daf2604ec714bea0897cd03aae|header cleanups]] * [[https://git.kernel.org/torvalds/c/a05aea98d4052dcd63d9d379613058e9e86c76d7|sysctl updates]] * [[https://git.kernel.org/torvalds/c/4cd083d53108b32f4c8ed92a3f85d7b36133c0c9|module updates]] * [[https://git.kernel.org/torvalds/c/c29901006179c4c87f9335771e50814ec5707239|asm-generic cleanups]] * [[https://git.kernel.org/torvalds/c/de927f6c0b07d9e698416c5b287c521b07694cac|s390 updates]] * [[https://git.kernel.org/torvalds/c/3e7aeb78ab01c2c2f0e1f784e5ddec88fcd3d106|networking updates]] * [[https://git.kernel.org/torvalds/c/c4101e55974cc7d835fbd2d8e01553a3f61e9e75|SoC DT updates]] * [[https://git.kernel.org/torvalds/c/f6597d17069a67819f57569e44ac9069f0b829e8|SoC driver updates]] * [[https://git.kernel.org/torvalds/c/fb249b275c591f064853157bf2b378fcedd6381b|ARM SoC code updates]] * [[https://git.kernel.org/torvalds/c/5bad490858c3ebdbb47e622e8f9049f828d2abba|ARM SoC defconfig updates]] * [[https://git.kernel.org/torvalds/c/b6964fe2398cb8939c3d4fc6960a6be93687305d|Rust updates]] * [[https://git.kernel.org/torvalds/c/2518f39af6ba671964193c249ad1e307b51fd31a|clang-format updates]] * [[https://git.kernel.org/torvalds/c/457e4f99765cc41d0b90e1385f51b848d6a921d0|auxdisplay update]] * [[https://git.kernel.org/torvalds/c/893e2f9eac9ec8d65a5ae2d99656d5e9f7bd76e2|dma-mapping updates]] * [[https://git.kernel.org/torvalds/c/d05e626603d57936314816433db8bf1d34b5a504|ata updates]] * [[https://git.kernel.org/torvalds/c/01d550f0fcc06c7292f79a6f1453aac122d1d2c8|block updates]] * [[https://git.kernel.org/torvalds/c/4c72e2b8c42e57f65d8fbfb01329e79d2b450653|io_uring updates]] * [[https://git.kernel.org/torvalds/c/22d29f1112c85c1ad519a8c0403f7f7289cf060c|SCSI updates]] * [[https://git.kernel.org/torvalds/c/5b9b41617bf3e1282cc60f07d3d52e62399aa4ba|documentation update]] * [[https://git.kernel.org/torvalds/c/2f444347a8d6b03b4e6a9aeff13d67b8cbbe08ce|minixfs updates]] * [[https://git.kernel.org/torvalds/c/bf4e7080aeed29354cb156a8eb5d221ab2b6a8cc|rename updates]] * [[https://git.kernel.org/torvalds/c/499aa1ca4eb6602df38afaecb88fc14edf50cdbb|dcache updates]] * [[https://git.kernel.org/torvalds/c/488926926a1653adfda3f662355907c896524487|misc filesystem updates]] * [[https://git.kernel.org/torvalds/c/6a31658aa1c0b757df652f6fcf3a001f90fda302|smb server updates]] * [[https://git.kernel.org/torvalds/c/70d201a40823acba23899342d62bc2644051ad2e|f2fs update]] * [[https://git.kernel.org/torvalds/c/cf65598d5909acf5e7b7dc9e21786e386356bc81|drm updates]] * [[https://git.kernel.org/torvalds/c/7912a6391f3ee7eb9f9a69227a209d502679bc0c|sound updates]] * [[https://git.kernel.org/torvalds/c/5dfec3cf3efbd897d774e3b5c08c2f0deaf9b5ad|hwmon updates]] * [[https://git.kernel.org/torvalds/c/61f4c3e6711477b8a347ca5fe89e5e6613e0a147|watchdog updates]] * [[https://git.kernel.org/torvalds/c/576db73424305036a6aa9e40daf7109742fbb1df|gpio updates]] * [[https://git.kernel.org/torvalds/c/c736c9a9553f9cfcb1b03e65f91bc29fc6446fd3|clk updates]] * [[https://git.kernel.org/torvalds/c/645f910ff61d9b2968865c77a2f92a7c80e255ba|GNSS updates]] * [[https://git.kernel.org/torvalds/c/141d9c6e003b806d8faeddeec7053ee2691ea61a|firewire updates]] * [[https://git.kernel.org/torvalds/c/bf9ca811bbadd7d853469d58284ed87906cc9321|rdma updates]] * [[https://git.kernel.org/torvalds/c/0c4b09cb542fd0c4134e3f87442c89abffbfeedd|pmdomain updates]] * [[https://git.kernel.org/torvalds/c/20077583ccdd4db8aa626eae442e030d217901db|MMC updates]] * [[https://git.kernel.org/torvalds/c/a3cc31e75185f9b1ad8dc45eac77f8de788dc410|libnvdimm updates]] * [[https://git.kernel.org/torvalds/c/61da593f4458f25c59f65cfd9ba1bda570db5db7|media updates]] * [[https://git.kernel.org/torvalds/c/d97a78423c33f68ca6543de510a409167baed6f5|fbdev updates]] * [[https://git.kernel.org/torvalds/c/fef018d8199661962b5fc0f0d1501caa54b2b533|HID updates]] * [[https://git.kernel.org/torvalds/c/42bff4d0f9b9c8b669c5cef25c5116f41eb45c6b|pwm updates]] * [[https://git.kernel.org/torvalds/c/38814330fedd778edffcabe0c8cb462ee365782e|devicetree updates]] * [[https://git.kernel.org/torvalds/c/23a80d462c67406303df852d58b745b8618acc4a|RCU updates]] * [[https://git.kernel.org/torvalds/c/1acc24b300bfa8b2f03daabbba67db600fd38e08|nfsctl update]] * [[https://git.kernel.org/torvalds/c/052d534373b7ed33712a63d5e17b2b6cdbce84fd|exfat updates]] * [[https://git.kernel.org/torvalds/c/7f5e47f785140c2d7948bee6fc387f939f68dbb8|misc hotfixes]] * [[https://git.kernel.org/torvalds/c/0c6bc37255927cf2e2cfdd9dc9bd1eced9c166de|UBI and UBIFS updates]] * [[https://git.kernel.org/torvalds/c/6cff79f4b90a42d73f039564f09fa5d59ec3d8ab|UML updates]] * [[https://git.kernel.org/torvalds/c/4331f070267ae8f76db1abbc7f4eeed4f06ae817|RISC-V updates]] * [[https://git.kernel.org/torvalds/c/096f286ee3fadf3f6777dedba35fa66654ec9f34|MIPS updates]] * [[https://git.kernel.org/torvalds/c/284a4ddeed35091a356fb8274d91d2dded62136c|microblaze updates]] * [[https://git.kernel.org/torvalds/c/c4c6044d35f06a93115e691e79436839962c203e|ARM updates]] * [[https://git.kernel.org/torvalds/c/47ce834fbb6ce6cb9e802f651b647b8030c5fc7f|Xtensa updates]] * [[https://git.kernel.org/torvalds/c/bce3b5d6764b1e8cd8e24f4ced54ec0c42a64c32|parisc updates]] * [[https://git.kernel.org/torvalds/c/09d1c6a80f2cf94c6e70be919203473d4ab8e26c|kvm updates]] * [[https://git.kernel.org/torvalds/c/82fd5ee9d8a516d47a17e8c99c2712a3fd937014|xen updates]] * [[https://git.kernel.org/torvalds/c/7b5bcf9b842087ba38cb6292637910f384368cff|more power management updates]] * [[https://git.kernel.org/torvalds/c/7f369a8f5ba973c1c1b680dcc99959773193350a|more ACPI updates]] * [[https://git.kernel.org/torvalds/c/d8e6ba025f5e45cb0821298919b0e07130cef877|more thermal control updates]] * [[https://git.kernel.org/torvalds/c/2a43434675b2114e8f909a5039cc421d35d35ce9|rpmsg updates]] * [[https://git.kernel.org/torvalds/c/e88481f74fee690316c1e0fd3777f919067d2d58|remoteproc updates]] * [[https://git.kernel.org/torvalds/c/a2ec2071cad819fe952a3f1ef66f2d2112c27b6e|hwspinlock updates]] * [[https://git.kernel.org/torvalds/c/2385018a4e5eb4f06cf110cca80d0a4ac8e27297|mfd updates]] * [[https://git.kernel.org/torvalds/c/08df80a3c51674ab73ae770885a383ca553fbbbf|LED updates]] * [[https://git.kernel.org/torvalds/c/75afd029e607623df50495ec6acefe82138d6935|mailbox updates]] * [[https://git.kernel.org/torvalds/c/5d197e97fb106c09d3d013be341e5961fd70ec8a|HSI update]] * [[https://git.kernel.org/torvalds/c/ed6c23b175471d7bdecd06b5f37a0b1057c90cce|pin control updates]] * [[https://git.kernel.org/torvalds/c/a3f4a07b5027e88209a7f47f572d8eed126ca870|i3c updates]] * [[https://git.kernel.org/torvalds/c/e1aa9df440186af73a9e690244eb49cbc99f36ac|pci updates]] * [[https://git.kernel.org/torvalds/c/296455ade1fdcf5f8f8c033201633b60946c589a|char/misc and other driver updates]] * [[https://git.kernel.org/torvalds/c/80955ae955d15ea5c11d55cd50032a5243a6dfd6|driver core updates]] * [[https://git.kernel.org/torvalds/c/e38f734add21d75d76dbcf7b214f4823131c1bae|staging driver updates]] * [[https://git.kernel.org/torvalds/c/bd736f38c014ba70ba7ec3bdc6af6fe5368d6612|tty / serial updates]] * [[https://git.kernel.org/torvalds/c/8c94ccc7cd691472461448f98e2372c75849406c|USB / Thunderbolt updates]] * [[https://git.kernel.org/torvalds/c/ba7dd8570dc8ad4daa3d1c49a137a7b8479eae07|x86 SGX updates]] * [[https://git.kernel.org/torvalds/c/b4442cadca2f97239c8b80f64af7937897b867b1|x86 TDX updates]] * [[https://git.kernel.org/torvalds/c/302d1858654494dbbb8541e3ea5f0f884c0e683c|more s390 updates]] * [[https://git.kernel.org/torvalds/c/5b890ad456b16a5b45e7f86d9708d7248e73d0f8|probes update]] * [[https://git.kernel.org/torvalds/c/a2ded784cd7fd83e567829637068cd86aeffbeaf|tracing updates]] * [[https://git.kernel.org/torvalds/c/24f3a63e1fc36d5d240c1b3973c75618c20cf458|eventfs updates]] * [[https://git.kernel.org/torvalds/c/e7ded27593bf0aff08d18258251e3de0a2697f47|percpu updates]] * [[https://git.kernel.org/torvalds/c/0dde2bf67bcf37f54c829c6c42fa8c4fca78a224|iommu updates]] * [[https://git.kernel.org/torvalds/c/86c4d58a99ab1ccfa03860d4dead157be51eb2b6|iommufd updates]] * [[https://git.kernel.org/torvalds/c/244aefb1c64ad562b48929e6d85e07bc79e331d6|VFIO updates]] * [[https://git.kernel.org/torvalds/c/db5ccb9eb23189e99e244a4915dd31eedd8d428b|CXL (Compute Express Link) updates]] * [[https://git.kernel.org/torvalds/c/0b7359ccddaaa844044c62000734f0cb92ab6310|virtio updates]] * [[https://git.kernel.org/torvalds/c/77c9622d87d21d989eb1a866e4df8eb5e3ce00e0|memblock update]] * [[https://git.kernel.org/torvalds/c/21c91bb9367716f61f46a352aafdeda61cb91c73|backlight updates]] * [[https://git.kernel.org/torvalds/c/4d5d604cc48a7babeb30e97aeb443679415573af|soundwire updates]] * [[https://git.kernel.org/torvalds/c/33a9caa49938eff19a3cc5ffab195649d702540b|phy updates]] * [[https://git.kernel.org/torvalds/c/0f289bdd4102fc870c8b97652c57d41952040d70|input updates]] * [[https://git.kernel.org/torvalds/c/378de6df19800dc2c18c355c8c2c5528f98e879a|RTC updates]] * [[https://git.kernel.org/torvalds/c/ed8d84530ab0a3b7b370e8b28f12179314dcfcc3|i2c updates]] * [[https://git.kernel.org/torvalds/c/2a668d217676c642bec02ee3b5b73a623f194f7a|kgdb update]] * [[https://git.kernel.org/torvalds/c/b5f66ba2d07180706ffa10df07f202335df190f1|Kbuild updates]] * [[https://git.kernel.org/torvalds/c/16df6e07d6a88dc3049a5674654ed44dfbc74d81|netfs updates]] * [[https://git.kernel.org/torvalds/c/8cb1bb178cdbdf005b7ac07bb67a1e1f3e365e5a|more smb server updates]] * [[https://git.kernel.org/torvalds/c/556e2d17cae620d549c5474b1ece053430cd50bc|ceph updates]] * [[https://git.kernel.org/torvalds/c/237c31cb5d83b3f77715f6d6a185f46a5ee4ec88|AppArmor updates]] * [[https://git.kernel.org/torvalds/c/ab1e2d0fccc570c950fd939840ebc8efa3bd39b8|power supply and reset updates]] * [[https://git.kernel.org/torvalds/c/9bc44c51a0461e099d4eb5dff86c2d72f0fb4a6c|devicetree header detangling]] * [[https://git.kernel.org/torvalds/c/24fdd5189914b36102cb51626a890a2d84501993|LoongArch updates]] * [[https://git.kernel.org/torvalds/c/57f22c8dab6b266ae36b89b073a4a33dea71e762|strlcpy removal]] * [[https://git.kernel.org/torvalds/c/9d64bf433c53cab2f48a3fff7a1f2a696bc5229a|perf tools updates]] * [[https://git.kernel.org/torvalds/c/125514880ddd381fdaaa4d11f32afdb55f1c0307|sh updates]] * [[https://git.kernel.org/torvalds/c/c25b24fa72c734f8cd6c31a13548013263b26286|SCSI updates]] * [[https://git.kernel.org/torvalds/c/e5075d8ec5647322fb9e699bfb76331cc8ee098d|more RISC-V updates]] * [[https://git.kernel.org/torvalds/c/80fc600fafee8ba981da6ed41a572800c8e11de6|coccinelle updates]] * [[https://git.kernel.org/torvalds/c/65163d16fcaef37733b5f273ffe4d00d731b34de|dmaengine updates]] * [[https://git.kernel.org/torvalds/c/7a396820222d6d4c02057f41658b162bdcdadd0e|smb client updates]] * [[https://git.kernel.org/torvalds/c/4fbbed7872677b0a28ba8237169968171a61efbd|timer updates]] * [[https://git.kernel.org/torvalds/c/35a4474b5c3dd4315f72bd53e87b97f128d9bb3d|more bcachefs updates]] |
|
Line 666: | Line 1215: |
* Phoronix's [[https://www.phoronix.com/review/linux-68-features|Linux 6.8 Features]] * Security changes: [[https://paul-moore.com/blog/d/2024/01/linux_v68_merge_window.html|Linux 6.8 Merge Window]] |
Linux 6.8 was released on Sunday, 10 March 2024.
Summary: This release includes two new system calls for easier mount management; support for multi-size transparent huge pages in anonymous page faults; data type profiling support in perf which allows to correlate perf events with DWARF information; task scheduler support for better realtime scheduling; an option to forbid users from writing to partitions that are being used by file systems; new system calls to deal with multiple stacked LSMs; and a new driver for Intel Xe graphics. As always, there are many other features, new drivers, improvements and fixes.
Contents
-
Prominent features
- Deadline servers for better realtime scheduling
- Multi-size transparent huge pages for anonymous memory
- Two new syscalls for better mount management: listmount() and statmount()
- Data type profiling with perf
- Forbid users from writing to partitions used by filesystems
- New system calls to deal with multiple stacked LSMs
- Driver for new Intel Xe graphics
- Core (various)
- File systems
- Memory management
- Block layer
- Tracing, perf and BPF
- Virtualization
- Cryptography
- Security
- Networking
- Architectures
-
Drivers
- Graphics
- Storage
- Drivers in the Staging area
- Networking
- Audio
- Tablets, touch screens, keyboards, mouses
- TV tuners, webcams, video capturers
- Universal Serial Bus
- Serial Peripheral Interface (SPI)
- Watchdog
- Serial
- CPU Frequency scaling
- Voltage, current regulators, power capping, power supply
- Real Time Clock (RTC)
- Pin Controllers (pinctrl)
- Multi Media Card (MMC)
- Memory Technology Devices (MTD)
- Industrial I/O (iio)
- Multi Function Devices (MFD)
- Pulse-Width Modulation (PWM)
- Inter-Integrated Circuit (I2C + I3C)
- Hardware monitoring (hwmon)
- General Purpose I/O (gpio)
- Leds
- DMA engines
- Cryptography hardware acceleration
- PCI
- Thunderbolt
- Clock
- PHY ("physical layer" framework)
- EDAC (Error Detection And Correction)
- Various
- List of Pull Requests
- Other news sites
1. Prominent features
1.1. Deadline servers for better realtime scheduling
Processes placed in the realtime scheduling class can starve other processes in classes with lower priority, which can cause problems. The Linux kernel uses a technique called "RT throttling" to avoid problems, but it not as performant as it could, so in this release the Linux kernel will use the so called "deadline servers", which replaces and improve that.
Recommended LWN article: Deadline servers as a realtime throttling replacement
1.2. Multi-size transparent huge pages for anonymous memory
Anonymous page faults (eg. faults for memory allocated by malloc) are usually done with a 4KB size. Work on [[https://kernelnewbies.org/Linux_5.16#Memory_folios_infrastructure_for_a_faster_memory_management|"folios" ]] now allows to allocate more than 4KB during a single page fault. This release adds support for it, and it also adds support for TBL compresion techniques allowed in modern hardware that allow to map physically contiguous chunks of memory. By default, the existing behaviour (and performance) is maintained. The user must explicitly enable multi-size THP to see the performance benefit.
Recommended LWN article: Large folios for anonymous memory
1.3. Two new syscalls for better mount management: listmount() and statmount()
Modern Linux systems can contain many mounts. Listing them and gathering information about their properties is not as easy as it should. Two new syscalls, listmount(2) and statmount(2) have been added to faciliate this effort.
Recommended LWN article: listmount() and statmount()
1.4. Data type profiling with perf
The perf tool in this release adds a feature called data type profiling , which allows to associate PMU samples to data types they refer using DWARF debug information. It depends on quality of PMU events and compiler for producing DWARF info, but it doesn't require any changes in the target program.
This allows the creation of tools that can do things such as pahole-style structure reordering or packing, but doing so with information about access patterns gathered from perf.
Recommended LWN article: Data-type profiling for perf
1.5. Forbid users from writing to partitions used by filesystems
This release adds a configuration option that forbids wriing to block devices that are being used by a mounted filesystem
Recommended LWN article: Defending mounted filesystems from the root user
1.6. New system calls to deal with multiple stacked LSMs
The Linux kernel added support for stacking security modules in Linux 5.1. LSM-aware applications, however, need some interfaces to get more information about the current LSM configuration. This release adds three new syscalls lsm_list_modules(), lsm_get_self_attr(), and lsm_set_self_attr(). These syscalls were designed to support multiple, simultaneaous (stacked) LSMs from the start as opposed to the current /proc based solutions which were created at a time when only one LSM was allowed to be active at a given time.
Recommended LWN article: Adding system calls for Linux security modules
1.7. Driver for new Intel Xe graphics
This release adds a new driver, Xe, for Intel GPUs that supports both integrated and discrete platforms starting with Tiger Lake (first Intel Xe Architecture)
2. Core (various)
(FEAURED) Add two mount querying syscalls: listmount(2) (which adds a way to query the children of a particular mount) and statmount(2) (which adds a way to query attributes of a single mount). They are more flexible than having to parse the complete /proc/self/mountinfo commit, commit, commit, commit, commit, commit, commit, commit
dmesg: CAP_SYSLOG was separated from CAP_SYS_ADMIN and introduced in Linux 2.6.37. For a long time, certain syslog actions required CAP_SYS_ADMIN or CAP_SYSLOG. Remove CAP_SYS_ADMIN for more fine-grained control commit
cgroup/cpuset: Expose cpuset.cpus.isolated commit
cgroup/cpuset: Improve CPU isolation in isolated partitions commit, commit, commit, commit
Support fanotify FAN_REPORT_FID on all filesystems commit, commit
- ubsan
/proc/self/pagemap: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctl commit
- hardening
initramfs: Expose retained initrd as sysfs file commit
- io_uring
maple_tree: Introduce interfaces to improve the performance of fork() commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- Task scheduler
(FEATURED) Introduce SCHED_DEADLINE server infrastructure (nested/2-level scheduling), which works more towards reducing SCHED_DEADLINE starvation of low priority tasks (e.g., SCHED_OTHER) tasks when higher priority tasks monopolize CPU cycles commit, commit, commit, commit, commit, commit
eevdf: Introduce O(1) fastpath for EEVDF task selection commit, commit
fair: Remove SCHED_FEAT(UTIL_EST_FASTUP) commit
fair: Use all little CPUs for CPU-bound workloads commit
Consolidate how the max compute capacity is used in the scheduler and how we calculate the frequency for a level of utilization commit
Tune the NUMA-balancing vma scanning logic some more, to better distribute the probability of a particular vma getting scanned commit
- stackdepot
/proc/sysrq-trigger: accept multiple keys at once commit
driver core: Enable fw_devlink=rpm by default commit
3. File systems
- BTRFS
Convert to the new mount API commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Clean up RAID I/O geometry calculation commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Minor performance change to setting/clearing delalloc commit, commit, commit, commit, commit, commit, commit, commit
zoned: optimize hint byte for zoned allocator commit
- BCACHEFS
- CACHEFILES
- EROFS
- F2FS
- NFS
- NTFS3
Add ioctl operation for directories (FITRIM) commit
- CIFS
reparse points work commit, commit, commit, commit, commit, commit, commit
show beginning time for per share stats commit
new nt status codes from MS-SMB2 commit
New mount option called retrans, so that all these handlers of -EAGAIN can retry a fixed number of times commit
Reschedule periodic query for server interfaces commit
- XFS
Online repair of AG btrees commit, commit, commit, commit, commit, commit, commit
Prepare repair for bulk loading commit, commit, commit, commit, commit, commit
Reserve disk space for online repairs commit, commit, commit, commit, commit, commit, commit, commit
Online repair of rt bitmap file commit, commit, commit, commit, commit, commit
Online repair of file fork mappings commit, commit, commit, commit, commit
Online repair of inodes and forks commit, commit, commit, commit, commit, commit, commit, commit, commit
Online repair of quota and rt metadata files commit, commit, commit, commit
- AFS
Fix probe handling, server rotation and RO volume callback handling 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
- ZONEFS
zonefs: Improve error handling commit
4. Memory management
(FEATURED) Multi-size THP for anonymous memory: runtime opt-in feature to transparent hugepages which improves performance by allocating larger chunks of memory during anonymous page faults commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- kasan
damon: let users feed and tame/auto-tune DAMOS commit, commit, commit, commit, commit, commit, commit, commit, commit
rmap: interface overhaul 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
Remove the SLAB allocator commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER option commit
Add folio_zero_tail() and folio_fill_tail() commit, commit, commit
huge_memory: batch tlb flush when splitting a pte-mapped THP commit
Cleanup and use more folio in page fault commit, commit, commit, commit, commit
memcg: optimize parent iteration in memcg_rstat_updated() commit
memcg: subtree stats flushing and thresholds commit, commit, commit, commit, commit
memcontrol: don't throttle dying tasks on memory.high commit
ratelimit stat flush from workingset shrinker commit
More swap folio conversions commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
slub: Delay freezing of CPU partial slabs commit, commit, commit, commit, commit, commit, commit, commit, commit
userfaultfd move option commit, commit, commit, commit, commit
zswap: make shrinking memcg-aware commit
5. Block layer
block integrity: directly map user space addresses commit, commit, commit, commit
Default the discard granularity to sector size commit
(FEATURED) Add config option to not allow writing to mounted devices commit, commit, commit, commit, commit, commit, commit
zram: split memory-tracking and ac-time tracking commit
md/raid1: support read error check commit
md: Remove deprecated CONFIG_MD_LINEAR commit
md: Remove deprecated CONFIG_MD_FAULTY commit
md: Remove deprecated CONFIG_MD_MULTIPATH commit
Implement freeze and thaw as holder operations. This allows us to extend block device freezing to all devices associated with a superblock and not just the main device commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Show correct device and inode numbers in /proc/pid/maps commit
6. Tracing, perf and BPF
bpf: Add a new kfunc for cgroup1 hierarchy commit
bpf: Add bpf_cpumask_weight() kfunc commit
bpf: File verification with LSM and fsverity commit, commit, commit, commit, commit, commit
bpf: Add link_info support for uprobe multi link commit, commit, commit, commit, commit, commit
bpf: Reduce memory usage for bpf_global_percpu_ma commit, commit, commit, commit, commit, commit, commit, commit
bpf: Re-support uid and gid when mounting bpffs commit
BPF register bounds logic and testing improvements commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
bpf: Complete BPF verifier precision tracking support for register spills commit, commit, commit, commit, commit, commit, commit, commit
bpfilter: remove bpfilter commit
Add bpf_xdp_get_xfrm_state() kfunc commit, commit, commit, commit, commit
Enhance BPF global subprogs with argument tags commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Revert BPF token-related functionality commit
Libbpf-side __arg_ctx fallback support commit, commit, commit, commit, commit, commit, commit, commit
perf archive: Add new option '--all' to pack perf.data with DSOs commit
perf archive: Add new option '--unpack' to expand tarballs commit
perf debug: Expose debug file commit
perf tools: Introduce data type profiling commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
perf stat: Combine the -A/--no-aggr and --no-merge options commit
perf test: Add option to change objdump binary commit, commit
perf test: Basic branch counter support commit
perf tools: Add --debug-file option to redirect debug output commit
perf: Add branch stack counters commit, commit, commit, commit, commit, commit, commit
tracing: Allow creating instances with specified system events commit
ring-buffer/tracing: Allow ring buffer to have bigger sub buffers commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
7. Virtualization
- KVM
guest_memfd() and per-page attributes 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
Remove CONFIG_HAVE_KVM_EVENTFD commit
Remove CONFIG_HAVE_KVM_IRQFD commit
Remove deprecated UAPIs commit
hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC commit
vfio/migration: Add debugfs to live migration driver commit
vfio/pds: Add multi-region support commit
Introduce a vfio driver over virtio devices commit, commit, commit, commit, commit, commit, commit, commit, commit
virtio: Add support for no-reset virtio PCI PM commit
virtio_pmem: support feature SHMEM_REGION commit
8. Cryptography
Add Intel Analytics Accelerator (IAA) crypto compression driver commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Remove cfb and ofb commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
drbg - Remove SHA1 from drbg commit
9. Security
(FEATURED) LSM: Three new syscalls: lsm_list_modules(), lsm_get_self_attr(), and lsm_set_self_attr(). The first syscall simply lists the LSMs enabled, while the second and third get and set the current process' LSM attributes. Yes, these syscalls may provide similar functionality to what can be found under /proc or /sys, and considerable time has been spent trying to extend them, but these new syscalls were designed to support multiple, simultaneaous (stacked) LSMs from the start as opposed to the current /proc based solutions which were created at a time when only one LSM was allowed to be active at a given time commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256 commit
audit: Send netlink ACK before setting connection in auditd_set commit
selinux: introduce an initial SID for early boot processes commit
lsm: new security_file_ioctl_compat() hook to handle the 32-bit ioctls on 64-bit systems problem commit
10. Networking
Analyze and reorganize core networking structs (socks, netdev, netns, mibs) to optimize cacheline consumption and set up build time warnings to safeguard against future header changes. This improves TCP performances with many concurrent connections up to 40% commit, commit, commit, commit, commit
tcp: Dump bound-only sockets in inet_diag commit
tun: add missing rx stats accounting in tun_xdp_act commit
Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
batman-adv: Implementation of a Stateless Multicast Packet Type commit, commit, commit
Support symmetric-xor RSS hash commit, commit, commit, commit, commit, commit, commit, commit
devlink: introduce notifications filtering commit, commit, commit, commit, commit, commit, commit, commit, commit
gro: reduce extension header parsing overhead commit, commit, commit
hsr: Add support for MC filtering at the slave device commit
ieee802154: Associations between devices commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Implement lockless setsockopt(SO_PEEK_OFF) commit
Raise optmem_max default value from 20KB to 128 KB, and make optmem_max sysctl per netns commit, commit, commit
ipmr: support IP_PKTINFO on cache report IGMP msg commit
mptcp: support more ephemeral ports sockopts commit, commit, commit, commit
ncsi: Add NC-SI 1.2 Get MC MAC Address command commit, commit, commit
netfilter: ctnetlink: support filtering by zone commit
packet: add a generic drop reason for receive commit
page_pool: add netlink-based introspection commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
phy: Introduce PHY listing and link_topology tracking commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
phylink: improve PHY validation commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add MDB bulk deletion support commit, commit, commit, commit, commit, commit, commit, commit, commit
- packet scheduler
sctp: support MSG_ERRQUEUE flag in recvmsg() commit
Allow coalescing for cloned skbs coming from page pools, improving RX performances with some common configurations commit, commit, commit
smc: Implement SMCv2.1 virtual ISM device support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
virtio-net: support rx netdim commit
- vxlan
- wifi
xsk: TX metadata commit, commit, commit, commit, commit, commit
11. Architectures
- ARM
- Device Tree Sources
New SoCs
Rockchips rv1109 commit, commit, commit, commit, commit, commit
Samsung ExynosAutov920, an automotive chip, and the first one supported based on the Cortex-A78AE core with lockstep mode commit, commit, commit, commit, commit
Google gs101 (Tensor G1), the chip used in a number of Pixel phones, and Oriole/Pixel6 board commit, commit
Add basic node support for MediaTek MT8188 SoC commit, commit, commit, commit
Qualcomm SM8650 (Snapdragon 8 Gen 3) based on Cortex-X4, Cortex-A720 and Cortex-A520 commit, commit, commit, commit, commit, commit, commit, commit
Qualcomm X1E80100 (Snapdragon X Elite) in turn is the latest Laptop chip using the custom Oryon cores commit, commit, commit, commit, commit, commit, commit
Unisoc UMS9620 (Tanggula 7 series) is a 5G phone SoC based on Cortex-A76 and Cortex-A55 commit, commit, commit, commit
- Boards
Five old Microsoft Lumia phones commit, commit, commit, commit, commit, the HTC One Mini 2 commit, Motorola Moto G 4G commit, and Huawei Honor 5X/GR5 commit, all based on Snapdragon SoCs
Multiple Rockchips mobile gaming systems (Anbernic RG351V commit, commit, commit, Powkiddy RK2023 commit, Powkiddy X55 commit) along with the Sonoff iHost Smart Home Hub commit and a few Rockchips SBCs
Some ComXpress boards based on Marvell CN913x, which is the follow-up to Armada 7xxx/8xxx commit
Mediatek MT8183 based Chromebooks from Lenovo, Asus and Acer commit, commit, commit, commit, commit
Toradex Verdin AM62 Mallow carrier for TI AM62 commit
motorola-mapphone: Add basic support for mz609 and mz617 commit
rockchip: add Theobroma Jaguar SBC commit
Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata commit
allwinner: h616: add Orange Pi Zero 2W support commit
freescale: Add SKOV IMX8MP CPU revB board commit
freescale: add fsl-lx2160a-mblx2160a board commit
freescale: add initial device tree for MBa93xxCA starter kit commit
freescale: introduce dimonoff-gateway-evk board commit
freescale: introduce rve-gateway board commit
freescale: verdin-imx8mp: add support to mallow board commit
qcom: Add base X1E80100 dtsi and the QCP dts commit
qcom: Add base qcm6490 idp board dts commit
qcom: Add base qcs6490-rb3gen2 board dts commit
qcom: msm8916: Add common msm8916-modem-qdsp6.dtsi commit
qcom: sm8250-xiaomi-pipa: Add initial device tree commit
qcom: x1e80100: Add Compute Reference Device commit
rockchip: Add support for rk3588 based board Cool Pi CM5 EVB commit
rockchip: Add support for rk3588s based board Cool Pi 4B commit
rockchip: Update powkiddy,rgb30 include to rk2023 DTSI commit
ti: Add verdin am62 mallow board commit
ti: k3-am65: Add AM652 dtsi file commit
rockchip: Add Geniatech XPI-3128 RK3128 board commit
Delete ARM11MPCore (ARM11 ARMv6K SMP) support commit
KVM: Support FEAT_LPA2 at hyp s1 and vm s2 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Run kernel mode NEON with preemption enabled commit, commit, commit
mm: try VMA lock-based page fault handling first commit
perf: Add support for event counting threshold commit, commit, commit
- coresight
- perf
- soc
apple: mailbox: Add ASC/M3 mailbox driver commit
Add support for QMC HDLC, framer infrastructure and PEF2256 framer commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interrupt ack commit, commit, commit, commit, commit
mediatek: mmsys: Add support for MT8188 VPPSYS commit
mediatek: svs: Add support for MT8186 SoC commit
mediatek: svs: Add support for MT8195 SoC commit
qcom: add ADSP PDCharger ULOG driver commit
qcom: socinfo: Add SM8650 SoC ID table entry commit
qcom: socinfo: Add PM8937 Power IC commit
- Device Tree Sources
- RISCV
Report more ISA extensions through hwprobe commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
SBI debug console extension support commit, commit, commit, commit, commit
hwprobe: add Zicond, Zacas and Ztso support commit, commit, commit, commit, commit, commit
Optimize ELF relocation function in riscv commit
Implement archrandom when Zkr is available commit
Add steal-time support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
KVM: report more ISA extensions through ONE_REG commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
KVM: Make SBI uapi consistent with ISA uapi commit
KVM: add 'vlenb' and vector CSRs to get-reg-list commit, commit
hwprobe: Introduce which-cpus commit, commit, commit, commit
Add fine-tuned checksum functions commit, commit, commit, commit, commit
Add support for BATCHED_UNMAP_TLB_FLUSH commit
Support kernel-mode Vector commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add Huashan Pi board support commit, commit, commit, commit, commit, commit, commit
ftrace: Miscellaneous ftrace improvements commit, commit, commit, commit
perf vendor events riscv: Add StarFive Dubhe-80 JSON file commit * X86
perf vendor events riscv: Add StarFive Dubhe-90 JSON file commit
perf vendor events riscv: add T-HEAD C9xx JSON file commit
- X86
- intel_idle
- platform
Introduce PMF Smart PC Solution Builder Feature commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
pmc: Add Arrow Lake S support to intel_pmc_core driver commit
pmc: Add Lunar Lake M support to intel_pmc_core driver commit
intel_pmc: Add telemetry API to read counters commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
vsec: Add support for Lunar Lake M commit
Add Silicom Platform Driver commit
Add support for Acer Predator PHN16-71 commit, commit, commit
touchscreen_dmi: Add info for the TECLAST X16 Plus tablet commit
wmi: Remove chardev interface commit
x86-android-tablets: Add audio codec info for Lenovo Yoga Tab 3 Pro YT3-X90F commit
perf vendor events amd: Add Zen 4 memory controller events commit
Replace the paravirt patching functionality using the alternatives infrastructure and remove the former commit, commit, commit, commit, commit
Handle corrected machine check interrupt storms commit, commit, commit
- cstate
- uncore
Add model number for Intel Clearwater Forest processor commit
TDX host kernel support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- KVM
SEV: disable SEV-ES DebugSwap by default commit
Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace commit
Make Hyper-V emulation optional commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
nSVM: Advertise support for flush-by-ASID commit
Enabling of Linear-address masking (LAM) and Linear Address Space Separation (LASS) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- LOONGARCH
Enable initial Rust support commit
Allow device trees be built into the kernel commit, commit, commit, commit, commit, commit, commit, commit, commit
BPF: Support 64-bit pointers to kfuncs commit
KVM: Add LASX (256bit SIMD) support commit
KVM: Add LSX (128bit SIMD) support commit
KVM: Optimization for memslot hugepage checking commit
- MICROBLAZE
Enable options to mount a rootfs via NFS commit
- POWERPC
Topology and shared processor optimizations commit, commit, commit, commit, commit
Add PVN support for HeXin C2000 processor commit
Add papr-vpd and papr-sysparm character device drivers for VPD & sysparm retrieval, so userspace tools can be adapted to avoid doing raw firmware calls from userspace commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- S390
12. Drivers
12.1. Graphics
scheduler: implement dynamic job-flow control commit
dma-fence: Deadline awareness (uabi edition) commit, commit, commit
- amdgpu
Extend the current KMS color management API with AMD driver-specific properties to enhance the color management support on AMD Steam Deck 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
Add disable timeout option commit
DC Patches December 20, 2023 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
DC Patches December 1, 2023 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, commit, commit, commit, commit, commit, commit
Disable IPS by default commit
DC Patches Nov 08, 2023 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
DC Patches for Dec 18, 2023 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
Add sysfs attribute to get pm metrics commit
Enable GFXOFF for Compute on GFX11 commit
Support poison error injection via ras_ctrl debugfs commit
Expose the connected port num info through sysfs commit
Remove infrastructure for old user-space mode setting commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
backlight: mp3309c: Add support for MPS MP3309C commit
- Intel
(FEATURED) Introduce Xe, a new DRM driver for Intel GPUs commit
debugfs entry to list display capabilities commit
Improve BW management on MST links 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
Add DSC fractional bpp support commit, commit, commit, commit, commit, commit, commit, commit
Panel replay phase1 implementation commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Implement audio fastset commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Implement fdinfo memory stats commit, commit, commit, commit, commit, commit
Imagination Technologies PowerVR DRM driver commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add display driver for MT8188 VDOSYS1 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- msm
Add DisplayPort controller for SM8650 commit
Add hw revision 4.1 (SDM670) commit
Add CDM support for MSM writeback commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Introduce display support for SM8650 commit, commit, commit, commit
Enable SmartDMA on SM8450 commit
Enable writeback on SM8350 commit
gem: Add metadata commit
- nouveau
- panel
panel-edp: Add SDC ATNA45AF01 commit
panel-simple: add Evervision VGG644804 panel entry commit
Add Ilitek ILI9805 panel driver commit
Add Synaptics R63353 panel driver commit
himax-hx8394: Add Panel Rotation Support commit
himax-hx8394: Add Support for Powkiddy X55 panel commit
ilitek-ili9805: add support for Tianma TM041XDHG01 panel commit
ilitek-ili9881c: Add Ampire AM8001280G LCD panel commit
nv3051d: Add Powkiddy RK2023 Panel Support commit
nv3052c: Add Fascontek FS035VG158 LCD display commit
nv3052c: Add SPI device IDs commit
simple: Add AUO G156HAN04.0 LVDS display support commit
simple: Add BOE BP101WX1-100 panel commit
st7701: Add Anbernic RG-ARC Panel Support commit
- panfrost
- rockchip
- tidss
Add support for AM62A7 DSS commit
- v3d
Fix cursor planes with virtualized drivers commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for atomic async page-flip commit, commit, commit
- simplefb
fbdev: Remove support for Carillo Ranch driver commit
intelfb: Remove driver commit
fbdev: amba-clcd: Delete the old CLCD driver commit
12.2. Storage
NVMEM cells in sysfs commit, commit, commit, commit, commit, commit, commit, commit
nvmem: stm32: add support for STM32MP25 BSEC to control OTP data commit
scsi: ufs: core: Make fault injection dynamically configurable per HBA commit
scsi: ufs: qcom: Remove support for host controllers older than v2.0 commit
scsi: ufs: ufs-sysfs: Expose UFS power info commit
scsi: virtio_scsi: Add mq_poll support commit
scsi: smartpqi: Add new controller PCI IDs commit
scsi: mpi3mr: Add support for SAS5116 PCI IDs commit
scsi: arcmsr: Support new RAID controller ARC-1688 commit
scsi: arcmsr: Support new PCI device IDs 1883 and 1886 commit
scsi: mpi3mr: Add support for status reply descriptor commit
Introduce support for multiqueue (MQ) in fnic commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Remove support for the host aware zoned model commit, commit, commit, commit, commit
nvme: enable retries for authentication commands commit, commit, commit
nvme: allow passthru cmd error logging commit
nvme: implement support for relaxed effects commit
nvme: add csi, ms and nuse to sysfs commit, commit, commit, commit, commit, commit
12.3. Drivers in the Staging area
Add StarFive Camera Subsystem driver commit, commit, commit, commit, commit, commit, commit, commit, commit
12.4. Networking
- Bluetooth
- RDMA/bnxt_re
RDMA/efa: Add EFA query MR support commit
RDMA/erdma: Add hardware statistics support commit
- RDMA/hns
- RDMA/mlx5
ath10k: add support to allow broadcast action frame RX commit
ath12k: support one MSI commit, commit, commit, commit, commit, commit, commit
atmel: remove wext style at76c50x drivers commit
- bnxt_en
Prepare to support new P7 chips commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support new 5760X P7 devices commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Update for net-next commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add basic ntuple filter support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
TX path improvements commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
bnxt: link NAPI instances to queues and IRQs commit
dsa: mv88e6xxx: Add "eth-mac" and "rmon" counter group support commit, commit, commit, commit, commit, commit, commit, commit
etheram65-cpsw: Add standard Ethernet MAC stats to ethtool commit
ethercortina: Drop TSO support commit
ethermtk_wed: add support for devices with more than 4GB of dram commit
am65-cpsw: Add mqprio, frame preemption & coalescing commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
iavf: enable symmetric-xor RSS for Toeplitz hash function commit
- ice
Intel Wired LAN Driver Updates 2024-01-02 commit, commit, commit, commit, commit, commit, commit
Intel Wired LAN Driver Updates 2023-12-01 commit, commit, commit, commit, commit, commit
Add CGU info to devlink info callback commit
XDP metadata via kfuncs for ice + VLAN hint commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
idpf: add get/set for Ethtool's header split ringparam commit
igc: Add support for PTP .getcyclesx64() commit
ipa: add IPA v5.5 support commit, commit, commit, commit, commit
iwlmvm: add a debugfs hook to clear the monitor data commit
ixgbe: report link state for VF devices commit
mac80211_hwsim: support HE 40 MHz in 2.4 GHz band commit
mana: Add remaining GDMA stats for MANA to ethtool commit
dpll: expose fractional frequency offset value to user commit, commit, commit
- mlx5
- mlxsw
Preparations for support of CFF flood mode commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support CFF flood mode commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for new reset flow commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- mt76
- mt7921: support per-device regulatory settings
mt7996: add TX statistics for EHT mode in debugfs commit
mt7996: add wed support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add MT7992 support commit, commit, commit, commit, commit, commit, commit, commit
mvmdio: Support setting the MDC frequency on XSMI controllers commit
mvpp2: add support for mii commit
- nfp
- nfp
Support UDP segmentation offload commit
- octeon_ep
octeontx2-af: Add new devlink param to configure maximum usable NIX block LFs commit
octeontx2: Multicast/mirror offload changes commit, commit, commit
- phy
Add support for the DP83TG720S Ethernet PHY commit
Add Rust Asix PHY driver commit
adin: allow control of Fast Link Down commit
aquantia: add firmware load support commit
at803x: add support for cdt cross short test for qca808x commit
Add MACsec support for TJA11XX C45 PHYs commit, commit, commit, commit, commit, commit, commit
r8169: add support for LED's on RTL8168/RTL8101 commit
rswitch: Add jumbo frames support commit, commit, commit, commit, commit, commit, commit, commit, commit
rtl8xxxu: Add additional USB IDs for RTL8192EU devices commit
- rtw89
Add PCI DMA and interrupt stuff for WiFi 7 chips commit, commit, commit, commit, commit, commit, commit
adjust mac init code to support WiFi 7 chips commit, commit, commit, commit, commit, commit
coex: improve BT-coexistence performance for 8852B and 8851B commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
fw: extend program counter dump for Wi-Fi 7 chip commit, commit, commit, commit, commit
phy: add dynamic EDCCA mechanism commit, commit, commit, commit
Add 8922AE PCI entry and used functions commit, commit, commit, commit
8922a: add 8922A basic info and efuse stuff commit, commit, commit, commit, commit, commit
8922a: configure hardware engines and quota for WiFi 7 chips commit, commit, commit, commit, commit, commit, commit, commit
idpf: add get/set for Ethtool's header split ringparam commit, commit
smsc95xx: add support for SYS TEC USB-SPEmodule1 commit
stmmac: Add support for HW-accelerated VLAN stripping commit
stmmac: mmc: Support more counters for XGMAC Core commit
vdpa/mlx5: Introduce per vq and device resume commit
wan: framer: Add support for the Lantiq PEF2256 framer commit, commit
wangxun: Implement more ethtool_ops commit, commit, commit, commit, commit, commit, commit, commit
remove obsolete hostap driver commit
remove orphaned cisco/aironet driver commit
remove orphaned orinoco driver commit
remove orphaned ray_cs driver commit
remove orphaned rndis_wlan driver commit
remove orphaned wl3501 driver commit
remove orphaned zd1201 driver commit
12.5. Audio
hda/realtek - Add Headset Mic supported Acer NB platform commit
hda/realtek: Enable headset mic on Lenovo M70 Gen5 commit
hda/realtek: Enable headset mic on Vaio VJFE-ADL commit
hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBook commit
hda/realtek: add IDs for Dell dual spk platform commit
hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx commit
hda/tas2781: add TAS2563 support for 14ARB7 commit
hda: Add Lenovo Legion 7i gen7 sound quirk commit
hda: Add driver properties for cs35l41 for Lenovo Legion Slim 7 Gen 8 serie commit
hda: Intel: add HDA_ARL PCI ID support commit
hda: cs35l41: Support ASUS Zenbook UM3402YAR commit
hda: cs35l41: Support Lenovo Thinkbook 16P commit
hda: cs35l41: Support additional ASUS Zenbook UX3402VA commit
hda: cs35l41: Support additional Dell models without _DSD commit
scarlett2: Add support for Scarlett 4th Gen commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
scarlett2: Firmware Upgrade and Error Handling Improvements commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add IDs and definitions for ARL and ARL-S commit, commit, commit, commit, commit
- ASoC
Intel: Soundwire related board and match updates commit, commit, commit, commit, commit, commit
Intel: soc-acpi-intel-tgl-match: add cs42l43 and cs35l56 support commit
Intel: sof_rt5682: add mtl_rt5650 support commit
Intel: sof_sdw: Add rt722 support commit
IPC path handling and fallback support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ipc4: Add support for control change notification commit, commit, commit, commit
amd: acp: Add i2s bt support for nau8821-max card commit
amd: acp: Enable dpcm_capture for MAX98388 codec commit
amd: yc: Add HP Pavilion Aero Laptop 13-be2xxx(8BD6) into DMI quirk table commit
amd: yc: add new YC platform variant (0x63) support commit
es83xx: add ACPI DSM helper module commit
fsl: mpc8610_hpcd: Remove unused driver commit
mediatek: mt8188-mt6359: add es8326 support commit
qcom: Add !x1e80100 sound machine driver commit
qcom: audioreach: Add 4 channel support commit
qcom: sc8280xp: Add support for SM8450 and SM8550 commit
qcom: sc8280xp: Add support for SM8650 commit
rt5645: Add Acer Switch V 10 quirk + report quirks in components string commit, commit, commit, commit, commit, commit, commit
sunxi: sun4i-spdif: Add support for Allwinner H616 commit
tas2781: Add tas2563 into driver commit
12.6. Tablets, touch screens, keyboards, mouses
xpad: add Lenovo Legion Go controllers commit
zforce_ts: accept standard touchscreen properties commit
iqs269a: add support for OTP variants commit
iqs269a: add support for slider gestures commit
Driver for Adafruit Seesaw Gamepad commit
cap11xx: add advanced sensitivity settings commit
- HID
12.7. TV tuners, webcams, video capturers
i2c: Add driver for THine THP7312 ISP commit, commit, commit
Wave5 codec driver commit, commit, commit, commit, commit, commit
i2c: Add driver for OmniVision OV64A40 commit
i2c: Add support for alvium camera commit
i2c: Introduce a driver for the Techwell TW9900 decoder commit
i2c: ak7375: Add support for ak7345 commit
i2c: gc0308: new driver commit
i2c: gc2145: Galaxy Core GC2145 sensor support commit
Sony IMX335 improvements commit, commit, commit, commit, commit, commit, commit
i2c: st-mipid02: add Y8 format support commit
ov2740: reset GPIO, clk and 180 MHz link-frequency support commit, commit, commit, commit, commit, commit, commit, commit, commit
qcom: camss: Introduce support for named power-domains commit, commit, commit, commit, commit, commit, commit, commit
Add MFC v12 support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
platform: cros-ec: Add Dexi to the match table commit
rockchip: rga: add NV12M support commit
stm32-dcmipp: STM32 DCMIPP camera interface driver commit
v4l2-common: Add 10bpp RGB formats info commit
verisilicon: vp9: Allow to change resolution while streaming commit
visl: Add AV1 support commit
12.8. Universal Serial Bus
HID: amd_sfh: Add a new interface for exporting HPD data commit
dwc3: Support EBC feature of DWC_usb31 commit
dwc3: pci: add support for the Intel Arrow Lake-H commit
f_uac1: adds support for SS and SSP commit
gadget: ncm: Add support to update wMaxSegmentSize via configfs commit
host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRK commit
misc: onboard_usb_hub: Add support for Cypress CY7C6563x commit
serial: cp210x: add ID for IMST iM871A-USB commit
serial: option: add Fibocom FM101-GL variant commit
serial: qcserial: add new usb-id for Dell Wireless DW5826e commit
typec: mux: add Qualcomm WCD939X USB SubSystem Altmode Mux driver commit
typec: tcpm: Support multiple capabilities commit
xhci: xhci-plat: Add support for BCM2711 commit
12.9. Serial Peripheral Interface (SPI)
Add multi-cs memories support in SPI core commit
axi-spi-engine: add watchdog timer commit
dw: Remove Intel Thunder Bay SOC support commit
intel-pci: Add support for Arrow Lake SPI serial flash commit
intel-pci: Add support for Lunar Lake-M SPI serial flash commit
stm32: add STM32F7 support commit
12.10. Watchdog
mediatek: mt7988: add wdt support commit
it87_wdt: Add IT8659 ID commit
s3c2410_wdt: Add support for Google gs101 SoC commit
12.11. Serial
Move tty and serdev to be children of serial core port device commit
uartlite: Use dynamic allocation for major number when uart ports > 4 commit
8250: microchip: Burst Mode Support for PCI1XXXX commit, commit, commit
12.12. CPU Frequency scaling
intel_pstate: Update hybrid scaling factor for Meteor Lake commit
intel_pstate: Add Emerald Rapids support in no-HWP mode commit
12.13. Voltage, current regulators, power capping, power supply
power: supply: bq24190_charger: Add support for BQ24296 commit
- regulator
Add option to prevent disabling unused regulators commit
Add regulator netlink event support commit
qcom_spmi: Add PM8937 SPMI regulator commit
qcom_smd: Add PM8937 regulators commit
Introduce handling for system-critical under-voltage events commit
qcom-rpmh: extend to support multiple linear voltage ranges commit
qcom-rpmh: add support for pm8010 regulators commit
12.14. Real Time Clock (RTC)
Add driver for Nuvoton ma35d1 rtc controller commit
Add support for configuring the UIP timeout for RTC reads commit
max31335: add driver support commit
rv8803: Add power management support commit
tps6594: Add driver for TPS6594 RTC commit
12.15. Pin Controllers (pinctrl)
Add support for the Lantic PEF2256 pinmux commit
intel: Add Intel Meteor Point pin controller and GPIO support commit
intel: Add a generic Intel pin control platform driver commit
qcom: Add X1E80100 pinctrl driver commit
qcom: Introduce the SM8650 Top Level Mode Multiplexer driver commit
qcom: sm4450: dd SM4450 pinctrl driver commit
qcom: sm8650-lpass-lpi: add SM8650 LPASS commit
renesas: rzg2l: Add output enable support commit
renesas: rzg2l: Add support to select power source for Ethernet pins commit
samsung: Add gs101 SoC pinctrl configuration commit
samsung: add exynosautov920 pinctrl commit
samsung: support ExynosAuto GPIO structure commit
tps6594: Add driver for TPS6594 pinctrl and GPIOs commit
12.16. Multi Media Card (MMC)
Add HS400 tuning in HS400es initialization commit
Add wp_grp_size sysfs node commit
rtsx: add rts5264 to support sd express card commit
sdhci-of-dwcmshc: Add support for T-Head TH1520 commit
xenon: Add ac5 support via bounce buffer commit
12.17. Memory Technology Devices (MTD)
rawnand: Add destructive operation commit
rawnand: NAND controller write protect commit
spi-nor: introduce die erase commit, commit, commit, commit, commit
ubi: Add six fault injection type for testing commit
12.18. Industrial I/O (iio)
Add modifiers for A and B ultraviolet light commit
adc: Add driver support for MAX34408/9 commit
adc: Add support for AD7091R-8 commit
adc: ad7091r: Allow users to configure device events commit
amplifiers: hmc425a: add support for ADRF5740 Attenuator commit
bu27008: Add illuminance channel commit
chemical: add support for Aosong AGS02MA commit
dac: ad5791: Add support for controlling RBUF via devicetree commit
dac: driver for MCP4821 commit
humidity: Add driver for ti HDC302x humidity sensors commit
imu: Add driver for BMI323 IMU commit
light: add VEML6075 UVA and UVB light sensor driver commit
light: driver for Lite-On ltr390 commit
light: isl76682: Add ISL76682 driver commit
pressure: bmp280: Add support for BMP390 commit
pressure: bmp280: Allow multiple chips id per family of devices commit
pressure: driver for Honeywell HSC/SSC series commit
resolver: ad2s1210: add support for adi,fixed-mode commit
temperature: Add MCP9600 thermocouple EMF converter commit
temperature: mlx90635 MLX90635 IR Temperature sensor commit
12.19. Multi Function Devices (MFD)
12.20. Pulse-Width Modulation (PWM)
Mention PWM chip ID in /sys/kernel/debug/pwm commit
12.21. Inter-Integrated Circuit (I2C + I3C)
Create debugfs entry per adapter commit
i801: Add lis3lv02d for Dell Precision 3540 commit
i801: Add lis3lv02d for Dell XPS 15 7590 commit
smbus: Support up to 8 SPD EEPROMs commit
stm32f7: add support for stm32mp25 soc commit
12.22. Hardware monitoring (hwmon)
sht3x: add sts3x support commit
Add driver for Gigabyte AORUS Waterforce AIO coolers commit
dell-smm: Add Optiplex 7000 to fan control whitelist commit
dell-smm: Add support for WMI SMM interface commit
emc1403: Add support for EMC1442 commit
k10temp: Add support for AMD Family 19h Model 8h commit
lm75: Add AMS AS6200 temperature sensor commit
max31827: Add support for max31828 and max31829 commit
nct6775: Add support for 2 additional fan controls commit
npcm750-pwm-fan: Add NPCM8xx support commit
pmbus: Add ltc4286 driver commit
pmbus: Add support for MPS Multi-phase mp2856/mp2857 controller commit
pmbus: Add support for MPS Multi-phase mp5990 commit
12.23. General Purpose I/O (gpio)
rtd: Add support for Realtek DHC(Digital Home Center) RTD SoCs commit
nuvoton: Add Nuvoton NPCM sgpio driver commit
12.24. Leds
aw200xx: Add support for aw20108 device commit
aw200xx: Support HWEN hardware control commit
ledtrig-tty: Add additional line state evaluation commit
ledtrig-tty: Make rx tx activitate configurable commit
max5970: Add support for max5970 commit
sun50i-a100: New driver for the A100 LED controller commit
trigger: netdev: Extend speeds up to 10G commit
12.25. DMA engines
ls2x-apb: New driver for the Loongson LS2X APB DMA controller commit
tegra210-adma: Support dma-channel-mask property commit
xilinx: xdma: Implement interleaved DMA transfers commit
xilinx: xdma: Add transfer error reporting commit
idxd: Add support for device/wq defaults commit
12.26. Cryptography hardware acceleration
hisilicon/zip - add zip comp high perf mode configuration commit
iaa: Add Intel Analytics Accelerator (IAA) crypto compression driver commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add Marvell CN10KB/CN10KA B0 commit, commit, commit, commit, commit, commit, commit, commit
qat: add support for 420xx devices commit, commit, commit, commit, commit
qat: enable telemetry for QAT GEN 4 commit, commit, commit, commit
qat: add sysfs_added flag for ras commit
qat: add sysfs_added flag for rate limiting commit
sahara: add support for crypto_engine commit
12.27. PCI
brcmstb: Configure HW CLKREQ# mode appropriate for downstream device commit
mhi: ep: Add async read/write support commit, commit, commit, commit, commit, commit, commit, commit, commit
Add 4x lane support for pci-j721e controllers commit, commit, commit, commit, commit
rcar-host: Add support for optional regulators commit
12.28. Thunderbolt
Add support for Intel Lunar Lake commit
12.29. Clock
mediatek: add drivers for MT7988 SoC commit
meson: g12a: add MIPI ISP clocks commit
qcom: Introduce clocks drivers for SM8650 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
qcom: Add ECPRICC driver support for QDU1000 and QRU1000 commit
qcom: Add Global Clock controller (GCC) driver for X1E80100 commit
renesas: r9a08g045: Add IA55 pclk and its reset commit
rs9: Add support for 9FGV0841 commit
samsung: clk-pll: Add support for pll_{0516,0517,518} commit
stm32mp1: use stm32mp13 reset driver commit
clocking-wizard: Add support for versal clocking wizard commit
12.30. PHY ("physical layer" framework)
mediatek: tadd support force phy mode switch commit
phy-rockchip-inno-usb2: Add RK3128 support commit
qcom-qmp-combo: Add x1e80100 USB/DP combo phys commit
qcom-qmp-usb: Add Qualcomm SDX75 USB3 PHY support commit
qcom-qmp: qserdes-txrx: Add v7 register offsets commit
ti: gmii-sel: Enable SGMII mode for J784S4 commit
ti: j721e-wiz: Add SGMII support in WIZ driver for J784S4 commit
12.31. EDAC (Error Detection And Correction)
igen6: Add EDAC support for several Intel SoCs with IBECC commit, commit, commit, commit, commit
amd64: Add support for family 0x19, models 0x90-9f devices commit
12.32. Various
EDAC/mc: Add support for HBM3 memory type commit
- accel/habanalabs
- accel/ivpu
accel/qaic: Add support for periodic timesync commit, commit
bus: mhi: ep: Add async read/write support commit, commit, commit, commit, commit, commit, commit, commit, commit
cxl: Add support for QTG ID retrieval for CXL subsystem commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
efi/cxl-cper: Report CPER CXL component events through trace events commit, commit, commit, commit, commit, commit, commit, commit
cxl: Add Support for Get Timestamp commit
bus: mhi: host: pci_generic: Add SDX75 based modem support commit
cdx: Create resource debugfs file for cdx device commit
dpll: expose fractional frequency offset value to user commit
eeprom: ee1004: Add support for multiple i2c busses commit
eeprom: ee1004: add support for temperature sensor commit
firmware: update for versal net platform commit, commit, commit, commit, commit
firmware: microchip: add PolarFire SoC Auto Update support commit
i3c: master: some improvment for i3c master commit, commit, commit, commit, commit
interconnect: qcom: Add SM6115 interconnect provider driver commit
interconnect: qcom: Add X1E80100 interconnect provider driver commit
interconnect: qcom: introduce RPMh Network-On-Chip Interconnect on SM8650 SoC commit
iommu/amd: Improve TLB invalidation logic commit, commit, commit, commit, commit, commit, commit, commit, commit
iommu/apple-dart: Add support for t8103 USB4 DART commit
iommu/arm-smmu-qcom: Add QCM2290 MDSS compatible commit
iommu: Support mm PASID 1:n with sva domains commit
Add iommufd nesting (part 2/2) commit, commit, commit, commit, commit, commit, commit, commit
irqchip/qcom-mpm: Support passing a slice of SRAM as reg space commit
irqchip/renesas-rzg2l: Add support for suspend to RAM commit
mailbox: apple: Delete driver commit
mailbox: mtk-cmdq: Add CMDQ driver support for mt8188 commit
mei: Add Meteor Lake support for IVSC device commit
mei: me: add arrow lake point H DID commit
mei: me: add arrow lake point S DID commit
misc: Add Nitro Secure Module driver commit
optee: ffa_abi: add asynchronous notifications commit
parport: parport_serial: Add Brainboxes BAR details commit
parport: parport_serial: Add Brainboxes device IDs and geometry commit
regmap: ram: support noinc semantics commit
regulator: Implement uv_survival_time for handling under-voltage events commit
remoteproc: qcom_q6v5_pas: Add SC7280 ADSP, CDSP & WPSS commit
spmi: Introduce device-managed functions commit
tee: introduce TEE system session commit, commit, commit, commit
tty: Add SBI debug console support to HVC SBI driver commit
w1: Add AXI 1-wire host driver for AMD programmable logic IP core commit
w1: ds2433: add support for ds28ec20 eeprom commit
13. List of Pull Requests
14. Other news sites
Phoronix's Linux 6.8 Features
Security changes: Linux 6.8 Merge Window