Size: 2717
Comment:
|
← Revision 56 as of 2025-04-11 22:14:45 ⇥
Size: 324974
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
Linux 6.14 changelog. Not complete. | Linux 6.14 changelog. Summary: This release includes a NT synchronization primitive driver, which allows for faster games. It also includes new different read balancing methods for Btrfs RAID1 setups; support for uncached buffered I/O; fsnotify file pre-access notification event; a new dmem cgroup for better control of GPU memory resources; FUSE support for io_uring based communication; an amdxdna driver for AMD NPUs; XFS reflink and reverse-mapping support for the realtime devices; NFSv4.2+ attribute delegation; and x86 TLB flushing scalability optimizations. As always, there are many other features, new drivers, improvements and fixes. Also, you might be interested in the LWN merge window report: [[https://lwn.net/Articles/1005651/|part 1]], [[https://lwn.net/Articles/1006378/|part 2]] <<TableOfContents()>> = Prominent features = == NT synchronization primitive driver for faster games == The Windows NT operating systems offer some synchronization primitives that are too different to the ones present on Unix system. This creates performance problems when trying to emulate this behavior for software like Wine. This release adds a driver that allows to model NT's primitives and spend less time trying to emulate it, which can improve performance massively in some cases (particularly, games) Documentation: [[https://docs.kernel.org/next/userspace-api/ntsync.html|NT synchronization primitive driver]] Recommended LWN article: [[https://lwn.net/Articles/961884/|Windows NT synchronization primitives for Linux]] == Btrfs RAID1 read balancing == Btrfs uses a PID-based approach to distribute reads to the devices that are part of a RAID1 setup: this is optimal for many configurations, but not all. This release adds three new RAID1 read balancing methods that help to distribute reads I/O across devices: rotation (keeps all devices active - for now, it's preferable as the default), latency (smarter with failing/unstable block layer transport), and devid (manual control). They are enabled under the `CONFIG_BTRFS_EXPERIMENTAL` config option and are on top of the previously added `/sys/fs/btrfs/<UUID>/read_policy` interface to configure the desired RAID1 read balancing method. == Support for uncached buffered I/O == This release adds support for optionally sending buffered I/O whose pages will be dropped from the page cache once the data is read/written. The reason for this feature are fast storage devices that can fill the RAM with too much page cache that will not be needed, with this feature it is possible to read/write data and drop it from the cache without facing the disadvantages and complexity of dealing with Direct I/O. Recommended LWN article: [[https://lwn.net/Articles/998783/|The return of RWF_UNCACHED]] == fsnotify file pre-access notification event == This release adds a new fsnotify event ({{{FS_PRE_ACCESS}}}) that gets generated before a file contents is accessed. The event is synchronous so if there is listener for this event, the kernel waits for reply. On success the execution continues as usual, on failure we propagate the error to userspace. This even allows userspace to fill in file content on demand from slow storage. == dmem cgroup for better control of GPU memory resources == It is desirable to prevent GPU workloads from being terminated. This release uses cgroups to prevent eviction. Both GPU and driver-allocated CPU memory will be accounted to the correct cgroup, and eviction would be made cgroup aware. This allows the GPU to be partitioned into cgroups, that will allow jobs to run next to each other without interference. Documentation: [[https://docs.kernel.org/next/admin-guide/cgroup-v2.html#dmem|DMEM]] == FUSE support for io_uring-based communication == This release adds FUSE support for io-uring communication between kernel and userspace, with the purpose of increasing FUSE performance (reducing context switches, etc) Documentation: [[https://docs.kernel.org/next/filesystems/fuse-io-uring.html|FUSE-over-io-uring design documentation]] Recommended LWN article: [[https://lwn.net/Articles/932079/|FUSE and io_uring]] == Add amdxdna driver for AMD NPUs == This driver adds support for AMD NPUs (Neural Processing Unit), an AI inference accelerator integrated into AMD client CPUs. It enables efficient execution of Machine Learning applications like CNNs, LLMs, etc. It is based on AMD XDNA architecture. Documentation: [[https://www.amd.com/en/technologies/xdna.html|AMD XDNA™ Architecture]] == XFS reflink and reverse-mapping support for the realtime device == The [[https://blogs.oracle.com/linux/post/xfs-realtime-device|XFS realtime device]] has added support for reflink and reverse-mapping. == NFSv4.2+ attribute delegation == This release implements NFSv4.2+ attribute delegation. An attribute delegation permits an NFS client to manage a file's mtime, rather than flushing dirty data to the NFS server so that the file's mtime reflects the last write, which is considerably slower. IETF draft: [[https://www.ietf.org/archive/id/draft-ietf-nfsv4-delstid-08.html|Extending the Opening of Files in NFSv4.2]] == x86 TLB flushing scalability optimizations == This release includes some TLB flushing scalability optimizations to update some data structures lazily during context switches. This improves performance in some microbenchmarks = Core (various) = * (FEATURED) Introduce a new fsnotify event ({{{FS_PRE_ACCESS}}}) that gets generated before a file contents is accessed. The event is synchronous so if there is listener for this event, the kernel waits for reply. On success the execution continues as usual, on failure we propagate the error to userspace. This allows userspace to fill in file content on demand from slow storage [[https://lore.kernel.org/linux-fsdevel/20241121112218.8249-1-jack@suse.cz/T/|(cover)]], [[https://git.kernel.org/linus/0a076036b631f086a6bce93a45eaa216f234f121|commit]], [[https://git.kernel.org/linus/9740d17162deca7138fad7dcf3ef52324832c32b|commit]], [[https://git.kernel.org/linus/4acf3bc76e521b47acebcefc6312c97992f4ca29|commit]], [[https://git.kernel.org/linus/4f8afa33817a6420398d1c177c6e220a05081f51|commit]], [[https://git.kernel.org/linus/870499bc1d4dc04cba1f63dd5e7bc02b983e2458|commit]], [[https://git.kernel.org/linus/b4b2ff4f61ded819bfa22e50fdec7693f51cbbee|commit]], [[https://git.kernel.org/linus/fac84846a28c0950d4433118b3dffd44306df62d|commit]], [[https://git.kernel.org/linus/20bf82a898b65c129af76deb96a1b415d3098a28|commit]], [[https://git.kernel.org/linus/8392bc2ff8c8bf7c4c5e6dfa71ccd893a3c046f6|commit]], [[https://git.kernel.org/linus/7f4796a46571ced5d3d5b0942e1bfea1eedaaecd|commit]], [[https://git.kernel.org/linus/b722e40be2bda7a688f74e1a794121e84f717fdc|commit]], [[https://git.kernel.org/linus/bb480760ffc7018e21ee6f60241c2b99ff26ee0e|commit]], [[https://git.kernel.org/linus/5121711eb8dbcbed70b1db429a4665f413844164|commit]] * Lockless mount namespace lookup [[https://lore.kernel.org/linux-fsdevel/20241213-work-mount-rbtree-lockless-v3-0-6e3cdaf9b280@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/62b8dee925023ed2a2b417dea657e3e3e57c4117|commit]], [[https://git.kernel.org/linus/144acef3334eb664fae4a2e1e35fdd693fc07d4e|commit]], [[https://git.kernel.org/linus/5dcbd85d35515532c93b337a3f8be54937aeea8a|commit]], [[https://git.kernel.org/linus/67d676bb135cd4de9647616e73cfd059ef57c9a6|commit]], [[https://git.kernel.org/linus/4368898b271ad4ea3b6ae64f5cd16486a6d65430|commit]], [[https://git.kernel.org/linus/e7c8dde36818ffa101045cfc887c49cd631048ee|commit]], [[https://git.kernel.org/linus/cae73d3bdce5dc6cdbf454fcc37a6fb2f025151e|commit]], [[https://git.kernel.org/linus/9d87b1067382be1ede395c9246ff1ee0519f0c64|commit]], [[https://git.kernel.org/linus/d3238e8944e2bd1d6a006d35850e86fa80469751|commit]], [[https://git.kernel.org/linus/75d0dd101fbf0173f046bf55a8d583aa8d6a1ce5|commit]] * Symlink length caching (1.5% speed up when issuing readlink on /initrd.img on ext4) [[https://lore.kernel.org/linux-ext4/20241120112037.822078-1-mjguzik@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/ea382199071931d19aac5f688b543e07360e2b64|commit]], [[https://git.kernel.org/linus/bae80473f7b0b25772619e7692019b1549d4a82c|commit]], [[https://git.kernel.org/linus/657e726e0cb9ba4f583ae7d226100bc43cc43a41|commit]] * pidfs: implement file handle support, part 1 [[https://lore.kernel.org/linux-nfs/20241129-work-pidfs-v2-0-61043d66fbce@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/9698d5a4836549d394e6efd858b5200878c9f255|commit]], [[https://git.kernel.org/linus/03c212bf3fa86820baa5bcad75cfabb845166ccd|commit]], [[https://git.kernel.org/linus/230536ff6b06b199995687aa7fbf164970ebda85|commit]], part2 [[https://lore.kernel.org/linux-nfs/20241113-pidfs_fh-v2-0-9a4d28155a37@e43.eu/T/|(cover)]], [[https://git.kernel.org/linus/d2ab36bb115b720c9c738184d4007e1ca01c53da|commit]], [[https://git.kernel.org/linus/230536ff6b06b199995687aa7fbf164970ebda85|commit]] * pidfs: Support bind-mounts [[https://lore.kernel.org/linux-fsdevel/20241219-work-pidfs-mount-v1-0-dbc56198b839@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/ef4144ac2dec35d47de666f35cd873eb1be4172e|commit]], [[https://git.kernel.org/linus/f63df61651be541cc5699083faa1bfbaa105ed44|commit]] * Namespacify sysctl {{{kernel.pid_max}}} [[https://lore.kernel.org/linux-kernel/20241122132459.135120-1-aleksandr.mikhalitsyn@canonical.com/T/|(cover)]], [[https://git.kernel.org/linus/7863dcc72d0f4b13a641065670426435448b3d80|commit]], [[https://git.kernel.org/linus/615ab43b838bb982dc234feff75ee9ad35447c5d|commit]] * statx: add {{{STATX_DIO_READ_ALIGN}}}, as many out of place write file systems can easily do reads aligned to the device sector size, but require bigger alignment for writes [[https://lore.kernel.org/linux-man/20250108085900.GA27227@lst.de/T/|(cover)]], [[https://git.kernel.org/linus/8fc7e23a9bd851e6997d3ea2ea1c3475b91862d3|commit]], [[https://git.kernel.org/linus/7ed6cbe0f8caa6ee38a2dc8f1b925acb904cc01f|commit]], [[https://git.kernel.org/linus/7e17483c7b151ed64f8959278def2fea164526f5|commit]], [[https://git.kernel.org/linus/7422bbd030210fbdc011acfd6f0f15b966fd2b46|commit]], [[https://git.kernel.org/linus/468210ec76e155bbc53f8fc41b2bd5e26a2f6d20|commit]] * Dont block write during exec on pre-content watched files [[https://git.kernel.org/linus/0357ef03c94ef835bd44a0658b8edb672a9dbf51|commit]] * delayacct: add delay max to record delay peak [[https://git.kernel.org/linus/658eb5ab916ddc92f294dbce8e3d449470be9f86|commit]] * io_uring * A new io_uring interface to exchange additional integrity/pi metadata with read/write [[https://lore.kernel.org/linux-fsdevel/20241128112240.8867-1-anuj20.g@samsung.com/T/|(cover)]], [[https://git.kernel.org/linus/5dbb3cbd060aa86a722d7d44278e537ae3f63081|commit]], [[https://git.kernel.org/linus/031141976be0bd5f385775727a4ed3cc845eb7ba|commit]], [[https://git.kernel.org/linus/fe8f4ca7107e968b0eb7328155c8811f2a19424a|commit]], [[https://git.kernel.org/linus/10783d0ba0d7731ec81d88c54f83cf0ff89d1c2a|commit]], [[https://git.kernel.org/linus/4de2ce04c862db66a7c1dbe0f358fc6df3825bac|commit]], [[https://git.kernel.org/linus/59a7d12a7fb5ab24efa893e6980a00ffc090c777|commit]], [[https://git.kernel.org/linus/2c0487d8b1f1351d48a13b77b254a2bb6de49eb3|commit]], [[https://git.kernel.org/linus/472292cd8cfcfb9f2e7731c3c54196c35b8d283d|commit]], [[https://git.kernel.org/linus/18623503a3a514780214850bf8ba8b03ea0f3a4b|commit]], [[https://git.kernel.org/linus/3d8b5a22d40435b4a7e58f06ae2cd3506b222898|commit]] * Expose read/write attribute capability [[https://git.kernel.org/linus/94d57442e56d2ad2ca20d096040b8ae6f216a921|commit]] * (FEATURED) Add FUSE support for io-uring communication between kernel and userspace [[https://lore.kernel.org/io-uring/20250123-fuse-uring-for-6-10-rfc4-v11-0-11e9cecf4cfb@ddn.com/T/|(cover)]], [[https://git.kernel.org/linus/92270d076115ae81b83f0605703602d2d5a866e2|commit]], [[https://git.kernel.org/linus/867d93dcdede5ea453543085d1ed0bf43cde60de|commit]], [[https://git.kernel.org/linus/88be7aa98d91f5761f8764273ebd961915e4632d|commit]], [[https://git.kernel.org/linus/a7040a06e4bc6a550ddb2078d59fad311dc0ee3b|commit]], [[https://git.kernel.org/linus/7ccd86ba3a485a8bc33478776eb7053d9adb7816|commit]], [[https://git.kernel.org/linus/24fe962c86f55347385933a1b06ca71b60854690|commit]], [[https://git.kernel.org/linus/d0f9c62aaf7a98412b46a91fe7daad76b316b3b7|commit]], [[https://git.kernel.org/linus/f773a7c2c3d934d00542c6471170066d150d152f|commit]], [[https://git.kernel.org/linus/3821336530616776414aa7a879640052b89def28|commit]], [[https://git.kernel.org/linus/c090c8abae4b6b77a1bee116aa6c385456ebef96|commit]], [[https://git.kernel.org/linus/4a9bfb9b6850fec0685447aed280533cf980de70|commit]], [[https://git.kernel.org/linus/ba74ba571189668697a8d8da906ad6d44762ebc6|commit]], [[https://git.kernel.org/linus/c2c9af9a0b13261c36909036057a116f2edb5e1a|commit]], [[https://git.kernel.org/linus/857b0263f30eebe13ab4b6a65156a0d6c8fc2210|commit]], [[https://git.kernel.org/linus/b6236c8407cba5d7a108facb1bcfab24994d3814|commit]], [[https://git.kernel.org/linus/3393ff964e0fa5def66570c54a4612bf9df06b76|commit]], [[https://git.kernel.org/linus/2d4fde59fd502a65c1698b61ad4d0f10a9ab665a|commit]], [[https://git.kernel.org/linus/786412a73e7ee5b00ef3437bbf2f3a250759b2ae|commit]] * task scheduler: * deadline: fixes and improvements [[https://lore.kernel.org/lkml/20240724142253.27145-1-wander@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/0664e2c311b9fa43b33e3e81429cd0c2d7f9c638|commit]], [[https://git.kernel.org/linus/3a181f20fb4e9ad3c93ea6c71520c23826042629|commit]] * sched/fair: Rename cfs_rq.nr_running into nr_queued [[https://git.kernel.org/linus/736c55a02c477ad31c57ae4c69130f437855e051|commit]] * Miscellaneous isolation related cleanups [[https://lore.kernel.org/linux-kernel/20240921190720.106195-1-longman@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/ae5c677729e99b8cb3e6252aaa9b72a92985d203|commit]], [[https://git.kernel.org/linus/1174b9344bc7e7989439cad207fcd94eaab028db|commit]], [[https://git.kernel.org/linus/6010d245ddc9f463bbf0311ac49073a78f444755|commit]], [[https://git.kernel.org/linus/c907cd44a108eff7005a2b5689bb91f50637df8b|commit]] * Fixes and improvements in /proc/schedstat [[https://lore.kernel.org/linux-doc/20241220063224.17767-1-swapnil.sapkal@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/a430d99e349026d53e2557b7b22bd2ebd61fe12a|commit]], [[https://git.kernel.org/linus/c3856c9ce6b8903909b61e8d2985a3c7ec7a78e8|commit]], [[https://git.kernel.org/linus/3b2a793ea70fd14136b442df31e53935e8095034|commit]], [[https://git.kernel.org/linus/1c055a0f5d3bafaca5d218bbb3e4e63d6307be45|commit]], [[https://git.kernel.org/linus/011b3a14dc66c40066d08d60a768e14ede7ef351|commit]], [[https://git.kernel.org/linus/7c8cd569ff66755f17b0c0c03a9d8df1b6f3e9ed|commit]] * Support high-performance monotonically non-decreasing clock [[https://lore.kernel.org/linux-kernel/20250109131456.7055-1-changwoo@igalia.com/T/|(cover)]], [[https://git.kernel.org/linus/ea9b2626271f4e82f329ba52503dd5193fe656e9|commit]], [[https://git.kernel.org/linus/3a9910b5904d29c566e3ff9290990b519827ba75|commit]], [[https://git.kernel.org/linus/2e1ce39fde7caacc98bc0472d15e8c641dfb31bf|commit]], [[https://git.kernel.org/linus/d07be814fc7165cb804317c99228243382e81188|commit]], [[https://git.kernel.org/linus/0f130bc341d09a82ad23e7fc59d4306528c4c4ce|commit]], [[https://git.kernel.org/linus/62addc6dbf3644272c064c16076221bf4f633f25|commit]] * sched_ext: idle: introduce check_builtin_idle_enabled() helper [[https://git.kernel.org/linus/c0cf3530098bc13578bd4d0692351a2c4a57425d|commit]] * SCHED_FAIR: Fix statistics with delayed dequeue [[https://git.kernel.org/linus/7b8a702d943827130cc00ae36075eff5500f86f1|commit]], [[https://git.kernel.org/linus/c2a295bffeaf9461ecba76dc9e4780c898c94f03|commit]], [[https://git.kernel.org/linus/1a49104496d38cdcb7d9106ec23773a52c7a7e82|commit]], [[https://git.kernel.org/linus/9216582b0bfb17889eebcf96fb41cd67a3d71133|commit]], [[https://git.kernel.org/linus/31898e7b87dd2833eb5dd6aa60ab2a5880c4c12f|commit]], [[https://git.kernel.org/linus/43eef7c3a4a65e258244d63a8992d0a8d70e5974|commit]], [[https://git.kernel.org/linus/736c55a02c477ad31c57ae4c69130f437855e051|commit]], [[https://git.kernel.org/linus/61b82dfb6b7e1f951fd1e95198a2aee2ccf6a167|commit]], [[https://git.kernel.org/linus/0429489e092851f066b08deed9ce0f3910515383|commit]] * Split global idle cpumask into per-numa cpumasks [[https://lore.kernel.org/linux-kernel/20241220154107.287478-1-arighi@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/c0cf3530098bc13578bd4d0692351a2c4a57425d|commit]], [[https://git.kernel.org/linus/9cf9aceed21e3f08c94108bd688e812effce4423|commit]], [[https://git.kernel.org/linus/02f034dcbf3dcb0989e638fdc00d10984dc2278b|commit]] * Improve performance by prioritizing migrating eligible tasks in sched_balance_rq [[https://git.kernel.org/linus/873199d27bb25889ab7ccca03c8f30c67f18ae52|commit]] * Do not compute unnecessary information [[https://git.kernel.org/linus/0ac1ee9ebfb7fa2af4a267fe0e8fa275ba8ec6fc|commit]], [[https://git.kernel.org/linus/3229adbe787534b43430f92e10175c9b77f2d27c|commit]] * kthread: Introduce preferred affinity [[https://lore.kernel.org/linux-kernel/20240807160228.26206-1-frederic@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/26e6057674b670bf18a21585d053acb017acc90c|commit]], [[https://git.kernel.org/linus/135eef38d7e081303fd9cdb982b37fcad32f9be0|commit]], [[https://git.kernel.org/linus/d31679f42e19780b4564cd1c5f90c1f3249f00c7|commit]], [[https://git.kernel.org/linus/0d19b96cf159ca9b0a96275cad9e41adb2726889|commit]], [[https://git.kernel.org/linus/f33f1a88cf0f379c5b8bf180a72f0217efa0422f|commit]], [[https://git.kernel.org/linus/faaf18d3f353963a9d9b4c59fabb67b6f86f7946|commit]], [[https://git.kernel.org/linus/76f99fc1566d99bc263249996240df5511c73819|commit]], [[https://git.kernel.org/linus/294fca60223ad2b87dfc5df03a95f044a2cd61a1|commit]], [[https://git.kernel.org/linus/192faebeb9c35f9c34eeaf5227e616f3cc8099a0|commit]], [[https://git.kernel.org/linus/94dcf29a11b3d20a28790598d701f98484a969da|commit]], [[https://git.kernel.org/linus/3a5446612a3f2579c751ddb77c5e16b9a0d47001|commit]], [[https://git.kernel.org/linus/5eacb68a358503cb350eaf68599a0d6caef569ab|commit]], [[https://git.kernel.org/linus/54880b5a2b5ea6d32dd970125b9b1b033b86ae93|commit]], [[https://git.kernel.org/linus/c6a566f6c1b4d5dff659acd221f95a72923f4085|commit]], [[https://git.kernel.org/linus/4d13f4304fa43471bfea101658a11feec7b28ac0|commit]], [[https://git.kernel.org/linus/db7ee3cb620b2cec5a5f44767ab93cb4eb80d961|commit]], [[https://git.kernel.org/linus/41f70d8e16349c65abdc0dd88a7d0ab94e5ce639|commit]], [[https://git.kernel.org/linus/b04e317b522630b46f78ee62ecbdc5734e8d43de|commit]], [[https://git.kernel.org/linus/8044c589767456af2061ca03468aa6a295da1925|commit]] * rv: Automate manual steps in monitor creation [[https://lore.kernel.org/lkml/20241227144752.362911-1-gmonaco@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/6c432b56a16a0727561211a137f37ec47f96f1d0|commit]], [[https://git.kernel.org/linus/ca08e071c59d96cb1db19b20ba70e9db7b9d5791|commit]], [[https://git.kernel.org/linus/91f3407e13b89b7391ebc5b6143fd22edd901041|commit]], [[https://git.kernel.org/linus/64b3e5f0d45329bc593e13b64dcdcf836da006cd|commit]], [[https://git.kernel.org/linus/bc3d482dcc062963e7dc20565be2a887e5fc9a2d|commit]], [[https://git.kernel.org/linus/9c6cfe80980056042f1f80d65c74806021708989|commit]], [[https://git.kernel.org/linus/de6f45c2dd226269fe9886290a139533c817c5bc|commit]], [[https://git.kernel.org/linus/87c5d7f5e5938f713bde4e7435e6b207372a7f8e|commit]] * verification/dot2k: Improve template management [[https://lore.kernel.org/linux-trace-kernel/20241121145957.145700-1-gmonaco@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/ca08e071c59d96cb1db19b20ba70e9db7b9d5791|commit]], [[https://git.kernel.org/linus/91f3407e13b89b7391ebc5b6143fd22edd901041|commit]], [[https://git.kernel.org/linus/64b3e5f0d45329bc593e13b64dcdcf836da006cd|commit]], [[https://git.kernel.org/linus/bc3d482dcc062963e7dc20565be2a887e5fc9a2d|commit]], [[https://git.kernel.org/linus/9c6cfe80980056042f1f80d65c74806021708989|commit]], [[https://git.kernel.org/linus/de6f45c2dd226269fe9886290a139533c817c5bc|commit]], [[https://git.kernel.org/linus/87c5d7f5e5938f713bde4e7435e6b207372a7f8e|commit]] * binder: Report txn errors via generic netlink [[https://lore.kernel.org/lkml/20241218212935.4162907-1-dualli@chromium.org/T/|(cover)]], [[https://git.kernel.org/linus/12d909cac1e1c4147cc3417fee804ee12fc6b984|commit]] * livepatch: Add "stack_order" sysfs attribute [[https://lore.kernel.org/linux-kernel/20241008014856.3729-1-zhangwarden@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/3dae09de406167123449d9ece1f51855d5bac01a|commit]] * (FEATURED) NT synchronization primitive driver [[https://lore.kernel.org/linux-kselftest/20241213193511.457338-1-zfigura@codeweavers.com/T/|(cover)]], [[https://git.kernel.org/linus/d75abf2f9f2e584633bd1072267a2ff25deb422b|commit]], [[https://git.kernel.org/linus/5ec43d6b0328a2383525a2b90306c9077480e0bf|commit]], [[https://git.kernel.org/linus/b4a7b5fe3f5149fa35278807e0dc13ddb093f4b8|commit]], [[https://git.kernel.org/linus/cdbb997822806cc1071619b67aef485bb2b921b1|commit]], [[https://git.kernel.org/linus/5bc2479a3585be35ea32e431bc82282bbf5a5d5b|commit]], [[https://git.kernel.org/linus/31ca7bb8e8539b454414a2c4f8ad643c939cb0cf|commit]], [[https://git.kernel.org/linus/ecc2ee361466e4a22e95b1c27d90f8cbd4f22e93|commit]], [[https://git.kernel.org/linus/4c7404b9c2b572b42dc63bfde5e862290dab53b5|commit]], [[https://git.kernel.org/linus/2dcba6fc15a442b1cf1df8cdd0da12f20db38c43|commit]], [[https://git.kernel.org/linus/bbb9797514b20c316314b78a439f87fd16b7c509|commit]], [[https://git.kernel.org/linus/12b29d3008e6bd5118af716ae2971fe6823b117a|commit]], [[https://git.kernel.org/linus/a948f4177c3cce5f27648696da95c62c0253a099|commit]], [[https://git.kernel.org/linus/0b3c31449d28c83c0b8a8a7be569aa30d70b7764|commit]], [[https://git.kernel.org/linus/e864071a630cfbbd55251e7b45461003f4f79877|commit]], [[https://git.kernel.org/linus/a138179a59d47690b069fbded1be12f47648ef07|commit]], [[https://git.kernel.org/linus/7f853a252cdefa9f574c2dce4f9f38a7c10d6b5a|commit]], [[https://git.kernel.org/linus/ae071aef1486be85b6fc2d219368900ff4d55408|commit]], [[https://git.kernel.org/linus/4455456958aa2006a3df287b2ab1a0d1e130be3c|commit]], [[https://git.kernel.org/linus/d168f68939a978b3b1276bd841596e1fc563797b|commit]], [[https://git.kernel.org/linus/f23279852ad53c463442c952acb5a1df71b2e737|commit]], [[https://git.kernel.org/linus/72a651c13159247e051754c04b008f1d7f40b7a6|commit]], [[https://git.kernel.org/linus/d2083b5f51a2977cbe91d9f05dd2d1c6307f5bd8|commit]], [[https://git.kernel.org/linus/b4e4dd5d2f7002b9a4b5dbc750b64d45cc7e5245|commit]], [[https://git.kernel.org/linus/a2e5a8cea74502cef32ffadb9796df0073513181|commit]], [[https://git.kernel.org/linus/dd914e0d07423c172cd8fdcf25e1ee92485a95cf|commit]], [[https://git.kernel.org/linus/c52b9cb13fd1bd03199c3e5c58c5b7fcaa82d459|commit]], [[https://git.kernel.org/linus/a22860e57b54e9b55028243764f7899fe7c4ae4b|commit]], [[https://git.kernel.org/linus/79d42d9d6d827ba90b9ebe7f78972992b7a0e7af|commit]], [[https://git.kernel.org/linus/6b695a75ff908fa03d4108d837dcaf590cb42492|commit]], [[https://git.kernel.org/linus/c301e1fefc2d6c83a2beb47e9cdd7b59a90b0067|commit]] * rtla * timerlat: Set OSNOISE_WORKLOAD for kernel threads [[https://lore.kernel.org/linux-kernel/20250107144823.239782-1-tglozar@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/80d3ba1cf51bfbbb3b098434f2b2c95cd7c0ae5c|commit]], [[https://git.kernel.org/linus/d8d866171a414ed88bd0d720864095fd75461134|commit]], [[https://git.kernel.org/linus/217f0b1e990e30a1f06f6d531fdb4530f4788d48|commit]], [[https://git.kernel.org/linus/c73cab9dbed04d8f65ca69177b4b21ed3e09dfa7|commit]], [[https://git.kernel.org/linus/d6899e560366e10141189697502bc5521940c588|commit]], [[https://git.kernel.org/linus/d6899e560366e10141189697502bc5521940c588|commit]], [[https://git.kernel.org/linus/80d3ba1cf51bfbbb3b098434f2b2c95cd7c0ae5c|commit]], [[https://git.kernel.org/linus/d8d866171a414ed88bd0d720864095fd75461134|commit]], [[https://git.kernel.org/linus/d8d866171a414ed88bd0d720864095fd75461134|commit]], [[https://git.kernel.org/linus/b91cfd9f75c02e7f4463f8416d99138630c4dfd0|commit]], [[https://git.kernel.org/linus/d6fcd28ffeaaa6a1733303096637e6bf15704efb|commit]], [[https://git.kernel.org/linus/2aee44f721a75daebc55c372271221286efd79ec|commit]], [[https://git.kernel.org/linus/8ccd9d8bb913577c7ec98061cd6e73380e538532|commit]], [[https://git.kernel.org/linus/cf186201118c953c3a0256312a186b3d24ffdb9f|commit]] * timerlat: Stop on signal properly when overloaded [[https://lore.kernel.org/linux-kernel/20250116144931.649593-1-tglozar@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/e879b5dcf8d044f3865a32d95cc5b213f314c54f|commit]], [[https://git.kernel.org/linus/c73cab9dbed04d8f65ca69177b4b21ed3e09dfa7|commit]], [[https://git.kernel.org/linus/a4dfce7559d75430c464294ddee554be2a413c4a|commit]], [[https://git.kernel.org/linus/d6899e560366e10141189697502bc5521940c588|commit]], [[https://git.kernel.org/linus/80967b354a76b360943af384c10d807d98bea5c4|commit]], [[https://git.kernel.org/linus/d6899e560366e10141189697502bc5521940c588|commit]], [[https://git.kernel.org/linus/80d3ba1cf51bfbbb3b098434f2b2c95cd7c0ae5c|commit]], [[https://git.kernel.org/linus/d8d866171a414ed88bd0d720864095fd75461134|commit]], [[https://git.kernel.org/linus/d8d866171a414ed88bd0d720864095fd75461134|commit]], [[https://git.kernel.org/linus/b91cfd9f75c02e7f4463f8416d99138630c4dfd0|commit]], [[https://git.kernel.org/linus/d6fcd28ffeaaa6a1733303096637e6bf15704efb|commit]], [[https://git.kernel.org/linus/2aee44f721a75daebc55c372271221286efd79ec|commit]], [[https://git.kernel.org/linus/8ccd9d8bb913577c7ec98061cd6e73380e538532|commit]], [[https://git.kernel.org/linus/cf186201118c953c3a0256312a186b3d24ffdb9f|commit]] * Rust: Device / driver pci / platform rust abstractions [[https://lore.kernel.org/rcu/20241219170425.12036-1-dakr@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/a790265c7f663c382ac25ecb841e241a023f0590|commit]], [[https://git.kernel.org/linus/ea7e18289f44b0aa597026f16e7f4f6daa0f13ee|commit]], [[https://git.kernel.org/linus/9b90864bb42befdc10fa5c60dd1d8033c8535726|commit]], [[https://git.kernel.org/linus/51158207294108898e5b72bb78fa51a7e848844f|commit]], [[https://git.kernel.org/linus/2d3bf6ffe26439444b55dd5af7b06d1aca3a042d|commit]], [[https://git.kernel.org/linus/0494d9c82b0c722d8ce2af7dc5f92be6aef4625b|commit]], [[https://git.kernel.org/linus/ce30d94e6855a4f6dc687f658e63c225fcc1d690|commit]], [[https://git.kernel.org/linus/76c01ded724bfb464878e22c89f7ecce26f5d50e|commit]], [[https://git.kernel.org/linus/1bd8b6b2c5d38d9881d59928b986eacba40f9da8|commit]], [[https://git.kernel.org/linus/bf9651f84b4e49ca006fd8b5534f16a38dae875c|commit]], [[https://git.kernel.org/linus/685376d18e9ae2f08ab6ac36285dc3a949c8cb77|commit]], [[https://git.kernel.org/linus/bbe3b4d1580dac8ea0e1451e38d1be9590a89ddc|commit]], [[https://git.kernel.org/linus/7a718a1f26d1697465f0f4e402a69e29d6c4dd33|commit]], [[https://git.kernel.org/linus/683a63befc7385bf7f19ba30fc0b4b14961114c5|commit]], [[https://git.kernel.org/linus/b2e8a83242c0b8d5d382a1aeceed18aa9bcb9a00|commit]], [[https://git.kernel.org/linus/e62fedef0aa51134b6848951dcd007fd9338705a|commit]] * Rust: Add Lock::from_raw() and expose Guard::new() [[https://lore.kernel.org/rust-for-linux/20241119231146.2298971-1-lyude@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/15abc88057eeec052aefde897df277eca2340ac6|commit]], [[https://git.kernel.org/linus/daa03fe50ec376aeadd63a264c471c56af194e83|commit]] * tools/sched_ext: Receive updates from SCX repo [[https://git.kernel.org/linus/8da7bf2cee2735dbd2478cf07672ff0d243ce6ed|commit]] * kunit: Introduce autorun option [[https://git.kernel.org/linus/31691914c392675bdc65d1e72dd8d129a1f0014f|commit]] * Implement dwarf modversions [[https://lore.kernel.org/rust-for-linux/20250103204521.1885406-20-samitolvanen@google.com/T/|(cover)]], [[https://git.kernel.org/linus/f28568841ae0a0dd48dfc5400aaebedf10a54d10|commit]], [[https://git.kernel.org/linus/e982abf43749529687dd1d07fa4f495902910cf2|commit]], [[https://git.kernel.org/linus/5b7780e86857f70249df2c4f8982cad3ba931eee|commit]], [[https://git.kernel.org/linus/0c1c76274e88c420779c3aea077f9812bd16edaa|commit]], [[https://git.kernel.org/linus/06b8b036ab9c1e70a562705a398bcd271e0b5ebf|commit]], [[https://git.kernel.org/linus/220a0857f3a89e0dce3fc7c38d981df41c4537a7|commit]], [[https://git.kernel.org/linus/c772f1d1eaac608c083ee79fd5cfbe879958eb3e|commit]], [[https://git.kernel.org/linus/f6bb92455a5e5b2241d2e1f3e240c5fc036c55cb|commit]], [[https://git.kernel.org/linus/f936c129fd4c3ce495768374ea48e5b736655046|commit]], [[https://git.kernel.org/linus/d2ffdc1c9a0ee71b30e25fbe3e2a37bf4c146085|commit]], [[https://git.kernel.org/linus/ab4439981f8549b013f4ea0b274b7c77c88ab4bc|commit]], [[https://git.kernel.org/linus/71378888018833a1cdcbf72f1e95d7c010542d8b|commit]], [[https://git.kernel.org/linus/936cf61c3ef5d6dad714d6c01a85704027dddeb9|commit]], [[https://git.kernel.org/linus/a93694188127a5f7ba3baa2f98b275ce388a5246|commit]], [[https://git.kernel.org/linus/fa624569b70d8015775592ae7e2c514009367541|commit]], [[https://git.kernel.org/linus/d7476f24c9aa93d02ef3fd8d587a6114387b7667|commit]], [[https://git.kernel.org/linus/9c3681f9b9fd12cdbc4a542df599f1837512f3d5|commit]], [[https://git.kernel.org/linus/8c6d7b417f0fe69d7e29501db801838a54c6764b|commit]] * Extended modversions support to enable RUST and MODVERSIONS at the same time [[https://lore.kernel.org/linux-doc/20250103-extended-modversions-v13-0-35d87c65ee04@google.com/T/|(cover)]], [[https://git.kernel.org/linus/54ac1ac8edeb74ff87fc880d1ee58785bdcbe323|commit]], [[https://git.kernel.org/linus/fc7d5e3210ae083a29ce224ffce18eaf3d1c645a|commit]], [[https://git.kernel.org/linus/e8639b7ef0f871753b4262ec0eacd3da29eebcee|commit]], [[https://git.kernel.org/linus/272f8a6d625a0cf7fba9c5af5202edc84dee326c|commit]], [[https://git.kernel.org/linus/ac61506bf2d1a6766d98b7d94b0c7b2134a0806a|commit]] * Fix hibernation problem with efi variables [[https://lore.kernel.org/linux-fsdevel/20250107213129.28454-1-James.Bottomley@HansenPartnership.com/T/|(cover)]], [[https://git.kernel.org/linus/0e2f98da2071bae0f07135adb9b3efdb737aaee6|commit]], [[https://git.kernel.org/linus/b5d1e6ee761a109400e97ac6a1b91c57d0f6a43a|commit]] * Validate read-only fields under debug_rseq config [[https://git.kernel.org/linus/7d5265ffcd8b41da5e09066360540d6e0716e9cd|commit]] = File systems = * Btrfs * (FEATURED) Add three RAID1 read balancing methods that help to distribute read I/O across devices: rotation (keeps all devices active), latency (smarter with failing/unstable block layer transport), and devid (manual control) [[https://lore.kernel.org/linux-btrfs/cover.1735748715.git.anand.jain@oracle.com/T/|(cover)]], [[https://git.kernel.org/linus/a5019b70704a8cbea4c295ae7a61abd87300ff29|commit]], [[https://git.kernel.org/linus/83be7f8b9c24bd040a348577c7c84fd08911707f|commit]], [[https://git.kernel.org/linus/38cae63137d5e13dc3c2ba88c4f393be4a6bf4bb|commit]], [[https://git.kernel.org/linus/b6bed20ed398f71069bfd2cd769bb91fa15859b5|commit]], [[https://git.kernel.org/linus/22fb0d99c90583e5b32a2a54e614bce221d31a8a|commit]], [[https://git.kernel.org/linus/6d7a9154955e50c0b991063c65f86ab24796754e|commit]], [[https://git.kernel.org/linus/c86aae73bd5882e4a6b4e1b6ed448ea902551f80|commit]], [[https://git.kernel.org/linus/bb4715e967cf3b2eb8550eda73886208f1fc805d|commit]], [[https://git.kernel.org/linus/e426286cfa6f85e51006f6151b309a395ada6540|commit]], [[https://git.kernel.org/linus/3681dbe0afeef3946b71a7af05e31375d6e70b90|commit]] * Add io_uring interface for encoded writes [[https://git.kernel.org/linus/e32dcdb0af9f31aab05e20f950c2871378082569|commit]] * Handle {{{FS_IOC_READ_VERITY_METADATA ioctl}}} [[https://git.kernel.org/linus/bfcf6d04f8ee817b2cb7c238e0a14392a3245f45|commit]] * XFS * (FEATURED) Reflink support on the realtime device [[https://git.kernel.org/linus/0d89af530c8c7591f75492e5814aa1ca4a0d26d7|commit]], [[https://git.kernel.org/linus/70fcf6866578e69635399e806273376f5e0b8e2b|commit]], [[https://git.kernel.org/linus/9abe03a0e4f978615a2b1b484b8d09ca84c16ea0|commit]], [[https://git.kernel.org/linus/2003c6a8754e307970c101a20baf8fb67d0588f2|commit]], [[https://git.kernel.org/linus/1a6f88ea538db9b3d8aef86112894e7e6d098287|commit]], [[https://git.kernel.org/linus/01cef1db246ee8b094fca6df23ea6d4335748181|commit]], [[https://git.kernel.org/linus/fd9300679ccec20c6ee1b95458ab0bcf0db628d5|commit]], [[https://git.kernel.org/linus/ee6d43447923260830285c7ca2d4ae4efab4f31f|commit]], [[https://git.kernel.org/linus/e08d0f2004cd925c6b68f982ac7de6ef77dab8ea|commit]], [[https://git.kernel.org/linus/eaed472c40527e526217aff3737816b44b08b363|commit]], [[https://git.kernel.org/linus/bf0b99411335db18a9ed4fcef278ce9e313f6076|commit]], [[https://git.kernel.org/linus/f0415af60f482a2192065be8b334b409495ca8a3|commit]], [[https://git.kernel.org/linus/4e87047539c7d695571173ad71471b2ac5b8e7e2|commit]], [[https://git.kernel.org/linus/e5a171729baf61b703069b11fa0d2955890e9b6b|commit]], [[https://git.kernel.org/linus/4ee3113aaf3f6a3c24fcf952d8489363f56ab375|commit]], [[https://git.kernel.org/linus/0bada82331238bd366aaa0566d125c6338b42590|commit]], [[https://git.kernel.org/linus/c2694ff678c9b667ab4cb7c0b45d45309c4dd64b|commit]], [[https://git.kernel.org/linus/3639c63d4643f1949e4c71baa8c8d02e63d184b1|commit]], [[https://git.kernel.org/linus/26e97d9b4b7601bc29535b9e9edc8f8aa5dae8d4|commit]], [[https://git.kernel.org/linus/5519251da0b0ae1224d7e0ce8dee3612b571c01c|commit]], [[https://git.kernel.org/linus/c3d3605f9661a2451c437a037d338dc79fb78f37|commit]], [[https://git.kernel.org/linus/51e232674975ff138d0e892272fdde9bc444c572|commit]], [[https://git.kernel.org/linus/6853d23badd0f1852d3b711128924e2456d27634|commit]], [[https://git.kernel.org/linus/4de1a7ba4171db681691bd80506d0cf43c5cb46a|commit]], [[https://git.kernel.org/linus/8e84e8052bc283ebb37f929eb9fb97483ea7385e|commit]], [[https://git.kernel.org/linus/88a70768df138b97b36bf1571fcde92907812a3d|commit]], [[https://git.kernel.org/linus/026c8ed8d4580228949f177445c605d475880c93|commit]], [[https://git.kernel.org/linus/c27929670de144ec76a0dab2f3a168cb4897b314|commit]], [[https://git.kernel.org/linus/91683bb3f264c04e6f0710de23dbd6c9605c550a|commit]], [[https://git.kernel.org/linus/2d9a3e98053e8cfa6ec9c113efb7f8883cd148e6|commit]], [[https://git.kernel.org/linus/30f47950dc2ebaf906d389506c3a9ab048a8c08d|commit]], [[https://git.kernel.org/linus/48bc170f2cb54371a062d2fae6d9518f6f47d878|commit]], [[https://git.kernel.org/linus/a9600db96f74af50cc025a02e9e39a9515e2256d|commit]], [[https://git.kernel.org/linus/ca757af07fccf527f91ad49f3b6648e6783b0bc8|commit]], [[https://git.kernel.org/linus/cca34a305446f0eeea7c6c76bbb01ecf58be9cbc|commit]], [[https://git.kernel.org/linus/6470ceef325c886cac909631d212839ee653dbc6|commit]], [[https://git.kernel.org/linus/477493082fe8a480e33cb26ff545b5976818c071|commit]], [[https://git.kernel.org/linus/fe2efe95082a592955c03f26d00ae8e34bb814ed|commit]], [[https://git.kernel.org/linus/83ccffc489975db625d7f2600d39faa8b0ff69d6|commit]], [[https://git.kernel.org/linus/92b2019493d114d2fad7219376a2448d9efba4a7|commit]], [[https://git.kernel.org/linus/12f4d203289d1b4f59288389fd0349da3a528dee|commit]] * (FEATURED) Realtime device reverse-mapping support [[https://git.kernel.org/linus/d415fb34b4c2d1c11b0536eebc61962d3f9bf286|commit]], [[https://git.kernel.org/linus/953f76bf7a3622351f335c77c56ed7efb793e3e7|commit]], [[https://git.kernel.org/linus/fc6856c6ff08642e3e8437f0416d70a5e1807010|commit]], [[https://git.kernel.org/linus/e1c76fce50bb750dff236aa51a3b698de4f7132c|commit]], [[https://git.kernel.org/linus/d386b4024372ea2f06aaa0f2c6c380b45ba0536e|commit]], [[https://git.kernel.org/linus/adafb31c80e608e63adcf8cae5675db00c734149|commit]], [[https://git.kernel.org/linus/9e823fc27419b09718fff74ae2297b25ae6fb317|commit]], [[https://git.kernel.org/linus/5e0679d1c62f25f97b4f93121efe236fc4e768d2|commit]], [[https://git.kernel.org/linus/219ee99d3673ded7abbc13ddd4d7847e92661e2c|commit]], [[https://git.kernel.org/linus/702c90f451622384d6c65897b619f647704b06a9|commit]], [[https://git.kernel.org/linus/6b08901a6e8fcda555f3ad39abd73bb0dd37f231|commit]], [[https://git.kernel.org/linus/8491a55cfc73ff5c2c637a70ade51d4d08abb90a|commit]], [[https://git.kernel.org/linus/f33659e8a114e2c17108227d30a2bdf398e39bdb|commit]], [[https://git.kernel.org/linus/609a592865c9e66a1c00eb7b8ee7436eea3c39a3|commit]], [[https://git.kernel.org/linus/71b8acb42be60e11810eb43a6f470589fcf7b7dd|commit]], [[https://git.kernel.org/linus/b3683c74bf17e9f4e33cc8e13c73d29972b19765|commit]], [[https://git.kernel.org/linus/59a57acbce282d5ff0ddcc308b934549b340c713|commit]], [[https://git.kernel.org/linus/6d4933c221958d1e1848d5092a3e3d1c6e4a6f92|commit]], [[https://git.kernel.org/linus/428e4884656db965cb0dedc78dcf9a45013fe454|commit]], [[https://git.kernel.org/linus/9a6cc4f6d081fddc0d5ff96744a2507d3559f949|commit]], [[https://git.kernel.org/linus/1ebecab5adba16a0e49ca30f945ab4937d8e498c|commit]], [[https://git.kernel.org/linus/037a44d8277adfd9e9097ea9d1bf99089aa14b39|commit]], [[https://git.kernel.org/linus/a5542712f98341927f646b790b367b72c7d614c5|commit]], [[https://git.kernel.org/linus/366243cc99b7e80236a19d7391b68d0f47677f4f|commit]], [[https://git.kernel.org/linus/2e0629e17c311ad50863dac8fb18c62c94965244|commit]], [[https://git.kernel.org/linus/f1a6d9b4c3177bc344528a43143e39a598752a1a|commit]], [[https://git.kernel.org/linus/1bd0843027167221421fe482d18ce03f7ff1f9f1|commit]], [[https://git.kernel.org/linus/3dd3aba6b92bf8298ff02d839ed3008df7478a8e|commit]], [[https://git.kernel.org/linus/8defee8dff2b202702cdf33f6d8577adf9ad3e82|commit]], [[https://git.kernel.org/linus/c6904f6788b79e8d2275a55cbb71b4992be29d92|commit]], [[https://git.kernel.org/linus/6a849bd81b69ccbda5b766cc700f0be86194e4d1|commit]], [[https://git.kernel.org/linus/4a61f12eb11958f157e054d386466627445644cd|commit]], [[https://git.kernel.org/linus/9515572be65e9f8d7b852f067c7a163bfe9520d4|commit]], [[https://git.kernel.org/linus/f4ed93037966aea07ae6b10ab208976783d24e2e|commit]], [[https://git.kernel.org/linus/799e7e6566df79b3546a2dd7cf6bcf287f53d41c|commit]], [[https://git.kernel.org/linus/c2358439af374cad47f771797875d0beb8256738|commit]] * Bcachefs * Add support for FS_IOC_GETFSSYSFSPATH [[https://git.kernel.org/linus/dc003efbc7769f22919e1d7d924bf8fc4d2ff841|commit]] * Add support for FS_IOC_GETFSUUID [[https://git.kernel.org/linus/4f1a6b0ab4ef9ccd0b5940efcba32b34a5c2da08|commit]] * Bias reads more in favor of faster device [[https://git.kernel.org/linus/e1cb4f56dc4cfcf1cb1b90479cb35c5a304ff527|commit]] * F2FS * F2fs folio patches [[https://lore.kernel.org/lkml/20241128045828.527559-1-willy@infradead.org/T/|(cover)]], [[https://git.kernel.org/linus/a909c179535383dc72a8f8e155ed3d35f298af86|commit]], [[https://git.kernel.org/linus/ff6c82a934f7b5df8702579d921209c5ca336102|commit]], [[https://git.kernel.org/linus/1cda5bc0b2fe93cdcb5f05a02f814a282d32742c|commit]], [[https://git.kernel.org/linus/ac866908d7a92b6b2be1127a2d5e85e23da86fa3|commit]], [[https://git.kernel.org/linus/87e2a15bc00840762b082399493597e8d3c1e42c|commit]], [[https://git.kernel.org/linus/1cf746007005593aa51395302ca0d31814f4ce42|commit]], [[https://git.kernel.org/linus/e0821645dd2d79180418dd9389e3e9e7e10e7281|commit]], [[https://git.kernel.org/linus/0765b3f989a7eb757252951b21a244bfa3224561|commit]], [[https://git.kernel.org/linus/f58d8645824b4885caa9e24989f8e601b5e7ed50|commit]], [[https://git.kernel.org/linus/19bbd306ddfd50a2f6cf0c3ccaaa079f22ddf4c5|commit]], [[https://git.kernel.org/linus/c910a64bc4e21782959221b6ea2d6c4cce0506c7|commit]] * NETFS * Read performance improvements and "single-blob" support [[https://lore.kernel.org/linux-kernel/20241216204124.3752367-1-dhowells@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/d3d3ec86568090cc5a4501b745274114de6881e0|commit]], [[https://git.kernel.org/linus/2a8a384621c35849bbc068e25e41cbe23243fa40|commit]], [[https://git.kernel.org/linus/eb1181594417dafad0f75808ead71f6d5170c1ea|commit]], [[https://git.kernel.org/linus/aabcabf2746062253565b33aa3f8d25999a5ac01|commit]], [[https://git.kernel.org/linus/06fa229ceb36898e68022b5654c017d2c6582d7d|commit]], [[https://git.kernel.org/linus/d606c36294f46747b4fa34f79fccea6562d14aa7|commit]], [[https://git.kernel.org/linus/751e213f9f8a24e1bd5988b9cb8043b0b2f017f0|commit]], [[https://git.kernel.org/linus/360157829ee3dba848ffa817792d9a07969e0a95|commit]], [[https://git.kernel.org/linus/31fc366aa7aa911ebc0744e99c82caee4e97315a|commit]], [[https://git.kernel.org/linus/627cf645277b6f8e6128e2c86907a81970bce87a|commit]], [[https://git.kernel.org/linus/6e0b503dc65c89b83fbfafb4dac5201c844da1de|commit]], [[https://git.kernel.org/linus/b49194da2aff2c879dec9c59ef8dec0f2b0809ef|commit]], [[https://git.kernel.org/linus/07a10767853adcbdbf436dc91393b729b52c4e81|commit]], [[https://git.kernel.org/linus/30f878fa0fac932ea811303aacf73c6a44b12bd2|commit]], [[https://git.kernel.org/linus/bcb33f79e15d0e4dc4b86106ceb01d64bfab9e35|commit]], [[https://git.kernel.org/linus/229105e5cfd9832a9ef1368c96e0098ec3a5fbf0|commit]], [[https://git.kernel.org/linus/9e705016eb8f3d4a58f2000e560ea2c7517e081b|commit]], [[https://git.kernel.org/linus/e61bfaad8fd86ac84eac633e0bbaac47a5dfd358|commit]], [[https://git.kernel.org/linus/49866ce7ea8d41a3dc198f519cc9caa2d6be1891|commit]], [[https://git.kernel.org/linus/b2604315e87a3fa3c35561e1c37836f915c4e3d8|commit]], [[https://git.kernel.org/linus/6dd80936618c4ff852d4db73aca400351d9bd9f0|commit]], [[https://git.kernel.org/linus/eae9e78951bb02a7b94a9adef6e981413d13c564|commit]], [[https://git.kernel.org/linus/f28fc2010d622a2f1f3fe8fcd2ce2376ecf3430f|commit]], [[https://git.kernel.org/linus/9750be93b2be12b6d92323b97d7c055099d279e6|commit]], [[https://git.kernel.org/linus/eddf51f2bb2c28b082199c6f5fd95611ca511135|commit]], [[https://git.kernel.org/linus/e2d46f2ec332533816417b60933954173f602121|commit]], [[https://git.kernel.org/linus/836bb70bde6a24a0069866b69d23eb61a00c422a|commit]], [[https://git.kernel.org/linus/a5b5beebcf96d5e8a2fc79856c2ac1e93f82478e|commit]], [[https://git.kernel.org/linus/6698c02d64b240861c20d15a531445942600c8ae|commit]], [[https://git.kernel.org/linus/3c49e529e1c6aa71cb9b874fd60b72c97dae7ede|commit]], [[https://git.kernel.org/linus/794d8cf3a87a6b958d520a7c32d142f7ec30cb92|commit]] * NFS * Improvements for LOCALIO [[https://lore.kernel.org/linux-nfs/Z4WTr7zTC2eZGldp@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/3feec68563dda59517f83d19123aa287a1dfd068|commit]], [[https://git.kernel.org/linus/a61466315d7afca032342183a57e62d5e3a3157c|commit]], [[https://git.kernel.org/linus/b49f049a22227df701bfbca083d6cc859496e615|commit]], [[https://git.kernel.org/linus/4ee7ba40007357a48447a8cbc667480acf9a006a|commit]], [[https://git.kernel.org/linus/86e00412254a717ffd5d38dc5ec0ee1cce6281b3|commit]], [[https://git.kernel.org/linus/39972494e318a21b3059287909fc090186dbe60a|commit]], [[https://git.kernel.org/linus/b33f7dec3a67216123312c7bb752b8f6faa1c465|commit]], [[https://git.kernel.org/linus/f9c3e1ba072d0e21e75f7033d75a134549e8ed43|commit]], [[https://git.kernel.org/linus/e1943f4eb8d531b0b65b22d4181c6a205226b006|commit]], [[https://git.kernel.org/linus/085804110aa13eac7f763d8d5cfe3a8220e35222|commit]], [[https://git.kernel.org/linus/0dc73141524403f979a9655b4c55d763dbcb2b88|commit]], [[https://git.kernel.org/linus/779a395189c692eec0246e7df63e2a3c0f0c8508|commit]], [[https://git.kernel.org/linus/76d4cb6345da0f2cd505e552157258325bcc8bcd|commit]], [[https://git.kernel.org/linus/4a489220aa8c9daf5f02396c28cebade9f9ab563|commit]] * Allocate/free session-based drc slots on demand [[https://lore.kernel.org/linux-nfs/20241211214842.2022679-1-neilb@suse.de/T/|(cover)]], [[https://git.kernel.org/linus/0b6e14242630ad5f65839b23400bd67c5166e2b4|commit]], [[https://git.kernel.org/linus/b5fba969a2e445e2f36b699582d8410478a99374|commit]], [[https://git.kernel.org/linus/601c8cb349c2d9a3a6cea6f53e0bf838e2e60893|commit]], [[https://git.kernel.org/linus/60aa6564317db29ea72b6db821b5bbb45f1e879d|commit]], [[https://git.kernel.org/linus/fc8738c68d0bbf5033dd98b4f63d277ecbd49fd7|commit]], [[https://git.kernel.org/linus/35e34642b5996df91e2879d59f726df6072c82f9|commit]] * (FEATURED) Implement NFS 4.2+ attribute delegation [[https://lore.kernel.org/linux-doc/20241209-delstid-v5-0-42308228f692@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/531503054e8fe9f4502fff0dceba20dfaa9920d5|commit]], [[https://git.kernel.org/linus/8e1d32273ab7d06b6f78771e05824bfab01141f4|commit]], [[https://git.kernel.org/linus/8dfbea8bde6e976136948421325b24b5bdb76ad3|commit]], [[https://git.kernel.org/linus/c9c99a33e2b0083c83a2c29eebfad92c78e16791|commit]], [[https://git.kernel.org/linus/fbd5573d0deda145fe173431f1f3ca444940de18|commit]], [[https://git.kernel.org/linus/51c0d4f7e317d3cb4a3001e502bd8ca2d57f2a4b|commit]], [[https://git.kernel.org/linus/cee9b4ef42512a6e57562460a15f18a022c84dda|commit]], [[https://git.kernel.org/linus/6ae30d6eb26bce02c48c60074b4306270e2434c1|commit]], [[https://git.kernel.org/linus/7e13f4f8d27dc02fb88666f603c53ca749d56f92|commit]], [[https://git.kernel.org/linus/d3edfd9ed17cb3bc754b3064051fb5df7863fda3|commit]] * SMB * Add support for IAKerb [[https://git.kernel.org/linus/eea5119fa5979c350af5783a8148eacdd4219715|commit]] * Allow to choose symlink and socket type [[https://lore.kernel.org/linux-kernel/20241012085252.560-1-pali@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/660618dde2b4c372132a6be62f11ab68a0a1571a|commit]], [[https://git.kernel.org/linus/78f69467cbbfd24da5ce9917c4b738b38a615f8b|commit]], [[https://git.kernel.org/linus/45a99d5d117300eb84eceaa312bb3c3262f8c85b|commit]], [[https://git.kernel.org/linus/071b8a67a8b2e611e837dfa342a883183a19c190|commit]], [[https://git.kernel.org/linus/d3d797e326533794c3f707ce1761da7a8895458c|commit]], [[https://git.kernel.org/linus/4e2043be5c149cb07d806c438a8ec8657741bd31|commit]], [[https://git.kernel.org/linus/1f48660667efb97c3cf70485c7e1977af718b48b|commit]] * Browse interfaces list on fsctl_query_interface_info ioctl [[https://git.kernel.org/linus/b2d99376c5d61eb60ffdb6c503e4b6c8f9712ddd|commit]] * SIN TEMA: <client: parse DNS domain name from domain= option> <client: fix DFS mount against old servers with NTLMSSP> <client: parse av pair type 4 in CHALLENGE_MESSAGE> <client: introduce av_for_each_entry() helper> [[https://git.kernel.org/linus/62eecd8aac6c880a4a09ccb5d890949f2a09a730|commit]], [[https://git.kernel.org/linus/0e8ae9b953bc2c12aebd21e1e552e5deb1a0ff1e|commit]], [[https://git.kernel.org/linus/ad46faff1afcc8db72f9954a6ea2296d31259217|commit]], [[https://git.kernel.org/linus/489d1523105e14e7a2c6e68205e05397e3b714fb|commit]] * SQUASHFS * Reduce memory usage and update docs [[https://lore.kernel.org/linux-kernel/20241229233752.54481-1-phillip@squashfs.org.uk/T/|(cover)]], [[https://git.kernel.org/linus/49ff29240ebb13bc0efa4623d4379650e68fcb35|commit]], [[https://git.kernel.org/linus/f5cc08737507f227e5e7e2df52d26ed1f0a7e315|commit]], [[https://git.kernel.org/linus/f2cad9850ede417d81aaf30644f50767993bbc0e|commit]], [[https://git.kernel.org/linus/d7f4b23c6702e2afbdfe33fe77eedc1584761242|commit]] * Folio conversion [[https://git.kernel.org/linus/608c2501675cd37260312d35daa2fd6dc6d56e96|commit]], [[https://git.kernel.org/linus/8c1565fcf6392d2f962b7cbc9fde43bfcd175c2f|commit]], [[https://git.kernel.org/linus/2a7aea59cf4dd4a070c4550fddaffc5a73312cad|commit]], [[https://git.kernel.org/linus/5641371fd0b3703d11809a0ae249aed270cb8add|commit]], [[https://git.kernel.org/linus/5748be3e9ef4659f9adf7e1ad454fafb0868cd88|commit]] * AFS * Dynamic root improvements [[https://lore.kernel.org/linux-kernel/20250107183454.608451-1-dhowells@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/92f08e9d3cf0f8005ac6fcb931e3c388efc3ac49|commit]], [[https://git.kernel.org/linus/3e914febd79a8d1a78ee6e67ff3fa4214d6d1d57|commit]], [[https://git.kernel.org/linus/30bca65bbbae13f32ee4f2897c55a496ea8132cf|commit]] * OCFS2 * Convert to the new mount API [[https://git.kernel.org/linus/94e0c289020a2abafc6bfbb473b51857eed00943|commit]], [[https://git.kernel.org/linus/9be53fe697eccf45e5c37e10ffd399eeca5eb489|commit]] = Memory management = * mglru: performance optimizations [[https://lore.kernel.org/linux-kernel/20241231043538.4075764-1-yuzhao@google.com/T/|(cover)]], [[https://git.kernel.org/linus/9cbfd1c3c83b62c42ff46e17227e996cc9b2b336|commit]], [[https://git.kernel.org/linus/cc8ec7be78ffaa29f6e0781fd12602974970eb53|commit]], [[https://git.kernel.org/linus/798c0330c2ca078cc3e155e567c77c4d61345a38|commit]], [[https://git.kernel.org/linus/37a260870f2ce41a649b14f74f10224046bcaeb1|commit]], [[https://git.kernel.org/linus/b1a71694fb00c9a7bad788a0b49198eab20621b3|commit]], [[https://git.kernel.org/linus/4d5d14a01e2c9091b128fb46e1d07475e9a7bb72|commit]], [[https://git.kernel.org/linus/a52dcec56c5b96250f15efbd7de3d3ea6ce863d9|commit]] * (FEATURED) Support buffered IO that drops the cache after reading or writing data [[https://lore.kernel.org/linux-kernel/20241220154831.1086649-1-axboe@kernel.dk/T/|(cover)]], [[https://git.kernel.org/linus/9ad6344568cc31ede9741795b3e3c41c21e3156f|commit]], [[https://git.kernel.org/linus/f598cdaafc370a797ae883d370a7c18c1ffc43ef|commit]], [[https://git.kernel.org/linus/1963de79d3a3bc12b7a17a922d508b733ca8fa9e|commit]], [[https://git.kernel.org/linus/cceba6f7e46c48deca433030d80fc34599fb9fd8|commit]], [[https://git.kernel.org/linus/77d075221ae777296e2b18a0a4f5fea6f75daf2c|commit]], [[https://git.kernel.org/linus/4a9e23159fd37677efc0c2c53e3b45a5d260a90a|commit]], [[https://git.kernel.org/linus/af6505e5745b9f3a670de405b08b73573343c15c|commit]], [[https://git.kernel.org/linus/8026e49bff9b151609da4cae20e9da7f1833dde6|commit]], [[https://git.kernel.org/linus/fb7d3bc4149395c1ae99029c852eab6c28fc3c88|commit]], [[https://git.kernel.org/linus/dddc559f2e7cff9c6525150cd29ef3a4f6692b26|commit]], [[https://git.kernel.org/linus/1d4457576570627e1702614bc060b55d95b85e39|commit]], [[https://git.kernel.org/linus/d94d23fdd7529f1f3218235d1e0a69e9856907b7|commit]] * Synchronously free the empty PTE pages in {{{madvise(MADV_DONTNEED)}}} case. Right now they don't release page table memory [[https://lore.kernel.org/linux-kernel/cover.1733305182.git.zhengqi.arch@bytedance.com/T/|(cover)]], [[https://git.kernel.org/linus/6c18ec9af86ce96245324dd0cd5067dcfb026508|commit]], [[https://git.kernel.org/linus/dd95d2782a251637f60c068ac7aeb3eebf57ae3b|commit]], [[https://git.kernel.org/linus/fabc0e8dac5badeff0c5a6a0c1958490bdc80fc1|commit]], [[https://git.kernel.org/linus/117cdb05e32dc60d0dec04bc73e47ebabc1b383a|commit]], [[https://git.kernel.org/linus/45fec1e595145f1ee22fe8ebc087cf30ba0f03ea|commit]], [[https://git.kernel.org/linus/735fad44b5a86edf0fe65a8e8d43595bd1cf1d58|commit]], [[https://git.kernel.org/linus/4059971c79fc47d27bf773bd372077cdf47236d9|commit]], [[https://git.kernel.org/linus/2686d514c345243e06dba40298a13c7803400a61|commit]], [[https://git.kernel.org/linus/6375e95f381e3dc85065b6f74263a61522736203|commit]], [[https://git.kernel.org/linus/718b13861d2256ac95d65b892953282a63faf240|commit]], [[https://git.kernel.org/linus/4817f70c25b63ee5e6fd42d376700c058ae16a96|commit]] * Support large folios for tmpfs [[https://lore.kernel.org/linux-kernel/cover.1732779148.git.baolin.wang@linux.alibaba.com/T/|(cover)]], [[https://git.kernel.org/linus/da243c5479add600bdd58c910c9fae3355b4f026|commit]], [[https://git.kernel.org/linus/736bbc68255fd451d26353a255f15ad347c26132|commit]], [[https://git.kernel.org/linus/acd7ccb284b86da1b2e3233a6826fe933844fc06|commit]], [[https://git.kernel.org/linus/d635ccdb435caa1d25fa9b0ac0d21414cfb13f0a|commit]], [[https://git.kernel.org/linus/5a4550c96bb5e55b64776ec7c1e8966d7177089a|commit]], [[https://git.kernel.org/linus/255ff62d1586e63b6a461f0d89088d60d54d9814|commit]] * hugetlb: support FOLL_FORCE|FOLL_WRITE [[https://git.kernel.org/linus/052ccfbcc6cd87fe678b0ab27cc0715cb3aefb21|commit]] * Add per-order mthp swap-in fallback/fallback_charge counters [[https://git.kernel.org/linus/67c8b11bd58aee4644c9a6e495d0c234771e9175|commit]] * memcg/hugetlb: Rework memcg hugetlb charging [[https://lore.kernel.org/linux-kernel/20241108212946.2642085-1-joshua.hahnjy@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/4e97d64c492e1f65b4f7d14803ed580b279aaf6f|commit]] * (FEATURED) cgroups: Add "dmem" memory accounting cgroup. [[https://lore.kernel.org/linux-kernel/20241204134410.1161769-1-dev@lankhorst.se/T/|(cover)]], [[https://git.kernel.org/linus/b168ed458ddecc176f3b9a1f4bcd83d7a4541c14|commit]], [[https://git.kernel.org/linus/7b0af165e2d4b612de5c40daa586d3b9a40b3af6|commit]], [[https://git.kernel.org/linus/2b624a2c18656ea32e0849e7bc0018ba3c97ca64|commit]], [[https://git.kernel.org/linus/dfe6aa163c3b3780add4392d93b686b399ceb591|commit]] * Add build-time option for hotplug memory default online type [[https://git.kernel.org/linus/44d46b76c3a4b514a0cc9dab147ed430e5c1d699|commit]] * swap: rework of swap allocator locks [[https://lore.kernel.org/linux-kernel/20250113175732.48099-1-ryncsn@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/d563ced682505c4e0a713b0de73abf58550ff97e|commit]], [[https://git.kernel.org/linus/e027ec414fe8f540c6098ba1214e63e43b4eba1b|commit]], [[https://git.kernel.org/linus/7277433096f6ce4a84a1620529ac4ba3e1041ee1|commit]], [[https://git.kernel.org/linus/0b310d9cfd94e1725ccf09487b6dfc471da958cc|commit]], [[https://git.kernel.org/linus/27701521beb5897d6b97e2f8c20de41e74cbcb7b|commit]], [[https://git.kernel.org/linus/b228386cf237e659cdf5d8037a19db0b0a06f6b5|commit]], [[https://git.kernel.org/linus/9a0ddeb7988095a5c21994c37005a45b240039ef|commit]], [[https://git.kernel.org/linus/3494d184706ff5e7d28481de0c841b039caa38b1|commit]], [[https://git.kernel.org/linus/3b644773eefda88112d3ee5d57620f6e58fccfc6|commit]], [[https://git.kernel.org/linus/e3ae2dec849ba8bc5649c2d0507e02bd4379da71|commit]], [[https://git.kernel.org/linus/3f641cf938e6a3d5ad2e219c3ad1638b6886a291|commit]], [[https://git.kernel.org/linus/bae8a4ef3efb56bb7e83bafd3c0856845aeaf605|commit]], [[https://git.kernel.org/linus/4f79384a25d57a59e142009e52f40ae1f25102fe|commit]] * swap_cgroup: remove global swap cgroup lock [[https://lore.kernel.org/linux-kernel/20241218114633.85196-1-ryncsn@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/a53f311349ca967b481f73501df5dfabb47a1d2f|commit]], [[https://git.kernel.org/linus/40733e7e0c260d540447d3646e451274bc5d3374|commit]], [[https://git.kernel.org/linus/6769183166b33b1a5de8f938d1ff4d5f4be0f428|commit]] * memblock: Add memblock_alloc_or_panic interface [[https://git.kernel.org/linus/c6f239796b55dbc4225a6fca9f96232092b9df83|commit]] * Account page tables at all levels [[https://lore.kernel.org/linux-s390/20250103184415.2744423-1-kevin.brodsky@arm.com/T/|(cover)]], [[https://git.kernel.org/linus/11e2400b21a3e2dfbc95e31a9a849a30191f7a92|commit]], [[https://git.kernel.org/linus/3565522e15eb2f3dc312d01cd11ab7651f1721a8|commit]], [[https://git.kernel.org/linus/1879688e5c423a0f58b687b4b5be61e1bc81f46c|commit]], [[https://git.kernel.org/linus/94771023712a65a11a8fed5ba395a26b0f2588f4|commit]], [[https://git.kernel.org/linus/a9b3c355c2e6388b0a3b67627460a516d88bdbc9|commit]], [[https://git.kernel.org/linus/d95936a2267c11a38917d5fc7bf3862a64fe13d8|commit]] * Move {{{pagetable_*_dtor()}}} to {{{__tlb_remove_table()}}} [[https://lore.kernel.org/linux-sh/cover.1736317725.git.zhengqi.arch@bytedance.com/T/|(cover)]], [[https://git.kernel.org/linus/5a32443f94d31d712c77d8793a947129f08226ee|commit]], [[https://git.kernel.org/linus/98a7e47faa3ec38260b851a1c5823cbd45d5a229|commit]], [[https://git.kernel.org/linus/5fcf5fa61218176acf198d9e63fb5739dd147244|commit]], [[https://git.kernel.org/linus/440af48d6879c9a8bf381ca9487b384fca8851fe|commit]], [[https://git.kernel.org/linus/b7dcd539bfc7301b56fdaa6ebbb23752b670ee81|commit]], [[https://git.kernel.org/linus/db6b435d731a8d82c38e558175db55466cb5832a|commit]], [[https://git.kernel.org/linus/0ada8c4df69722c6987976e421a43d0f8a2a319e|commit]], [[https://git.kernel.org/linus/12359c039b5f510339cb3e68f8e6020e9a848e8c|commit]], [[https://git.kernel.org/linus/deab5a355e5283d3802203b2be599611ad8af861|commit]], [[https://git.kernel.org/linus/0b6476f93998a20a537ee025f124618488ea36a7|commit]], [[https://git.kernel.org/linus/ee0934b03510743ceacb12b63f1eaa85aae3bc61|commit]], [[https://git.kernel.org/linus/5550b3c5d5f6e7d82e3a6b2bbd2bbff658bc5d4b|commit]], [[https://git.kernel.org/linus/2dccdf7076f671764d02c850e83a8b457105268d|commit]], [[https://git.kernel.org/linus/92ec7fd136a1f900656bbf6788e15127529e5387|commit]], [[https://git.kernel.org/linus/e74e1731012036d06505ce10eda2141d0fd8a90d|commit]], [[https://git.kernel.org/linus/553e77529fb61e5520b839a0ce412a46cba996e0|commit]] * Add ksm involvement information for each process [[https://git.kernel.org/linus/3ab76c767bc783c122a8dfe105fbc10a0b029b42|commit]] * damon * Enable page level properties based monitoring [[https://lore.kernel.org/linux-kernel/20250106193401.109161-1-sj@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/626ffabe67c2359f3a88bb61fdc83a6280ef16e9|commit]], [[https://git.kernel.org/linus/10418f263a5c789417da62b969ca15de3e78bc1f|commit]], [[https://git.kernel.org/linus/fc4e40937dcd457adfd529c51be0ac7e20845020|commit]], [[https://git.kernel.org/linus/b5bbe9c08fd1519f96832b82256543a567ce2900|commit]], [[https://git.kernel.org/linus/96f1971dabca714f0dd0894a856d6a959c3a851b|commit]], [[https://git.kernel.org/linus/c0cb9d91bf297fdcd3bd3126d793a22e720e1990|commit]], [[https://git.kernel.org/linus/60fa9355a6c620f7b727d3fdb433fb6cf714a9b0|commit]], [[https://git.kernel.org/linus/9caac9d55fa6d90d0f95000fa8ed424c151421e3|commit]], [[https://git.kernel.org/linus/0f0a0bfd07386e52c77192b0e6cd44903102c559|commit]], [[https://git.kernel.org/linus/6bbdb28d88bacf12102d5cccf878cfc6c432aa20|commit]], [[https://git.kernel.org/linus/e1a1d377e486b097343575e3b8a499f191447e1e|commit]], [[https://git.kernel.org/linus/cfc33a7d2daca4455ef3ebae63a2e89bd9bb0ebe|commit]], [[https://git.kernel.org/linus/a2a60f9e5708f421446eb846217dad7f623c8d33|commit]], [[https://git.kernel.org/linus/156845977bf0e736a7a534d7fdc2bd10e0b0cdba|commit]], [[https://git.kernel.org/linus/f423944bd7c28c37e8ecb8e08fc5b1c030932e98|commit]], [[https://git.kernel.org/linus/f1de9e69f9679bff9de470124edc1678e9fc0632|commit]] * Remove DAMON debugfs interface [[https://lore.kernel.org/linux-kselftest/20250106191941.107070-1-sj@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/2a91cb2d2b33fa5b4e9bb8d9c5e27b475ea1142d|commit]], [[https://git.kernel.org/linus/38c433bc7e5ec7c340af9968fecf98754c299f76|commit]], [[https://git.kernel.org/linus/550b7af318e2eba5f94ec6fba17f3537f862ce23|commit]], [[https://git.kernel.org/linus/ce1d750282e6c886c0d1ad0a836b18cfac9d4c61|commit]], [[https://git.kernel.org/linus/859de14931a6b2db02f6579a8c4c9bc34dd326e0|commit]], [[https://git.kernel.org/linus/d8a142058f39a32ae6c7cd5a786c656133c717fb|commit]], [[https://git.kernel.org/linus/4d047d4f8ab4bbbd0b017fb287fcdad083e081ea|commit]] * Extend DAMOS filters for inclusion [[https://lore.kernel.org/linux-kernel/20250109175126.57878-1-sj@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/e20f52e8e3b7947e40bd40c6cdc69884c6df716c|commit]], [[https://git.kernel.org/linus/fe6d7fdd62491524d11433b9ff8d3db5dde32700|commit]], [[https://git.kernel.org/linus/491fee286e566e5e8af7f4c0330e179e47af2d00|commit]], [[https://git.kernel.org/linus/283cbc006fe5043ee6583f1e6b355e1ade672d07|commit]], [[https://git.kernel.org/linus/e2fbfedad03401a38b8c3b7fd52d8fdcd039d0bc|commit]], [[https://git.kernel.org/linus/faa636c0ec063a105c6d766cc8a0362a144c2b5e|commit]], [[https://git.kernel.org/linus/f477b9b409c03b2c431ad5910f6cd9de773c58c4|commit]], [[https://git.kernel.org/linus/1c2ac23df75f21561453f0b7c024aa50119554cf|commit]], [[https://git.kernel.org/linus/5bce494764bb4ef21b63fba334c775a951a755ea|commit]], [[https://git.kernel.org/linus/bc6f663add012d601677875345bf9c4075a145da|commit]] = Block layer = * null_blk: Add rotational feature support [[https://git.kernel.org/linus/b56426bcf880d0f14a482c302ab7e37f3e6c3583|commit]] * Device mapper atomic write support [[https://lore.kernel.org/linux-scsi/20250116170301.474130-1-john.g.garry@oracle.com/T/|(cover)]], [[https://git.kernel.org/linus/6a7e17b22062c84a111d7073c67cc677c4190f32|commit]], [[https://git.kernel.org/linus/554b22864cc79e28cd65e3a6e1d0d1dfa8581c68|commit]], [[https://git.kernel.org/linus/3194e36488e2dae05f9a822c73eaa367e47b2e3d|commit]], [[https://git.kernel.org/linus/5f430e34087b4882545baa3d31962f1f7d735421|commit]], [[https://git.kernel.org/linus/487d1a9cb586746c03190310056e292e8552539e|commit]], [[https://git.kernel.org/linus/30b88ed06f8018b33e034c86d30d67b93f6aca12|commit]], [[https://git.kernel.org/linus/c6a657d9683def5588aee6ed920cef61415a6a52|commit]], [[https://git.kernel.org/linus/6845de78ae3701ed19619cf786695072c73b8e92|commit]] * dm-transaction-manager: use red-black trees instead of linear lists [[https://git.kernel.org/linus/a38425935f7886cef5fe04c796f36715e9d0ef3f|commit]] * md: reintroduce md-linear [[https://git.kernel.org/linus/127186cfb184eaccdfe948e6da66940cfa03efc5|commit]] = Tracing, perf and BPF = * btf: Support dumping a single type from file [[https://lore.kernel.org/linux-kernel/cover.1734119028.git.dxu@dxuuu.xyz/T/|(cover)]], [[https://git.kernel.org/linus/5e3ad22d82238e8bcb4c7ec26a20533217ddfb18|commit]], [[https://git.kernel.org/linus/7f5819e1ace85632cf58c43ab6c38d2d4b0aa161|commit]], [[https://git.kernel.org/linus/a812d92ed2aee2d57dccb12b289377265f4ce5e7|commit]], [[https://git.kernel.org/linus/9d294f6986789e20696f44c2deb4c7f7b8ae4704|commit]] * Add the attribute {{{fd_array_cnt}}} to the {{{bpf(BPF_PROG_LOAD)}}} system call. If this new attribute is non-zero, then the fd_array is considered to be a continuous array of the fd_array_cnt length and to contain only proper map file descriptors or btf file descriptors [[https://lore.kernel.org/bpf/20241213130934.1087929-1-aspsk@isovalent.com/T/|(cover)]], [[https://git.kernel.org/linus/4e885fab7164689f031a6c73522a3d91674c5bdc|commit]], [[https://git.kernel.org/linus/928f3221cb141bdb40d5cc6efe5e7b10adecfe5f|commit]], [[https://git.kernel.org/linus/76145f7255326761dafb76721a785799d8a00d5f|commit]], [[https://git.kernel.org/linus/4d3ae294f900fb7232fb6c890dbd3176b8a5f121|commit]], [[https://git.kernel.org/linus/1c593d7402b13d97f997b570e9fc7c49e53e1ed1|commit]], [[https://git.kernel.org/linus/c4441ca86afe4814039ee1b32c39d833c1a16bbc|commit]], [[https://git.kernel.org/linus/d677a10f80abf1ef65ae9bcf51b5a83ecf10e99a|commit]] * Introduce support for managing IRQ state from BPF programs with two new kfuncs, {{{bpf_local_irq_save}}}, and {{{bpf_local_irq_restore}}} [[https://lore.kernel.org/bpf/20241204030400.208005-1-memxor@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/1995edc5f9089ecb8b77a34f21e4abd8f887b856|commit]], [[https://git.kernel.org/linus/769b0f1c821455ab29baf42491e1ea1d726451fa|commit]], [[https://git.kernel.org/linus/b79f5f54e1dcc4880ae8947aeb8734d93ff7b9a3|commit]], [[https://git.kernel.org/linus/c8e2ee1f3df05dc4caa746c062c6b5791c745c79|commit]], [[https://git.kernel.org/linus/cbd8730aea8d79cda6b0f3c18b406dfdef0c1b80|commit]], [[https://git.kernel.org/linus/e8c6c80b76e53632992ec345a02c05942aa8f3f2|commit]], [[https://git.kernel.org/linus/4fec4c22f046a64741a1ae417de718504fd2cda2|commit]] * libbpf: Add unique_match option for multi kprobe [[https://git.kernel.org/linus/e2b0bda62d549d9dcbc11f5371c6a41c8c4f54b0|commit]], [[https://git.kernel.org/linus/a43796b5201270b258b7a418c41816ec03393ce5|commit]] * tracing: Have fprobes built on top of function graph infrastructure [[https://git.kernel.org/linus/41705c4262aaca49b8d9fe9b24fe048dc6c2b301|commit]], [[https://git.kernel.org/linus/a3ed4157b7d89800a0008de0c9e46a438a5c3745|commit]], [[https://git.kernel.org/linus/2ca8c112c9676e2394d76760db78ffddf21d93b5|commit]], [[https://git.kernel.org/linus/46bc082388560a95e3649b698a4675e5ea3262e6|commit]], [[https://git.kernel.org/linus/762abbc0d09f7ae123c82d315eb1a961c1a2cf7b|commit]], [[https://git.kernel.org/linus/b9b55c8912ce1e5555715d126486bdd63ddfeaec|commit]], [[https://git.kernel.org/linus/d5d01b71996ec03af51b3c0736c92d0fc89703b5|commit]], [[https://git.kernel.org/linus/0566cefe73b9a6ea38357b428d27460db032a03d|commit]], [[https://git.kernel.org/linus/8e2759da9378120a53078077a44b5a4f6dc95018|commit]], [[https://git.kernel.org/linus/a762e9267dca843ced943ec24f20e110ba7c8431|commit]], [[https://git.kernel.org/linus/7495e179b478801433cec3cc4a82d2dcea35bf06|commit]], [[https://git.kernel.org/linus/4346ba1604093305a287e08eb465a9c15ba05b80|commit]], [[https://git.kernel.org/linus/b5fa903b7f7c7ffc07430d1380936f72aaf09068|commit]], [[https://git.kernel.org/linus/a2224559cbba1db3a998dd100c60c85a1d078ad6|commit]], [[https://git.kernel.org/linus/91fce23a08f6f8cc827b865d1870b7c39bf10455|commit]], [[https://git.kernel.org/linus/0c2dd44d3f9b1e6959cd201e2192cd55636d7bbb|commit]], [[https://git.kernel.org/linus/54b6b4a3d499b51c8ad5d3a6c8ad0f40dbc6f1ee|commit]], [[https://git.kernel.org/linus/2bc56fdae1ba3fc80ee37a648346abc5f152357d|commit]] * Graph tracing performance enhancements and clean ups. [[https://lore.kernel.org/linux-kernel/20241223184618.176607694@goodmis.org/T/|(cover)]], [[https://git.kernel.org/linus/7d137e604aaacf2723ced2fca0b46b3f563e1d5e|commit]], [[https://git.kernel.org/linus/ac8c3b02fc33be9deda48532326d301333d39f16|commit]], [[https://git.kernel.org/linus/77e53cb2fcf2c5e81f06f4a41783d8752cf9d038|commit]], [[https://git.kernel.org/linus/1d95fd9d6b1a1750da2dec1485a4c58f5a7d3ebd|commit]], [[https://git.kernel.org/linus/d576aec24df9f58ed0ebe2ff854daafe837f0225|commit]] * tracing: Support poll on event hist file [[https://lore.kernel.org/linux-kselftest/173527246726.464571.11533527581374142406.stgit@devnote2/T/|(cover)]], [[https://git.kernel.org/linus/1bd13edbbed6e7e396f1aab92b224a4775218e68|commit]], [[https://git.kernel.org/linus/66fc6f521a0b91051ce6968a216a30bc52267bf8|commit]], [[https://git.kernel.org/linus/80c3e28528ff9f269937fcfe73895213a2e14905|commit]] * tracing: Add ':mod:' command to set_event to enable events in modules [[https://lore.kernel.org/linux-kernel/20250116143334.073917300@goodmis.org/T/|(cover)]], [[https://git.kernel.org/linus/4c86bc531e60900053384867c082675bba82c29f|commit]], [[https://git.kernel.org/linus/b355247df104ef6644288884afd2c08b7bf49897|commit]], [[https://git.kernel.org/linus/542079b4b12e89f82c8a689b6e9b119ab7d52018|commit]] * uretprobes: Improve performance and scalability [[https://lore.kernel.org/lkml/20241206002417.3295533-1-andrii@kernel.org/|(cover)]], [[https://git.kernel.org/linus/2ff913ab3f472321ac1931b663314edd6c211a0c|commit]], [[https://git.kernel.org/linus/636666a1c73313a0cc9a0a6671c29e2d6ebe16fb|commit]], [[https://git.kernel.org/linus/0cf981de7687b26ccc9bd4e6daa8fa6b177f91a9|commit]], [[https://git.kernel.org/linus/8622e45b5da17e777e0e45f16296072494452318|commit]] * uprobes: speculative lockless VMA-to-uprobe lookup [[https://lore.kernel.org/linux-trace-kernel/20241028010818.2487581-1-andrii@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/83e3dc9a5d4d7402adb24090a77327245d593129|commit]], [[https://git.kernel.org/linus/e0925f2dc4de2d8ba987392d3239e8edf88f8b96|commit]] * libbpf: Extend linker API to support in-memory ELF files [[https://lore.kernel.org/bpf/20241211164030.573042-1-ajor@meta.com/T/|(cover)]], [[https://git.kernel.org/linus/b641712925bfe89ff7217cc2d0b7a8e042df556b|commit]], [[https://git.kernel.org/linus/6d5e5e5d7ce134a0b334c3bfe44a9326d8c5f32b|commit]] * ftrace: Implement :mod: cache filtering on kernel command line [[https://lore.kernel.org/linux-kernel/20250116175832.34e39779@gandalf.local.home/T/|(cover)]], [[https://git.kernel.org/linus/8275637215bd3d447b31d37f9b8231a013adb042|commit]], [[https://git.kernel.org/linus/31f505dc70331243fbb54af868c14bb5f44a15bc|commit]] * perf sched: Introduce stats tool [[https://lore.kernel.org/linux-perf-users/20241122084452.1064968-1-swapnil.sapkal@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/a430d99e349026d53e2557b7b22bd2ebd61fe12a|commit]] * Perf ftrace latency linear buckets [[https://lore.kernel.org/linux-perf-users/20241112181214.1171244-1-acme@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/12115c6037aeb8aeaa792b376a63b339aee746ae|commit]], [[https://git.kernel.org/linus/e8536dd47a98b5dbfac1dcdd2954b502bf656044|commit]], [[https://git.kernel.org/linus/08b875b6bf6085894f5cc65e028ae76f371a805e|commit]], [[https://git.kernel.org/linus/690a052a6d85c530363990175d7981dbcdac2301|commit]] * perf lock contention: Symbolize locks using slab cache names [[https://lore.kernel.org/bpf/20241220060009.507297-1-namhyung@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/d8cc6da4067b66f5fe54b865ae4ed987455d91fc|commit]], [[https://git.kernel.org/linus/e2c4dc54cd52612d612f49ba728a4b2d008e4fd8|commit]], [[https://git.kernel.org/linus/0c631ef07c96536a66d8168dc7e176de5fa82878|commit]], [[https://git.kernel.org/linus/91a5bffa56fd447d5380d58d4b30be527520e96f|commit]] * perf/core: Add ability for an event to "pause" or "resume" AUX area tracing [[https://lore.kernel.org/linux-perf-users/20241216070244.14450-1-adrian.hunter@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/f3e719475692d4875355794507230bbab9db3472|commit]], [[https://git.kernel.org/linus/314bf84e03a704206bddc5839d9d9beea14ad621|commit]], [[https://git.kernel.org/linus/8a0f49a7f1dadd377a0d8a57d5a1da3faa51792e|commit]], [[https://git.kernel.org/linus/bf66b5fd6e7e049449cd2ae19987c5003e1f5998|commit]], [[https://git.kernel.org/linus/f38ec2274c2397cc2ce0bde3b87b434470ffd0f8|commit]], [[https://git.kernel.org/linus/f8b301e0a4744a0a5aeb6cdea65f5b25a1d40fb7|commit]], [[https://git.kernel.org/linus/4c7f9ee2eba2210db920d61dc7fd5291daeb0aa4|commit]] * perf ftrace profile: Add --graph-opts option [[https://git.kernel.org/linus/e5f2024cb997cd974582ecb5c6344729db508a24|commit]] * perf script python: Improve physical mem type resolution [[https://git.kernel.org/linus/d78e20c081e744812cba9d12933a0afe5bc09e61|commit]] * perf test: Add a runs-per-test option [[https://lore.kernel.org/lkml/20250110045736.598281-1-irogers@google.com/T/|(cover)]], [[https://git.kernel.org/linus/2e47c503deeeadc1bfa66ece7f75e298a814e94f|commit]], [[https://git.kernel.org/linus/2b7b78efc8c91430fd81a07d8fb4e0a89456aff8|commit]], [[https://git.kernel.org/linus/4dd8bc4bf58e973eea3fdf5e2013011d83fba6c4|commit]], [[https://git.kernel.org/linus/1c0d9816e9cb9548c74e04971300ec9cecf2c0d7|commit]], [[https://git.kernel.org/linus/4e38f2814f02ed2768a4f293088375528121afed|commit]] * perf: Increase MAX_NR_CPUS to 4096 [[https://git.kernel.org/linus/9a1e106550be574d75e3eba5e9aa4ef96473e058|commit]] = Cryptography = * Vmac: remove unused VMAC algorithm [[https://git.kernel.org/linus/2890601f54c7f3365cc2a860889d5d5fba55c106|commit]] * Keywrap: remove unused keywrap algorithm [[https://git.kernel.org/linus/730f67d8b826d95bef74f255ee604ece9c94e48f|commit]] = Virtualization = * Add error recovery support for VirtIO PCI devices [[https://lore.kernel.org/kvm/1732690652-3065-1-git-send-email-israelr@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/a0ec4fb63f5ce15732f8dadc63c931bdf9ff98b5|commit]], [[https://git.kernel.org/linus/5820a3b08987951e3e4a89fca8ab6e1448f672e1|commit]] * vfio/nvgrace-gpu: Enable Grace Blackwell boards [[https://lore.kernel.org/linux-kernel/20250124183102.3976-1-ankita@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/bd53764a60ad586ad5b6ed339423ad5e67824464|commit]], [[https://git.kernel.org/linus/6a9eb2d125ba90d13b45bcfabcddf9f61268f6a8|commit]], [[https://git.kernel.org/linus/d85f69d520e6aca8ae5ce353666e2fc2756eb9e7|commit]], [[https://git.kernel.org/linus/2bb447540e71ee530388750c38e1b2c8ea08b4b7|commit]] = Security = * Script execution control. The goal is to be able to ensure that direct file execution (e.g. ./script.sh) and indirect file execution (e.g. sh script.sh) lead to the same result, especially from a security point of view. It adds a new {{{AT_EXECVE_CHECK}}} flag to execveat(2). It also brings two new securebits used to set or get a security policy for a set of processes [[https://lore.kernel.org/linux-security-module/20241212174223.389435-1-mic@digikod.net/T/|(cover)]], [[https://git.kernel.org/linus/a5874fde3c0884a33ed4145101052318c5e17c74|commit]], [[https://git.kernel.org/linus/a0623b2a1d595341971c189b90a6b06f42cd209d|commit]], [[https://git.kernel.org/linus/b083cc815376a8ccfba6535b4d59a396b77601d4|commit]], [[https://git.kernel.org/linus/0e7f90f34cf79bf329d6d08edea3403544498843|commit]], [[https://git.kernel.org/linus/faf2d88e556756f31d9e2e33f37ce89396ba0f7f|commit]], [[https://git.kernel.org/linus/3e707b07f582c12ed78fa5516a97bf701bf0634c|commit]], [[https://git.kernel.org/linus/2a69962be4a7e97ab347e05826480a3352c6fbc8|commit]], [[https://git.kernel.org/linus/95b3cdafd7cb74414070893445a9b731793f7b55|commit]] * Sign with sha512 instead of sha1 by default [[https://git.kernel.org/linus/f3b93547b91ad849b58eb5ab2dd070950ad7beb3|commit]] * selinux: add support for xperms in conditional policies [[https://git.kernel.org/linus/581646c3fb98494009671f6d347ea125bc0e663a|commit]], [[https://git.kernel.org/linus/4aa176193475d37441cc52b84088542f3a59899a|commit]] * selinux: add netlink nlmsg_type audit message [[https://git.kernel.org/linus/2ef6fc99e0d922a54073e7b6d6465c62f4d3b62b|commit]] = Networking = * Add UDP send fail statistics to netconsole [[https://lore.kernel.org/linux-doc/20241202-netcons-add-udp-send-fail-statistics-to-netconsole-v5-0-70e82239f922@kutsevol.com/T/|(cover)]], [[https://git.kernel.org/linus/a61b19f4a6586590a9ae6baf2ac4a25a852e547f|commit]] * Add support for SO_PRIORITY cmsg [[https://lore.kernel.org/netdev/20241213084457.45120-1-annaemesenyiri@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/77ec16be758ea65de641833149963bec39f311da|commit]], [[https://git.kernel.org/linus/a32f3e9d1ed146f81162702605d65447a319eb76|commit]], [[https://git.kernel.org/linus/cda7d5abe089cc8bd6d623cd6577627d8125d155|commit]], [[https://git.kernel.org/linus/e45469e594b255ef8d750ed5576698743450d2ac|commit]] * Add igmp/mld join/leave notifications [[https://git.kernel.org/linus/2c2b61d2138f472e50b5531ec0cb4a1485837e21|commit]] * TCP: Make time-wait reuse delay deterministic and configurable [[https://lore.kernel.org/netdev/20241209-jakub-krn-909-poc-msec-tw-tstamp-v2-0-66aca0eed03e@cloudflare.com/T/|(cover)]], [[https://git.kernel.org/linus/19ce8cd3046587efbd2c6253947be7c22dfccc18|commit]], [[https://git.kernel.org/linus/ca6a6f93867a9763bdf8685c788e2e558d10975f|commit]] * Add ipv6 anycast join/leave notifications [[https://git.kernel.org/linus/33d97a07b3ae6fa713919de4e1864ca04fff8f80|commit]] * TCP: Add a new paws_ack drop reason [[https://lore.kernel.org/netdev/20250113135558.3180360-1-edumazet@google.com/T/|(cover)]], [[https://git.kernel.org/linus/ea98b61bddf41e9a9308ff8f931e6077907b1587|commit]], [[https://git.kernel.org/linus/124c4c32e9f3b4d89f5be3342897adc8db5c27b8|commit]], [[https://git.kernel.org/linus/d16b34479064fcb8dbb66a72308b5034be819161|commit]] * Implement tcp-data-split and thresh option [[https://lore.kernel.org/netdev/20250114142852.3364986-1-ap420073@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/197258f0ef685ddbd534254dc79f49faa47dc93d|commit]], [[https://git.kernel.org/linus/eec8359f0797ef87c6ef6cbed6de08b02073b833|commit]], [[https://git.kernel.org/linus/a08a5c9484015a88c937aa0f9eaf3efb2123c3b8|commit]], [[https://git.kernel.org/linus/e61779015c4a4655b31e2e1fc47a7210be9f53f3|commit]], [[https://git.kernel.org/linus/2d46e481a9afc8e6b214f5c78b05374f05b8f62a|commit]], [[https://git.kernel.org/linus/152f4da05aeee62cf04d61daf9789575f1df8f4e|commit]], [[https://git.kernel.org/linus/87c8f8496a05de71dc42f5f2ed2b1ea64ea8b77d|commit]], [[https://git.kernel.org/linus/6b43673a25c3666d42f5524e59aed8a3914924cc|commit]], [[https://git.kernel.org/linus/f394d07b192b67a895dbed76253ce95dcbb5d17c|commit]], [[https://git.kernel.org/linus/cfd70e3eba2b68aa230d431e3c6ca0a1566e8d2e|commit]] * ipvlan: Support bonding events [[https://lore.kernel.org/netdev/20250109032819.326528-1-champetier.etienne@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/08ac69b24507ab06871c18adc421c9d4f1008c61|commit]], [[https://git.kernel.org/linus/e79a98e68b96a94d6d997ddbfb92e3969bfa2dfb|commit]] * mptcp: blackhole: sysctl SYN retrans + fix conditions [[https://lore.kernel.org/mptcp/20250114-mpc-no-blackhole-v1-0-994bd2a357fb@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/18da4b5d123285dea470b15ff51c7fbe61dc37fd|commit]], [[https://git.kernel.org/linus/5b4fd35343d72f4d4f964de2a9fe36143cc18f39|commit]], [[https://git.kernel.org/linus/e598d8981fd34470b78a1ae777dbf131b15d5bf2|commit]] * vxlan: Support user-defined reserved bits [[https://lore.kernel.org/netdev/cover.1733412063.git.petrm@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/9234a37a495dc34cece943bec495ab541e4143ab|commit]], [[https://git.kernel.org/linus/0f09ae907818d593e55c4b058d286a0914a43c3f|commit]], [[https://git.kernel.org/linus/fe3dcbcfae522fae9c62954488398562ff6b5ece|commit]], [[https://git.kernel.org/linus/e713130dfb4d6b5a2cd42f33a94b6ac983d2989d|commit]], [[https://git.kernel.org/linus/e4f8647767cfac0291def86ddfac23b925294701|commit]], [[https://git.kernel.org/linus/752b1c8d8b409f2b03e61e153696689ee081bf07|commit]], [[https://git.kernel.org/linus/bb16786ed6fdff3a67ba33ed928ae138fd4254b5|commit]], [[https://git.kernel.org/linus/6c11379b104e3718135fd7fc37bb254b41e4cf65|commit]], [[https://git.kernel.org/linus/8653eb21d68c6882ce5716b04379431817310b85|commit]], [[https://git.kernel.org/linus/d76ccb2ec368c8a44f64839140cd253c19f6a79a|commit]], [[https://git.kernel.org/linus/d84b5dccf3ebdeeabef910d1c19b931c84f67884|commit]] * Introduce unified and structured phy for reporting PHY statistics [[https://lore.kernel.org/linux-doc/20250110060517.711683-1-o.rempel@pengutronix.de/T/|(cover)]], [[https://git.kernel.org/linus/fe55b1d401c697c2ef126fe3ebbcaa6885fced5a|commit]], [[https://git.kernel.org/linus/b7a2c1fe6b55364e61b4b54b991eb43a47bb1104|commit]], [[https://git.kernel.org/linus/6167c0b6e8d7ddb6b3e5efffcac34a85f7872997|commit]], [[https://git.kernel.org/linus/7d66c74a171d6c667cbf36f4b6cf1cc98744a83c|commit]], [[https://git.kernel.org/linus/f2bc1c2655728ac00c35cfb992bdb3243ca17e7e|commit]], [[https://git.kernel.org/linus/23bbd28729bddfe1b57c7202e285e5b431b9ab3a|commit]], [[https://git.kernel.org/linus/677d895af1cc3bc90c3e09d7eeb0b2cd4dd2ddff|commit]] * Bluetooth: Allow reset via sysfs [[https://git.kernel.org/linus/7c393421755daf35ae1e4e0016b99f308123751a|commit]], [[https://git.kernel.org/linus/f07d478090b0a03dda46fb45b5c6e089a8408351|commit]], [[https://git.kernel.org/linus/0f8a0013741163459fc6cf4610bb9ed2ec25fb94|commit]] * fib_rules: extends FIB rules to match on the flow label with a mask [[https://lore.kernel.org/netdev/20241216171201.274644-1-idosch@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/d1d761b3012e99d55d288d435384be606302cb2c|commit]], [[https://git.kernel.org/linus/f0c898d8c279e6cfdf5e25dc04424d518dec1aa4|commit]], [[https://git.kernel.org/linus/9aa77531a1314dd46d3694eac5dc469a6690fca7|commit]], [[https://git.kernel.org/linus/4c25f3f0519486382644c76ee11b127026095c61|commit]], [[https://git.kernel.org/linus/c72004aac60a9ffdf4bc29b1e7ff0798a7eab3c2|commit]], [[https://git.kernel.org/linus/ba4138032ae3b5b8e2b68d2f2647cdc0817b05a6|commit]], [[https://git.kernel.org/linus/d26b8267d9e02b02c8d1aeb38d7730b5efab3b64|commit]], [[https://git.kernel.org/linus/002bf68a3b3e5f90ce61ea8fd11b8b62fd0765ce|commit]], [[https://git.kernel.org/linus/5760711e198d86bd0d0b9270a54a494ae9a501e0|commit]] * xdp: A fistful of generic changes (+libeth_xdp) [[https://lore.kernel.org/linux-kernel/20241113152442.4000468-1-aleksander.lobakin@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/0dffdb3b3366c932fb7d210f5032476c552f7000|commit]], [[https://git.kernel.org/linus/7cd1107f48e2a246c6a628c2381e1b8aafa4675a|commit]], [[https://git.kernel.org/linus/dcf3827cde8621d2317a7f98e069adbdc2112982|commit]], [[https://git.kernel.org/linus/f65966fe0178c06065d354c22fb456fc4370b527|commit]], [[https://git.kernel.org/linus/e77d9aee951341119be16a991fcfc76d1154d22a|commit]], [[https://git.kernel.org/linus/fcc680a647ba77370480fe753664cc10d572b240|commit]], [[https://git.kernel.org/linus/56d95b0adfa224bb1c67733dbcad30dd8debd39e|commit]], [[https://git.kernel.org/linus/68ddc8ae17685a8c4ac78260bde8fe4a79511aef|commit]], [[https://git.kernel.org/linus/539c1fba1ac77184215d892eda0857f5687b7366|commit]], [[https://git.kernel.org/linus/ca5c94949facce1f67a4a9a9528a27f635ff3e78|commit]], [[https://git.kernel.org/linus/9e25dd9d65d27aa94220831fe6453d935988801c|commit]], [[https://git.kernel.org/linus/560d958c6c68fa62ddb4bd6f890c363598d184b0|commit]] * Make timestamping selectable [[https://lore.kernel.org/linux-doc/20241212-feature_ptp_netnext-v21-0-2c282a941518@bootlin.com/T/|(cover)]], [[https://git.kernel.org/linus/5e51e50e2324c9374d06ab05e3d7d09123e1114f|commit]], [[https://git.kernel.org/linus/b18fe47c0c093cc429f7e4d7694fdf0fc362aaf5|commit]], [[https://git.kernel.org/linus/35f7cad1743e04bf2944a2aadb6b6a42adc57bca|commit]], [[https://git.kernel.org/linus/b9e3f7dc9ed95daeb83cfa45b821cacaa01aa906|commit]], [[https://git.kernel.org/linus/6e9e2eed4f39d52edf5fd006409d211facf49f6b|commit]] * dsa: cleanup EEE (part 1) [[https://lore.kernel.org/netdev/Z1hNkEb13FMuDQiY@shell.armlinux.org.uk/T/|(cover)]], [[https://git.kernel.org/linus/66c366392e55ae07e37699eeacca50f01b0bb879|commit]], [[https://git.kernel.org/linus/9723a77318b7c0cfd06ea207e52a042f8c815318|commit]], [[https://git.kernel.org/linus/99379f587278c818777cb4778e2c79c6c1440c65|commit]], [[https://git.kernel.org/linus/c86692fc2cb77d94dd8c166c2b9017f196d02a84|commit]], [[https://git.kernel.org/linus/7eb4f3d9fe173d71b9f9fad7e426e528fcb59b74|commit]], [[https://git.kernel.org/linus/fe3ef44385b217c49fd1bfcab3c221d34174e1b4|commit]], [[https://git.kernel.org/linus/eb3126e720e7629474332417dae256d471727865|commit]], [[https://git.kernel.org/linus/801fd546c1cad69a00cef0a300e9f293d8e50432|commit]], [[https://git.kernel.org/linus/88325a291a0cd077bf49b889af605e683b5f956e|commit]] * Converts RTM_NEWADDR/RTM_DELADDR and some more RTNL users to per-netns RTNL [[https://lore.kernel.org/netdev/20250115080608.28127-1-kuniyu@amazon.com/T/|(cover)]], [[https://git.kernel.org/linus/f7a6082b5e4c15f34fd766cf0960f7e082009c54|commit]], [[https://git.kernel.org/linus/93c839e3edbe2cdf59d3bc12d776cce4cdf159ce|commit]], [[https://git.kernel.org/linus/6550ba0863f9e015cf4ca9b668e44b28fc6fe896|commit]], [[https://git.kernel.org/linus/02cdd78b4e8d411163327ecfdd54c3208baebc0e|commit]], [[https://git.kernel.org/linus/cdc5c1196ee9bcb12979d2599ed00dc187d989f1|commit]], [[https://git.kernel.org/linus/832128cc4438ab69c801bc6130756203eae1198e|commit]], [[https://git.kernel.org/linus/f7fce98a73df01901c8d67f1e7cd66a05fed148f|commit]], [[https://git.kernel.org/linus/2f1ace4127fdfc102603f359756b230f3d897411|commit]], [[https://git.kernel.org/linus/867b385251eac666685f7f4132315a1e3619baa5|commit]], [[https://git.kernel.org/linus/82a1e6aa8f6c181e73117975a9d44eb3b51425a2|commit]], [[https://git.kernel.org/linus/7bcf45ddb8bb3d386072677ce4d86d1ec9896096|commit]] * mac80211 * Updates - 02-01-24 [[https://lore.kernel.org/linux-wireless/20250102142009.3057049-1-miriam.rachel.korenblit@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/fa2a71a3b9ed1a333f1bed30ffe758cc150a399a|commit]], [[https://git.kernel.org/linus/720fa448f5a7498ac7749432e551b930f11a15ad|commit]], [[https://git.kernel.org/linus/65c1c041798484da54cbad5fb5833b81694c43cf|commit]], [[https://git.kernel.org/linus/136a4e82bc8e34ea37024b88c8a3cff67ae84038|commit]], [[https://git.kernel.org/linus/fa2b73bfecdfcba59eaca5fd7a182ea2f07a2240|commit]], [[https://git.kernel.org/linus/36e05b0b83903e2d85b3675d10ac8b5eced54377|commit]], [[https://git.kernel.org/linus/904c277342936b75ae55999d87abacd4c1ab1fd3|commit]], [[https://git.kernel.org/linus/19aa842dcbb5860509b7e1b7745dbae0b791f6c4|commit]], [[https://git.kernel.org/linus/24711d60f8492a30622e419cee643d59264ea939|commit]], [[https://git.kernel.org/linus/bb54c93bd37541424505281e09fffe75ab3357e9|commit]], [[https://git.kernel.org/linus/63a59880ec116cebb8a01ead28b1b23c3846ebb9|commit]], [[https://git.kernel.org/linus/e3d91a681cb5bcf283bc9c8647ba56aede69a38a|commit]], [[https://git.kernel.org/linus/6bd9a087c8035626e7bfb6b678c9e036b8b26038|commit]], [[https://git.kernel.org/linus/aa3ce3f8fafa0b8fb062f28024855ea8cb3f3450|commit]], [[https://git.kernel.org/linus/3bf18e9916cbdb5a015d96b43bc9961b864fa8c4|commit]], [[https://git.kernel.org/linus/b9caeea95c41d46d2051595ff4c293ac48f66d6a|commit]], [[https://git.kernel.org/linus/295adaf455bec573fd730b887a072d07861b03c0|commit]] * Updates - 30-12-24 [[https://lore.kernel.org/linux-wireless/20241230045554.3746143-1-miriam.rachel.korenblit@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/da7f40c05c16ea35afef41f64a22689b2d974b14|commit]], [[https://git.kernel.org/linus/c3219371d61694354e4079d244c136e352fab805|commit]], [[https://git.kernel.org/linus/dfd5b5b5b725aa033e88b02adc3980a3fcf361d0|commit]], [[https://git.kernel.org/linus/f52de501d111ae2a90e43ad910d22e0c83a87e94|commit]], [[https://git.kernel.org/linus/69f9556556b2812e9a63099582306b2b940e704d|commit]], [[https://git.kernel.org/linus/993ace39efd08e8dc29635eca9884adea344401e|commit]], [[https://git.kernel.org/linus/2bf502251b3ba0734aad81317d62e13389b89a5d|commit]], [[https://git.kernel.org/linus/00e3daadfe1046fae06960d9ff9d0497b35c1e89|commit]], [[https://git.kernel.org/linus/c30e9a8558815888e94f9890c9adcad09135ffd4|commit]], [[https://git.kernel.org/linus/29968432874bb03f7dcaea602efb7d00e7c33b0c|commit]], [[https://git.kernel.org/linus/2e3de34f5ceebdccd9464e7400986d2131915465|commit]], [[https://git.kernel.org/linus/fa2a71a3b9ed1a333f1bed30ffe758cc150a399a|commit]], [[https://git.kernel.org/linus/720fa448f5a7498ac7749432e551b930f11a15ad|commit]], [[https://git.kernel.org/linus/65c1c041798484da54cbad5fb5833b81694c43cf|commit]], [[https://git.kernel.org/linus/b9caeea95c41d46d2051595ff4c293ac48f66d6a|commit]], [[https://git.kernel.org/linus/295adaf455bec573fd730b887a072d07861b03c0|commit]] * mac80211_hwsim: add mesh EHT 320 MHz support [[https://lore.kernel.org/linux-kernel/20241119-mesh_320mhz_support-v1-0-f9463338d584@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/b63a95d35f7ff59329257cfd31f990b3b295a242|commit]], [[https://git.kernel.org/linus/b81e0211e9c70be9eb70924e4e29698bfbbbc03a|commit]] * ethtool: add monitor channel reporting [[https://git.kernel.org/linus/4f85a3b370e6f1a353cfbbfb5c398590dfeca9d7|commit]] * Netfilter * netfilter/ipvs updates for net-next [[https://lore.kernel.org/netfilter-devel/20250111230800.67349-1-pablo@netfilter.org/T/|(cover)]], [[https://git.kernel.org/linus/da0a090a3c6220772801b791845e408ae7579914|commit]], [[https://git.kernel.org/linus/178883fd039d38a708cc56555489533d9a9c07df|commit]], [[https://git.kernel.org/linus/95f1c1e98db36ddb9ea79e5c61ec11ec43ebbbaf|commit]], [[https://git.kernel.org/linus/601731fc7c6111bbca49ce3c9499c2e4d426079d|commit]] * Netfilter updates for net-next [[https://lore.kernel.org/netfilter-devel/20250119172051.8261-1-pablo@netfilter.org/T/|(cover)]], [[https://git.kernel.org/linus/b7c2d793c28cda7dbb67d6b427e3280b7c1e601a|commit]], [[https://git.kernel.org/linus/880ccec0d02efb24900f589d0cac826af1d91523|commit]], [[https://git.kernel.org/linus/bc87b75847d86f073a3df56e4ad44265b3d64e44|commit]], [[https://git.kernel.org/linus/fc0133428e7ad65aa6b7c8e65ccfe86e469e4512|commit]], [[https://git.kernel.org/linus/375f222800bc001bb9cbd2baa1daec006430aeba|commit]], [[https://git.kernel.org/linus/d9d7b489416d18ba696c32a93623ecb0176b374e|commit]], [[https://git.kernel.org/linus/7a4b61406395291ffb7220a10e8951a9a8684819|commit]], [[https://git.kernel.org/linus/31768596b15aa8c9c55f078acad29d0238c8269b|commit]], [[https://git.kernel.org/linus/03428ca5cee9f0792edc996c06ce4514816af1fb|commit]], [[https://git.kernel.org/linus/b8baac3b9c5cc4b261454ff87d75ae8306016ffd|commit]], [[https://git.kernel.org/linus/fdbaf5163331342e90a2c29b87629021f4c15f0c|commit]] * rxrpc: Implement jumbo data transmission and rack-tlp [[https://lore.kernel.org/netdev/20241204074710.990092-1-dhowells@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/d1fd972914239996dbd15c5142d7f6e09d95a002|commit]], [[https://git.kernel.org/linus/0e56ebde245e4799ce74d38419426f2a80d39950|commit]], [[https://git.kernel.org/linus/29e03ec757292e55fa0f7efa051c84ddc4f3e668|commit]], [[https://git.kernel.org/linus/efa95c32352b2ac7ff09d680144e22c0f25244cb|commit]], [[https://git.kernel.org/linus/cbe0d89095c31afcede96e4ce9cd58c4bed62d63|commit]], [[https://git.kernel.org/linus/ff992adbc470c86d2dcb66f5ed837fbb3c1a561e|commit]], [[https://git.kernel.org/linus/8b5823ea437624b53ecf084b6dd582760f110394|commit]], [[https://git.kernel.org/linus/420f8af502877a34dd371a7c8b6b943594487ebb|commit]], [[https://git.kernel.org/linus/eeaedc5449d9fccf2b56e844a018df9d3720d59e|commit]], [[https://git.kernel.org/linus/3d2bdf73cea57d7f6bf314aa1c948af11af94980|commit]], [[https://git.kernel.org/linus/b7313009c2e56d6e8bffd3d21c1a3a67a9149e2e|commit]], [[https://git.kernel.org/linus/149d002bee706f51772bd320cda90c922844bb0e|commit]], [[https://git.kernel.org/linus/9e3cccd176b5ec6ff78693287fb03097e453e69c|commit]], [[https://git.kernel.org/linus/cd69a07b6d186eeb7df20d8bcbef18d7bbd84c4b|commit]], [[https://git.kernel.org/linus/81e7761be58aa915cc825afc6ff35dec63bf0b2f|commit]], [[https://git.kernel.org/linus/976b0ca5aae741ef33f4cf4079a9a026331eae88|commit]], [[https://git.kernel.org/linus/6396b48ac0a77165f9c2c40ab03d6c8188c89739|commit]], [[https://git.kernel.org/linus/b341a0263b1b804d329f864c2dc24815364510ec|commit]], [[https://git.kernel.org/linus/692c4caa074c0d6092bd713babc6fc3872b5592a|commit]], [[https://git.kernel.org/linus/203457e11b591f80ada571f981dd5f4d683b0009|commit]], [[https://git.kernel.org/linus/f003e4038f0e14b3b374f7dae76dfeef9591f006|commit]], [[https://git.kernel.org/linus/f7dd0dc9651326f609579fa81cbdda69b0467c2a|commit]], [[https://git.kernel.org/linus/9b052c6b92f9316d670bf50566f70e183d0d19cb|commit]], [[https://git.kernel.org/linus/dcdff0d8e3b61033b28c72926997d458949fcc05|commit]], [[https://git.kernel.org/linus/7903d4438b3f50b2f44af1ce4560631e0e0a9779|commit]], [[https://git.kernel.org/linus/c637bd066841de6d0a204898a62f1d9bb8fa1b7f|commit]], [[https://git.kernel.org/linus/93dfca65a1df42a3c8b1094299dc42ab8f18e5c8|commit]], [[https://git.kernel.org/linus/a3d7f46d983fb2ed528b9cceb457c067fe4277a2|commit]], [[https://git.kernel.org/linus/5c0ceba23bb47085d6c9c53bff08a29634ee4e7e|commit]], [[https://git.kernel.org/linus/0130eff911b13e0ad5fc2eebd44833cacd5a8b0b|commit]], [[https://git.kernel.org/linus/fe24a5494390d22ff645fd201d2bf1669fa3aab1|commit]], [[https://git.kernel.org/linus/08d55d7cf3f33c730ce2694393efe16b7983a9c8|commit]], [[https://git.kernel.org/linus/a2ea9a9072607c2fd6442bd1ffb4dbdbf882aed7|commit]], [[https://git.kernel.org/linus/547a9acd4c5e95190c6c93a6d8628c5b8b74a4d6|commit]], [[https://git.kernel.org/linus/372d12d191cb80720319e224d401fd82c602e9e4|commit]], [[https://git.kernel.org/linus/b509934094fd52ac3a49ee2a2c144e885517069f|commit]], [[https://git.kernel.org/linus/b40ef2b85a7d117dd323b5910e504899e0a3e7dc|commit]], [[https://git.kernel.org/linus/4ee4c2f82b81c088d1514b04c28c84c15e98ba1a|commit]] * smc: support ipv4-mapped ipv6 address clients in smc-r v2 [[https://lore.kernel.org/linux-kernel/20241211023055.89610-1-guangguan.wang@linux.alibaba.com/T/|(cover)]], [[https://git.kernel.org/linus/27ef6a9981fe74191849966a6d5e0400a4008ab8|commit]], [[https://git.kernel.org/linus/c12b2704a678b8a116eeb03f5b91895b90b4dd6f|commit]] * TLS: Support updating keys (re-keying) for connections using kernel TLS (for TLS 1.3 only) [[https://lore.kernel.org/netdev/cover.1734013874.git.sd@queasysnail.net/T/|(cover)]], [[https://git.kernel.org/linus/0471b1093e3a5d702ba2bf5987c35ee0e2336855|commit]], [[https://git.kernel.org/linus/47069594e67e882ec5c1d8d374f6aab037511509|commit]], [[https://git.kernel.org/linus/510128b30f2db1600172e9aaec44f66db3c16e15|commit]], [[https://git.kernel.org/linus/5aa97a43d042fffa8bd0f0bc2723f3574310686e|commit]], [[https://git.kernel.org/linus/b2e584aa3c710802600b690f34a56fb526aebf2f|commit]], [[https://git.kernel.org/linus/555f0edb9ff043196655a5b7cc65f67dfd05b530|commit]] * Add a prompt to config_af_unix_oob [[https://git.kernel.org/linus/5155cbcdbf03f207095f9a3794942a25aa7e5f58|commit]] * Add ipsec support for IP-TFS/AggFrag encapsulation, allowing aggregation and fragmentation of the inner IP. IP-TFS (AggFrag encapsulation) has been standardized in [[https://www.rfc-editor.org/rfc/rfc9347.txt|RFC9347]]. [[https://lore.kernel.org/netdev/20241114070713.3718740-1-chopps@chopps.org/T/|(cover)]], [[https://git.kernel.org/linus/ffa794846bf777a06407d94ef69b9b1c5ac5a6c6|commit]], [[https://git.kernel.org/linus/64e844505bc08cde3f346f193cbbbab0096fef54|commit]], [[https://git.kernel.org/linus/f69eb4f65c58f5a081dbafb76011dad73757420c|commit]], [[https://git.kernel.org/linus/7ac64f4598b4daa3f955f82759760666e047bdf8|commit]], [[https://git.kernel.org/linus/d1716d5a44c37e5743bf6ea4e5cdbdab37727f27|commit]], [[https://git.kernel.org/linus/4b3faf610cc63bfac972711635eafbca5e7d7117|commit]], [[https://git.kernel.org/linus/0e4fbf013fa566f274ce9b4ce698c75b1f998c52|commit]], [[https://git.kernel.org/linus/b96ba312e21c9b7ac1526829b9640ddc06695c0b|commit]], [[https://git.kernel.org/linus/8579d342ea2b3c1c672858de180152ccf9cb0ee1|commit]], [[https://git.kernel.org/linus/6c82d2433671819a550227bf65bfb6043e3d3305|commit]], [[https://git.kernel.org/linus/07569476544681816335099929ff3494dfbf6b05|commit]], [[https://git.kernel.org/linus/3f3339885fb343b7b42d7c34717108ce07da24ae|commit]], [[https://git.kernel.org/linus/5f2b6a9095743a6bf1f34c43c4fe78fa8bdf5ad7|commit]], [[https://git.kernel.org/linus/6be02e3e4f376fea468846c8562655ca5ee18204|commit]], [[https://git.kernel.org/linus/ed58b186c7737bf0db1ebf57207b30fe740e1d07|commit]] = Architectures = * ARM * DTS updates * New SoC: Blaize BLZP1600, an AI chip using custom GSP (Graph Streaming Processor) cores for computation, and two small Cortex-A53 cores that run the operating system [[https://lore.kernel.org/linux-kernel/20241204-blaize-blzp1600_init_board_support-v5-0-b642bcc49307@blaize.com/T/|(cover)]], [[https://git.kernel.org/linus/1fa9ce7e525dcf78824192557e72b0e906ffe55a|commit]], [[https://git.kernel.org/linus/f156403c2c8dad011db22ef6d120b511784bd95f|commit]], [[https://git.kernel.org/linus/c0b454a517553849093af19733489e1c57236905|commit]], [[https://git.kernel.org/linus/2e976f19d9c2863e0f97bf598f42e87efe5d9784|commit]], [[https://git.kernel.org/linus/b0837ce079804d57bdabe225e6daf069dcbfc609|commit]], [[https://git.kernel.org/linus/d4c0d167b1f6535da7183783688850b8c51e3c44|commit]] * New SoC: SpacemiT K1, 64-bit RISC-V chip, using eight custom RVA22 compatible CPU cores with vector support [[https://lore.kernel.org/linux-serial/20240730-k1-01-basic-dt-v5-0-98263aae83be@gentoo.org/T/|(cover)]], [[https://git.kernel.org/linus/7cf3e9bfc63db5a9b3e83cd5d26d11061e31afc5|commit]], [[https://git.kernel.org/linus/16c9147e6a6c6342f4b1f9909b8f914f6e4adcab|commit]], [[https://git.kernel.org/linus/244fe889b950fe97945abafc70bbf3254babf929|commit]], [[https://git.kernel.org/linus/e5164af2a2fe67cca0186932b2aff93f4c3ed99d|commit]], [[https://git.kernel.org/linus/562272a287d5633dfdffaae43dcd25244635cc74|commit]], [[https://git.kernel.org/linus/dfe6d083edff9f577f2e3db02fe5a838118fc0ac|commit]], [[https://git.kernel.org/linus/8814aa123adb373f66025cda80da94b59e849313|commit]], [[https://git.kernel.org/linus/d8fe64691955a792c34e19f16b09e63376554969|commit]], [[https://git.kernel.org/linus/d60d57ab6b2a803b17b6f2aa78abd9487a9ece36|commit]], [[https://git.kernel.org/linus/21bef40ad121b5b5bfab39803f175e3b3ba465fd|commit]] * Microchip sama7d65, a new 32-bit embedded chip with a single Cortex-A7 and the current high end of the old Atmel SoC line [[https://lore.kernel.org/linux-serial/cover.1734723585.git.Ryan.Wanner@microchip.com/T/|(cover)]], [[https://git.kernel.org/linus/2140e55aaf07e41e8a98b7680ff8bc30de8dd0d4|commit]], [[https://git.kernel.org/linus/a6afc96b5363f189ad13a807ba4b54f5f07ad150|commit]], [[https://git.kernel.org/linus/188002bd234035199769cb1a8c7a20b51754327b|commit]], [[https://git.kernel.org/linus/1c9eb9e684c606982c5dba019c58eaed5474c3c0|commit]], [[https://git.kernel.org/linus/9a497710cab94140762bcfbd9b6dc2c45f30678b|commit]], [[https://git.kernel.org/linus/261dcfad1b59efd0e77b014ff963b6fe1ada260b|commit]], [[https://git.kernel.org/linus/747800ee7fdf80533538318608ae922f8b3d0069|commit]], [[https://git.kernel.org/linus/deaa14ab6b0610d052597c3f6114c3d9f0dc4c6c|commit]], [[https://git.kernel.org/linus/221984deceee75846b8a132974683d33dab5a029|commit]], [[https://git.kernel.org/linus/452d18c78a469cd18b3f7bc7bc9427f9af390f7e|commit]] * Samsung Exynos 9810 is a mobile phone chip used in some older phones like the Samsung Galaxy S9 [[https://lore.kernel.org/linux-gpio/20241214-exynos9810-v4-0-4e91fbbc2133@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/608c8f408dac3d1fd96191494f1a32ba2b1e133d|commit]], [[https://git.kernel.org/linus/18910d6b16bb4e71ee5aea5986a6577f347d69ec|commit]], [[https://git.kernel.org/linus/47c3309d58b5e6fd3fc425253491c1ce014538c0|commit]], [[https://git.kernel.org/linus/e830431e0ad0501c2e6dcb3c65dabc053e3ce5e4|commit]], [[https://git.kernel.org/linus/4c745ade9f2ba0e2ce273b75293d0e9b995dbd74|commit]], [[https://git.kernel.org/linus/0a4907eea61d1b7d602a817f6c1de31609c48367|commit]], [[https://git.kernel.org/linus/fd0b3581666860610ac770d4b582df42e0065c58|commit]], [[https://git.kernel.org/linus/6d2dbd4cec8939ad2b813b8052eb12406db528d7|commit]], [[https://git.kernel.org/linus/698be6fe8f89b5edf533a85fba7258339c8b72d6|commit]], [[https://git.kernel.org/linus/63da297f0303c39025172cccafca7b55b169ec3c|commit]] * Renesas R-Car V4H ES3.0 (!R8A779G3) is an updated version of the V4H (!R8A779G0) low-power automotive SoC [[https://lore.kernel.org/devicetree/cover.1733156661.git.geert+renesas@glider.be/T/|(cover)]], [[https://git.kernel.org/linus/f71429df70fb0ed5ca90f595f4d0e9cfa23fcf31|commit]], [[https://git.kernel.org/linus/5c3e55ad76cf5eda2cd6cbda56161184888ea463|commit]], [[https://git.kernel.org/linus/d43c077cb88d800d0c2a372d70d5af75c6a16356|commit]], [[https://git.kernel.org/linus/f7cd4b412020e71ab4c248c908558c67248a8392|commit]], [[https://git.kernel.org/linus/bf6b3ccda3e6797c6b7b774726fe29a1c4602e95|commit]] * Renesas RZ/G3E (!R0A09G047) is a family of embedded chips using Cortex-A55 cores [[https://lore.kernel.org/linux-clk/20241203105005.103927-1-biju.das.jz@bp.renesas.com/T/|(cover)]], [[https://git.kernel.org/linus/d828c6726fe5642d1c71e9edbc4799c959b471cf|commit]], [[https://git.kernel.org/linus/ceaa1428e197d9d273ceaf60b8a7bbb3a60565b3|commit]], [[https://git.kernel.org/linus/2bf1a3ca1df7ed93e5ac82ff672753a4edbb6e80|commit]], [[https://git.kernel.org/linus/25458fdd39a18a5ce00c36f38992da54bb7453f3|commit]], [[https://git.kernel.org/linus/12e0bd600e3c2f33f9db0e3b91f6b8d8d95b7dbe|commit]], [[https://git.kernel.org/linus/829356da700bbe07e13b4403997bf8c5aac64660|commit]], [[https://git.kernel.org/linus/9b6e63a777ea5fb85bf24f9cb5ba902eed4f1f2f|commit]], [[https://git.kernel.org/linus/3baf0273c0627b7e6029304166df17e07c6796fb|commit]], [[https://git.kernel.org/linus/9977754eeebed749a071492d98e46700307c0bd1|commit]], [[https://git.kernel.org/linus/8e96597f3c25007d292eabba9cfc9612e7d90f0f|commit]], [[https://git.kernel.org/linus/e0379695728b0d79c20bc1a904bb4168d4f117c0|commit]], [[https://git.kernel.org/linus/c4d87fe3cd4eab905f235ecfdd09313be9bc0e99|commit]], [[https://git.kernel.org/linus/a40f02b2923b6d58e76cfef760b8ed61a00f1d53|commit]] * Qualcomm Snapdragon 8 Elite (SM8750) is a new phone chip based on Qualcomm's Oryon CPU cores [[https://lore.kernel.org/linux-kernel/20241204-sm8750_master_dt-v3-0-4d5a8269950b@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/5202bca52a6b48bf51500e302dca24d722c40990|commit]], [[https://git.kernel.org/linus/167466c07085d76ce41989edb0a9598f37b56185|commit]], [[https://git.kernel.org/linus/2cf3496e50f308d80142bad85946a3a3ad7d7248|commit]], [[https://git.kernel.org/linus/068c3d3c83be47fe933679d6cf6f324f60941176|commit]], [[https://git.kernel.org/linus/7f9738e0a8dbd78d47b95981792dee013f28981c|commit]] * Qualcomm Snapdragon AR2 (SAR2130P) is a SoC for augmented reality glasses [[https://lore.kernel.org/linux-kernel/20241102-sar2130p-dt-v4-0-60b7220fd0dd@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/23bb55173078ef454868aa814d4273f190afe7da|commit]], [[https://git.kernel.org/linus/be9115bfe5bf612455968724361a96b135d1f677|commit]], [[https://git.kernel.org/linus/6339e41fa39b498b0c9417925e33c80ad61b0e63|commit]] * Qualcomm IQ6 (QCS610) and IQ8 (QCS8300) are two industrial IOT platforms [[https://lore.kernel.org/linux-kernel/20241203-qcs8300_initial_dtsi-v4-0-d7c953484024@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/d511280ce9cc5920442e78a589946f63c247dd3b|commit]], [[https://git.kernel.org/linus/57039a27658a1e7ca1c60fe7e381092c609e4bc7|commit]], [[https://git.kernel.org/linus/7be190e4bdd2bd1aca84afef06bb755c06a85473|commit]], [[https://git.kernel.org/linus/45d55e2da9bd10d24c4730b452b11a76dc3960b8|commit]] * Snapdragon 425 (MSM8917) is a mobile phone SoC from 2016 [[https://lore.kernel.org/linux-pm/20241215-msm8917-v9-0-bacaa26f3eef@mainlining.org/T/|(cover)]], [[https://git.kernel.org/linus/89f6e0251d3a84aef8380f03009ac1bf182ec206|commit]], [[https://git.kernel.org/linus/9d7ad0ed85e9fc54b190444f4c0683c2de47a88e|commit]], [[https://git.kernel.org/linus/ff5eb00255eb0ffee9de6d6580a83b95a9236719|commit]], [[https://git.kernel.org/linus/8735e47e3a29fa25439caaa2cf3b9a25f5357ec7|commit]], [[https://git.kernel.org/linus/b79541b7803f5e376386af82427afbe2b3a3875b|commit]], [[https://git.kernel.org/linus/7f18b1ea7987ff232bc53a830d0aa81ea31d762f|commit]], [[https://git.kernel.org/linus/88efce82a55d61df76e2fc4bdc68459c0b3b7581|commit]], [[https://git.kernel.org/linus/26633b5820569a5e7bb29d713e978107f4a2bd94|commit]] * Qualcomm IPQ5424 is a Wi-Fi 7 networking chip [[https://lore.kernel.org/lkml/20241028060506.246606-1-quic_srichara@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/79dfed29aa3f714e0a94a39b2bfe9ac14ce19a6a|commit]], [[https://git.kernel.org/linus/03e525c66de2535dc1afd26be004621c7c5a253e|commit]], [[https://git.kernel.org/linus/21b5d5a4a3114607a27653371c0332f2080e3c05|commit]], [[https://git.kernel.org/linus/7aafdbd3f521ba5e8268fd9c405cdf18732a10f3|commit]], [[https://git.kernel.org/linus/1a91d2a6021e29fce6bdf32960a89a936dad90da|commit]] * qcom: Add support for QCS9075 boards [[https://lore.kernel.org/linux-kernel/20241229152332.3068172-1-quic_wasimn@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/cee3947b1aed42f71f99ce4e5d1410ee8670621a|commit]], [[https://git.kernel.org/linus/7b115b623545650407e3f262ee9cdd8a778a9fdf|commit]] * qcom: x1e80100-hp-x14: dt for HP Omnibook X Laptop 14 [[https://lore.kernel.org/linux-kernel/20241202-hp-omnibook-x14-v3-0-0fcd96483723@oldschoolsolutions.biz/T/|(cover)]], [[https://git.kernel.org/linus/6ba121febf852718afa48d0ca062a74fa7cafe1c|commit]], [[https://git.kernel.org/linus/7d467c1b62d0b432df837da24dc023104a184b83|commit]] * qcom: sc8280xp-blackrock: dt definition for Windows Dev Kit 2023 [[https://lore.kernel.org/linux-kernel/20241202-jg-blackrock-for-upstream-v9-0-385bb46ca122@oldschoolsolutions.biz/T/|(cover)]], [[https://git.kernel.org/linus/4e65a0642255b75aa5668043f902856cbb79a547|commit]], [[https://git.kernel.org/linus/96ac79829ccd7e86ef87eb2d27736608665f5dfd|commit]], [[https://git.kernel.org/linus/16a7fed117140b2f604250f5a116d10638c4417e|commit]] * qcom: Introduce Huawei Matebook E Go [[https://lore.kernel.org/linux-kernel/20241220160530.444864-1-mitltlatltl@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/f99c52954a82601d4d46677e9399e87c8b6c1bb3|commit]], [[https://git.kernel.org/linus/f900709e38f40440daf0d878b70adfa358ccf115|commit]], [[https://git.kernel.org/linus/1401ae5c28a259f684ccba7b460884b88f863596|commit]] * Add some BCM6846 device tree [[https://lore.kernel.org/devicetree/20241019-genexis-xg6846b-base-v3-0-8375a0e1f89f@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/5e9ebdd838aac61fa3b74ae0f18ba226b5a48f78|commit]], [[https://git.kernel.org/linus/e5739733e92fca45ec544851484e70c86ecbdfc4|commit]], [[https://git.kernel.org/linus/a534e78e46a698c3d947bd81ece26beb0b3e0f3b|commit]], [[https://git.kernel.org/linus/20aaee0b437456546726221fb0a83e48caecdf0d|commit]], [[https://git.kernel.org/linus/71449ffdb27e39a7681f82477d0906b85f43ba4f|commit]], [[https://git.kernel.org/linus/3abdd3eb88a2f72daa57daf4142226441b9421dd|commit]], [[https://git.kernel.org/linus/7aa6e6900371f65f63c4a5236d094a947fd5a157|commit]], [[https://git.kernel.org/linus/8166df7568ee8c0893aa44c6046a796d5f5f7353|commit]], [[https://git.kernel.org/linus/618775c9007d663ab1b2d600324f377e6ba21771|commit]] * aspeed: Add device tree for Ampere Mt. Jefferson BMC [[https://git.kernel.org/linus/de153911ffcb6d9a2800cd13cc60062ae118f2a4|commit]] * aspeed: sbp1: IBM sbp1 BMC board [[https://git.kernel.org/linus/884e602933f81f1f0a0ce557446c6f5d272fa198|commit]], [[https://git.kernel.org/linus/1d333cd641fb3eab485ce73814852a7bba1fe838|commit]] * stm32: lxa-tac: fix gen{1,2} boards and add gen3 board [[https://lore.kernel.org/linux-kernel/20241119-lxa-tac-gen3-v1-0-e0ab0a369372@pengutronix.de/T/|(cover)]], [[https://git.kernel.org/linus/2cb11e22820cddd276a556b03e9cfdfbee6bbb5d|commit]], [[https://git.kernel.org/linus/4f1d50488feef32a413a765ada80217d0ecc5190|commit]], [[https://git.kernel.org/linus/0407c432aec49397d8a81c535b27d7a430ad78ec|commit]], [[https://git.kernel.org/linus/8f5f7d065b3842e2014729be3c7274e1e0128cf7|commit]], [[https://git.kernel.org/linus/b4f063ba74202564786b38fb822c4bd79d443f56|commit]], [[https://git.kernel.org/linus/08d312c944095df2b73e9959c2bb16073820ecdd|commit]] * Add minimal samsung galaxy s20 series board, sm-g981b and sm-g980f support [[https://lore.kernel.org/linux-kernel/20241209080059.11891-1-umer.uddin@mentallysanemainliners.org/T/|(cover)]], [[https://git.kernel.org/linus/2e342a80b02c64d2bae6f1070c473a8a9c7a5b9d|commit]], [[https://git.kernel.org/linus/38794a41be2bacc698fc520d75d3aea88c727a01|commit]], [[https://git.kernel.org/linus/e7c075846d0be40f6238ea9c784c5d553135c1ae|commit]], [[https://git.kernel.org/linus/4ccb27d48a73d8be0e532353d0d9445cb52587c9|commit]] * qcom: sm8750: Add MTP and QRD boards [[https://git.kernel.org/linus/6a02becf4b42f1664d9443e7d2049dd4e31e5ff5|commit]] * mediatek: mt8192: Drop Chromebook variants that never shipped [[https://git.kernel.org/linus/5c9f4bc4b6730d21b436085b302869f572695f0b|commit]], [[https://git.kernel.org/linus/0cea8dcb58e2ad83cb8a5be57640b4ef30c133f8|commit]] * Add rockchip rk3576 evb1 board [[https://lore.kernel.org/linux-kernel/20250107074911.550057-1-kever.yang@rock-chips.com/T/|(cover)]], [[https://git.kernel.org/linus/ddbf63b25866a4a58222d763f9f2d29c309e00e8|commit]], [[https://git.kernel.org/linus/23ec57a32da448cb3415d6abad3457b14c69af25|commit]], [[https://git.kernel.org/linus/ffd07673f08a03ff5532212ebbd98fbfd0dac00e|commit]], [[https://git.kernel.org/linus/88dc3756ece1d19ab0aa85ceb6ffb4e5f9318ae1|commit]], [[https://git.kernel.org/linus/f135a1a07352b848d3d39557413dd1cd3716d930|commit]] * rockchip: Add !BigTreeTech CB2 and Pi2 [[https://lore.kernel.org/linux-kernel/20250106-bigtreetech-cb2-v7-0-565567e2c0a4@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/1a623c642b4066a5cea751ef52ab109b65e8afb5|commit]] * rockchip: Add Firefly ITX-3588J Board [[https://lore.kernel.org/linux-kernel/20241216214152.58387-1-shimrrashai@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/8886252102bd774656d19423b7d85e1ddd78f9c0|commit]], [[https://git.kernel.org/linus/ebe82df46fba0f0fe45d7e03ddf5ca0f6e758a06|commit]] * rockchip: Add H96 Max V58 (RK3588 based TV box) [[https://lore.kernel.org/linux-kernel/20250108-rk3588-h96-max-v58-v2-0-522301b905d6@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/6e9efe826b02ccd68700be691ce9addbd5c81e40|commit]], [[https://git.kernel.org/linus/b53864811b35247193856a45567d416b8341ae7d|commit]] * Add support for rk3582 [[https://lore.kernel.org/devicetree/20241226024630.13702-1-naoki@radxa.com/T/|(cover)]], [[https://git.kernel.org/linus/ddf021193879f54bb8fd9acdcf467b24229a553e|commit]], [[https://git.kernel.org/linus/9be4171219b659a8f0fa0a7913af2c6ab20c714e|commit]] * Orange pi 5 max [[https://lore.kernel.org/devicetree/20250109051619.1825-1-honyuenkwun@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/ea63f4666e483b48a49d9774d8c680f81165ff06|commit]], [[https://git.kernel.org/linus/6327f2d83dce514d43134dedb766df000420b779|commit]], [[https://git.kernel.org/linus/c600d252dc52ffc29982ee6873b6eee064193752|commit]] * X1e001de snapdragon devkit for windows [[https://lore.kernel.org/devicetree/20241025123227.3527720-1-quic_sibis@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/ab14ec55a2b9da8846afe81ec7264b37a8e51f99|commit]], [[https://git.kernel.org/linus/75837f0b2bc61c62c8326fe3a1eb9a100714cfd7|commit]], [[https://git.kernel.org/linus/7b8a31e82b87cc7784010ddc97601ccaf7a173ae|commit]] * Add initial support for qcs615 soc and qcs615 ride board [[https://lore.kernel.org/linux-kernel/20241104-add_initial_support_for_qcs615-v5-0-9dde8d7b80b0@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/67b8e9473e0bd32097a48fe4ddc39f882fa67a8d|commit]], [[https://git.kernel.org/linus/9a3c545b61ca574868cf624b1fb7ed5d66e86bd3|commit]], [[https://git.kernel.org/linus/8e266654a2fe8241b7ba05484ce7425efb4ee3ef|commit]], [[https://git.kernel.org/linus/9eec6ce36b5dc981327e9f58025d012e524687b4|commit]] * qcom: qcs615: add base RIDE board [[https://git.kernel.org/linus/d1fdad9911e269998e63c60fdeb7ffb378785387|commit]] * exynos: Add initial support for Samsung Galaxy S20 FE (r8s) [[https://git.kernel.org/linus/706119fbbdff2f95a62d1665fb4234ebe4e9392c|commit]] * imx8mp: add support for the ABB SoM and carrier [[https://lore.kernel.org/linux-kernel/20241105064206.43626-1-hs@denx.de/T/|(cover)]], [[https://git.kernel.org/linus/9723142eae655bcf4d26feb6893acfa03e011587|commit]], [[https://git.kernel.org/linus/a53643fb30f84a9914a7b7205f4ff4c73fe6e7b6|commit]], [[https://git.kernel.org/linus/eead8f3536d5cdb0b300a473ca800249bbcd8329|commit]] * Add device tree for mt8188-based chromebook "ciri" [[https://lore.kernel.org/linux-kernel/20241124085739.290556-1-fshao@chromium.org/T/|(cover)]], [[https://git.kernel.org/linus/3a11be8938aa7294719c0cf2a4758ed0cf88ab84|commit]], [[https://git.kernel.org/linus/5e6af7f5418950d77eb2193ddfb8557458a070b0|commit]] * renesas: Add !R8A779G3 White Hawk Single support [[https://lore.kernel.org/devicetree/cover.1733156661.git.geert+renesas@glider.be/T/|(cover)]], [[https://git.kernel.org/linus/f71429df70fb0ed5ca90f595f4d0e9cfa23fcf31|commit]], [[https://git.kernel.org/linus/5c3e55ad76cf5eda2cd6cbda56161184888ea463|commit]], [[https://git.kernel.org/linus/d43c077cb88d800d0c2a372d70d5af75c6a16356|commit]], [[https://git.kernel.org/linus/f7cd4b412020e71ab4c248c908558c67248a8392|commit]], [[https://git.kernel.org/linus/bf6b3ccda3e6797c6b7b774726fe29a1c4602e95|commit]] * mediatek: Add MT8186 Chinchou [[https://lore.kernel.org/linux-kernel/20241212062046.22509-1-xiazhengqiao@huaqin.corp-partner.google.com/T/|(cover)]], [[https://git.kernel.org/linus/d49df8e014ee48fe81078c9c24c6b7c2b9c21c27|commit]], [[https://git.kernel.org/linus/5fbe5332623c0b3fe95b940f9a76cb0e09691395|commit]], [[https://git.kernel.org/linus/79ef2aae9fde746217c82a3c659e73fa2583774d|commit]], [[https://git.kernel.org/linus/0f9a4f02a878dc330d2654eaecb3698aa4ff4fcb|commit]] * Add support for starmie chromebooks [[https://lore.kernel.org/lkml/20241129055720.3328681-1-wmacek@chromium.org/T/|(cover)]], [[https://git.kernel.org/linus/c31f6c2f25586557bc586a9b3713bd7473e0cac3|commit]], [[https://git.kernel.org/linus/d926d78bc93b1bfe18bc1cf80e66e1a0e38297ce|commit]] * Support 2024 dpisa extensions [[https://lore.kernel.org/stable/20250107-arm64-2024-dpisa-v5-0-7578da51fc3d@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/064737920bdbca86df91b96aed256e88018fef3a|commit]], [[https://git.kernel.org/linus/47e4717eb6fc5fc7d5437bd096885e0e85d3cea3|commit]], [[https://git.kernel.org/linus/819935464cb2f72fff8dfbbf95cf2726d4a66388|commit]], [[https://git.kernel.org/linus/fd22af17a458d98c14cebd00091cebf69b954b40|commit]], [[https://git.kernel.org/linus/8600640d21cf90f3c5c4f06a5b214fbe4be9a74a|commit]] * Cca tsm module autoloading [[https://lore.kernel.org/linux-kernel/20241220181236.172060-1-jeremy.linton@arm.com/T/|(cover)]], [[https://git.kernel.org/linus/a1edec22457e6fabc5450a6eea7fdc0e1b6dab31|commit]] * Add samsung exynos driver [[https://lore.kernel.org/devicetree/20250115-acpm-v4-upstream-mbox-v7-0-948e09fcb5f2@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/56cf1209f61c08cb210d993434255efcb6a907a5|commit]], [[https://git.kernel.org/linus/fbf7e5ce408e0619072e84e93e875de52f2b5fa5|commit]], [[https://git.kernel.org/linus/06e6994f0361eac3f28c29474a0e256c44a4f91e|commit]] * X1p42100 bindings + common driver bits [[https://lore.kernel.org/linux-kernel/20241221-topic-x1p4_soc-v1-0-55347831d73c@oss.qualcomm.com/T/|(cover)]], [[https://git.kernel.org/linus/13dcb0eff18eb06455f879c796a34dbd0928213a|commit]], [[https://git.kernel.org/linus/5deec162b2a2a0117165d028f42d664a4456b3f8|commit]], [[https://git.kernel.org/linus/e7282bf8a0e9bb8a4cb1be406674ff7bb7b264f2|commit]], [[https://git.kernel.org/linus/6994c655e1252049007973fd641e6a26f94c420b|commit]] * coresight: Source filtering for multi-port output [[https://lore.kernel.org/linux-arm-msm/20241213100731.25914-1-quic_taozha@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/2a0bc219272b7b83916b108b1ec8cc656275e21b|commit]], [[https://git.kernel.org/linus/62374ce1876be26b3f33575680e67ca69a59db54|commit]], [[https://git.kernel.org/linus/ec9903d6cc34e61b77e609a0425e7a0a804fb95a|commit]], [[https://git.kernel.org/linus/56e14a21cee4ea6074b956a9ff2e406de5ad6548|commit]] * coresight: Add static trace id support [[https://lore.kernel.org/linux-arm-msm/20241121062829.11571-1-quic_jinlmao@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/d0a10da78cbfabcbc2eda87ac238bc03bb2b2c81|commit]], [[https://git.kernel.org/linus/fd9b7e8e9fbc23d69fa4accc881dea2cf13a2e2e|commit]], [[https://git.kernel.org/linus/f7d7454607cf863cc860e201636117e242d45fe0|commit]] * kvm/coresight: Support exclude guest and exclude host [[https://lore.kernel.org/linux-kernel/20250107113252.260631-1-james.clark@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/8ca19c40c47d80af369c222662445bbf593666b1|commit]], [[https://git.kernel.org/linus/2417218f2f234fd7880fb193ebf3ae5fcccfa29b|commit]], [[https://git.kernel.org/linus/38131c02a53ff691e4c496d65d2d087a5ed42bbf|commit]], [[https://git.kernel.org/linus/38138762faffeb923d9f49efbcc09884f1530786|commit]], [[https://git.kernel.org/linus/c382ee674c8b5005798606267d660cf995218b18|commit]], [[https://git.kernel.org/linus/a2b579c41fe9c295804abd167751f9fdc73c7006|commit]], [[https://git.kernel.org/linus/a665e3bc88081dd65642d83fc22a1abdb6a901bc|commit]], [[https://git.kernel.org/linus/054b88391bbe2e470c5484cb91622238314344fb|commit]], [[https://git.kernel.org/linus/aaf69eff6cdb8613ff1f6a520821f769dc92f969|commit]] * Add pps generators [[https://lore.kernel.org/linux-doc/20241108073115.759039-1-giometti@enneenne.com/T/|(cover)]], [[https://git.kernel.org/linus/86b525bed2758878e788c9fb6b8fb281fd61bdb0|commit]], [[https://git.kernel.org/linus/580afe4acbd40ddeca5f2edc2bca7f7ab6999fc8|commit]], [[https://git.kernel.org/linus/b14aea0ce0c78db53f2a42c8595d51c63cf0079a|commit]], [[https://git.kernel.org/linus/b3b9b3cccb32a6df2f3f9f3177b06de628939cb7|commit]] * Refactor the common parts to the hisilicon uncore pmu core and cleanups [[https://lore.kernel.org/lkml/20241210141525.37788-1-yangyicong@huawei.com/T/|(cover)]], [[https://git.kernel.org/linus/41729809ac8504abb7ac757105c6db2c2fbbc466|commit]], [[https://git.kernel.org/linus/f2368a209a713267b68f7a4906a5012a29925410|commit]], [[https://git.kernel.org/linus/83037a47d3aa5f3e35b0c02433a87806e9c34438|commit]], [[https://git.kernel.org/linus/6cd137088fdf02488ab29d11c64f66ac650ec1ad|commit]], [[https://git.kernel.org/linus/c192026ceea793a73d4b54ed46dc1cfeb21d3853|commit]], [[https://git.kernel.org/linus/32528b165ea1266ee25afe6a29be0107b3c5e76a|commit]], [[https://git.kernel.org/linus/8688c01e313d542124fae82e82c8d6d5c073899f|commit]], [[https://git.kernel.org/linus/3b051bb7cb4344d12b9b9b4974c77706462d4246|commit]], [[https://git.kernel.org/linus/4e15bcffa19acf15b6acb2cb3f4a1dd923ee4708|commit]], [[https://git.kernel.org/linus/f03241fbebdf47b9b435752f7e72d3f1e96e4529|commit]] * iommu/arm-smmu-qcom: Add SDM670 SMMU v2 [[https://lore.kernel.org/lkml/20241114004713.42404-4-mailingradian@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/87cafa082ce395ff8a28ab23ff97dfe108604bf2|commit]], [[https://git.kernel.org/linus/42314738906380cbd3b6e9caf3ad34e1b2d66035|commit]] * iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs [[https://lore.kernel.org/linux-kernel/20241212151402.159102-1-quic_bibekkum@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/ef4144b1b47dba61ebf19b9567013afdba5225dd|commit]], [[https://git.kernel.org/linus/445d7a8ed90e1725d148f2ce0f87d3ef3dd5f7ff|commit]], [[https://git.kernel.org/linus/7f2ef1bfc758f0f206eac863ff8ee417d5bb1493|commit]], [[https://git.kernel.org/linus/3e35c3e725de97f7870ef414cd5d6de7945d4fe7|commit]] * iommu/arm-smmu: Introduce ACTLR custom prefetcher settings [[https://git.kernel.org/linus/9fe18d825a5854f1ed6d6f91b45190d3a20f9f23|commit]] * Marvell odyssey uncore performance monitor support [[https://lore.kernel.org/lkml/20241108040619.753343-1-gthiagarajan@marvell.com/T/|(cover)]], [[https://git.kernel.org/linus/0045de7e8713db40eda6590aa5e7c1d1a0709200|commit]], [[https://git.kernel.org/linus/d950c381dce1dd69e3cf110df45c3bfcafdc9285|commit]], [[https://git.kernel.org/linus/5fcccba1183374c84f2b2392655c15ec4dbe41bc|commit]] * Updates to mlxbf-pmc [[https://git.kernel.org/linus/1b32401b52084d3b5b29c18b95dc0a8757cca132|commit]], [[https://git.kernel.org/linus/5efc800975d9a66cf7e7684c07d4c1928f025972|commit]], [[https://git.kernel.org/linus/8e3b3e1695ebf9bcb1814130550e6ddbf5798f28|commit]], [[https://git.kernel.org/linus/913240e47b414653d7801f6d04cffa9146a13396|commit]] * Implement cacheinfo support [[https://git.kernel.org/linus/a9ff94477836cb43d94efbd9a851213944800177|commit]] * arm_cspmu: nvidia: update event list and filter [[https://lore.kernel.org/linux-tegra/20241031142118.1865965-1-bwicaksono@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/ac4c52956f62700803754ffba906e42126273956|commit]], [[https://git.kernel.org/linus/5f7cd0dc98a658d6470bc738499e01172bc6007f|commit]], [[https://git.kernel.org/linus/ca26df4b1036bcad326170a6ddb5245f6d6e8d82|commit]], [[https://git.kernel.org/linus/bce61d5c57647ca4565847217fe811260cc60173|commit]] * KVM: Support for non-protected guest in protected mode, achieving near feature parity with the non-protected mode [[https://lore.kernel.org/linux-kernel/20241218194059.3670226-1-qperret@google.com/T/|(cover)]], [[https://git.kernel.org/linus/a1a1f1ff1f28d52deb39aa29b89663de2afefd67|commit]], [[https://git.kernel.org/linus/d4fc42a479c8e913fd61dbb432e67f35587c336a|commit]], [[https://git.kernel.org/linus/b35875d466ad3cb08866eac067cca0581d4293d7|commit]], [[https://git.kernel.org/linus/e94a7dea2972bd9a5ee3ed4312f7198370969407|commit]], [[https://git.kernel.org/linus/5398ddc5c90bd418b90d859e9267aa39399021af|commit]], [[https://git.kernel.org/linus/e279c25d78d6729e39a0221c98185bd0e7aa0c99|commit]], [[https://git.kernel.org/linus/c77e5181fed54b25d489eb7d2ccb5c1c72a1063c|commit]], [[https://git.kernel.org/linus/99996d575ee69d4327bad98a0148729b73dde23a|commit]], [[https://git.kernel.org/linus/f7d03fcbf1f482069e9afac55b17de3bd323b8f6|commit]], [[https://git.kernel.org/linus/d0bd3e6570aee42766e7bd884734ae078667ea1e|commit]], [[https://git.kernel.org/linus/72db3d3fbaa77ba649201c9e9f9d1a54fa76b217|commit]], [[https://git.kernel.org/linus/34884a0a4a53f9544f78e7e9556cb4d202e170d5|commit]], [[https://git.kernel.org/linus/26117e4c636c813be4fa31e9ec9410b7d02ced5c|commit]], [[https://git.kernel.org/linus/56ab4de37f4e13231e964cf7fa304818f791fea7|commit]], [[https://git.kernel.org/linus/76f0b18b3db57868fb0cabe691201aad3085b712|commit]], [[https://git.kernel.org/linus/0adce4d42f249b1701c136907055d9b12f8f6e1c|commit]], [[https://git.kernel.org/linus/e912efed485a4c50bdc3934ae647e257ef568ef6|commit]], [[https://git.kernel.org/linus/fce886a6020734d6253c2c5a3bc285e385cc5496|commit]] * Nested Virtualization support (FEAT_NV2 only) [[https://lore.kernel.org/lkml/20231120131027.854038-1-maz@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/2bfc654b89c4dd1c372bb2cbba6b5a0eb578d214|commit]], [[https://git.kernel.org/linus/111903d1f5b9334d1100e1c6ee08e740fa374d91|commit]], [[https://git.kernel.org/linus/3ed0b5123cd5a2a4f1fe4e594e7bf319e9eaf1da|commit]], [[https://git.kernel.org/linus/4d4f52052ba8357f1591cb9bc3086541070711af|commit]], [[https://git.kernel.org/linus/3606e0b2e462164bced151dbb54ccfe42ac6c35b|commit]], [[https://git.kernel.org/linus/60ce16cc122aad999129d23061fa35f63d5b1e9b|commit]], [[https://git.kernel.org/linus/2733dd10701abc6ab23d65a732f58fbeb80bd203|commit]], [[https://git.kernel.org/linus/9b9cce60be85e6807bdb0eaa2f520e78dbab0659|commit]], [[https://git.kernel.org/linus/d8bd48e3f0ee9e1fdba2a2e453155a5354e48a8d|commit]], [[https://git.kernel.org/linus/fedc612314acfebf506e071bf3a941076aa56d10|commit]], [[https://git.kernel.org/linus/164b5e20cdf6038f1b38867d2f6252ec6f10c356|commit]], [[https://git.kernel.org/linus/b9527b38c66730061c245e353dab42ef7dda33c6|commit]], [[https://git.kernel.org/linus/04ab519bb86df10bb8b72054fce9af1d72c36805|commit]], [[https://git.kernel.org/linus/4f128f8e1aaac189f83d0f828bcdb2986d8d2e51|commit]], [[https://git.kernel.org/linus/61e30b9eef7ffc7f88ffd95e969cfb662e41bb05|commit]], [[https://git.kernel.org/linus/fd276e71d1e7b7f729050f2da235a1e6fe4f328a|commit]], [[https://git.kernel.org/linus/ec14c272408af43d392f65f55e66f3b94fc61921|commit]], [[https://git.kernel.org/linus/b59dbb91f7636a89b54ab8fff756afe320ba6549|commit]], [[https://git.kernel.org/linus/4bad3068cfa9fc38dd767441871e0edab821105b|commit]], [[https://git.kernel.org/linus/cc45963cbf6334d2b9078f06efef9864639cddd0|commit]], [[https://git.kernel.org/linus/809b2e6013a51352e407c3071219f12ecceed47f|commit]], [[https://git.kernel.org/linus/dd0717a998f77f449c70bee82626cbf9913fe78d|commit]], [[https://git.kernel.org/linus/2cd2a77f9c32f1eaf599fb72cbcd0394938a8b58|commit]] * Add NV timer support [[https://lore.kernel.org/lkml/20241217142321.763801-1-maz@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/b59dbb91f7636a89b54ab8fff756afe320ba6549|commit]], [[https://git.kernel.org/linus/4bad3068cfa9fc38dd767441871e0edab821105b|commit]], [[https://git.kernel.org/linus/cc45963cbf6334d2b9078f06efef9864639cddd0|commit]], [[https://git.kernel.org/linus/2cd2a77f9c32f1eaf599fb72cbcd0394938a8b58|commit]], [[https://git.kernel.org/linus/338f8ea51944d02ea29eadb3d5fa9196e74a100d|commit]], [[https://git.kernel.org/linus/9b3b2f00291e1abd54bff345761a7fadd8df4daa|commit]], [[https://git.kernel.org/linus/b86fc215dc26d8e1bb274f0a7990b5deab740ac8|commit]], [[https://git.kernel.org/linus/c271269e3570766724820bcb76a144125dead272|commit]], [[https://git.kernel.org/linus/479428cc3dc99bbe28954b62b053b22accbfd1fd|commit]], [[https://git.kernel.org/linus/d1e37a50e1d781201768c89314532f6ab87e5a42|commit]], [[https://git.kernel.org/linus/0bc9a9e85fcf4ffb69846b961273fde4eb0d03ab|commit]], [[https://git.kernel.org/linus/affd1c83e090133a3d1750916c7911b20f8911c0|commit]] * coresight: Support exclude guest and exclude host [[https://lore.kernel.org/linux-kernel/20250107113252.260631-1-james.clark@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/8ca19c40c47d80af369c222662445bbf593666b1|commit]], [[https://git.kernel.org/linus/2417218f2f234fd7880fb193ebf3ae5fcccfa29b|commit]], [[https://git.kernel.org/linus/38131c02a53ff691e4c496d65d2d087a5ed42bbf|commit]], [[https://git.kernel.org/linus/38138762faffeb923d9f49efbcc09884f1530786|commit]], [[https://git.kernel.org/linus/c382ee674c8b5005798606267d660cf995218b18|commit]], [[https://git.kernel.org/linus/a2b579c41fe9c295804abd167751f9fdc73c7006|commit]], [[https://git.kernel.org/linus/a665e3bc88081dd65642d83fc22a1abdb6a901bc|commit]], [[https://git.kernel.org/linus/054b88391bbe2e470c5484cb91622238314344fb|commit]], [[https://git.kernel.org/linus/aaf69eff6cdb8613ff1f6a520821f769dc92f969|commit]] * nv: Advertise the lack of AArch32 EL0 support [[https://git.kernel.org/linus/e891432cf7171ab2054222e2ce4c94f8080b92e7|commit]] * Add support for zyxel ex3510-b [[https://lore.kernel.org/linux-kernel/20241009215454.1449508-1-CFSworks@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/0828ed4d9b2d9d48bb7a68785ec5aec33a952844|commit]], [[https://git.kernel.org/linus/5c1ae7729e7bf3c7dc4d36cae0133f04fd232747|commit]] * More surface laptop 7 features [[https://lore.kernel.org/linux-kernel/20241129-topic-sl7_feat2-v2-0-fb6cf5660cfc@oss.qualcomm.com/T/|(cover)]], [[https://git.kernel.org/linus/c1cd827bfbd766bf6ada5d0184486aaa6afd315c|commit]], [[https://git.kernel.org/linus/42034d232cac5402a28d04122a398c311ae532d6|commit]], [[https://git.kernel.org/linus/b16ee3d0cda492ded61f7224334e33eed986bd33|commit]] * perf vendor events arm64: Update N2/V2 events from source [[https://git.kernel.org/linus/7269846617a572163778bb565e948cfd61edf5f2|commit]] * perf vendor events arm64: Add FUJITSU-MONAKA pmu event [[https://git.kernel.org/linus/e5e34e999597df3d596ae7bea81aa8f4df4fbfb7|commit]] * perf arm-spe: Add support for SPE Data Source packet on AmpereOne [[https://git.kernel.org/linus/ccdc9e9c5ed7af44efaaf9039398998b5f239d64|commit]], [[https://git.kernel.org/linus/9e7a00ec6a8844b4e62eaa7383c837e14953460b|commit]] * X86 * (FEATURED) Context switch optimizations [[https://git.kernel.org/linus/209954cbc7d0ce1a190fc725d20ce303d74d2680|commit]], [[https://git.kernel.org/linus/2815a56e4b7252a836969f5674ee356ea1ce482c|commit]], [[https://git.kernel.org/linus/953753db887f9d70f70f61d6ecbe5cf209107672|commit]], [[https://git.kernel.org/linus/6db2526c1d694c91c6e05e2f186c085e9460f202|commit]] * ACPI: DPTF: Support Panther Lake [[https://lore.kernel.org/linux-pm/20241203075802.584741-1-rui.zhang@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/3fd3697ebfb49ee218416340b084208377ea081d|commit]] * Cpupower improvements on amd systems [[https://lore.kernel.org/linux-pm/20241218191144.3440854-1-superm1@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/dec2f97a1571ed28ddbadf4431afc5e5872a10df|commit]], [[https://git.kernel.org/linus/3f2eb7606eee37aea630c4b7aa42497bc36ca157|commit]], [[https://git.kernel.org/linus/6d4a2987f96b9f281b07286eeb1d4022054e1ecd|commit]], [[https://git.kernel.org/linus/26e16174f54d40a3774614c4d43966572ed79dc1|commit]], [[https://git.kernel.org/linus/5f567afc283fc9e7c6a34d013c4fc6c5e8d6afae|commit]], [[https://git.kernel.org/linus/acf71265e4c0289e23ee1b66fc0977478edea9a5|commit]], [[https://git.kernel.org/linus/8395d43949790f1671621975730a07c264ef3e6f|commit]] * intel: int340x: Panther Lake power floor and workload hint support [[https://git.kernel.org/linus/e50eeababa946d92f1669fd4d66a5f652b143b05|commit]], [[https://git.kernel.org/linus/b59bd75a4b0983d6bcd10987b32ea9b9042db88c|commit]] * Add amdxdna for AMD NPUs. The driver is based on Linux accel subsystem. NPU (Neural Processing Unit) is an AI inference accelerator integrated into AMD client CPUs. NPU enables efficient execution of Machine Learning applications like CNNs, LLMs, etc. NPU is based on AMD XDNA architecture [[https://lore.kernel.org/linux-kernel/20241118172942.2014541-1-lizhi.hou@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/cafb2c9c27e3d0c63eae3be71b516e0d40ce2bb3|commit]], [[https://git.kernel.org/linus/8c9ff1b181ba3d31d6b4a48606248b52180a7046|commit]], [[https://git.kernel.org/linus/b87f920b934426a24d54613f12ed67c03ae05024|commit]], [[https://git.kernel.org/linus/c88d3325ae69b30be7bb80080d211dbfced8003f|commit]], [[https://git.kernel.org/linus/be462c97b7dfd24999babe39cce3de224ebe1f80|commit]], [[https://git.kernel.org/linus/ac49797c1815d4f8f04b7053b2998c546283c89e|commit]], [[https://git.kernel.org/linus/aac243092b707bb3018e951d470cc1a9bcbaba6c|commit]], [[https://git.kernel.org/linus/bed4c73e59e8e32a3dd68a5ea755601ab000bf7b|commit]], [[https://git.kernel.org/linus/4fd4ca984b833a41f36bf7b2eaa9025377e310d0|commit]], [[https://git.kernel.org/linus/850d71f6bf4c2010efae845f9ff841cce902f22c|commit]] * Amd npu driver improvements [[https://lore.kernel.org/linux-kernel/20241213232933.1545388-1-lizhi.hou@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/273b5176ac178d0d890cc1785d3688dc6f8adf37|commit]], [[https://git.kernel.org/linus/a37d78470bcc8258a34237ec26c0abf0eb2ca4af|commit]], [[https://git.kernel.org/linus/f4d7b8a6bc8c92963876e8e1dbf73b4728445aa2|commit]], [[https://git.kernel.org/linus/b1dcfe620574b689ddd7a3297fad86b947f12a20|commit]], [[https://git.kernel.org/linus/03c318a0af96f1292e0e6fd0da92facb4f3a5c31|commit]] * Thunderbolt and dp altmode support for cros-ec-typec [[https://lore.kernel.org/linux-kernel/20241213233552.451927-1-abhishekpandit@chromium.org/T/|(cover)]], [[https://git.kernel.org/linus/8541bf0239b8509ecc1192b2e26768a36fd9c944|commit]], [[https://git.kernel.org/linus/100e257386595b3f1865ca8a991e2ba74f9701ff|commit]], [[https://git.kernel.org/linus/183b194d8fb62694e81c18e1faec9ad418f952e3|commit]], [[https://git.kernel.org/linus/5399a1bac6a8f67eb180ac900641c1836cc3c0dd|commit]], [[https://git.kernel.org/linus/5b2f3305a92f3864f07bd67bad7fcc8f0c7adaba|commit]], [[https://git.kernel.org/linus/dbb3fc0ffa95788e00e50ffc6501eb0085d48231|commit]], [[https://git.kernel.org/linus/3b00be26b16ad72c85624ada08cbae2d2c57b6e9|commit]], [[https://git.kernel.org/linus/1aede069816747609d45f02947440a8ad0c3490f|commit]] * platform * Updates to AMD PMC driver [[https://lore.kernel.org/platform-driver-x86/20241108070822.3912689-1-Shyam-sundar.S-k@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/83ad6974dd3bf34c080b3c08d36d02ebc3bd6da8|commit]], [[https://git.kernel.org/linus/0e914063ddd135407c0550b77a6f5bf779bf8384|commit]], [[https://git.kernel.org/linus/00a8d002432fbb955f48445857b2f5be6e93ccc3|commit]], [[https://git.kernel.org/linus/2851f4f8ed4e130d864c5478c6da933a4427ae52|commit]], [[https://git.kernel.org/linus/3279f7a6b7d42374897d3b818630602f0ff56521|commit]], [[https://git.kernel.org/linus/0b4c20ff2bca843a51a75ac53832a9b2f0645bc5|commit]], [[https://git.kernel.org/linus/e22fbf27a6bac33316aa378548126d3d3b145f60|commit]], [[https://git.kernel.org/linus/4aeca317803525f1303f6c478fc42e56bb038295|commit]], [[https://git.kernel.org/linus/382fe403dc317f3e38ddf508402af72e501aebf2|commit]], [[https://git.kernel.org/linus/c712e8fd9bf45facee3806feef139025c4997445|commit]] * acer-wmi: Various improvements [[https://lore.kernel.org/linux-kernel/20241210001657.3362-1-W_Armin@gmx.de/T/|(cover)]], [[https://git.kernel.org/linus/9741f9aa13f6dc3ff24e1d006b2ced5f460e6b6f|commit]], [[https://git.kernel.org/linus/287b3240fc8a06a14923019a6b3e697c6e693c93|commit]], [[https://git.kernel.org/linus/a11d8b37942d3c12a8a5f8ae30cbdeb069e5d819|commit]], [[https://git.kernel.org/linus/3b6f9c6505a34450a4dd5d9bbbe5cfec4718adb2|commit]], [[https://git.kernel.org/linus/f6bfa25c6665f8721421ea94fe506cc22f1d4b43|commit]] * acer-wmi: Improve platform profile handling [[https://lore.kernel.org/linux-kernel/20250113-platform_profile-v4-0-23be0dff19f1@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/2d76708c2221dde33d86aeef19f6d7d5f62148b4|commit]], [[https://git.kernel.org/linus/cd44e09bb89d4a33514b9ec3d972f0d2d13f5cfd|commit]], [[https://git.kernel.org/linus/61c461a90fbfc038d9663713f293d60fcb58c41d|commit]], [[https://git.kernel.org/linus/191e21f1a4c3948957adc037734449f4a965dec5|commit]], [[https://git.kernel.org/linus/549fcf58cf5837d401d0de906093169b05365609|commit]] * i2c-i801 / dell-lis3lv02d: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d [[https://lore.kernel.org/linux-i2c/20241209183557.7560-1-hdegoede@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/bdf0ea9d521c390c4d7bff254eafbe7712441292|commit]], [[https://git.kernel.org/linus/cc0809b752c74b768845f6e049b419c32d954a1a|commit]], [[https://git.kernel.org/linus/e21bff27f2061f75a51951104e16fac752c3b840|commit]], [[https://git.kernel.org/linus/1e4e3dff9e13e3d12d78cf742980ca731af80c7b|commit]] * hp-wmi: Add fan and thermal profile support for Victus 16-s1000 [[https://git.kernel.org/linus/6e4ab59b8391a248398951035b544f97fe5d9dc3|commit]] * Add support for the new phone link hotkey on thinkpads [[https://lore.kernel.org/linux-kernel/20241114173930.44983-1-illia@yshyn.com/T/|(cover)]], [[https://git.kernel.org/linus/1bebc7869c99d466f819dd2cffaef0edf7d7a035|commit]], [[https://git.kernel.org/linus/7ba618e893a4580b04fb883aaed3f00539c3c361|commit]] * x86-android-tablets: Add Bluetooth support for Vexia EDU ATLA 10 [[https://lore.kernel.org/platform-driver-x86/20241204204227.95757-1-hdegoede@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/981fd70a5ac4347368fa8a3329b7d67f1c567ee7|commit]], [[https://git.kernel.org/linus/f6728073baa172be6223512fffd72796de891536|commit]], [[https://git.kernel.org/linus/478b00a623d6c8ae23a1be7bcc96cb5497045cef|commit]], [[https://git.kernel.org/linus/a6593c5c50455852cd3b2b51e09bdec90b99738f|commit]], [[https://git.kernel.org/linus/c1007dd139b6f8b2b00ba7bdce32a94c3da34dbe|commit]], [[https://git.kernel.org/linus/dd6db239cb30ef1ccc0084a530839c9897009a6f|commit]], [[https://git.kernel.org/linus/7d28fb4d16fb8ad2309616ee3bdcdbf161c13dc5|commit]] * Vexia EDU ATLA 10 pwrsrc and battery support [[https://lore.kernel.org/platform-driver-x86/20241204193442.65374-1-hdegoede@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/0130ec83c5535b034a96284eb9f31b3b5373d207|commit]], [[https://git.kernel.org/linus/c78dd25138d104f94ddeab5248a5efe4504f205e|commit]] * amd/hsmp: Add support for HSMP protocol version 7 messages [[https://git.kernel.org/linus/836d0d7107e53e6479b60d32fb73bd5f7813e5d1|commit]] * Add new capabilities to pmf smart pc [[https://lore.kernel.org/linux-input/20241217151627.757477-1-Shyam-sundar.S-k@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/d1c444b47100d81a4b8c84aa3ac1c8159c22066a|commit]], [[https://git.kernel.org/linus/cce179c655dad321882110d93210f389add9fd2f|commit]] * intel: int340x: processor: Enable MMIO RAPL for Panther Lake [[https://git.kernel.org/linus/3cc83aeea0cd061e424f634da62dfcabe7fdd5c5|commit]] * powercap intel_rapl: Add support for Panther Lake platform [[https://git.kernel.org/linus/85a810f91d9bb9c4440cbe745643cec87642ae5c|commit]] * intel_idle: add Clearwater Forest SoC support [[https://git.kernel.org/linus/eeed4bfbe9b96214162a09a7fbb7570fa9522ca4|commit]] * x86: CPUID overhaul, fixes, and caching [[https://lore.kernel.org/linux-kernel/20241128013424.4096668-1-seanjc@google.com/T/|(cover)]], [[https://git.kernel.org/linus/ccf4c1d15d5a593bb3a50911ce3e8bb373feddc5|commit]], [[https://git.kernel.org/linus/4b027f5af907f8413a448939a99361532e1089ae|commit]], [[https://git.kernel.org/linus/85e5ba83c01641c22569a3cc3cf57761ebef1f5d|commit]], [[https://git.kernel.org/linus/ec3d4440b2c8c3f617252a5b9a65a5d81c6a34cb|commit]], [[https://git.kernel.org/linus/7520a53b8e0a53de4fb35557e712b0b4b6bc1e4d|commit]], [[https://git.kernel.org/linus/bf4dfc3aa875c082dd70b979417f0729a35969a0|commit]], [[https://git.kernel.org/linus/08833719e77041e331f6193878f1b944744b9068|commit]], [[https://git.kernel.org/linus/a2a791e8208623b1575f21c7ec559df095c0a96e|commit]], [[https://git.kernel.org/linus/01bcd829c63fdde92d9d6c32b2ed3ba34ead0930|commit]], [[https://git.kernel.org/linus/b0c3d6871778ea28b22761134fb399926782a1a6|commit]], [[https://git.kernel.org/linus/ac32cbd4dfc642b0bb8a10dd998246c86f19e326|commit]], [[https://git.kernel.org/linus/21d7f06d1a8364a57432ccc1e6167c73c043b913|commit]], [[https://git.kernel.org/linus/04cd8f8628d88da7839b1643db0bef8522c39254|commit]], [[https://git.kernel.org/linus/c829ccd4d9dc4a892e7c9ae032b87ac90ace2252|commit]], [[https://git.kernel.org/linus/af5366bea2cb9dfb5da2880e1dff544f87505300|commit]], [[https://git.kernel.org/linus/7b2658cb33c744ca41358ada2421a86774914764|commit]], [[https://git.kernel.org/linus/59cb3acdb316130c7247a3d3a20d7d6e75e2896a|commit]], [[https://git.kernel.org/linus/01d1059d635a101a21f145284e8023b0ffa5f7ed|commit]], [[https://git.kernel.org/linus/f21958e328a9e5813562bfb822e674833a3ca36b|commit]], [[https://git.kernel.org/linus/6416b0fb1660eb8bb73dc35dd5beb844646cb603|commit]], [[https://git.kernel.org/linus/96cbc766baf05daf5dbcfd17c605d821f10170be|commit]], [[https://git.kernel.org/linus/ccf93de484a33f8fe943734f3eed0f05004a48e9|commit]], [[https://git.kernel.org/linus/3cc359ca29adadb94f4551b0cf40bb2352c28361|commit]], [[https://git.kernel.org/linus/6eac4d99a9677a35947aa115bbc60266def40c3e|commit]], [[https://git.kernel.org/linus/264969b48a295e3fd89f01d3584a9f3cf6b47eb1|commit]], [[https://git.kernel.org/linus/46505c0f69f99cc8cf0b50842a35a49200db5144|commit]], [[https://git.kernel.org/linus/8d862c270bf14cb3e63ca84a9a51be77c9fa4e2a|commit]], [[https://git.kernel.org/linus/3d142340d717f5e246f65769bc1d211b62d03677|commit]], [[https://git.kernel.org/linus/5c8de4b3a5bc4dc6a1a8afd46ff5d58beebb6356|commit]], [[https://git.kernel.org/linus/6174004ebd2508556204255757fd77fbc10009f9|commit]], [[https://git.kernel.org/linus/8c01290bda1ab957c0b6d4640bdb351985a26123|commit]], [[https://git.kernel.org/linus/63d8c702c2d41d070c84d97069a71ade808f8054|commit]], [[https://git.kernel.org/linus/a5b32718081e5e2ddec1a1473a0e0f21bc35ed67|commit]], [[https://git.kernel.org/linus/285185f8e47973cb85e4e7e08994b341f73fb566|commit]], [[https://git.kernel.org/linus/8b30cb367c46a2aaf5426c8d48bfb91453b4e2d1|commit]], [[https://git.kernel.org/linus/136d605b43657d577c5aa181554f119f4b5aa3c2|commit]], [[https://git.kernel.org/linus/9be4ec35d6687a5b5b472f36ffd627aace24f30e|commit]], [[https://git.kernel.org/linus/9aa470f5ddb2aa8de152f72795b7dcd44a071b66|commit]], [[https://git.kernel.org/linus/2c5e168e5ce154592667a8e384012117c917d790|commit]], [[https://git.kernel.org/linus/7ea34578aea728819a2832b6556035050e25fcb7|commit]], [[https://git.kernel.org/linus/a7a308f863a1b82a2940ef4e8de0feef0a65403e|commit]], [[https://git.kernel.org/linus/ff402f56e8eb21d65c73e559fb5db5a00cedb14a|commit]], [[https://git.kernel.org/linus/d4b9ff3d55dede868f43c4541ba999c109dbadcb|commit]], [[https://git.kernel.org/linus/e592ec657d84acba6562b3bfbd699769dc54e294|commit]], [[https://git.kernel.org/linus/963180ae06373c9b0d16c23491bf3bcafef1900b|commit]], [[https://git.kernel.org/linus/cfd15745260929565bc53e16fed54f9e3276c7e1|commit]], [[https://git.kernel.org/linus/1f66590d7ff0bab04843fb89292e181c30d43e6c|commit]], [[https://git.kernel.org/linus/75d4642fce01308621851f2c097d8ea047c6d450|commit]], [[https://git.kernel.org/linus/820545bdfeb0192f2afb311df9fd9d61458d89d2|commit]], [[https://git.kernel.org/linus/8f2a27752e808f16f3baf1939a91c42966f22a08|commit]], [[https://git.kernel.org/linus/cbdeea032bfe24ad9ef13a0c476ada405316758d|commit]], [[https://git.kernel.org/linus/75c489e12d4b90d8aa5ffb34c3c907ef717fe38e|commit]], [[https://git.kernel.org/linus/3fd55b52279531c6211cb1037e929ea890fbeb59|commit]], [[https://git.kernel.org/linus/9b2776c7cf2bdfb6a68b121c4038e167247ad1b1|commit]], [[https://git.kernel.org/linus/0fea7aa2dc6a7095fa6acc00bff2aaa108635e63|commit]], [[https://git.kernel.org/linus/ac9d1b7591a22e63f66a8c596390eccf821885e8|commit]], [[https://git.kernel.org/linus/871ac338ef553faf8c1c2f71dc4636b35d176ef4|commit]] * KVM * Tdx mmu prep series part 1 [[https://lore.kernel.org/linux-kernel/20241222193445.349800-1-pbonzini@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/dca6c88532322830d5d92486467fcc91b67a9ad8|commit]], [[https://git.kernel.org/linus/9364789567f9b49279b138f7d124f0c6db1d6589|commit]], [[https://git.kernel.org/linus/3a4eb364a46d00b7b9f643011b4652bd7f4eecf2|commit]], [[https://git.kernel.org/linus/6961ab0bae5282de221fed5fc3e9db2b9180c4d6|commit]], [[https://git.kernel.org/linus/243e13e810c070785b85470c436cc174cf115a3b|commit]], [[https://git.kernel.org/linus/e23186da667d1573438c04d2f753440fbf223e59|commit]], [[https://git.kernel.org/linus/3fc3f71851129f9d7c6b8b192b6a81604a1cb2e3|commit]], [[https://git.kernel.org/linus/e84b8e4e4430d2a81a3464be8ebe5959da9a6d4a|commit]], [[https://git.kernel.org/linus/de86ef7bf50f181b29dcc1046e903ff1ca7eeb9f|commit]], [[https://git.kernel.org/linus/00d98dd4a855443b69cba050a0092dc958baae53|commit]], [[https://git.kernel.org/linus/fabaa76501485864725448d9da0f7a83254ead8f|commit]], [[https://git.kernel.org/linus/de1bf90488708104299639ae49961a9bd0b5a22f|commit]], [[https://git.kernel.org/linus/77ac7079e66d5ce45cd72b2790ca7dbaddd7aa2d|commit]], [[https://git.kernel.org/linus/94faba8999b95d86a2eba47d2d78925dc80f38ed|commit]], [[https://git.kernel.org/linus/a89ecbb56bc722a1ca7a11f5554ae3d8f1d73887|commit]], [[https://git.kernel.org/linus/df4af9f89cd853f7a06187dbbfd410fc6fd73bce|commit]], [[https://git.kernel.org/linus/2c3412e999738bfd60859c493ff47f5c268814a3|commit]] * Add secure tsc support for snp guests [[https://lore.kernel.org/linux-kernel/20250106124633.1418972-1-nikunj@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/8234177d2027e52126e40472fe5807f4e94b19a3|commit]], [[https://git.kernel.org/linus/864884a0c29cc610a859b5210158112fd8675fe1|commit]], [[https://git.kernel.org/linus/c5529418d05079384af4dbbb6f6156344c2ffce2|commit]], [[https://git.kernel.org/linus/1e0b23b5d2d18b2bd2c66d8214072d700a8c350d|commit]], [[https://git.kernel.org/linus/85b60ca9ad2c94661acf86a0c11278246cc5ea86|commit]], [[https://git.kernel.org/linus/0f0502b8865c0a4c402e73aeb0fb406acc19d0d2|commit]], [[https://git.kernel.org/linus/38cc6495cdec18a448b9e1de45fedce4118833a2|commit]], [[https://git.kernel.org/linus/eef679a4b52e35be3b4a982a7f42bcc16054ec62|commit]] * emulate: Avoid RET for FASTOPs [[https://lore.kernel.org/kvm/20241111115935.796797988@infradead.org/T/|(cover)]], [[https://git.kernel.org/linus/2116b349e29a2e9ba17ea2e45b31234e4b350793|commit]], [[https://git.kernel.org/linus/22c3d58079688b697f36d670616e463cbb14d058|commit]], [[https://git.kernel.org/linus/bf5febebd99fddfc6226a94e937d38a8d470b24e|commit]], [[https://git.kernel.org/linus/317f2a64618c528539d17fe6957a64106087fbd2|commit]], [[https://git.kernel.org/linus/18aa6118a1689b4d73c5ebbd917ae3f20c9c0db1|commit]], [[https://git.kernel.org/linus/f0cd57c35a75f152d3b31b9be3f7f413b96a6d3f|commit]], [[https://git.kernel.org/linus/a8a330dd9900024dc18b048c4f0f3c6ad22ff4c1|commit]], [[https://git.kernel.org/linus/06e24745985c8dd0da18337503afcf2f2fdbdff1|commit]], [[https://git.kernel.org/linus/e7a174fb43d24adca066e82d1cb9fdee092d48d1|commit]], [[https://git.kernel.org/linus/87116ae6da034242baf06e799f9f0e2a8ee6a796|commit]], [[https://git.kernel.org/linus/e7e0eb53c2f0f68fe2577472ce2802a4efd9d7ce|commit]] * Minor optimizations and cleanup to vaes code [[https://lore.kernel.org/linux-crypto/20241212212845.40333-1-ebiggers@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/3cae5a3c05b87917f2f6d58248be8ea4d1a2a705|commit]], [[https://git.kernel.org/linus/95791ccd112eddd1f31a2c7040122365add52a3f|commit]], [[https://git.kernel.org/linus/5b7981c1ca61ca7ad7162cfe95bf271d001d29ac|commit]], [[https://git.kernel.org/linus/d1bb1c32f945e70d2b31aad715d2e620833f55d1|commit]], [[https://git.kernel.org/linus/bd7e7df6e660ecc1e9c0d9d97215fc0732a9d7e1|commit]], [[https://git.kernel.org/linus/77a4b5675b0494bb47926cc63593378243778dfd|commit]], [[https://git.kernel.org/linus/68e95f5c6418ce1d0171fa756608a84170c56165|commit]], [[https://git.kernel.org/linus/3cd46a78eeee8f1be545492a9de6dc37cd7d69d9|commit]] * resctrl: mba_MBps enhancement [[https://lore.kernel.org/linux-doc/20241206163148.83828-1-tony.luck@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/2937f9c361f7a8b230cd599e4af5264798bf4ce7|commit]], [[https://git.kernel.org/linus/3b49c37a2f4657730dd38a050b9d221363889dea|commit]], [[https://git.kernel.org/linus/481d363748b2df881df21569f3697b3c7fcf8fc1|commit]], [[https://git.kernel.org/linus/2c272fadb58b590eb973c6c447b039f10631f5f7|commit]], [[https://git.kernel.org/linus/141cb5c482b38d7e494a207f881d0fe61e4848ef|commit]], [[https://git.kernel.org/linus/f5cd0e316f14d79c9eb0cf8fe7e60cee3a657aa8|commit]], [[https://git.kernel.org/linus/8e931105acae688ff0fc8f875a6c05e5aed8ab79|commit]], [[https://git.kernel.org/linus/faf6ef673787956ec4d33ac8bf56f8ea929abf37|commit]] * Add SEV-SNP support for a new instruction to read an RMP entry and for a segmented RMP table [[https://lore.kernel.org/linux-kernel/cover.1733172653.git.thomas.lendacky@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/3e43c60eb3e3779e88635d45400f7387ec732c07|commit]], [[https://git.kernel.org/linus/0cbc0258415814c86eb6db50237ae3d90fbf3b3d|commit]], [[https://git.kernel.org/linus/4972808d6f4a2b4c10eb3035d769f2e1a003da2f|commit]], [[https://git.kernel.org/linus/e2f3d40df82eeb70f6c3602418bca63c54183776|commit]], [[https://git.kernel.org/linus/ac517965a5a12d685f1e7a7f77e64503167f87d5|commit]], [[https://git.kernel.org/linus/0f14af0d1d7df0086b1be98d2cea1cad4b8c826f|commit]], [[https://git.kernel.org/linus/8ae3291f773befee8fdeae11b0b1b5d380e4dfb6|commit]], [[https://git.kernel.org/linus/21fc6178e92070523e70fc5db59ac83806d269d6|commit]] * Remove duplicate microcode version matching infrastructure [[https://lore.kernel.org/linux-kernel/20241206193829.89E12D0B@davehans-spike.ostc.intel.com/T/|(cover)]], [[https://git.kernel.org/linus/b8e10c86e674eb19e0e53dcf4fa3e71cba1e0c1c|commit]], [[https://git.kernel.org/linus/85b08180df07b9a5984b15ae31d76b904d42a115|commit]], [[https://git.kernel.org/linus/3fa5626720c0948ce067306c4f6558d9ec86020c|commit]], [[https://git.kernel.org/linus/f3f3251526739bb975b97f840c56b3054dba8638|commit]], [[https://git.kernel.org/linus/5366d8965d35f0ea266c80e8970aa9527a9fee52|commit]] * bugs: Adjust SRSO mitigation to new features [[https://lore.kernel.org/linux-kernel/20241202120416.6054-1-bp@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/877818802c3e970f67ccb53012facc78bef5f97a|commit]], [[https://git.kernel.org/linus/716f86b523d8ec3c17015ee0b03135c7aa6f2f08|commit]], [[https://git.kernel.org/linus/1146f7429f610d51b886402f1f7a43faa08d814a|commit]] * Add rapl core energy counter support for amd cpus [[https://lore.kernel.org/linux-kernel/20241115060805.447565-1-Dhananjay.Ugwekar@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/2f2db347071a8736c2adcdbf2658ce532e0afc0a|commit]], [[https://git.kernel.org/linus/e4b444347795a1ecc083895582bc2e7f288a22e4|commit]], [[https://git.kernel.org/linus/1d5e2f637a94a8ca8c8a1e292dd98ee80aa92815|commit]], [[https://git.kernel.org/linus/8bf1c86e5ac828d7e8b44fe007bf3b14ac7f2b2d|commit]], [[https://git.kernel.org/linus/cd29d83a6d815bf8472c9aa3cdd1dcb89cc4c419|commit]], [[https://git.kernel.org/linus/eeca4c6b2529ff41a10519952bf988c0f3605353|commit]], [[https://git.kernel.org/linus/abf03d9bd20cf55ebdc4c7f0955d21759aeb0523|commit]], [[https://git.kernel.org/linus/bdc57ec7054842e5cb3b0a2da87b0e73075a96e6|commit]], [[https://git.kernel.org/linus/54d2759778c1ebd66ee42fac93acf0c2cbf4217c|commit]], [[https://git.kernel.org/linus/b4943b8bfc41ddd3796f3b87e1efa71a0c689f22|commit]] * apic: Remove "disablelapic" cmdline option [[https://git.kernel.org/linus/13148e22c151e871c1c00bab519f39cc6f6ea37a|commit]] * perf: Support more units on Granite Rapids [[https://git.kernel.org/linus/3f710be02ea648001ba18fb2c9fa7765e743dec2|commit]], [[https://git.kernel.org/linus/6d642735cdb6cdb814d2b6c81652caa53ce04842|commit]] * perf/intel: Support RDPMC metrics clear mode [[https://git.kernel.org/linus/0e45818ec1896c2b4aee0ec6721022ad625ea531|commit]] * sched: Dynamic ITMT core ranking support and some yak shaving [[https://lore.kernel.org/lkml/20241223043407.1611-1-kprateek.nayak@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/2f6f726bdda5f24227de10bc599038e0ca0d65f4|commit]], [[https://git.kernel.org/linus/fc1055d5334f1808e3e445592a83f31624b953f1|commit]], [[https://git.kernel.org/linus/d04013a4b21bd5a4e10c42f71ed1e5e299cacdfe|commit]], [[https://git.kernel.org/linus/537e247879589f6bace747e3479e4abf42dbbbdc|commit]], [[https://git.kernel.org/linus/e1bc02646527fc1ed74f00eb599b2b74d49671c7|commit]], [[https://git.kernel.org/linus/0ac1ee9ebfb7fa2af4a267fe0e8fa275ba8ec6fc|commit]], [[https://git.kernel.org/linus/3229adbe787534b43430f92e10175c9b77f2d27c|commit]] * int340x: processor: Enable MMIO RAPL for Panther Lake [[https://git.kernel.org/linus/3cc83aeea0cd061e424f634da62dfcabe7fdd5c5|commit]] * RISCV * Add support for xtheadvector [[https://lore.kernel.org/linux-kselftest/20241113-xtheadvector-v11-0-236c22791ef9@rivosinc.com/T/|(cover)]], [[https://git.kernel.org/linus/e576b7cb818343e2dc740185fbea6af580763dde|commit]], [[https://git.kernel.org/linus/bf6279b38a4bbdb2954c3d159523d41367763a48|commit]], [[https://git.kernel.org/linus/ce1daeeba600a79b776864f12d19e799f1eb124f|commit]], [[https://git.kernel.org/linus/cddd63869f9214f2bc5c4b89a8ea1bd0ff4d89c5|commit]], [[https://git.kernel.org/linus/377be47f90e411c10440650864d72d2ecb639bd7|commit]], [[https://git.kernel.org/linus/66f197785d515d3fe5257ed65e189e4ee0b9b4e3|commit]], [[https://git.kernel.org/linus/b9a9314424512e536db5e54ff554c2f10759c657|commit]], [[https://git.kernel.org/linus/01e3313e34d0e3912a7031c217367df051603149|commit]], [[https://git.kernel.org/linus/d863910eabaffc68eb28aaf476dd870fc3f7197d|commit]], [[https://git.kernel.org/linus/a5ea53da65c588339890c825e63c0da5baef6897|commit]], [[https://git.kernel.org/linus/7fa00fd6ff5366b50dcba2525b9743e1612da2aa|commit]], [[https://git.kernel.org/linus/57d7713af93e4b7344d3022fad9ddf0f10f815ec|commit]], [[https://git.kernel.org/linus/c384c5d4a2aed5b6a10de1fcc2f5b46ad4aeeea8|commit]], [[https://git.kernel.org/linus/4bf97069239bcfca9840936313c7ac35a6e04488|commit]] * Add initial support for spacemit k1 [[https://lore.kernel.org/linux-serial/20240730-k1-01-basic-dt-v5-0-98263aae83be@gentoo.org/T/|(cover)]], [[https://git.kernel.org/linus/7cf3e9bfc63db5a9b3e83cd5d26d11061e31afc5|commit]], [[https://git.kernel.org/linus/16c9147e6a6c6342f4b1f9909b8f914f6e4adcab|commit]], [[https://git.kernel.org/linus/244fe889b950fe97945abafc70bbf3254babf929|commit]], [[https://git.kernel.org/linus/e5164af2a2fe67cca0186932b2aff93f4c3ed99d|commit]], [[https://git.kernel.org/linus/562272a287d5633dfdffaae43dcd25244635cc74|commit]], [[https://git.kernel.org/linus/dfe6d083edff9f577f2e3db02fe5a838118fc0ac|commit]], [[https://git.kernel.org/linus/8814aa123adb373f66025cda80da94b59e849313|commit]], [[https://git.kernel.org/linus/d8fe64691955a792c34e19f16b09e63376554969|commit]], [[https://git.kernel.org/linus/d60d57ab6b2a803b17b6f2aa78abd9487a9ece36|commit]], [[https://git.kernel.org/linus/21bef40ad121b5b5bfab39803f175e3b3ba465fd|commit]] * KVM: SBI system suspend support [[https://lore.kernel.org/lkml/20241017074538.18867-4-ajones@ventanamicro.com/T/|(cover)]], [[https://git.kernel.org/linus/023c15151fbb65f8dde23e28af1d6d4382404d58|commit]], [[https://git.kernel.org/linus/cc57f6cbef65c796a5661decaeffe3f5de397d19|commit]] * KVM: Allow Svvptc/Zabha/Ziccrse exts for guests [[https://lore.kernel.org/kvm/cover.1732854096.git.zhouquan@iscas.ac.cn/T/|(cover)]], [[https://git.kernel.org/linus/0f891585971648a07e8b0c155e5b3eb697601d9d|commit]], [[https://git.kernel.org/linus/679e132c0ae2c34b425f32fb1a59fc04c6dc87cb|commit]], [[https://git.kernel.org/linus/79be257b579e72ae7c5aeb942700a449d467405f|commit]], [[https://git.kernel.org/linus/144dfe4017bfe13cc2d459c2c4a7a4dc832c100c|commit]] * Collect guest/host statistics during the redirected traps [[https://lore.kernel.org/linux-kernel/20241224-kvm_guest_stat-v2-0-08a77ac36b02@rivosinc.com/T/|(cover)]], [[https://git.kernel.org/linus/51c58956732bb20c5782dea1b2966270827e3aa2|commit]], [[https://git.kernel.org/linus/2f15b5eaff79b70b004b0aae79dee62d3b3abda0|commit]], [[https://git.kernel.org/linus/af79caa83f6aa41e9092292a2ba7f701e57353ec|commit]] * iommu: Add platform msi support [[https://lore.kernel.org/lkml/20241112133504.491984-3-ajones@ventanamicro.com/T/|(cover)]], [[https://git.kernel.org/linus/d5f88acdd6ff84607043a6845b81e4be148f9fd9|commit]] * S390 * kdump support for virtio-mem on s390 [[https://lore.kernel.org/linux-kernel/20241204125444.1734652-1-david@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/cdbc69716ff3a126cef43154742858e1caffa858|commit]], [[https://git.kernel.org/linus/2083dfe45e83336fafb92f689d6d4b873ad9872d|commit]], [[https://git.kernel.org/linus/0f3b1c40c65262a216fb459fd375f39442a5138b|commit]], [[https://git.kernel.org/linus/8e386957cc2d1fb67b65937c771140c1c47445b1|commit]], [[https://git.kernel.org/linus/819403c893551c5e93bf9087d334e01bcab5c6b9|commit]], [[https://git.kernel.org/linus/e017b1f4aa4eb887ee85fe13862206c0d31344b4|commit]], [[https://git.kernel.org/linus/e29e9acae06dc28ca8dbf3db976e09787e610dc8|commit]], [[https://git.kernel.org/linus/7ad4d1f6e6ef967cd24c6275d8d4056045c019c1|commit]], [[https://git.kernel.org/linus/a9403425b3cf704ab79eeb2c19cf00b2a3462834|commit]], [[https://git.kernel.org/linus/fe1d79dc54ac4f599a8739e4e6f6082ea5629006|commit]], [[https://git.kernel.org/linus/c6a8239a9eddf38137797292ed75432957a37a14|commit]], [[https://git.kernel.org/linus/212c3a85133332d776449fad3b9150c8d927f0fd|commit]] * boot: Add support for boot messages loglevels [[https://git.kernel.org/linus/d538fdc49a7d7dd068fc29bcc6093e8dd45abbd9|commit]] * boot: Add bootdebug option to control debug messages [[https://git.kernel.org/linus/d20d8e51338fc39aedf98786a4e9b71d4af4bda7|commit]] * boot: Add physmem tracking debug support [[https://git.kernel.org/linus/9688b17b4a3e608c35b22028e37641d3512faafe|commit]] * boot: Add startup debugging support [[https://git.kernel.org/linus/ec6f9f7e5bbf983323d53b66e8a76d699d26736c|commit]] * boot: Add vmem debugging support [[https://git.kernel.org/linus/418b4d5e617ad0a4c532496ea86f7fb28de9fd95|commit]] * diag: Add memory topology information via diag310 [[https://git.kernel.org/linus/0d30871739ab433e114b0058f08b6b1c7b816f7e|commit]] * LOONGARCH * KVM: Add hypercall service support for usermode VMM [[https://git.kernel.org/linus/2737dee1067c2fc02256b2b15dab158c5e840568|commit]] * Add debugfs entries to switch sfb/tso state [[https://git.kernel.org/linus/04816c1507b46baccd17a4bc948440b3634d5d13|commit]] * irqchip/loongarch-avec: Add multi-nodes topology support [[https://git.kernel.org/linus/2af257388473298898d71313cfa6092b572f2602|commit]] * OPENRISC * Add openrisc restartable sequences support [[https://lore.kernel.org/linux-kernel/20250110102248.3295944-1-shorne@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/7ce8716e2769dc08eccdf2b9385db6b0346d2f0d|commit]], [[https://git.kernel.org/linus/ca46ebffc2d2b243cc213d444e2a440489ecd4bc|commit]], [[https://git.kernel.org/linus/ea1413e5b53a8dd4fa7675edb23cdf828bbdce1e|commit]] * POWERPC * Enable lazy preemption [[https://lore.kernel.org/linux-kernel/20241116192306.88217-1-sshegde@linux.ibm.com/T/|(cover)]], [[https://git.kernel.org/linus/00199ed6f2ca6601b2c5856fac64132303d9437a|commit]], [[https://git.kernel.org/linus/eda86a41a1c7700757c9217f74b9d57431c3e5f4|commit]] * Mpc83xx cleanup and lancom nwapp2 board [[https://lore.kernel.org/linux-gpio/20250102-mpc83xx-v1-0-86f78ba2a7af@posteo.net/T/|(cover)]], [[https://git.kernel.org/linus/b7c1336e2ecaba2faccebaa98dbff64d57c31727|commit]], [[https://git.kernel.org/linus/5d4bc4bd41261e5630cdd76639e9c8329ab4f4e5|commit]], [[https://git.kernel.org/linus/65b3aacff639e4670533042c587498196d036a03|commit]] = Drivers = == Graphics == * amdgpu * Dc patches december 20, 2024 [[https://lore.kernel.org/lkml/20241220214855.2608618-1-Roman.Li@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/86f955b7934612faaeafdb0373c16ad472a0a8db|commit]], [[https://git.kernel.org/linus/149bacfe9c59e9ebf2815aaade2823676b4a6739|commit]], [[https://git.kernel.org/linus/f0aece43ee75b48cc6846a66973565ddcce59c91|commit]], [[https://git.kernel.org/linus/e79cba63de318faa80804701563e58d880c2c492|commit]], [[https://git.kernel.org/linus/3ed56d9e8f483994bc5697b59057ab2adf4750ed|commit]], [[https://git.kernel.org/linus/bce2dc009436c096641601385afcf085cfad4967|commit]], [[https://git.kernel.org/linus/a2b5668bdb3c4100c2cbd4af046eacc6dafa30c3|commit]], [[https://git.kernel.org/linus/10008a962b2d46e9672a89359d5740fa5c8fc9d7|commit]], [[https://git.kernel.org/linus/9a45ad15a1e26477fb870afb2b4d674c635cd57c|commit]], [[https://git.kernel.org/linus/d2916cf411e18b72a1325ea98a90cf0c9367e78c|commit]], [[https://git.kernel.org/linus/9c980a85de752af504b0c3fb5235d3c0d4599e95|commit]], [[https://git.kernel.org/linus/9eaf3abef7f7d69512aa4ae070ccad4b92229903|commit]], [[https://git.kernel.org/linus/5acacec88aa01ab31f40b5ee167e61826946b75f|commit]], [[https://git.kernel.org/linus/44063dbcdbd8abf172b8cc30e18d7e2948e9d699|commit]], [[https://git.kernel.org/linus/e8b19ffea957651b9eab296634115b72f95e86ca|commit]], [[https://git.kernel.org/linus/080950cbdd8309110eab93b76f0caf53be0d5120|commit]], [[https://git.kernel.org/linus/c7c703e433cebe9147ae7a7ed9e4247d797c7f00|commit]], [[https://git.kernel.org/linus/de5d7a8802eac4e22ed95d2d959907ebc4aad3ac|commit]], [[https://git.kernel.org/linus/787e7be0c9fb1202124dd3f2dea0d39738f91bee|commit]], [[https://git.kernel.org/linus/1619d4168b9797b80a2bc323f886f4181848acb3|commit]], [[https://git.kernel.org/linus/f765e7ce0417f8dc38479b4b495047c397c16902|commit]], [[https://git.kernel.org/linus/d7879340e987b3056b8ae39db255b6c19c170a0d|commit]], [[https://git.kernel.org/linus/79a57f9479de9c6fc3a8c4f50e7c853a134f9b41|commit]], [[https://git.kernel.org/linus/f6e09701c3eb2ccb8cb0518e0b67f1c69742a4ec|commit]], [[https://git.kernel.org/linus/7b4340576ef2bb1f28959fd8bc72d850752e61d5|commit]], [[https://git.kernel.org/linus/d566fc42c0d33fea79bd8896ae6e77df67ae1ac8|commit]], [[https://git.kernel.org/linus/1e36774f1664b758f7094095a91fd9ca2d32cf96|commit]], [[https://git.kernel.org/linus/da968c3ce459442e83b021d73417b9402c8b14c5|commit]] * Dc patches dec 13, 2024 [[https://lore.kernel.org/lkml/20241213155405.393252-1-Rodrigo.Siqueira@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/3f238a6bd28c613e9ffca0186c56e51e8e7de700|commit]], [[https://git.kernel.org/linus/55eeaaec0d5716efef2229bb2b5f262ba934f9a5|commit]], [[https://git.kernel.org/linus/12e4ec5d45fecc36efa932287c164f4059bfc8c9|commit]], [[https://git.kernel.org/linus/e823421d6c540dd9056886707b43764d701b89d7|commit]], [[https://git.kernel.org/linus/e56ad45e991128bf4db160b75a1d9f647a341d8f|commit]], [[https://git.kernel.org/linus/bb4090cda94fecb2b1fd9c7a25dd32dff03ac3f3|commit]], [[https://git.kernel.org/linus/be4e3509314af751f08677f428f93c306aaa2f8e|commit]], [[https://git.kernel.org/linus/b486bc9e878ca2577f47e72851ecbc467d8dec44|commit]], [[https://git.kernel.org/linus/5b0766f2de9211395e1374ebc5173e0cb60b8fd7|commit]], [[https://git.kernel.org/linus/57a793a74f3cc8e313166ea8d58f93e3c235dc4b|commit]], [[https://git.kernel.org/linus/1b0cbcf888543b88787ad147731160244bb993c9|commit]], [[https://git.kernel.org/linus/04d6273faed083e619fc39a738ab0372b6a4db20|commit]], [[https://git.kernel.org/linus/f9dfa31ff7aff4767d799ba9d29e8e1e9c25d48b|commit]], [[https://git.kernel.org/linus/95265e4b2b3a9e47b40ffaa6587f335e4aa0b549|commit]], [[https://git.kernel.org/linus/8488646966fe59ae9fca79af47895ff40adeb7ee|commit]], [[https://git.kernel.org/linus/83626efdce0be2eb80696110fe55e9290c72b1f1|commit]], [[https://git.kernel.org/linus/824ed4cb629c87b0b8aec997d3b7f6f77143ad25|commit]] * Dc patches jan 13 2025 [[https://lore.kernel.org/lkml/20250107152855.2953302-1-chiahsuan.chung@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/abc0ad6d08440761b199988c329ad7ac83f41c9b|commit]], [[https://git.kernel.org/linus/59fb2d0697de0fa9e48b98414420f5a59ca5583c|commit]], [[https://git.kernel.org/linus/7d8a4bffe5d1b9bb4fcba3fce0d2ccfb22c2cfca|commit]], [[https://git.kernel.org/linus/3606115ba8b888e6932725899518738d700d56d8|commit]], [[https://git.kernel.org/linus/00d53a0d8aa863d8202c932185bd7495766bd654|commit]], [[https://git.kernel.org/linus/63ab80d9ac0adae2066b140ec30481ba4648140d|commit]], [[https://git.kernel.org/linus/a04d9534a8a75b2806c5321c387be450c364b55e|commit]], [[https://git.kernel.org/linus/4a9a918545455a5979c6232fcf61ed3d8f0db3ae|commit]], [[https://git.kernel.org/linus/b6fcc3867d746c181d253b110236985b9b2ee2aa|commit]], [[https://git.kernel.org/linus/44cea2bb9c872594e538412eb9c780b391eb112c|commit]], [[https://git.kernel.org/linus/e2c4c6c10542ccfe4a0830bb6c9fd5b177b7bbb7|commit]], [[https://git.kernel.org/linus/3ea943991d09a8d5cdddec5356d2694bd8060f69|commit]], [[https://git.kernel.org/linus/c7ccfc0d4241a834c25a9a9e1e78b388b4445d23|commit]], [[https://git.kernel.org/linus/f5860c88cdfe7300d08c1aef881bba0cac369e34|commit]], [[https://git.kernel.org/linus/aa6713fa2046f4c09bf3013dd1420ae15603ca6f|commit]], [[https://git.kernel.org/linus/4caacd1671b7a013ad04cd8b6398f002540bdd4d|commit]], [[https://git.kernel.org/linus/92d100378c4b2e7f566518a1c60ce990a845ed26|commit]], [[https://git.kernel.org/linus/4e5a9bcc9b6aa3c11c7649c8e9727d662f069af8|commit]], [[https://git.kernel.org/linus/0f5ac8c8e2757f7b3f6084e439098970848538aa|commit]], [[https://git.kernel.org/linus/a2b5a9956269f4c1a09537177f18ab0229fe79f7|commit]], [[https://git.kernel.org/linus/ec6d8d49f44b4d0cbf8674f81374ea4df04228da|commit]], [[https://git.kernel.org/linus/230dced3e2b712017c03ce0afb3f8c48d8af20ee|commit]], [[https://git.kernel.org/linus/0ae47e971b9add8f7b8f8d55ac5f407f6f346758|commit]], [[https://git.kernel.org/linus/812a33a65d00e3d813f5ed2c9923569acd0b445c|commit]] * Minimum backlight overrides and implementation for amdgpu [[https://lore.kernel.org/linux-doc/20241111-amdgpu-min-backlight-quirk-v7-0-f662851fda69@weissschuh.net/T/|(cover)]], [[https://git.kernel.org/linus/22e5c7ae12145af13785e3ff138395d5b1a22116|commit]], [[https://git.kernel.org/linus/c2753b2471c65955de18cbc58530641447e5bfe9|commit]], [[https://git.kernel.org/linus/916ecc0db336768d80e14ef28a8c64a775274f95|commit]], [[https://git.kernel.org/linus/d80b5c5b9be6b2e1cdeaaeaa8259523b63cae292|commit]] * Add CEC notifier to amdgpu driver [[https://git.kernel.org/linus/7594874227e1b046e08799bd4d965494c861a573|commit]] * Add panic support for all dce/dcn [[https://lore.kernel.org/lkml/20241112213716.49355-1-alexander.deucher@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/fe151ed7af5425c424a5735ef9fa3d02c828be7f|commit]], [[https://git.kernel.org/linus/1fa5c5a3173581e22f01948aa9bed0251084c313|commit]], [[https://git.kernel.org/linus/98471006aecb20e1016f76354efa22889302abda|commit]], [[https://git.kernel.org/linus/b7a287fa0c22802529aa346527512b155a8378fe|commit]], [[https://git.kernel.org/linus/736692c3b7c072eb25d64ee5aca29bb525f3818f|commit]], [[https://git.kernel.org/linus/7e50642d41050c2182368171d5afb0543b38f379|commit]] * Add debug option to disable subvp [[https://git.kernel.org/linus/9d63fbf75158811bccd08c5ac9b2db70427c3e51|commit]] * gfx12: Add Cleaner Shader Support for GFX12.0 GPUs [[https://git.kernel.org/linus/19b7f7c721f62b899017a633277becce57c0a070|commit]] * Add amdgpu_vcn_sched_mask debugfs [[https://git.kernel.org/linus/de258d06fdab578b24c18756a6ed21a1b23db6d1|commit]] * Add initial support for sdma444 [[https://git.kernel.org/linus/968e3811c3e87d49bd644bb05cdffac2dbd89394|commit]] * Add initial support for gfx950 [[https://git.kernel.org/linus/0b58a55af5d48ce1a4c045853e7d5cd49a4b4e6b|commit]] * Add initial support for sdma444 [[https://git.kernel.org/linus/968e3811c3e87d49bd644bb05cdffac2dbd89394|commit]] * rockchip: Add driver for the new DSI2 controller [[https://lore.kernel.org/linux-kernel/20241209231021.2180582-1-heiko@sntech.de/T/|(cover)]], [[https://git.kernel.org/linus/0d6d86253fef1e6b1e38a54db14bcbea9d0d9ca4|commit]], [[https://git.kernel.org/linus/77889f2baadc856a26eef4ed601e5e277d0518b5|commit]], [[https://git.kernel.org/linus/9f1e1e14f59de8e5a62226840abecbcdbd50221a|commit]] * Add drm hdmi codec framework [[https://lore.kernel.org/linux-samsung-soc/20241224-drm-bridge-hdmi-connector-v10-0-dc89577cd438@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/6af45d7df1099ccac634b36f8cdfa32fbca8c1d1|commit]], [[https://git.kernel.org/linus/bb1d67bf82fbd2c550fa637e0b8a966ee81a293b|commit]], [[https://git.kernel.org/linus/baf616647fe6f857a0cf2187197de31e9bb17a71|commit]], [[https://git.kernel.org/linus/0beba3f9d366c6df10e5b080fc99c45ac17248ed|commit]], [[https://git.kernel.org/linus/c054aa1bf529a2fa13546b25231d16bb0fd87ca2|commit]], [[https://git.kernel.org/linus/ab716b74dc9dd4903b9006f473137e1aa624af56|commit]], [[https://git.kernel.org/linus/4b5a79d7f4d5c34120c6f2e8836bc8ad3a43594c|commit]], [[https://git.kernel.org/linus/9640f1437a88d8c617ff5523f1f9dc8c3ff29121|commit]], [[https://git.kernel.org/linus/b4fa0800760c20fe34318a1079687526fc323572|commit]], [[https://git.kernel.org/linus/2ea9ec5d2c207a41d523f8804053cee00fe50763|commit]] * bridge: ite-it6263: Support VESA-24 input format [[https://git.kernel.org/linus/919b1458ccfd33ead891fa4ad1e1d06016f5a20c|commit]] * etnaviv: add optional reset support [[https://git.kernel.org/linus/6bde14ba5f7ef59e103ac317df6cc5ac4291ff4a|commit]] * Add dp module in hibmc driver [[https://lore.kernel.org/linux-kernel/20250103093824.1963816-1-shiyongbang@huawei.com/T/|(cover)]], [[https://git.kernel.org/linus/057e77972556aed4a0f1eed7eeb85024d0a22ba1|commit]], [[https://git.kernel.org/linus/54063d86e0369f53f180137e5e889bc19cd9015b|commit]], [[https://git.kernel.org/linus/94ee73ee30208f3d92b2f2a4f7d3346ba56245bf|commit]], [[https://git.kernel.org/linus/587013d72c1a217ced9f42a9a08c8013052cabfc|commit]], [[https://git.kernel.org/linus/0ab6ea261c1fe4edbf4d99dfe65d8ebaae905092|commit]] * i915 * pps: include panel power cycle delay in debugfs [[https://git.kernel.org/linus/82c54741fc567497e105b7591cb90bae777a8b66|commit]] * Introduce a new boot logger to draw the kmsg on the screen [[https://lore.kernel.org/lkml/20241204160014.1171469-1-jfalempe@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/31fa2c1ca0b239f64eaf682f1685bbbd74fc0181|commit]], [[https://git.kernel.org/linus/eb30b4453e4c29bbe2ff855c08b13f332b3505aa|commit]], [[https://git.kernel.org/linus/25e2c2a3eff55683bbe77b108db2a7e389246666|commit]], [[https://git.kernel.org/linus/cd41b4489c27058570255fe0594a33c25e4bd209|commit]], [[https://git.kernel.org/linus/8a4b913df427b8f900bcc7849cc15a7b81628d57|commit]] * msm * Add display support for qcs615 platform [[https://lore.kernel.org/linux-kernel/20241210-add-display-support-for-qcs615-platform-v4-0-2d875a67602d@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/5902cd2212eb8718caf37280d010ce50723e0c57|commit]], [[https://git.kernel.org/linus/e9280f124b3cffc7d717b08622c066c7a5f6a388|commit]], [[https://git.kernel.org/linus/701da2861cbc2a60482f7454bfa2b13229d74f8a|commit]], [[https://git.kernel.org/linus/b8871563eb9617a10c14a698103c0292207797f6|commit]], [[https://git.kernel.org/linus/cb2f9144693b03801e9de0ea0df4caeb06eea513|commit]], [[https://git.kernel.org/linus/fbf937a89ad25ff38f6a636c63a20a00c6c19377|commit]], [[https://git.kernel.org/linus/8a570c93fb67bd40f07beb2b3960badcf6d7cec0|commit]] * msm/dpu: support virtual wide planes [[https://lore.kernel.org/linux-kernel/20241215-dpu-virtual-wide-v8-0-65221f213ce1@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/774bcfb731765d092992136b54c34958d7c64bea|commit]], [[https://git.kernel.org/linus/8c62a31607f6589545ef1c0a85f2924dee39430b|commit]], [[https://git.kernel.org/linus/d82c9281189d2b27642ede2760db495379503b86|commit]] * Expose uche_trap_base value via uapi [[https://lore.kernel.org/linux-arm-msm/20241203174011.731980-1-dpiliaiev@igalia.com/T/|(cover)]], [[https://git.kernel.org/linus/7a637e5e27a68fd52327a80136d5d0184c43888f|commit]] * adreno: add support for DDR bandwidth scaling via GMU [[https://lore.kernel.org/devicetree/20241217-topic-sm8x50-gpu-bw-vote-v6-0-1adaf97e7310@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/5b0619539c109325cdc516a2c1aded57262ec51b|commit]], [[https://git.kernel.org/linus/ff4a7f6bff527491b8a937ae4633b7066ce301f2|commit]], [[https://git.kernel.org/linus/8c1b9451d96b972d0c3b5a5df777dc21bf191b36|commit]], [[https://git.kernel.org/linus/7047e655a5679250fce9d8afac3f87c0bb4af621|commit]], [[https://git.kernel.org/linus/855e9d0fbb0aa1150d350b7185d840edd85dfb0e|commit]] * nouveau * Add command-line GSP-RM registry support [[https://git.kernel.org/linus/214c9539cf2f5a0116051dc8e2a36b0577383a5e|commit]], [[https://lore.kernel.org/lkml/20240212211548.1094496-2-ttabi@nvidia.com/T/|(cover)]] * panel * simple: Add Tianma TM070JDHG34-00 DT bindings and driver support [[https://lore.kernel.org/linux-kernel/20241216-tianma_tm070jdhg34-v2-0-0b319a0bac39@bootlin.com/T/|(cover)]], [[https://git.kernel.org/linus/0c8d3b4a0342c5feb6887d18efd1273d80530674|commit]], [[https://git.kernel.org/linus/bf6daaa281f7d11fcd91a68935142916afc51c53|commit]] * simple: add Multi-Inno Technology MI0700A2T-30 [[https://git.kernel.org/linus/465f127a50058ff3f32aa5e3098d9499ea63960e|commit]], [[https://git.kernel.org/linus/ba68e6906057584d1f5f5374c585d51f64252e49|commit]] * simple: add Multi-Inno Technology MI1010Z1T-1CP11 [[https://git.kernel.org/linus/523092f6891d8652ab26331a9f35dc8329322896|commit]], [[https://git.kernel.org/linus/958473e7ed69bb397eed816b88be28986f7951ad|commit]] * panfrost * Add GPU ID for MT8188 Mali-G57 MC3 [[https://git.kernel.org/linus/822ba16048a1d18c5e6db3d85d053ff31d403014|commit]] * renesas: * rz-du: Increase supported resolutions [[https://git.kernel.org/linus/226570680bbde0a698f2985db20d9faf4f23cc6e|commit]] * Add dsi/dp support for renesas r8a779h0 v4m and grey-hawk board [[https://lore.kernel.org/stable/20241217-rcar-gh-dsi-v5-0-e77421093c05@ideasonboard.com/T/|(cover)]], [[https://git.kernel.org/linus/6389e616fae8a101ce00068f7690461ab57b29d8|commit]], [[https://git.kernel.org/linus/bb5f268b7662469b47e9b518c2353803bc7f4ec9|commit]], [[https://git.kernel.org/linus/8fe1db6bd85072f6cae1913208400edcd92addbd|commit]], [[https://git.kernel.org/linus/3a7c9b42b464becfec9e98776b169f38f8520d8a|commit]], [[https://git.kernel.org/linus/a409a9058fe1feecbb123701172af0ea46b71f24|commit]], [[https://git.kernel.org/linus/c303814c38cde135b8e9a0696c3b505a3ef5123f|commit]], [[https://git.kernel.org/linus/7fc2adcddd929716539ad93594481799310d004b|commit]] * rockchip * vop2: add support for gamma LUT [[https://git.kernel.org/linus/4f537776340dab2b680a4d8554567f6884240d0b|commit]] * Add driver for the new DSI2 controller [[https://lore.kernel.org/linux-kernel/20241209231021.2180582-1-heiko@sntech.de/T/|(cover)]], [[https://git.kernel.org/linus/0d6d86253fef1e6b1e38a54db14bcbea9d0d9ca4|commit]], [[https://git.kernel.org/linus/77889f2baadc856a26eef4ed601e5e277d0518b5|commit]], [[https://git.kernel.org/linus/9f1e1e14f59de8e5a62226840abecbcdbd50221a|commit]] * Vop support for rk3576 [[https://git.kernel.org/linus/779964556c64cd3d76ddfeb34738ef78020fae84|commit]], [[https://git.kernel.org/linus/0ca953ac226eaffbe1a795f5e517095a8d494921|commit]], [[https://git.kernel.org/linus/7b256880fdb2d7f23393b87bb557090f049e686a|commit]], [[https://git.kernel.org/linus/c766998ba6df126ab6934d32ff2ff080316ec630|commit]], [[https://git.kernel.org/linus/df063c0b8ffbdca486ab2f802e716973985d8f86|commit]], [[https://git.kernel.org/linus/7e8a56c703c67bfa8d3f71a0c1c297bb1252b897|commit]], [[https://git.kernel.org/linus/77b1ccb2a27c7b3b118a03bf1730def92070d31b|commit]], [[https://git.kernel.org/linus/938fbb16aba8f7b88e0fdcf56f315a5bbad41aad|commit]], [[https://git.kernel.org/linus/77c5e7b623032502ee49fe7e7868eaca6786d7ed|commit]] * v3d * Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL [[https://git.kernel.org/linus/c6eabbab359c156669e10d5dec3e71e80ff09bd2|commit]] * vc4 * Add support for BCM2712 / Pi5 display hardware [[https://lore.kernel.org/linux-clk/20241025-drm-vc4-2712-support-v2-0-35efa83c8fc0@raspberrypi.com/T/|(cover)]], [[https://git.kernel.org/linus/56aa4c374dbf86d90b7c5aabdc8facbdd3321477|commit]], [[https://git.kernel.org/linus/8f2fc64773be829d763b3bb7161dd9913deae2a9|commit]], [[https://git.kernel.org/linus/62948c62abcaf697f98aad1e3291ba95b10c9c20|commit]], [[https://git.kernel.org/linus/6cfcbe548a3a5d28d3dcbefa9e19d6606db9bf16|commit]], [[https://git.kernel.org/linus/157f857bb634a5fe2317c59aa7f72624a41805ba|commit]], [[https://git.kernel.org/linus/f826b20438f48ac39d8d49c7c33658901d5c4fd1|commit]], [[https://git.kernel.org/linus/0d13a5c2db0a9f31565149059ab82d53f78ae8c5|commit]], [[https://git.kernel.org/linus/9a30145ace6fa58ccea5b5ee4ce8bff7742186d2|commit]], [[https://git.kernel.org/linus/626ffc5f87c7f653fd9a5fda1f11f4071a9e9570|commit]], [[https://git.kernel.org/linus/7687a12153d344b5d97a19f1e156a02da8d0d756|commit]], [[https://git.kernel.org/linus/9a9ef0da8659d3f96a057b135c007f1ef1482899|commit]], [[https://git.kernel.org/linus/0b1dbe82e051a6c0e360429a45fb3d8f52d57f7c|commit]], [[https://git.kernel.org/linus/66fbec83678178736686d856a97d24998b0a3285|commit]], [[https://git.kernel.org/linus/4013716de7cc40e07580280886310572f491835a|commit]], [[https://git.kernel.org/linus/fcd1465d222ca2af239437aab24ddd20add21362|commit]], [[https://git.kernel.org/linus/d60205bb6a9741c81413e7537919258def667d5d|commit]], [[https://git.kernel.org/linus/cf1c8f63f36e5eeabfb4bb5ebea2873f0fa96cd9|commit]], [[https://git.kernel.org/linus/99f34ea8942efb902d9bd36c03c0e11fea0bb632|commit]], [[https://git.kernel.org/linus/7dc41ea6c021ca5c393de9ad06227bcd3d077eec|commit]], [[https://git.kernel.org/linus/5aab428cfe588a8ea952684c60530dfff71b2b42|commit]], [[https://git.kernel.org/linus/fa9ccf01025b46fdc01b3d871155384c844118b5|commit]], [[https://git.kernel.org/linus/83c4f5947c032a94e044284117fe9f31c23f69ba|commit]], [[https://git.kernel.org/linus/b460e0072cbc2c2567f2a488f7c16a50b9601d8d|commit]], [[https://git.kernel.org/linus/b7b14b31c8866c2693e676921a8e528ec2bca216|commit]], [[https://git.kernel.org/linus/88c065c739db1370881c2fc613a88bc35f05a5ce|commit]], [[https://git.kernel.org/linus/3e048861c5ec9b4f1a863af0d5cbfa36030c2b39|commit]], [[https://git.kernel.org/linus/52b0a073167b3679f7dd754903d84dfdc8119211|commit]], [[https://git.kernel.org/linus/e511f8fc3b2786999987901dad94c1548e091040|commit]], [[https://git.kernel.org/linus/410cf8252e5c595dd7d20cb176359842c35bc4cb|commit]], [[https://git.kernel.org/linus/c911a66059a23e284dcfd00cf847368c0a2fa6c8|commit]], [[https://git.kernel.org/linus/4d85abb0fb8eac79375b88d4442cdfc624389bcc|commit]], [[https://git.kernel.org/linus/4af2cfc2ccdc57330cbd5da8c8dc8878f863763a|commit]], [[https://git.kernel.org/linus/e7d0b023955ae3cb25796e19d44a4d55b5ad58de|commit]], [[https://git.kernel.org/linus/568680a0c847cb0dee3e86d5265e7c3a55538ccf|commit]], [[https://git.kernel.org/linus/25d77bdd7df26caf59747349a81edb0c57aa0c00|commit]], [[https://git.kernel.org/linus/44839e2ac8ec585fda9f7abcc0d3aa5f6754b43c|commit]] * vkms * Reimplement line-per-line pixel conversion for plane reading [[https://lore.kernel.org/linux-doc/20241118-yuv-v14-0-2dbc2f1e222c@bootlin.com/T/|(cover)]], [[https://git.kernel.org/linus/22f16c50beb6b7c4e2744eb7ea998dae0d2cdbdc|commit]], [[https://git.kernel.org/linus/2f9741ac3b94c5f4418cd727d232ae0590b8ef1a|commit]], [[https://git.kernel.org/linus/b21b580e57924ce1e58cb15f96566f3a52af216d|commit]], [[https://git.kernel.org/linus/51091b4ab257887d9ab79d93078b7989abeeda6f|commit]], [[https://git.kernel.org/linus/d6dc39e495678d54a8125e1ae08b3ca35c306426|commit]], [[https://git.kernel.org/linus/cb6de83faa9049bf40e7dc6821d903016bec2337|commit]], [[https://git.kernel.org/linus/b52fd27356af947f80b0c0855691e42a4c02ee79|commit]], [[https://git.kernel.org/linus/1626f53717cd5396ad3ce062b5d5867925e87e76|commit]], [[https://git.kernel.org/linus/98efdd02e220fea84c1491012d7292749a71faeb|commit]] * xe * Add support for G2G communication [[https://lore.kernel.org/intel-xe/20241120000222.204095-1-John.C.Harrison@Intel.com/T/|(cover)]], [[https://git.kernel.org/linus/5a3b0df25d6a78098d548213384665eeead608c9|commit]], [[https://git.kernel.org/linus/a9f7b97ddae36d664d627b152d5c5a07b32ba816|commit]] * Handle crash notifications & drop default log verbosity [[https://lore.kernel.org/lkml/173120322365.1968445.13238357745231944666@2413ebb6fbb6/T/|(cover)]], [[https://git.kernel.org/linus/902de142150c84eaabcfee31f83c8693b40c13ca|commit]], [[https://git.kernel.org/linus/7d4d1c54c40ef8469ab46b9a6677f380f9b01e75|commit]] * uapi: Expose an unblock after N reports OA property [[https://git.kernel.org/linus/5637797add2af632a5d037044ab1b0b35643902e|commit]] * Add support for vf scheduling priority [[https://lore.kernel.org/lkml/20241106151301.2079-1-michal.wajdeczko@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/5bd3521d257073818cec6c41359b886e1ba648d2|commit]], [[https://git.kernel.org/linus/5a814e3ade40cf5c26dd496ea39c033929889604|commit]], [[https://git.kernel.org/linus/7dbed0fdb18ca10de6ef2e80b68fa764b250a1c1|commit]], [[https://git.kernel.org/linus/9d6aabe126b4a27e7b4e86ca1c1c568a7707fd2c|commit]], [[https://git.kernel.org/linus/f9b982fbb47be2e6aa824032fe07f5e4dece0019|commit]] * Add another PTL PCI ID [[https://git.kernel.org/linus/ae78ec0a52c448093fe19d5deb9972dc18f3d469|commit]] * Support pmt features in xe [[https://lore.kernel.org/lkml/20240912184210.914612-1-michael.j.ruhl@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/fc9aef4382c02774662da3d7e1de8ba224e04f80|commit]], [[https://git.kernel.org/linus/e92affc74cd8624a548b380af7364be037adef35|commit]], [[https://git.kernel.org/linus/045a513040cc0242d364c05c3791594e2294f32d|commit]], [[https://git.kernel.org/linus/0c45e76fcc6243723f1f90848170d6bcb4a5bc6c|commit]] * Devcoredump improvements [[https://lore.kernel.org/lkml/20241114022522.1951351-1-matthew.brost@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/10304796918a1d771f9bd187af6520eea0479bc1|commit]], [[https://git.kernel.org/linus/37aa19fa724548d84285a5e358c5ec179b4a43cc|commit]], [[https://git.kernel.org/linus/9a1fce9df46d8b0789666522d78ffe1495add270|commit]], [[https://git.kernel.org/linus/f62e6edfc11d30d07ce48d783da149dda4f7e78f|commit]], [[https://git.kernel.org/linus/990c29c2dd22e46395831bcff7b06a6ca9ee0573|commit]], [[https://git.kernel.org/linus/a54b0de7ed72ca8e0012061c580b8447973eb82e|commit]], [[https://git.kernel.org/linus/dbf670f13949249f09b872ae59aab2feb259ca5f|commit]] * Msi-x support [[https://lore.kernel.org/lkml/20241213072538.6823-1-ilia.levi@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/da889070be7b26b91e8b90f072687ca437d3ed7b|commit]], [[https://git.kernel.org/linus/21d07f5fdc903e36cfd7119bb19477c4d12dbb36|commit]], [[https://git.kernel.org/linus/f0d3a3cffd432bd756b25a630f7bd19c018f72ce|commit]] * Minimum backlight overrides and implementation for amdgpu [[https://lore.kernel.org/linux-doc/20241111-amdgpu-min-backlight-quirk-v7-0-f662851fda69@weissschuh.net/T/|(cover)]], [[https://git.kernel.org/linus/22e5c7ae12145af13785e3ff138395d5b1a22116|commit]], [[https://git.kernel.org/linus/c2753b2471c65955de18cbc58530641447e5bfe9|commit]], [[https://git.kernel.org/linus/916ecc0db336768d80e14ef28a8c64a775274f95|commit]], [[https://git.kernel.org/linus/d80b5c5b9be6b2e1cdeaaeaa8259523b63cae292|commit]] * panel-simple: support TOPLAND TIAN G07017 LCD panel [[https://lore.kernel.org/linux-kernel/20241218-topland-tian-g07017-v1-0-d5e411c199e3@pengutronix.de/T/|(cover)]], [[https://git.kernel.org/linus/bd2f80c16f33f5d2abde1e23bfc06dc637259a56|commit]], [[https://git.kernel.org/linus/3e743df4722c24f021143977335649a0f2e1311e|commit]] * xlnx: zynqmp: Add DP audio support [[https://lore.kernel.org/devicetree/20241023-xilinx-dp-audio-v4-0-5128881457be@ideasonboard.com/T/|(cover)]], [[https://git.kernel.org/linus/9367ab5d7ff75230534ee1d8d7e5a8365c36b014|commit]], [[https://git.kernel.org/linus/0e0ab2462fd3a4c44f03617a9e107ef8c754e05e|commit]], [[https://git.kernel.org/linus/3ec5c15793051c9fe102ed0674c7925a56205385|commit]] == Power Management == * Allow naming pmdomain idle states [[https://lore.kernel.org/linux-pm/20241130-topic-idle_state_name-v1-0-d0ff67b0c8e9@oss.qualcomm.com/T/|(cover)]], [[https://git.kernel.org/linus/11444fb6f2ed79f8ccaaf13e281957a2b6bbc360|commit]], [[https://git.kernel.org/linus/b04b981f3a842ef63e06048fafaa8d20c20334c6|commit]] * Efi stub cleanup work [[https://lore.kernel.org/linux-efi/20241220112214.2598872-9-ardb+git@google.com/T/|(cover)]], [[https://git.kernel.org/linus/144d52dd8fc83a082a275e1b663e7454d2b616a4|commit]], [[https://git.kernel.org/linus/c14bca3f7aa94fd8d3f5e621ce5b56535ef2396b|commit]], [[https://git.kernel.org/linus/60a34085c36d6eb292c1e03bc355b1aa3a74a689|commit]], [[https://git.kernel.org/linus/90534e689d2e52202c276ade5cf1dfc13d9e116f|commit]], [[https://git.kernel.org/linus/ad69b0b6f9954796875ee4faf6c16c9caca21999|commit]], [[https://git.kernel.org/linus/4e23c96b1fe1a13078209394a292efe06767f3a4|commit]] * Add support for binding acpi platform profile to multiple drivers [[https://lore.kernel.org/platform-driver-x86/20241206031918.1537-1-mario.limonciello@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/549de562d794a42bb647952e965e588390e16fe0|commit]], [[https://git.kernel.org/linus/7c63fe4dcd0ae08eda7fcb8c31d22ef33c591fe5|commit]], [[https://git.kernel.org/linus/6f5e63ddc333dae371be6f8a8f70a82043697a4c|commit]], [[https://git.kernel.org/linus/9b3bb37b44a317626464e79da8b39989b421963f|commit]], [[https://git.kernel.org/linus/4d5c027bf55661da2621c694ea39908ae2d3a46a|commit]], [[https://git.kernel.org/linus/585484003dedaa35ffc8d1ead3f3334af021dee7|commit]], [[https://git.kernel.org/linus/ab431a20756a0e755c91a5df78c8c70e0fbecd80|commit]], [[https://git.kernel.org/linus/55b1e68134bfa041960282fdefef7f3e56add703|commit]], [[https://git.kernel.org/linus/1f3ac55c2e65af30a37a460a1a7cc5c7eb74747d|commit]], [[https://git.kernel.org/linus/77be5cacb2c2d8c3ddd069f0b4e9408f553af1d8|commit]], [[https://git.kernel.org/linus/97cab71d712b4066e3807c3e33990d6ed7506c2d|commit]], [[https://git.kernel.org/linus/52a67be8ee274b14984df1a9f7ae157e11bc08ab|commit]], [[https://git.kernel.org/linus/d2785e39429a33966b010bcc89b169e93c6597f7|commit]], [[https://git.kernel.org/linus/e5fe5ddc38ffd389433032f9ab121774b6b2980a|commit]], [[https://git.kernel.org/linus/06ec24388f1de63a5d9b0dc1994bc2180d7ff6b8|commit]], [[https://git.kernel.org/linus/494637cf5bf098ac0fe125dd6d23368419fe9da4|commit]], [[https://git.kernel.org/linus/e836b7dfbabaa9d8a99b58ef0afa586f782d8e01|commit]], [[https://git.kernel.org/linus/70246f89c55fb1be0367a584000fd68502a0933f|commit]], [[https://git.kernel.org/linus/37a6853d83f8af1b68346b555a7dd78e2c7f10e5|commit]], [[https://git.kernel.org/linus/688834743d672b55ce357e11e34be835c78467e8|commit]], [[https://git.kernel.org/linus/dd7ba84afa0667c818d380605ab3e11440925287|commit]], [[https://git.kernel.org/linus/0056b0852c326cf21201661f68ab41002ae9a845|commit]] * Turbostat-2025.0202 for linux-6.14 [[https://lore.kernel.org/linux-pm/20250202171249.402610-1-lenb@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/e8a99af68c068865dbac7f3330e97bf8e96edf33|commit]], [[https://git.kernel.org/linus/6b47ed23e2f1bc2c177da47437970e6208ac9ea0|commit]], [[https://git.kernel.org/linus/75fd7ffa7fab91c2c3234bd3e465ba4f366733f4|commit]], [[https://git.kernel.org/linus/4133be39e216130a86382fb5cfbaf6851a6f7a45|commit]], [[https://git.kernel.org/linus/48c62ba1b407140229e92f5cfae6ae113fc4af8e|commit]], [[https://git.kernel.org/linus/cc63f89ef9db70f74c563317d36028bb5e6196a1|commit]], [[https://git.kernel.org/linus/3d94026af328d3d355d15c1d7fe73278f77c6a42|commit]], [[https://git.kernel.org/linus/05c14d8fd71b9c19391d0b4d65b1c1764e1c440f|commit]], [[https://git.kernel.org/linus/22a835282b6240f38097f479ae2194bbeb0181e4|commit]], [[https://git.kernel.org/linus/4a358ba215dfefe161b5904e51e48f5f0e82652f|commit]], [[https://git.kernel.org/linus/2f60f03934a50bc1fb69bb4f47a25cddd6807b0b|commit]], [[https://git.kernel.org/linus/debe797c1e972ebe434c90f3fa7f54d9cf7ab251|commit]], [[https://git.kernel.org/linus/1af5baeda512d0940748fdf9b559e1041dbab0cf|commit]], [[https://git.kernel.org/linus/7c6fee25bdf5c8f8a1bcc6fa3566fffb7fe9eb9a|commit]], [[https://git.kernel.org/linus/34537ddd208d614dbefeb97823ae1c79e7771588|commit]], [[https://git.kernel.org/linus/089134cb0502ba962bce9402ce96e0875876d401|commit]], [[https://git.kernel.org/linus/4265a86582eaa224d171328be0c71e2a7ccd194f|commit]], [[https://git.kernel.org/linus/16ce467875ef8572b82f9af30fcf7b2f65fc2e95|commit]], [[https://git.kernel.org/linus/83fbeb9f9776cd044d36af606127f56206337bab|commit]], [[https://git.kernel.org/linus/a80e53472209b1c749e02e91ac62c053ac457099|commit]], [[https://git.kernel.org/linus/1a202afeaa370970413846c2cb09b383875e753c|commit]], [[https://git.kernel.org/linus/b32c36975da48afc9089f8b61f7b2dcc40e479d2|commit]], [[https://git.kernel.org/linus/5499b5ac0b2c661cc37190a23a4aee9308b3d3ee|commit]], [[https://git.kernel.org/linus/5ce1e9bbb2a1d43cf9e613cb03e65ecdfd309fe9|commit]], [[https://git.kernel.org/linus/2c4627c8ced77855b106c7104ecab70837d53799|commit]] * ti_sci: collect and send low-power mode constraints [[https://lore.kernel.org/linux-kernel/20241206-lpm-v6-10-constraints-pmdomain-v6-0-833980158c68@baylibre.com/T/|(cover)]], [[https://git.kernel.org/linus/b5fc9453651d0aacaf412ae636d1960bd6a4a3d7|commit]], [[https://git.kernel.org/linus/9d8aa0dd3be4099019ce258c1635062aaf56b737|commit]], [[https://git.kernel.org/linus/b06bc47279919628b328710f7767ea7a18a68973|commit]] == Storage == * ubi: Implement ioctl for detailed erase counters [[https://git.kernel.org/linus/3156ceb222414456084d964f43ada071206039b8|commit]], [[https://git.kernel.org/linus/01099f635a4c68b8574d350a972ba062dd5142e9|commit]] * Wire up crc-t10dif library functions to arch-optimized code [[https://lore.kernel.org/linux-kernel/20241202012056.209768-1-ebiggers@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/be3c45b070cba3be4dd248b38d4798e3e2859451|commit]], [[https://git.kernel.org/linus/0961c3bcefa64d5f0999e2b703391862c733bb52|commit]], [[https://git.kernel.org/linus/21dda37f3f8b70dd3531bf388773f1b4c803a130|commit]], [[https://git.kernel.org/linus/ed4bc981d52b49c5d35bfc4cacdac98ff135add3|commit]], [[https://git.kernel.org/linus/1684e8293605062dee45a5e4118fe8db6cd0d9d9|commit]], [[https://git.kernel.org/linus/2051da858534a73589cdb27af914fe1c03b9ee98|commit]], [[https://git.kernel.org/linus/7439cfed1c41e5a1f3d095d3a4ffecdb13b279c4|commit]], [[https://git.kernel.org/linus/e47d9b1a76ed78d0d50491f6a7d8ef59e379f45c|commit]], [[https://git.kernel.org/linus/c14e85360969d7b0aaeab3915314787f3466c326|commit]], [[https://git.kernel.org/linus/87fe0a131001ebadda9970c6341cc05c5e417506|commit]], [[https://git.kernel.org/linus/db1fda2d4cd44234a77e134b79a7f03fdf3d8c8c|commit]], [[https://git.kernel.org/linus/72914faebaabd77d8a471af4662ca0b938011c49|commit]] * pm80xx: Increase reserved tags from 8 to 128 [[https://git.kernel.org/linus/b64004dbcd239d5eeac0b41c167a306291510d55|commit]] * lpfc: Add support for large fw object application layer reads [[https://git.kernel.org/linus/3103af831c8fb8177ffe766971aa74e0fcec1fe1|commit]] * fnic: Introduce support for fabric discovery and... [[https://lore.kernel.org/linux-kernel/20241212020312.4786-1-kartilak@cisco.com/T/|(cover)]], [[https://git.kernel.org/linus/d859d05ceb3dbb5b7c294b7073fef64507681901|commit]], [[https://git.kernel.org/linus/a63e78eb2b0f654b138abfc323f6bd7573e26145|commit]], [[https://git.kernel.org/linus/b5a57f153bdf772ed41ef286826cef7a1c52f433|commit]], [[https://git.kernel.org/linus/f828af44b8ddef3500fda70ef1f6daffe97db36b|commit]], [[https://git.kernel.org/linus/2c77081969ee00ec31abda0cf6a26bc269f12ab2|commit]], [[https://git.kernel.org/linus/09c1e6ab4ab2a107d96f119950dc330e446dc2b0|commit]], [[https://git.kernel.org/linus/098585aa8acab3fcd46ce908af84ef168f5ccab6|commit]], [[https://git.kernel.org/linus/9cf9fe2f3ec5dad8b459267a9e977c0b7811b3f8|commit]], [[https://git.kernel.org/linus/6335be1c5009f888367db095a0442cdb256980f8|commit]], [[https://git.kernel.org/linus/9243626c211e4d6f5add84c5a7b141e94a2e7222|commit]], [[https://git.kernel.org/linus/a8650a5eaaf123572a7b2d6b1fe9f6b000b6b6a6|commit]], [[https://git.kernel.org/linus/7e6886b705fd8b338dbd4b7492bd45f0259cc55f|commit]], [[https://git.kernel.org/linus/8d26bfcf1d2e829d37ef7f2b506b95e46f25f993|commit]], [[https://git.kernel.org/linus/53021c192cc55074eee744cb41dcdfb9318d1f80|commit]] * Nvme pci endpoint target driver [[https://lore.kernel.org/lkml/20250104045951.157830-1-dlemoal@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/30e77e0fbec6940ecc5c79ffe0f076c54cf5a8d9|commit]], [[https://git.kernel.org/linus/5d4f4ea8fa2992eaf7040aab2f87e8dc849387fd|commit]], [[https://git.kernel.org/linus/15e9d26445441a0c05ee14bef7ba752088f66a0c|commit]], [[https://git.kernel.org/linus/1ee4531054863eeba38cc0e94ac9c23560a83e96|commit]], [[https://git.kernel.org/linus/35c593e5303c7f1f389728b4115cfd0f4d8c30ae|commit]], [[https://git.kernel.org/linus/200adac75888182c09027e9b7852507dabd87034|commit]], [[https://git.kernel.org/linus/6202783184bf063c57efb8d83ce0adaf8da11090|commit]], [[https://git.kernel.org/linus/43043c9b97258a008b3402cfbbf1c5d82151c77f|commit]], [[https://git.kernel.org/linus/1eb380caf5275bba1d3d6182dde1fd740f331743|commit]], [[https://git.kernel.org/linus/60d3cd856114cb51f2f0ba6570d25085c55671f8|commit]], [[https://git.kernel.org/linus/1ad8630ffa95ae48b2a9a079d124de452569f2f8|commit]], [[https://git.kernel.org/linus/08461535a9cd9757dadbae0ee3f3bbdd6e66ba09|commit]], [[https://git.kernel.org/linus/2f2b20fad973d00169d24f5338eb1bf0a42e8218|commit]], [[https://git.kernel.org/linus/89b94a6cbeff4f184fc1ec3b9563b371ee617511|commit]], [[https://git.kernel.org/linus/f1ecd491b6e71d598172f29d9c6c8735b81d2566|commit]], [[https://git.kernel.org/linus/a0ed77d4c9a7745ac5dca35d563d6096787ae942|commit]], [[https://git.kernel.org/linus/0faa0fe6f90ea59b10d1b0f15ce0eb0c18eff186|commit]], [[https://git.kernel.org/linus/002ec8f1c69d3722a033eaf45102ba747ae80e94|commit]] * Deprecate cxl and cxlflash drivers [[https://lore.kernel.org/linux-kernel/20241210054055.144813-1-ajd@linux.ibm.com/T/|(cover)]], [[https://git.kernel.org/linus/5731d41af924b764f32532d39d37a15f669c1e01|commit]], [[https://git.kernel.org/linus/f117051514c33c43b7e0c517e0ae9e0189e884da|commit]] * libahci_platform: support non-consecutive port numbers [[https://git.kernel.org/linus/8c87215dd3a2c814dcffc0bafe8c80c8f98f2574|commit]] * nvme: introduce nvme-multipath document [[https://git.kernel.org/linus/80568f479b65a2d3e85125a20a51af09e1cc7ea8|commit]] == Networking == * Bluetooth * btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x [[https://git.kernel.org/linus/a6587d7ed2cd8341f8a92112ac772f2c44f09824|commit]] * btusb: Add MT7921e device 13d3:3576 [[https://git.kernel.org/linus/4259cdbfc7cee53f4e9bbc4fffd7d0d2d73b26ba|commit]] * btusb: Add RTL8851BE device 13d3:3600 [[https://git.kernel.org/linus/181a2631a3144cd79e40ec5c77e7153085310dd3|commit]] * btusb: Add new VID/PID 13d3/3610 for MT7922 [[https://git.kernel.org/linus/45e7d389bf2e52dfc893779c611dd5cff461b590|commit]] * btusb: Add new VID/PID 13d3/3628 for MT7925 [[https://git.kernel.org/linus/f63f401130e5c5cd0dd2f18c9df967ab75cd4732|commit]] * btusb: add sysfs attribute to control USB alt setting [[https://git.kernel.org/linus/b16b327edb4d030fb4c8fe38c7d299074d47ee3f|commit]] * RDMA * bnxt_re: Support for FW async event handling [[https://lore.kernel.org/linux-rdma/20250106095349.2880446-1-kalesh-anakkur.purayil@broadcom.com/T/|(cover)]], [[https://git.kernel.org/linus/184fe6f2382babdc63f07315c8accea258476070|commit]], [[https://git.kernel.org/linus/7fea327840683ebec5632cf2c942ed1940ef63bf|commit]], [[https://git.kernel.org/linus/c0ad30eddc2858b97024527ffff1704306ac8fae|commit]], [[https://git.kernel.org/linus/51dc5312dcd929efea7647c0c0e75afa461531b5|commit]] * Support link status events dispatching in ib_core [[https://lore.kernel.org/linux-kernel/20241122105308.2150505-1-huangjunxian6@hisilicon.com/T/|(cover)]], [[https://git.kernel.org/linus/0c039a57b68dfb1dd49dfc16240791086d8e57ad|commit]], [[https://git.kernel.org/linus/1fb0644c3899b2f857b11037b19ed362b67bfe91|commit]], [[https://git.kernel.org/linus/d3b15fcc4201f886c75fc55bb6bdd1056c7ea433|commit]], [[https://git.kernel.org/linus/18eb2bf3df190f03f62e8ed45730229002cc341f|commit]], [[https://git.kernel.org/linus/4c354c02d5e38c5cd0edc7780645d0ab0b3bc455|commit]], [[https://git.kernel.org/linus/958152336cfafdec1f42d3d44253805282dc1321|commit]], [[https://git.kernel.org/linus/62f5d59d1a3d17918ee7e9da9cb4ccb9443e0480|commit]], [[https://git.kernel.org/linus/2298c30c6885a017b0a979abb5376e98e5e4c352|commit]], [[https://git.kernel.org/linus/e4b4ef34578844d235b2fdc50210de80b5a83789|commit]], [[https://git.kernel.org/linus/e89fd16278fda644fc7e3a6870d814d294be05b9|commit]], [[https://git.kernel.org/linus/379013776222e296645f39a689c57edc5f13b5be|commit]], [[https://git.kernel.org/linus/20b6d8a7b9bdced0c5f9a4887dbf123dd8e334c0|commit]] * erdma: Support the RoCEv2 protocol [[https://lore.kernel.org/linux-rdma/20241211020930.68833-1-boshiyu@linux.alibaba.com/T/|(cover)]], [[https://git.kernel.org/linus/a883e71345a0101ff33be23a8d13f112ec4defb5|commit]], [[https://git.kernel.org/linus/6edc15abc256f676ae44ac2ddc914567859bd1a7|commit]], [[https://git.kernel.org/linus/14bcf7354a0ed2004da85b4b03afe44effd5e445|commit]], [[https://git.kernel.org/linus/41dcaf48ff9e31d1441b6a74ed488360aad096d4|commit]], [[https://git.kernel.org/linus/9566cf6a7742f2e2bb8044b4624a7a1e66b6a549|commit]], [[https://git.kernel.org/linus/de5b8008aa4da7e1e750cc780c086d45242ba51e|commit]], [[https://git.kernel.org/linus/1cccbd3eec3d6370ddf9a003c1a1baeb8c155b3b|commit]], [[https://git.kernel.org/linus/999a0a2e9b87c451786df32c57518a2600311035|commit]] * airoha: Add Qdisc offload support [[https://lore.kernel.org/netdev/20250103-airoha-en7581-qdisc-offload-v1-0-608a23fa65d5@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/5f795590380476f1c9b7ed0ac945c9b0269dc23a|commit]], [[https://git.kernel.org/linus/2b288b81560b94958cd68bbe54673e55a1730c95|commit]], [[https://git.kernel.org/linus/20bf7d07c956e5c7a22d3076c599cbb7a6054917|commit]], [[https://git.kernel.org/linus/ef1ca9271313b4ea7b03de69576aacef1e78f381|commit]] * bnxt_en: Implement tcp-data-split and thresh option [[https://lore.kernel.org/lkml/20250114142852.3364986-1-ap420073@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/197258f0ef685ddbd534254dc79f49faa47dc93d|commit]], [[https://git.kernel.org/linus/eec8359f0797ef87c6ef6cbed6de08b02073b833|commit]], [[https://git.kernel.org/linus/a08a5c9484015a88c937aa0f9eaf3efb2123c3b8|commit]], [[https://git.kernel.org/linus/e61779015c4a4655b31e2e1fc47a7210be9f53f3|commit]], [[https://git.kernel.org/linus/2d46e481a9afc8e6b214f5c78b05374f05b8f62a|commit]], [[https://git.kernel.org/linus/152f4da05aeee62cf04d61daf9789575f1df8f4e|commit]], [[https://git.kernel.org/linus/87c8f8496a05de71dc42f5f2ed2b1ea64ea8b77d|commit]], [[https://git.kernel.org/linus/6b43673a25c3666d42f5524e59aed8a3914924cc|commit]], [[https://git.kernel.org/linus/f394d07b192b67a895dbed76253ce95dcbb5d17c|commit]], [[https://git.kernel.org/linus/cfd70e3eba2b68aa230d431e3c6ca0a1566e8d2e|commit]] * pull-request: can-next 2025-01-10 [[https://lore.kernel.org/netdev/20250110112712.3214173-1-mkl@pengutronix.de/T/|(cover)]], [[https://git.kernel.org/linus/130727c37b7e2495db10535f6ef00095783ad5a9|commit]], [[https://git.kernel.org/linus/79195755cdebffb085bd2b6c0767272ef39f53bb|commit]], [[https://git.kernel.org/linus/6495567981be6f91eccb48e058ca88dd7acad181|commit]], [[https://git.kernel.org/linus/36131b72fb1c62bc61e86068618de304763b8ac7|commit]], [[https://git.kernel.org/linus/bddad4fac9f73c14f57b111058dd0fa6d9ede228|commit]], [[https://git.kernel.org/linus/68d426da13fac6b1d3f5949a38d31ce2e3d88e49|commit]], [[https://git.kernel.org/linus/2351998fd833eb40358adf0b889637311b5bc6b4|commit]], [[https://git.kernel.org/linus/57769cb9ccbad92c5126264584346ebc8501b353|commit]], [[https://git.kernel.org/linus/1263e69a7c47a68537476298f13f943fb954581e|commit]], [[https://git.kernel.org/linus/d50c837675a95f733e53a5e21eb168f8c9f5a73d|commit]], [[https://git.kernel.org/linus/baa8aaf79768b72eb7a181c476ca0291613f59e6|commit]], [[https://git.kernel.org/linus/a1366314703a93ef6a4538790cc3a5f6538c9e22|commit]], [[https://git.kernel.org/linus/ad1ddb3bfb0c9193eb19d4788192904350c7e51a|commit]], [[https://git.kernel.org/linus/7e0c2f136d1be33e5e950747f3a5f312977fff4b|commit]], [[https://git.kernel.org/linus/3749637b71b0b081e468730320edc45ea64ef5b9|commit]], [[https://git.kernel.org/linus/0dfa617c3f77cfb48a80b1043e3fb6085bd358fc|commit]], [[https://git.kernel.org/linus/e048c5e55fbc8d884825b1951b38b7a59d88377a|commit]], [[https://git.kernel.org/linus/9d92fda0e2ad8840a50216a13b7308a4b50a94b3|commit]] * cn10k-ipsec: Add outbound inline ipsec support [[https://lore.kernel.org/netdev/20241204055659.1700459-1-bbhushan2@marvell.com/T/|(cover)]], [[https://git.kernel.org/linus/195c3d4631816f02071f0e01d2d2def51cf5067a|commit]], [[https://git.kernel.org/linus/c460b7442a6b020c6f0a2a5f837436b1ce56e95b|commit]], [[https://git.kernel.org/linus/a7ef63dbd5886c396aa1130d5ce42634ab1db91e|commit]], [[https://git.kernel.org/linus/fe079ab05d49ffaac1e333cb38cf2c2792f7cf40|commit]], [[https://git.kernel.org/linus/c45211c2369734d1b03c75165988878d16867040|commit]], [[https://git.kernel.org/linus/6a77a158848a8c68930df27b8840660db8531222|commit]], [[https://git.kernel.org/linus/32188be805d052a91b999a723fd93698d83a7fa5|commit]], [[https://git.kernel.org/linus/b3ae3dc3a30f3de78c0c3675ea980639b9ba212c|commit]] * enetc: Add more feautues for enetc v4 - round 1 [[https://lore.kernel.org/linux-kernel/20241213021731.1157535-1-wei.fang@nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/d9a093d2d12aec87ed0a2ac660b3a62261bef966|commit]], [[https://git.kernel.org/linus/93c5d5a0ddf8ad39661a087edb45286a0a55f7e6|commit]], [[https://git.kernel.org/linus/69797ff888d3dbab035a0d2516b554285b094e3c|commit]], [[https://git.kernel.org/linus/c12e82c053f6f444a6644ae937b037a3272d6c5a|commit]] * fbnic: Add hardware monitoring support [[https://lore.kernel.org/netdev/20250114000705.2081288-1-sanman.p211993@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/378e5cc1c6c6fac10a1b7f16b8d8fe2283a61518|commit]], [[https://git.kernel.org/linus/89e6f190ae8bbef161fd400f222318b30c75f639|commit]], [[https://git.kernel.org/linus/d85ebade02e8f6307ea20457aaae0fdaa860e10f|commit]] * fbnic: support basic RSS config and setting channel count [[https://lore.kernel.org/netdev/20241220025241.1522781-1-kuba@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/7d0bf493b1352ba269f5fefe02dda2b06013f8b5|commit]], [[https://git.kernel.org/linus/7cb06a6a777cf5a98d6f4edcde5b3937f324efb5|commit]], [[https://git.kernel.org/linus/ef1c28817bf90aab3a6365ec81c30c09a3b18ece|commit]], [[https://git.kernel.org/linus/31ab733e999edbc4070d8386c608d9f0b73267c5|commit]], [[https://git.kernel.org/linus/c23a1461bfee0a6f158795a58c768911c49d6cd0|commit]], [[https://git.kernel.org/linus/db7159c400ffbbf3e0df1f3ef6b847b7b62186a3|commit]], [[https://git.kernel.org/linus/3a856ab347261870d2bb6f3cab95325f27eee104|commit]], [[https://git.kernel.org/linus/557d02238e05eb66b9aba9a1f90f3a2131c6c887|commit]], [[https://git.kernel.org/linus/3a481cc72673b2fbb18271acf2d9b43f6a920ec4|commit]], [[https://git.kernel.org/linus/52dc722db0d98bcdf40927dd1719468f7d08bd59|commit]] * Support some features for the hibmcge driver [[https://lore.kernel.org/linux-kernel/20241216040532.1566229-1-shaojijie@huawei.com/T/|(cover)]], [[https://git.kernel.org/linus/86331b510260bdb4b4b0dcac2eeb81a82eb161c3|commit]], [[https://git.kernel.org/linus/37b367d60d0f91260cd787ffbfba8e71e8f6fc7c|commit]], [[https://git.kernel.org/linus/51574da8dce3c08f388893d727292364a1db8cc0|commit]], [[https://git.kernel.org/linus/3a03763f38769707a4dd0ca44474806fed3a7f81|commit]], [[https://git.kernel.org/linus/3f5a61f6d504f55ed1a36cce044d5123d508721f|commit]], [[https://git.kernel.org/linus/adb42b1e0ef32f80f6f02374342aa5c223e9d17f|commit]] * ice: Add support for devlink health events [[https://lore.kernel.org/netdev/20240821133714.61417-1-przemyslaw.kitszel@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/20d00cfae627f048560c46ba5849011a34515103|commit]], [[https://git.kernel.org/linus/346947223bacf96155f603528823a60b18b92d9a|commit]], [[https://git.kernel.org/linus/3dbfde7f6bc7b8efff26e3e98fdd8cba20287da7|commit]], [[https://git.kernel.org/linus/2a82874a3b7be3f424eb6e94cd4f225e928efe2a|commit]], [[https://git.kernel.org/linus/bc1027473986dbbd93f9eb41de33307f9abe1319|commit]] * ice: Support fw recovery mode [[https://lore.kernel.org/linux-kernel/20241106093643.106476-1-konrad.knitter@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/d4679b79ffae994fea08bc7751ff6550ad057f05|commit]], [[https://git.kernel.org/linus/0502bd2e06055646f43871f76fb7bdd57f7c0939|commit]], [[https://git.kernel.org/linus/1de25c6b984d71a7961065e27514b4fd51b2daae|commit]] * igb: Add support for af_xdp zero-copy [[https://lore.kernel.org/bpf/20241018-b4-igb_zero_copy-v9-0-da139d78d796@linutronix.de/T/|(cover)]], [[https://git.kernel.org/linus/f70b864ccc84a024c765306e95e8e390834c263d|commit]], [[https://git.kernel.org/linus/6dc75fc230eceedada4adf8c2857636a9dbd00a8|commit]], [[https://git.kernel.org/linus/80f6ccf9f1160ba26cfa4bf90f3cced6f2d12268|commit]], [[https://git.kernel.org/linus/0fe7cce6000c0976e3cd3e2d8cd4c9f1f24a55a3|commit]], [[https://git.kernel.org/linus/0a714186d3c0f7c563a03537f98716457c1f5ae0|commit]], [[https://git.kernel.org/linus/1328dcddbd53900481994f4c4d8b79e64477965e|commit]] * ionic: Minor code updates [[https://lore.kernel.org/netdev/20241210183045.67878-1-shannon.nelson@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/4aa567b1df8b88e3d49a1896b0d4467d5bec6c89|commit]], [[https://git.kernel.org/linus/33ce1d41c133b053ccea5ac4aaaab260d42706b3|commit]], [[https://git.kernel.org/linus/7c372bac12b2003a44aa333773001c83bcb07d09|commit]], [[https://git.kernel.org/linus/a8b05dd3389f313b2ba858165a6ded53c274e5fd|commit]], [[https://git.kernel.org/linus/a857c841e7ea0f8ac18bcd3944e2e32cfd82efed|commit]] * ixgbe: Add support for intel(r) e610 device [[https://lore.kernel.org/netdev/20241205084450.4651-1-piotr.kwapulinski@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/46761fd52a8868a1420f75b675caf209793b8dd1|commit]], [[https://git.kernel.org/linus/7c3aa0fccb1944921f13a6e0084d3aa070b4ff7b|commit]], [[https://git.kernel.org/linus/23c0e5a16bccd120caf1e7a9bfdf002fea107fa8|commit]], [[https://git.kernel.org/linus/d2483ebc9deb9de23fd85a2a45f9073ec9101f36|commit]], [[https://git.kernel.org/linus/e5b132b4f4d97a4737d152df0f97906e542be7ee|commit]], [[https://git.kernel.org/linus/a0834bd521eaf1f2014041a8ad5a0cb233ac4fda|commit]], [[https://git.kernel.org/linus/34b41577077198953e156f5e4bf8cdf734485e1f|commit]], [[https://git.kernel.org/linus/4600cdf9f5aca3d2559d858c414e09cf64370da1|commit]] * ixgbevf: Add support for intel(r) e610 device [[https://lore.kernel.org/netdev/20241218131238.5968-1-piotr.kwapulinski@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/208fff3f567e2a3c3e7e4788845e90245c3891b4|commit]], [[https://git.kernel.org/linus/4c44b450c69b676955c2790dcf467c1f969d80f1|commit]] * lan969x: add FDMA support [[https://lore.kernel.org/linux-kernel/20250113-sparx5-lan969x-switch-driver-5-v2-0-c468f02fd623@microchip.com/T/|(cover)]], [[https://git.kernel.org/linus/4a7d78c27806bc9b90560438e6aef22efd6050fd|commit]], [[https://git.kernel.org/linus/b91dcb237c69a05b06d64e2f4ba0a74a0552b80f|commit]], [[https://git.kernel.org/linus/cded2e0f1b0de5aa1ebd4bf42c3f1919b7adf6cd|commit]], [[https://git.kernel.org/linus/56143c52a342d0333a9b5ba12bc16dd071a1af5b|commit]], [[https://git.kernel.org/linus/d84ad2c0d80c3ee1b7d758e2c07d043fcf32d568|commit]] * lan969x: add RGMII support [[https://lore.kernel.org/linux-kernel/20241220-sparx5-lan969x-switch-driver-4-v5-0-fa8ba5dff732@microchip.com/T/|(cover)]], [[https://git.kernel.org/linus/c71b59690aa12daf3edbb4dd02b8821490dc727e|commit]], [[https://git.kernel.org/linus/dd2baee1084034b8666290cbcc02cb32fe5a8666|commit]], [[https://git.kernel.org/linus/05bda8a1bdedd5dfc21522d732c3bf9413d70eb3|commit]], [[https://git.kernel.org/linus/d9450934f915a97b09f035866acd5da302f0dc12|commit]], [[https://git.kernel.org/linus/9b8d70ecfef7abcabe265be4faeb07e552383520|commit]], [[https://git.kernel.org/linus/95e467b85e6930d34093b7770c7ed964113589b0|commit]], [[https://git.kernel.org/linus/fb6ac1829bb5865768e75517aefb416a3a19569e|commit]], [[https://git.kernel.org/linus/010fe5dff1644f60520302fd43776a54402b623f|commit]], [[https://git.kernel.org/linus/f0706c04721becee4e0576f0c56e871c11b1e84e|commit]] * mlx5 * ConnectX-8 SW Steering + Rate management on traffic classes [[https://lore.kernel.org/linux-rdma/20241204220931.254964-1-tariqt@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/f9a5b34f9251cf530fecf08ef039be64ead8c459|commit]], [[https://git.kernel.org/linus/e799ac9dd3c485a7cda3586f2a12784b030b9df0|commit]], [[https://git.kernel.org/linus/03713108e0cccf325bb71941edd9ed6122142907|commit]], [[https://git.kernel.org/linus/f09ed834a946f9c77088d53af4d4806974728d7b|commit]], [[https://git.kernel.org/linus/aa90a30804a563763eb78f00f56f759b72b91cb0|commit]], [[https://git.kernel.org/linus/4d617b57574f8ac04c997bdf9127a4c703a5f1f0|commit]] * Mlx5-next updates 2025-01-09 [[https://lore.kernel.org/linux-rdma/20250109204231.1809851-1-tariqt@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/387bef82d0b4afd4c7430b52c4971649a5cf3b06|commit]], [[https://git.kernel.org/linus/e2685ef5f56295249bf98bc6603d3c092fe0ce56|commit]], [[https://git.kernel.org/linus/df75ad562a6f9ae6add42d56e228aa973b421421|commit]], [[https://git.kernel.org/linus/6ca00ec47b70acb7a06cf5c79f6bec6074cef008|commit]] * Mlx5 hardware steering part 2 [[https://lore.kernel.org/netdev/20250102181415.1477316-1-tariqt@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/020ca0abae4c1f69e71507981844fe99ae154424|commit]], [[https://git.kernel.org/linus/0647f27a5facedf6842c67b9909a23f577bd3d08|commit]], [[https://git.kernel.org/linus/0a1ef807a403b2f386a571133eb35e25c6511808|commit]], [[https://git.kernel.org/linus/c86963aae5b83a865a552408b40e743c3610bd9f|commit]], [[https://git.kernel.org/linus/cc611ab6c712eaa1ed3fd4321d91e66cfe3245a3|commit]], [[https://git.kernel.org/linus/1ce840c7a659aa53a31ef49f0271b4fd0dc10296|commit]], [[https://git.kernel.org/linus/ad4da6cc36ace35d80a292bfeaac49e63e9e26eb|commit]], [[https://git.kernel.org/linus/05e3c287b98795cf01d829d29841179cef3fb9ce|commit]], [[https://git.kernel.org/linus/61fb92701b8ac9174857c417cfa988adc24e32c2|commit]], [[https://git.kernel.org/linus/2f851d1702dcd1b7124aef1680a091ff3f2ef791|commit]], [[https://git.kernel.org/linus/be482f1d10da781db9445d2753c1e3f1fd82babf|commit]], [[https://git.kernel.org/linus/a105db854cf2e495caaa17f00ac0321b503def9b|commit]], [[https://git.kernel.org/linus/85ab9ea32548c0fff1c8e07b4fbfc185f615f9f1|commit]], [[https://git.kernel.org/linus/663e61225c4019441cd5c9d3cc35dfc293271482|commit]], [[https://git.kernel.org/linus/d74ee6e197a2c2c5b1697d737ccdcaf8cc6c199e|commit]] * Mlx5 hw-managed flow steering in fs core level [[https://lore.kernel.org/netdev/20250109160546.1733647-1-tariqt@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/cbfdefc44194bf67843f9000cf3f81fb019fcdfb|commit]], [[https://git.kernel.org/linus/0f3ecf5c57d86585ac4cfd20b512463bb6835dc5|commit]], [[https://git.kernel.org/linus/4160405f6c4dfbf34addbad83e1134deb6f56392|commit]], [[https://git.kernel.org/linus/c7e62a788a98387f8ccc34c8b9c0ba2d144e7d16|commit]], [[https://git.kernel.org/linus/aecd9d1020e3c6d29ecc9efccbcee7863e83c517|commit]], [[https://git.kernel.org/linus/b36315ca69cb39c839c98a31cae27b266481b0ac|commit]], [[https://git.kernel.org/linus/b581f4266928d3b5d1bbe711e39623d9a1696091|commit]], [[https://git.kernel.org/linus/3fd62e943aebe72dc309177b874bdf6d0315165e|commit]], [[https://git.kernel.org/linus/2ec6786ad0a6be59ffd6cada5507a2b0b4bb0a08|commit]], [[https://git.kernel.org/linus/8e2e08a6d1e01e748bbc2f1e9c20612c1278d423|commit]], [[https://git.kernel.org/linus/866e50321256359921adfe948051c7263ad60b15|commit]], [[https://git.kernel.org/linus/c09cf80ed2994277fa0fd19f08a2a5688153b931|commit]], [[https://git.kernel.org/linus/9fc43b5e3933a7e5924ba83d7561399d439de5bb|commit]], [[https://git.kernel.org/linus/ab6912ff6558a504d9a02c01333ef8f4247681ad|commit]], [[https://git.kernel.org/linus/3fc44ca44d7c6c9296e9926dd3d99a74694bcb6e|commit]] * Mlx5 misc changes 2024-12-19 [[https://lore.kernel.org/netdev/20241219175841.1094544-1-tariqt@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/ddbb5ddc43ad000a984149db5af1133433938404|commit]], [[https://git.kernel.org/linus/60d01cc468fdb0fbd6b878d66ef86f7e946b0669|commit]], [[https://git.kernel.org/linus/95f68e06b41b9e88291796efa3969409d13fdd4c|commit]], [[https://git.kernel.org/linus/31d1356b8fdcdb7fe845874b598cce552a151c64|commit]], [[https://git.kernel.org/linus/586face88106481e8c527675a837da8a3ab6677d|commit]], [[https://git.kernel.org/linus/9a0155a709fadaab468a24abca7996c5fdf0507b|commit]], [[https://git.kernel.org/linus/429776b6019bbdcf04dcd49706fe7de6a280078b|commit]], [[https://git.kernel.org/linus/aa90a30804a563763eb78f00f56f759b72b91cb0|commit]], [[https://git.kernel.org/linus/4d617b57574f8ac04c997bdf9127a4c703a5f1f0|commit]], [[https://git.kernel.org/linus/f440d69a21f75af1acfdad16d3804750a360613c|commit]], [[https://git.kernel.org/linus/ef1749d5066984881b3af7a3007c2af91668dd5b|commit]] * mlx5e: CT: Add support for hardware steering [[https://lore.kernel.org/netdev/20250114130646.1937192-1-tariqt@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/af02dbfe37400bc456a4b25ba47015d13a2a52c8|commit]], [[https://git.kernel.org/linus/34eea5b12a109549c5942ba18f076ca5c9c8bc46|commit]], [[https://git.kernel.org/linus/554f9773fdeef302a7fa92027a8684e53adc4935|commit]], [[https://git.kernel.org/linus/066d49c199a66f07232fdcbe5b5f5c607e804327|commit]] * Ethtool get_ts_stats() for dsa and ocelot driver [[https://lore.kernel.org/netdev/20250116104628.123555-1-vladimir.oltean@nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/6a128cdf1926b20a94d6af7d7d03b76ba19a4f8b|commit]], [[https://git.kernel.org/linus/4b0a3ffa799b1c21a6be010c0c1efa012251080d|commit]], [[https://git.kernel.org/linus/8fbd24f3d17b9d26af6c66a28053fbf5f6da330d|commit]], [[https://git.kernel.org/linus/e777a4b39b14efb8c3ae22ab4c311882831a63b2|commit]] * mvpp2: Phylink eee support [[https://lore.kernel.org/netdev/ZILsqV0gkSMMdinU@shell.armlinux.org.uk/T/|(cover)]], [[https://git.kernel.org/linus/6f2fc8584a46bb35787bfc1dad1fb7dd5898e21f|commit]], [[https://git.kernel.org/linus/e2668c34b7e1a2288ea0a97ccf3cd12e2870ca18|commit]], [[https://git.kernel.org/linus/bac3d0f21c5a42f042ac9b9f6dcbc11544efdefa|commit]], [[https://git.kernel.org/linus/92f7acb825ec272261a2057e0f9e0b1c76198dae|commit]], [[https://git.kernel.org/linus/8f1c716090a7ed20fea802b63b37758169d59b81|commit]], [[https://git.kernel.org/linus/f899c594e138eda72804b16babbdeff92707d7b0|commit]], [[https://git.kernel.org/linus/3ba0262a8fed29efe28e3ce3162d1794a58aa94f|commit]], [[https://git.kernel.org/linus/a00e0d34c0362a69369f212b8be1be1f6f4c365d|commit]], [[https://git.kernel.org/linus/cf337105ad38564d7855151889a7315da73119d0|commit]], [[https://git.kernel.org/linus/a17ceec62f81cebadcaa6f15ca656ff5cbe77a52|commit]], [[https://git.kernel.org/linus/03abf2a7c65451e663b078b0ed1bfa648cd9380f|commit]], [[https://git.kernel.org/linus/ac79927dc84fac4fb2119ffb14391e721f6117c2|commit]], [[https://git.kernel.org/linus/b53b14786ed8aa8934504b047570cd5cd4e3a0e0|commit]], [[https://git.kernel.org/linus/a66447966f03b04606a30e169c7cc2c6f8261bb7|commit]], [[https://git.kernel.org/linus/bd691d5ca9182f0462d9546d22314f67d70ddaa1|commit]], [[https://git.kernel.org/linus/1991819debaa22ee75f4163f3b17f9e545f3ae98|commit]], [[https://git.kernel.org/linus/beb1e0148e6da2534113245cebdfcbb2381b6bca|commit]], [[https://git.kernel.org/linus/80fada6c0d3efc4c55eaef187a4041d30c31e568|commit]], [[https://git.kernel.org/linus/865ff410a071c61061c244a599a36058e65ebbff|commit]], [[https://git.kernel.org/linus/a3242177d9f215e5d13e69fdb279a5ce2237ba84|commit]], [[https://git.kernel.org/linus/4218647d4556f599b4e19c7491d299edbe5af72b|commit]] * Implement tcp-data-split and thresh option [[https://lore.kernel.org/lkml/20250114142852.3364986-1-ap420073@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/197258f0ef685ddbd534254dc79f49faa47dc93d|commit]], [[https://git.kernel.org/linus/eec8359f0797ef87c6ef6cbed6de08b02073b833|commit]], [[https://git.kernel.org/linus/a08a5c9484015a88c937aa0f9eaf3efb2123c3b8|commit]], [[https://git.kernel.org/linus/e61779015c4a4655b31e2e1fc47a7210be9f53f3|commit]], [[https://git.kernel.org/linus/2d46e481a9afc8e6b214f5c78b05374f05b8f62a|commit]], [[https://git.kernel.org/linus/152f4da05aeee62cf04d61daf9789575f1df8f4e|commit]], [[https://git.kernel.org/linus/87c8f8496a05de71dc42f5f2ed2b1ea64ea8b77d|commit]], [[https://git.kernel.org/linus/6b43673a25c3666d42f5524e59aed8a3914924cc|commit]], [[https://git.kernel.org/linus/f394d07b192b67a895dbed76253ce95dcbb5d17c|commit]], [[https://git.kernel.org/linus/cfd70e3eba2b68aa230d431e3c6ca0a1566e8d2e|commit]] * Make sure we retain napi ordering on netdev->napi_list [[https://lore.kernel.org/netdev/20250107160846.2223263-1-kuba@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/0b7bdc7fab5703ddff677a82c1de7b3ac500974f|commit]], [[https://git.kernel.org/linus/00adf88b186fa09a0b4005bdcf440aa2f926a75b|commit]], [[https://git.kernel.org/linus/915c82f842f955429e347a53ce005604ad421343|commit]], [[https://git.kernel.org/linus/a565dd04a120c03891b6fb504f342159b446f463|commit]], [[https://git.kernel.org/linus/5bc8e8dbef27b73bd7b6d1fd5108b4fd4c6d469f|commit]], [[https://git.kernel.org/linus/6917d207b469ee81e6dc7f8ccca29c234a16916d|commit]], [[https://git.kernel.org/linus/eb721f117e7d43b561e81dd878c4acfa2de13ee2|commit]] * octeon_ep: Add ndo ops for vfs in pf driver [[https://git.kernel.org/linus/8a241ef9b9b86afc087e5b3e4a95cb60f9ee796c|commit]] * phy: dp83822: Add support for GPIO2 clock output [[https://lore.kernel.org/linux-kernel/20241212-dp83822-gpio2-clk-out-v3-0-e4af23490f44@liebherr.com/T/|(cover)]], [[https://git.kernel.org/linus/a2d8af57452e60ff93a3525704788ad566433070|commit]] * phy: dp83822: Add support for PHY LEDs on DP83822 [[https://git.kernel.org/linus/c5a965701866e53be00b2412aae2c3833b0197ca|commit]] * Introduce unified and structured phy [[https://lore.kernel.org/linux-doc/20250110060517.711683-1-o.rempel@pengutronix.de/T/|(cover)]], [[https://git.kernel.org/linus/fe55b1d401c697c2ef126fe3ebbcaa6885fced5a|commit]], [[https://git.kernel.org/linus/b7a2c1fe6b55364e61b4b54b991eb43a47bb1104|commit]], [[https://git.kernel.org/linus/6167c0b6e8d7ddb6b3e5efffcac34a85f7872997|commit]], [[https://git.kernel.org/linus/7d66c74a171d6c667cbf36f4b6cf1cc98744a83c|commit]], [[https://git.kernel.org/linus/f2bc1c2655728ac00c35cfb992bdb3243ca17e7e|commit]], [[https://git.kernel.org/linus/23bbd28729bddfe1b57c7202e285e5b431b9ab3a|commit]], [[https://git.kernel.org/linus/677d895af1cc3bc90c3e09d7eeb0b2cd4dd2ddff|commit]] * Add rds ptp library for microchip phys [[https://lore.kernel.org/lkml/20241219123311.30213-1-divya.koppera@microchip.com/T/|(cover)]], [[https://git.kernel.org/linus/d46ef4ee381f0f73b13714f319662f48f0c8b471|commit]], [[https://git.kernel.org/linus/fa51199c5f34172fc7fd248ca9105e4e0ca6d80a|commit]], [[https://git.kernel.org/linus/2550afc61ef54274ac6f9355df9d33dad2910d3f|commit]], [[https://git.kernel.org/linus/85b39f7593e1383b235f1e9b3d943cc2e91b6b10|commit]], [[https://git.kernel.org/linus/9fc3d6fe802923b026ecac16e59c0acdd6744d5d|commit]] * realtek: HWMON support for standalone versions of RTL8221B and RTL8251 [[https://git.kernel.org/linus/64ff63aeefb03139ae27454bd4208244579ae88e|commit]] * phy: realtek: add hwmon support [[https://lore.kernel.org/netdev/7319d8f9-2d6f-4522-92e8-a8a4990042fb@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/3d483a10327f38595f714f9f9e9dde43a622cb0f|commit]], [[https://git.kernel.org/linus/1416a9b2ba710d31954131c06d46f298e340aa2c|commit]], [[https://git.kernel.org/linus/33700ca45b7d2e1655d4cad95e25671e8a94e2f0|commit]] * stmmac: dwmac-socfpga: Allow using 1000BaseX [[https://lore.kernel.org/linux-kernel/20241213090526.71516-1-maxime.chevallier@bootlin.com/T/|(cover)]], [[https://git.kernel.org/linus/fbb9a9d263a68f60a16c8ba5a51d6198d67171cd|commit]], [[https://git.kernel.org/linus/906909fabb81dedf93a786c2d7247cab12e0a232|commit]], [[https://git.kernel.org/linus/b87d4ee16bb4f6335032839a1173d8bb177939a9|commit]], [[https://git.kernel.org/linus/b0f88c1b9a539dc91b83ac90345999273ee7dfd0|commit]], [[https://git.kernel.org/linus/d13cefbb108e2e3362587b93ab5adc31c6a8589e|commit]], [[https://git.kernel.org/linus/2410719cdd49d9b062e87dddaf5ec990edafc6e3|commit]] * pse-pd: Add support for pse budget evaluation strategy [[https://lore.kernel.org/devicetree/20250103-feature_poe_port_prio-v4-0-dc91a3c0c187@bootlin.com/T/|(cover)]], [[https://git.kernel.org/linus/514dcf78afe6b99fba5e885be295356856dd424b|commit]], [[https://git.kernel.org/linus/675d0e3cacc3ae7c29294a5f6a820187f862ad8b|commit]], [[https://git.kernel.org/linus/6e56a6d47a7fad705a1a1d088237b0858c01a770|commit]], [[https://git.kernel.org/linus/0b567519d1152de52b29b2da2c47aa0f39a46266|commit]], [[https://git.kernel.org/linus/4c2bab507eb7edc8e497e91b9b7f05d76d7e32bb|commit]], [[https://git.kernel.org/linus/f3cb3c7bea0c08e821d8e9dfd2f96acd1db7c24e|commit]], [[https://git.kernel.org/linus/e0a5e2bba38aa61a900934b45d6e846e0a6d7524|commit]], [[https://git.kernel.org/linus/3e9dbfec499807767d03592ebdf19d9c15fd495b|commit]], [[https://git.kernel.org/linus/4640a1f0d8f2246f34d6e74330d7e7d2cf75605b|commit]], [[https://git.kernel.org/linus/7f076ce3f17334964590c2cce49a02c0851c099a|commit]], [[https://git.kernel.org/linus/c3ad22ad34f81a8906dba02ea8cc9756d2ce7b50|commit]], [[https://git.kernel.org/linus/10276f3e1c7e7f5de9f0bba58f8a849cb195253d|commit]] * r8169: Add support for rtl8125bp rev.b [[https://git.kernel.org/linus/b11bff90f2ad52c5c55c822ecd20326619a73898|commit]] * r8169: Add support for RTL8125D rev.b [[https://git.kernel.org/linus/b299ea0069284186b0d3d54aebe87f0d195d457a|commit]], [[https://git.kernel.org/linus/b3593df26ab19f114d613693fa8a92ab202803d0|commit]] * Mdio support updates [[https://lore.kernel.org/linux-kernel/20241216071957.2587354-1-nikita.yoush@cogentembedded.com/T/|(cover)]], [[https://git.kernel.org/linus/206112fa65790221ca3ebbc43092911bb8836a19|commit]], [[https://git.kernel.org/linus/da75ba93e3383fc10af71e5029b5a57378a57576|commit]], [[https://git.kernel.org/linus/1ced1b8cacf396d6ff979f594ba40ace42087797|commit]], [[https://git.kernel.org/linus/2aa722b6d81c3118d33dcb8eea9aac49f56af790|commit]], [[https://git.kernel.org/linus/db48fe905d8ae90d0c35238ddd90e816d543316c|commit]] * Add support for synopsis dwmac ip on nxp automotive socs s32g2xx/s32g3xx/s32r45 [[https://lore.kernel.org/devicetree/20241205-upstream_s32cc_gmac-v8-0-ec1d180df815@oss.nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/31cdd8418234e70043abd26894b57eb201489cba|commit]], [[https://git.kernel.org/linus/c8fab05d021dfc04401102f9fa1de07fc8f75d8d|commit]], [[https://git.kernel.org/linus/cb09f61a9ab84369c62f2ef7f8a2b797f596f6d1|commit]], [[https://git.kernel.org/linus/386aa60abdb600a4e5ad818e6dba171685942e54|commit]], [[https://git.kernel.org/linus/37b66c483e4c8a72cd1fd22f8ced05cc40f9e128|commit]], [[https://git.kernel.org/linus/839b75ea4d940f810650a2ce11c91d94c5f01aa3|commit]], [[https://git.kernel.org/linus/8470bfc835154a80774e5ab0e46969f196c0dba1|commit]], [[https://git.kernel.org/linus/30b4a9b5c335b32a8c8234662b180876a2db173e|commit]], [[https://git.kernel.org/linus/b561d717a799241d260a7e5667e8d35de6fac874|commit]], [[https://git.kernel.org/linus/04207d28f46870df113112a4afc42458495837d6|commit]], [[https://git.kernel.org/linus/fd59bca4d5eaba6cadf78e74b5e72fd8852a7529|commit]], [[https://git.kernel.org/linus/1ead5777550717f77fa70d6342fc467bebc18519|commit]], [[https://git.kernel.org/linus/91f10e5895209c855edc0f993410f5d82b54e049|commit]], [[https://git.kernel.org/linus/cd197ac5d661ee2ab36f1578164e276ad947506c|commit]], [[https://git.kernel.org/linus/6bc6234cbd5e9f7a4d8a20aa4d5f0c891e099649|commit]] * icssg: Add multicast filtering support for vlan interface [[https://lore.kernel.org/netdev/20250110082852.3899027-1-danishanwar@ti.com/T/|(cover)]], [[https://git.kernel.org/linus/816b02e63a759c4458edee142b721ab09c918b3d|commit]], [[https://git.kernel.org/linus/04508d20b017326e116c6e8ef953839507c73b6d|commit]], [[https://git.kernel.org/linus/9c10dd8eed74de9e8adeb820939f8745cd566d4a|commit]], [[https://git.kernel.org/linus/161087db66d6bef11679640bc894d7bf62d2e431|commit]] * ath11k: add support for QCA6698AQ [[https://git.kernel.org/linus/e238638e6f24109c0c7639f4a2db023388bd1b76|commit]] * ath12k * MLO support part 2 [[https://lore.kernel.org/linux-wireless/20241101151705.165987-1-kvalo@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/757cc46520091ca103b9a948ddbdfa660a10879d|commit]], [[https://git.kernel.org/linus/1ea0cdee6fb3a498e7413cb2a28a918464d33d48|commit]], [[https://git.kernel.org/linus/c8a98ed160e54ae629364a1efd5379bed839d633|commit]], [[https://git.kernel.org/linus/a2189d2b8005cd9f3a440512af087eb9b62c103e|commit]], [[https://git.kernel.org/linus/7fd8b4cbde65bf65d32e1a6615ae8160cf305ef8|commit]], [[https://git.kernel.org/linus/0660e1e2ed5ff493f1e383a32d28db2b7d8490f7|commit]], [[https://git.kernel.org/linus/c20dbc8c68b38fe702e9fbc4748aa117194f8963|commit]], [[https://git.kernel.org/linus/507f8e730100822b75290bbf96135f0e789da9cc|commit]] * MLO support part 3 [[https://lore.kernel.org/linux-wireless/20241121155806.1862733-1-kvalo@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/8e6f8bc286031291dac9ff09977e60c9a069bf80|commit]], [[https://git.kernel.org/linus/a27fa6148dacc79451e523c2694bc0a673b1be05|commit]], [[https://git.kernel.org/linus/ea4192553850cc6b46d5676a9514f759ef3dee0d|commit]], [[https://git.kernel.org/linus/061097e5732dc478ef0e57995fae307e1b95ed62|commit]], [[https://git.kernel.org/linus/a0300e6bcfd4bc3ea9865856a3abad5f9dd6fd89|commit]], [[https://git.kernel.org/linus/aaac8850a07f9072ed62f54b0e5fcb14c8e0d044|commit]], [[https://git.kernel.org/linus/3952657848c035855007f7a430a753e123935b3a|commit]], [[https://git.kernel.org/linus/63fdb90642eec9439dd13c93c4b5c184b60a50cd|commit]] * MLO support part 4 [[https://lore.kernel.org/linux-wireless/20241126171139.2350704-1-kvalo@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/56dcbf0b520796e26b2bbe5686bdd305ad924954|commit]], [[https://git.kernel.org/linus/648a121bafa3f4487254ab8e9e298f12540f0603|commit]], [[https://git.kernel.org/linus/2197feb0249d308bbb0ba0443bd45511cdec190a|commit]], [[https://git.kernel.org/linus/5419ef950da4a76c54c91129f16c292fc65da56b|commit]], [[https://git.kernel.org/linus/85edf16384d12db938a09458d89662cdff87068e|commit]], [[https://git.kernel.org/linus/90570ba4610bdb1db39ef45f2b271a9f89680a9d|commit]], [[https://git.kernel.org/linus/1833a2ce5d7df2b064e491d3e912da9fa0b85eb9|commit]], [[https://git.kernel.org/linus/aa80f12f3bedc2d73e4cc43554aee44c277cc938|commit]], [[https://git.kernel.org/linus/ad969bc9ee73fa9eda6223be2a7c0c6caf937d71|commit]], [[https://git.kernel.org/linus/8c2143702d0719a0357600bca0236900781ffc78|commit]] * MLO support part 7 [[https://lore.kernel.org/devicetree/20241211153432.775335-1-kvalo@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/f86e09fd393adfbbf078985e2cbf322e9892fbe3|commit]], [[https://git.kernel.org/linus/908c10c860e012f961bfb2b8e0823b23426beb9d|commit]], [[https://git.kernel.org/linus/08a4c51c6ea0790d8abcb713410833fcb0019a69|commit]], [[https://git.kernel.org/linus/786f34b5b4a408f466f762ca7785121ef3dbf540|commit]], [[https://git.kernel.org/linus/48090fae676ecef4bb39cc6a2faa9765a248b4f8|commit]], [[https://git.kernel.org/linus/cc64deef0bdb52d6b2d6f1a2cd427ae680ed1936|commit]], [[https://git.kernel.org/linus/b716a10d99a287681fc5cef46a7f9399bec5f055|commit]], [[https://git.kernel.org/linus/628bbaa551da94d879d7aa5abc3b9632ed743fbe|commit]] * MLO support part 8 [[https://lore.kernel.org/linux-wireless/20241209185421.376381-1-kvalo@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/1d18b197bc4b9884c3b53945356afe054b5340f4|commit]], [[https://git.kernel.org/linus/555872c477958e1a12244e79f3ef9f976ca2a077|commit]], [[https://git.kernel.org/linus/8fea0066b4b481bd604256f5359127837a5db7ce|commit]], [[https://git.kernel.org/linus/3c9bc818b8f192142280b722fa53e2389491a6d1|commit]], [[https://git.kernel.org/linus/ae6b065282abd5cb097fbe96bfb96fa29a9fc321|commit]], [[https://git.kernel.org/linus/78cf6fd16572912fb3f39237fb29879ccefb5a17|commit]], [[https://git.kernel.org/linus/72c24b1b779d78674842012f252913c0b5beda73|commit]], [[https://git.kernel.org/linus/7462d67c660f52396e0bc5b3e13cc5c3a4dc01c3|commit]] * MLO support part 9 [[https://lore.kernel.org/linux-wireless/20241211154358.776279-1-kvalo@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/3863f014ad23f1f966b78e8fe6f4cbed97fd4737|commit]], [[https://git.kernel.org/linus/6792b3ca14adb666a3c41628bac99227680eb871|commit]], [[https://git.kernel.org/linus/77478788c957d1d41462890f187c71f8babbd093|commit]], [[https://git.kernel.org/linus/2c737079493d79ac340cb2b1b14c1a49645cdf61|commit]], [[https://git.kernel.org/linus/043b473e3e02d4c371075956e9c72c32f17958fb|commit]], [[https://git.kernel.org/linus/02213c21fb8dfe430e25e539153865eb846f1549|commit]], [[https://git.kernel.org/linus/d33bc467e8325be66b7209250e9829d199034ffe|commit]] * Add support for parsing 64-bit TLVs [[https://git.kernel.org/linus/be8d47f181fd4f341b8beee1ca11a96d296d2df2|commit]] * Support AST and Puncture Stats [[https://lore.kernel.org/linux-wireless/20241218035711.2573584-1-quic_rdevanat@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/89699f029cd42ddf913a201c917ce4f7b213b068|commit]], [[https://git.kernel.org/linus/f647dc6512efa88bd1a3dc2444a9d1ea170f4045|commit]] * Support Pager, Counter, SoC, Transmit Rate Stats [[https://lore.kernel.org/linux-wireless/20241115062854.1919672-1-quic_rdevanat@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/a93d125ebfdd530ea1980a45b7ad2e9471b82c87|commit]], [[https://git.kernel.org/linus/c3527cdfcdf70dcd613c4582283e28e4f81df9ea|commit]], [[https://git.kernel.org/linus/3a660e7fa44d556f41cbef6d2430f7227ef3f3ef|commit]], [[https://git.kernel.org/linus/c8f314703bcbade1bcef8dfee9ffc6a1d66b9d8f|commit]] * Support MBSSID Control Frame Stats [[https://git.kernel.org/linus/ea58aae8458480d6391c404e62f1a4b30462b9c3|commit]] * Support Rate and OFDMA Stats [[https://lore.kernel.org/linux-wireless/20241128110949.3672364-1-quic_rdevanat@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/c9f6ee2701d798c2b79b8557b842da7b106fcd5c|commit]], [[https://git.kernel.org/linus/3f482f2434753a0647dc8753a127f86878348458|commit]] * iwlwifi * updates - 31-12-24 [[https://lore.kernel.org/linux-wireless/20241231115915.1082656-1-miriam.rachel.korenblit@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/41fff83fe6cd2ced23d52e18fb13cee9ce2b68ba|commit]], [[https://git.kernel.org/linus/61863fab1d30067c7713d08b6273ed53a08da25c|commit]], [[https://git.kernel.org/linus/9673c35486d4736eb98132bafc8aaf47ccc9933e|commit]], [[https://git.kernel.org/linus/9a2f13c40c635ef1d822cdb67c911ddbf96ada04|commit]], [[https://git.kernel.org/linus/9eca1abfb45d7c7efea1dd61911f5f42711000d9|commit]], [[https://git.kernel.org/linus/5337d4c4e122e01d90741af448abdaf5d142c21c|commit]], [[https://git.kernel.org/linus/2a42868d58c15f6819fd5f3c803522190db07184|commit]], [[https://git.kernel.org/linus/9621358038eae92d8e0b8222bdef0704fcec519a|commit]], [[https://git.kernel.org/linus/d1f9e5e9ed1b98e82562632bb12edb52fc23ddf1|commit]], [[https://git.kernel.org/linus/5f4656610edb27c84d9e3378aea9024bf8d723ab|commit]], [[https://git.kernel.org/linus/5111f9d3bfdd551488d2d69ac5ab3570b4629567|commit]], [[https://git.kernel.org/linus/44b1c90c91c4f8b9dabaad80cbbeb9a35c47172b|commit]], [[https://git.kernel.org/linus/d8434525ac488f4ca5da4118727f3daf706cb14f|commit]], [[https://git.kernel.org/linus/c0cf30bb83a25eb004118686b34e622cac5feb88|commit]], [[https://git.kernel.org/linus/14d00d7629639406b865ea392ed39d743f5d4aed|commit]] * updates - 26-12-24 [[https://lore.kernel.org/linux-wireless/20241226154456.473690-1-miriam.rachel.korenblit@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/afff7cee11890af50987131352767f9bb614cbd6|commit]], [[https://git.kernel.org/linus/122b95012b3b800e6fb496a8247794ba93745c8d|commit]], [[https://git.kernel.org/linus/cbde1f22108d53085d33025ed610571aff154d68|commit]], [[https://git.kernel.org/linus/74f0b2db1f00fd375c0b5c3ea1a2283be876b51b|commit]], [[https://git.kernel.org/linus/f8f13ea27fffff51ee257171a8604f944c876fd4|commit]], [[https://git.kernel.org/linus/09bdddd3ed2ed2bfaf4bfd35138775faceb6a7b7|commit]], [[https://git.kernel.org/linus/a581a0287c8d3348ced3c3e7f4a7100d89769b7a|commit]], [[https://git.kernel.org/linus/b1e8102a4048003097c7054cbc00bbda91a5ced7|commit]], [[https://git.kernel.org/linus/2afb0b9b957b11637c8bbb817a72e07051dae032|commit]], [[https://git.kernel.org/linus/7ceae9b73f05f0a58540e11a48d629a506806893|commit]], [[https://git.kernel.org/linus/a968fc0218b242fdabede5e39be2ff7273e405a7|commit]], [[https://git.kernel.org/linus/9b45ba3976945e8d53f2dd40541a66c690f12286|commit]], [[https://git.kernel.org/linus/1532c5d67d97cacbe83dd9b7f74b8844ee42b2e6|commit]], [[https://git.kernel.org/linus/01c0e9c804413563c71fb2f74b040c212ee2efe3|commit]], [[https://git.kernel.org/linus/526cd9cd423888d3d2708cfc9aa452aafdf20ef1|commit]] * mt76 * Add multi-radio support to a few core hw ops> [[https://git.kernel.org/linus/31083e38548fda815683c9a449d10ca15c655e49|commit]], [[https://git.kernel.org/linus/a24f891a2f8ca8ceff3346216776a80589ea5a21|commit]], [[https://git.kernel.org/linus/bf18f7172aa429ec6a68852984a2e9468560c066|commit]], [[https://git.kernel.org/linus/e24646ef7eded74c68cdef20e3f0d48d14522a0b|commit]], [[https://git.kernel.org/linus/36e02101f84735672aefaf405af2f585f4804a34|commit]], [[https://git.kernel.org/linus/cbf5e61da66028ea30b52515dc1f1af969589bf7|commit]], [[https://git.kernel.org/linus/82334623af0cd2154633cdb007719a321048fafc|commit]], [[https://git.kernel.org/linus/38a45bead2be0bd481f3143dc4fe451cb9d09823|commit]], [[https://git.kernel.org/linus/955e823102fe53b1d7949f9e3ab05a45fe84c316|commit]], [[https://git.kernel.org/linus/716cc146d58050cb277fefefe1002d634c4379cf|commit]], [[https://git.kernel.org/linus/e411b8190fe7c969c668eedb5b01f2865c89b1af|commit]], [[https://git.kernel.org/linus/a8f424c1287cc79a06c21816658feea87dfcb83f|commit]], [[https://git.kernel.org/linus/c56d6edebc1f59afec7a59117ab50abd89879006|commit]], [[https://git.kernel.org/linus/0b57e944cee3d49eab33a8cf9e95b0862a90f441|commit]], [[https://git.kernel.org/linus/34a41bfbcb71f2fba26255c0552959efdcab742f|commit]], [[https://git.kernel.org/linus/747fe944506ff21118f627a8c05b475cc7a9f9fb|commit]], [[https://git.kernel.org/linus/c0df2f0caa8dde0d50f36649ee28a54c5079281b|commit]], [[https://git.kernel.org/linus/97a1beb84c1c3a75db04279f7ceba882f94e25b4|commit]], [[https://git.kernel.org/linus/96fcecd9ba81a66b2b061cdcc10da1cc1b2a9b90|commit]], [[https://git.kernel.org/linus/4b98d4aec74fb6242f3442589e9261b7c2f347cd|commit]], [[https://git.kernel.org/linus/a0facfc80ec12e1fe0bb2407bf9970128d167193|commit]], [[https://git.kernel.org/linus/1f8dd5686e6578aa38e90836a275ef2ad3f27d86|commit]], [[https://git.kernel.org/linus/69d54ce7491d046eaae05de7fb2493319a481991|commit]], [[https://git.kernel.org/linus/e48da5c9ca293d775a1dd35fe26d44418dbc6715|commit]] * mt7915: add module param to select 5 GHz or 6 GHz on MT7916 [[https://git.kernel.org/linus/57af267d2b8f5d88485c6372761386d79c5e6a1a|commit]] * mt7921: introduce CSA support [[https://git.kernel.org/linus/8aa2f59260eb66fc80378c158922ccb741ccc491|commit]] * mt7921u: Add VID/PID for TP-Link TXE50UH [[https://git.kernel.org/linus/47d9a8ba1d7f31c674b6936b3c34ee934aa9b420|commit]] * mt792x: add P2P_DEVICE support [[https://git.kernel.org/linus/5a569e90162a37364f22d9f0ff9d2added7b3ee5|commit]] * mt7996: Add eht radiotap tlv [[https://git.kernel.org/linus/e016239fcb9802e58dc059b85e0fb25ac1777df4|commit]], [[https://git.kernel.org/linus/512e26db3565b310052dc2b8975ac7c973bf8ab6|commit]] * rtl8xxxu: add more missing rtl8192cu USB IDs [[https://git.kernel.org/linus/31be3175bd7be89e39c82b3973c9d4ff55a17583|commit]] * rtw88 * 8812au: Add more device IDs [[https://git.kernel.org/linus/7b5ce65d90187f0944e70dc5741aa0edfac926f4|commit]], [[https://git.kernel.org/linus/1ee6ff9ae3c1a9eda9081f9db04f85d3a7352d38|commit]] * Add USB PHY configuration [[https://git.kernel.org/linus/5b1b9545262b5126a3c2776e7e64ff29765cbe6e|commit]] * Add additional USB IDs for RTL8812BU [[https://git.kernel.org/linus/d4c4903508f9e1b2bfec88f777718484e27343fb|commit]] * Add support for LED blinking [[https://git.kernel.org/linus/4b6652bc6d8d5fb0648b3a7a16ef8af4e0345bcd|commit]] * usb: Support USB 3 with RTL8812AU [[https://git.kernel.org/linus/82a35723a67c29f685d7b518962154a73b7163a2|commit]], [[https://git.kernel.org/linus/ce5dea83ee8f945203144fb891fdcb978216e45a|commit]] * rtw89 * Some changes related to fw feature bit, PHY RSSI and PHY XTAL [[https://lore.kernel.org/linux-wireless/20241128055433.11851-1-pkshih@realtek.com/T/|(cover)]], [[https://git.kernel.org/linus/05b6555feeddc077f1eaa14c3e2c409b7ddf917b|commit]], [[https://git.kernel.org/linus/d56c261e5214e51e2c6d22149f63555039b5601e|commit]], [[https://git.kernel.org/linus/3374c63111b0811134b773e9d4c028bd643bb9c9|commit]], [[https://git.kernel.org/linus/b6853ed2be27ac7f9511867faff3d6dd1139b915|commit]], [[https://git.kernel.org/linus/148cd1e184cf3f19c17f8596c8f3f1a3b447edd6|commit]], [[https://git.kernel.org/linus/7b98caea39676561f22db58752551161bb36462b|commit]] * Preparation for MLO including AP_LINK_PS feature, ieee80211_ops and links [[https://lore.kernel.org/linux-wireless/20241120034054.13575-1-pkshih@realtek.com/T/|(cover)]], [[https://git.kernel.org/linus/144c6cd24b3556e6e7a14271cee57a42ebf97450|commit]], [[https://git.kernel.org/linus/c821a8af435ca1b029ebdf0520cfb5c35b5e3d77|commit]], [[https://git.kernel.org/linus/d2b387bdca4684052d58f81667fe6fd6c746faca|commit]], [[https://git.kernel.org/linus/a6db83bef0f587494fcc9cc5a9ec6e66ea13236e|commit]], [[https://git.kernel.org/linus/55709b195464e59bd5c51abf25fa243d7a8b7a3e|commit]], [[https://git.kernel.org/linus/f79257f5b97199a08d5c2c039bf4908323f9dd92|commit]] * Support RTL8922AE-VS [[https://lore.kernel.org/linux-wireless/20250108020955.14668-1-pkshih@realtek.com/T/|(cover)]], [[https://git.kernel.org/linus/3f0e6890890a5f4316c5ed39c74ee678fc6114f5|commit]], [[https://git.kernel.org/linus/456ad3210a88745acb00a3222dc6533531a372b6|commit]] * Support dynamic antenna gain (DAG) [[https://lore.kernel.org/linux-wireless/20241111065132.19587-1-pkshih@realtek.com/T/|(cover)]], [[https://git.kernel.org/linus/abb541d1e52f1573f40bff2173fe6f8465b0f26c|commit]], [[https://git.kernel.org/linus/f0f08a4456b5040e45282a59d9c4ea9f39cd2ef5|commit]], [[https://git.kernel.org/linus/50191eace88c4163c8990984a8a156f09f226d39|commit]] == Audio == * fsl: add memory to memory function for ASRC [[https://lore.kernel.org/lkml/20241212074509.3445859-1-shengjiu.wang@nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/f4425e3ab2f796d442a44f31262eade9b6427ff7|commit]], [[https://git.kernel.org/linus/8ea7d04a4e9e30876c9d8184b4b8e4cab33e0372|commit]], [[https://git.kernel.org/linus/27147695aaf7ccb0edc3f21454b5405c9037b4ba|commit]], [[https://git.kernel.org/linus/24a01710f6271ec32b629d714e6a64a69665128b|commit]], [[https://git.kernel.org/linus/286d658477a43284f7be2539b059ecc90ba109c2|commit]], [[https://git.kernel.org/linus/b62eaff0650dc6dc2a4bf0f50714f2357a23fc71|commit]] * Small extensions for ump [[https://lore.kernel.org/linux-sound/20250110155943.31578-1-tiwai@suse.de/T/|(cover)]], [[https://git.kernel.org/linus/bdf46443f350dd5d226fd528a5a5954ff762f591|commit]], [[https://git.kernel.org/linus/b8fefed73a952a33521ad416fb39683abd87454b|commit]], [[https://git.kernel.org/linus/7bb49d2e8b52adace88249d9dece41e36af3bba0|commit]], [[https://git.kernel.org/linus/e3f035edadcc1c5901311c03d098bc3dedc5c525|commit]], [[https://git.kernel.org/linus/85e8d66f30f967cda91b3ee6dfcb0a0c2391e612|commit]], [[https://git.kernel.org/linus/aca565359596c5998cab1cc72f61aa83b3ccd152|commit]], [[https://git.kernel.org/linus/10a29de13bbc7ca92ae85184cf2f966c4ce3b69b|commit]], [[https://git.kernel.org/linus/3ab4a3199c782eae9b683b952f3ec5a766e4a096|commit]] * hda/realtek: Enable headset mic on Positivo C6400 [[https://git.kernel.org/linus/1aec3ed2e3e1512aba15e7e790196a44efd5f0a7|commit]] * hda: Support for Ideapad hotkey mute LEDs [[https://git.kernel.org/linus/d466887a9478780807290fec467d70143f3ab6d2|commit]] * hda/tas2781: Add tas2781 hda SPI driver [[https://git.kernel.org/linus/bb5f86ea50ffb292f42eb1ebdb99991d5c5ac3ba|commit]] * Add driver for big scarlett 4th gen interfaces [[https://lore.kernel.org/linux-sound/cover.1737048528.git.g@b4.vu/T/|(cover)]], [[https://git.kernel.org/linus/46757a3e7d50dac923888e7fbe68377736f13c70|commit]], [[https://git.kernel.org/linus/0ce204d3af3beca1825018e9ca128635ccc8aa85|commit]] * SoC * Expand soundwire mbq register map support [[https://lore.kernel.org/linux-kernel/20250107154408.814455-1-ckeepax@opensource.cirrus.com/T/|(cover)]], [[https://git.kernel.org/linus/7b16e60b31202254c62a29f5c709ffb42684b6f9|commit]], [[https://git.kernel.org/linus/b21468e83b787ab31aa9df8f429d2ca61def0cc9|commit]], [[https://git.kernel.org/linus/fdd9ef3dce98e035d21c17fac587cb6e3c7706fd|commit]], [[https://git.kernel.org/linus/5bc493bf0c37c157bf2eb364e55a1c6f8bc43a69|commit]] * Add audio support for the renesas rz/g3s soc [[https://lore.kernel.org/linux-kernel/20241210170953.2936724-1-claudiu.beznea.uj@bp.renesas.com/T/|(cover)]], [[https://git.kernel.org/linus/ae6040cd7c7f8e80deefe5a49691734480f97409|commit]], [[https://git.kernel.org/linus/626b77735a3712b02dabb25be3a0abdde6696bf3|commit]], [[https://git.kernel.org/linus/d3dcc98f65dbd364ff839edecf39d1a1e949ee90|commit]], [[https://git.kernel.org/linus/541011dc2d7c4c82523706f726f422a5e23cc86f|commit]], [[https://git.kernel.org/linus/55c209cd4318c701e6e88e0b2512a0f12dd02a7d|commit]], [[https://git.kernel.org/linus/100c6b22d6c70adabdf45dcb346d7d853bff6a30|commit]], [[https://git.kernel.org/linus/a73710a25808a585a2bf0a8325eb16fd6a2f370c|commit]], [[https://git.kernel.org/linus/dec61e16e72db196e8dc1daf7f7022fd98e6d921|commit]], [[https://git.kernel.org/linus/109e60866f11c7db8f720f01b0bda3105c47b463|commit]], [[https://git.kernel.org/linus/4bf77dfa3308b7cfda29d9c4ead1dc32f1ceefa9|commit]], [[https://git.kernel.org/linus/403366d2a43eb7c911c6cddf1d7882e429d1212d|commit]], [[https://git.kernel.org/linus/f0c155c9da7536ab33687b5207eb21e704122a56|commit]], [[https://git.kernel.org/linus/e8fcf25f562891d5c0734d4f49c44bb6aa72bc15|commit]], [[https://git.kernel.org/linus/cf3a79e4f826fc680fd7bfef7c427e2cc6023bc3|commit]], [[https://git.kernel.org/linus/3888672495fcaee98b90196c0a899b1c2eb57d5b|commit]], [[https://git.kernel.org/linus/fc2a31affb22394d1d74d3ecc86b5c68da33d52a|commit]], [[https://git.kernel.org/linus/1fc778f7c833aeb13041adc06f016f1a2dff7350|commit]], [[https://git.kernel.org/linus/c28dac5d3a6e87615d4c8e50f574c320172a3d55|commit]], [[https://git.kernel.org/linus/699a9733a354d74482ae4d4304acdbb0c0318a23|commit]], [[https://git.kernel.org/linus/880f6c84701cb7735d19f20db89e757086a8fcfa|commit]], [[https://git.kernel.org/linus/a94253232b0454ae3f45e2a941bbc0a1d5bdb955|commit]], [[https://git.kernel.org/linus/c3de00ac31f76b8e3af9f7a85c2da29c1b72babf|commit]], [[https://git.kernel.org/linus/558a25c2ee3815c3d59d4dd9440a1cb3a78d20ab|commit]], [[https://git.kernel.org/linus/24bfc042ba3dc3692e206ff060eb22733b6d3ac0|commit]] * Add sof support for new board revisions [[https://lore.kernel.org/linux-sound/20250122163544.1392869-1-daniel.baluta@nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/4b24c69af9cd5bd8fe98ab2ddd822d73f5e20a00|commit]], [[https://git.kernel.org/linus/66084793fac9c8b841f65da1809ad0ad398f9f2f|commit]], [[https://git.kernel.org/linus/a9f54c7fbd2edb28c8d4d812be3d0129167f92d4|commit]], [[https://git.kernel.org/linus/af65d7d041d486cc55530e14d806e16143037962|commit]] * acp: Support microphone from Lenovo Go S [[https://git.kernel.org/linus/b9a8ea185f3f8024619b2e74b74375493c87df8c|commit]] * Add support for codec of f1c100s [[https://lore.kernel.org/linux-sound/20241123123900.2656837-1-csokas.bence@prolan.hu/T/|(cover)]], [[https://git.kernel.org/linus/cabd4ac290a6ceb87c8dbfb5a3251750e24529e7|commit]], [[https://git.kernel.org/linus/bb2cc3014d74dfdab0b358b4539a9d2747598663|commit]], [[https://git.kernel.org/linus/2198deb823a6ebe110b737614421a4687d3327f4|commit]], [[https://git.kernel.org/linus/95b570f7ded1e921eb3fd256d0a70b294f31bd0c|commit]], [[https://git.kernel.org/linus/20296f8baa25839585b9060079946f7333a5c5aa|commit]] * Intel: boards: updates for 6.14 [[https://lore.kernel.org/linux-sound/20241206075903.195730-1-yung-chuan.liao@linux.intel.com/T/|(cover)]], [[https://git.kernel.org/linus/4ab80a2961c75562ffbac1f80de151a978c31659|commit]], [[https://git.kernel.org/linus/90a73807fd8a6c044cc971e53c2cc602f3841ef6|commit]], [[https://git.kernel.org/linus/41f91a884f9e5d9fda73fcb30d87b72fb7526216|commit]], [[https://git.kernel.org/linus/7662f0e5d55728a009229112ec820e963ed0e21c|commit]], [[https://git.kernel.org/linus/558d516e4b0f886f15ea04c83bf3ab0bbe62e474|commit]], [[https://git.kernel.org/linus/bd40d912728fc306e0861c82af4a359d8691ee16|commit]], [[https://git.kernel.org/linus/124d534c581cda93aae06b37351ed76af7b98d5c|commit]], [[https://git.kernel.org/linus/a7ebb0255188a7a2f1c9edd5660346bd5b17fb7b|commit]], [[https://git.kernel.org/linus/a3003af649efb6f3d86d379d1e9a966ea6d5f5ab|commit]], [[https://git.kernel.org/linus/c0524067653d07e78bc215220bc111b6e5e4a94d|commit]] * SOF: core/Intel: Handle pause supported token from topology [[https://lore.kernel.org/linux-sound/20241213101123.27318-1-peter.ujfalusi@linux.intel.com/T/|(cover)]], [[https://git.kernel.org/linus/70a667d70cce338ab8552dd762ae114a5ab96500|commit]], [[https://git.kernel.org/linus/3a47319d2d910291f4c09c0f1fec4e86a2e03696|commit]] * ASoC: rt5682: Support the ALC5682I-VE codec [[https://git.kernel.org/linus/5d085b25ae9843b4865360986ab288332bb01e21|commit]] * fsl: Support micfil on i.MX943 [[https://lore.kernel.org/lkml/20250114102720.3664667-1-shengjiu.wang@nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/eab69050450ba63a4edb17d3d1a8654d2a130786|commit]], [[https://git.kernel.org/linus/3927c51e49c1a45785334dc578f0b29c685619ec|commit]] * fsl: Support MQS on i.MX943 [[https://lore.kernel.org/lkml/20250113090321.3193464-1-shengjiu.wang@nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/6f490e6b2c34792e363685bacb48a759e7e40cd1|commit]], [[https://git.kernel.org/linus/a1a771e5f1e31e4764d9a225c02e93969d3f5389|commit]] * codecs: Add aw88083 amplifier driver [[https://lore.kernel.org/lkml/20241231125610.465614-1-wangweidong.a@awinic.com/T/|(cover)]], [[https://git.kernel.org/linus/e7b73981380cefc9ed6261e3b53c37c327cab189|commit]] * Intel: Add matches for Cirrus Logic CDB35L56 boards [[https://lore.kernel.org/linux-sound/20241216032721.131227-1-yung-chuan.liao@linux.intel.com/T/|(cover)]], [[https://git.kernel.org/linus/bf4519f4b1e1fa6286af5d331146238ddc580ea6|commit]], [[https://git.kernel.org/linus/bc7bd5c335030858216581e7a591d02ebfdb53e7|commit]], [[https://git.kernel.org/linus/6dcc8e7f2bb7b748d75844631b2bae860648202a|commit]] == Tablets, touch screens, keyboards, mouses == * I8042: add support for platform filter contexts [[https://git.kernel.org/linus/cec8c359f87c0f7c9cf63b570c0ce968b5ef62a4|commit]] * Drivers to support the mcu on qnap nas devices [[https://lore.kernel.org/linux-leds/20241107114712.538976-1-heiko@sntech.de/T/|(cover)]], [[https://git.kernel.org/linus/8a5b38c3fd709e8acd2bfdedf66c25e6af759576|commit]], [[https://git.kernel.org/linus/fa52c04daec9ff9820260901a8b1d271bb532d12|commit]], [[https://git.kernel.org/linus/3f674e74570e82100aa20aae82da742f07b9310c|commit]], [[https://git.kernel.org/linus/998f70d1806bb718a7565f350283e4a79c8cbb4b|commit]], [[https://git.kernel.org/linus/2ec8bb475743c6f1890cf3245e59cc516b70bf2b|commit]], [[https://git.kernel.org/linus/bb7e361191564cbd77f5cfc0f49213d9e799ff10|commit]], [[https://git.kernel.org/linus/9855caf5d4eb1d8b8bba60be256186ea8e0f907c|commit]], [[https://git.kernel.org/linus/e09a1f000f613bca2b609105b1e679e6e6369fbe|commit]], [[https://git.kernel.org/linus/28876859288d85c15079641b7c96b5f4077a2ff6|commit]] * xpad: improve name of 8BitDo controller 2dc8:3106 [[https://git.kernel.org/linus/66372fa9936088bf29c4f47907efeff03c51a2c8|commit]] * xpad: add support for wooting two he (arm) [[https://git.kernel.org/linus/222f3390c15c4452a9f7e26f5b7d9138e75d00d5|commit]] * xpad: add support for Nacon Pro Compact [[https://git.kernel.org/linus/1bba29603a2812e7b3dbb4ec1558ecb626ee933e|commit]] * xpad: add QH Electronics VID/PID [[https://git.kernel.org/linus/92600f3295ff571890c981d886c6544030cc05f3|commit]] * xpad: add support for Nacon Evol-X Xbox One Controller [[https://git.kernel.org/linus/3a6e5ed2372bcb2a3c554fda32419efd91ff9b0c|commit]] * Remove evbug driver [[https://git.kernel.org/linus/e571f988af1b62b701fc85fb74df878acc0a9857|commit]] * atkbd: map F23 key to support default copilot shortcut [[https://git.kernel.org/linus/907bc9268a5a9f823ffa751957a5c1dd59f83f42|commit]] * xpad: add unofficial Xbox 360 wireless receiver clone [[https://git.kernel.org/linus/e4940fe6322c851659c17852b671c6e7b1aa9f56|commit]] * HID * Add new capabilities to pmf smart pc [[https://lore.kernel.org/linux-input/20241217151627.757477-1-Shyam-sundar.S-k@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/d1c444b47100d81a4b8c84aa3ac1c8159c22066a|commit]], [[https://git.kernel.org/linus/cce179c655dad321882110d93210f389add9fd2f|commit]] * steelseries: add !SteelSeries Arctis 9 support [[https://lore.kernel.org/linux-input/20250112114438.2196-1-git@mayer-bgk.de/T/|(cover)]], [[https://git.kernel.org/linus/65b851a3cdcc851a65970f134811fee20ec6a454|commit]], [[https://git.kernel.org/linus/27c5438f5d25117d66aac2898bc7fc619c255b68|commit]], [[https://git.kernel.org/linus/5d7c74d1057d60cffcd8e314539fce8393c33b03|commit]], [[https://git.kernel.org/linus/ad8ef3dfceb3c4ed2b02279d4cb9238d377a5278|commit]] * Add intel touch host controller drivers [[https://lore.kernel.org/linux-doc/20250106023151.3011329-1-even.xu@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/df3a78d8a862f1ed48f186f62397e37eeb74d0e3|commit]], [[https://git.kernel.org/linus/1b2d05384c29625816fb4b2b8d9c29e6f357fd8d|commit]], [[https://git.kernel.org/linus/050427e3abcf1959eafa876d2ca9f687878f9c7a|commit]], [[https://git.kernel.org/linus/e584b13571845783d916294bc201a5e2278e5d7e|commit]], [[https://git.kernel.org/linus/86f5f4abe799ac8cd9f28346818781fd9bdb642f|commit]], [[https://git.kernel.org/linus/a688404b2e20f00cce6d0a2b888ef4ca9154e144|commit]], [[https://git.kernel.org/linus/e86df90779436d5572e8d4980249494b51f9f2a1|commit]], [[https://git.kernel.org/linus/4e682ea6d60e1438a2a6b8984c90fcc59ecdcd5a|commit]], [[https://git.kernel.org/linus/f02bcabad00be442d7319189a23b919604865e10|commit]], [[https://git.kernel.org/linus/4228966def884c6e34b85cdc7118c5d013e1718f|commit]], [[https://git.kernel.org/linus/c8f3027dd2a5b34021eb9cced4ad8c2599797175|commit]], [[https://git.kernel.org/linus/4751113f24048f96cb696ff8d939e38530dcdfc1|commit]], [[https://git.kernel.org/linus/7cb06f08ef13499105d6fe85706baf34467b43a8|commit]], [[https://git.kernel.org/linus/9d8d51735a3af40b722346931a6a1e50227df4b5|commit]], [[https://git.kernel.org/linus/4138f21115aec3ebae7805ec3407c72d93558023|commit]], [[https://git.kernel.org/linus/6912aaf3fd24b38c5837aed3107924e1bdc4a32c|commit]], [[https://git.kernel.org/linus/61bb2714dc3a110940fbe85846c887bfdd5d6e83|commit]], [[https://git.kernel.org/linus/ba38d7f87f159c94f947d5b8336f763ec760d4ea|commit]], [[https://git.kernel.org/linus/5282e45ccbfa91524944a32d40386c54fdd4d145|commit]], [[https://git.kernel.org/linus/6fc761385bcf62b235b6b48b1db32e2558a7904a|commit]], [[https://git.kernel.org/linus/66b59bfce6d93ddedb532a56eb5339c144f56c09|commit]], [[https://git.kernel.org/linus/5f420e8215c6642998900315f25608d831d93da7|commit]] * Wacom: Add PCI Wacom device support [[https://git.kernel.org/linus/c4c123504a65583e3689b3de04a61dc5272e453a|commit]] * hid-asus: Disable OOBE mode on the !ProArt P16 [[https://git.kernel.org/linus/53078a736fbc60e5d3a1e14f4cd4214003815026|commit]] * multitouch: Add quirk for Hantick 5288 touchpad [[https://git.kernel.org/linus/b5e65ae557da9fd17b08482ee44ee108ba636182|commit]] * lenovo: Support for !ThinkPad-X12-TAB-1/2 Kbd Fn keys [[https://git.kernel.org/linus/84c9d2a968c8276f1ceddaa1526c803263eae2b4|commit]] * wacom: Initialize brightness of LED trigger [[https://git.kernel.org/linus/88006b8eca63467cf1b28fed839f4954c578eeff|commit]] * nintendo: add support for md/gen 6B controller [[https://git.kernel.org/linus/03ece95097007805c5a8d3fcb904556469608563|commit]] == TV tuners, webcams, video capturers == * qcom: camss: Add sc7280 support [[https://lore.kernel.org/linux-kernel/20241206191900.2545069-1-quic_vikramsa@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/5593555343f3ec299ca28d46a478e718c1119f74|commit]], [[https://git.kernel.org/linus/3522673b8f291cd8ae40c03c8fe4ac07e68b3398|commit]], [[https://git.kernel.org/linus/a7f5b36b34824415c28875d615c49a3cf5070615|commit]] * Remove dead TI wl128x FM radio driver [[https://git.kernel.org/linus/945215ee45e6548d1a2f4ed03e9bbb8c58e4e03f|commit]] * stm32: introduction of CSI / DCMIPP for STM32MP25 [[https://lore.kernel.org/stable/20241212-csi_dcmipp_mp25-v4-0-fbeb55a05ed7@foss.st.com/T/|(cover)]], [[https://git.kernel.org/linus/b36077ba289b827b4e76e25e8d8e0cc90fa09186|commit]], [[https://git.kernel.org/linus/64ecc79a95db0ef781c7b5948910a73bd2b54770|commit]], [[https://git.kernel.org/linus/dcb0f4c16be5df6881a952dc510ce3ec01570144|commit]], [[https://git.kernel.org/linus/255e0cc62b9b1afad9b9ba7738d5c53cd0d157fb|commit]], [[https://git.kernel.org/linus/b0f3cc70893289d0d74a1523e26d60346f747ebe|commit]], [[https://git.kernel.org/linus/d64685e129c0a3db7b5d7cfaee6661eca9cbbdc7|commit]], [[https://git.kernel.org/linus/03abfb7b7176d586940a5ad92b08e27a26c3b598|commit]], [[https://git.kernel.org/linus/822c72eb15190e6aa70d2da9c69f0b86b1da6038|commit]], [[https://git.kernel.org/linus/e2650231553cb3aa47eeb034fbec2e5f34d9c89a|commit]], [[https://git.kernel.org/linus/58d0201ef8ad1b2316e57ef9a23ccd6382ded5bb|commit]], [[https://git.kernel.org/linus/4a58f7ec73a3120bef5c5989dbc38f2b1e830662|commit]], [[https://git.kernel.org/linus/923b428c49fb8ef50b2c6ae8ca9f322568a3882a|commit]], [[https://git.kernel.org/linus/686f27f7ea376ee5001783489c70a6c2e0bfcd6d|commit]], [[https://git.kernel.org/linus/d67635e62d8078eb5602246c81d991d3f6eb034d|commit]], [[https://git.kernel.org/linus/8df9bff2788973e16263ca86df7574d527c84405|commit]] * v4l: fwnode: Add support for CSI-2 C-PHY line orders [[https://lore.kernel.org/lkml/20241121134108.2029925-1-niklas.soderlund+renesas@ragnatech.se/T/|(cover)]], [[https://git.kernel.org/linus/91a7088096a49eb413ca11a9d80bc8ba60695c18|commit]], [[https://git.kernel.org/linus/573b4adddbd22baf14c5022b8e4b1dd93bac22ee|commit]], [[https://git.kernel.org/linus/c357e2295b7880b1d9d365c3389f06ef2eb464d0|commit]], [[https://git.kernel.org/linus/b06ec03b7464fdf235487cb68ce0902df8c34aa6|commit]] * i2c: imx290: Add support for imx462 [[https://lore.kernel.org/devicetree/20241120-media-imx290-imx462-v2-0-7e562cf191d8@raspberrypi.com/T/|(cover)]], [[https://git.kernel.org/linus/ec75fd952b0b5cdab7b606cdacba237c57c1fdda|commit]], [[https://git.kernel.org/linus/f2055c1d62d6dfd25a31d1d1923883f21305aea5|commit]], [[https://git.kernel.org/linus/e4faac99d5bb4b6c80f2495c40fcd71a67c40b27|commit]], [[https://git.kernel.org/linus/c699b6c7c857baba1375a1ed090bf71f695e2971|commit]] * i2c: ds90ub9xx: Misc fixes and improvements [[https://lore.kernel.org/stable/20241206-ub9xx-fixes-v4-0-466786eec7cc@ideasonboard.com/T/|(cover)]], [[https://git.kernel.org/linus/60b45ece41c5632a3a3274115a401cb244180646|commit]], [[https://git.kernel.org/linus/ba3bdb93947c90f098061de1fb2458e2ca040093|commit]], [[https://git.kernel.org/linus/698cf6df87ffa83f259703e7443c15a4c5ceae86|commit]], [[https://git.kernel.org/linus/42d0ec194aa12e9b97f09a94fe565ba2e5f631a2|commit]], [[https://git.kernel.org/linus/5dbbd0609b83f6eb72c005e2e5979d0cd25243c8|commit]], [[https://git.kernel.org/linus/a56fac44beced4d525a690caa44cd8e995362dfb|commit]], [[https://git.kernel.org/linus/ab57d4b590a756a751e165dc63c743369b4103e1|commit]], [[https://git.kernel.org/linus/0aac971d427c7929c7da42bb4388416cb6ad49a5|commit]], [[https://git.kernel.org/linus/b0ab26fa4a081645ee289ba8fd3fd6b3efe84f49|commit]], [[https://git.kernel.org/linus/7fd049714569d02f124311e858b09f9e0308fa46|commit]], [[https://git.kernel.org/linus/4c9320bc1892e8c78d5dcb65a3d77e44251171b6|commit]], [[https://git.kernel.org/linus/2b244ff3671fa7061d5d62e6f24cca863cec4db6|commit]], [[https://git.kernel.org/linus/acd8f58d7a3bce0fbd3263961cd09555c00464ba|commit]], [[https://git.kernel.org/linus/0794c43ea1e451007e80246e1288ebbf44139397|commit]], [[https://git.kernel.org/linus/cff7e9e5aee4bacf7d5cc193d612fb59b76c0d6e|commit]] * ov2740: Add regulator support [[https://git.kernel.org/linus/fb6ba073ff0778eabc5028149d436e76ba09ca52|commit]] * ov2740: Add camera orientation and sensor rotation controls [[https://git.kernel.org/linus/17898af922834cf2673896715d9495b34ab70677|commit]] * uvcvideo: Support partial control reads and minor changes [[https://lore.kernel.org/stable/20241128-uvc-readless-v5-0-cf16ed282af8@chromium.org/T/|(cover)]], [[https://git.kernel.org/linus/f00ee2ca8da25ebccb8e19956d853c9055e2c8d0|commit]], [[https://git.kernel.org/linus/060950f7f74ef242ce9eec837a75a53b379959f0|commit]] * uvcvideo: Prepare deprecation of nodrop [[https://lore.kernel.org/linux-kernel/20241218-uvc-deprecate-v2-0-ab814139e983@chromium.org/T/|(cover)]], [[https://git.kernel.org/linus/87ce177654e388451850905a1d376658aebe8699|commit]], [[https://git.kernel.org/linus/52fbe173baa4df9d14bd733f42ee6b9ceab8299b|commit]], [[https://git.kernel.org/linus/8869eb654f2a7abb2dcdb79606fc95a4f092a449|commit]], [[https://git.kernel.org/linus/40ed9e9b2808beeb835bd0ed971fb364c285d39c|commit]] * Fix sonix technology mjpeg streams [[https://lore.kernel.org/linux-media/20241128145144.61475-1-isaac.scott@ideasonboard.com/T/|(cover)]], [[https://git.kernel.org/linus/c2eda35e675b6ea4a0a21a4b1167b121571a9036|commit]], [[https://git.kernel.org/linus/81f8c0e138c43610cf09b8d2a533068aa58e538e|commit]], [[https://git.kernel.org/linus/2762eab6d4140781840f253f9a04b8627017248b|commit]] * nxp: imx8-isi: Add i.MX8ULP support [[https://git.kernel.org/linus/ab2fd4a0ca26f3b4a7764f51ed3326ab89ab3213|commit]], [[https://git.kernel.org/linus/288517a3c6c92d8d6ced2ff742c8e74f9d846d55|commit]] == Universal Serial Bus == * Add support for usb controllers on qcs615 [[https://lore.kernel.org/devicetree/20241224084621.4139021-1-krishna.kurapati@oss.qualcomm.com/T/|(cover)]], [[https://git.kernel.org/linus/413918c44c4fb7619db41d2b942e0289c6dac0bc|commit]], [[https://git.kernel.org/linus/8adbf20e05025f588d68fb5b0fbbdab4e9a6f97e|commit]] * Enable ipq5424 usb support [[https://lore.kernel.org/lkml/20241118052839.382431-1-quic_varada@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/db4427afa66062b37269f3398fed790d138506c7|commit]], [[https://git.kernel.org/linus/9c56a1de296e70d16f1daac203d420378743a363|commit]], [[https://git.kernel.org/linus/d70656aee767090f700edd0de535ff3ffb0b351f|commit]], [[https://git.kernel.org/linus/b8ef065c13872f5a4155e71c338597fde683cfd6|commit]], [[https://git.kernel.org/linus/7376d345d6c06f6836637d7ac2d3507f392be7de|commit]] * Xhci features for usb-next [[https://lore.kernel.org/linux-usb/20241227120142.1035206-1-mathias.nyman@linux.intel.com/T/|(cover)]], [[https://git.kernel.org/linus/03e3d9c2bd85cda941b3cf78e895c1498ac05c5f|commit]], [[https://git.kernel.org/linus/d157a2bcf99c028b134e1e6b53d8af64d0396c66|commit]], [[https://git.kernel.org/linus/1e0a19912adb68a4b2b74fd77001c96cd83eb073|commit]], [[https://git.kernel.org/linus/3ac820f9d422fb3b8a130b94e0e2a2cf429fcca1|commit]], [[https://git.kernel.org/linus/8a95c9e10ff8b52b78d1268bf20f218479ca1d58|commit]] * gadget: f_tcm: Enhance UASP driver [[https://lore.kernel.org/stable/cover.1733876548.git.Thinh.Nguyen@synopsys.com/T/|(cover)]], [[https://git.kernel.org/linus/c225d006a31949d673e646d585d9569bc28feeb9|commit]], [[https://git.kernel.org/linus/98fa00fd3ae43b857b4976984a135483d89d9281|commit]], [[https://git.kernel.org/linus/3b2a52e88ab0c9469eaadd4d4c8f57d072477820|commit]], [[https://git.kernel.org/linus/3b997089903b909684114aca6f79d683e5c64a0e|commit]], [[https://git.kernel.org/linus/25224c1f07d31c261d04dfbc705a7a0f314a825d|commit]], [[https://git.kernel.org/linus/94d9bf671ae314cacc2d7bf96bd233b4abc7cede|commit]], [[https://git.kernel.org/linus/e577ae94cd6317ddbc0ca9961c713e0621c107d1|commit]], [[https://git.kernel.org/linus/d0c188cd8dc099e733381ed7b6a8f2d209933313|commit]], [[https://git.kernel.org/linus/8840047985bbe3b49855f4e164ad92253d6f8136|commit]], [[https://git.kernel.org/linus/1f0d96f5d1ad9d775b8ca2d493217c70c298f718|commit]], [[https://git.kernel.org/linus/34579e98a4167572fa2d974d5926a8b5e5aa37f7|commit]], [[https://git.kernel.org/linus/a570559a4f27f687c88eac5fc5c01c85c869698b|commit]], [[https://git.kernel.org/linus/0d2d759c9a5d64e3e315a4feda5e2b7a5061a34f|commit]], [[https://git.kernel.org/linus/9e0f5819bafcfba0dbfb910a72c3a2f23f501cb6|commit]], [[https://git.kernel.org/linus/5cf091d59e575bcb6ed054bf1ad3caa7f0efca82|commit]], [[https://git.kernel.org/linus/70fda9e6da8635719ecbecc5987d4cb3180d0702|commit]], [[https://git.kernel.org/linus/360715d56782fa8ad6776dff9294f0698036a25d|commit]], [[https://git.kernel.org/linus/76003eb6d09278f945eaee0e8134451485a07c69|commit]], [[https://git.kernel.org/linus/89e4ec503d6b37a35720424b70911d61b451875f|commit]], [[https://git.kernel.org/linus/2d6d0c695e6bb584aec036c51d7de989069fd2ee|commit]], [[https://git.kernel.org/linus/472615215398b7e47baca6422cab5a7106cddecb|commit]], [[https://git.kernel.org/linus/1d5d4e11536ed7154ba08799a64eca9802d32d0f|commit]], [[https://git.kernel.org/linus/20e9ab60e6a66389558d9d31932b676937affb79|commit]], [[https://git.kernel.org/linus/29ed170538729c3c59cb8176ebb62673bbf6c799|commit]], [[https://git.kernel.org/linus/a4d7274d07ae4b3e77b3b35f46cab7c90b95ef21|commit]], [[https://git.kernel.org/linus/3ce3b2108f38059e0830222da4c3003aff2ab097|commit]], [[https://git.kernel.org/linus/de92fb3fc2bd20ac9ad267af4dfb075b8e792fbc|commit]], [[https://git.kernel.org/linus/d7123c77dc6072b028291355e4c4be0ad8046066|commit]] * Thunderbolt and dp altmode support for cros-ec-typec [[https://lore.kernel.org/linux-kernel/20241213233552.451927-1-abhishekpandit@chromium.org/T/|(cover)]], [[https://git.kernel.org/linus/8541bf0239b8509ecc1192b2e26768a36fd9c944|commit]], [[https://git.kernel.org/linus/100e257386595b3f1865ca8a991e2ba74f9701ff|commit]], [[https://git.kernel.org/linus/183b194d8fb62694e81c18e1faec9ad418f952e3|commit]], [[https://git.kernel.org/linus/5399a1bac6a8f67eb180ac900641c1836cc3c0dd|commit]], [[https://git.kernel.org/linus/5b2f3305a92f3864f07bd67bad7fcc8f0c7adaba|commit]], [[https://git.kernel.org/linus/dbb3fc0ffa95788e00e50ffc6501eb0085d48231|commit]], [[https://git.kernel.org/linus/3b00be26b16ad72c85624ada08cbae2d2c57b6e9|commit]], [[https://git.kernel.org/linus/1aede069816747609d45f02947440a8ad0c3490f|commit]] * typec: hd3ss3220: enhance driver with port type, power opmode, and role preference settings [[https://lore.kernel.org/linux-kernel/20241211-usb-typec-controller-enhancements-v3-0-e4bc1b6e1441@zuehlke.com/T/|(cover)]], [[https://git.kernel.org/linus/14ba185d2f3e806d7e28c6cf9fbbbccddfdd608e|commit]], [[https://git.kernel.org/linus/5d2c32d506d89a4f657b44b74c61b8f74ba1a23a|commit]], [[https://git.kernel.org/linus/6fdc943251865979c995798b6b246ffa8381f2dc|commit]] * TCPM: Add support for responding to get_revision request [[https://lore.kernel.org/linux-usb/20241210-get_rev_upstream-v2-0-d0094e52d48f@google.com/T/|(cover)]], [[https://git.kernel.org/linus/1ed739929c914fa1f1a16c8f2e76814e9812e1b0|commit]], [[https://git.kernel.org/linus/8ecf60c3b3d4599d2e643bc88c303376a404ad13|commit]], [[https://git.kernel.org/linus/8cda395b79d90709fde3a9963c667d849cc5718f|commit]] * host: xhci-plat: add support compatible ID PNP0D15 [[https://git.kernel.org/linus/eb124822186be8ea433f568e92cc3bfbf6117a30|commit]] * typec: Implement UCSI driver for ChromeOS [[https://lore.kernel.org/linux-usb/20241231131047.1757434-1-ukaszb@chromium.org/T/|(cover)]], [[https://git.kernel.org/linus/401d07d530bfaf7131d6ab9acd32ff12b9a6ddf1|commit]], [[https://git.kernel.org/linus/f1a2241778d9627f8b41829c6ca0735b683a9c68|commit]] == Serial Peripheral Interface (SPI) == * Spi-nand/spi-mem dtr support [[https://lore.kernel.org/linux-kernel/20250110-winbond-6-11-rc1-quad-support-v3-0-7ab4bd56cf6e@bootlin.com/T/|(cover)]], [[https://git.kernel.org/linus/0fefeade90e74bc8f40ab0e460f483565c492e28|commit]], [[https://git.kernel.org/linus/1248c9b8d54120950fda10fbeb98fb8932b4d45c|commit]], [[https://git.kernel.org/linus/d0e5faccb229b1dacc4c9fa11f6df33bb1fdabd8|commit]], [[https://git.kernel.org/linus/e6204f39fe3a7b4538815a2d778b601bd543649e|commit]], [[https://git.kernel.org/linus/5baa189789e8894c58eacc7803e3c163c1d0fc0a|commit]], [[https://git.kernel.org/linus/06e9f5a1f6ba774d8942a168d3ec5ed5a008fbcb|commit]], [[https://git.kernel.org/linus/eee7bc9e7ade6f7ac17d9ec02887cd5509ba9427|commit]], [[https://git.kernel.org/linus/2438db5253eb17a7c0ccb15aea4252a150dda057|commit]], [[https://git.kernel.org/linus/13529647743d906ed3cf991f1d77727e7ff1fb6f|commit]], [[https://git.kernel.org/linus/13fd04b53053bbfa741a0f2a781837ab80e485f6|commit]], [[https://git.kernel.org/linus/67707cb094f134f5b3931eefbedbb9ca7e3209d0|commit]], [[https://git.kernel.org/linus/26851cf65ffca2d3a8d529a125e54cf0084d69e7|commit]], [[https://git.kernel.org/linus/d3f35dd3ad968256ed1080e3ea2022f947861cff|commit]], [[https://git.kernel.org/linus/1a206344218cc15ad8f321e3abab3f3d36ab639f|commit]], [[https://git.kernel.org/linus/b2fac3192919dd07e7ce30558e34abd7e07dde77|commit]], [[https://git.kernel.org/linus/9a68f6c8d6cfddeac7c5874528ed04e50a1cb579|commit]], [[https://git.kernel.org/linus/30eb2e6e78225f92f04a2325c6fd77fe8f5b4aab|commit]], [[https://git.kernel.org/linus/d1f85873d2d62d6980e68d21d3a21f20b0664cc3|commit]], [[https://git.kernel.org/linus/f0006897a96c736623ddeb9b68c3880eb5cdebe7|commit]], [[https://git.kernel.org/linus/226d6cb3cb799aae46d0dd19a521133997d9db11|commit]], [[https://git.kernel.org/linus/042087247835dad1ec5e39052abf022fd13c6326|commit]], [[https://git.kernel.org/linus/7ce0d16d5802bfde4209e52ee8ad644ca1eab423|commit]], [[https://git.kernel.org/linus/666c299be696f02c3354da104295fb94b8f65d25|commit]], [[https://git.kernel.org/linus/8586bc8d95488dfaadbc1af89ba59900d2c39119|commit]], [[https://git.kernel.org/linus/1ea808b4d15b9bddc48af75b0668b82366b5b927|commit]], [[https://git.kernel.org/linus/61c7155e3fe938d4da4671b2f84e29eaf79f5f46|commit]], [[https://git.kernel.org/linus/be7a05db4252edbffb43484b14755048fb8db710|commit]] * atmel-quadspi: Refactor to allow supporting SAMA7G5 O/QSPI [[https://lore.kernel.org/linux-spi/20241128174316.3209354-1-csokas.bence@prolan.hu/T/|(cover)]], [[https://git.kernel.org/linus/c0a0203cf57963792d59b3e4317a1d07b73df42a|commit]], [[https://git.kernel.org/linus/5af42209a4d23adc9a09e59e586d1b47fef3cc86|commit]] * rockchip-sfc: Support sclk_x2 version [[https://git.kernel.org/linus/af103eb7d7d881cf6ff7414242bce2d8e394cc32|commit]] * cadence-quadspi: Add support for device reset [[https://lore.kernel.org/linux-kernel/20241120120951.56327-1-srikanth.boyapally@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/2e4d9f5111a3b3c24550e34710efa690c03b3ea1|commit]], [[https://git.kernel.org/linus/27cf57f65bea55d985f0ad0dc1737ce1d01f05dc|commit]] * rockchip-sfc: Support ACPI [[https://git.kernel.org/linus/e39531352aed30156b270a61ba075e5b8d3b8498|commit]] * spi-kspi2: Add KEBA SPI controller support [[https://git.kernel.org/linus/1a90aae3b25b72e639da6062e0dc5efb9cff58f1|commit]] == Watchdog == * Da9052 boot status [[https://lore.kernel.org/linux-watchdog/20241210-da9052-wdt-v2-0-95a5756e9ac8@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/c925bb8853dae5cb25e7108298e905b55301bbff|commit]], [[https://git.kernel.org/linus/651b5fde35d67a2f669d2c0f5e1b702cac3400b2|commit]] == CPU Frequency scaling == * Fix some boost errors related to cpu online and offline. [[https://lore.kernel.org/linux-kernel/20250117101457.1530653-1-zhenglifeng1@huawei.com/T/|(cover)]], [[https://git.kernel.org/linus/1608f0230510489d74a2e24e47054233b7e4678a|commit]], [[https://git.kernel.org/linus/dd016f379ebc2d43a9405742d1a6066577509bd7|commit]], [[https://git.kernel.org/linus/03d8b4e76266e11662c5e544854b737843173e2d|commit]], [[https://git.kernel.org/linus/2b16c631832df6cf8782fb1fdc7df8a4f03f4f16|commit]] * Apple a7-a11, t2 soc cpufreq support [[https://lore.kernel.org/lkml/20241218182834.22334-1-towinchenmi@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/a248d90ddc3f73d193327275da2f16fb80c862cf|commit]], [[https://git.kernel.org/linus/4a06c250abaaf7cd1e32abcb90694b551712fa63|commit]], [[https://git.kernel.org/linus/0755a9376ec949eb7d881324548266ba8667a206|commit]], [[https://git.kernel.org/linus/55aac9f570b0f8a300a9b0128620ced15c4742d8|commit]], [[https://git.kernel.org/linus/0dc21f609149b958ca8c010d17f9935ed9cc96fe|commit]], [[https://git.kernel.org/linus/13b147b2a9f8a9a0b18eddd23abaf84d7bea80d1|commit]], [[https://git.kernel.org/linus/1a4ddf6ab9dde8a7e1e025c44745862705636b2f|commit]] * cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver [[https://git.kernel.org/linus/82e703dd438b71432cc0ccbb90925d1e32dd014a|commit]], [[https://git.kernel.org/linus/84cf9e541cccb8cb698518a9897942e8c78f1d83|commit]] == Voltage, current regulators, power capping, power supply == * supply: Introduce a mechanism for drivers to extend the properties implemented by a power supply [[https://lore.kernel.org/linux-pm/20241211-power-supply-extensions-v6-0-9d9dc3f3d387@weissschuh.net/T/|(cover)]], [[https://git.kernel.org/linus/6037802bbae892f3ad0c7b4c4faee39b967e32b0|commit]], [[https://git.kernel.org/linus/9d76d5de87bbf03c6e483565030b562dc42c7bff|commit]], [[https://git.kernel.org/linus/bcfe7d6ba20742bc166b293cc1a3986a0f4aaeb9|commit]], [[https://git.kernel.org/linus/288a2cabcf6bb35532e8b2708829bdc2b85bc690|commit]] * Add support for maxim integrated max77705 pmic [[https://lore.kernel.org/linux-leds/20250108-starqltechn_integration_upstream-v14-0-f6e84ec20d96@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/df998c22321dde3f70cd3cf8c183dfd6bf64c759|commit]], [[https://git.kernel.org/linus/4519e13aef44269b0f8b6694a7adeb13d7d66b14|commit]], [[https://git.kernel.org/linus/260d7c5e5392ac41c94152005d416172ba0a906d|commit]], [[https://git.kernel.org/linus/4519e13aef44269b0f8b6694a7adeb13d7d66b14|commit]], [[https://git.kernel.org/linus/9c1a47cf1e8978394399198b6b296c10f3a8dbfe|commit]] * power: ip5xxx_power: Add support for IP5306 [[https://git.kernel.org/linus/3ee089f172a75b06c95d970a563d4c3de9c97575|commit]], [[https://git.kernel.org/linus/98c57141319832861e141059aa46ee5fec3b9445|commit]], [[https://git.kernel.org/linus/8584bc5df53969523ac813a4b742b96f536d5472|commit]], [[https://git.kernel.org/linus/4013a71da38b66dbd084579b4af6becead76ed99|commit]], [[https://git.kernel.org/linus/ee7300da80db325af4ddaf2127984f8fb561bc00|commit]], [[https://git.kernel.org/linus/667e11374f4e4c85452d1a4f6f3fe0640991abd8|commit]], [[https://git.kernel.org/linus/ec62beb285e84da1a8c06f9dadc0e3669faaa0ab|commit]], [[https://git.kernel.org/linus/39f3bd9c9a27d526858da153090376decdf7bfea|commit]] * power: supply: bq24190: Add BQ24297 support [[https://git.kernel.org/linus/da4ac0b3c22f48f6387617d13bb986f633d3c01a|commit]], [[https://git.kernel.org/linus/b3ded6072c5600704cfa3ce3a8dc8718d34bda66|commit]], [[https://git.kernel.org/linus/3c7c176b10ccff15fee0e8d00ebc6804f87fb807|commit]] * power: supply: ltc4162-l-charger: Add support for ltc4162-f/s and ltc4015 [[https://git.kernel.org/linus/57e5a9a85bd03d8cc4992cb2e15ca23450e016c4|commit]] * supply: Add STC3117 Fuel Gauge [[https://lore.kernel.org/linux-kernel/20241220084958.32367-1-bhavin.sharma@siliconsignals.io/T/|(cover)]], [[https://git.kernel.org/linus/69a3761389cb9a3a05684e84a659c2799b62cbb3|commit]], [[https://git.kernel.org/linus/74e3f620852390a4e8359c6056d67af1e42b1b1c|commit]] * supply: max1720x: add support for reading internal and thermistor temperatures [[https://git.kernel.org/linus/b4a95b8fd3e67c1222c76bdd1078d43c9a11d132|commit]] * supply: Add new "charge_types" property [[https://lore.kernel.org/linux-pm/20241211174451.355421-1-hdegoede@redhat.com/T/|(cover)]], [[https://git.kernel.org/linus/cc4c34577dbc17729b7e3f1266cf12d043e8c170|commit]], [[https://git.kernel.org/linus/d24bf99214b199c25f9c2cb04b3a4993d1c7ab60|commit]], [[https://git.kernel.org/linus/5d417a5e7ade02a7b75cd886d8afe3e9025e7e25|commit]], [[https://git.kernel.org/linus/a3a8799165ff83bb764fd800c6559c3cba0ddac3|commit]] * supply: gpio-charger: add support for default charge current limit [[https://lore.kernel.org/linux-kernel/20241218-default-charge-current-limit-v3-0-b26118cf06b5@liebherr.com/T/|(cover)]], [[https://git.kernel.org/linus/0a219d6fd7ab89177a6fa49539def43694154d50|commit]] * supply: max1720x: add charge full property [[https://git.kernel.org/linus/dc90aa3a72e624a3eb30e61d47c4c501006dfb8b|commit]] * power: supply: gpio-charger: add support for default charge current limit [[https://git.kernel.org/linus/de68987480cb92702eab14cf62ec2aa1bae5c867|commit]] * pca9450: collect some improvement patches [[https://lore.kernel.org/devicetree/20241205-pca9450-v1-0-aab448b74e78@nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/229773f90b1f886e8fd542f98b495c66e43be5ba|commit]], [[https://git.kernel.org/linus/0f5c601098bd3c9cdfea3e01aacdd9d0c4010ea7|commit]], [[https://git.kernel.org/linus/17b531c162e5dbdce9a184ccd1c730ae3f31576b|commit]], [[https://git.kernel.org/linus/017b76fb8e5b6066f6791e7ad2387deb2c9c9a14|commit]], [[https://git.kernel.org/linus/3fea8d144923857a99f4f22d264cc26008d04969|commit]] * pcf2127: add BSM support [[https://git.kernel.org/linus/97274527e8dc709bbb4c7cb44279a12d085da9ef|commit]] * regulator: Add support for power budget [[https://git.kernel.org/linus/42d7c87b4e1251f36eceac987e74623e7cda8577|commit]] == Real Time Clock (RTC) == * pcf2127: add BSM support [[https://git.kernel.org/linus/97274527e8dc709bbb4c7cb44279a12d085da9ef|commit]] == Pin Controllers (pinctrl) == * Add pinctrl support for mt7988 [[https://lore.kernel.org/linux-gpio/20241217085435.9586-1-linux@fw-web.de/T/|(cover)]], [[https://git.kernel.org/linus/1673d720b7e2862a5ff1994922558b7427f8a56b|commit]], [[https://git.kernel.org/linus/08bec851118226cc8c4397692542b855de2e0d73|commit]], [[https://git.kernel.org/linus/e4ee0acff5b9909644e6b2cb7fb977f877f916c0|commit]], [[https://git.kernel.org/linus/7d887c0c9f89310c43387425ccee9be10bf6c665|commit]], [[https://git.kernel.org/linus/1497f14d8bbc0a4631da3045861e97318e238746|commit]] * Add rz/g3e pinctrl support [[https://lore.kernel.org/devicetree/20241216195325.164212-1-biju.das.jz@bp.renesas.com/T/|(cover)]], [[https://git.kernel.org/linus/3e4863d24818a41db42b4f2680715f204657839e|commit]], [[https://git.kernel.org/linus/5c7fb203d0dbfbfeed51991a4f98499b245634a7|commit]], [[https://git.kernel.org/linus/0ce66380a7c7566c91d4a159751d5801280957c1|commit]], [[https://git.kernel.org/linus/829356da700bbe07e13b4403997bf8c5aac64660|commit]], [[https://git.kernel.org/linus/6e526427fa78439cc8045068d78df1d8cd911213|commit]], [[https://git.kernel.org/linus/987040d4601e98e32c53837ef76aad115c4966f7|commit]] * rockchip: add rk3562 support [[https://git.kernel.org/linus/2f0ffa57f6989aa2f3db7f999dec305eba7521c9|commit]] * pcf2127: add BSM support [[https://git.kernel.org/linus/97274527e8dc709bbb4c7cb44279a12d085da9ef|commit]] == Memory Technology Devices (MTD) == * Expose interface for detailed erase counters [[https://git.kernel.org/linus/3156ceb222414456084d964f43ada071206039b8|commit]], [[https://git.kernel.org/linus/01099f635a4c68b8574d350a972ba062dd5142e9|commit]] * spinand: add support for FORESEE F35SQA001G [[https://git.kernel.org/linus/ae461cde5c559675fc4c0ba351c7c31ace705f56|commit]] * spinand: Add support for !SkyHigh S35ML-3 family [[https://lore.kernel.org/linux-kernel/cover.1733193264.git.Takahiro.Kuwano@infineon.com/T/|(cover)]], [[https://git.kernel.org/linus/c6858779f1f549442ec2fe2f69800d8e9cd904ce|commit]], [[https://git.kernel.org/linus/6d9d6ab3a82af50e36e13e7bc8e2d1b970e39f79|commit]] * Add support for fujitsu mb85rs128ty [[https://lore.kernel.org/linux-devicetree/20241203-mb85rs128ty-v3-0-79107d54d839@pengutronix.de/T/|(cover)]], [[https://git.kernel.org/linus/5dbc889d41b175aa7b9c7c49a48c11a047f6074d|commit]], [[https://git.kernel.org/linus/5b68d4d2db29fba81adef44513f31731e06f5589|commit]], [[https://git.kernel.org/linus/02ba194feacb994d6ed8dd60550a2dcf213e256d|commit]] * spi-nor: atmel: add at25sf321 entry [[https://git.kernel.org/linus/792caa4a4baaa9bc3fb59052b30cee08e8bc801d|commit]] * Add support for nuvoton ma35 nand controller [[https://lore.kernel.org/linux-kernel/20241206031318.156152-1-hpchen0nvt@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/c20e06019087410832455d01c97e9f72f6bb1626|commit]], [[https://git.kernel.org/linus/5abb5d414d550998a235de1161ac6bef240b0c29|commit]] * Add support for infineon s28hl256t and s28hl02gt [[https://lore.kernel.org/lkml/cover.1734588106.git.Takahiro.Kuwano@infineon.com/T/|(cover)]], [[https://git.kernel.org/linus/78bc75e16e03822218bcbae0578fdf988af39ffd|commit]], [[https://git.kernel.org/linus/b239cbc7b078ff9c8b218c6191550ae28763fdaa|commit]] * Spi-nand/spi-mem dtr support [[https://lore.kernel.org/linux-kernel/20250110-winbond-6-11-rc1-quad-support-v3-0-7ab4bd56cf6e@bootlin.com/T/|(cover)]], [[https://git.kernel.org/linus/0fefeade90e74bc8f40ab0e460f483565c492e28|commit]], [[https://git.kernel.org/linus/1248c9b8d54120950fda10fbeb98fb8932b4d45c|commit]], [[https://git.kernel.org/linus/d0e5faccb229b1dacc4c9fa11f6df33bb1fdabd8|commit]], [[https://git.kernel.org/linus/e6204f39fe3a7b4538815a2d778b601bd543649e|commit]], [[https://git.kernel.org/linus/5baa189789e8894c58eacc7803e3c163c1d0fc0a|commit]], [[https://git.kernel.org/linus/06e9f5a1f6ba774d8942a168d3ec5ed5a008fbcb|commit]], [[https://git.kernel.org/linus/eee7bc9e7ade6f7ac17d9ec02887cd5509ba9427|commit]], [[https://git.kernel.org/linus/2438db5253eb17a7c0ccb15aea4252a150dda057|commit]], [[https://git.kernel.org/linus/13529647743d906ed3cf991f1d77727e7ff1fb6f|commit]], [[https://git.kernel.org/linus/13fd04b53053bbfa741a0f2a781837ab80e485f6|commit]], [[https://git.kernel.org/linus/67707cb094f134f5b3931eefbedbb9ca7e3209d0|commit]], [[https://git.kernel.org/linus/26851cf65ffca2d3a8d529a125e54cf0084d69e7|commit]], [[https://git.kernel.org/linus/d3f35dd3ad968256ed1080e3ea2022f947861cff|commit]], [[https://git.kernel.org/linus/1a206344218cc15ad8f321e3abab3f3d36ab639f|commit]], [[https://git.kernel.org/linus/b2fac3192919dd07e7ce30558e34abd7e07dde77|commit]], [[https://git.kernel.org/linus/9a68f6c8d6cfddeac7c5874528ed04e50a1cb579|commit]], [[https://git.kernel.org/linus/30eb2e6e78225f92f04a2325c6fd77fe8f5b4aab|commit]], [[https://git.kernel.org/linus/d1f85873d2d62d6980e68d21d3a21f20b0664cc3|commit]], [[https://git.kernel.org/linus/f0006897a96c736623ddeb9b68c3880eb5cdebe7|commit]], [[https://git.kernel.org/linus/226d6cb3cb799aae46d0dd19a521133997d9db11|commit]], [[https://git.kernel.org/linus/042087247835dad1ec5e39052abf022fd13c6326|commit]], [[https://git.kernel.org/linus/7ce0d16d5802bfde4209e52ee8ad644ca1eab423|commit]], [[https://git.kernel.org/linus/666c299be696f02c3354da104295fb94b8f65d25|commit]], [[https://git.kernel.org/linus/8586bc8d95488dfaadbc1af89ba59900d2c39119|commit]], [[https://git.kernel.org/linus/1ea808b4d15b9bddc48af75b0668b82366b5b927|commit]], [[https://git.kernel.org/linus/61c7155e3fe938d4da4671b2f84e29eaf79f5f46|commit]], [[https://git.kernel.org/linus/be7a05db4252edbffb43484b14755048fb8db710|commit]] == Industrial I/O (iio) == * accel: fxls8962af: add fxls8967af and fxls8974cf [[https://lore.kernel.org/linux-kernel/20241115-fxls-v2-0-95f3df9228ed@nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/2592bc5003f102f818fd09069fa4afcdcd19b25a|commit]], [[https://git.kernel.org/linus/db61f1b7a76995e97c88b1101f62404dbbe1d136|commit]], [[https://git.kernel.org/linus/f7c0bc201900eb0145b14e0638b410998a647030|commit]], [[https://git.kernel.org/linus/4cd85685546d32560beffe97fcec24be2812bec2|commit]] * Support rohm kx134acr-lbz [[https://lore.kernel.org/linux-kernel/cover.1732783834.git.mazziesaccount@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/725521e1f485d4687790f2e459271f1ad6af64d5|commit]], [[https://git.kernel.org/linus/64eb1c6fae9423747e37887dec6aeee413490f00|commit]], [[https://git.kernel.org/linus/720c8b777a7a5bbbe7904868f236461a431ce283|commit]], [[https://git.kernel.org/linus/48e4f3cb67b86c1d5aad18b2d13229a85cb65fd8|commit]], [[https://git.kernel.org/linus/046b460d059c17fb6642b6ebd074ac1de47103ca|commit]], [[https://git.kernel.org/linus/0ecb42a16cc42ec7b839ed546a65bbb5a5efefab|commit]] * Timestamp and pulsar support for ad4000 [[https://lore.kernel.org/linux-iio/cover.1733147443.git.marcelo.schmitt@analog.com/T/|(cover)]], [[https://git.kernel.org/linus/c54b909481de76f4047e824781304a9ec1ac0387|commit]], [[https://git.kernel.org/linus/646acd46fc909ff55c3fea17b697e480a4e2cd57|commit]], [[https://git.kernel.org/linus/fc8f6300954966ca0c826d33ae6b4a4de1d8419a|commit]], [[https://git.kernel.org/linus/c3948d09008085993eda43d687993f79b55aacda|commit]] * adc: ad7173: add calibration support to chip family [[https://lore.kernel.org/linux-kernel/20241202-ad411x_calibration-v3-0-beb6aeec39e2@baylibre.com/T/|(cover)]], [[https://git.kernel.org/linus/031bdc8aee01b7b298159eee541844d8bff4467d|commit]], [[https://git.kernel.org/linus/4d112ebd02d10faf202aa8335b06de0aca8b536b|commit]] * adc: pac1921: Add ACPI support to Microchip pac1921 [[https://git.kernel.org/linus/9fdf1d03331623e377d8445e600b09111259a608|commit]] * adc: rzg2l_adc: Add support for RZ/G3S [[https://lore.kernel.org/linux-clk/20241206111337.726244-1-claudiu.beznea.uj@bp.renesas.com/T/|(cover)]], [[https://git.kernel.org/linus/f962745289958e89bf520407728e384e52ea8e27|commit]], [[https://git.kernel.org/linus/a34dc289f89ecc4e967dfe6ec742aafdc5ae62f6|commit]], [[https://git.kernel.org/linus/b010b104673013b0075c94b4f9ae2f990f8351e9|commit]], [[https://git.kernel.org/linus/89ee8174e8c8db0efc75b26f2307114b38d61354|commit]], [[https://git.kernel.org/linus/7842ef74c5fc807e1ebd221b6301cc144057280c|commit]], [[https://git.kernel.org/linus/b7549624af04eb52cb28df57bee2bcc88be1adc0|commit]], [[https://git.kernel.org/linus/5d7fb2d589c56877bf220f73debd134c09e8209f|commit]], [[https://git.kernel.org/linus/d7c3e3463492f50644168cbb4e443034052d1c22|commit]], [[https://git.kernel.org/linus/a259a8465d3e9c744f990bda3582b5217562827f|commit]], [[https://git.kernel.org/linus/6dd8a7712538a38ddc742adc0fc5c3361560235f|commit]], [[https://git.kernel.org/linus/563cf94f932946521ce885a089399a2c813c71ab|commit]], [[https://git.kernel.org/linus/4af77feab3a2d489e2c7390e8d31b2f88d0b3db6|commit]], [[https://git.kernel.org/linus/645fb7c22fd8d27c223b0e4abff442632bd9a75a|commit]], [[https://git.kernel.org/linus/78f2c089d0797fbf677a415aeeba8061b442027b|commit]], [[https://git.kernel.org/linus/8cbf69bc74e1f365b0ef8caf5dd2ac994ce965e0|commit]] * Support rohm bd79703 dac [[https://lore.kernel.org/linux-kernel/cover.1734608215.git.mazziesaccount@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/f6ed0ca1d9c30de7f46a795ed0101a2fda9cef6d|commit]], [[https://git.kernel.org/linus/af6aca656a85d250c3f39569266301035f023d23|commit]], [[https://git.kernel.org/linus/0b9c8583b144be3ad3e48f661315fab64566a065|commit]] * gyro: Add support for iam20380 sensor [[https://lore.kernel.org/linux-kernel/20241115-iam20380-v2-0-d8d9dc6891f5@nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/b305412152b7346f69b2ba16ef112315e9939c5c|commit]] * imu: add devices to adis16480 driver [[https://lore.kernel.org/linux-doc/20241108125814.3097213-1-darius.berghe@analog.com/T/|(cover)]], [[https://git.kernel.org/linus/6fbf150823a1ccb84eeb7c4f21e9cdc55693d462|commit]], [[https://git.kernel.org/linus/2b1dc7f1402450fa681cefe133f85e939b501fa8|commit]], [[https://git.kernel.org/linus/197ff95ac11e601a9dd89e41147d32d22645ba7d|commit]] * Support for texas instruments opt4060 rgbw color sensor. [[https://lore.kernel.org/devicetree/20241218104836.2784523-1-perdaniel.olsson@axis.com/T/|(cover)]], [[https://git.kernel.org/linus/8354dc89242c6c811996536c8d95f9eb97f9f9f1|commit]], [[https://git.kernel.org/linus/0c6db4506ad0259c0decc1eafeb8a6f98487f23a|commit]] * trigger: stm32-timer: add support for stm32mp25 [[https://git.kernel.org/linus/e2f9d754fc5b5dcb53a0df627f386b63f8ba2d68|commit]] * Add STM32MP25 timers support: MFD, PWM, IIO and counter drivers [[https://lore.kernel.org/linux-pwm/20241220095927.1122782-1-fabrice.gasnier@foss.st.com/T/|(cover)]], [[https://git.kernel.org/linus/f0ac5b23039610619ca4a4805528553ecb6bc815|commit]], [[https://git.kernel.org/linus/e2f9d754fc5b5dcb53a0df627f386b63f8ba2d68|commit]], [[https://git.kernel.org/linus/f0ac5b23039610619ca4a4805528553ecb6bc815|commit]], [[https://git.kernel.org/linus/f0ac5b23039610619ca4a4805528553ecb6bc815|commit]] == Inter-Integrated Circuit (I2C + I3C) == * mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus [[https://git.kernel.org/linus/30bb1ce71215645fa6a92f4fa8cbb8f58db68f12|commit]] * imx-lpi2c: add target mode support [[https://git.kernel.org/linus/1ee867e465c1b0216ec02d4c0d334c4e89919cec|commit]] * imx-lpi2c: add eDMA mode support for LPI2C [[https://git.kernel.org/linus/a09c8b3f9047959e60dde90c51dcca17f66778c1|commit]] * Core-managed per-client directory in debugfs with example [[https://lore.kernel.org/linux-renesas-soc/20250109122112.45810-1-wsa+renesas@sang-engineering.com/T/|(cover)]], [[https://git.kernel.org/linus/d06905d686107c8343ff71aa4f3c881cc0a9a7b9|commit]] * Add atomic transfer support to i2c-xiic [[https://lore.kernel.org/lkml/20241210095242.1982770-1-manikanta.guntupalli@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/2ee409c6a12d74cd1b16ca3690baa7d5ffffeb7d|commit]], [[https://git.kernel.org/linus/e22daca457d5bec579f62ba84e826a51c26cce31|commit]] * exynos5: Add support for Exynos8895 SoC [[https://lore.kernel.org/linux-kernel/20241228111509.896502-1-ivo.ivanov.ivanov1@gmail.com/T/|(cover)]], [[https://git.kernel.org/linus/01aa028151380556a46225d840898fd4c590119f|commit]] * i801: Add lis3lv02d for Dell Precision M6800 [[https://git.kernel.org/linus/fd4e9308312972d5bd11fe1d8c032b95b44748cb|commit]] == Hardware monitoring (hwmon) == * lm75: add I3C support for !P3T1755 [[https://git.kernel.org/linus/6071d10413ff8489c3e842b19b1e0d539700068d|commit]] * nct6683: Add another customer ID for MSI [[https://git.kernel.org/linus/a045a189f425e073ea5d6427ee66252eb990ed92|commit]] * Add nxp p3t1755 and fix lm75b docs [[https://lore.kernel.org/linux-renesas-soc/20241218074131.4351-5-wsa+renesas@sang-engineering.com/T/|(cover)]], [[https://git.kernel.org/linus/844029c59d44c590871b93fdc9720245a71f63c4|commit]], [[https://git.kernel.org/linus/d3506653d01c0df1f1c86cd49fe70c98f00f1aef|commit]], [[https://git.kernel.org/linus/409e29df6d149c37009c9547647cbb85f82d77e1|commit]] * tmp108: add basic regulator support [[https://git.kernel.org/linus/bddbb9cff4ab97ad367692201a0abe680a59d44d|commit]] * asus-ec-sensors: add support for fan cpu opt on amd 600 motherboards [[https://git.kernel.org/linus/7582b7ae896e3b63fbadbe08af28ba59c95a4d91|commit]] * Add support for intel crps psu [[https://lore.kernel.org/lkml/20241217173537.192331-1-ninad@linux.ibm.com/T/|(cover)]], [[https://git.kernel.org/linus/30062044a1a652ad1722a19604b816e363af7089|commit]], [[https://git.kernel.org/linus/de076198d1e4934c5fc17aa52d5f1884f469ce1a|commit]], [[https://git.kernel.org/linus/18e930f9813345abecbee994ede58ebac274e9f4|commit]], [[https://git.kernel.org/linus/a80d1ad44487eb2e1e5a71cd7a2d1ccf8200d091|commit]] * pmbus: add tps25990 efuse support [[https://lore.kernel.org/linux-i2c/20241202-tps25990-v4-0-bb50a99e0a03@baylibre.com/T/|(cover)]], [[https://git.kernel.org/linus/544177f20be2eebc7dd2a55feaf186ac68acc22d|commit]], [[https://git.kernel.org/linus/7a750b3986b7910711a5525dde0c84b541e72746|commit]], [[https://git.kernel.org/linus/f40452577557caf0e5d0ff182da8479c3d492ac5|commit]], [[https://git.kernel.org/linus/83bed3c159f44bf2e205875feb8d932bbcf1b656|commit]], [[https://git.kernel.org/linus/509c3a362675bc995771df74d545548f98e37621|commit]], [[https://git.kernel.org/linus/2fc032ec1de485c64d8561dc7fa0de3f7acf147d|commit]], [[https://git.kernel.org/linus/cd5f6346bc28a41375412b49b290d22ee4e4bbe8|commit]] * asus-ec-sensors: Add TUF GAMING X670E PLUS [[https://git.kernel.org/linus/fd8caceaaeb4c74d7f3917209cc653f70e73f007|commit]] * nct6683: add customer id for asrock b650 steel legend wifi [[https://git.kernel.org/linus/cf85760f6a0a656d06d9e2851fc82baf1240262a|commit]] * Add adm1273 support [[https://lore.kernel.org/linux-hwmon/20250106131740.305988-1-johnerasmusmari.geronimo@analog.com/T/|(cover)]], [[https://git.kernel.org/linus/2b2b62a91196d32fa488c719cf9d1f5001b92c1e|commit]], [[https://git.kernel.org/linus/adc52dd4078067fabf1431036ba180eafd8a7eee|commit]] * pmbus/max15301: add support for MAX15303 [[https://git.kernel.org/linus/788bd792c74a3d1ddd0e49f5ddd68102dbbbe351|commit]] == General Purpose I/O (gpio) == * gpio-tqmx86: cleanup + changing directions [[https://lore.kernel.org/linux-kernel/cover.1734001247.git.matthias.schiffer@ew.tq-group.com/T/|(cover)]], [[https://git.kernel.org/linus/2a485c83787723671b7ad215e4e141315e46b311|commit]], [[https://git.kernel.org/linus/0ccf314304ed5b83df7470a8ed0fe1b6ed48fc03|commit]], [[https://git.kernel.org/linus/2abb6e53b5b08987265946b258ca29762091930c|commit]], [[https://git.kernel.org/linus/a1389f5c128e80c8ad3132bbdc7b5061f3710b7f|commit]], [[https://git.kernel.org/linus/2251fbd05f2357927fa5c5a8dd955f84da883008|commit]] == Leds == * Add LED1202 I2C driver [[https://git.kernel.org/linus/939757aafeb9c266dda37657ee5f7a73ffd35ae2|commit]] * Add led1202 led controller [[https://lore.kernel.org/lkml/20241218183401.41687-1-vicentiu.galanopulo@remote-tech.co.uk/T/|(cover)]], [[https://git.kernel.org/linus/b1816b22381be67a899c8c0c65fb919102a0e750|commit]], [[https://git.kernel.org/linus/0fffcd4e7cfdb0160ab74a4c6cdb55c9c8bde823|commit]], [[https://git.kernel.org/linus/259230378c65ebb6b4815b4dd175c5298428b9fa|commit]] * lp8864: Add support for Texas Instruments LP8864, LP8864S, LP8866 LED-backlights [[https://git.kernel.org/linus/e14d879292b0f7755c0d51b82a19b30859bb080a|commit]] * Turris omnia led driver changes [[https://lore.kernel.org/devicetree/20241111100355.6978-1-kabel@kernel.org/T/|(cover)]], [[https://git.kernel.org/linus/082e8f6db9092d19ae84549874daaef240c2207b|commit]], [[https://git.kernel.org/linus/b4c3960da27dd91412e04bc263311c16e6c46fb0|commit]], [[https://git.kernel.org/linus/d665d7f2800fff5da9311e4c8c236966ba57d440|commit]], [[https://git.kernel.org/linus/5d2f88320c2f7d15830f2f3b51726ef6ba999195|commit]], [[https://git.kernel.org/linus/2b73a24f327070390f1a17570fcab35b61a92c24|commit]], [[https://git.kernel.org/linus/8ca5bf8ad183e1b05034ccfd96d59e7b802d6335|commit]], [[https://git.kernel.org/linus/d82e09d62b3bdbfa9dac2daf3c3c071b6a79d2aa|commit]], [[https://git.kernel.org/linus/1783b766940f37aeaf7c841f777be8cf68326908|commit]], [[https://git.kernel.org/linus/2de889e9cf25558bf12505b6827dcd435cbc1b11|commit]], [[https://git.kernel.org/linus/eda057c7c7c2c99c15b86bb5e3c1858b8650c074|commit]], [[https://git.kernel.org/linus/4cc40bf45b6f6b6ae350e1f75ee0af49b81f9b1f|commit]] == DMA engines == * Add edmav3 support for s32g2/s32g3 socs [[https://lore.kernel.org/linux-kernel/20241219102415.1208328-1-larisa.grigore@oss.nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/a4b00f54a20bba0bbfc952a8cb4c3cbe29e408b0|commit]], [[https://git.kernel.org/linus/e7732945db1d4612072e26e5b459d74e9d790b7c|commit]], [[https://git.kernel.org/linus/57eeb0a566a82621ab731b0372a5a2894b0d572e|commit]], [[https://git.kernel.org/linus/2500243e5cc2e45e6fae826cbc64e9986a9b8194|commit]], [[https://git.kernel.org/linus/66d88e16f2044400fe6cc75cd51e1e74c4f9d96d|commit]] * idxd: Add a new IAA device ID on Panther Lake family platforms [[https://git.kernel.org/linus/80a9b50b1333fce036154615c31be981044108a1|commit]] * Add tegra adma channel page support [[https://lore.kernel.org/linux-kernel/20241213103939.3851827-1-mkumard@nvidia.com/T/|(cover)]], [[https://git.kernel.org/linus/762b37fc6ae2af0c7ddf36556fe7427575e9c759|commit]], [[https://git.kernel.org/linus/68811c928f88828f188656dd3c9c184eeec2ce86|commit]] * Enable flr for idxd halt [[https://lore.kernel.org/linux-kernel/20241122233028.2762809-1-fenghua.yu@intel.com/T/|(cover)]], [[https://git.kernel.org/linus/087e89b69b5fe5529a8809a06b4b4680e54f87e2|commit]], [[https://git.kernel.org/linus/3ab45516772b813315324dc63a900703144e80c4|commit]], [[https://git.kernel.org/linus/6078a315aec15e0776fa90347cf4eba7478cdbd7|commit]], [[https://git.kernel.org/linus/3e114fa0fd1506c9e75aa0e2eb6a9050eb16b2f8|commit]], [[https://git.kernel.org/linus/98d187a989036096feaa2fef1ec3b2240ecdeacf|commit]] * qcom: gpi: Add GPI immediate DMA support for SPI protocol [[https://git.kernel.org/linus/a131169dfa48d6d40da45bca67d1e4f54fa130a6|commit]] * Add support for j722s csi bcdma [[https://lore.kernel.org/linux-kernel/20241127101627.617537-1-vaishnav.a@ti.com/T/|(cover)]], [[https://git.kernel.org/linus/775363772f5e72b984a883e22d510fec5357477a|commit]], [[https://git.kernel.org/linus/d0301fdbb50dfc99215b0f999d4ff7ab0a7675d9|commit]] * Add support of amd ae4dma dma engine [[https://lore.kernel.org/lkml/20241025095931.726018-1-Basavaraj.Natikar@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/e01ee7c660752923b2d0881fb20045ce79677258|commit]], [[https://git.kernel.org/linus/90a30e268d9bd29dac63fece0509f9f8d4835d57|commit]], [[https://git.kernel.org/linus/69a47b16a51b3a52b808823f667248715ecef8c9|commit]], [[https://git.kernel.org/linus/98f5a44326229d3fa33db0adb3d15bdbccb59bf5|commit]], [[https://git.kernel.org/linus/b10b278ea003f4ca0ac81950c109ba154b84745e|commit]], [[https://git.kernel.org/linus/a2d09455b27b64ff6afe409fc87f0418adf2d3fe|commit]] == Cryptography hardware acceleration == * Hisilicon - add data aggregation feature [[https://lore.kernel.org/linux-kernel/20241115112651.54299-1-qianweili@huawei.com/T/|(cover)]], [[https://git.kernel.org/linus/09463346b6c23672cdd451f500d2a23b792bd6f0|commit]], [[https://git.kernel.org/linus/771ba5c982a28ede1d33de9702c0f3501f1f9e1c|commit]] * n2: Remove Niagara2 SPU driver [[https://git.kernel.org/linus/9cda46babdfed9804214b1eecb4219786d91c9c7|commit]] == PCI == * Add support for cpm5 controller 1 [[https://lore.kernel.org/linux-kernel/20240922061318.2653503-1-thippesw@amd.com/T/|(cover)]], [[https://git.kernel.org/linus/5c911b4659d55580a15150b7845f13d04c070112|commit]], [[https://git.kernel.org/linus/4eea7596b8fb5c204f7a454a5166ebdcb6b6c72a|commit]] * imx6: Add i.MX8MQ, i.MX8Q and i.MX95 PM support [[https://git.kernel.org/linus/9d6b1bd6b3c83e36810570024ce4bbb8ec24f64e|commit]] * switchtec: Add Microchip PCI100X device IDs [[https://git.kernel.org/linus/a3282f84b2151d254dc4abf24d1255c6382be774|commit]] * microchip: Set inbound address translation for coherent or non-coherent mode [[https://git.kernel.org/linus/1390a33b3d04fdf6ba4e3e7082107a12027fc188|commit]] * switchtec: Add Microchip PCI100X device IDs [[https://git.kernel.org/linus/a3282f84b2151d254dc4abf24d1255c6382be774|commit]] == Thunderbolt == * Improve displayport tunneling [[https://lore.kernel.org/linux-usb/20241217082222.528602-1-mika.westerberg@linux.intel.com/T/|(cover)]], [[https://git.kernel.org/linus/939ae02b2a90d7a7e2b9bdb2711e884c7042f20e|commit]], [[https://git.kernel.org/linus/cfdfdb1a2f74275a14b7d18764d218e73818106f|commit]], [[https://git.kernel.org/linus/c55017a0608e96e525e66fba500139dcdb5ee16e|commit]], [[https://git.kernel.org/linus/58b4af9c43ca6b0f2508ff0537ea46438359b970|commit]], [[https://git.kernel.org/linus/a674b83db9f75971ed28966d856ff340609e68bf|commit]], [[https://git.kernel.org/linus/693b5bb6f6e567e4743e0df182a0844be539e381|commit]], [[https://git.kernel.org/linus/ae765788936d9833647f02add49e9564345021cc|commit]], [[https://git.kernel.org/linus/cab96faacf53d0497c440b50a4801d70c2937930|commit]], [[https://git.kernel.org/linus/4d99f982e9857356a1173e5549606b0259eba428|commit]], [[https://git.kernel.org/linus/5ae367748f157355f0fab2662917e8800eb21d41|commit]], [[https://git.kernel.org/linus/a70cd9cddeb2836377547efa9d76b391556ae687|commit]], [[https://git.kernel.org/linus/d6d458d42e1e1544a18f37f1d5c840e00d5261b9|commit]] * debugfs: Add write capability to path config space [[https://git.kernel.org/linus/398da8e64321db638aa0f3b11d841e2d1b0fc4b4|commit]] * Expose router DROM through debugfs [[https://git.kernel.org/linus/43d84701d2aa147eab39b529919ffaf35f724bbb|commit]] == Clock == * imx93: Add IMX93_CLK_SPDIF_IPG clock [[https://lore.kernel.org/devicetree/20241119015805.3840606-1-shengjiu.wang@nxp.com/T/|(cover)]], [[https://git.kernel.org/linus/32e9dea2645fa10dfa08b4e333918affaf1e4de5|commit]], [[https://git.kernel.org/linus/570b890e66334f283710af36feb2115f16c7a27c|commit]] * Add cmn pll clock controller driver for ipq9574 [[https://lore.kernel.org/linux-kernel/20250103-qcom_ipq_cmnpll-v8-0-c89fb4d4849d@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/c0f1cbf795095c21b92a46fa1dc47a7b787ce538|commit]], [[https://git.kernel.org/linus/f81715a4c87c3b75ca2640bb61b6c66506061a64|commit]], [[https://git.kernel.org/linus/1fe6c70fec8fd8c823afee66467f85f028b0d22c|commit]] * Qualcomm sm6115 lpass clock controller [[https://lore.kernel.org/linux-kernel/20241101012247.216825-1-alexey.klimov@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/030de8eafdcbc3d6c087bddb5450aea2b29520e5|commit]], [[https://git.kernel.org/linus/b076b995e225b0e9c345b015a182352221334c3e|commit]] * qcom: Introduce clks for SM8750 [[https://lore.kernel.org/linux-kernel/20241204-sm8750_master_clks-v3-0-1a8f31a53a86@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/6badb455ae983f4b2b7e91e3083db64765662a6c|commit]], [[https://git.kernel.org/linus/d7df7a718fd661960f268ef353fdca66fc693f3d|commit]], [[https://git.kernel.org/linus/c035a9e265dd80a018cfde0fd07ceca9e1d07c98|commit]], [[https://git.kernel.org/linus/745d755b8551319a100adafc6e776a2766102ea9|commit]], [[https://git.kernel.org/linus/42b00f445616335becee9142c0f7ef7abfee5c61|commit]], [[https://git.kernel.org/linus/3267c774f3ff61fc945a7531b2ae6784c37cd14f|commit]], [[https://git.kernel.org/linus/8817c21a45b62c17f18417efbd0b04a3805a1e23|commit]], [[https://git.kernel.org/linus/806761852608ebc4d924c2e1c031fb72dcb33ed0|commit]] * X1p42100 clock changes [[https://lore.kernel.org/linux-kernel/20241221-topic-x1p4_clk-v1-0-dbaeccb74884@oss.qualcomm.com/T/|(cover)]], [[https://git.kernel.org/linus/089c09ee12317def57ab6a5159269315743083e3|commit]], [[https://git.kernel.org/linus/e8f81b561360d45832cfd546a1ce566745d184d9|commit]], [[https://git.kernel.org/linus/99c21c7ca6423913783ea50e2c16be3cc097f17b|commit]] * qcom: sm8750: Add sm8750-dispcc clock controller [[https://lore.kernel.org/linux-kernel/20250106-sm8750-dispcc-v2-0-6f42beda6317@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/4f1a62e2b3961946a924c093bc2bdd44a2a46c9d|commit]], [[https://git.kernel.org/linus/1adc528937c62324f319ca02d6827a865beafd0b|commit]], [[https://git.kernel.org/linus/f1080d8dab0f1f83c47850a71c32833c768e3666|commit]] * Add gcc and rpmh clock controller for qcs615 soc [[https://lore.kernel.org/linux-kernel/20241022-qcs615-clock-driver-v4-0-3d716ad0d987@quicinc.com/T/|(cover)]], [[https://git.kernel.org/linus/94465062260063143ab806cdd16d5e183643343d|commit]], [[https://git.kernel.org/linus/42a1905a10d622ab0a4ff564b0117444f4384c35|commit]], [[https://git.kernel.org/linus/f4d3d7340e719dd3d2c23ce8d6c360e2f93ba7e4|commit]], [[https://git.kernel.org/linus/39d6dcf67fe955eadd787052a8963837be801794|commit]] * Add rpm clocks for msm8937/msm8940 [[https://lore.kernel.org/linux-kernel/20241231-rpmcc-v1-0-1212df9b2042@mainlining.org/T/|(cover)]], [[https://git.kernel.org/linus/40106d4facbf0bd788126b2b82b25447b1b508d6|commit]], [[https://git.kernel.org/linus/19024d7c5ddd90afd49b04967c7d922587c91728|commit]], [[https://git.kernel.org/linus/ec2514d5379ddbe4191f81d99c8fe6a235d0e802|commit]], [[https://git.kernel.org/linus/0ee878729f0bbe3a206002c02d31e7d964958d8f|commit]] * renesas: rzv2h-cpg: Add CRU and CSI clocks [[https://lore.kernel.org/linux-kernel/20241202203916.48668-1-prabhakar.mahadev-lad.rj@bp.renesas.com/T/|(cover)]], [[https://git.kernel.org/linus/03108a2614ecab46af6e0d66f9fd61c0d80587f2|commit]], [[https://git.kernel.org/linus/ee47b94102d2eaed23ac60910003cd0f3fade13c|commit]] * renesas: rzv2h: Add support for RZ/G3E SoC [[https://git.kernel.org/linus/bb6a9aaf670735d6583c76073ec41190f5404dc5|commit]] * samsung: Introduce Exynos990 clock support [[https://lore.kernel.org/linux-kernel/20241209-exynos990-cmu-v4-0-57f07080f9e4@mentallysanemainliners.org/T/|(cover)]], [[https://git.kernel.org/linus/5feae3e79dbe2d357b223fc48ae907ba0aedb271|commit]], [[https://git.kernel.org/linus/4a450ed26c580316d720154e7ffb5e9b4763a11a|commit]], [[https://git.kernel.org/linus/bdd03ebf721f70df1458a720b25998a489f63297|commit]] == PHY ("physical layer" framework) == * rockchip-naneng-combo: add rk3576 support [[https://git.kernel.org/linus/b136e9928dbe5e71474d9e2c8911c4a094e329c2|commit]], [[https://git.kernel.org/linus/ba8ad7eece66ac5c579dd8de39efc72770e7cf64|commit]] * qualcomm: add support for USB+DP and PCIe PHYs on SAR2130P [[https://lore.kernel.org/linux-kernel/20241021-sar2130p-phys-v2-0-d883acf170f7@linaro.org/T/|(cover)]], [[https://git.kernel.org/linus/d1cfda3b1e4dba015d7cbceb49fb35fdf10b743a|commit]], [[https://git.kernel.org/linus/5c4bfe3ee5c412379b54ef53f09fceb93f42f619|commit]], [[https://git.kernel.org/linus/545069bcf39e9f025e8e3d749505e52423433e37|commit]], [[https://git.kernel.org/linus/f9d35dd39bf44d01012119b146a27c29e55d8ad8|commit]], [[https://git.kernel.org/linus/8114f34dd0baa972085280610ad5be89a41d1414|commit]], [[https://git.kernel.org/linus/0fd0b31965b0d4a2caa9267c7aee43f1f78870e8|commit]] |
Line 19: | Line 816: |
= List of Pull Requests = |
* Add support for the aaeon up board fpga [[https://lore.kernel.org/linux-leds/20241211-aaeon-up-board-pinctrl-support-v1-0-24719be27631@bootlin.com/T/|(cover)]], [[https://git.kernel.org/linus/c2b148f3bc94b61e885dc8529d6b6136576bd865|commit]], [[https://git.kernel.org/linus/0ef2929a018123154283b14dd11744ff32a2a12c|commit]], [[https://git.kernel.org/linus/3d6976047922374347fb77b509d755da153f549d|commit]] * Drivers to support the mcu on qnap nas devices [[https://lore.kernel.org/linux-leds/20241107114712.538976-1-heiko@sntech.de/T/|(cover)]], [[https://git.kernel.org/linus/8a5b38c3fd709e8acd2bfdedf66c25e6af759576|commit]], [[https://git.kernel.org/linus/fa52c04daec9ff9820260901a8b1d271bb532d12|commit]], [[https://git.kernel.org/linus/3f674e74570e82100aa20aae82da742f07b9310c|commit]], [[https://git.kernel.org/linus/998f70d1806bb718a7565f350283e4a79c8cbb4b|commit]], [[https://git.kernel.org/linus/2ec8bb475743c6f1890cf3245e59cc516b70bf2b|commit]], [[https://git.kernel.org/linus/bb7e361191564cbd77f5cfc0f49213d9e799ff10|commit]], [[https://git.kernel.org/linus/9855caf5d4eb1d8b8bba60be256186ea8e0f907c|commit]], [[https://git.kernel.org/linus/e09a1f000f613bca2b609105b1e679e6e6369fbe|commit]], [[https://git.kernel.org/linus/28876859288d85c15079641b7c96b5f4077a2ff6|commit]] = List of pull requests = * [[https://git.kernel.org/torvalds/c/5293b5f97ea17814da1b88a807290c392823162b|vsnprintf]] * [[https://git.kernel.org/torvalds/c/ca56a74a31e26d81a481304ed2f631e65883372b|vfs netfs updates]] * [[https://git.kernel.org/torvalds/c/d5829524243652409e3fa2853736649674c294f0|/proc/kcore updates]] * [[https://git.kernel.org/torvalds/c/4b84a4c8d40dfbfe1becec13a6e373e871e103e9|misc vfs updates]] * [[https://git.kernel.org/torvalds/c/5f85bd6aeceaecd0ff3a5ee827bf75eb6141ad55|pidfs updates]] * [[https://git.kernel.org/torvalds/c/37c12fcb3c8e356825bbffb64c0158ccf8a7de94|cred refcount updates]] * [[https://git.kernel.org/torvalds/c/1a89a6924b581884b1b54bcd3ea790b3668be2e0|pid_max namespacing update]] * [[https://git.kernel.org/torvalds/c/100ceb4817a2ac650e29f107cf97161ce3e2289a|vfs mount updates]] * [[https://git.kernel.org/torvalds/c/7e587c20adab5b8da4c7b5573e711a8c808e0a2d|vfs libfs updates]] * [[https://git.kernel.org/torvalds/c/47c9f2b3c838a33552dbd41db6c5d93377842fcd|vfs direct-io updates]] * [[https://git.kernel.org/torvalds/c/b971424b6e3cbea5c017061fedda6a5f74e142cd|afs updates]] * [[https://git.kernel.org/torvalds/c/1851bccf608a28ac5ec9410764dda9a46828213b|gfs2 updates]] * [[https://git.kernel.org/torvalds/c/0eb4aaa230d725fa9b1cd758c0f17abca5597af6|btrfs updates]] * [[https://git.kernel.org/torvalds/c/fadc3ed9ce1cd9ecc5c8be8875f7ec11ab3a7ebe|execve updates]] * [[https://git.kernel.org/torvalds/c/5d8a4bd6b251216acc532801f6a5258903aead42|pstore updates]] * [[https://git.kernel.org/torvalds/c/2622f290417001b0440f4a48dc6978f5f1e12a56|bcachefs updates]] * [[https://git.kernel.org/torvalds/c/3d3a9c8b89d4f8a3785e06ffd15405c670696f02|dlm updates]] * [[https://git.kernel.org/torvalds/c/1cbfb828e05171ca2dd77b5988d068e6872480fe|block updates]] * [[https://git.kernel.org/torvalds/c/a312e1706ce6c124f04ec85ddece240f3bb2a696|io_uring updates]] * [[https://git.kernel.org/torvalds/c/4f42d0bf72253dd01e9a8d168e28706803c98a9d|s390 updates]] * [[https://git.kernel.org/torvalds/c/e7244cc382524ac5354dbf7b7cb351e926e8118f|m68k updates]] * [[https://git.kernel.org/torvalds/c/9ad09c4f2868540130ad2d5dfe265f55c75c1705|arm64 updates]] * [[https://git.kernel.org/torvalds/c/95ec54a420b8f445e04a7ca0ea8deb72c51fe1d3|powerpc updates]] * [[https://git.kernel.org/torvalds/c/d3504411a45e01a7bd7187bab7bcae0a9041514a|x86 RAS updates]] * [[https://git.kernel.org/torvalds/c/0763dd892855aca05c4b45bc3a5da439d5f009ae|EDAC updates]] * [[https://git.kernel.org/torvalds/c/d80825ee4a34a1b108aee51cd0302be0ab7943fa|x86 CPU speculation update]] * [[https://git.kernel.org/torvalds/c/3357d1d1f9157089d96c04f3258ebd7e29e47752|x86 resource control updates]] * [[https://git.kernel.org/torvalds/c/254d7633103cfe2773fa001ca3ab9e5c1c7fa59a|x86 microcode loader updates]] * [[https://git.kernel.org/torvalds/c/13b6931c44969ff057ad2a3aa1c20a1b28b79b6f|x86 SEV updates]] * [[https://git.kernel.org/torvalds/c/48795f90cbdcccc36cc415a2d785a23a4b23e57a|x86 cpuid updates]] * [[https://git.kernel.org/torvalds/c/b9d8a295ed6bc3cee846f8e3f27c9c6e9ebe43f2|misc x86 updates]] * [[https://git.kernel.org/torvalds/c/8838a1a2d219a86ab05e679c73f68dd75a25aca5|locking updates]] * [[https://git.kernel.org/torvalds/c/a6640c8c2fc029f015c87672585931c6106971c1|objtool updates]] * [[https://git.kernel.org/torvalds/c/6c4aa896ebee5edf2b35a9d071e5a468797f96d8|performance events updates]] * [[https://git.kernel.org/torvalds/c/858df1de2158bd7ab88d31b557592e990bacc0b5|x86 cleanups]] * [[https://git.kernel.org/torvalds/c/62de6e1685269e1637a6c6684c8be58cc8d4ff38|scheduler updates]] * [[https://git.kernel.org/torvalds/c/4ca6c022279dddba1eca8ea580c82ea510ecf690|printk updates]] * [[https://git.kernel.org/torvalds/c/336088234e9f85f6221135ba698c41dbf3c9e78e|livepatching updates]] * [[https://git.kernel.org/torvalds/c/f200c315da80584ad4d7d752f9eda1cea05fe183|timer and timekeeping updates]] * [[https://git.kernel.org/torvalds/c/4c551165e771ff565bf6c3b13e06a587e70acdef|interrupt subsystem updates]] * [[https://git.kernel.org/torvalds/c/ad37df3bcb1c88f3f73bdd04bad0b9eca8eae7b7|slab updates]] * [[https://git.kernel.org/torvalds/c/9f3ee94e705a5b2fe352befb37e499163f98b9b6|RCU updates]] * [[https://git.kernel.org/torvalds/c/0074adea39b64d717407b913fd405ac586ee45ca|trace ring-buffer updates]] * [[https://git.kernel.org/torvalds/c/2e04247f7cce8b8cd8381a29078701691fec684d|ftrace updates]] * [[https://git.kernel.org/torvalds/c/c0e75905caf368e19aab585d20151500e750de89|scipts/sorttable updates]] * [[https://git.kernel.org/torvalds/c/96c84703f1cf6ea43617f9565166681cd71df104|drm updates]] * [[https://git.kernel.org/torvalds/c/1d6d3992235ed08929846f98fecf79682e0b422c|kthread updates]] * [[https://git.kernel.org/torvalds/c/e3610441d1fb47b1f00e4c38bdf333176e824729|rust updates]] * [[https://git.kernel.org/torvalds/c/d0f93ac2c384c40202cf393fa7e8a2cac7004ba1|Documentation updates]] * [[https://git.kernel.org/torvalds/c/b394eabd539d01db10e27b57ac2497cbd1d32c6d|chrome platform updates]] * [[https://git.kernel.org/torvalds/c/7dd457a2fd78f3dd39aad4579d13e9eed2effbca|chrome platform firmware updates]] * [[https://git.kernel.org/torvalds/c/0ca0cf9f8cb16e3850e5242d68a1825d286e6a68|integrity updates]] * [[https://git.kernel.org/torvalds/c/678ca9f78e40ec8ebbd054b0c22bd3b5ecc6c7e4|smack update]] * [[https://git.kernel.org/torvalds/c/f96a974170b749e3a56844e25b31d46a7233b6f6|lsm updates]] * [[https://git.kernel.org/torvalds/c/690ffcd817eaad3bd25a24dd8d63d9d97adf5cfe|selinux updates]] * [[https://git.kernel.org/torvalds/c/c4b9570cfb63501638db720f3bee9f6dfd044b82|audit update]] * [[https://git.kernel.org/torvalds/c/0ad9617c78acbc71373fb341a6f75d4012b01d69|networking updates]] * [[https://git.kernel.org/torvalds/c/4abae5b6af811ab2b53aa761bf9ae2139757d594|gpio updates]] * [[https://git.kernel.org/torvalds/c/0c9343150cfebe4bda9339670ab423e330fb5224|power sequencing updates]] * [[https://git.kernel.org/torvalds/c/6f10810ccd6de53ff158d3b16013591c8d7442b3|regmap updates]] * [[https://git.kernel.org/torvalds/c/7b081a74c07d9e097f6829a1749f0aa441553c5e|regulator updates]] * [[https://git.kernel.org/torvalds/c/38f5265ed2c468f43a3080e4f82abfe53d7ea0be|spi updates]] * [[https://git.kernel.org/torvalds/c/909fd2b89f2edab8ec440a67dcf8627614e272b6|mfd updates]] * [[https://git.kernel.org/torvalds/c/11a7b03346e2ac4bf13783d409dd7ec0ecf1f3ac|LED updates]] * [[https://git.kernel.org/torvalds/c/a4910ed25d48eb06b81fe6beca7d4f31e6275be0|hwmon updates]] * [[https://git.kernel.org/torvalds/c/2bf717b07969b6d9e9ba5bccd3ac778e9aeaab18|MMC updates]] * [[https://git.kernel.org/torvalds/c/d12f68b5ba08e8b4527532fa8a61c404c9832842|pwm updates]] * [[https://git.kernel.org/torvalds/c/abdebb2837ffbf3187791e92b68a7d80eec0e773|i2c updates]] * [[https://git.kernel.org/torvalds/c/641b0c64b85a9b21110268f511f20d6887406117|clk updates]] * [[https://git.kernel.org/torvalds/c/df60eac9efe8be41cd30767ed001c04f478e0f4e|ipmi updates]] * [[https://git.kernel.org/torvalds/c/f4b9d3bf44d59ca4489bd8c489539c27c02e5c6a|power management updates]] * [[https://git.kernel.org/torvalds/c/603f162a02d5ccf0b3c5b2c6f488e456be81007f|ACPI updates]] * [[https://git.kernel.org/torvalds/c/d78794d4f4dbeac0a39e15d2fbc8e917741b5b7c|thermal control updates]] * [[https://git.kernel.org/torvalds/c/27c02784773a69fd896e42f3cec73be8c5c83c1f|HID updates]] * [[https://git.kernel.org/torvalds/c/88e969fc18a25ab3ffe554a1c2e8e45c8ade6d3e|input updates]] * [[https://git.kernel.org/torvalds/c/8fb1e2eed14dc347e1d04b8bf0bf52c606de6da1|kselftest updates]] * [[https://git.kernel.org/torvalds/c/e8f17cb6f5abd4e52e89b5768c7016b7dab1e6fe|kunit updates]] * [[https://git.kernel.org/torvalds/c/7004a2e46d1693848370809aa3d9c340a209edbb|nolibc updates]] * [[https://git.kernel.org/torvalds/c/9cb2bf599b2ce832127fa61fb430cc00a724d371|keys updates]] * [[https://git.kernel.org/torvalds/c/37b33c68b00089a574ebd0a856a5d554eb3001b7|CRC updates]] * [[https://git.kernel.org/torvalds/c/de5817bbfb569f22406970f81360ac3f694ba6e8|landlock updates]] * [[https://git.kernel.org/torvalds/c/ad2aec7c963e8ce32c2f2106276ab6ba549ff355|tomoyo updates]] * [[https://git.kernel.org/torvalds/c/5ab889facc6893e4a973d6ab5432550ef4f6ff09|hardening updates]] * [[https://git.kernel.org/torvalds/c/21266b8df5224c4f677acf9f353eecc9094731f0|AT_EXECVE_CHECK]] * [[https://git.kernel.org/torvalds/c/754916d4a2b970bc1b5104d552b5d16ab54954c0|capabilities updates]] * [[https://git.kernel.org/torvalds/c/d0d106a2bd21499901299160744e5fe9f4c83ddb|bpf updates]] * [[https://git.kernel.org/torvalds/c/b477ff98d903618a1ab8247861f2ea6e70c0f0f8|XFS updates]] * [[https://git.kernel.org/torvalds/c/113385c5cc81fd9d08563f1138029f718f593eb8|inotify update]] * [[https://git.kernel.org/torvalds/c/fb6fec6bdd9b16a935a0557773e313262366d071|isofs update]] * [[https://git.kernel.org/torvalds/c/8883957b3c9de2087fb6cf9691c1188cccf1ac9c|fsnotify pre-content notification support]] * [[https://git.kernel.org/torvalds/c/e814f3fd16acfb7f9966773953de8f740a1e3202|smb server updates]] * [[https://git.kernel.org/torvalds/c/e0b1f59142746f74476a03040f745329c8355a7e|smb client updates]] * [[https://git.kernel.org/torvalds/c/544521d6217fb7846b746ada9d70f308f078aa7e|probes updates]] * [[https://git.kernel.org/torvalds/c/7f71554b4ea27ebd03e712abd386b66360147469|ktest updates]] * [[https://git.kernel.org/torvalds/c/e8744fbc83188693f3590020b14d50df3387fc5a|tracing updates]] * [[https://git.kernel.org/torvalds/c/7c1badb2a9902ab4c5e9fe4093e532eeb11fd9fc|fgraph updates]] * [[https://git.kernel.org/torvalds/c/606489dbfa979dce53797f24840c512d0e7510f9|trace fing buffer fix]] * [[https://git.kernel.org/torvalds/c/bc8198dc7ebc492ec3e9fa1617dcdfbe98e73b17|sched_ext updates]] * [[https://git.kernel.org/torvalds/c/7685b334d1e4927cc73b62c65293ba65748d9c52|perf-tools updates]] * [[https://git.kernel.org/torvalds/c/5b7f7234ff18a5f48e0d36c417a0d07c7fdfc61a|x86 boot updates]] * [[https://git.kernel.org/torvalds/c/113691ce9f321c6d3d4da0cae2bfc233403251dc|x86 TDX updates]] * [[https://git.kernel.org/torvalds/c/c9c0543b52d8cfe3a3b15d1e39ab9dbc91be6df4|x86 platform driver updates]] * [[https://git.kernel.org/torvalds/c/f1c243fc78ca94fd72e2e6e8f0f49b7360fef475|iommu updates]] * [[https://git.kernel.org/torvalds/c/b746043cb3250eaa1d52735bc5977c7756a9c380|pin control updates]] * [[https://git.kernel.org/torvalds/c/68732c0bf97cf946ad08660203e8eabfea11463e|pmdomain updates]] * [[https://git.kernel.org/torvalds/c/ae2d4fc540cd27d667d10597b6ad8cc4c6ce622a|TPM update]] * [[https://git.kernel.org/torvalds/c/454cb97726fe62a04b187a0d631ec0a69f6b713a|crypto updates]] * [[https://git.kernel.org/torvalds/c/2c8d2a510c15c003749e43ac2b8e1bc79a7a00d6|sound updates]] * [[https://git.kernel.org/torvalds/c/ab18b8fff124c9b76ea12692571ca822dcd92854|auxdisplay updates]] * [[https://git.kernel.org/torvalds/c/ac0761d8d8315759562a3b85120d482cedf44328|fbdev updates]] * [[https://git.kernel.org/torvalds/c/47d65738b9752d6bf0ed694c3c829a06a1c460ac|parisc architecture updates]] * [[https://git.kernel.org/torvalds/c/aa44198a6cf599837350aa954b5153b75feaed2d|iommufd updates]] * [[https://git.kernel.org/torvalds/c/0afd22092df4d3473569c197e317f91face7e51b|rdma updates]] * [[https://git.kernel.org/torvalds/c/1e8f6db9eb1d88e2761d7e8498a06e9c4c0324b1|SoC arm platform code updates]] * [[https://git.kernel.org/torvalds/c/4e517a6acdc40d61076ead4244b980c276af9b6e|new SoC support]] * [[https://git.kernel.org/torvalds/c/f10203927097ff9e5a251f170038fefa38e274b7|SoC devicetree updates]] * [[https://git.kernel.org/torvalds/c/f2ad904e923f70a80f478febf001f88dfd65a64c|SoC driver updates]] * [[https://git.kernel.org/torvalds/c/71088146704efcd13ab85ae00345c98526ccc87d|SoC defconfig updates]] * [[https://git.kernel.org/torvalds/c/f345fc7a07065902fab1d33c11dfe631ee95357c|devicetree updates]] * [[https://git.kernel.org/torvalds/c/ae8b53aac3273d876170437197631bcb5e16c932|EFI updates]] * [[https://git.kernel.org/torvalds/c/9d5db4e3fcb10900d828826418a83dfba9318277|i3c updates]] * [[https://git.kernel.org/torvalds/c/917846e9f00508ba91e7f1f6fd03db696c971459|mailbox updates]] * [[https://git.kernel.org/torvalds/c/b46c89c08f4146e7987fc355941a93b12e2c03ef|spi fix]] * [[https://git.kernel.org/torvalds/c/382e391365ca12d1e5a15f109ba8b4609d58db6b|hyperv updates]] * [[https://git.kernel.org/torvalds/c/0f8e26b38d7ac72b3ad764944a25dd5808f37a6e|kvm updates]] * [[https://git.kernel.org/torvalds/c/fd56e5104a37f96e1b1ca42b4fd64fd49257fdce|OpenRISC updates]] * [[https://git.kernel.org/torvalds/c/405057718a1f9074133979a9f2ff0c9fa4a19948|kgdb updates]] * [[https://git.kernel.org/torvalds/c/184a0997fb77f4a9527fc867fcd16806776c27ce|media updates]] * [[https://git.kernel.org/torvalds/c/647d69605c70368d54fc012fce8a43e8e5955b04|pci updates]] * [[https://git.kernel.org/torvalds/c/08de7f9d4d39fd9aa5e747a13acc891214fa2d5f|MTD updates]] * [[https://git.kernel.org/torvalds/c/eda061cccd146fcbe71051bb4aa5a8672b71216e|watchdog updates]] * [[https://git.kernel.org/torvalds/c/aa22f4da2a46b484a257d167c67a2adc1b7aaf68|remoteproc updates]] * [[https://git.kernel.org/torvalds/c/c2da8b3f914f83fb9089d26a692eb8f22146ddb9|erofs updates]] * [[https://git.kernel.org/torvalds/c/5fb40886243b64b8e084b99d983a19c10e296e9c|bitmap updates]] * [[https://git.kernel.org/torvalds/c/90ab2117f4cdde06ac1fd4906bfa46149ddd4323|runtime verifier and osnoise fixes]] * [[https://git.kernel.org/torvalds/c/40648d246fa4307ef11d185933cb0d79fc9ff46c|rv and tools/rtla updates]] * [[https://git.kernel.org/torvalds/c/41bfad507c04c3d0cced1277243aed6733616184|modules updates]] * [[https://git.kernel.org/torvalds/c/949268ec542aac728e0284633a202983f8ec340e|firewire updates]] * [[https://git.kernel.org/torvalds/c/88e45067a30918ebb4942120892963e2311330af|SCSI updates]] * [[https://git.kernel.org/torvalds/c/baf29cc16e18e621a05340695d333fa5d0d001ce|ata updates]] * [[https://git.kernel.org/torvalds/c/c159dfbdd4fc62fa08f6715d9d6c34d39cf40446|non-MM updates]] * [[https://git.kernel.org/torvalds/c/9c5968db9e625019a0ee5226c7eebef5519d366a|MM updates]] * [[https://git.kernel.org/torvalds/c/ae3813525624fa55683d202c41a6301ab841447f|xtensa updates]] * [[https://git.kernel.org/torvalds/c/3cbb9ce2b9e3e5799f31c53aadebaddc6aad66cb|m68knommu update]] * [[https://git.kernel.org/torvalds/c/816cef980d816bdb1b3121a5c406df839a85d7f5|ARM updates]] * [[https://git.kernel.org/torvalds/c/805ba04cb7ccfc7d72e834ebd796e043142156ba|MIPS updates]] * [[https://git.kernel.org/torvalds/c/deee7487f5d495d0d9e5ab40d866d69ad524c46a|virtio updates]] * [[https://git.kernel.org/torvalds/c/f28f4890454cc97c18d31ab4686957857cc862b5|power supply and reset updates]] * [[https://git.kernel.org/torvalds/c/078eac2b5ba3532ad3ded7c4aa10df8712722c50|pwm fixes]] * [[https://git.kernel.org/torvalds/c/cc8b10fa70682218c2a318fc44f71f3175a23cc0|USB / Thunderbolt driver updates]] * [[https://git.kernel.org/torvalds/c/125ca745467d4f87ae58e671a4a5714e024d2908|staging driver updates]] * [[https://git.kernel.org/torvalds/c/13845bdc869f136f92ad3d40ea09b867bb4ce467|Char/Misc/IIO driver updates]] * [[https://git.kernel.org/torvalds/c/9629d83f05bdc7fdc21363979e96696886bd129a|device mapper updates]] * [[https://git.kernel.org/torvalds/c/f34b580514c9816a317764e6b138ec66a4adab25|nfsd updates]] * [[https://git.kernel.org/torvalds/c/6d61a53dd6f55405ebcaea6ee38d1ab5a8856c2c|f2fs updates]] * [[https://git.kernel.org/torvalds/c/a37eea94f775132866ecdd466fd88027d7125515|sparc updates]] * [[https://git.kernel.org/torvalds/c/9ff28f2fad67e173ed25b8c3a183b15da5445d2d|LoongArch updates]] * [[https://git.kernel.org/torvalds/c/e2ee2e9b159094527ae7ad78058b1316f62fc5b7|KVM/arm64 updates]] * [[https://git.kernel.org/torvalds/c/58f504efcda54a9079a38203acc088c3354aaa60|tty / serial driver updates]] * [[https://git.kernel.org/torvalds/c/b2b3379f4c9c63309d183891a8a164bb6a29635e|CSD-lock update]] * [[https://git.kernel.org/torvalds/c/f785692ff545aecb517d2609864e1c6d838329e6|stop_machine update]] * [[https://git.kernel.org/torvalds/c/2ab002c755bfa88777e3f2db884d531f3010736c|driver core and debugfs updates]] * [[https://git.kernel.org/torvalds/c/3673f5be0ec4798089c2c014505e54fc361d3616|vfio updates]] * [[https://git.kernel.org/torvalds/c/b88fe2b5dd018c2b856fd6c32b82f25033e908d4|NFS client updates]] * [[https://git.kernel.org/torvalds/c/92cc9acff7194b1b9db078901f2a83182bb73202|fuse updates]] * [[https://git.kernel.org/torvalds/c/af13ff1c33e043b746cd96c83c7660ddf0272f73|sysctl table constification]] * [[https://git.kernel.org/torvalds/c/9071080d1e7af1a3a1699c3ba065c3293b5d09ce|Compute Express Link (CXL) updates]] * [[https://git.kernel.org/torvalds/c/7c775c6056d07eb777f37c7ac1340115b27dc9f8|dmaengine updates]] * [[https://git.kernel.org/torvalds/c/9f10e7fb6a06bce4f81de5fd0f2f0390f99e89e4|phy updates]] * [[https://git.kernel.org/torvalds/c/72deda0abee6e705ae71a93f69f55e33be5bca5c|soundwire updates]] * [[https://git.kernel.org/torvalds/c/d3d90cc2891c9cf4ecba7b85c0af716ab755c7e5|vfs d_revalidate updates]] * [[https://git.kernel.org/torvalds/c/b731bc5f49651bb85ef31fa1db6e76a0fe10d572|more s390 updates]] * [[https://git.kernel.org/torvalds/c/f55b0671e3f90824ac06dc06b988075eb9c6830c|more power management updates]] * [[https://git.kernel.org/torvalds/c/2a9f04bde07a35530d53b71628cdc950dac86eab|RTC updates]] * [[https://git.kernel.org/torvalds/c/350130afc22bd083ea18e17452dd3979c88b08ff|UBI and UBIFS updates]] * [[https://git.kernel.org/torvalds/c/69e858e0b8b2ea07759e995aa383e8780d9d140c|UML updates]] * [[https://git.kernel.org/torvalds/c/626d1a1e99583f846e44d6eefdc9d1c8b82c372d|ceph updates]] * [[https://git.kernel.org/torvalds/c/c545cd3276cd611a5d53ac5e18e98a37f013694c|x86 mm updates]] * [[https://git.kernel.org/torvalds/c/95d7e8226106e3445b0d877015f4192c47d23637|more ata updates]] * [[https://git.kernel.org/torvalds/c/c82da38b28f39e0cca835139ab31bf80ac91f282|more io_uring updates]] * [[https://git.kernel.org/torvalds/c/9755ffd989aa04c298d265c27625806595875895|more block updates]] * [[https://git.kernel.org/torvalds/c/fd8c09ad0d87783b9b6a27900d66293be45b7bad|Kbuild updates]] * [[https://git.kernel.org/torvalds/c/1b5f3c51fbb8042efb314484b47b2092cdd40bf6|RISC-V updates]] * [[https://git.kernel.org/torvalds/c/60c828cf80c07394762a1edfaff63bea55cc8e45|hexagon updates]] * [[https://git.kernel.org/torvalds/c/cabb4685d57ed50cd197498d2ac946ad5b6272e7|more smb client updates]] * [[https://git.kernel.org/torvalds/c/a86bf2283d2c9769205407e2b54777c03d012939|misc vfs cleanups]] * [[https://git.kernel.org/torvalds/c/5d82ca7b5019d880a579831278eb73cbbfdb87da|sh updates]] * [[https://git.kernel.org/torvalds/c/d79bc8f79baacdd2549ec4af6d963ce3e69d7330|turbostat updates]] |
Line 23: | Line 1009: |
* LWN's merge window [[https://lwn.net/Articles/1005651/|part 1]], [[https://lwn.net/Articles/1006378/|part 2]] * Phoronix [[https://www.phoronix.com/review/linux-614-features|Linux 6.14 features]] |
Linux 6.14 changelog.
Summary: This release includes a NT synchronization primitive driver, which allows for faster games. It also includes new different read balancing methods for Btrfs RAID1 setups; support for uncached buffered I/O; fsnotify file pre-access notification event; a new dmem cgroup for better control of GPU memory resources; FUSE support for io_uring based communication; an amdxdna driver for AMD NPUs; XFS reflink and reverse-mapping support for the realtime devices; NFSv4.2+ attribute delegation; and x86 TLB flushing scalability optimizations. As always, there are many other features, new drivers, improvements and fixes. Also, you might be interested in the LWN merge window report: part 1, part 2
Contents
-
Prominent features
- NT synchronization primitive driver for faster games
- Btrfs RAID1 read balancing
- Support for uncached buffered I/O
- fsnotify file pre-access notification event
- dmem cgroup for better control of GPU memory resources
- FUSE support for io_uring-based communication
- Add amdxdna driver for AMD NPUs
- XFS reflink and reverse-mapping support for the realtime device
- NFSv4.2+ attribute delegation
- x86 TLB flushing scalability optimizations
- Core (various)
- File systems
- Memory management
- Block layer
- Tracing, perf and BPF
- Cryptography
- Virtualization
- Security
- Networking
- Architectures
-
Drivers
- Graphics
- Power Management
- Storage
- Networking
- Audio
- Tablets, touch screens, keyboards, mouses
- TV tuners, webcams, video capturers
- Universal Serial Bus
- Serial Peripheral Interface (SPI)
- Watchdog
- CPU Frequency scaling
- Voltage, current regulators, power capping, power supply
- Real Time Clock (RTC)
- Pin Controllers (pinctrl)
- Memory Technology Devices (MTD)
- Industrial I/O (iio)
- 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. NT synchronization primitive driver for faster games
The Windows NT operating systems offer some synchronization primitives that are too different to the ones present on Unix system. This creates performance problems when trying to emulate this behavior for software like Wine. This release adds a driver that allows to model NT's primitives and spend less time trying to emulate it, which can improve performance massively in some cases (particularly, games)
Documentation: NT synchronization primitive driver
Recommended LWN article: Windows NT synchronization primitives for Linux
1.2. Btrfs RAID1 read balancing
Btrfs uses a PID-based approach to distribute reads to the devices that are part of a RAID1 setup: this is optimal for many configurations, but not all. This release adds three new RAID1 read balancing methods that help to distribute reads I/O across devices: rotation (keeps all devices active - for now, it's preferable as the default), latency (smarter with failing/unstable block layer transport), and devid (manual control). They are enabled under the CONFIG_BTRFS_EXPERIMENTAL config option and are on top of the previously added /sys/fs/btrfs/<UUID>/read_policy interface to configure the desired RAID1 read balancing method.
1.3. Support for uncached buffered I/O
This release adds support for optionally sending buffered I/O whose pages will be dropped from the page cache once the data is read/written. The reason for this feature are fast storage devices that can fill the RAM with too much page cache that will not be needed, with this feature it is possible to read/write data and drop it from the cache without facing the disadvantages and complexity of dealing with Direct I/O.
Recommended LWN article: The return of RWF_UNCACHED
1.4. fsnotify file pre-access notification event
This release adds a new fsnotify event (FS_PRE_ACCESS) that gets generated before a file contents is accessed. The event is synchronous so if there is listener for this event, the kernel waits for reply. On success the execution continues as usual, on failure we propagate the error to userspace. This even allows userspace to fill in file content on demand from slow storage.
1.5. dmem cgroup for better control of GPU memory resources
It is desirable to prevent GPU workloads from being terminated. This release uses cgroups to prevent eviction. Both GPU and driver-allocated CPU memory will be accounted to the correct cgroup, and eviction would be made cgroup aware. This allows the GPU to be partitioned into cgroups, that will allow jobs to run next to each other without interference.
Documentation: DMEM
1.6. FUSE support for io_uring-based communication
This release adds FUSE support for io-uring communication between kernel and userspace, with the purpose of increasing FUSE performance (reducing context switches, etc)
Documentation: FUSE-over-io-uring design documentation
Recommended LWN article: FUSE and io_uring
1.7. Add amdxdna driver for AMD NPUs
This driver adds support for AMD NPUs (Neural Processing Unit), an AI inference accelerator integrated into AMD client CPUs. It enables efficient execution of Machine Learning applications like CNNs, LLMs, etc. It is based on AMD XDNA architecture.
Documentation: AMD XDNA™ Architecture
1.8. XFS reflink and reverse-mapping support for the realtime device
The XFS realtime device has added support for reflink and reverse-mapping.
1.9. NFSv4.2+ attribute delegation
This release implements NFSv4.2+ attribute delegation. An attribute delegation permits an NFS client to manage a file's mtime, rather than flushing dirty data to the NFS server so that the file's mtime reflects the last write, which is considerably slower.
IETF draft: Extending the Opening of Files in NFSv4.2
1.10. x86 TLB flushing scalability optimizations
This release includes some TLB flushing scalability optimizations to update some data structures lazily during context switches. This improves performance in some microbenchmarks
2. Core (various)
(FEATURED) Introduce a new fsnotify event (FS_PRE_ACCESS) that gets generated before a file contents is accessed. The event is synchronous so if there is listener for this event, the kernel waits for reply. On success the execution continues as usual, on failure we propagate the error to userspace. This allows userspace to fill in file content on demand from slow storage (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Lockless mount namespace lookup (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Symlink length caching (1.5% speed up when issuing readlink on /initrd.img on ext4) (cover), commit, commit, commit
pidfs: implement file handle support, part 1 (cover), commit, commit, commit, part2 (cover), commit, commit
statx: add STATX_DIO_READ_ALIGN, as many out of place write file systems can easily do reads aligned to the device sector size, but require bigger alignment for writes (cover), commit, commit, commit, commit, commit
Dont block write during exec on pre-content watched files commit
delayacct: add delay max to record delay peak commit
- io_uring
A new io_uring interface to exchange additional integrity/pi metadata with read/write (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Expose read/write attribute capability commit
(FEATURED) Add FUSE support for io-uring communication between kernel and userspace (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- task scheduler:
sched/fair: Rename cfs_rq.nr_running into nr_queued commit
Miscellaneous isolation related cleanups (cover), commit, commit, commit, commit
Fixes and improvements in /proc/schedstat (cover), commit, commit, commit, commit, commit, commit
Support high-performance monotonically non-decreasing clock (cover), commit, commit, commit, commit, commit, commit
sched_ext: idle: introduce check_builtin_idle_enabled() helper commit
SCHED_FAIR: Fix statistics with delayed dequeue commit, commit, commit, commit, commit, commit, commit, commit, commit
Split global idle cpumask into per-numa cpumasks (cover), commit, commit, commit
Improve performance by prioritizing migrating eligible tasks in sched_balance_rq commit
kthread: Introduce preferred affinity (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
rv: Automate manual steps in monitor creation (cover), commit, commit, commit, commit, commit, commit, commit, commit
verification/dot2k: Improve template management (cover), commit, commit, commit, commit, commit, commit, commit
binder: Report txn errors via generic netlink (cover), commit
livepatch: Add "stack_order" sysfs attribute (cover), commit
(FEATURED) NT synchronization primitive driver (cover), 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
- rtla
timerlat: Set OSNOISE_WORKLOAD for kernel threads (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
timerlat: Stop on signal properly when overloaded (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Rust: Device / driver pci / platform rust abstractions (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Rust: Add Lock::from_raw() and expose Guard::new() (cover), commit, commit
tools/sched_ext: Receive updates from SCX repo commit
kunit: Introduce autorun option commit
Implement dwarf modversions (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Extended modversions support to enable RUST and MODVERSIONS at the same time (cover), commit, commit, commit, commit, commit
Fix hibernation problem with efi variables (cover), commit, commit
Validate read-only fields under debug_rseq config commit
3. File systems
- Btrfs
(FEATURED) Add three RAID1 read balancing methods that help to distribute read I/O across devices: rotation (keeps all devices active), latency (smarter with failing/unstable block layer transport), and devid (manual control) (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add io_uring interface for encoded writes commit
Handle FS_IOC_READ_VERITY_METADATA ioctl commit
- XFS
(FEATURED) Reflink support on the realtime device 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
(FEATURED) Realtime device reverse-mapping support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- Bcachefs
- F2FS
- NETFS
Read performance improvements and "single-blob" support (cover), 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
- NFS
Improvements for LOCALIO (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Allocate/free session-based drc slots on demand (cover), commit, commit, commit, commit, commit, commit
(FEATURED) Implement NFS 4.2+ attribute delegation (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- SMB
Add support for IAKerb commit
Allow to choose symlink and socket type (cover), commit, commit, commit, commit, commit, commit, commit
Browse interfaces list on fsctl_query_interface_info ioctl commit
SIN TEMA: <client: parse DNS domain name from domain= option> <client: fix DFS mount against old servers with NTLMSSP> <client: parse av pair type 4 in CHALLENGE_MESSAGE> <client: introduce av_for_each_entry() helper> commit, commit, commit, commit
- SQUASHFS
- AFS
- OCFS2
4. Memory management
mglru: performance optimizations (cover), commit, commit, commit, commit, commit, commit, commit
(FEATURED) Support buffered IO that drops the cache after reading or writing data (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Synchronously free the empty PTE pages in madvise(MADV_DONTNEED) case. Right now they don't release page table memory (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support large folios for tmpfs (cover), commit, commit, commit, commit, commit, commit
hugetlb: support FOLL_FORCE|FOLL_WRITE commit
Add per-order mthp swap-in fallback/fallback_charge counters commit
memcg/hugetlb: Rework memcg hugetlb charging (cover), commit
(FEATURED) cgroups: Add "dmem" memory accounting cgroup. (cover), commit, commit, commit, commit
Add build-time option for hotplug memory default online type commit
swap: rework of swap allocator locks (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
swap_cgroup: remove global swap cgroup lock (cover), commit, commit, commit
memblock: Add memblock_alloc_or_panic interface commit
Account page tables at all levels (cover), commit, commit, commit, commit, commit, commit
Move pagetable_*_dtor() to __tlb_remove_table() (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add ksm involvement information for each process commit
- damon
Enable page level properties based monitoring (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Remove DAMON debugfs interface (cover), commit, commit, commit, commit, commit, commit, commit
Extend DAMOS filters for inclusion (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
5. Block layer
null_blk: Add rotational feature support commit
Device mapper atomic write support (cover), commit, commit, commit, commit, commit, commit, commit, commit
dm-transaction-manager: use red-black trees instead of linear lists commit
md: reintroduce md-linear commit
6. Tracing, perf and BPF
btf: Support dumping a single type from file (cover), commit, commit, commit, commit
Add the attribute fd_array_cnt to the bpf(BPF_PROG_LOAD) system call. If this new attribute is non-zero, then the fd_array is considered to be a continuous array of the fd_array_cnt length and to contain only proper map file descriptors or btf file descriptors (cover), commit, commit, commit, commit, commit, commit, commit
Introduce support for managing IRQ state from BPF programs with two new kfuncs, bpf_local_irq_save, and bpf_local_irq_restore (cover), commit, commit, commit, commit, commit, commit, commit
libbpf: Add unique_match option for multi kprobe commit, commit
tracing: Have fprobes built on top of function graph infrastructure commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Graph tracing performance enhancements and clean ups. (cover), commit, commit, commit, commit, commit
tracing: Support poll on event hist file (cover), commit, commit, commit
tracing: Add ':mod:' command to set_event to enable events in modules (cover), commit, commit, commit
uretprobes: Improve performance and scalability (cover), commit, commit, commit, commit
uprobes: speculative lockless VMA-to-uprobe lookup (cover), commit, commit
libbpf: Extend linker API to support in-memory ELF files (cover), commit, commit
ftrace: Implement :mod: cache filtering on kernel command line (cover), commit, commit
Perf ftrace latency linear buckets (cover), commit, commit, commit, commit
perf lock contention: Symbolize locks using slab cache names (cover), commit, commit, commit, commit
perf/core: Add ability for an event to "pause" or "resume" AUX area tracing (cover), commit, commit, commit, commit, commit, commit, commit
perf ftrace profile: Add --graph-opts option commit
perf script python: Improve physical mem type resolution commit
perf test: Add a runs-per-test option (cover), commit, commit, commit, commit, commit
perf: Increase MAX_NR_CPUS to 4096 commit
7. Cryptography
8. Virtualization
Add error recovery support for VirtIO PCI devices (cover), commit, commit
vfio/nvgrace-gpu: Enable Grace Blackwell boards (cover), commit, commit, commit, commit
9. Security
Script execution control. The goal is to be able to ensure that direct file execution (e.g. ./script.sh) and indirect file execution (e.g. sh script.sh) lead to the same result, especially from a security point of view. It adds a new AT_EXECVE_CHECK flag to execveat(2). It also brings two new securebits used to set or get a security policy for a set of processes (cover), commit, commit, commit, commit, commit, commit, commit, commit
Sign with sha512 instead of sha1 by default commit
selinux: add support for xperms in conditional policies commit, commit
selinux: add netlink nlmsg_type audit message commit
10. Networking
Add support for SO_PRIORITY cmsg (cover), commit, commit, commit, commit
Add igmp/mld join/leave notifications commit
TCP: Make time-wait reuse delay deterministic and configurable (cover), commit, commit
Add ipv6 anycast join/leave notifications commit
TCP: Add a new paws_ack drop reason (cover), commit, commit, commit
Implement tcp-data-split and thresh option (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
mptcp: blackhole: sysctl SYN retrans + fix conditions (cover), commit, commit, commit
vxlan: Support user-defined reserved bits (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Introduce unified and structured phy for reporting PHY statistics (cover), commit, commit, commit, commit, commit, commit, commit
fib_rules: extends FIB rules to match on the flow label with a mask (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit
xdp: A fistful of generic changes (+libeth_xdp) (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Make timestamping selectable (cover), commit, commit, commit, commit, commit
dsa: cleanup EEE (part 1) (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit
Converts RTM_NEWADDR/RTM_DELADDR and some more RTNL users to per-netns RTNL (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- mac80211
Updates - 02-01-24 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Updates - 30-12-24 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
mac80211_hwsim: add mesh EHT 320 MHz support (cover), commit, commit
ethtool: add monitor channel reporting commit
- Netfilter
rxrpc: Implement jumbo data transmission and rack-tlp (cover), 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
smc: support ipv4-mapped ipv6 address clients in smc-r v2 (cover), commit, commit
TLS: Support updating keys (re-keying) for connections using kernel TLS (for TLS 1.3 only) (cover), commit, commit, commit, commit, commit, commit
Add a prompt to config_af_unix_oob commit
Add ipsec support for IP-TFS/AggFrag encapsulation, allowing aggregation and fragmentation of the inner IP. IP-TFS (AggFrag encapsulation) has been standardized in RFC9347. (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
11. Architectures
- ARM
- DTS updates
New SoC: Blaize BLZP1600, an AI chip using custom GSP (Graph Streaming Processor) cores for computation, and two small Cortex-A53 cores that run the operating system (cover), commit, commit, commit, commit, commit, commit
New SoC: SpacemiT K1, 64-bit RISC-V chip, using eight custom RVA22 compatible CPU cores with vector support (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Microchip sama7d65, a new 32-bit embedded chip with a single Cortex-A7 and the current high end of the old Atmel SoC line (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Samsung Exynos 9810 is a mobile phone chip used in some older phones like the Samsung Galaxy S9 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Renesas R-Car V4H ES3.0 (R8A779G3) is an updated version of the V4H (R8A779G0) low-power automotive SoC (cover), commit, commit, commit, commit, commit
Renesas RZ/G3E (R0A09G047) is a family of embedded chips using Cortex-A55 cores (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Qualcomm Snapdragon 8 Elite (SM8750) is a new phone chip based on Qualcomm's Oryon CPU cores (cover), commit, commit, commit, commit, commit
Qualcomm Snapdragon AR2 (SAR2130P) is a SoC for augmented reality glasses (cover), commit, commit, commit
Qualcomm IQ6 (QCS610) and IQ8 (QCS8300) are two industrial IOT platforms (cover), commit, commit, commit, commit
Snapdragon 425 (MSM8917) is a mobile phone SoC from 2016 (cover), commit, commit, commit, commit, commit, commit, commit, commit
Qualcomm IPQ5424 is a Wi-Fi 7 networking chip (cover), commit, commit, commit, commit, commit
qcom: Add support for QCS9075 boards (cover), commit, commit
qcom: x1e80100-hp-x14: dt for HP Omnibook X Laptop 14 (cover), commit, commit
qcom: sc8280xp-blackrock: dt definition for Windows Dev Kit 2023 (cover), commit, commit, commit
qcom: Introduce Huawei Matebook E Go (cover), commit, commit, commit
Add some BCM6846 device tree (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit
aspeed: Add device tree for Ampere Mt. Jefferson BMC commit
stm32: lxa-tac: fix gen{1,2} boards and add gen3 board (cover), commit, commit, commit, commit, commit, commit
Add minimal samsung galaxy s20 series board, sm-g981b and sm-g980f support (cover), commit, commit, commit, commit
qcom: sm8750: Add MTP and QRD boards commit
mediatek: mt8192: Drop Chromebook variants that never shipped commit, commit
Add rockchip rk3576 evb1 board (cover), commit, commit, commit, commit, commit
rockchip: Add Firefly ITX-3588J Board (cover), commit, commit
rockchip: Add H96 Max V58 (RK3588 based TV box) (cover), commit, commit
X1e001de snapdragon devkit for windows (cover), commit, commit, commit
Add initial support for qcs615 soc and qcs615 ride board (cover), commit, commit, commit, commit
qcom: qcs615: add base RIDE board commit
exynos: Add initial support for Samsung Galaxy S20 FE (r8s) commit
imx8mp: add support for the ABB SoM and carrier (cover), commit, commit, commit
Add device tree for mt8188-based chromebook "ciri" (cover), commit, commit
renesas: Add R8A779G3 White Hawk Single support (cover), commit, commit, commit, commit, commit
mediatek: Add MT8186 Chinchou (cover), commit, commit, commit, commit
Support 2024 dpisa extensions (cover), commit, commit, commit, commit, commit
X1p42100 bindings + common driver bits (cover), commit, commit, commit, commit
coresight: Source filtering for multi-port output (cover), commit, commit, commit, commit
coresight: Add static trace id support (cover), commit, commit, commit
kvm/coresight: Support exclude guest and exclude host (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit
Refactor the common parts to the hisilicon uncore pmu core and cleanups (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
iommu/arm-smmu-qcom: Add SDM670 SMMU v2 (cover), commit, commit
iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs (cover), commit, commit, commit, commit
iommu/arm-smmu: Introduce ACTLR custom prefetcher settings commit
Marvell odyssey uncore performance monitor support (cover), commit, commit, commit
Implement cacheinfo support commit
arm_cspmu: nvidia: update event list and filter (cover), commit, commit, commit, commit
KVM: Support for non-protected guest in protected mode, achieving near feature parity with the non-protected mode (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Nested Virtualization support (FEAT_NV2 only) (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add NV timer support (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
coresight: Support exclude guest and exclude host (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit
nv: Advertise the lack of AArch32 EL0 support commit
More surface laptop 7 features (cover), commit, commit, commit
- DTS updates
perf vendor events arm64: Update N2/V2 events from source commit
perf vendor events arm64: Add FUJITSU-MONAKA pmu event commit
perf arm-spe: Add support for SPE Data Source packet on AmpereOne commit, commit
- X86
(FEATURED) Context switch optimizations commit, commit, commit, commit
Cpupower improvements on amd systems (cover), commit, commit, commit, commit, commit, commit, commit
intel: int340x: Panther Lake power floor and workload hint support commit, commit
Add amdxdna for AMD NPUs. The driver is based on Linux accel subsystem. NPU (Neural Processing Unit) is an AI inference accelerator integrated into AMD client CPUs. NPU enables efficient execution of Machine Learning applications like CNNs, LLMs, etc. NPU is based on AMD XDNA architecture (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Amd npu driver improvements (cover), commit, commit, commit, commit, commit
Thunderbolt and dp altmode support for cros-ec-typec (cover), commit, commit, commit, commit, commit, commit, commit, commit
- platform
Updates to AMD PMC driver (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
acer-wmi: Various improvements (cover), commit, commit, commit, commit, commit
acer-wmi: Improve platform profile handling (cover), commit, commit, commit, commit, commit
i2c-i801 / dell-lis3lv02d: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d (cover), commit, commit, commit, commit
hp-wmi: Add fan and thermal profile support for Victus 16-s1000 commit
Add support for the new phone link hotkey on thinkpads (cover), commit, commit
x86-android-tablets: Add Bluetooth support for Vexia EDU ATLA 10 (cover), commit, commit, commit, commit, commit, commit, commit
Vexia EDU ATLA 10 pwrsrc and battery support (cover), commit, commit
amd/hsmp: Add support for HSMP protocol version 7 messages commit
Add new capabilities to pmf smart pc (cover), commit, commit
intel: int340x: processor: Enable MMIO RAPL for Panther Lake commit
powercap intel_rapl: Add support for Panther Lake platform commit
intel_idle: add Clearwater Forest SoC support commit
x86: CPUID overhaul, fixes, and caching (cover), 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, commit, commit, commit, commit, commit, commit, commit, commit, commit
- KVM
Tdx mmu prep series part 1 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add secure tsc support for snp guests (cover), commit, commit, commit, commit, commit, commit, commit, commit
emulate: Avoid RET for FASTOPs (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Minor optimizations and cleanup to vaes code (cover), commit, commit, commit, commit, commit, commit, commit, commit
resctrl: mba_MBps enhancement (cover), commit, commit, commit, commit, commit, commit, commit, commit
Add SEV-SNP support for a new instruction to read an RMP entry and for a segmented RMP table (cover), commit, commit, commit, commit, commit, commit, commit, commit
Remove duplicate microcode version matching infrastructure (cover), commit, commit, commit, commit, commit
bugs: Adjust SRSO mitigation to new features (cover), commit, commit, commit
Add rapl core energy counter support for amd cpus (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
apic: Remove "disablelapic" cmdline option commit
perf/intel: Support RDPMC metrics clear mode commit
sched: Dynamic ITMT core ranking support and some yak shaving (cover), commit, commit, commit, commit, commit, commit, commit
int340x: processor: Enable MMIO RAPL for Panther Lake commit
- RISCV
Add support for xtheadvector (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add initial support for spacemit k1 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
KVM: Allow Svvptc/Zabha/Ziccrse exts for guests (cover), commit, commit, commit, commit
Collect guest/host statistics during the redirected traps (cover), commit, commit, commit
- S390
kdump support for virtio-mem on s390 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
boot: Add support for boot messages loglevels commit
boot: Add bootdebug option to control debug messages commit
boot: Add physmem tracking debug support commit
boot: Add startup debugging support commit
boot: Add vmem debugging support commit
diag: Add memory topology information via diag310 commit
- LOONGARCH
- OPENRISC
- POWERPC
12. Drivers
12.1. Graphics
- amdgpu
Dc patches december 20, 2024 (cover), 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
Dc patches dec 13, 2024 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Dc patches jan 13 2025 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Minimum backlight overrides and implementation for amdgpu (cover), commit, commit, commit, commit
Add CEC notifier to amdgpu driver commit
Add panic support for all dce/dcn (cover), commit, commit, commit, commit, commit, commit
Add debug option to disable subvp commit
gfx12: Add Cleaner Shader Support for GFX12.0 GPUs commit
Add amdgpu_vcn_sched_mask debugfs commit
Add initial support for sdma444 commit
Add initial support for gfx950 commit
Add initial support for sdma444 commit
rockchip: Add driver for the new DSI2 controller (cover), commit, commit, commit
Add drm hdmi codec framework (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
bridge: ite-it6263: Support VESA-24 input format commit
etnaviv: add optional reset support commit
Add dp module in hibmc driver (cover), commit, commit, commit, commit, commit
- i915
- msm
- nouveau
- panel
- panfrost
Add GPU ID for MT8188 Mali-G57 MC3 commit
- renesas:
- rockchip
- v3d
Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL commit
- vc4
Add support for BCM2712 / Pi5 display hardware (cover), 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
- vkms
- xe
Handle crash notifications & drop default log verbosity (cover), commit, commit
uapi: Expose an unblock after N reports OA property commit
Add support for vf scheduling priority (cover), commit, commit, commit, commit, commit
Add another PTL PCI ID commit
Support pmt features in xe (cover), commit, commit, commit, commit
Devcoredump improvements (cover), commit, commit, commit, commit, commit, commit, commit
Minimum backlight overrides and implementation for amdgpu (cover), commit, commit, commit, commit
panel-simple: support TOPLAND TIAN G07017 LCD panel (cover), commit, commit
xlnx: zynqmp: Add DP audio support (cover), commit, commit, commit
12.2. Power Management
Efi stub cleanup work (cover), commit, commit, commit, commit, commit, commit
Add support for binding acpi platform profile to multiple drivers (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Turbostat-2025.0202 for linux-6.14 (cover), 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
ti_sci: collect and send low-power mode constraints (cover), commit, commit, commit
12.3. Storage
ubi: Implement ioctl for detailed erase counters commit, commit
Wire up crc-t10dif library functions to arch-optimized code (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
pm80xx: Increase reserved tags from 8 to 128 commit
lpfc: Add support for large fw object application layer reads commit
fnic: Introduce support for fabric discovery and... (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Nvme pci endpoint target driver (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
libahci_platform: support non-consecutive port numbers commit
nvme: introduce nvme-multipath document commit
12.4. Networking
- Bluetooth
btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x commit
btusb: Add MT7921e device 13d3:3576 commit
btusb: Add RTL8851BE device 13d3:3600 commit
btusb: Add new VID/PID 13d3/3610 for MT7922 commit
btusb: Add new VID/PID 13d3/3628 for MT7925 commit
btusb: add sysfs attribute to control USB alt setting commit
- RDMA
bnxt_re: Support for FW async event handling (cover), commit, commit, commit, commit
Support link status events dispatching in ib_core (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
erdma: Support the RoCEv2 protocol (cover), commit, commit, commit, commit, commit, commit, commit, commit
airoha: Add Qdisc offload support (cover), commit, commit, commit, commit
bnxt_en: Implement tcp-data-split and thresh option (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
pull-request: can-next 2025-01-10 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
cn10k-ipsec: Add outbound inline ipsec support (cover), commit, commit, commit, commit, commit, commit, commit, commit
enetc: Add more feautues for enetc v4 - round 1 (cover), commit, commit, commit, commit
fbnic: Add hardware monitoring support (cover), commit, commit, commit
fbnic: support basic RSS config and setting channel count (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support some features for the hibmcge driver (cover), commit, commit, commit, commit, commit, commit
ice: Add support for devlink health events (cover), commit, commit, commit, commit, commit
ice: Support fw recovery mode (cover), commit, commit, commit
igb: Add support for af_xdp zero-copy (cover), commit, commit, commit, commit, commit, commit
ionic: Minor code updates (cover), commit, commit, commit, commit, commit
ixgbe: Add support for intel(r) e610 device (cover), commit, commit, commit, commit, commit, commit, commit, commit
ixgbevf: Add support for intel(r) e610 device (cover), commit, commit
lan969x: add FDMA support (cover), commit, commit, commit, commit, commit
lan969x: add RGMII support (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit
- mlx5
ConnectX-8 SW Steering + Rate management on traffic classes (cover), commit, commit, commit, commit, commit, commit
Mlx5-next updates 2025-01-09 (cover), commit, commit, commit, commit
Mlx5 hardware steering part 2 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Mlx5 hw-managed flow steering in fs core level (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Mlx5 misc changes 2024-12-19 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
mlx5e: CT: Add support for hardware steering (cover), commit, commit, commit, commit
Ethtool get_ts_stats() for dsa and ocelot driver (cover), commit, commit, commit, commit
mvpp2: Phylink eee support (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Implement tcp-data-split and thresh option (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Make sure we retain napi ordering on netdev->napi_list (cover), commit, commit, commit, commit, commit, commit, commit
octeon_ep: Add ndo ops for vfs in pf driver commit
phy: dp83822: Add support for GPIO2 clock output (cover), commit
phy: dp83822: Add support for PHY LEDs on DP83822 commit
Introduce unified and structured phy (cover), commit, commit, commit, commit, commit, commit, commit
Add rds ptp library for microchip phys (cover), commit, commit, commit, commit, commit
realtek: HWMON support for standalone versions of RTL8221B and RTL8251 commit
phy: realtek: add hwmon support (cover), commit, commit, commit
stmmac: dwmac-socfpga: Allow using 1000BaseX (cover), commit, commit, commit, commit, commit, commit
pse-pd: Add support for pse budget evaluation strategy (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
r8169: Add support for rtl8125bp rev.b commit
Mdio support updates (cover), commit, commit, commit, commit, commit
Add support for synopsis dwmac ip on nxp automotive socs s32g2xx/s32g3xx/s32r45 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
icssg: Add multicast filtering support for vlan interface (cover), commit, commit, commit, commit
ath11k: add support for QCA6698AQ commit
- ath12k
MLO support part 2 (cover), commit, commit, commit, commit, commit, commit, commit, commit
MLO support part 3 (cover), commit, commit, commit, commit, commit, commit, commit, commit
MLO support part 4 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
MLO support part 7 (cover), commit, commit, commit, commit, commit, commit, commit, commit
MLO support part 8 (cover), commit, commit, commit, commit, commit, commit, commit, commit
MLO support part 9 (cover), commit, commit, commit, commit, commit, commit, commit
Add support for parsing 64-bit TLVs commit
Support Pager, Counter, SoC, Transmit Rate Stats (cover), commit, commit, commit, commit
Support MBSSID Control Frame Stats commit
- iwlwifi
- mt76
Add multi-radio support to a few core hw ops> commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
mt7915: add module param to select 5 GHz or 6 GHz on MT7916 commit
mt7921: introduce CSA support commit
mt7921u: Add VID/PID for TP-Link TXE50UH commit
mt792x: add P2P_DEVICE support commit
rtl8xxxu: add more missing rtl8192cu USB IDs commit
- rtw88
- rtw89
Some changes related to fw feature bit, PHY RSSI and PHY XTAL (cover), commit, commit, commit, commit, commit, commit
Preparation for MLO including AP_LINK_PS feature, ieee80211_ops and links (cover), commit, commit, commit, commit, commit, commit
Support dynamic antenna gain (DAG) (cover), commit, commit, commit
12.5. Audio
fsl: add memory to memory function for ASRC (cover), commit, commit, commit, commit, commit, commit
Small extensions for ump (cover), commit, commit, commit, commit, commit, commit, commit, commit
hda/realtek: Enable headset mic on Positivo C6400 commit
hda: Support for Ideapad hotkey mute LEDs commit
hda/tas2781: Add tas2781 hda SPI driver commit
Add driver for big scarlett 4th gen interfaces (cover), commit, commit
- SoC
Expand soundwire mbq register map support (cover), commit, commit, commit, commit
Add audio support for the renesas rz/g3s soc (cover), 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 sof support for new board revisions (cover), commit, commit, commit, commit
acp: Support microphone from Lenovo Go S commit
Add support for codec of f1c100s (cover), commit, commit, commit, commit, commit
Intel: boards: updates for 6.14 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
SOF: core/Intel: Handle pause supported token from topology (cover), commit, commit
ASoC: rt5682: Support the ALC5682I-VE codec commit
Intel: Add matches for Cirrus Logic CDB35L56 boards (cover), commit, commit, commit
12.6. Tablets, touch screens, keyboards, mouses
I8042: add support for platform filter contexts commit
Drivers to support the mcu on qnap nas devices (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit
xpad: improve name of 8BitDo controller 2dc8:3106 commit
xpad: add support for wooting two he (arm) commit
xpad: add support for Nacon Pro Compact commit
xpad: add QH Electronics VID/PID commit
xpad: add support for Nacon Evol-X Xbox One Controller commit
Remove evbug driver commit
atkbd: map F23 key to support default copilot shortcut commit
xpad: add unofficial Xbox 360 wireless receiver clone commit
- HID
Add new capabilities to pmf smart pc (cover), commit, commit
steelseries: add SteelSeries Arctis 9 support (cover), commit, commit, commit, commit
Add intel touch host controller drivers (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Wacom: Add PCI Wacom device support commit
hid-asus: Disable OOBE mode on the ProArt P16 commit
multitouch: Add quirk for Hantick 5288 touchpad commit
lenovo: Support for ThinkPad-X12-TAB-1/2 Kbd Fn keys commit
wacom: Initialize brightness of LED trigger commit
nintendo: add support for md/gen 6B controller commit
12.7. TV tuners, webcams, video capturers
qcom: camss: Add sc7280 support (cover), commit, commit, commit
Remove dead TI wl128x FM radio driver commit
stm32: introduction of CSI / DCMIPP for STM32MP25 (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
v4l: fwnode: Add support for CSI-2 C-PHY line orders (cover), commit, commit, commit, commit
i2c: imx290: Add support for imx462 (cover), commit, commit, commit, commit
i2c: ds90ub9xx: Misc fixes and improvements (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ov2740: Add regulator support commit
ov2740: Add camera orientation and sensor rotation controls commit
uvcvideo: Support partial control reads and minor changes (cover), commit, commit
uvcvideo: Prepare deprecation of nodrop (cover), commit, commit, commit, commit
Fix sonix technology mjpeg streams (cover), commit, commit, commit
12.8. Universal Serial Bus
Add support for usb controllers on qcs615 (cover), commit, commit
Enable ipq5424 usb support (cover), commit, commit, commit, commit, commit
Xhci features for usb-next (cover), commit, commit, commit, commit, commit
gadget: f_tcm: Enhance UASP driver (cover), 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
Thunderbolt and dp altmode support for cros-ec-typec (cover), commit, commit, commit, commit, commit, commit, commit, commit
typec: hd3ss3220: enhance driver with port type, power opmode, and role preference settings (cover), commit, commit, commit
TCPM: Add support for responding to get_revision request (cover), commit, commit, commit
host: xhci-plat: add support compatible ID PNP0D15 commit
typec: Implement UCSI driver for ChromeOS (cover), commit, commit
12.9. Serial Peripheral Interface (SPI)
Spi-nand/spi-mem dtr support (cover), 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
atmel-quadspi: Refactor to allow supporting SAMA7G5 O/QSPI (cover), commit, commit
rockchip-sfc: Support sclk_x2 version commit
cadence-quadspi: Add support for device reset (cover), commit, commit
rockchip-sfc: Support ACPI commit
spi-kspi2: Add KEBA SPI controller support commit
12.10. Watchdog
12.11. CPU Frequency scaling
Fix some boost errors related to cpu online and offline. (cover), commit, commit, commit, commit
Apple a7-a11, t2 soc cpufreq support (cover), commit, commit, commit, commit, commit, commit, commit
cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver commit, commit
12.12. Voltage, current regulators, power capping, power supply
supply: Introduce a mechanism for drivers to extend the properties implemented by a power supply (cover), commit, commit, commit, commit
Add support for maxim integrated max77705 pmic (cover), commit, commit, commit, commit, commit
power: ip5xxx_power: Add support for IP5306 commit, commit, commit, commit, commit, commit, commit, commit
power: supply: bq24190: Add BQ24297 support commit, commit, commit
power: supply: ltc4162-l-charger: Add support for ltc4162-f/s and ltc4015 commit
supply: max1720x: add support for reading internal and thermistor temperatures commit
supply: Add new "charge_types" property (cover), commit, commit, commit, commit
supply: gpio-charger: add support for default charge current limit (cover), commit
supply: max1720x: add charge full property commit
power: supply: gpio-charger: add support for default charge current limit commit
pca9450: collect some improvement patches (cover), commit, commit, commit, commit, commit
pcf2127: add BSM support commit
regulator: Add support for power budget commit
12.13. Real Time Clock (RTC)
pcf2127: add BSM support commit
12.14. Pin Controllers (pinctrl)
Add pinctrl support for mt7988 (cover), commit, commit, commit, commit, commit
Add rz/g3e pinctrl support (cover), commit, commit, commit, commit, commit, commit
rockchip: add rk3562 support commit
pcf2127: add BSM support commit
12.15. Memory Technology Devices (MTD)
spinand: add support for FORESEE F35SQA001G commit
spinand: Add support for SkyHigh S35ML-3 family (cover), commit, commit
Add support for fujitsu mb85rs128ty (cover), commit, commit, commit
spi-nor: atmel: add at25sf321 entry commit
Add support for nuvoton ma35 nand controller (cover), commit, commit
Add support for infineon s28hl256t and s28hl02gt (cover), commit, commit
Spi-nand/spi-mem dtr support (cover), 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
12.16. Industrial I/O (iio)
accel: fxls8962af: add fxls8967af and fxls8974cf (cover), commit, commit, commit, commit
Support rohm kx134acr-lbz (cover), commit, commit, commit, commit, commit, commit
Timestamp and pulsar support for ad4000 (cover), commit, commit, commit, commit
adc: ad7173: add calibration support to chip family (cover), commit, commit
adc: pac1921: Add ACPI support to Microchip pac1921 commit
adc: rzg2l_adc: Add support for RZ/G3S (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
imu: add devices to adis16480 driver (cover), commit, commit, commit
Support for texas instruments opt4060 rgbw color sensor. (cover), commit, commit
trigger: stm32-timer: add support for stm32mp25 commit
Add STM32MP25 timers support: MFD, PWM, IIO and counter drivers (cover), commit, commit, commit, commit
12.17. Inter-Integrated Circuit (I2C + I3C)
mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus commit
imx-lpi2c: add target mode support commit
imx-lpi2c: add eDMA mode support for LPI2C commit
Core-managed per-client directory in debugfs with example (cover), commit
Add atomic transfer support to i2c-xiic (cover), commit, commit
i801: Add lis3lv02d for Dell Precision M6800 commit
12.18. Hardware monitoring (hwmon)
lm75: add I3C support for P3T1755 commit
nct6683: Add another customer ID for MSI commit
Add nxp p3t1755 and fix lm75b docs (cover), commit, commit, commit
tmp108: add basic regulator support commit
asus-ec-sensors: add support for fan cpu opt on amd 600 motherboards commit
Add support for intel crps psu (cover), commit, commit, commit, commit
pmbus: add tps25990 efuse support (cover), commit, commit, commit, commit, commit, commit, commit
asus-ec-sensors: Add TUF GAMING X670E PLUS commit
nct6683: add customer id for asrock b650 steel legend wifi commit
pmbus/max15301: add support for MAX15303 commit
12.19. General Purpose I/O (gpio)
12.20. Leds
Add LED1202 I2C driver commit
lp8864: Add support for Texas Instruments LP8864, LP8864S, LP8866 LED-backlights commit
Turris omnia led driver changes (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
12.21. DMA engines
Add edmav3 support for s32g2/s32g3 socs (cover), commit, commit, commit, commit, commit
idxd: Add a new IAA device ID on Panther Lake family platforms commit
Enable flr for idxd halt (cover), commit, commit, commit, commit, commit
qcom: gpi: Add GPI immediate DMA support for SPI protocol commit
Add support of amd ae4dma dma engine (cover), commit, commit, commit, commit, commit, commit
12.22. Cryptography hardware acceleration
Hisilicon - add data aggregation feature (cover), commit, commit
n2: Remove Niagara2 SPU driver commit
12.23. PCI
imx6: Add i.MX8MQ, i.MX8Q and i.MX95 PM support commit
switchtec: Add Microchip PCI100X device IDs commit
microchip: Set inbound address translation for coherent or non-coherent mode commit
switchtec: Add Microchip PCI100X device IDs commit
12.24. Thunderbolt
Improve displayport tunneling (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
debugfs: Add write capability to path config space commit
Expose router DROM through debugfs commit
12.25. Clock
imx93: Add IMX93_CLK_SPDIF_IPG clock (cover), commit, commit
Add cmn pll clock controller driver for ipq9574 (cover), commit, commit, commit
Qualcomm sm6115 lpass clock controller (cover), commit, commit
qcom: Introduce clks for SM8750 (cover), commit, commit, commit, commit, commit, commit, commit, commit
qcom: sm8750: Add sm8750-dispcc clock controller (cover), commit, commit, commit
Add gcc and rpmh clock controller for qcs615 soc (cover), commit, commit, commit, commit
Add rpm clocks for msm8937/msm8940 (cover), commit, commit, commit, commit
renesas: rzv2h-cpg: Add CRU and CSI clocks (cover), commit, commit
renesas: rzv2h: Add support for RZ/G3E SoC commit
samsung: Introduce Exynos990 clock support (cover), commit, commit, commit
12.26. PHY ("physical layer" framework)
qualcomm: add support for USB+DP and PCIe PHYs on SAR2130P (cover), commit, commit, commit, commit, commit, commit
12.27. EDAC (Error Detection And Correction)
i10nm: Add Intel Clearwater Forest server support commit
{i10nm,skx,skx_common}: Support UV systems commit
Add an EDAC driver for the Loongson memory controller commit
Remove powerpc Cell driver commit
12.28. Various
Update event records to cxl spec rev 3.1 (cover), commit, commit, commit, commit, commit, commit
Add microchip ipc mailbox (cover), commit, commit, commit, commit
remoteproc: Add new driver for wcss secure pil loading (cover), commit, commit
misc: Add changes to use session index as identifier (cover), commit, commit
Add support for the aaeon up board fpga (cover), commit, commit, commit
Drivers to support the mcu on qnap nas devices (cover), commit, commit, commit, commit, commit, commit, commit, commit, commit
13. List of pull requests
14. Other news sites
Phoronix Linux 6.14 features