#pragma section-numbers on #pragma keywords Linux, kernel, operating system, changes, changelog, file system, Linus Torvalds, open source, device drivers, memory management #pragma description Summary of the changes and new features merged in the Linux kernel during the 6.13 development cycle Linux 6.13 changelog. Summary: <> = Prominent features = == Lazy preemption == The Linux kernel support four different preemption modes. There is a "full preemption" mode, but since preemption is usually at odds with performance, most Linux kernels default to using the "voluntary" mode. This release adds a "lazy preemption" mode that aims to be a bridge between the voluntay and the full preemption mode, providing more opportunities to preempt a task than the voluntary mode, but not as many as the full preemption. Recommended LWN article: [[https://lwn.net/Articles/994322/|The long road to lazy preemption]] = Core (various) = * (FEATURED) Lazy preemption [[https://git.kernel.org/linus/476e8583ca16eecec0a3a28b6ee7130f4e369389|commit]], [[https://git.kernel.org/linus/35772d627b55cc7fb4f33bae57c564a25b3121a9|commit]], [[https://git.kernel.org/linus/7c70cb94d29cd325fabe4a818c18613e3b9919a1|commit]], [[https://git.kernel.org/linus/26baa1f1c4bdc34b8d698c1900b407d863ad0e69|commit]] * cgroup: Exposing nice CPU usage to userspace [[https://git.kernel.org/linus/2e82c0d4562a4b8292af83577b70af888a93d16d|commit]], [[https://git.kernel.org/linus/aefa398d93d5db7c555be78a605ff015357f127d|commit]] * fanotify: allow reporting errors on failure to open fd [[https://git.kernel.org/linus/522249f05c5551aec9ec0ba9b6438f1ec19c138d|commit]] * fcntl: make F_DUPFD_QUERY associative [[https://git.kernel.org/linus/2714b0d1f36999dbd99a3474a24e7301acbd74f1|commit]] * fs/file.c: optimize the critical section of file_lock in [[https://git.kernel.org/linus/c9a3019603b8a8519f1b6d8ae0059bcb2965f8fe|commit]], [[https://git.kernel.org/linus/0c40bf47cf2d9e1413b1e62826c89c2341e66e40|commit]], [[https://git.kernel.org/linus/52732bb9abc9ee5b82ed62edef51be4a255fc78a|commit]] * Add the four syscalls setxattrat(), getxattrat(), listxattrat() and removexattrat(). Those can be used to operate on extended attributes, especially security related ones, either relative to a pinned directory or on a file descriptor without read access, avoiding a /proc//fd/ detour, requiring a mounted procfs. Part of a small-scale attempt at sanitizing the interplay between io_uring and normal syscalls [[https://git.kernel.org/linus/5b313bcb6e3597dacd893ae9545fd087df46db45|commit]], [[https://git.kernel.org/linus/e896474fe4851ffc4dd860c92daa906783090346|commit]], [[https://git.kernel.org/linus/dc7e76ba7a6057e4c12d449db49f026d0ec238ec|commit]], [[https://git.kernel.org/linus/b8cdd2530c7d7156413c5dfc1f4bc83c1d26b446|commit]], [[https://git.kernel.org/linus/a71874379ec8c6e788a61d71b3ad014a8d9a5c08|commit]], [[https://git.kernel.org/linus/537c76629d7855ce11400eaad0137a062bfc15f6|commit]], [[https://git.kernel.org/linus/a10c4c5e01bdab617eaf3aaac9a96c22ddefa97e|commit]], [[https://git.kernel.org/linus/66d7ac6bdb07fbe69ca6971558a996ac04bbb643|commit]], [[https://git.kernel.org/linus/0158005aaa3c946ecac9d251c34708a40a85cbe1|commit]], [[https://git.kernel.org/linus/60ad149cf395ff0a502976963d9a89c2f5dfe424|commit]], [[https://git.kernel.org/linus/22a4d1954cf5d51d5aa82eccb0b5fd4d8be92551|commit]], [[https://git.kernel.org/linus/6140be90ec70c39fa844741ca3cc807dd0866394|commit]], [[https://git.kernel.org/linus/46a7fcec097da5b3188dce608362fe6bf4ea26ee|commit]] * Introduce file_ref_t (for better scalability) [[https://git.kernel.org/linus/62eec753cae265002043872ba419d0887fe33ec6|commit]], [[https://git.kernel.org/linus/90ee6ed776c06435a3fe79c7f5344761f52e1760|commit]], [[https://git.kernel.org/linus/08ef26ea9ab315b895d57f8fbad41e02ff345bb9|commit]], [[https://git.kernel.org/linus/8b1bc2590af61129b82a189e9dc7c2804c34400e|commit]] * timekeeping/fs: multigrain timestamp redux [[https://git.kernel.org/linus/b40508ca5d5c1ef0b559bc3bd25a2047240b5601|commit]], [[https://git.kernel.org/linus/4e40eff0b5737c0de39e1ae5812509efbc0b986e|commit]], [[https://git.kernel.org/linus/c86e3c47187ad7fa17f8533a4142453991684b46|commit]], [[https://git.kernel.org/linus/73a47cf40f84312cb6ea2b3583825d671930b24f|commit]], [[https://git.kernel.org/linus/96f9a366ec8abe027326d7aab84d64370019f0f1|commit]], [[https://git.kernel.org/linus/50e9ceef1d4f644ee0049e82e360058a64ec284c|commit]], [[https://git.kernel.org/linus/d48c3397291690c3576d6c983b0a86ecbc203cac|commit]], [[https://git.kernel.org/linus/ffb6cf19e06334062744b7e3493f71e500964f8e|commit]], [[https://git.kernel.org/linus/70c8fd00a9bd0509bbf7bccd9baea8bbd5ddc756|commit]], [[https://git.kernel.org/linus/e3fad0376d80f91b45e0db3f3634f15e1dd22768|commit]], [[https://git.kernel.org/linus/7f2c86cba3c584c7227cddaabdf0ab54c8151e60|commit]], [[https://git.kernel.org/linus/b82f92d5dd1a365ab1e13518c8bf799f6fec4518|commit]], [[https://git.kernel.org/linus/e44df2664746aed8b6dd5245eb711a0ce33c5cf5|commit]] * Allow {{{statmount()}}} to fetch the {{{fs_subtype}}} and {{{sb_source}}} [[https://git.kernel.org/linus/3a6ffeb127973806704655fe5fcd92141a5e83d5|commit]], [[https://git.kernel.org/linus/44010543fc8bedad172aa5b6c43480e5d2124497|commit]], [[https://git.kernel.org/linus/ed9d95f691c29748f21bc019de9566b698fdfab7|commit]], [[https://git.kernel.org/linus/75ead69a717332efa70303fba85e1876793c74a9|commit]] * Use a dedicated thread for timer wakeups with forced-threading. [[https://git.kernel.org/linus/49a17639508c3b35f90ca829e60dddeeeb750e74|commit]], [[https://git.kernel.org/linus/a02976cfce4fe8336c6be08cd4dc35ca1aa794e9|commit]] * fs: Allow statmount to fetch the fs_subtype and sb_source [[https://git.kernel.org/linus/3a6ffeb127973806704655fe5fcd92141a5e83d5|commit]], [[https://git.kernel.org/linus/44010543fc8bedad172aa5b6c43480e5d2124497|commit]], [[https://git.kernel.org/linus/ed9d95f691c29748f21bc019de9566b698fdfab7|commit]], [[https://git.kernel.org/linus/75ead69a717332efa70303fba85e1876793c74a9|commit]] * statmount: add flag to retrieve unescaped options [[https://git.kernel.org/linus/2f4d4503e9e5ab765a7948f98bc5deef7850f607|commit]] * statmount: retrieve security mount options [[https://git.kernel.org/linus/aefff51e1c2986e16f2780ca8e4c97b784800ab5|commit]] * Add API ({{{AT_HANDLE_CONNECTABLE}}}) for exporting NFS connectable file handles to userspace [[https://git.kernel.org/linus/a312c10c0186b3fa6e6f9d4ca696913372804fae|commit]], [[https://git.kernel.org/linus/a20853ab8296d4a8754482cb5e9adde8ab426a25|commit]], [[https://git.kernel.org/linus/c374196b2b9f4b803fccd59ed82f0712041e21e1|commit]], [[https://git.kernel.org/linus/4a530a7c751d27f9dbd70b7fc45670cd11713b13|commit]] * futex: improve user space accesses [[https://git.kernel.org/linus/43a43faf5376114161aa684834d24e06da596287|commit]] * hung_task: Add detect count for hung tasks [[https://git.kernel.org/linus/62bf7065cc6056a51a240c810b95d887e5bb7c8c|commit]], [[https://git.kernel.org/linus/03ecb24db20e78c478b9b7c0ec767bfdc053ecd4|commit]] * io_uring * Support for sending a sync message to another ring, without having a ring available to send a normal async message [[https://git.kernel.org/linus/a377132154ab8404dafcc52e8bc0c73050a954c2|commit]] * Add support for ring resizing. It can be hard to appropriately size the CQ ring upfront, if the application doesn't know how busy it will be. This results in applications sizing rings for the most busy case, which can be wasteful. With ring resizing, they can start small and grow the ring, if needed [[https://git.kernel.org/linus/09d0a8ea7facc8b1581c9bd85c3ea6f5aa62ab7d|commit]], [[https://git.kernel.org/linus/81d8191eb99d95b32e55d09d74f682d40d3e74e9|commit]], [[https://git.kernel.org/linus/d090bffab609762af06dec295a305ce270941b42|commit]], [[https://git.kernel.org/linus/79cfe9e59c2a12c3b3faeeefe38d23f3d8030972|commit]] * Add support for fixed wait regions, rather than needing to copy the same wait data tons of times for each wait operation [[https://git.kernel.org/linus/0a54a7dd0a12b777721f5ca55c9d6331d2a46b01|commit]], [[https://git.kernel.org/linus/371b47da25e1f7a1a6323f84c776bd9fa079a490|commit]], [[https://git.kernel.org/linus/aa00f67adc2c0d6439f81b5a81ff181377c47a7e|commit]] * Rewrite the resource node handling, which before was serialized per ring [[https://git.kernel.org/linus/a85f31052bce52111b4e9d5a536003481d0421d0|commit]], [[https://git.kernel.org/linus/ff1256b8f3c45f222bce19fbfc1e1bc498b31d03|commit]], [[https://git.kernel.org/linus/aaa736b186239b7dc7778ae94c75f26c96972796|commit]], [[https://git.kernel.org/linus/743fb58a35cde8fe27b07ee5a985ae76563845e3|commit]], [[https://git.kernel.org/linus/e410ffca588691e36d5449a5bf521a1a7b712911|commit]], [[https://git.kernel.org/linus/7029acd8a950393ee3a3d8e1a7ee1a9b77808a3b|commit]], [[https://git.kernel.org/linus/fbbb8e991d86bb7539de6161746b6c747f93f533|commit]], [[https://git.kernel.org/linus/0701db7439208951c8a7d8600668e5cfdd5f63d2|commit]], [[https://git.kernel.org/linus/f38f2847646f8be29a8fcb722e8b1dc8c8cb3924|commit]], [[https://git.kernel.org/linus/3597f2786b687a7f26361ce00a805ea0af41b65f|commit]], [[https://git.kernel.org/linus/b54a14041ee6444692d95ff38c8b3d1af682aa17|commit]], [[https://git.kernel.org/linus/cb1717a7cd0fc8a063bd7fe3b4eb6fd81defb11c|commit]], [[https://git.kernel.org/linus/5f3829fdd69d746f36a5e87df21ce58470b8e9fa|commit]] * Add static NAPI support, where a specific NAPI instance is used rather than having a list of them available that need lookup [[https://git.kernel.org/linus/6bf90bd8c58a305994948eb3409d91a7d8f2edae|commit]], [[https://git.kernel.org/linus/45b3941d09d13b3503309be1f023b83deaf69b4d|commit]], [[https://git.kernel.org/linus/a5e26f49fef9485bc4ae24666d984a6de11e058c|commit]], [[https://git.kernel.org/linus/2f3cc8e441c9f657ff036c56baaab7dddbd0b350|commit]], [[https://git.kernel.org/linus/71afd926f292bb8f3ca86e6c3c40123037f109c6|commit]], [[https://git.kernel.org/linus/5431fdd2c181dd2eac218e45b44deb2925fa48f0|commit]] * Regions, param pre-mapping and reg waits extension: it's a better and more generic API for ring/memory/region registration, and it changes the API extending registered waits to be a generic parameter passing mechanism. That will be useful in the future to implement a more flexible rings creation, especially when we want to share same huge page / mapping [[https://git.kernel.org/linus/d617b3147d54c42351eac63b5398d4ddf4f4011b|commit]], [[https://git.kernel.org/linus/3730aebbdac8770f64ab66eb5e7129bc8dae731d|commit]], [[https://git.kernel.org/linus/83e041522eb9c45479f4490b212687cf1e7e9999|commit]], [[https://git.kernel.org/linus/68685fa20edc5307fc893a06473c19661c236f29|commit]], [[https://git.kernel.org/linus/93238e66185524aad925acefb2312203b9e26d63|commit]], [[https://git.kernel.org/linus/dfbbfbf191878e8dd422768ce009858d8b5b761e|commit]] * Add support for hybrid IO polling, which is a variant of strict IOPOLL but with an initial sleep delay to avoid spinning too early and wasting resources on devices that aren't necessarily in the < 5 usec category wrt latencies [[https://git.kernel.org/linus/01ee194d1aba1202f0926d5047a2a4cf84d0e45d|commit]] * Add support for just doing partial buffer clones, rather than always cloning the entire buffer table [[https://git.kernel.org/linus/b16e920a1909da6799c43000db730d8fcdcae907|commit]], [[https://git.kernel.org/linus/c1329532d5aabecf79788924941afb8a7b7c1024|commit]] * Limit local tw done [[https://git.kernel.org/linus/f46b9cdb22f7a167c36b6bcddaef7e8aee2598fa|commit]], [[https://git.kernel.org/linus/40cfe553240b32333b42652370ef5232e6ac59e1|commit]] * pidfd: add ioctl to retrieve pid info [[https://git.kernel.org/linus/cdda1f26e74bac732eca537a69f19f6a37b641be|commit]] * posix-timers: Cure the SIG_IGN mess [[https://git.kernel.org/linus/2634303f8773b0c602069887565cd412440be15d|commit]], [[https://git.kernel.org/linus/6017a158beb13b412e55a451379798aae5876514|commit]], [[https://git.kernel.org/linus/0360ed14d9826678a50fa2b873e522a24cd3c018|commit]], [[https://git.kernel.org/linus/7a66f72b09bb0762360274b1fb677b3433dbaa06|commit]], [[https://git.kernel.org/linus/647da5f709f112319c0d51e06f330d8afecb1940|commit]], [[https://git.kernel.org/linus/cd1e93aedab7f749760a33e9e094381973b1120e|commit]], [[https://git.kernel.org/linus/4cf7bf2a2f1a8ace4a49a1138c8123fdb5990093|commit]], [[https://git.kernel.org/linus/68f99be287a59d50a9ad231d523f7e578f8bd28a|commit]], [[https://git.kernel.org/linus/513793bc6ab331b947111e8efaf8fcef33fb83e5|commit]], [[https://git.kernel.org/linus/54f1dd642fd088ba969206f09e7afffad7d9db2c|commit]], [[https://git.kernel.org/linus/0e20cd33acc7a173b23900550331ee82a23e9f00|commit]], [[https://git.kernel.org/linus/5cac427f7971b0619ebbfc131ef81fcf229c3c01|commit]], [[https://git.kernel.org/linus/ef1c5bcd6daa674392bdf89b8ae889aafd73f956|commit]], [[https://git.kernel.org/linus/df7a996b4dab03c889fa86d849447b716f07b069|commit]], [[https://git.kernel.org/linus/4febce44cfebcb490b196d5d10ae9f403ca4c956|commit]], [[https://git.kernel.org/linus/2860d4d315dc01f001dfd328adaf2ab440c47dd3|commit]], [[https://git.kernel.org/linus/c775ea28d4e23f5e58b6953645ef90c1b27a8e83|commit]], [[https://git.kernel.org/linus/caf77435dd8a52cb39c602bdf67d35d6f782f553|commit]], [[https://git.kernel.org/linus/69f032c92cf883ea74a4b69ba3d91317aa6f174e|commit]], [[https://git.kernel.org/linus/12e189d3cfa4c64de758bde18626184bf32c65fc|commit]], [[https://git.kernel.org/linus/a76e1bbe879cf39952ec4b43ed653b0905635f24|commit]], [[https://git.kernel.org/linus/5d916a0988eed5217c103932ff4887c9ae83c89c|commit]], [[https://git.kernel.org/linus/11629b9808e5900d675fd469d19932ea48060de3|commit]], [[https://git.kernel.org/linus/6b0aa145786dab25c6b8e79ad70ac3382c381596|commit]], [[https://git.kernel.org/linus/c2a4796a154bb952be1106911841aab2c8c17c4d|commit]], [[https://git.kernel.org/linus/b06b0345fff3678517acd0f1837d52477ba30944|commit]] * RCU: Torture-test changes for v6.13 [[https://git.kernel.org/linus/c229d579d047f9c4fb4d6c37d9d04b88a398e461|commit]], [[https://git.kernel.org/linus/046c06f5ba97b31da189396e922ebff3f502518e|commit]], [[https://git.kernel.org/linus/ff9ba8db87222be8d344f7c1cc3c28b1e22f6429|commit]], [[https://git.kernel.org/linus/812a1c3b9f7c36d9255f0d29d0a3d324e2f52321|commit]], [[https://git.kernel.org/linus/80e935c8c154d8fbdd85a20d89b4962662ceddd7|commit]] * rtla: Support idle state disabling via libcpupower in timerlat [[https://git.kernel.org/linus/13216486e3ede30d6910a22e0e15988b7016366b|commit]], [[https://git.kernel.org/linus/e2b48b226b84848972c4fde6066ed9ff1254463f|commit]], [[https://git.kernel.org/linus/083d29d3784319e9e9fab3ac02683a7b26ae3480|commit]], [[https://git.kernel.org/linus/0f59a6c9c421a44e652353e3ec15cf2425b904fe|commit]], [[https://git.kernel.org/linus/cfbfbfc96f6d6947605ed905d73b05feaac78181|commit]], [[https://git.kernel.org/linus/549b92c94c7e6db12842c5d64c036e6613dbd902|commit]] * rust: * Add PidNamespace [[https://git.kernel.org/linus/e0020ba6cbcbfbaaa50c3d4b610c7caa36459624|commit]] * File abstractions needed by Rust Binder [[https://git.kernel.org/linus/70d7f7dbd98a4d499b46ec9ef2bd1f2698facf2b|commit]], [[https://git.kernel.org/linus/5da9857b127e9d78bb59b4950653e74a2f598529|commit]], [[https://git.kernel.org/linus/8ad1a41f7e23287f07a3516c700bc32501d4f104|commit]], [[https://git.kernel.org/linus/913f8cf4f376d21082c6c33d49c8c3aa9fb7e83a|commit]], [[https://git.kernel.org/linus/851849824bb5590e61048bdd3b311aadeb6a032a|commit]], [[https://git.kernel.org/linus/e7572e5deaf3bc36818f19ba35ac8e0c454c8bac|commit]], [[https://git.kernel.org/linus/ac681835b6747fc5a0cd40398d4c28210318df32|commit]], [[https://git.kernel.org/linus/94d356c0335f95412575c4fa3954b48722359c8a|commit]], [[https://git.kernel.org/linus/a3df991d3d0648dabf761cee70bc1a1ef874db8b|commit]] * Tracepoints and static branch in Rust [[https://git.kernel.org/linus/169484ab667788e73d1817d75c2a2c4af37dbc7f|commit]], [[https://git.kernel.org/linus/aecaf181651c91b8c89058708b065da9312a0ccd|commit]], [[https://git.kernel.org/linus/91d39024e1b02914cc5e2dbc137908e29b269ce4|commit]], [[https://git.kernel.org/linus/f6bdafef2ab911f03321fa83d8da1df99878009e|commit]], [[https://git.kernel.org/linus/6e59bcc9c8adec9a5bbedfa95a89946c56c510d9|commit]] * Add seqfile abstraction [[https://git.kernel.org/linus/22018a5a54a3d353bf0fee7364b2b8018ed4c5a6|commit]] * Generic `Allocator` support [[https://git.kernel.org/linus/a5886ef4f4bfc305bfd9efdf6166621b5c602fca|commit]], [[https://git.kernel.org/linus/1d1d223aa3b37c34271aefc2706340d0843bfcb2|commit]], [[https://git.kernel.org/linus/9e7bbfa182767f638ba61dba3518ff78da9f31ff|commit]], [[https://git.kernel.org/linus/909037ce0369bc3f4fd31743fd2d8d7096f06002|commit]], [[https://git.kernel.org/linus/58eff8e872bd04ccb3adcf99aec7334ffad06cfd|commit]], [[https://git.kernel.org/linus/a34822d1c4c93085f635b922441a017bd7e959b0|commit]], [[https://git.kernel.org/linus/392e34b6bc22077ef63abf62387ea3e9f39418c1|commit]], [[https://git.kernel.org/linus/01b2196e5aac8af9343282d0044fa0d6b07d484c|commit]], [[https://git.kernel.org/linus/b7a084ba4fbb8f416ce8d19c93a3a2bee63c9c89|commit]], [[https://git.kernel.org/linus/61c004781d6b928443052e7a6cf84b35d4f61401|commit]], [[https://git.kernel.org/linus/e8c6ccdbcaaf31f26c0fffd4073edd0b0147cdc6|commit]], [[https://git.kernel.org/linus/3145dc91c3c0ad945f06354385a6eb89d22becdb|commit]], [[https://git.kernel.org/linus/8373147ce4961665c5700016b1c76299e962d077|commit]], [[https://git.kernel.org/linus/e1044c2238f54ae5bd902cac6d12e48835df418b|commit]], [[https://git.kernel.org/linus/87ac0c24bd8ee970be14173d15bf2872e5f39d71|commit]], [[https://git.kernel.org/linus/941e65531446c1eb5d573c5d30172117ebe96112|commit]], [[https://git.kernel.org/linus/a87a36f0bf517dae22f3e3790b05c979070f776a|commit]], [[https://git.kernel.org/linus/8a799831fc63c988eec90d334fdd68ff5f2c7eb5|commit]], [[https://git.kernel.org/linus/29a48d25ff53c183482dc88a99133a0fb5aa541a|commit]], [[https://git.kernel.org/linus/405966efc789888c3e1a53cd09d2c2b338064438|commit]], [[https://git.kernel.org/linus/5a888c28e3b4ff6f54a53fca33951537d135e7f1|commit]], [[https://git.kernel.org/linus/a654a6e09644266e38ac05415ef7737d299c4497|commit]], [[https://git.kernel.org/linus/c8cfa8d0c0b10be216861fe904ea68978b1dcc97|commit]], [[https://git.kernel.org/linus/6ce162a002657910104c7a07fb50017681bc476c|commit]], [[https://git.kernel.org/linus/2aac4cd7dae3d7bb0e0ddec2561b2ee4cbe6c8f6|commit]], [[https://git.kernel.org/linus/8ae740c3917ff92108df17236b3cf1b9a74bd359|commit]], [[https://git.kernel.org/linus/dd09538fb4093176a818fcecd45114430cc5840f|commit]], [[https://git.kernel.org/linus/93e602310f87b7b515b86a8f919cc0799387e5c3|commit]], [[https://git.kernel.org/linus/8362c2608ba1be635ffa22a256dfcfe51c6238cc|commit]] * Device / Driver PCI / Platform Rust abstractions [[https://git.kernel.org/linus/7f15c46a57c31956591f85b713d7e63cccb25556|commit]], [[https://git.kernel.org/linus/92c4a1e7e81cc775b2ad6bedb348098230f7ed87|commit]], [[https://git.kernel.org/linus/5c7ca6fa603fc669253b166649ba635a38a9d7ee|commit]] * lock: add trylock method support for lock backend [[https://git.kernel.org/linus/f4c2c90bb7b4ae1812dbaca15d9637eecaac2c9f|commit]] * Use custom FFI integer types [[https://git.kernel.org/linus/d072acda4862f095ec9056979b654cc06a22cc68|commit]], [[https://git.kernel.org/linus/2fd6f55c048d0c863ffbc8590b1bd2edb5ff13e5|commit]], [[https://git.kernel.org/linus/75c1fd41a671a0843b89d1526411a837a7163fa2|commit]] * sched * Improve cache locality of RSEQ concurrency IDs for intermittent workloads [[https://git.kernel.org/linus/7e019dcc470f27066c98697e43d930df8d54bd9c|commit]] * Preparatory changes for Proxy Execution v13 [[https://git.kernel.org/linus/7b3d61f6578ab06f130ecc13cd2f3010a6c295bb|commit]], [[https://git.kernel.org/linus/af0c8b2bf67b25756f27644936e74fd9a6273bd2|commit]], [[https://git.kernel.org/linus/b4abf91047cf054f203dcfac97e1038388826937|commit]], [[https://git.kernel.org/linus/3a9320ecb06c6c5ca5a8a595717e5186b5f20141|commit]], [[https://git.kernel.org/linus/a7d2c573ae7fad1b2c877d1a1342fa5bb0d6478c|commit]], [[https://git.kernel.org/linus/18adad1dac3334ed34f60ad4de2960df03058142|commit]], [[https://git.kernel.org/linus/2b05a0b4c08ffd6dedfbd27af8708742cde39b95|commit]] * sched_ext: Introduce LLC awareness to the default idle selection policy [[https://git.kernel.org/linus/dfa4ed29b18c5f26cd311b0da7f049dbb2a2b33b|commit]] * sched_ext: Introduce NUMA awareness to the default idle selection policy [[https://git.kernel.org/linus/860a45219bce09d9ebac883cfcf9b5b0b8a8a999|commit]] * selinux: Deprecate /sys/fs/selinux/user [[https://git.kernel.org/linus/d7b6918e22c74f2b354d8dc0ef31ab17ae334b93|commit]] * prepare sysctl core for const struct ctl_table [[https://git.kernel.org/linus/ec6a52668d0bbc6d648e978c327150254bf1ce7f|commit]], [[https://git.kernel.org/linus/57e3707eb5e3d9a45eef9151f0378313b1d39a17|commit]], [[https://git.kernel.org/linus/29e1095bb1ad149b5c417719338d9c81d58bf12b|commit]], [[https://git.kernel.org/linus/559d4c6a9d3b60f239493239070eb304edaea594|commit]], [[https://git.kernel.org/linus/fbc26ee771cbea8591899ee4cbd97131568df75a|commit]], [[https://git.kernel.org/linus/7abc9b53bd515d7953d1f4e069b062ec4b5ba9e7|commit]] * workqueue: Reduce expensive locks for unbound workqueue [[https://git.kernel.org/linus/85f0d8e39affb7b88401b1e0542230a7af985b96|commit]] * Enhance min heap API with non-inline functions and optimizations [[https://git.kernel.org/linus/aa5888afc2347ebb394c2c4b694fa3026775009e|commit]], [[https://git.kernel.org/linus/03ec56d084611b5a4dc06ffa74db0928616e4d7f|commit]], [[https://git.kernel.org/linus/ec7c2bda802191241940e333fb199edf4b9ea67c|commit]], [[https://git.kernel.org/linus/92a8b224b833e82d286d2100432adbac8cf8a2a1|commit]], [[https://git.kernel.org/linus/06ce25145bb864e5d948c4bc7e35bdb460a4e597|commit]], [[https://git.kernel.org/linus/d559bb2c6deea1fb4650b8a784b27e87ea12f71d|commit]] * kbuild * Add generic support for built-in boot DTBs [[https://git.kernel.org/linus/654102df2ac2a0d02a416100c3d44ff1dae932ca|commit]], [[https://git.kernel.org/linus/7fb1d1e0382c2841906fbc1bad7d902b21fe67de|commit]] * Support building external modules in a separate build directory [[https://git.kernel.org/linus/bad6beb2c0bb982b830f592a7b3e3eee76cbb85a|commit]], [[https://git.kernel.org/linus/11b3d5175e6bc3779159228e6077be202d2b0069|commit]], [[https://git.kernel.org/linus/214c0eea43b2ea66bcd6467ea57e47ce8874191b|commit]], [[https://git.kernel.org/linus/8cd07cc6c88cab5cbfe5dd83aacf860a209eb521|commit]], [[https://git.kernel.org/linus/5ea172165400e6efaa88989c837d2077c49161d8|commit]], [[https://git.kernel.org/linus/a2a45ebee0969b804b1d474a930001a83c954140|commit]], [[https://git.kernel.org/linus/0afd73c5f5c606b0f8f8ff036e4f5d6c4b788d02|commit]], [[https://git.kernel.org/linus/1d3730f0012fa04ec392b52cc21f945704ac2e16|commit]], [[https://git.kernel.org/linus/13b25489b6f8bd73ed65f07928f7c27a481f1820|commit]], [[https://git.kernel.org/linus/d17113601909eb43c29cbb3449fd49db427ff6be|commit]], [[https://git.kernel.org/linus/822b11a74ba2bc79ddd4165d55e988514c053d71|commit]] * Switch from lz4c to lz4 for compression [[https://git.kernel.org/linus/e397a603e49cc7c7c113fad9f55a09637f290c34|commit]] * Add AutoFDO and Propeller support for Clang build [[https://git.kernel.org/linus/2fd65f7afd5a73b685a1651cb651ade120b53e15|commit]], [[https://git.kernel.org/linus/d5dc95836147f2e25b134c0ca3a0bc1a5867ea29|commit]], [[https://git.kernel.org/linus/18e885099f1c52755f054202525cb60d3edcda44|commit]], [[https://git.kernel.org/linus/0043ecea2399ffc8bfd99ed9dbbe766e7c79293c|commit]], [[https://git.kernel.org/linus/315ad8780a129e82e2c5c65ee6e970d91a577acb|commit]], [[https://git.kernel.org/linus/0847420f5e499a7ab518942fff71482179290163|commit]], [[https://git.kernel.org/linus/db0b2991ae1aac5ca985ec6fd8ff9bd9b2126c9b|commit]] * debugfs: add small file operations for most files [[https://git.kernel.org/linus/31cb94f71c1ba126b9c684c5882cbf5032d0d1bc|commit]], [[https://git.kernel.org/linus/8dc6d81c6b2acc434b00c4585f0594739031c4e4|commit]] * debugobjects: Rework object handling [[https://git.kernel.org/linus/9ce99c6d7bfbca71f1e5fa34045ea48cb768f54a|commit]], [[https://git.kernel.org/linus/fb60c004f33e0fa2e87b9456b87f1b2709436b88|commit]], [[https://git.kernel.org/linus/13f9ca723900ae3ae8e0a1e76ba86e7786e60645|commit]], [[https://git.kernel.org/linus/74fe1ad4132234f04fcc75e16600449496a67b5b|commit]], [[https://git.kernel.org/linus/49968cf18154d6391e84c68520149232057ca62c|commit]], [[https://git.kernel.org/linus/d8c6cd3a5c8008f5d42c7763a93b43d7f3a40e94|commit]], [[https://git.kernel.org/linus/a0ae95040853aa05dc006f4b16f8c82c6f9dd9e4|commit]], [[https://git.kernel.org/linus/49a5cb827d3d625944d48518acec4e4b9d61e1da|commit]], [[https://git.kernel.org/linus/18b8afcb37d8a72479892e080e4d37890f2bf353|commit]], [[https://git.kernel.org/linus/f57ebb92ba3e09a7e1082f147d6e1456d702d4b2|commit]], [[https://git.kernel.org/linus/cb58d190843059d5dc50d6ac483647ba61001e8f|commit]], [[https://git.kernel.org/linus/96a9a0421c77301f9b551f3460ac04471a3c0612|commit]], [[https://git.kernel.org/linus/a201a96b9682e5b42ed93108c4aeb6135c909661|commit]], [[https://git.kernel.org/linus/55fb412ef7d0c33226fcac4ebc68c60282e5f150|commit]], [[https://git.kernel.org/linus/a2a702383e8baa22ee66ee60f1e036835a1ef42e|commit]], [[https://git.kernel.org/linus/3f397bf9553d9f142fbfaa19713e0350803fcc31|commit]], [[https://git.kernel.org/linus/2638345d22529cdc964d20a617bfd32d87f27e0f|commit]], [[https://git.kernel.org/linus/aebbfe0779b271c099cc80c5e2995c2087b28dcf|commit]], [[https://git.kernel.org/linus/19e60c42caeb29b4584dc46e873955059859ba84|commit]], [[https://git.kernel.org/linus/813fd07858cfb410bc9574c05b7922185f65989b|commit]], [[https://git.kernel.org/linus/e18328ff705270d1e53889ea9d79dce86d1b8786|commit]], [[https://git.kernel.org/linus/a3b9e191f5fc11fa93176a4074a919d33d64c5fe|commit]], [[https://git.kernel.org/linus/ff8d523cc4520a5ce86cde0fd57c304e2b4f61b3|commit]], [[https://git.kernel.org/linus/14077b9e583bbafc9a02734beab99c37bff68644|commit]], [[https://git.kernel.org/linus/661cc28b523d4616a322c8f82f06ec7880192060|commit]] = File systems = * BTRFS * Make extent map shrinker more efficient and re-enable it [[https://git.kernel.org/linus/a8371fccf016c83e1c3d9fb832ebb60d783d1853|commit]], [[https://git.kernel.org/linus/e7fa845010f12bb98251a2bf9dcf39fd601f9424|commit]], [[https://git.kernel.org/linus/70a5f9e266cf1f544f33ce56f1eee634d79f3030|commit]], [[https://git.kernel.org/linus/1020443840569535f6025a855958f07ea3eebf71|commit]], [[https://git.kernel.org/linus/03ba05058365973a955e1641da908696545703dd|commit]] * Add io_uring command for encoded reads (ENCODED_READ ioctl) [[https://git.kernel.org/linus/34310c442e175f286b4c06ab5caa4e0b267ea31c|commit]] * Add new ioctl to wait for cleaned subvolumes [[https://git.kernel.org/linus/6c83d153ed86eb17c46eafe4e78af4ce2071a052|commit]] * Folio conversion [[https://git.kernel.org/linus/e820dbeb6ad1d66906663643302f2157347e1d8b|commit]], [[https://git.kernel.org/linus/c87c299776e4d75bcc5559203ae2c37dc0396d80|commit]] * Convert delayed head refs to xarray and cleanups [[https://git.kernel.org/linus/7226ed7d44eecfdf5a8406b3481a4246d49b2eba|commit]], [[https://git.kernel.org/linus/a8985ac6bed0546da493ebdd08238de60f0b1a04|commit]], [[https://git.kernel.org/linus/928ed1349dd7ca9028ceef5c344391105351e331|commit]], [[https://git.kernel.org/linus/055903c4e7fa2945b1b4014726e7268056047242|commit]], [[https://git.kernel.org/linus/f7d4b4924d226a9007c3a3cb14551b28a47f8767|commit]], [[https://git.kernel.org/linus/22a0ae1889c6a5cd1f03de7e5f6c64646e782fd8|commit]], [[https://git.kernel.org/linus/765f82890299e67efae4c22a378869c1d3d4e4be|commit]], [[https://git.kernel.org/linus/d3aaeea771d35293ff2996a0a785c460fd613bb6|commit]], [[https://git.kernel.org/linus/64a71f0b8a37145a387029bd8ad35b7aa864add8|commit]], [[https://git.kernel.org/linus/2f6e05a5ccb81007a9ca75769fa54f5c57119a9f|commit]], [[https://git.kernel.org/linus/58a4391810d4bc717d87fd446a0c3ad2cb7ea3cd|commit]], [[https://git.kernel.org/linus/00f529661baaae79dc9de79f9273324b9e1f3542|commit]], [[https://git.kernel.org/linus/7ef360488600e8b7c131306b9f5ed7e42202b487|commit]], [[https://git.kernel.org/linus/8d07a8f4c6415c71a9e0232aef8c2aee39620fca|commit]], [[https://git.kernel.org/linus/c3a5888e0f4749c721b969e635303f397be9b44e|commit]], [[https://git.kernel.org/linus/7f13360ef954ed18ea51eea1171a7623b4d3233f|commit]], [[https://git.kernel.org/linus/a98048e10d44569b8d5ba6edcb20992cf57ed816|commit]] * Reduce extent tree lock contention when searching for inline backref [[https://git.kernel.org/linus/1d16c2761bcc412ae4d9fb9fd9934cd426814191|commit]] * XFS * Block atomic writes for xfs [[https://git.kernel.org/linus/6432c6e723fffd93e5cb65117ff48a3aa734e259|commit]], [[https://git.kernel.org/linus/f096207d327692a066954435dafb4bedbc031d9e|commit]], [[https://git.kernel.org/linus/c3be7ebbbce5201e151f17e28a6c807602f369c9|commit]], [[https://git.kernel.org/linus/1eadb157947163ca72ba8963b915fdc099ce6cca|commit]], [[https://git.kernel.org/linus/9a8dbdadae509e5717ff6e5aa572ca0974d2101d|commit]], [[https://git.kernel.org/linus/3af5298ce94bb672845adadf347874ba5bcfad2c|commit]], [[https://git.kernel.org/linus/c34fc6f26ab86d03a2d47446f42b6cd492dfdc56|commit]], [[https://git.kernel.org/linus/a570bad16b9f5252db2f342622bd71febb39a19c|commit]] * Convert perag to use xarrays [[https://git.kernel.org/linus/62027820eb4486f075b89ec31c1548c6cb1bb13f|commit]], [[https://git.kernel.org/linus/cd8ae42a82d2d71627a08c33a673ac735e0508ee|commit]], [[https://git.kernel.org/linus/4e071d79e477189a6c318f598634799e50921994|commit]], [[https://git.kernel.org/linus/9943b45732905a70496fc44368ab85b230c70db4|commit]], [[https://git.kernel.org/linus/67ce5ba575354da1542e0579fb8c7a871cbf57b3|commit]], [[https://git.kernel.org/linus/db129fa01113f767d5b7a6fd339114a962023464|commit]], [[https://git.kernel.org/linus/856a920ac2bbb2352ef6aa9e1e052f2e80677df7|commit]], [[https://git.kernel.org/linus/6abd82ab6ea48430c13caebaad436ca6b5f2c34d|commit]], [[https://git.kernel.org/linus/b6dc8c6dd2d3f230e1a554f869d6df4568a2dfbb|commit]], [[https://git.kernel.org/linus/4a137e09151e3abe9439601013126d877fa25775|commit]], [[https://git.kernel.org/linus/8dcf5e617f0ed2c30e55989669982bb03f60e3f8|commit]], [[https://git.kernel.org/linus/c896fb44f6ee5cb759bd0518ff4d988774ae322d|commit]], [[https://git.kernel.org/linus/3c39444939da054ea190296f03eb4bf72ea00fc3|commit]], [[https://git.kernel.org/linus/2337ac79e93358caf1ac797fff54de1f8574d5d3|commit]], [[https://git.kernel.org/linus/835ddb592fab75ed96828ee3f12ea44496882d6b|commit]], [[https://git.kernel.org/linus/487092ceaa72448ca3a82ea9fb89768c88f6abec|commit]], [[https://git.kernel.org/linus/1209d360eb7af36855ba5d88df79bd2f1962d240|commit]], [[https://git.kernel.org/linus/618a27a94d06f036d1cdc73c9960f2e59be42f50|commit]], [[https://git.kernel.org/linus/934dde65b20230055978634ebffc6ee7de9b4eb9|commit]], [[https://git.kernel.org/linus/dc8df7e3826e21eff0d655be875112a98172fb66|commit]], [[https://git.kernel.org/linus/c4ae021bcb6bf8bbb329ce8ef947a43009bc2fe4|commit]], [[https://git.kernel.org/linus/201c5fa342af75adaf762fd6c63380bb8001762d|commit]], [[https://git.kernel.org/linus/d66496578b2a099ea453f56782f1cd2bf63a8029|commit]] * Create a generic allocation group structure [[https://git.kernel.org/linus/0a4d79741d6f82159dc1742c11e189da8a89511d|commit]], [[https://git.kernel.org/linus/e9c4d8bfb26c13c41b73fdf4183d3df2d392101e|commit]], [[https://git.kernel.org/linus/819928770bd91960f88f5a4dfa21b35a1bade61b|commit]], [[https://git.kernel.org/linus/86437e6abbd2ef040f42ef190264819db6118415|commit]], [[https://git.kernel.org/linus/5c8483cec3fe261a5c1ede7430bab042ed156361|commit]], [[https://git.kernel.org/linus/2ed27a54641550352830bb7ff3b542e65dfffd68|commit]], [[https://git.kernel.org/linus/34cf3a6f3952ecabd54b4fe3d431aa44ce98fe45|commit]], [[https://git.kernel.org/linus/eb4a84a3c2bd09efe770fa940fb68e349f90c8c6|commit]], [[https://git.kernel.org/linus/6af1300d47d92fb4bb327886ffa63c287d63a5db|commit]], [[https://git.kernel.org/linus/0e10cb98f149aa62b381a81b09c479661149a0b2|commit]], [[https://git.kernel.org/linus/adbc76aa0fedcb6da2d1ceb1ce786d1f963afee8|commit]], [[https://git.kernel.org/linus/77a530e6c49d22bd4a221d2f059db24fc30094db|commit]], [[https://git.kernel.org/linus/198febb9fe653503f94edc080529fa9e1e22d359|commit]], [[https://git.kernel.org/linus/759cc1989a53024066b0f2ea52c206b4ff8f522c|commit]], [[https://git.kernel.org/linus/ba102a682d9336a9414968133695764a3d9352d1|commit]], [[https://git.kernel.org/linus/e5e5cae05b71aa5b5e291c0e74b4e4d98a0b05d4|commit]] * Metadata inode directory trees [[https://git.kernel.org/linus/8d939f4bd7b225d8b157b1329881d2719c0ecb29|commit]], [[https://git.kernel.org/linus/fdf5703b61101eb29747f7ed23ad57192cf277fd|commit]], [[https://git.kernel.org/linus/4d272929a5258074328dae206c935634e0fd1a54|commit]], [[https://git.kernel.org/linus/ecc8065dfa18b5f6d35e0e2eff96e7378071307b|commit]], [[https://git.kernel.org/linus/4f3d4dd1b04b2ba0bf236fbaa3c3c0c669aa5a47|commit]], [[https://git.kernel.org/linus/dcf606914334c640fd90853ae86e275b21ba0309|commit]], [[https://git.kernel.org/linus/c555dd9b8c2d8f09ee31b17fc3ce059bacb4e359|commit]], [[https://git.kernel.org/linus/7297fd0bebbd70efd12f72632a0f3ac49a8f59fe|commit]], [[https://git.kernel.org/linus/5d9b54a4ef34380aeba844a59e60abb7c65a7ff7|commit]], [[https://git.kernel.org/linus/8651b410ae781cc607159c51dbb0b317b23543b1|commit]], [[https://git.kernel.org/linus/bb6cdd5529ff67081466ef7257000b04204aea23|commit]], [[https://git.kernel.org/linus/688828d8f8cdf8b1b917de938a1ce86a93fdbba9|commit]], [[https://git.kernel.org/linus/df866c538ff098baa210b407b822818a415a6e7e|commit]], [[https://git.kernel.org/linus/382e275f0e8d09c886ad4cf949e89208463f1ff0|commit]], [[https://git.kernel.org/linus/cc0cf84aa7fe249f8c1ff5f6cecf69de9d07b582|commit]], [[https://git.kernel.org/linus/61b6bdb30a4bee1f3417081aedfe9e346538f897|commit]], [[https://git.kernel.org/linus/be42fc1393d66024eb6415c92f45fab5d1878c3e|commit]], [[https://git.kernel.org/linus/679b098b59cf6d0fc10f2f66c68af4202686cbf9|commit]], [[https://git.kernel.org/linus/13af229ee0dc348519202504961a178a2ed48102|commit]], [[https://git.kernel.org/linus/91fb4232be87caf89edddcf66c6d029552f06bb9|commit]], [[https://git.kernel.org/linus/aec2eb7da8f777998164a8ce4e38b84fd0136f97|commit]], [[https://git.kernel.org/linus/5dab2daa8aa1a127523f2babaf9611d91c28acea|commit]], [[https://git.kernel.org/linus/3d2c34111144a9fd3207ab914a7cd807cbe6a613|commit]], [[https://git.kernel.org/linus/dcde94bdeeb94d04b3d8156345c79b9cdfcc4a0d|commit]], [[https://git.kernel.org/linus/9dc31acb01a1c7649c35b7954562a9a33b817c33|commit]], [[https://git.kernel.org/linus/b3c03efa5972f084e40104307dbe432359279cf2|commit]], [[https://git.kernel.org/linus/87b7c205da8a7d90958c7e64fe5014a1d2f06b63|commit]], [[https://git.kernel.org/linus/0d2c636e489c115add86bd66952880f92b5edab7|commit]] * Create incore rt allocation groups [[https://git.kernel.org/linus/dcfc65befb76dfcb6fa1e49a3c2cc60f3f53a337|commit]], [[https://git.kernel.org/linus/87fe4c34a383d51ec75f254240bcd08828f4ce5a|commit]], [[https://git.kernel.org/linus/0e4875b3fb24c5bfdf685876c76713cda5a23b65|commit]], [[https://git.kernel.org/linus/c29237a65c8dbfade3c032763b66d495b8e8cb7a|commit]], [[https://git.kernel.org/linus/65b1231b8cea7fbe7362dceecfda76026d335536|commit]], [[https://git.kernel.org/linus/cd5b26f0c099a8fd60181978a45ea81b6569c5a7|commit]], [[https://git.kernel.org/linus/9c3cfb9c96eee7f1656ef165e1471e1778510f6f|commit]], [[https://git.kernel.org/linus/cd8d0490825c69e0a44cc6ef5333359eed4bd0c8|commit]], [[https://git.kernel.org/linus/9154b5008c03117b4fd83cc6639fb7e94f158e90|commit]], [[https://git.kernel.org/linus/d6d5c90adaccefd99c761cfdc9cf11720e2d8508|commit]], [[https://git.kernel.org/linus/c8edf1cbef7ee63dc48bc3e19b818bbc9cfe0d73|commit]], [[https://git.kernel.org/linus/e3088ae2dcae3c15d03d7970d4926c8095fd8c7c|commit]], [[https://git.kernel.org/linus/ae897e0bed0f5461a6b1c3259c7d899759ba2a62|commit]], [[https://git.kernel.org/linus/c1442d22a02ac37b0fdfdbfc2bb1e5c2c6673df5|commit]], [[https://git.kernel.org/linus/cb9cd6e56e482b56ddf052b66af6e9fb51b7fb33|commit]], [[https://git.kernel.org/linus/1029f08dc53920048e404cb151aaa76593ee31bb|commit]], [[https://git.kernel.org/linus/fc233f1fb0588a3e1a06cd7389f1ca6310548fa5|commit]], [[https://git.kernel.org/linus/bde86b42d2825db42749ad1822ff224b4c55aa4c|commit]], [[https://git.kernel.org/linus/5a7566c8d6b9b5c0aac34882f30448d29d9deafc|commit]], [[https://git.kernel.org/linus/f8c5a8415f6e23fa5b6301635d8b451627efae1c|commit]], [[https://git.kernel.org/linus/f220f6da5f4ad7da538c39075cf57e829d5202f7|commit]] * Shard the realtime section [[https://git.kernel.org/linus/96768e91511bfced6e9e537f4891157d909b13ee|commit]], [[https://git.kernel.org/linus/18618e7100dd46dde237713a1d55851150f193c5|commit]], [[https://git.kernel.org/linus/76d3be00df91a56f7c05142ed500f8f8544d5457|commit]], [[https://git.kernel.org/linus/8edde94d640153d645f85b94b2e1af8872c11ac8|commit]], [[https://git.kernel.org/linus/9bb512734722d2815bb79e27850dddeeff10db90|commit]], [[https://git.kernel.org/linus/8458c4944e10aa8119d9de88e257d60a3537263e|commit]], [[https://git.kernel.org/linus/35537f25d23697716f0070ea0a6e8b3f1fe10196|commit]], [[https://git.kernel.org/linus/21e62bddf0efdf89223d7094b9e9089a3a345807|commit]], [[https://git.kernel.org/linus/ab7bd650e17a392a205ec6b6c72b97cae18d43b4|commit]], [[https://git.kernel.org/linus/3fa7a6d0c7eb264e469eaf1e3ef59b6793a853ee|commit]], [[https://git.kernel.org/linus/118895aa9513412b9077a8cae0bc63df8956f9b2|commit]], [[https://git.kernel.org/linus/eba42c2c53c8b8905307b702c93dffef0719a896|commit]], [[https://git.kernel.org/linus/a2c28367396a85f2d9cfb22acfcedcff08dd1c3c|commit]], [[https://git.kernel.org/linus/ee321351487ae00db147d570c8c2a43e10207386|commit]], [[https://git.kernel.org/linus/e464d8e8bb029fa4141710c7e668acc5aad24fed|commit]], [[https://git.kernel.org/linus/b57283e1a0e919211bfa8a6c4ee0f54517238dc3|commit]], [[https://git.kernel.org/linus/4c8900bbf106592ce647285e308abd2a7f080d88|commit]], [[https://git.kernel.org/linus/fc91d9430e5dd2008ef6c1350fa15c1a0ed17f11|commit]], [[https://git.kernel.org/linus/44e69c9af159e61d4f765ff4805dd5b55f241597|commit]], [[https://git.kernel.org/linus/b91afef724710e3dc7d65a28105ffd7a4e861d69|commit]], [[https://git.kernel.org/linus/d162491c5459f4dd72e65b72a2c864591668ec07|commit]], [[https://git.kernel.org/linus/7333c948c2bc9c6a37450722ee4f052360a29cd8|commit]], [[https://git.kernel.org/linus/3f1bdf50ab1b9c94d0da010f8879895d29585fd9|commit]], [[https://git.kernel.org/linus/1433f8f9cead373d638bb780a0ecbdbecd91455d|commit]], [[https://git.kernel.org/linus/a74923333d9c3bc7cae3f8820d5e80535dca1457|commit]], [[https://git.kernel.org/linus/ea99122b18ca6cf902417e1acbc19a197f662299|commit]], [[https://git.kernel.org/linus/fd7588fa6475771fe95f44011aea268c5d841da2|commit]], [[https://git.kernel.org/linus/3f0205ebe71f92c1b98ca580de8df6eea631cfd2|commit]], [[https://git.kernel.org/linus/7195f240c6578caa9e24202a26aa612a7e8cba26|commit]], [[https://git.kernel.org/linus/ceaa0bd773e2d6d5726d6535f605ecd6b26d2fcc|commit]], [[https://git.kernel.org/linus/e0b5b97dde8e4737d06cb5888abd88373abc22df|commit]], [[https://git.kernel.org/linus/0c271d906ebc7e2fb1e66e25f1ee52974f255ca2|commit]], [[https://git.kernel.org/linus/7e85fc2394115db56be678b617ed646563926581|commit]], [[https://git.kernel.org/linus/a3315d11305f5c2d82fcb00e3df34775adff4084|commit]] * Persist quota options with metadir [[https://git.kernel.org/linus/fc23a426ce6e417b5bd2839c79f3a12b54ddc304|commit]], [[https://git.kernel.org/linus/e80fbe1ad8eff7d7d1363e14f1e493d84dd37c84|commit]], [[https://git.kernel.org/linus/128a055291ebbc156e219b83d03dc5e63e71d7ce|commit]], [[https://git.kernel.org/linus/d5d9dd5b3026a8bf58f21228b47df9e9942a9c42|commit]] * Enable quota for realtime volumes [[https://git.kernel.org/linus/b28564cae1e4215db785c11c5f23cbf5268335a1|commit]], [[https://git.kernel.org/linus/184c619f5543464c8764c3de030390abf0e90cd3|commit]], [[https://git.kernel.org/linus/9a17ebfea9d0c7e0bb7409dcf655bf982a5d6e52|commit]], [[https://git.kernel.org/linus/5dd70852b03901da73f1abd4ee19633477b4280e|commit]], [[https://git.kernel.org/linus/b7020ba86acc40f315e0c8b52f479c446a1857f1|commit]], [[https://git.kernel.org/linus/edc038f7f3860911d4fc2574e63cedfe56603f1b|commit]] * Enable metadir [[https://git.kernel.org/linus/28d756d4d562dc5ab1d722133164674d83899081|commit]], [[https://git.kernel.org/linus/ea079efd365e60aa26efea24b57ced4c64640e75|commit]] * Improve ondisk structure checks [[https://git.kernel.org/linus/89b38282d1b0f34595f86193cb2bf96e6730060e|commit]], [[https://git.kernel.org/linus/131a883fffb1a194957dc0e400d9f627c7cd1924|commit]], [[https://git.kernel.org/linus/13877bc79d81354c53e91f3c86ac0f7bafe3ba7b|commit]] * EXT4 * Add atomic writes support for DIO [[https://git.kernel.org/linus/299537e9dfac2ecd08e7dae87a6437b92612568a|commit]], [[https://git.kernel.org/linus/3af5298ce94bb672845adadf347874ba5bcfad2c|commit]], [[https://git.kernel.org/linus/43c696f9d094061e958e31be7f1dae66bc25d389|commit]], [[https://git.kernel.org/linus/6dfc1c1d597f8b6ebffe25f51f013494994f9b84|commit]] * Show the default enabled prefetch_block_bitmaps option [[https://git.kernel.org/linus/fdfa648ab9393de8c1be21cad17c17bdced3a68a|commit]] * F2FS * Introduce device aliasing file [[https://git.kernel.org/linus/128d333f0dff2fbe41c546581c6f151e9d68cd4c|commit]] * Add a sysfs node to limit max read extent count per-inode [[https://git.kernel.org/linus/009a8241a8e5a14ea2dd0b8db42dbf283527dd44|commit]], [[https://git.kernel.org/linus/3fc5d5a182f6a1f8bd4dc775feb54c369dd2c343|commit]] * Multidevice: add stats in debugfs [[https://git.kernel.org/linus/2d56b4e39192fb9693284ce8aa3416b517d785b7|commit]] * FUSE * Enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES) [[https://git.kernel.org/linus/2b3933b1e0a0a4b758fbc164bb31db0c113a7e2c|commit]] * Use folios instead of pages for requests [[https://git.kernel.org/linus/68bfb7eb7f7de355d5b3812c25a2a36e9eead97b|commit]], [[https://git.kernel.org/linus/51b025301824f16d51243aa505709d678f2e059e|commit]], [[https://git.kernel.org/linus/f2ef459bab7326f4800ec2098cf073fbda2185af|commit]], [[https://git.kernel.org/linus/29279e1d4284a29cdd4af11e9a19800b8fda2962|commit]], [[https://git.kernel.org/linus/7fce207af5ec074a9a50e90eb866b17ca4a90f06|commit]], [[https://git.kernel.org/linus/3b97c3652d9128ab7f8c9b8adec6108611fdb153|commit]], [[https://git.kernel.org/linus/ee80369a8aa850a992e93127bd16023fe1425010|commit]], [[https://git.kernel.org/linus/cbe9c115b7441dd790540436118eee4626ec9979|commit]], [[https://git.kernel.org/linus/a669c2df36db5fa7a2674ec5ae10548760702f99|commit]], [[https://git.kernel.org/linus/ac1cf6e3bbe3dd371bd61a423437c1f67bba8b2a|commit]], [[https://git.kernel.org/linus/02b78c7a7a0c72aee6f600a167e6adee9417ac0e|commit]], [[https://git.kernel.org/linus/c1e4862b135954dd59596fbd454321ca4109b67e|commit]], [[https://git.kernel.org/linus/448895df0366041366a84861350ce471446bf560|commit]] * SMB * Implement new SMB3 POSIX type [[https://git.kernel.org/linus/6a832bc8bbb22350f7ffe6ecb2d36f261bb96023|commit]] * Support mounting with alternate password to allow password rotation [[https://git.kernel.org/linus/b9aef1b13a0a92aa7058ba235afb24b5b89153ca|commit]], [[https://git.kernel.org/linus/0f0e357902957fba28ed31bde0d6921c6bd1485d|commit]] * Add support for parsing WSL-style symlinks [[https://git.kernel.org/linus/06a7adf318a30bdcfa1222ed6d2640e6bb266d7b|commit]] * Implement chmod() for SMB3 POSIX Extensions [[https://git.kernel.org/linus/d413eabff18d640031fc955d107ad9c03c3bf9f1|commit]] * New mount option for cifs.upcall namespace resolution [[https://git.kernel.org/linus/db363b0a1d9e6b9dc556296f1b1007aeb496a8cf|commit]] * Recognize SFU char/block devices created by Windows NFS server on Windows Server <<2012 [[https://git.kernel.org/linus/0d6b0d2e38167f4a3aa177191e3a10a9c3681a0c|commit]] * UBIFS * Convert ubifs to use the new mount API [[https://git.kernel.org/linus/c1a6b0fc0400f220d110ae17b63a0de5fe82f3b3|commit]] * Remove unused ioctl flags and support FS_IOC_GETFSSYSFSPATH [[https://git.kernel.org/linus/231e872529885483056c0170641ddd76686e3a89|commit]], [[https://git.kernel.org/linus/919cc964abdb071f50c8f03e3b36fe0b5c60ef0d|commit]] * EROFS * Add SEEK_{DATA,HOLE} support [[https://git.kernel.org/linus/83a8836fa19a3930da72aaef553cbecd36a2966a|commit]] * Add sysfs node to drop internal caches [[https://git.kernel.org/linus/db80b98305f73ca83891e4228ead5f0324118b00|commit]] * ECRYPTFS * Convert to the new mount API [[https://git.kernel.org/linus/2cc789654a36e2561c2c96332a684e351b10f13f|commit]], [[https://git.kernel.org/linus/92f3da0d9276f921af49a05c2684fca45e1f1c21|commit]], [[https://git.kernel.org/linus/56bd06c2640b78cef985159e03f42bf3897013ff|commit]] * Convert ecryptfs to use folios [[https://git.kernel.org/linus/b4201b51d93eac77f772298a96bfedbdb0c7150c|commit]], [[https://git.kernel.org/linus/de5ced2721f96002c7e6c108242d5ead293dcccc|commit]], [[https://git.kernel.org/linus/6b9c0e8137434f2e22a109f68d4e0a66894a1e33|commit]], [[https://git.kernel.org/linus/064fe6b4752c41cc4d00d1532f65ef98acd107a2|commit]], [[https://git.kernel.org/linus/497eb79c3191f30467787f81958e75be16c4eb53|commit]], [[https://git.kernel.org/linus/9b4bb822448b473394bef8049cf86850fa2dd904|commit]], [[https://git.kernel.org/linus/c15b81461df9d08ff2b8f93b9d051c6f5d2b6483|commit]], [[https://git.kernel.org/linus/807a11dab9dc42dc999ece92d1277b3da37ecfab|commit]], [[https://git.kernel.org/linus/4d3727fd065b2c36a69daa4790e1e8007f051e10|commit]], [[https://git.kernel.org/linus/890d477a0fcdfdd9e15b5d997cbbb05004045b13|commit]], [[https://git.kernel.org/linus/bf64913dfe623d6325329e42fb621b3f358ce40e|commit]] * UFS * Final folio conversions [[https://git.kernel.org/linus/d9036c488c6ed503e0c251236abae2b7ed679847|commit]], [[https://git.kernel.org/linus/24a87a0adb2febe62b6cf3e0932a23d99931906f|commit]], [[https://git.kernel.org/linus/b57c010e70ff11cce7f6b702d2e3bba1d893580b|commit]], [[https://git.kernel.org/linus/dce3e8d33aa7588fe9bea5f58796e94ee66091c3|commit]], [[https://git.kernel.org/linus/c5df105f7da3448129b120da7dba765bc64ddb62|commit]], [[https://git.kernel.org/linus/7f71d6e3462bde7db08058e749667b5d3235fad1|commit]], [[https://git.kernel.org/linus/14bcb7bb68094f3a8bb7dd8a6a87db910b596f19|commit]], [[https://git.kernel.org/linus/64f30e80d653c4d5aa0a7f1390789348af0cf8f2|commit]], [[https://git.kernel.org/linus/6b103cc0ba58c680ab4e59dfa2fca4ceedfb5495|commit]], [[https://git.kernel.org/linus/b6250a013d62d100416d4953ae0fcfe8997a8ad4|commit]], [[https://git.kernel.org/linus/0bfd3e1078c537cd66a8addb1c01835de4234a4c|commit]], [[https://git.kernel.org/linus/db57044217d609d1d60854e958e28f5d3684d5bc|commit]], [[https://git.kernel.org/linus/426f07ad3e2c9b51bfd93b870a3a9b04644130d0|commit]], [[https://git.kernel.org/linus/abb7c742397324f8676c5b622effdce911cd52e3|commit]], [[https://git.kernel.org/linus/8bec0618a42959b9fecac115c5dbf942675f9776|commit]], [[https://git.kernel.org/linus/65136e46a03f70ee9e5515c401fd89b2de86b66c|commit]], [[https://git.kernel.org/linus/ae79ce9d061bc6cee3b136813b26dd0c735e682d|commit]] * NILFS2 * Finish folio conversion [[https://git.kernel.org/linus/aac6925e20e0e9476bc906f6bd83b6c508430d5a|commit]], [[https://git.kernel.org/linus/cdee17960f67d1dad0738ef3ae9f1a63d3c92138|commit]], [[https://git.kernel.org/linus/4fd0a096f46887822b1138677510980fe03c002b|commit]], [[https://git.kernel.org/linus/b18d78dec38e0ccd06e968396388eadea1da1c4e|commit]], [[https://git.kernel.org/linus/013a07052a1a02d6d8bebf84ad3a8cb483292da7|commit]], [[https://git.kernel.org/linus/832acfe6ea0365524a35df1e9b1d7350ed9ea5f5|commit]], [[https://git.kernel.org/linus/c1d73eb8d06003e7714cd3ce1d0d79832e59b1e9|commit]], [[https://git.kernel.org/linus/25f12e46a0e05f5f75fd434e8098564e6f6793a5|commit]], [[https://git.kernel.org/linus/a6cb5b1e9c707c3a43ede691c7faee45e796458b|commit]], [[https://git.kernel.org/linus/f99de3d5703a92cc18a9a95995b99b8401331bf7|commit]], [[https://git.kernel.org/linus/21cf934eed5c82994ce570b43b3a3ed049e4275a|commit]], [[https://git.kernel.org/linus/310293201ed242e466b0e9f10f53b4a4abccffec|commit]] * OVERLAYFS * File descriptors based layer setup [[https://git.kernel.org/linus/c2f8fde8689272a55b9319b69dfe7e8f0e2e9dfe|commit]], [[https://git.kernel.org/linus/a08557d19ef41439feaa3137687d8b317c1a359a|commit]], [[https://git.kernel.org/linus/a89ed67d3c2423069ff2389c89a8a83fbc36bba6|commit]], [[https://git.kernel.org/linus/e94fdd5d9aa263ec259e0bc1ae53b89829c09aad|commit]], [[https://git.kernel.org/linus/af9199145b1977316b3c752e2124543e320f087f|commit]] * REISERFS * Remove [[https://git.kernel.org/linus/fb6f20ecb121cef4d7946f834a6ee867c4e21b4a|commit]] * ADFS * Convert adfs to use the new mount api [[https://git.kernel.org/linus/5fadeed64d27e34c9dd42517d0983fdd20a38d99|commit]] * BEFS * Convert befs to use the new mount api [[https://git.kernel.org/linus/c3099e72bf4f5d31f0e0fc725fadcf9397e6aab3|commit]] * HFS * Convert hfs to use the new mount api [[https://git.kernel.org/linus/ffcd06b6d13b72823aba0d7c871f7e4876e7916b|commit]] * HFSPLUS * Convert hfsplus to use the new mount api [[https://git.kernel.org/linus/432f7c78cb000a3151fa0d39585b000312f50d7e|commit]] * HPFS * Convert hpfs to use the new mount api [[https://git.kernel.org/linus/c323cbf720526f4feb75f656bc271104b13ecedf|commit]] * JFS * Convert jfs to use the new mount api [[https://git.kernel.org/linus/945be8ca819e8a1fa2e2f2132475261b26c4f817|commit]] = Memory management = * Page allocation tag compression. This provides an option to store page allocation tag references in the page flags, removing dependency on page extensions and eliminating the memory overhead from storing page allocation references (~0.2% of total system memory). This also improves page allocation performance when CONFIG_MEM_ALLOC_PROFILING is enabled by eliminating page extension lookup. Page allocation performance overhead is reduced from 41% to 5.5% [[https://git.kernel.org/linus/4835f747d3ed181bf2c67930fe06b2c01a5d2323|commit]], [[https://git.kernel.org/linus/3e09c500bb5b0606282d04438404f67df132835a|commit]], [[https://git.kernel.org/linus/0db6f8d7820a4b788565dac8eed52bfc2c3216da|commit]], [[https://git.kernel.org/linus/7c8c76e446ca0079692fad44a3993cb1d7666c21|commit]], [[https://git.kernel.org/linus/42895a86124418d8dd29a93812bc282e569ccfee|commit]], [[https://git.kernel.org/linus/0f9b685626daa2f8e19a9788625c9b624c223e45|commit]] * SLUB: Add support for per object memory policies [[https://git.kernel.org/linus/f7c80fad6c2b64cf73361772dbd30493879e85f4|commit]] * memcg-v1: fully deprecate charge moving [[https://git.kernel.org/linus/a29c0e4b2e867f4e362a6740c430bfdc2efdd1d9|commit]], [[https://git.kernel.org/linus/6b611388b626eaa59d202bf8f64d095ff80bcde6|commit]], [[https://git.kernel.org/linus/a8cd9d4ce35eaeb603c3ae7633bb120de5970b3c|commit]], [[https://git.kernel.org/linus/aa6b4fdf59406b67e308cfb186456a176cdc0088|commit]], [[https://git.kernel.org/linus/cf4a65539c136d78d1b3b20e94caeecb616ea9d9|commit]], [[https://git.kernel.org/linus/568bcf4148493a3cf544f88df4e81e862b69f5e9|commit]] * memcg: add hugeTLB counters [[https://git.kernel.org/linus/05d4532b60e3e6e2a094ec56a88d1def50bd2430|commit]] * hugetlb: perform vmemmap optimization batchly for specific node allocation [[https://git.kernel.org/linus/7e1fbaa0df1dfc7b820cd41be0b2c7535d3e983a|commit]] * memcontrol: add per-memcg pgpgin/pswpin counter [[https://git.kernel.org/linus/15ff4d409e1a6f939d94d2005ae275c26b2b0d9d|commit]] * zswap: avoid touching XArray for unnecessary invalidation [[https://git.kernel.org/linus/773ee2cda50c46e582a8ee2f8f00a5c8ac2923a7|commit]] * Do not shatter hugezeropage on wp-fault [[https://git.kernel.org/linus/1ced09e0331f6cc4ca7eae75bc0ef03957129a94|commit]], [[https://git.kernel.org/linus/ebcfc63d6bca3cce1bfca30092712f3468b4ecff|commit]] * implement lightweight guard pages [[https://git.kernel.org/linus/876320d71f515407b81eb08a1d019f19f34907d7|commit]], [[https://git.kernel.org/linus/75d60eb30daafb966db0e45f38e4cdeb5e5ed79c|commit]], [[https://git.kernel.org/linus/662df3e5c37666d6ed75c88098699e070a4b35b5|commit]], [[https://git.kernel.org/linus/7c53dfbdb024915f23f03f972b33744309d4608b|commit]], [[https://git.kernel.org/linus/5f6170a469cd2c13ad4dffe42714cf777b132451|commit]] * Add pcp high_min high_max to proc zoneinfo [[https://git.kernel.org/linus/f8780515fe914ac03189213c7e485264d65e2ece|commit]] * Add per-order mTHP swpin counters [[https://git.kernel.org/linus/aaf2914aec0fa67395574f6fa6b726168b049e60|commit]] * page->index removals in mm [[https://git.kernel.org/linus/544ec0ed376486fae387c023390add32e68b58dd|commit]], [[https://git.kernel.org/linus/33d7f15f916ea50e9d29b805fcfdbb9e930a742a|commit]], [[https://git.kernel.org/linus/7d3e93eca3ca28bb5927b09b9b603c0c995bcd24|commit]], [[https://git.kernel.org/linus/713da0b33b3e9d16272b57f4c44dee5c052be9b7|commit]], [[https://git.kernel.org/linus/f7470591f8db1a72ce9f7ab49cb13c2b21b92002|commit]], [[https://git.kernel.org/linus/0386aaa6e9c826bc494169a914e01a86befe6edf|commit]], [[https://git.kernel.org/linus/68158bfa3dbd4af8461ef75a91ffc03be942c8fe|commit]] * zswap swap-out of large folios [[https://git.kernel.org/linus/69bad21551c9caea8c58800f96da48a704fd311e|commit]], [[https://git.kernel.org/linus/3d0f560a367ee2bc9ec369f5e844d8116d850f1c|commit]], [[https://git.kernel.org/linus/0201c054c2a38c53e8949700468ae91623f8cea9|commit]], [[https://git.kernel.org/linus/6e1fa555ec772046ec3b903f507ff7fed5323796|commit]], [[https://git.kernel.org/linus/b7c0ccdfbafdec98699ddb6f164beebf16f0bc45|commit]], [[https://git.kernel.org/linus/0c560dd86040556a9e55d88229d9295672428c78|commit]] * Optimize shadow entries removal [[https://git.kernel.org/linus/d3db2c0425915f6b0f273770feee2e2f97dba6a3|commit]], [[https://git.kernel.org/linus/cb8e64be7681b857f4976378ece542b3e18a8484|commit]] * introduce pte_offset_map_{ro|rw}_nolock() [[https://git.kernel.org/linus/583e66debd1d5aa8c401aebe924c7406e15579a7|commit]], [[https://git.kernel.org/linus/d9c1ddf37b4c287597a4578e70d19ed68d536be8|commit]], [[https://git.kernel.org/linus/6dfd0d2cb3691040979ddbd6c758956694a3185d|commit]], [[https://git.kernel.org/linus/7aefa59899e576db093ff077fd1ebd0d1b748f33|commit]], [[https://git.kernel.org/linus/e9c74b5431632d2ca60725ffff6fc1fe2b80f246|commit]], [[https://git.kernel.org/linus/2441774f2d2890940f2db21bbc264c7e2f56d1ae|commit]], [[https://git.kernel.org/linus/bd6ad65ddcbb2d0aceb843d31d4f1bd8d628200a|commit]], [[https://git.kernel.org/linus/04965da7a4af790d99c360e79b00bd1f93f80eb1|commit]], [[https://git.kernel.org/linus/66efef9b1a7d6cc725efa9395fb390483ad5b555|commit]], [[https://git.kernel.org/linus/24553a978b6fbd96fcb83c897c23569351ddebe2|commit]], [[https://git.kernel.org/linus/fc9c45b71f43cafcc0435dd4c7a2d3b99955a0fa|commit]], [[https://git.kernel.org/linus/c85507857bb8904f8631b3a89b19aa73b1f77e48|commit]], [[https://git.kernel.org/linus/838d02354464c301fcddf4f524365846608ac296|commit]] * Add more kernel parameters to control mTHP [[https://git.kernel.org/linus/cfc38d432dba5601db6ea225742e21715b2b901f|commit]], [[https://git.kernel.org/linus/24f9cd195fbc9382ae0ed8b332e6302d1722d8e0|commit]], [[https://git.kernel.org/linus/1c8d48497525d77acfb7bdaaa246a887e754f379|commit]], [[https://git.kernel.org/linus/949042811117d2f437ef6b529a69d45e2ee2d429|commit]], [[https://git.kernel.org/linus/652e1a51465f2e8e75590bc3dd1e3a3b61020568|commit]] * Improve the tmpfs large folio read performance [[https://git.kernel.org/linus/a284cb8472ec6bb027ebf3b936385601d8a8f414|commit]], [[https://git.kernel.org/linus/f3650ef89b879d63c63f04e98481f7ed4df1119a|commit]] * Add case-insensitive support for tmpfs [[https://git.kernel.org/linus/9c8f520389c26b0a55951d494a6016763e8413fe|commit]], [[https://git.kernel.org/linus/58e55efd6c72cbc3e76423a1086f7b4d6c2ae9c2|commit]], [[https://git.kernel.org/linus/5cd9aecbc72c07e8b83e900078669a7d0bc5f98f|commit]], [[https://git.kernel.org/linus/3f5ad0d21db80e31894de4c49874ef5dfc5999a7|commit]], [[https://git.kernel.org/linus/04dad6c6d37d741bad9946a92171bfa637e989f0|commit]], [[https://git.kernel.org/linus/0e152beb5aa1ccdac9aae9fa570a9e039aff7a03|commit]], [[https://git.kernel.org/linus/5132f08bd3325602f4de01ccd59537c7f91e1f89|commit]], [[https://git.kernel.org/linus/458532c8dfeb24edd5e07467605a6484a728e5c2|commit]], [[https://git.kernel.org/linus/142fa60f61f93805471012f24e029af6d113c5cc|commit]], [[https://git.kernel.org/linus/a713f830c9033f0e92f8f036bd49d6f2e03dde3c|commit]] * vmscan: add a vmscan event for reclaim_pages [[https://git.kernel.org/linus/1f2d03cc535138b7cdbed0122cdc0f9e9626c6bf|commit]] = Block layer = * RAID 0/1/10 atomic write support [[https://git.kernel.org/linus/c34fc6f26ab86d03a2d47446f42b6cd492dfdc56|commit]], [[https://git.kernel.org/linus/d7f36dc446e894e0f57b5f05c5628f03c5f9e2d2|commit]], [[https://git.kernel.org/linus/d00eea91deaf363f83599532cb49fa528ab8e00e|commit]], [[https://git.kernel.org/linus/fa6fec82811bc6ebd3c4337ae4dae36c802c0fc1|commit]], [[https://git.kernel.org/linus/a1d9b4fd42d93f46c11e7e9d919a55a3f6ca6126|commit]] * Enable passthrough command statistics [[https://git.kernel.org/linus/110234da18ab482f6f583d28eff26b9569bf5622|commit]] * partition table OF support [[https://git.kernel.org/linus/f7a4b3438c6f5e95a6ae814b39bf6623a007dec8|commit]], [[https://git.kernel.org/linus/592e4deeab50aa71a0b20820f2376c900e920211|commit]], [[https://git.kernel.org/linus/9dfd9ea93aeab57d897bb7fc7c0707f26b0b9af8|commit]], [[https://git.kernel.org/linus/ba40f4c590f4c91119f3802ed501499709f583a9|commit]], [[https://git.kernel.org/linus/3ec7cb11bb9e41e3018656eb7a34e0ce9507785e|commit]] * Add support for partition table defined in OF [[https://git.kernel.org/linus/2e3a191e89f951b8cb3a7a0365d4d949cbf9599a|commit]] * Add partition uuid into uevent as "PARTUUID" [[https://git.kernel.org/linus/758737d86f8a2d74c0fa9f8b2523fa7fd1e0d0aa|commit]] * Optimal post-processing target selection [[https://git.kernel.org/linus/1a1d0f8992d5c6c8059d28cd9cb263180dd98a28|commit]], [[https://git.kernel.org/linus/5e99893444a0e0582feb49d618195114b6e35760|commit]], [[https://git.kernel.org/linus/58652f2b6d21f2874c9f060165ec7e03e8b1fc71|commit]], [[https://git.kernel.org/linus/3f909a60cec19509f6bfa01f90ad878e410cec51|cmmit]], [[https://git.kernel.org/linus/bf779fb9afb5c5cc3c45d19a7a1ea7cd77c742f0|commit]], [[https://git.kernel.org/linus/b967fa1ba72b5da2b6d9bf95f0b13420a59e0701|commit]], [[https://git.kernel.org/linus/330edc2bc059a48b1f61a704521818d4f831767c|commit]] * ublk: support device recovery without I/O queueing [[https://git.kernel.org/linus/69f407ee8dc0f9c09209c9883bd25cd8194e94a3|commit]], [[https://git.kernel.org/linus/59eaa01ce7a6cbc5c36b928f52888f99fca6b295|commit]], [[https://git.kernel.org/linus/27b5d4170cda9a7ad0596d540d57e063bf5da26e|commit]], [[https://git.kernel.org/linus/3b939b8f715e014adcc48f7827fe9417252f0833|commit]], [[https://git.kernel.org/linus/d00c0ea17955d2fde9ef7ebca480f4c73a594650|commit]] = Tracing, perf and BPF = * perf: Add ability for an event to "pause" or "resume" AUX area tracing [[https://git.kernel.org/linus/18d92bb57c39504d9da11c6ef604f58eb1d5a117|commit]], [[https://git.kernel.org/linus/08c7454ceb948d773fcd0ff7b6fb9c315e2f801a|commit]], [[https://git.kernel.org/linus/5b590160d2cf776b304eb054afafea2bd55e3620|commit]], [[https://git.kernel.org/linus/0d5eb14c1e2ed4a8413458cb3b779f215ff214aa|commit]] * Support private stack for bpf progs [[https://git.kernel.org/linus/5bd36da1e37e7a78e8b38efd287de6e1394b7d6e|commit]], [[https://git.kernel.org/linus/becfe32b57c7d323fbd94c1a2c6d7eba918ddde8|commit]], [[https://git.kernel.org/linus/e00931c02568dc6ac76f94b1ab471de05e6fdfe8|commit]], [[https://git.kernel.org/linus/f4b21ed0b9d6c9fe155451a1fb3531fb44b0afa8|commit]], [[https://git.kernel.org/linus/a76ab5731e32d50ff5b1ae97e9dc4b23f41c23f5|commit]], [[https://git.kernel.org/linus/f4b295ab65980435d7dc8b12d110387d1d1c653c|commit]], [[https://git.kernel.org/linus/7d1cd70d4b16ff0216a5f6c2ae7d0fa9fa978c07|commit]] * uprobe, bpf: Add session support [[https://git.kernel.org/linus/c574bcd6229333c211dbf4ecba2988c3581b0f92|commit]], [[https://git.kernel.org/linus/8c8b4759740359a6f2e7ffdf6531dea871130c63|commit]], [[https://git.kernel.org/linus/4d756095d3994cb41393817dc696b458938a6bd0|commit]], [[https://git.kernel.org/linus/8c3a48b0d9b41d8c3903a88d35b8f32c260e1a57|commit]], [[https://git.kernel.org/linus/504d21d905002f2b3e2a8703a3d4630a680362e2|commit]], [[https://git.kernel.org/linus/d920179b3d4842a0e27cae54fdddbe5ef3977e73|commit]], [[https://git.kernel.org/linus/8bcb9c62f0689402e90886d3b65fc649d7c600d7|commit]], [[https://git.kernel.org/linus/da09a9e0c3eab164af950be44ee6bdea8527c3e5|commit]], [[https://git.kernel.org/linus/4856ecb11524c96bfedbd7dc44d60f394d32bc9f|commit]], [[https://git.kernel.org/linus/99b403d2060d3e2604958a0ec3a7f37b18256d6b|commit]], [[https://git.kernel.org/linus/f6b45e352f0f822bc0bb01b14829ac8f3158d056|commit]] * uprobes: RCU-protected hot path optimizations [[https://git.kernel.org/linus/50a38035ed5ccc2ab8a28eaf70c3c7a87e060345|commit]], [[https://git.kernel.org/linus/cd7bdd9d46a9540f3a20a0e14c99aa37b2d4a1dd|commit]], [[https://git.kernel.org/linus/8617408f7a01e94ce1f73e40a7704530e5dfb25c|commit]], [[https://git.kernel.org/linus/59da880afed211c989ef65da577b24215ce57774|commit]], [[https://git.kernel.org/linus/3f7f1a64da731749f1bbd7424b44c1ec6191f21c|commit]], [[https://git.kernel.org/linus/87195a1ee332add27bd51448c6b54aad551a28f5|commit]], [[https://git.kernel.org/linus/04b01625da130c7521b768996cd5e48052198b97|commit]], [[https://git.kernel.org/linus/cc01bd044e6a521d2cd128f685ee8d23ef0067f2|commit]], [[https://git.kernel.org/linus/dd1a7567784e2b1f80258be04f57bcfa82c997eb|commit]] * tracepoints: Use new static branch API [[https://git.kernel.org/linus/4a8840af5f53f2902eba91130fae650879f18e7a|commit]] * fgraph: Do not save calltime in shadow stack [[https://git.kernel.org/linus/f1f36e22bee967db5e812a65e24389e54c46f3c2|commit]], [[https://git.kernel.org/linus/3c9880f3ab52b52b5b4e1850a70e80dd7329cb4c|commit]], [[https://git.kernel.org/linus/a312a0f7834e605e7c41570f0e9525d0fc4a70a4|commit]], [[https://git.kernel.org/linus/a370b72ec7165ebe1230d0225cbe66f6526e68ef|commit]], [[https://git.kernel.org/linus/c54a1a06daa78613519b4d24495b0d175b8af63f|commit]] * function_graph: Support recording and printing the function return address [[https://git.kernel.org/linus/21e92806d39c68af2accd1fb238c2daecfcf9fbd|commit]] * bpf: 'bpf_fastcall' attribute in vmlinux.h and bpf_helper_defs.h [[https://git.kernel.org/linus/bf7ce5416f68db058ac7105902adf497b3ce4e8c|commit]], [[https://git.kernel.org/linus/da7d71bcb0637b7aa18934628fdb5a55f2db49a6|commit]], [[https://git.kernel.org/linus/4f647a780f3606acbd2116248d51eadb4d865615|commit]], [[https://git.kernel.org/linus/48b13cab1e7cb77def27cb89711fb5e3b04db972|commit]] * libbpf, selftests/bpf: Support cross-endian usage [[https://git.kernel.org/linus/0aed726cf6f97bfe11de693781504787857894b7|commit]], [[https://git.kernel.org/linus/8ca3323dce43792b6a7bbbc3314fc2a281d3af92|commit]], [[https://git.kernel.org/linus/769ad3a61e335ced0a47e300b71b2206963e09a9|commit]], [[https://git.kernel.org/linus/f896b4a5399e97af0b451fcf04754ed316935674|commit]], [[https://git.kernel.org/linus/e8957c0dde3c945db2403beb3131a5ad84860b5f|commit]], [[https://git.kernel.org/linus/5a63c33d6f00e1739944cea2f445819951610c7d|commit]], [[https://git.kernel.org/linus/bcc60abd67c7741a065480df4875534f62f758b1|commit]], [[https://git.kernel.org/linus/cf579164e9ea9cd41c7c1da931683a319d224890|commit]] * Add kernel symbol for struct_ops trampoline. Without kernel symbol for struct_ops trampoline, the unwinder may produce unexpected stacktraces [[https://git.kernel.org/linus/7c8ce4ffb684676039b1ff9ff81c126794e8d88e|commit]], [[https://git.kernel.org/linus/821a3fa32bbe3bc0fa23b3189325d3720a49a24c|commit]], [[https://git.kernel.org/linus/bd9d9b48eb1814ad761cce45774a18d95c33803c|commit]] * bpf: Add kmem_cache iterator and kfunc [[https://git.kernel.org/linus/a496d0cdc84d81fbfd2026ef41c8ae9385d01fbb|commit]], [[https://git.kernel.org/linus/a992d7a3979120fbd7c13435d27b3da8d9ed095a|commit]], [[https://git.kernel.org/linus/4971266e1595f76be3f844c834c1f9357a97dbde|commit]] * bpf: Add open coded version of kmem_cache iterator [[https://git.kernel.org/linus/e5e4799e2ac3619a10a9e6db7d2a51d7cc6a69ef|commit]], [[https://git.kernel.org/linus/2e9a548009c2d804e55cdd5b0e9903756cf7d9b3|commit]] * Share user memory to BPF program through task storage map [[https://git.kernel.org/linus/ba512b00e5efbf7e19cfb7fa9f66ce82669b7077|commit]], [[https://git.kernel.org/linus/7aa12b8d9f24e9623effa12a3fc330de056d572e|commit]], [[https://git.kernel.org/linus/99dde42e37497b3062516b1db7231f9dec744a00|commit]], [[https://git.kernel.org/linus/898cbca4a7579bea3ab746cd8dc33027bff80dac|commit]], [[https://git.kernel.org/linus/bd5879a6fe4be407bf36c212cd91ed1e4485a6f9|commit]], [[https://git.kernel.org/linus/b9a5a07aeaa2a903fb1306eb422880b2fa5f937f|commit]], [[https://git.kernel.org/linus/cbf9f849a3e86f1b7c041dfbeeae1c1fff0ddc8d|commit]], [[https://git.kernel.org/linus/1cb80d9e93f861018fabe81a69ea0ded20f5a2d0|commit]], [[https://git.kernel.org/linus/4579b4a4279ec7df9499943f764da03ae837021c|commit]], [[https://git.kernel.org/linus/9bac675e6368b96f448289010caba4ee3320ab24|commit]], [[https://git.kernel.org/linus/5bd5bab76669b1e1551f03f5fcbc165f3fa8d269|commit]], [[https://git.kernel.org/linus/51fff4083372381e680724dde7ac3e859f9e3a0a|commit]] * Hwmon PMUs [[https://git.kernel.org/linus/531ee0fd4836994fc99f22cc79ef94554f2ae54e|commit]], [[https://git.kernel.org/linus/6d5d90a6abb98ecd964cd213db7e75a6fa5ff518|commit]], [[https://git.kernel.org/linus/4810b761f812da3ca33badd7861a04b58613a4a1|commit]], [[https://git.kernel.org/linus/8c329057def8e3409a82839b1a730935b77feeab|commit]], [[https://git.kernel.org/linus/f4db95b68ae68ebaf91d35cc0487ac1cbd04261e|commit]], [[https://git.kernel.org/linus/654986ed5d53248ee2037cfebc4052441e2d1126|commit]], [[https://git.kernel.org/linus/53cc0b351ec99278447d6c253c37fa61f4b35da0|commit]] * Expose the 'perf test -w' workloads functionality [[https://git.kernel.org/linus/18b63d63cd0148fef02c6c3f33a596ad7ee97a9a|commit]], [[https://git.kernel.org/linus/13c138308d15cb194db53d0f24a4dd9de37193f3|commit]], [[https://git.kernel.org/linus/915a377627f7ad91983377f68c3096b3594961a4|commit]] * perf tools: sched-pipe bench: add (-n) nonblocking benchmark [[https://git.kernel.org/linus/3e2d4df574fc6bbd00b422f2f1ce5c1ac251feae|commit]] * perf-probe: Improbe non-C language support [[https://git.kernel.org/linus/47fa0f99a9aa962bac8e6da09cb104e8da94e4df|commit]], [[https://git.kernel.org/linus/b9e577225c16fae9f5e4d3d642153c64b538c44e|commit]], [[https://git.kernel.org/linus/e7c70ee7c9aa7420d22b47d8951f4b5fef4554ea|commit]], [[https://git.kernel.org/linus/080e47b2a2377f9cfad7bc7fa074e9819eafa394|commit]], [[https://git.kernel.org/linus/313026f3ced102a9ef044fbde4a806554ccfe959|commit]] * perf sched timehist: Add pre-migration wait time option [[https://git.kernel.org/linus/cd912ab3b65445df7b95bbdd06ac29f823d4df98|commit]] * perf stat: Add metric-threshold to json output [[https://git.kernel.org/linus/f9825601aa5e8f45a21ead5dd9b48e7f5119b3b0|commit]] * pert stat: CSV/JSON metric thresholds, fix printf modifiers [[https://git.kernel.org/linus/f9825601aa5e8f45a21ead5dd9b48e7f5119b3b0|commit]], [[https://git.kernel.org/linus/17df33fe22c71e0b07567e3c3c35c678b08e8689|commit]], [[https://git.kernel.org/linus/9809b2b1f23d0b7e0c6154ee0e94445e584435d4|commit]], [[https://git.kernel.org/linus/1133e7f7dc53edcb26c0e07d345f7285c3246efa|commit]], [[https://git.kernel.org/linus/58fc358a3e2d484697afbae86496fc5982f222f3|commit]], [[https://git.kernel.org/linus/37b77ae954167f0ed1bf3dd610b319eeb43cf854|commit]], [[https://git.kernel.org/linus/e1cc918b6cfd12064f9b085f4c5b059d183bd8c6|commit]] = Virtualization = * virtio_net: enable premapped mode by default [[https://git.kernel.org/linus/defd28aa5acb0fd7c15adc6bc40a8ac277d04dea|commit]], [[https://git.kernel.org/linus/47008bb51c3e11c187dacc17af334bdca97c2dca|commit]], [[https://git.kernel.org/linus/a377ae542d8d0a20a3173da3bbba72e045bea7a9|commit]], [[https://git.kernel.org/linus/6aacd1484468361d1d04badfe75f264fa5314864|commit]] * virtio-net: support AF_XDP zero copy (tx) [[https://git.kernel.org/linus/37e0ca657a3dd23338beed218d0f51a57057df42|commit]], [[https://git.kernel.org/linus/31f3cd4e5756b5ae2bbc05e1ea28d2242dd2c03f|commit]], [[https://git.kernel.org/linus/880ebcbe06636c42cfb328039581e177c6cd6ba5|commit]], [[https://git.kernel.org/linus/89f86675cb0348c9c7acf77263c2359e772a6768|commit]], [[https://git.kernel.org/linus/e2c5c57f1af86ba773a88251ba20ee29028bfae5|commit]], [[https://git.kernel.org/linus/bc2b4c3401c6acaba6c35837c415874cff91b124|commit]], [[https://git.kernel.org/linus/1df5116a41a823f6c6755b1d04062f56ba4ea1e5|commit]], [[https://git.kernel.org/linus/9f19c084057abfb8e4676e6e91866bfa5a6a5577|commit]], [[https://git.kernel.org/linus/7db956707f5f57e18c5ebf1681db2923eb6144e1|commit]], [[https://git.kernel.org/linus/3ef66af31feaf5ff5dd73e63b1327789822ed476|commit]], [[https://git.kernel.org/linus/c7e1b422afac5385832297af8ad86e63742c6e40|commit]], [[https://git.kernel.org/linus/21a4e3ce6dc7b0a3bc882ebe1cb921a40235ddb0|commit]] * vmxnet3: support higher link speeds from vmxnet3 v9 [[https://git.kernel.org/linus/0458cbedfe35a2762fc82ddf38e004cc886b9ed4|commit]] * Enhances the vfio-virtio driver to support live migration [[https://git.kernel.org/linus/6cea64b1db8885b82c226f9f80c2325f39d9d309|commit]], [[https://git.kernel.org/linus/40bcdb12c68dbb6f457deb0adab5008ef61c13d7|commit]], [[https://git.kernel.org/linus/704806ca400e5daa86c110f14bfdda9d28203bb7|commit]], [[https://git.kernel.org/linus/bfcad518605d927eff17ffb8ce0a828d7b7ac79f|commit]], [[https://git.kernel.org/linus/7c1ae151e81268db1fe8c8a473d922fc5ba47b72|commit]], [[https://git.kernel.org/linus/0bbc82e4ec79df437de49d45c512335d97f9c7ce|commit]], [[https://git.kernel.org/linus/52a22c0ed03ce23f20df81f79b23cb6637716fae|commit]] * vfio/nvgrace-gpu: Add a new GH200 SKU to the devid table [[https://git.kernel.org/linus/12cd88a9116acf79416a39adcd8bb1337ae7cee1|commit]] * Enhances the vfio-virtio driver to support live migration [[https://git.kernel.org/linus/6cea64b1db8885b82c226f9f80c2325f39d9d309|commit]], [[https://git.kernel.org/linus/40bcdb12c68dbb6f457deb0adab5008ef61c13d7|commit]], [[https://git.kernel.org/linus/704806ca400e5daa86c110f14bfdda9d28203bb7|commit]], [[https://git.kernel.org/linus/bfcad518605d927eff17ffb8ce0a828d7b7ac79f|commit]], [[https://git.kernel.org/linus/7c1ae151e81268db1fe8c8a473d922fc5ba47b72|commit]], [[https://git.kernel.org/linus/0bbc82e4ec79df437de49d45c512335d97f9c7ce|commit]], [[https://git.kernel.org/linus/52a22c0ed03ce23f20df81f79b23cb6637716fae|commit]] * virtio: Make vring_new_virtqueue support packed vring [[https://git.kernel.org/linus/a49c26f761d2b9f6506d397f6e8373ebb27c65ba|commit]] * virtio-net: support AF_XDP zero copy (tx) [[https://git.kernel.org/linus/37e0ca657a3dd23338beed218d0f51a57057df42|commit]], [[https://git.kernel.org/linus/31f3cd4e5756b5ae2bbc05e1ea28d2242dd2c03f|commit]], [[https://git.kernel.org/linus/880ebcbe06636c42cfb328039581e177c6cd6ba5|commit]], [[https://git.kernel.org/linus/89f86675cb0348c9c7acf77263c2359e772a6768|commit]], [[https://git.kernel.org/linus/e2c5c57f1af86ba773a88251ba20ee29028bfae5|commit]], [[https://git.kernel.org/linus/bc2b4c3401c6acaba6c35837c415874cff91b124|commit]], [[https://git.kernel.org/linus/1df5116a41a823f6c6755b1d04062f56ba4ea1e5|commit]], [[https://git.kernel.org/linus/9f19c084057abfb8e4676e6e91866bfa5a6a5577|commit]], [[https://git.kernel.org/linus/7db956707f5f57e18c5ebf1681db2923eb6144e1|commit]], [[https://git.kernel.org/linus/3ef66af31feaf5ff5dd73e63b1327789822ed476|commit]], [[https://git.kernel.org/linus/c7e1b422afac5385832297af8ad86e63742c6e40|commit]], [[https://git.kernel.org/linus/21a4e3ce6dc7b0a3bc882ebe1cb921a40235ddb0|commit]] = Cryptography = * Migrate to sig_alg and templatize ecdsa [[https://git.kernel.org/linus/4df86c6ea5c37fe0452638f39a1e4b189da75c54|commit]], [[https://git.kernel.org/linus/d6793ff974e07e4eea151d1f0805e92d042825a1|commit]], [[https://git.kernel.org/linus/a2471684dae23a676b4badea306140d24e6507f5|commit]], [[https://git.kernel.org/linus/b9cbf6916e0a6899bc67ee574993b7f24d3f606b|commit]], [[https://git.kernel.org/linus/1e562deacecca1f1bec7d23da526904a1e87525e|commit]], [[https://git.kernel.org/linus/5e00481bf0a8b4dbd1588ae08f1ff82492011987|commit]], [[https://git.kernel.org/linus/65c4c93caaf1a9fca2855942e338530967162d25|commit]], [[https://git.kernel.org/linus/6b34562f0cfe81f1f207fc7c146c4ff4b31eb625|commit]], [[https://git.kernel.org/linus/221f00418e726237dbe38ba627ce08b22d3667f7|commit]], [[https://git.kernel.org/linus/5ba296674e468ddd40b6ef5aa845c2d2ee794b84|commit]], [[https://git.kernel.org/linus/3b0565c703503f832d6cd7ba805aafa3b330cb9d|commit]], [[https://git.kernel.org/linus/ef132350a3c2ae15349b7f748ce0859f0c2861be|commit]], [[https://git.kernel.org/linus/a16a17d3eaa4866c65366150fca48537de3a924c|commit]], [[https://git.kernel.org/linus/beea320112e5763a053c77effa70a05dbbbd5e91|commit]], [[https://git.kernel.org/linus/778206d87103ba6d3e401b84d4472e96db7b7582|commit]], [[https://git.kernel.org/linus/7964b0d4bd1271f82d6b455366a200d320f7dbf8|commit]], [[https://git.kernel.org/linus/ae117924b291b2ccf6be0fe197695c96fc62e78c|commit]], [[https://git.kernel.org/linus/b04163863caf599d4348a05af5a71cf5d42f11dc|commit]], [[https://git.kernel.org/linus/5b553e06b3215fa97d222ebddc2bc964f1824c5b|commit]] * rsassa-pkcs1 - Reinstate support for legacy protocols [[https://git.kernel.org/linus/a03a728e377aff530abd039542123964b165e5e9|commit]] * Enable fuzz testing for arch code [[https://git.kernel.org/linus/16739efac6e1ea40df5ec7a263e664481840e73a|commit]], [[https://git.kernel.org/linus/a37e55791f204bd65da07d281d95629df15ccf81|commit]] = Security = * LSM: General module stacking [[https://git.kernel.org/linus/2aff9d20d50ac45dd13a013ef5231f4fb8912356|commit]], [[https://git.kernel.org/linus/5f8d28f6d7d568dbbc8c5bce94894474c07afd4f|commit]], [[https://git.kernel.org/linus/e4f682204408a5c4430bf636aec78c894c14e901|commit]] * tpm: cr50: Add new device/vendor ID 0x50666666 [[https://git.kernel.org/linus/2e1827de1b0f22b420c9446a3c94e6cce8eb4da4|commit]] * LSM: Move away from secids [[https://git.kernel.org/linus/8afd8c8faa24249e48f5007aee46209299377588|commit]], [[https://git.kernel.org/linus/e4f682204408a5c4430bf636aec78c894c14e901|commit]], [[https://git.kernel.org/linus/37f670aacd481128ad9a940ac2d3372aecd92824|commit]], [[https://git.kernel.org/linus/13d826e564e2ccae9df0caac8a3deb40dc4c8fda|commit]], [[https://git.kernel.org/linus/870b7fdc660b38c4e1bd8bf48e62aa352ddf8f42|commit]], [[https://git.kernel.org/linus/05a344e54d0b4892736526e4a309851da8ee9c89|commit]], [[https://git.kernel.org/linus/b0654ca42998440df42ba2ccc3b7dbe3bf5b7bb5|commit]], [[https://git.kernel.org/linus/6f2f724f0e116d9ea960ff3dd645add12e60e176|commit]], [[https://git.kernel.org/linus/07f9d2c1132c9b838538b606dfcdab2506cd2ae4|commit]], [[https://git.kernel.org/linus/f4602f163c98bc93c118e196466c1c98186adb67|commit]], [[https://git.kernel.org/linus/7183abccd8ac2c486363e267b5d84032818eb725|commit]], [[https://git.kernel.org/linus/e0a8dcbd53b646d8535acd9fec95540275231b13|commit]] * selinux: Add netlink xperm support [[https://git.kernel.org/linus/d1d991efaf34606d500dcbd28bedc0666eeec8e2|commit]] = Networking = * Add support for per-NAPI config via netlink [[https://git.kernel.org/linus/1287c1ae0fc227e5acef11a539eb4e75646e31c7|commit]], [[https://git.kernel.org/linus/41936522749654e64531121bbd6a95bab5d56d76|commit]], [[https://git.kernel.org/linus/516010460011ae74ac3b7383cf90ed27e2711cd6|commit]], [[https://git.kernel.org/linus/acb8d4ed5661d05f794ef2ce34fd11e699e9ca32|commit]], [[https://git.kernel.org/linus/f15e3b3ddb9fab1c1731b6154e2cd6573fb54c4d|commit]], [[https://git.kernel.org/linus/86e25f40aa1e9e54e081e55016f65b5c92523989|commit]], [[https://git.kernel.org/linus/0137891e74576f77a7901718dc0ce08ca074ae74|commit]], [[https://git.kernel.org/linus/c9191eaa728510dab391d384359b8dbf14c25c9e|commit]] * Introduce TX H/W shaping API [[https://git.kernel.org/linus/14bba9285aedefb99647d716b0f61bf32081e387|commit]], [[https://git.kernel.org/linus/553ea9f1efd6e8410b01f7a31cfb71a97cadcd8b|commit]], [[https://git.kernel.org/linus/04e65df94b3112a1b319b6deb5bab83fd740bc7d|commit]], [[https://git.kernel.org/linus/ef490bbb2267023f3ce60aaf07df10b3a031fb59|commit]], [[https://git.kernel.org/linus/4c1a457cb8b00880695af4c62fdf27858917975f|commit]], [[https://git.kernel.org/linus/4b623f9f0f59652ea71fcb27d60b4c3b65126dbb|commit]], [[https://git.kernel.org/linus/015307754a19832dd665295f6c123289b0f37ba6|commit]], [[https://git.kernel.org/linus/f32c821ae0198cf43181711efb18376b2eb6a1cb|commit]], [[https://git.kernel.org/linus/b3ea416419c83ba4a042163f17e0fd8bac417f1a|commit]], [[https://git.kernel.org/linus/5d5d4700e75d861e83bf18eb6bf66ff90f85fe4e|commit]], [[https://git.kernel.org/linus/93954b40f6a4fc43226c01a15b02732f884500f1|commit]], [[https://git.kernel.org/linus/608a5c05c39b75fa2539ce9e521d289c5a5326f7|commit]] * Mirroring to DSA CPU port [[https://git.kernel.org/linus/49a09073cb23e02f57aa53cf6b9da3c888ab4713|commit]], [[https://git.kernel.org/linus/a0af7162ccb501a22ac448ad94dad81757743725|commit]], [[https://git.kernel.org/linus/c11ace14d9db3a2e2e7b473ff8f79c7b1c998191|commit]], [[https://git.kernel.org/linus/3535d70df9c80b382a202baa430aa8fbb2433bfa|commit]], [[https://git.kernel.org/linus/8c924369cb56c3054dca504c2c9c3eb208272865|commit]] * phy: Support master-slave config via device tree [[https://git.kernel.org/linus/20a4da20e0bd0297bf1ce083362e78b6702f991e|commit]], [[https://git.kernel.org/linus/31a9ce20fa8de604d61c3c341532717cdaf297a0|commit]] * wireguard updates and fixes for 6.13 [[https://git.kernel.org/linus/06a34f7db773e01efa8a90c5b4d912207a80dd60|commit]], [[https://git.kernel.org/linus/0290abc9860917f1ee8b58309c2bbd740a39ee8e|commit]], [[https://git.kernel.org/linus/c1822fb64f678ba5bf04dff2bea361537c6f7278|commit]], [[https://git.kernel.org/linus/13b0ea0f5934ac30bf75c21554d3061b02abbad4|commit]] * Suspend IRQs during application busy periods [[https://git.kernel.org/linus/a90a91e24b4851367e26e0990bd8c2e9213672ff|commit]], [[https://git.kernel.org/linus/3fcbecbdeb048dfd1bea824f4276717fed02d10e|commit]], [[https://git.kernel.org/linus/ab5b28b007a7ab3edeb0a5e1d04669945ddb1d37|commit]], [[https://git.kernel.org/linus/5dc51ec86df6e2214d8398079c1e31736593ab53|commit]], [[https://git.kernel.org/linus/347fcdc414f98998df1c5969e4612e4da67d6852|commit]], [[https://git.kernel.org/linus/8a6de2627fd37b76c6e8e77fa6c0fe82888e3fc3|commit]] * Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNC [[https://git.kernel.org/linus/827af4787e74e8df9e8e0677a69fbb15e0856d2f|commit]] * btusb: Add quirks for ATS2851 [[https://git.kernel.org/linus/677a55ba11a82c2835550a82324cec5fcb2f9e2d|commit]], [[https://git.kernel.org/linus/5bd3135924b4570dcecc8793f7771cb8d42d8b19|commit]], [[https://git.kernel.org/linus/94464a7b71634037b13d54021e0dfd0fb0d8c1f0|commit]] * RDMA/nldev: Add IB device and net device rename events [[https://git.kernel.org/linus/7566752e4d7d7fc0186531aa800068a7243f95c1|commit]] * bonding: add ESP offload features when slaves support [[https://git.kernel.org/linus/4861333b42178fa3d8fd1bb4e2cfb2fedc968dba|commit]] * Add support for writing firmware [[https://git.kernel.org/linus/9a3b0d078bd825613c0821bf7bf5a2e1d8d60057|commit]], [[https://git.kernel.org/linus/edc344568922eb9588e77ba49de1ef0cb9a2ff1c|commit]] * Introduce VLAN support in HSR [[https://git.kernel.org/linus/74043f6b22c3201c63ae6ef37c4d3a96b0850e91|commit]], [[https://git.kernel.org/linus/e6bf1f7aea4df918e5ee848d9f6b7ce63135b4be|commit]], [[https://git.kernel.org/linus/1a8a63a5305e95519de6f941922dfcd8179f82e5|commit]], [[https://git.kernel.org/linus/ee407b02f3f1992bc746876c26f8175c8783562b|commit]] * Add devlink and devlink rate support [[https://git.kernel.org/linus/015307754a19832dd665295f6c123289b0f37ba6|commit]], [[https://git.kernel.org/linus/608a5c05c39b75fa2539ce9e521d289c5a5326f7|commit]] * udp: Introduces 4-tuple hash for connected udp sockets, to make connected udp lookup faster [[https://git.kernel.org/linus/78c91ae2c6deb5d236a5a93ff2995cdd05514380|commit]], [[https://git.kernel.org/linus/dab78a1745ab3c6001e1e4d50a9d09efef8e260d|commit]], [[https://git.kernel.org/linus/accdd51dc74ff65b7b7be1961b11723d228fbbbd|commit]] * ipv4: Cache pmtu for all packet paths if multipath enabled [[https://git.kernel.org/linus/7d3f3b4367f315a61fc615e3138f3d320da8c466|commit]] * ipv4: Convert RTM_{NEW,DEL}ADDR and more to per-netns RTNL. [[https://git.kernel.org/linus/d4b483208b2606add41a22bdd3c8cd6d36009319|commit]], [[https://git.kernel.org/linus/4df5066f079cfbc563c2da031b02b4ba2d9e1ba0|commit]], [[https://git.kernel.org/linus/26d8db55eeacb7dc78672523f57825916d203de4|commit]], [[https://git.kernel.org/linus/88d1f8770690791cbe5d8f60b17137df05476299|commit]], [[https://git.kernel.org/linus/7ed8da17bfb2b033e42afa842ca22641821e231c|commit]], [[https://git.kernel.org/linus/2d34429d14f9d09b38a8bee6a972a07228378df6|commit]], [[https://git.kernel.org/linus/77453d428d4c9c613341de7f9b943f0c83f37a27|commit]], [[https://git.kernel.org/linus/9cb7e40d388d6c0e4677809c6b2950bc67fd8830|commit]], [[https://git.kernel.org/linus/487257786b71172648664164ba567e807e1e11fc|commit]], [[https://git.kernel.org/linus/abd0deff03d854cb34818e1e01490296d0314ea1|commit]], [[https://git.kernel.org/linus/d1c81818aa227b37d65b40f9883109c5256b9bfb|commit]] * Namespacify IPv4 address hash table. [[https://git.kernel.org/linus/99ee348e6a41cf24b334a1bb7cde87239e8e2d95|commit]], [[https://git.kernel.org/linus/1675f385213edc14ed849e079d6866b48e552252|commit]], [[https://git.kernel.org/linus/49e613194292ff7750a3f889cd2db012da16f68e|commit]], [[https://git.kernel.org/linus/87173021f1583ee37f4801fcde354729da8db3dc|commit]] * Expose transport binding identifier via IFLA attribute [[https://git.kernel.org/linus/580db513b4a9d52f306580015a1872eea0a0894e|commit]] * introduce TX H/W shaping API [[https://git.kernel.org/linus/015307754a19832dd665295f6c123289b0f37ba6|commit]], [[https://git.kernel.org/linus/4c1a457cb8b00880695af4c62fdf27858917975f|commit]], [[https://git.kernel.org/linus/bf230c497d31ab3bc9beac0df9e186595b351b19|commit]], [[https://git.kernel.org/linus/ff7d4deb1f3e18b983cb51fc2dcb7af57991d827|commit]], [[https://git.kernel.org/linus/04e65df94b3112a1b319b6deb5bab83fd740bc7d|commit]], [[https://git.kernel.org/linus/b3ea416419c83ba4a042163f17e0fd8bac417f1a|commit]], [[https://git.kernel.org/linus/608a5c05c39b75fa2539ce9e521d289c5a5326f7|commit]], [[https://git.kernel.org/linus/ef490bbb2267023f3ce60aaf07df10b3a031fb59|commit]], [[https://git.kernel.org/linus/4b623f9f0f59652ea71fcb27d60b4c3b65126dbb|commit]], [[https://git.kernel.org/linus/ecd82cfee355d63c1b961a0fb8dadd8aab9dc2aa|commit]], [[https://git.kernel.org/linus/13d68a16430312fc21990f48326366eb73891202|commit]], [[https://git.kernel.org/linus/14bba9285aedefb99647d716b0f61bf32081e387|commit]], [[https://git.kernel.org/linus/5d5d4700e75d861e83bf18eb6bf66ff90f85fe4e|commit]], [[https://git.kernel.org/linus/93954b40f6a4fc43226c01a15b02732f884500f1|commit]], [[https://git.kernel.org/linus/553ea9f1efd6e8410b01f7a31cfb71a97cadcd8b|commit]] * net-timestamp: namespacify the sysctl_tstamp_allow_data [[https://git.kernel.org/linus/da5e06dee58ad153a4933fd40fc53d571bfef373|commit]] * net_sched: sch_sfq: handle bigger packets [[https://git.kernel.org/linus/e4650d7ae4252f67e997a632adfae0dd74d3a99a|commit]] * Add option to provide OPT_ID value via cmsg [[https://git.kernel.org/linus/a89568e9be75845bdbba496f40e8cd0ea29c7af1|commit]], [[https://git.kernel.org/linus/822b5bc6db55f1c3ea51659c423784ac6919ddd4|commit]], [[https://git.kernel.org/linus/4aecca4c76808f3736056d18ff510df80424bc9f|commit]] * netfilter * Make legacy configs user selectable [[https://git.kernel.org/linus/6c959fd5e17387201dba3619b2e6af213939a0a7|commit]] * bitwise: support boolean operations with variable RHS operands [[https://git.kernel.org/linus/b0ccf4f53d968e794a4ea579d5135cc1aaf1a53f|commit]], [[https://git.kernel.org/linus/a12143e6084c502fc3cfaa8b717bffc8c14cf806|commit]] * nfc: Propagate ISO14443 type A target ATS to userspace via netlink [[https://git.kernel.org/linus/9907cda95fcbf44141b1292faab89cf8ec542f22|commit]] * Per-netns RTNL. [[https://git.kernel.org/linus/03fa534856593bb4edf4935451fa55863e34a108|commit]], [[https://git.kernel.org/linus/844e5e7e656d3a7a904fd5607f8491d6fd01db8e|commit]], [[https://git.kernel.org/linus/76aed95319da25d6884dff01d5f0149e4b542f96|commit]], [[https://git.kernel.org/linus/ec763c234d7f60c5bce0fa2611ba79f5be1af76b|commit]] * Add 4-tuple hash for connected sockets [[https://git.kernel.org/linus/78c91ae2c6deb5d236a5a93ff2995cdd05514380|commit]], [[https://git.kernel.org/linus/dab78a1745ab3c6001e1e4d50a9d09efef8e260d|commit]], [[https://git.kernel.org/linus/accdd51dc74ff65b7b7be1961b11723d228fbbbd|commit]] * cfg80211/mac80211: improve support for multiple radios [[https://git.kernel.org/linus/9c4f830927750a2bf9fd9426a5257f0fdce3b662|commit]], [[https://git.kernel.org/linus/9d40f7e32774279be7e5a7a278d7a290872b2f81|commit]], [[https://git.kernel.org/linus/f92e0cf19ae0fd08e7b60f24d27a5819d8d949ba|commit]], [[https://git.kernel.org/linus/32ee616a7f8c36fa3ab00985ebd038c3487e721f|commit]], [[https://git.kernel.org/linus/7b68f63d5c00105f8b1f28017369f1da6dfe704c|commit]], [[https://git.kernel.org/linus/342afe693ee765a215343fe1a1af0d6c8b8e10a3|commit]], [[https://git.kernel.org/linus/3607798ad9bdef35ad08489a8239390fccaac6b5|commit]], [[https://git.kernel.org/linus/a77e527b470cc38754c730bce1483711f643bb60|commit]], [[https://git.kernel.org/linus/006a97ceb6732c861c0e2fa3b6a34512caac9354|commit]], [[https://git.kernel.org/linus/ebda716ea4da03326ac4d0a71604d18aa8a2e695|commit]], [[https://git.kernel.org/linus/754905ce1a327ee3297548e132367038cc62b3d8|commit]] * mac80211/cfg80211 updates 07-10-2024 [[https://git.kernel.org/linus/b23af47921a708e0008698eb373118bb5f20334c|commit]], [[https://git.kernel.org/linus/9925aa855d4b400346c123dcc0301289779331e3|commit]], [[https://git.kernel.org/linus/0b7392ee3bcff6319a6f5c5ad51710c7033d29aa|commit]], [[https://git.kernel.org/linus/62262dd00c319195f2e14022903b7ebbb53119bc|commit]], [[https://git.kernel.org/linus/cf007927972707d91fae3013ae27f165cebdf535|commit]], [[https://git.kernel.org/linus/41eba07636af6f95a9421af574a5a2fa9f3888ee|commit]], [[https://git.kernel.org/linus/751e7489c1d74b94ffffbed619d8fd724eeff4ee|commit]], [[https://git.kernel.org/linus/9c5f2c7eeb585834f8dadb552b4fd811dd2dee6f|commit]], [[https://git.kernel.org/linus/88b67e91e2928c3311f3658d1270b40708b0de00|commit]], [[https://git.kernel.org/linus/074a8b54dacc1920f54381f3661ecee6786b0c21|commit]], [[https://git.kernel.org/linus/c4382d5ca1af75cf909463c7a707efd1a5f9a557|commit]], [[https://git.kernel.org/linus/1b531f213661657d6e1c55cf5c97f649d630c227|commit]], [[https://git.kernel.org/linus/e21dd758cf4c51d508e6665b653c5836103d1027|commit]], [[https://git.kernel.org/linus/f828deb70c96748eb3a7462d5dbc432a28adae5f|commit]] * wifi: mac80211: Support EHT 1024 aggregation size in TX [[https://git.kernel.org/linus/406c5548c661df0bff6bb6ee79bf9d49faf23e31|commit]] * xdrgen: Add a utility for extracting XDR from RFCs [[https://git.kernel.org/linus/a32442f6ca32cf402a76856d5e713bd742481ba2|commit]] * xdrgen: Emit maxsize macros [[https://git.kernel.org/linus/447dc1efebac1484d5903ba34655289e7725df6d|commit]], [[https://git.kernel.org/linus/e9e1e7e75acd737cf41c6ee64d62da6ea0c10036|commit]], [[https://git.kernel.org/linus/b0b85ef754740102cd659aea10aa516fe27f6b36|commit]], [[https://git.kernel.org/linus/da298d01136e2f80a1a3a47f81d8bb3ade2d306c|commit]], [[https://git.kernel.org/linus/189f55d93d3eb76d733c28f0c70fd2d162a9ffc5|commit]], [[https://git.kernel.org/linus/2852c92ba1305fd2d85fd69f73bb4b43a3c58146|commit]], [[https://git.kernel.org/linus/ac159338d53b8846b020be8260884e8234572a70|commit]], [[https://git.kernel.org/linus/f4bc1e996a34a47f6c8334edcd8ddcd7dc0634b1|commit]], [[https://git.kernel.org/linus/ce5a75d9939fab904d27b403011eddd2b173b495|commit]], [[https://git.kernel.org/linus/631c2925bae41c11dcf3915a2ab5f3be9af54277|commit]], [[https://git.kernel.org/linus/dc6fa83b6aff5c50277045f53a448afce9616b07|commit]], [[https://git.kernel.org/linus/1acd13cbc7c9c69a09e5d8325cf6c3e3f0a75049|commit]], [[https://git.kernel.org/linus/59b01b9636646bbf2eee59e19cc7da5b584f24c7|commit]], [[https://git.kernel.org/linus/16c98ce04a6929019f66dab40367fb14d0afc678|commit]], [[https://git.kernel.org/linus/3f890755c8f5958ef537a6d8f14de5ec4bfdc3fe|commit]], [[https://git.kernel.org/linus/2db8940e6ceda6aeb566429e8d58c34ab093d3c7|commit]] * Continued work on xdrgen [[https://git.kernel.org/linus/b376d519bd142c65ba9bba35db12b6be95b46893|commit]], [[https://git.kernel.org/linus/5383ccd0cc23530b69a0822fba54605615b71946|commit]], [[https://git.kernel.org/linus/041962d5c6a965f1a6c338be49acfe7ab51d2056|commit]], [[https://git.kernel.org/linus/d86fca3affca04b6c2cedd7060206c3e7091ecc8|commit]], [[https://git.kernel.org/linus/6e853dcd2d3d6f796597c1042340a2de0ce2469f|commit]], [[https://git.kernel.org/linus/c060f8168bdf22aa986970955af99702d142dfbe|commit]] * Add support for per cpu xfrm states. [[https://git.kernel.org/linus/01f61cbfc8b2cf89fe960ea3c1c67bba089dbdc5|commit]], [[https://git.kernel.org/linus/3021a2a3403df0fe0b79af15071e5f6ee25461a4|commit]], [[https://git.kernel.org/linus/0045e3d80613cc7174dc15f189ee6fc4e73b9365|commit]], [[https://git.kernel.org/linus/a35672819f8d85e2ae38b80d40b923e3ef81e4ea|commit]], [[https://git.kernel.org/linus/81a331a0e72ddc2f75092603d9577bd1a0ca23ad|commit]], [[https://git.kernel.org/linus/cba58fcbc4ab75d8814ec43db32d4830670526f8|commit]], [[https://git.kernel.org/linus/1ddf9916ac09313128e40d6581cef889c0b4ce84|commit]], [[https://git.kernel.org/linus/e57dfaa4b0a72f6a231a8eedb95d260045bbd8db|commit]], [[https://git.kernel.org/linus/766f532089afd202a537f44c09a88ab9912f07d7|commit]], [[https://git.kernel.org/linus/83dfce38c49f3242c7edf5baab5c79c9ec360ecc|commit]], [[https://git.kernel.org/linus/9d287e70c51f1c141ac588add261ed2efdd6fc6b|commit]] * Prepare pacing offload support [[https://git.kernel.org/linus/f26080d47007df2ee90e65b7d390207ff3a588af|commit]], [[https://git.kernel.org/linus/f858cc9eed5b05cbe38d7ffd2787c21e3718eb7d|commit]] = Architectures = * ARM * Initial support for SMMUv3 nested translation [[https://git.kernel.org/linus/874b87c7539f9de366954917a2e35f95c0a4a4f9|commit]], [[https://git.kernel.org/linus/f6681abd413919472d8a142420b639a3a8d84673|commit]], [[https://git.kernel.org/linus/1b8655bb8d977ca110436c1cd0ca957c19670c1e|commit]], [[https://git.kernel.org/linus/f27298a82ba09a1c8aecee8a209b2a312beac672|commit]], [[https://git.kernel.org/linus/d68beb276ba26cec47350a6d468e967673ee0c56|commit]], [[https://git.kernel.org/linus/67e4fe3985138325c9b21193be52266750616182|commit]], [[https://git.kernel.org/linus/807404d66fcf898d4bcc6a3e3edb07ffd5b88400|commit]], [[https://git.kernel.org/linus/35890f85573c2ebbbf3491dc66f7ee2ad63055af|commit]], [[https://git.kernel.org/linus/69d9b312f38aa19f8c801e90bd23d70685be49f0|commit]], [[https://git.kernel.org/linus/6912ec91828b8d7f21b393befad1c36dadbcd751|commit]], [[https://git.kernel.org/linus/e89573cf4a13ca4e314d03d56ac84c0ba2af464b|commit]], [[https://git.kernel.org/linus/1e8be08d1c91d52a9b51d424db78ddbf88660bbb|commit]] * Device Tree Sources * The microchip sam9x7 devicetree is now added, after the device driver and platform code has already made it in. This is likely the last ARMv5 (!) platform to ever get added, updating the 20+ year old at91/sam9 platform with DDR3 memory and gigabit ethernet [[https://git.kernel.org/linus/67146942efe9077b5d09a43e1aa41f9602d916ef|commit]], [[https://git.kernel.org/linus/a3eb95484f276488e3d59cffa8eec29f79be416e|commit]], [[https://git.kernel.org/linus/4157293c808f8691bec51da7badaab382849b01e|commit]], [[https://git.kernel.org/linus/1e5f532c273714abf4275df930b2c77aa1b63b51|commit]], [[https://git.kernel.org/linus/5a5d6753035451027a6ae92f478eb0b07f801348|commit]] * On the Apple platform, there are now devicetree files for a number of A-series !SoCs in addition to the M-series ones, these are used primarily in phones and tablets, but are closely related to the already supported chips [[https://git.kernel.org/linus/bce8129bd91f7ab28db1399dc062d34cbb2e4339|commit]], [[https://git.kernel.org/linus/51cec658c307ce57e22da538ae61264379045266|commit]], [[https://git.kernel.org/linus/5c9de6f45db36b8a74c12e448cf9db87c97bf1e5|commit]], [[https://git.kernel.org/linus/7b417cc5df781e16fa8c72d92d023c02a047af8c|commit]], [[https://git.kernel.org/linus/cc35d5bc24cc4798b0041db1a213afc99f5a1d26|commit]], [[https://git.kernel.org/linus/1600498764824fe441c755a267de6266796817fa|commit]], [[https://git.kernel.org/linus/ea90e3a16575a7a53ca87f2884dbaa5c8b4bfd80|commit]], [[https://git.kernel.org/linus/bef712e3c109b6488aa7923045f556e155989456|commit]], [[https://git.kernel.org/linus/474952a48a6fcf125cc5a4af9372730b3bb7205c|commit]], [[https://git.kernel.org/linus/f30ce10e9a49f22774c640de7817171ff8b0aa46|commit]], [[https://git.kernel.org/linus/179626edeafe36c14a8693b5f823d40073b21d0a|commit]] * Samsung Exynos 8895 and Exynos 990 are more phone !SoCs used in older Samsung Galaxy phones [[https://git.kernel.org/linus/e2d58d1e1c61c1e1d4af400cc0ebcebf98efb49f|commit]], [[https://git.kernel.org/linus/496374c1d0045177cb5c3e85ce33b2179b11a413|commit]], [[https://git.kernel.org/linus/e6bb0575953f3f850f5583e9adae3260866e0cbe|commit]], [[https://git.kernel.org/linus/296621bfa3ddefcbc4a3c1f64f6e868680a1be59|commit]], [[https://git.kernel.org/linus/d27c76fcd4190cab051543b2ffa2f183a6142c0a|commit]], [[https://git.kernel.org/linus/dcabaa8ae457647e334bbcaf21f9209315e8f752|commit]], [[https://git.kernel.org/linus/eed2e79221e2b4a1d1469aa522f658889cd640ee|commit]], [[https://git.kernel.org/linus/724d52a3cd33774570c43cff06403b4cdda00abe|commit]], [[https://git.kernel.org/linus/2caf56f6cf69b026749a2c6c8ad083e5c47b8362|commit]] * Add Nothing Phone (1) support [[https://git.kernel.org/linus/6b3d104e52893493964a5eefa50dd0fdb472515a|commit]], [[https://git.kernel.org/linus/82ead233e01042fecdfdee5b05c377c2a9e551f4|commit]], [[https://git.kernel.org/linus/ba978ce20f8134ea9e0e8f1acb16552b5106281d|commit]], [[https://git.kernel.org/linus/05c9afb9bfa358ae8885b9d6eaa11603395e3c63|commit]], [[https://git.kernel.org/linus/389df37da15a14fa218e86676f6f9a5470d38dfa|commit]], [[https://git.kernel.org/linus/7e20ecc8de9354c1e8742d37f06e152549f4c439|commit]] * Add initial support for Rockchip RK3528 SoC [[https://git.kernel.org/linus/7983e6c379a917c500eff31f5f9c646cc408e030|commit]], [[https://git.kernel.org/linus/b9c31f1c0e15b16390d0f350011ab1b80e0cfa29|commit]], [[https://git.kernel.org/linus/ed3c3f32339538ad1b7285ed99cef7d9d40cfdc1|commit]] * Add device tree for ArmSoM Sige 5 board [[https://git.kernel.org/linus/8426899ff62cd21ebc30da40b53a81de1e3d0857|commit]], [[https://git.kernel.org/linus/b0cdf9cc089525da330919d1bcd3b92655aaa621|commit]], [[https://git.kernel.org/linus/59420d8ad7809827524824a3891d6a081e735449|commit]], [[https://git.kernel.org/linus/87e0e43b9219bf91f1f33a8602bc703fe80434c4|commit]], [[https://git.kernel.org/linus/57b1ce9039665c6cb6907aee4b517f43e1557d2f|commit]], [[https://git.kernel.org/linus/053d157840870fc56aad8c4d3122690a65b2d462|commit]], [[https://git.kernel.org/linus/8bfb52497260b8bde9863a37d45f81f49edcbb91|commit]], [[https://git.kernel.org/linus/40f742b07ab2a8f8566bd5ac10cb51979653856b|commit]] * TI !J742S2 is a feature-reduced version of the J784s4 industrial/automotive SoC, with fewer CPU cores [[https://git.kernel.org/linus/13dc96a52712053cfad59b0d11cab694ed5bc5ef|commit]], [[https://git.kernel.org/linus/38fd90a3e1ac7e948081cf168cf10f0a20febc21|commit]], [[https://git.kernel.org/linus/9c65033884bfec836fe45f21d079de40fc7c7bda|commit]], [[https://git.kernel.org/linus/39b623c05c4652f2ec450a07cee3d179a283733b|commit]], [[https://git.kernel.org/linus/9cc161a4509c2fda7cbe35b4858b496cec03c5d0|commit]] * Add Renesas R-Car Gen4 E-FUSE support [[https://git.kernel.org/linus/5a910676b1d68a71cbb0132dfe66929224baa8e8|commit]], [[https://git.kernel.org/linus/1530b923a514b158b91453bf5adc9291e77638f5|commit]], [[https://git.kernel.org/linus/2aea0d17ff9e08e8ab50dd588c53cc37d963e016|commit]], [[https://git.kernel.org/linus/e05f6e48e4f95dbb51d4b7ae153e0628e1700d3d|commit]] * Add MSM8917/PM8937/Redmi 5A [[https://git.kernel.org/linus/4773d2f1a5c73c590c0c83bf42b156532bc69cb2|commit]], [[https://git.kernel.org/linus/c0d6b2acf78e3195a6b100a236210f2e6e42b0c0|commit]], [[https://git.kernel.org/linus/c94dc5feb49410038a52b398815aecff1b9f7d01|commit]], [[https://git.kernel.org/linus/413cfaa7ed8b120e7d934cbce26433e3f7b0ff76|commit]], [[https://git.kernel.org/linus/f755261190e88f5d19fe0a3b762f0bbaff6bd438|commit]], [[https://git.kernel.org/linus/e2ffb6c3a40ee714160e35e61f0a984028b5d550|commit]] * Add minimal boot support for IPQ5424 [[https://git.kernel.org/linus/21b5d5a4a3114607a27653371c0332f2080e3c05|commit]], [[https://git.kernel.org/linus/03e525c66de2535dc1afd26be004621c7c5a253e|commit]], [[https://git.kernel.org/linus/b88752d3133b334fbad83a3d3fee5df9ad65e536|commit]], [[https://git.kernel.org/linus/79dfed29aa3f714e0a94a39b2bfe9ac14ce19a6a|commit]], [[https://git.kernel.org/linus/968e671ebd2edac28e6f994e3705969d48af5199|commit]], [[https://git.kernel.org/linus/d659d8ad637632f9d1c7ebb1a40abf9b5de77fe8|commit]] * Initial Marvell PXA1908 support [[https://git.kernel.org/linus/a89233dbd4df521094caa0dbcd03338259f8ead6|commit]], [[https://git.kernel.org/linus/03437e857b0a5db36f2364475125b546bddfa2ac|commit]], [[https://git.kernel.org/linus/b8a8a0f268be85e2ad3dd97eaee05c269fb5781b|commit]], [[https://git.kernel.org/linus/4d6da8233ba5f498fde9e57704f08465ca5a1336|commit]], [[https://git.kernel.org/linus/ebac87cdd230685fc5245a61bde79c9100ac348a|commit]], [[https://git.kernel.org/linus/51ce5591927389985451c0875f576701664f0a38|commit]], [[https://git.kernel.org/linus/f03b086624aa7cfbc6f3bf4ac728639602b4c478|commit]] * Introduce Nuvoton Arbel NPCM8XX BMC SoC [[https://git.kernel.org/linus/0ee52b157b8ed88550ddd6291e54bb4bfabde364|commit]], [[https://git.kernel.org/linus/22823157d90c4631a951920090686c20c459b36f|commit]], [[https://git.kernel.org/linus/8d8b43dae3b714582cbdb99d88847cc1757952ee|commit]] * qcom: add support for SAR2130P [[https://git.kernel.org/linus/92c366a53c4a89c461e6d4be611046a9295a1c6b|commit]], [[https://git.kernel.org/linus/bc2bb732162fb183e5c8df9d42604ddb7ec36e8b|commit]] * imx6dl: Add support for i.MX6DL DHCOM SoM on PDK2 carrier board [[https://git.kernel.org/linus/c3f5d76a6e036b55cacf6489914aa7b82637843c|commit]], [[https://git.kernel.org/linus/c199740245c13ec5a72f79d504a7d9b588692e86|commit]] * imx6q-lxr: Add board support [[https://git.kernel.org/linus/6dd1b64a26d9209c09488e9fa257e7744823bf29|commit]], [[https://git.kernel.org/linus/ef6b9bb7a4313edb4bbff836288e105b131cdd2e|commit]], [[https://git.kernel.org/linus/9da6ab2d944477cb0bccd153c1f57d6864e82eba|commit]] * Add Kobo Clara 2E [[https://git.kernel.org/linus/0fd75ba1750318cd824713d43f2480159c2a54aa|commit]], [[https://git.kernel.org/linus/4de1651cde04eac0bfce834d0a4f75e043a45230|commit]], [[https://git.kernel.org/linus/f1f6309aa9065487c527b538f476b49771aa0c4d|commit]] * Add support Relfor Saib board which is based on Rockchip RV1109 SoC [[https://git.kernel.org/linus/c1386c02d5d457a1713c8e866102c4418a1c736c|commit]], [[https://git.kernel.org/linus/d0c9f9b848d0ee57e785c393cd4d618b5753e68d|commit]], [[https://git.kernel.org/linus/36be90f5362a3174071a543fa73eb0f6d66bdf52|commit]], [[https://git.kernel.org/linus/cbad02491459d64522852da07736ddc1f04cbaef|commit]], [[https://git.kernel.org/linus/39579b8c8f9e6aba5b299d0309c4a411688b60b9|commit]] * sunxi: add support for !RerVision A33-Vstar board [[https://git.kernel.org/linus/3888715c76956c6ea13577965586d5b891a1f3ff|commit]], [[https://git.kernel.org/linus/654332bede7526cbe9e7ba4c1edbf86a1d0be76a|commit]] * Add support for Kontron OSM-S i.MX8MP SoM and carrier boards [[https://git.kernel.org/linus/6fe1ced5ccab71d1bb3e8204a1842ea4b877dd03|commit]], [[https://git.kernel.org/linus/946ab10e3f40fdb8d6cbce4eb38c42e718163ff3|commit]], [[https://git.kernel.org/linus/452032289853ae907efdc09719da01060b0b577b|commit]] * Add minimal Exynos990 SoC and SM-N981B support [[https://git.kernel.org/linus/8354f854a90bcecd32dc1dc9646e805d60e96f0a|commit]], [[https://git.kernel.org/linus/c6dac8443dabe7a9215f00025f78a9c55a0651e6|commit]], [[https://git.kernel.org/linus/f7aeff28f2768443a49600625b6f3d0aad1fdd52|commit]], [[https://git.kernel.org/linus/0d16910e899d0645e45128102c5113836eaf9bc1|commit]], [[https://git.kernel.org/linus/1e5f14efd65caf1d173af8fb4eeb3e04b2625ad3|commit]], [[https://git.kernel.org/linus/9b2a9f5cfa19bbb5389a01c73cd5ffca6fafdd3c|commit]] * freescale: imx8mm-verdin: Add Ivy carrier board [[https://git.kernel.org/linus/adca46171ff7b3613cd7975f81870ae9025a34cf|commit]], [[https://git.kernel.org/linus/0852cba2c39fd20c6e7d7a003995e7704128faf2|commit]], [[https://git.kernel.org/linus/1dfd35cb122055679763119284c664d9158e3d89|commit]] * freescale: imx8mp-verdin: Add Ivy carrier [[https://git.kernel.org/linus/adca46171ff7b3613cd7975f81870ae9025a34cf|commit]], [[https://git.kernel.org/linus/56ba6fd50e8436b2168c8add256f370d4c215f65|commit]], [[https://git.kernel.org/linus/82d8bf0fec74105ef6bcc44f3eae003f6e4d4b51|commit]] * Add support Boundary Device Nitrogen8MP Universal SMARC Carrier Board [[https://git.kernel.org/linus/9f592d1b49067f7f57d41fa4f0b8b72ff513ba83|commit]] * imx8mp: Add DH i.MX8MP DHCOM SoM on DRC02 carrier board [[https://git.kernel.org/linus/05be20ccf779cdf942dd3f1d4fdfcf1585ba4d24|commit]], [[https://git.kernel.org/linus/53624fc4f4b4a6b724bc6354f2580d2ab104ff64|commit]] * imx8mp: Add support for DH electronics i.MX8M Plus DHCOM PicoITX [[https://git.kernel.org/linus/004ccf439d2022228b9ff3fac06a2b6cfabff6cf|commit]], [[https://git.kernel.org/linus/5a893b8d42e835b61f50854f8543936da9821619|commit]] * imx: Add i.MX8M Plus Gateworks GW82XX-2X support [[https://git.kernel.org/linus/b7416c692d565490184d8e8f468e21cc9f4d2f29|commit]], [[https://git.kernel.org/linus/518843408c46978d37d5f51812a1123ac3e9eabd|commit]] * Add support for new IMX8MP based board [[https://git.kernel.org/linus/49c2a67787f512a18e30a892d284086d9583b3cc|commit]], [[https://git.kernel.org/linus/aa48df3ded1d7d34dd1c33870cce0b62af38c5be|commit]] * X1E Dell XPS 9345 support [[https://git.kernel.org/linus/f5b788d0e8cdaac7df6ec9a24926672965d87dfc|commit]], [[https://git.kernel.org/linus/304c250ba121f5c505be3fc13dec984016f3c032|commit]], [[https://git.kernel.org/linus/1aa50217d7fd1b9932d3552a20c2f7fd58d77cfa|commit]] * qcom: Add support for the QCS9100 SoC and board [[https://git.kernel.org/linus/7dcc1dfaa3d1cd3aafed2beb7086ed34fdb22303|commit]], [[https://git.kernel.org/linus/e80fd25537541b67da12be30a581671ee81b66ca|commit]], [[https://git.kernel.org/linus/d088afa7de3cbe689954dad49e7058d2c4b8944c|commit]], [[https://git.kernel.org/linus/8cbebdfe3e794e5b4f3e08a7297a513bf14fec6e|commit]] * Microsoft Surface Pro 9 5G support [[https://git.kernel.org/linus/f6231a2eefd430b8b8798911f023891ea51d1d09|commit]], [[https://git.kernel.org/linus/1e70551123d014b3a1c4b85da54d247243750e7c|commit]], [[https://git.kernel.org/linus/c54eeb8feff57b2b5d1e42142fb51bd9033d55e4|commit]], [[https://git.kernel.org/linus/99b2186b2c82c39b083de65c4c9598bcc0fc288c|commit]], [[https://git.kernel.org/linus/e221af165910b8967f7c2788c34826f332f2cc7e|commit]] * Add support for ArmSoM LM7 SoM [[https://git.kernel.org/linus/50c51bc28a7d7e7bb28b40ec3948ae73410bc2fc|commit]], [[https://git.kernel.org/linus/7ad3206b822a69208a4ea47cc1f2cc69b120b513|commit]], [[https://git.kernel.org/linus/4b6167b3a00fc0eab259484a052be6d53df9b827|commit]] * rockchip: Add FriendlyARM !NanoPi R3S board [[https://git.kernel.org/linus/50decd493c8394c52d04561fe4ede34df27a46ba|commit]], [[https://git.kernel.org/linus/1e94bfea52bee081c42ab922c19156dd3d2bade8|commit]] * Add support for Radxa ROCK 5C [[https://git.kernel.org/linus/df4e08a5eed1675f646dd41c8179ef354e9d1b75|commit]], [[https://git.kernel.org/linus/d7bb71e69f58c1b3665a9f926bf8d3855111bf8e|commit]], [[https://git.kernel.org/linus/4294e32111781b3de4d73b944cbd1bc1662a9a7a|commit]], [[https://git.kernel.org/linus/b728d4c51f0ce9207daf502f3a85073785c46319|commit]] * Add Powkiddy RGB20SX [[https://git.kernel.org/linus/fbfff2f64673b5bc7e937ec806db6bee31c5d32d|commit]], [[https://git.kernel.org/linus/de7e071ad5e46515e2d930862820c65fa53dbe2a|commit]] * Add support for RK3588S Evaluation board [[https://git.kernel.org/linus/fab49faebdfb0c3cdec6c70334e52f65343d130c|commit]], [[https://git.kernel.org/linus/00c7fb3b8ab25c496931686860a09994c93c76e6|commit]] * rockchip: Add dtsi file for RK3399S SoC variant [[https://git.kernel.org/linus/f7f8ec7d8cef4cf62ee13b526d59438c23bbb34f|commit]] * Add initial support for Rockchip RK3528 SoC [[https://git.kernel.org/linus/7983e6c379a917c500eff31f5f9c646cc408e030|commit]], [[https://git.kernel.org/linus/b9c31f1c0e15b16390d0f350011ab1b80e0cfa29|commit]], [[https://git.kernel.org/linus/ed3c3f32339538ad1b7285ed99cef7d9d40cfdc1|commit]] * rockchip: Add rk3588-orangepi-5b device tree [[https://git.kernel.org/linus/46fa3fee0b1c027862b04717b51630195c253a30|commit]], [[https://git.kernel.org/linus/3d346d38367bf01e9a3aab7370973844e3808f65|commit]], [[https://git.kernel.org/linus/c37393b36c1d2a0f4fafe82d7e32bfb726f660db|commit]] * ti: k3-am62-verdin: Add Ivy carrier board [[https://git.kernel.org/linus/adca46171ff7b3613cd7975f81870ae9025a34cf|commit]], [[https://git.kernel.org/linus/0852cba2c39fd20c6e7d7a003995e7704128faf2|commit]], [[https://git.kernel.org/linus/9db282063b2daf5558400feb7293043b66c5263b|commit]], [[https://git.kernel.org/linus/881f5e9d808243d27830b3ed294e2e8abda05e62|commit]] * amlogic: meson6: remove support for ATV1200 board [[https://git.kernel.org/linus/e2a3f11ae11c9f9ee780bf49f00a69f12dce3529|commit]] * Tegra234 AGX Orin DTS Updates [[https://git.kernel.org/linus/93ff9686228aa705714c3fe0706ed9ce9410037a|commit]], [[https://git.kernel.org/linus/b8b248de004251625fa0b285cea007eff3441e6d|commit]], [[https://git.kernel.org/linus/a034db9e4dc82c07025f90778f960b0c806689b7|commit]], [[https://git.kernel.org/linus/d075995c114bd1a966020c3f056c7190e1a58528|commit]], [[https://git.kernel.org/linus/7a3f6cb1deb84650b1aa7c7e9bf0501810410e26|commit]], [[https://git.kernel.org/linus/1f190117a1ed789caee0eaf83591d2390a453874|commit]], [[https://git.kernel.org/linus/7662fe9639d8d0022630e2b3a1a8b231cf10ec07|commit]] * !MediaTek DVFSRC Bus Bandwidth and Regulator knobs [[https://git.kernel.org/linus/d2ea920a4092b3c0a6a004b93ce198ca37455d90|commit]], [[https://git.kernel.org/linus/b45293799f75e002d5da9d9e3d2a5c418f492fd0|commit]], [[https://git.kernel.org/linus/1a8009e108382848d149a24dd3fc67607d054a05|commit]], [[https://git.kernel.org/linus/e8b259e3771bcf290f7229b1d45acd4d063a4815|commit]], [[https://git.kernel.org/linus/b147ae7ae5141cb10c520d372ecabb2c520210c4|commit]], [[https://git.kernel.org/linus/cd102850e32c145661c6a0640dc6c5feba11af72|commit]], [[https://git.kernel.org/linus/192514ae05687a60ac230569b2a215fb2d3b8d90|commit]] * qcom: llcc: Add LLCC support for the QCS8300 platform [[https://git.kernel.org/linus/584e936feedfcf678510a749f407115bdc811fbd|commit]], [[https://git.kernel.org/linus/a83e18ca83583ce191848ee73975894d43093cde|commit]] * qcom: llcc: Add LLCC support for the QCS615 platform [[https://git.kernel.org/linus/9f85ed1976bc7882a300aedb556148dbbb245b96|commit]], [[https://git.kernel.org/linus/08e2d7c64edddbc0b0885be901b3f752ea245587|commit]] * qcom: llcc: add support for SAR2130P and SAR1130P platforms [[https://git.kernel.org/linus/1685f685ff8036c74c3b5e9006ec7ceda5bafefa|commit]], [[https://git.kernel.org/linus/6dd3f08c72d607372db9b96df95fc6f462981ee2|commit]], [[https://git.kernel.org/linus/53b3e2e0c9a36263be6874203c68bd7bd104663f|commit]] * qcom: scm: Allow QSEECOM on Lenovo Yoga Slim 7x [[https://git.kernel.org/linus/c6fa2834afc6a6fe210415ec253a61e6eafdf651|commit]] * Add initial support for QCS615 SoC and QCS615 RIDE board [[https://git.kernel.org/linus/dbc81e680a0f007cf062963c40f145074aacab2d|commit]], [[https://git.kernel.org/linus/8921bf54bfab240ea551b605c5c16c58f8777e97|commit]] * Add IPQ5424 and IPQ5404 SOC IDs [[https://git.kernel.org/linus/a8fc655e01b6ca3b596b41ad000c7fead6093ce4|commit]], [[https://git.kernel.org/linus/c9cfca98998eb1cd14bdeccd607982ae818711e7|commit]] * X1E Dell XPS 9345 support [[https://git.kernel.org/linus/f5b788d0e8cdaac7df6ec9a24926672965d87dfc|commit]], [[https://git.kernel.org/linus/304c250ba121f5c505be3fc13dec984016f3c032|commit]], [[https://git.kernel.org/linus/1aa50217d7fd1b9932d3552a20c2f7fd58d77cfa|commit]] * X1E001DE Snapdragon Devkit for Windows [[https://git.kernel.org/linus/75837f0b2bc61c62c8326fe3a1eb9a100714cfd7|commit]] * qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P [[https://git.kernel.org/linus/3fa0104ed2f11e7f4b26bcdd82f9a45b983813c3|commit]], [[https://git.kernel.org/linus/3b3214acd7f2dd506924cd57ce6e380cdaede423|commit]] * Add support for Qualcomm SA8255p SoC [[https://git.kernel.org/linus/48b8843a0b74b0c2ff6aa44b31b27158f7d26306|commit]], [[https://git.kernel.org/linus/558e8b82a52c5ca9f54f4470cc67d8ec0b9e9b1c|commit]], [[https://git.kernel.org/linus/729ee76561fd3d0766ab70de92076d7f12f465b9|commit]] * Add minimal Exynos990 SoC and SM-N981B support [[https://git.kernel.org/linus/8354f854a90bcecd32dc1dc9646e805d60e96f0a|commit]], [[https://git.kernel.org/linus/c6dac8443dabe7a9215f00025f78a9c55a0651e6|commit]], [[https://git.kernel.org/linus/f7aeff28f2768443a49600625b6f3d0aad1fdd52|commit]], [[https://git.kernel.org/linus/0d16910e899d0645e45128102c5113836eaf9bc1|commit]], [[https://git.kernel.org/linus/1e5f14efd65caf1d173af8fb4eeb3e04b2625ad3|commit]], [[https://git.kernel.org/linus/9b2a9f5cfa19bbb5389a01c73cd5ffca6fafdd3c|commit]] * Add support for Exynos9810 SoC and Samsung Galaxy S9 (SM-G960F) [[https://git.kernel.org/linus/0a4907eea61d1b7d602a817f6c1de31609c48367|commit]], [[https://git.kernel.org/linus/fd0b3581666860610ac770d4b582df42e0065c58|commit]], [[https://git.kernel.org/linus/18910d6b16bb4e71ee5aea5986a6577f347d69ec|commit]], [[https://git.kernel.org/linus/47c3309d58b5e6fd3fc425253491c1ce014538c0|commit]], [[https://git.kernel.org/linus/608c8f408dac3d1fd96191494f1a32ba2b1e133d|commit]], [[https://git.kernel.org/linus/6d2dbd4cec8939ad2b813b8052eb12406db528d7|commit]], [[https://git.kernel.org/linus/4c745ade9f2ba0e2ce273b75293d0e9b995dbd74|commit]], [[https://git.kernel.org/linus/e830431e0ad0501c2e6dcb3c65dabc053e3ce5e4|commit]] * Add minimal Exynos8895 SoC and SM-G950F support [[https://git.kernel.org/linus/e2d58d1e1c61c1e1d4af400cc0ebcebf98efb49f|commit]], [[https://git.kernel.org/linus/496374c1d0045177cb5c3e85ce33b2179b11a413|commit]], [[https://git.kernel.org/linus/e6bb0575953f3f850f5583e9adae3260866e0cbe|commit]], [[https://git.kernel.org/linus/296621bfa3ddefcbc4a3c1f64f6e868680a1be59|commit]], [[https://git.kernel.org/linus/d27c76fcd4190cab051543b2ffa2f183a6142c0a|commit]], [[https://git.kernel.org/linus/dcabaa8ae457647e334bbcaf21f9209315e8f752|commit]], [[https://git.kernel.org/linus/eed2e79221e2b4a1d1469aa522f658889cd640ee|commit]], [[https://git.kernel.org/linus/724d52a3cd33774570c43cff06403b4cdda00abe|commit]], [[https://git.kernel.org/linus/2caf56f6cf69b026749a2c6c8ad083e5c47b8362|commit]] * imx6dl: Add support for i.MX6DL DHCOM SoM on PDK2 carrier board [[https://git.kernel.org/linus/c3f5d76a6e036b55cacf6489914aa7b82637843c|commit]], [[https://git.kernel.org/linus/c199740245c13ec5a72f79d504a7d9b588692e86|commit]] * qcom: Introduce power domains for SM8750 [[https://git.kernel.org/linus/3d25d46a255a83f94d7d4d4216f38aafc8e116b0|commit]], [[https://git.kernel.org/linus/134e9d035d830aabd1121bcda89f7ee9a476d3a3|commit]] * qcom: add support for RPMh power domains on SAR2130P [[https://git.kernel.org/linus/92c366a53c4a89c461e6d4be611046a9295a1c6b|commit]], [[https://git.kernel.org/linus/e7a614cc8847f469370ea29604be966ee16f07e9|commit]] * KVM * Add EL2 support to FEAT_S1PIE/S1POE [[https://git.kernel.org/linus/b4824120303f18dfa2b4b6bf303240172117925b|commit]], [[https://git.kernel.org/linus/70ed7238297fb53111e0647e2ec7990ddcbbbb45|commit]], [[https://git.kernel.org/linus/8a9b304d7e2276a0ebb60a23cdcf7d348052752f|commit]], [[https://git.kernel.org/linus/b3ad940a088761fd183dccd65c6ee20b360e8c4b|commit]], [[https://git.kernel.org/linus/0fcb4eea5345531118ca6f46391e88b12fbc35e4|commit]], [[https://git.kernel.org/linus/1c6801d565eca7654732812b0c45ed898e64f238|commit]], [[https://git.kernel.org/linus/4967b87a9ff7cb19bd85dd985616e08d0f08b07b|commit]], [[https://git.kernel.org/linus/164b5e20cdf6038f1b38867d2f6252ec6f10c356|commit]], [[https://git.kernel.org/linus/b17d8aa2012617c51c5478f1be69044adb602d53|commit]], [[https://git.kernel.org/linus/846c993df98278ce18b80183d78b5c1ca8b14f5c|commit]], [[https://git.kernel.org/linus/9ae424d2a1ae144c83ffd7c9e2f408ae5acfb634|commit]], [[https://git.kernel.org/linus/d41571c7097a21a5e188b401a3976b563be3fbe4|commit]], [[https://git.kernel.org/linus/14ca930d828b6bd0538a0c7e101b52319ae7ad35|commit]], [[https://git.kernel.org/linus/7cd5c2796cb039aaa43d3f16d875bb7d60b2c1b0|commit]], [[https://git.kernel.org/linus/5055938452ede673baf13bda4fe84d8fac2bee76|commit]], [[https://git.kernel.org/linus/26e89dccdf6328b608baa35d84cc36d915769f50|commit]], [[https://git.kernel.org/linus/364c081029a68b47e0ecb475a0cf337a89c9f960|commit]], [[https://git.kernel.org/linus/ad4f6ef0fa19d0418e4087fd6783679c3fdfa888|commit]], [[https://git.kernel.org/linus/5f8d5a15ef5a6ebf2c568101c20d4880a970a874|commit]], [[https://git.kernel.org/linus/997eeecafebaef668b76264800c185544a432839|commit]], [[https://git.kernel.org/linus/4ecda4c67961234e634295334fe69aea574c8e61|commit]], [[https://git.kernel.org/linus/dfeb91686992f5a973d09b66ddedf458de1acf08|commit]], [[https://git.kernel.org/linus/a5c870d0939b7a878edacb70831b8b32cbfed593|commit]], [[https://git.kernel.org/linus/ee3a9a0643c58f61d2227ba819e13dbb552aff11|commit]], [[https://git.kernel.org/linus/5970e9903f03560ce9829297e302463acdc26bc0|commit]], [[https://git.kernel.org/linus/de5c2827fb44ae3074638e373bcea64ac9107689|commit]], [[https://git.kernel.org/linus/5e21b297872237a96a23b637e670548987a09bb9|commit]], [[https://git.kernel.org/linus/b9527b38c66730061c245e353dab42ef7dda33c6|commit]], [[https://git.kernel.org/linus/5792349d0cce03fa37243a3bbcca78d2338d1f53|commit]], [[https://git.kernel.org/linus/69c19e047dfee63f3e5b06b4ad288bbad32fe8f0|commit]], [[https://git.kernel.org/linus/f7575530df436c39d07e79d6eef721c6e7b35bb4|commit]], [[https://git.kernel.org/linus/874ae1d48e607d41ae08fa72a9ed76cb62651085|commit]], [[https://git.kernel.org/linus/b9ed7e5dfbe9b77639fd4ff042bef94fb232b94d|commit]], [[https://git.kernel.org/linus/a68cddbe47efdac10855e5f154cbd6c87b792ba2|commit]], [[https://git.kernel.org/linus/e39ce7033c70df5e402b47dd248137878df6c771|commit]], [[https://git.kernel.org/linus/23e7a34c8397d1ecff430b3500ad5c8bdea10a5c|commit]], [[https://git.kernel.org/linus/a0162020095e2a34a59fc64c07183cc039e759f6|commit]] * Add PSCI v1.3 SYSTEM_OFF2 support for hibernation [[https://git.kernel.org/linus/3e251afaec9a671716c9cc4c184f4e4a09915ec4|commit]], [[https://git.kernel.org/linus/97413cea1c48cc05d33db442d1c41d71c56c730e|commit]], [[https://git.kernel.org/linus/8be82d536a9f8d9974cf746d235c1f1c24dd31ed|commit]], [[https://git.kernel.org/linus/2f2d46959808e9b039ecb241ff13d50be2d6e231|commit]], [[https://git.kernel.org/linus/94f985c39a1e3c7df8c1db79749074f0e5ac1e10|commit]], [[https://git.kernel.org/linus/72be5aa6be4af29fa2d77737e634b9a4c0e02d69|commit]] * nv: Support for EL2 PMU controls [[https://git.kernel.org/linus/9a1c58cfefb06974a804174f127de3fedc779394|commit]], [[https://git.kernel.org/linus/fe827f9166622dbe384605b78092c285d5e92b76|commit]], [[https://git.kernel.org/linus/8a34979030f6bcb713476ae485a58f5d8e96ebea|commit]], [[https://git.kernel.org/linus/18aeeeb57b93f5038ad9b1bac2102640e786b1d1|commit]], [[https://git.kernel.org/linus/a4063b5aa0bd7abc31c8044d897cff606cc8b74b|commit]], [[https://git.kernel.org/linus/93d7356e4b3044f5165f35a8beb6ef05b1a40b7a|commit]], [[https://git.kernel.org/linus/166b77a2f42341c22fe6cda504a1afa3f672f920|commit]], [[https://git.kernel.org/linus/16535d55e91f4d55134370e78e2b7f217e2ebc19|commit]], [[https://git.kernel.org/linus/a3034dab74fc12d6c0a589e31af9fafc436a4a0e|commit]], [[https://git.kernel.org/linus/9d15f8290a228ccd74a6ca8c082df350009e9e06|commit]], [[https://git.kernel.org/linus/641630313e9c68b2a889b1aad684f29b9c3e4017|commit]], [[https://git.kernel.org/linus/336afe0c832d6eb985d0e9dbc5a70929594e58d9|commit]], [[https://git.kernel.org/linus/a0162020095e2a34a59fc64c07183cc039e759f6|commit]], [[https://git.kernel.org/linus/d97e66fbcba796bb986e2097c352afae896b7942|commit]], [[https://git.kernel.org/linus/eb609638da5578c59fd28baf9825f1dd19b61d7a|commit]], [[https://git.kernel.org/linus/3ecb1fe3842c8783d8cd94a192aec4225f72b652|commit]], [[https://git.kernel.org/linus/ae323e035801def145776dddf46c01ca1b90d21d|commit]], [[https://git.kernel.org/linus/4ee5d5ff4b4dd0e08d0424aeec62f25d1d66bb04|commit]] * Hide unsupported MPAM from the guest [[https://git.kernel.org/linus/6685f5d572c22e1003e7c0d089afe1c64340ab1f|commit]], [[https://git.kernel.org/linus/75cd027cbcb161e277209e20df14f0818c62d9e7|commit]], [[https://git.kernel.org/linus/23b33d1e168cfcc96666f025beb3bccfcb58403a|commit]], [[https://git.kernel.org/linus/09e6b306f3bad803a9743e40da6a644d66d19928|commit]], [[https://git.kernel.org/linus/83732ce6a056c4bb242d64fd25e1fc78f35e6a74|commit]], [[https://git.kernel.org/linus/7da540e29dea6016ed55d16450d3133c70761d21|commit]], [[https://git.kernel.org/linus/31ff96c38ea393d9707f1d95b4bf8d372cf32177|commit]] * Provide support for GCS in userspace. The Guarded Control Stack (GCS) feature provides support for hardware protected stacks of return addresses, intended to provide hardening against return oriented programming (ROP) attacks and to make it easier to gather call stacks for applications such as profiling [[https://git.kernel.org/linus/16f47bb9ac8afe09e7ca14cc53748f779b2a12e0|commit]], [[https://git.kernel.org/linus/a94452112ce4020af073af368d7c25a07bfabf37|commit]], [[https://git.kernel.org/linus/3d37d4307e0fc958c4461bb6973ce5573d1570c2|commit]], [[https://git.kernel.org/linus/6497b66ba6945f142902c7e8fce86e47016ead1c|commit]], [[https://git.kernel.org/linus/8f3e750673b21ff0613af8b02028200199f3144c|commit]], [[https://git.kernel.org/linus/794b64ca5665323f36e5fc92dfca02a3797b6523|commit]], [[https://git.kernel.org/linus/8ce71d270536dd7a48698a2b18ddf13f2d5007fb|commit]], [[https://git.kernel.org/linus/830ae8a39685e330b70437529912c17337380ae4|commit]], [[https://git.kernel.org/linus/5d8b172e7005c6b42c16a0952c1d8873051d68ae|commit]], [[https://git.kernel.org/linus/42155a8eb0f63f634a98ad17a85e9f2826bcff11|commit]], [[https://git.kernel.org/linus/d0aa2b4351862cc2ce8d97e00c96bffc02ea16af|commit]], [[https://git.kernel.org/linus/bcc9d04e749a8cbdbe1b26285f0f69e315c70821|commit]], [[https://git.kernel.org/linus/ce0641d48ddd240053138ce55c3423f833a4237b|commit]], [[https://git.kernel.org/linus/a505a52b4e292f5e031a01eb3d4e203eb18acb7d|commit]], [[https://git.kernel.org/linus/092055f1508cce6f60d4927fe8a048d76bbad73e|commit]], [[https://git.kernel.org/linus/b2d2f11ff5d69cd4b3585ddab4bec9f69503f680|commit]], [[https://git.kernel.org/linus/bb9ae1a66c85eeb626864efd812c62026e126ec0|commit]], [[https://git.kernel.org/linus/fc84bc5378a8c852308fa022957b8976adb5aa6a|commit]], [[https://git.kernel.org/linus/05e6cfff58c481bfe0ada24ebe1c205e2817dacd|commit]], [[https://git.kernel.org/linus/6487c963083c24ede289d4267ffa60a9db668cd4|commit]], [[https://git.kernel.org/linus/ae80e1629aeaf5be726a9ea94eb7345b1a44b00d|commit]], [[https://git.kernel.org/linus/b57180c75c7ebff6613886cb69ef6e283a10358b|commit]], [[https://git.kernel.org/linus/f645e888b1a6760532d8d89714cb698dd52d89bd|commit]], [[https://git.kernel.org/linus/3630e82ab6bd2642f0fc03b574783ccf2fb0c955|commit]], [[https://git.kernel.org/linus/91e102e79740ae43ded050ccac71aa3371db4f33|commit]], [[https://git.kernel.org/linus/506496bcbb4204c9ff5cfe82b1b90e1f14366992|commit]], [[https://git.kernel.org/linus/0d426f7dd9a0d88aa39c1dd54a6bf10f0466c6b9|commit]], [[https://git.kernel.org/linus/956573ac189066a32326245ebf5abf35b64a490f|commit]], [[https://git.kernel.org/linus/cfad706e8f6ded5cec69f820bceeca9e64394592|commit]], [[https://git.kernel.org/linus/7058bf87cd597e0433c2e8207139f922b9df3ef8|commit]], [[https://git.kernel.org/linus/9ab515b18f8463fbb340fece47cd461809e42a9d|commit]], [[https://git.kernel.org/linus/ff5181d8a2a82c982276a7e035896185c390e856|commit]], [[https://git.kernel.org/linus/7a2f671db61f32de0671eeb163a7764e5a258114|commit]], [[https://git.kernel.org/linus/7ec3b57cb29f8371bf12a725b6e8f75831a03f27|commit]], [[https://git.kernel.org/linus/eaf62ce1563b8557e3550acb97d5086120168750|commit]], [[https://git.kernel.org/linus/58d69a3e35825698b5daddc1a074e9ea19cb0c51|commit]], [[https://git.kernel.org/linus/eefc98711f84abd7ffb074af0cdbc5f8a8464272|commit]], [[https://git.kernel.org/linus/dad947cc22cff28348d04e21fa4d6c882385fd7d|commit]] * hugetlb: add mte support [[https://git.kernel.org/linus/27879e8cb6b0fdb5cdcd76685f290729309711c6|commit]], [[https://git.kernel.org/linus/8c8a3b5bd960cd88f7655b5251dc28741e11f139|commit]], [[https://git.kernel.org/linus/25c17c4b55def92a01e3eecc9c775a6ee25ca20f|commit]] * Support Armv8.9/v9.4 FEAT_HAFT [[https://git.kernel.org/linus/b349a5a2b6e236b25095c6ff886b3451de5ea041|commit]], [[https://git.kernel.org/linus/62df5870ebf7cec96a51c9b9008daf167e22db14|commit]], [[https://git.kernel.org/linus/efe72541355d4d40a4f076af453f6533e98e058c|commit]], [[https://git.kernel.org/linus/926b66e2ebc8c055b9fea3fb3e5f5b67c80e8e7a|commit]], [[https://git.kernel.org/linus/aa47dcda2708e571695dae2e3f9537d9a8eb804c|commit]] * Speed up CRC-32 using PMULL instructions [[https://git.kernel.org/linus/a6478d69cf56d5deb4c28a6486376d9c7895abec|commit]], [[https://git.kernel.org/linus/b98b23e19492f4009070761c53b755f623f60e49|commit]], [[https://git.kernel.org/linus/fc7454107d1b7c27bb98d3b109e5f44a8a46d7f8|commit]] * Add command-line override for ID_AA64MMFR0_EL1.ECV [[https://git.kernel.org/linus/358dd4a9bdac63a0a8fb13773bfce6f599e25433|commit]] * Support for running Linux in a protected VM under the Arm Confidential Compute Architecture (CCA) [[https://git.kernel.org/linus/491db21d8256992ab9fe11c42744eb3044315d14|commit]], [[https://git.kernel.org/linus/fbf979a01375704fa87c559763209c658593b6f8|commit]], [[https://git.kernel.org/linus/c077711f718be7cebcc8b987eac2ebfd17447e9f|commit]], [[https://git.kernel.org/linus/972d755f01954bd0e36d8696f0d7dc6466072c21|commit]], [[https://git.kernel.org/linus/399306954996be58ac20b4b29f6334e3d55a2ce7|commit]], [[https://git.kernel.org/linus/7999edc484ca376f803562edb2d43ec921642c2a|commit]], [[https://git.kernel.org/linus/b880a80011f56880f32bde47fc6af313359f926b|commit]], [[https://git.kernel.org/linus/0e9cb5995b2539a332fe65ada6a28a6be55f6e40|commit]], [[https://git.kernel.org/linus/3c6c706139564f74ec48229378873c1d930a8bc8|commit]], [[https://git.kernel.org/linus/371589437616fbb03590d8ff505f8a4c95c8a031|commit]], [[https://git.kernel.org/linus/42be24a4178fe51e6f47d91d8621b2f53820f88b|commit]] * Add infrastructure for use of AT_HWCAP3 [[https://git.kernel.org/linus/ddadbcdaaed5c3c44cc6c36093f6bf02d942d71d|commit]], [[https://git.kernel.org/linus/4e6e8c2b757f382684abc4765202cd25c221dea1|commit]] * Improve ARM/arm64 CRC-T10DIF code [[https://git.kernel.org/linus/e7c1d1c9b2023decb855ec4c921a7d78abbf64eb|commit]], [[https://git.kernel.org/linus/67dfb1b73f423622a0096ea43fb1f5b7336f49e0|commit]], [[https://git.kernel.org/linus/779cee8209c67aae195a81c3a72bac9e127fdaee|commit]], [[https://git.kernel.org/linus/7048c21e6b50e4dec0de1ed48b12db50b94b3f57|commit]], [[https://git.kernel.org/linus/802d8d110ce2b3ae979221551f4cb168e2f5e464|commit]], [[https://git.kernel.org/linus/fcf27785ae51b259ea2a9b340f10f9d393954887|commit]] * Enable UFS on QCS615 [[https://git.kernel.org/linus/3e5bf28d2c3981f949e848eec8a60e0b9b61189d|commit]], [[https://git.kernel.org/linus/b010fdb4ea58fb1a0c59c550ef5692745b1e4dc2|commit]], [[https://git.kernel.org/linus/6a612c86c8a5805c85fde359aa9c8aac6d5cba7a|commit]] * perf arm-spe: Refactor data source encoding [[https://git.kernel.org/linus/041c0e5715a65a1b653283b853b4ca973780607a|commit]], [[https://git.kernel.org/linus/ea2ead4224fd3899f6dadd4c1fc526f32ec2246c|commit]], [[https://git.kernel.org/linus/50b8f1d5bf4ad7f09ef8012ccf5f94f741df827b|commit]], [[https://git.kernel.org/linus/56ae663e7636f2ce180201f0f18d7736c319a43f|commit]], [[https://git.kernel.org/linus/fb98fa3bf86893e53fac7bc951f503caf4a6eb23|commit]], [[https://git.kernel.org/linus/6bcf54c89b3d8406433839f0e3b72c08b4a1caf3|commit]], [[https://git.kernel.org/linus/ba5e7169e5483a61899497e23fa18f7ef33aa827|commit]] * perf: imx_perf: add support for i.MX91 platform [[https://git.kernel.org/linus/e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c|commit]], [[https://git.kernel.org/linus/44798fe136dc5adc9733a5c3d1fddafd6ec942ff|commit]], [[https://git.kernel.org/linus/0263a1e4f5ddbdac5ad84e84e5ac75dcb20121a1|commit]] * Add NTP8918 and NTP8835 codecs support [[https://git.kernel.org/linus/436bf27903ee56a242bcd373053dd8d1b5d17915|commit]], [[https://git.kernel.org/linus/dc9004ea273a9141c16b90a687da70b77f5a640a|commit]], [[https://git.kernel.org/linus/ba1850dc0f2b5638a4a6aa16905c1856dc17587b|commit]], [[https://git.kernel.org/linus/64fbb6bdd45b8953fcad5c4ec648f74c96aec5f3|commit]], [[https://git.kernel.org/linus/5d9e6d6fc1b98c8c22d110ee931b3b233d43cd13|commit]], [[https://git.kernel.org/linus/3e2aba5f0b0cafad44c2f635dc19d7bf3f54b978|commit]], [[https://git.kernel.org/linus/2bd61fff3e93b93a20f618028433bcbe8329a6db|commit]] * Support for I/O width within ARM SCMI SHMEM [[https://git.kernel.org/linus/2cd7f3db25feeb7c204e36df9f1bb13bea3a3a20|commit]], [[https://git.kernel.org/linus/14b2157a9c14481c3b967d8d1a95972bf885fb88|commit]] * ti_sci: Introduce system suspend support [[https://git.kernel.org/linus/4dc4af9ce32681fbd16aa0e757ccba341cc9d4ca|commit]], [[https://git.kernel.org/linus/a7a15754c7f70a833ffeb9ad996b358924f10305|commit]], [[https://git.kernel.org/linus/60357991f6b9d4bd4dc442a368da3f468cfa4903|commit]], [[https://git.kernel.org/linus/ec24643bdd625971933451f22b8e33d364920f6e|commit]], [[https://git.kernel.org/linus/055b6cfb62f5a1ea811aa21b96f2e611329b12b8|commit]], [[https://git.kernel.org/linus/3e360703d0bff3bb5643b2a0bf9a670931ba8b71|commit]] * pinctrl-zynqmp: Add Versal platform support [[https://git.kernel.org/linus/4c9e8da4e7a6ea6e2ba6626536d241a29fd7c871|commit]], [[https://git.kernel.org/linus/86b9ce0a8a6cf9397503920cd5412d207a93fae9|commit]], [[https://git.kernel.org/linus/067d9fd7eed2bde170cba8ed12f49fb68c4e78ae|commit]] * firmware: xilinx: add support for new SMC call format [[https://git.kernel.org/linus/92fb71333d5737d0296fb968a653dfda4b225175|commit]] * perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access control [[https://git.kernel.org/linus/0bbff9ed81654d5f06bfca484681756ee407f924|commit]] * perf/cxlpmu: Support missing events in 3.1 spec [[https://git.kernel.org/linus/48545b3eff6b061ed616d3ed67ca215abfb1000d|commit]] * perf/dwc_pcie: Enable !DesignWare PCIe PMU on Ampere SoCs [[https://git.kernel.org/linus/94b3ad10c2e1d0e761756a844b78a21101dd1810|commit]], [[https://git.kernel.org/linus/83d511c3ca0cb70a55d8b0ae3e753448fb00272b|commit]] * perf/marvell: Marvell PEM performance monitor support [[https://git.kernel.org/linus/e1dce56443a4a18978fe39ee4af663e5b6b31422|commit]] * pmdomain: mediatek: Add support for MT6735 [[https://git.kernel.org/linus/c2114a0d17631497df99388905353c11f4d5f0dd|commit]] * Add rpmhpd powerdomains support for QCS615/QCS8300 [[https://git.kernel.org/linus/ba84ca67acd5b9eb428a88065c288e10eab84413|commit]], [[https://git.kernel.org/linus/6c8ea090aede45fa904d9e5e84ad012550e70b87|commit]], [[https://git.kernel.org/linus/aaccaf7aa102c837053e095405e37d411b947349|commit]], [[https://git.kernel.org/linus/4138d1aeaf37a15d5d23896f552f02b55691d40a|commit]] * perf arm-spe: Introduce metadata version 2 [[https://git.kernel.org/linus/e52abceb4b6c2723c7e49388e67a32ffb47bd90c|commit]], [[https://git.kernel.org/linus/7842a4b6ff698768ccdb13324c3902a069b5d5dd|commit]], [[https://git.kernel.org/linus/703f344d0c4a3a006d3e1466d38ee6d8791acd87|commit]], [[https://git.kernel.org/linus/59715b1908b051fa3e4c0efb8a3724786d98bc48|commit]], [[https://git.kernel.org/linus/0ca2c45404eed3b6bb80d3169bf672b09cf3a70d|commit]] * X86 * intel_idle: add Granite Rapids Xeon D support [[https://git.kernel.org/linus/f557e0d1c2e6eb6af6d4468ed2c0ee91829370e2|commit]] * platform * platform/chrome: Introduce DT hardware prober [[https://git.kernel.org/linus/3fc361af8ab0a96619ba0146a5f694f59ae3f4c2|commit]], [[https://git.kernel.org/linus/aac9e2afa807e862073e9536099a3184b0e936d2|commit]], [[https://git.kernel.org/linus/1fcc67e3a354865775355eafec1fb061a755c971|commit]], [[https://git.kernel.org/linus/157ce8f381efe264933e9366db828d845bade3a1|commit]], [[https://git.kernel.org/linus/81de291d86b704de1809cfb06672902d003cf3a3|commit]], [[https://git.kernel.org/linus/39b415f84654892003cebb7c026b7daa3380610b|commit]], [[https://git.kernel.org/linus/897261149d255d03fc90bec6782e3835cacbfdde|commit]] * alienware-wmi: Better thermal mode probing + support for 9 models [[https://git.kernel.org/linus/6674c5a0eeb55143cd10514d0083624e056e7d13|commit]], [[https://git.kernel.org/linus/01bd181d21cf65e43f30948f9216571218732a12|commit]], [[https://git.kernel.org/linus/1c1eb70e7d235f5feb7b68861637a5fd0b52a9fd|commit]], [[https://git.kernel.org/linus/2b8dc45b8ca31e3a0ed1d71cfc042b9b7af85dfb|commit]] * Dell AWCC platform_profile support [[https://git.kernel.org/linus/f164dd0bf4c674bd3ae8cfc119f3cb03f09f9aef|commit]], [[https://git.kernel.org/linus/18eec62ee0659cfef223f9281acab27bd85dbee5|commit]], [[https://git.kernel.org/linus/9f6c43041552c2bd39a21d750d92efae0946479e|commit]], [[https://git.kernel.org/linus/479bb5ff60258653ce54abfb1a24c79aedf99ad6|commit]], [[https://git.kernel.org/linus/7757f9d5d5554ceefd8b3f75b0a113fee84a4c10|commit]] * Microsoft Surface Pro 9 5G support [[https://git.kernel.org/linus/f6231a2eefd430b8b8798911f023891ea51d1d09|commit]], [[https://git.kernel.org/linus/1e70551123d014b3a1c4b85da54d247243750e7c|commit]], [[https://git.kernel.org/linus/c54eeb8feff57b2b5d1e42142fb51bd9033d55e4|commit]], [[https://git.kernel.org/linus/99b2186b2c82c39b083de65c4c9598bcc0fc288c|commit]], [[https://git.kernel.org/linus/e221af165910b8967f7c2788c34826f332f2cc7e|commit]] * think-lmi: Add WMI interface support on Lenovo platforms [[https://git.kernel.org/linus/5dcb5ef125907d09806509a9db8c6705041e0026|commit]], [[https://git.kernel.org/linus/7c0bbf1ae6502dfcd0df5d50013e55a71021c819|commit]], [[https://git.kernel.org/linus/c7842e69e4508bef0920030340093f128722964e|commit]], [[https://git.kernel.org/linus/b39e8ece931a4b4f64cdf9e75fffd6e82828e471|commit]] * x86-android-tablets: Add support for Vexia EDU ATLA 10 tablet [[https://git.kernel.org/linus/06f876def3469b44737df6c2efe6dd811838c9e7|commit]], [[https://git.kernel.org/linus/5b78e809f94840fa45173cd3e34bbe815c6865b4|commit]], [[https://git.kernel.org/linus/01fbfcb3acbb2e4fd34bf36a87c75299a85a0cf9|commit]] * Add Bus Lock Detect support for AMD [[https://git.kernel.org/linus/54950bfe2b69cdc06ef753872b5225e54eb73506|commit]], [[https://git.kernel.org/linus/8fd310a1cc3aadb7a17d844beeefae66b1a169c6|commit]], [[https://git.kernel.org/linus/350afa8a1101f62ce31bc4ed6f69cf4b90ec4fa2|commit]] * Add support of AMD 3D V-Cache optimizer driver [[https://git.kernel.org/linus/7809cea94f4094918df062bd84b327dc4119d304|commit]], [[https://git.kernel.org/linus/5a67c0d1c8bdcdba5dff49cfbf0d4c453b827a9d|commit]] * perf vendor events amd: Add more Zen 5 events and metrics [[https://git.kernel.org/linus/46610ba41ef10b9570c5f5b12bde2f2eabb25bb5|commit]], [[https://git.kernel.org/linus/17aedce6e0ff80d5e210b7a773738877336f1ca5|commit]], [[https://git.kernel.org/linus/f101a8e345c22a588132fda52055a16ec54e7621|commit]] * perf: Add Arrow Lake U support [[https://git.kernel.org/linus/4e54ed496343702837ddca5f5af720161c6a5407|commit]] * KVM * Optimize TDP MMU huge page recovery during disable-dirty-log [[https://git.kernel.org/linus/06c4cd957b5cfc8ce995474d3dc935cf89bcf454|commit]], [[https://git.kernel.org/linus/35ef80eb29ab5f7b7c7264c7f21a64b3aa046921|commit]], [[https://git.kernel.org/linus/dd2e7dbc4ae2497cd6eea2d7003fe60039ebae50|commit]], [[https://git.kernel.org/linus/8ccd51cb5911df764f36cc7083bbc22bdd8a7aae|commit]], [[https://git.kernel.org/linus/430e264b76538d371ff4e2d0d20801fa11b10198|commit]], [[https://git.kernel.org/linus/13e2e4f62a4bb1288688e7218818f6f655600028|commit]] * Rework marking folios dirty/accessed [[https://git.kernel.org/linus/b7ed46b201a41a2f63bc104a66f33c65e1b44fbf|commit]], [[https://git.kernel.org/linus/5f6a3badbb74231aaf2dc9996d689c538101ffb6|commit]], [[https://git.kernel.org/linus/aa85986e7150704b106f0f87aed631f67547450d|commit]], [[https://git.kernel.org/linus/2867eb782cf7f64c2ac427596133b6f9c3f64b7a|commit]] * Advertise CPUIDs for new instructions in Clearwater Forest [[https://git.kernel.org/linus/a0423af92cb31e6fc4f53ef9b6e19fdf08ad4395|commit]] * Expose MSR_PLATFORM_INFO as a feature MSR [[https://git.kernel.org/linus/b467ab82a9fde4b46c0cd2c299220857afb0e0d4|commit]] * Add a quirk for feature MSR initialization [[https://git.kernel.org/linus/a5d563890b8f0352c8f915c6acc75b5cd3b28d98|commit]], [[https://git.kernel.org/linus/1ded7a57b8050ea92c0ab0253b11a917ae1427ff|commit]], [[https://git.kernel.org/linus/bc2ca3680b30869ee9a764ab72c143070f1afec8|commit]], [[https://git.kernel.org/linus/dcb988cdac85bad177de86fbf409524eda4f9467|commit]], [[https://git.kernel.org/linus/2142ac663a6a72ac868d0768681b1355e3a703eb|commit]], [[https://git.kernel.org/linus/b799e3e7da2c8b2ae03c977307b2f082fac6140e|commit]], [[https://git.kernel.org/linus/a1039111192b3b8c76c3b1a334b62376df3c2885|commit]], [[https://git.kernel.org/linus/d75cac366f44174ab09b4d2ef16e70e6e30484e6|commit]], [[https://git.kernel.org/linus/0581dfbad9542061406c40eccab9037e59ea62c8|commit]] * Distinguish between variants of IBPB [[https://git.kernel.org/linus/de572491a97567c6aeb25ab620d2f9e6635bd50e|commit]], [[https://git.kernel.org/linus/71dd5d5300d228fbfd816a620250a62bfacdd902|commit]], [[https://git.kernel.org/linus/ff898623af2ed564300752bba83a680a1e4fec8d|commit]] * module: use large ROX pages for text allocations [[https://git.kernel.org/linus/9bfc4824fd4836c16bb44f922bfaffba5da3e4f3|commit]], [[https://git.kernel.org/linus/2e45474ab14f0f17c1091c503a13ff2fe2a84486|commit]], [[https://git.kernel.org/linus/c82be0be957631b7eaa4b84ba458e1826484e60d|commit]], [[https://git.kernel.org/linus/0c3beacf681ec897e0b36685a9b49d01f5cb2dfb|commit]], [[https://git.kernel.org/linus/beeb9220c7307fbb61a2cd6575907db52bde722f|commit]], [[https://git.kernel.org/linus/5185e7f9f3bd754ab60680814afd714e2673ef88|commit]], [[https://git.kernel.org/linus/0c6378a71574daa6cd1534ad42a956e3262756c7|commit]], [[https://git.kernel.org/linus/0c133b1e78cd34dd9d18da707dc6f46170e9129e|commit]] * tdx: Adjust TD settings on boot [[https://git.kernel.org/linus/7ae15e2f69bad06527668b478dff7c099ad2e6ae|commit]], [[https://git.kernel.org/linus/f65aa0ad79fca4ace921da0701644f020129043d|commit]], [[https://git.kernel.org/linus/b064043d9565786b385f85e6436ca5716bbd5552|commit]], [[https://git.kernel.org/linus/5081e8fadb809253c911b349b01d87c5b4e3fec5|commit]] * PCI: Detect and trust built-in Thunderbolt chips [[https://git.kernel.org/linus/3b96b895127b7c0aed63d82c974b46340e8466c1|commit]] * AEGIS x86 assembly tuning [[https://git.kernel.org/linus/8da94b300f67240fbd8880d918200aa9046fc398|commit]], [[https://git.kernel.org/linus/933e8974312e348c017c07591bec56677bdfc3dc|commit]], [[https://git.kernel.org/linus/ebb445f5e7950a9e052a7df9e6f56c32539f2e55|commit]], [[https://git.kernel.org/linus/b8d2e7bac3f768e5ab0b52a4a6dd65aa130113be|commit]], [[https://git.kernel.org/linus/7cc26d4a5fcbd32e0841f0c4c426e6841019c582|commit]], [[https://git.kernel.org/linus/3b2f2d22fb424e9bebda4dbf6676cbfc7f9f62cd|commit]], [[https://git.kernel.org/linus/a0927a03e7be83d7f2b63ce8ee4579b42f87924b|commit]], [[https://git.kernel.org/linus/af2aff7caf8afb7abbe219a838d61b4c17d88a47|commit]], [[https://git.kernel.org/linus/595bca25a632a83544d5509e4c92ed3de0a2db51|commit]], [[https://git.kernel.org/linus/a09be0354b9b17cee3306d8d7e84497d59fcf1cb|commit]] * virt: Provide "nosnp" boot option for sev kernel command line [[https://git.kernel.org/linus/2db67aaca578ec4998b78dc85e2af214bc2e2770|commit]] * MCE wrapper and support for new SMCA syndrome MSRs [[https://git.kernel.org/linus/612c2addff367ee461dc99ffca2bc786f105d2ec|commit]], [[https://git.kernel.org/linus/d4fca1358ea9096f2f6ed942e2cb3a820073dfc1|commit]], [[https://git.kernel.org/linus/e52750fb1458ae9ea5860a08ed7a149185bc5b97|commit]], [[https://git.kernel.org/linus/750fd23926f1507cc826b5a4fdd4bfc7283e7723|commit]] * x86 Heterogeneous design identification [[https://git.kernel.org/linus/3eef25ab0d89cb1e55699a4d242c5afe17dbbd07|commit]], [[https://git.kernel.org/linus/45239ba39a5279e9efc671774e2eef29df4d2484|commit]], [[https://git.kernel.org/linus/104edc6efca628389295392ceb87623fe10c41f6|commit]] * Add support for AMD hardware feedback interface [[https://git.kernel.org/linus/eb2ba62ee547b5ae7ca0339c75cd697f96060ca2|commit]], [[https://git.kernel.org/linus/0c487010cb4f79e451ac9e7cc47494cb21ac3566|commit]] * Enable PMU for !ArrowLake-H [[https://git.kernel.org/linus/d3fe6f0a4372702e2cdabf19e03b815811671c7a|commit]], [[https://git.kernel.org/linus/9f4a39757c81d532f64232702537c53ad4092a5e|commit]], [[https://git.kernel.org/linus/2eb2802a41a222bf8d78a88f193ce665071c869e|commit]], [[https://git.kernel.org/linus/79390db9eb32b2ba63c6be9fb83f12617259011d|commit]] * POWERPC * Core ftrace rework, support for ftrace direct and bpf trampolines [[https://git.kernel.org/linus/cf9bc0efcce2c324314cf7f5138c08f85ef7b5eb|commit]], [[https://git.kernel.org/linus/a52f6043a2238d656ddd23ce0499cf4f12645faa|commit]], [[https://git.kernel.org/linus/d243b62b7bd3d5314382d3b54e4992226245e936|commit]], [[https://git.kernel.org/linus/8b0dc1305ea0bbb015b560193cdd76fd4100f062|commit]], [[https://git.kernel.org/linus/1d59bd2fc07f0b2e643b2a07405cf0717b93984f|commit]], [[https://git.kernel.org/linus/be87d713eaddf0421ccd61cc060c4c29bc36fc9b|commit]], [[https://git.kernel.org/linus/1198c9c689cfdaa2d08eb508c13ff116043f07b7|commit]], [[https://git.kernel.org/linus/71db948b9d2744e92124720f682ed2c26f0de75b|commit]], [[https://git.kernel.org/linus/eec37961a56aa4f3fe1c33ffd48eec7d1bb0c009|commit]], [[https://git.kernel.org/linus/e717754f0bb5c5347aac82232691340955735ce1|commit]], [[https://git.kernel.org/linus/161d62c2b067c4071cb515efe16475171e1c051e|commit]], [[https://git.kernel.org/linus/782f46cbce5328da9380f166bd31cd17a04a7b10|commit]], [[https://git.kernel.org/linus/0b9846529e29ba988ce88b98df633de79675fcb3|commit]], [[https://git.kernel.org/linus/ed6144656bb1ea29ad83671b48a21c89e7873b8a|commit]], [[https://git.kernel.org/linus/c12cfe9dee077763708e0a5cf3aca02a85b1e8ba|commit]], [[https://git.kernel.org/linus/654b3fa61b817a46037197b73a7ac6d36d01df7e|commit]], [[https://git.kernel.org/linus/9670f6d2097c4f97e15c67920dfddc664d7ee91c|commit]] * perf: Add per-task/process monitoring to vpa_pmu driver [[https://git.kernel.org/linus/f26f9933e3e31b2117b804b6b8932388db88a131|commit]], [[https://git.kernel.org/linus/5f0b48c6a168994cc09d02888c2d939eba2af193|commit]], [[https://git.kernel.org/linus/4ae0b32ecee730a41f65eb122bbb40fda7dca34a|commit]], [[https://git.kernel.org/linus/176cda0619b6c17a553625f6e2fcbc3981ad667d|commit]] * Remove maple platform [[https://git.kernel.org/linus/62f8f307c80e99ab18d38aa1a5bbbc18128ee5f8|commit]] * Add support for compat events in json [[https://git.kernel.org/linus/54f9aa109245717df95d8dd2a1f42a3f42abdd3b|commit]], [[https://git.kernel.org/linus/86f45d0f17d2f4d4857a8553673add9c71fb45aa|commit]] * LOONGARCH * Add PREEMPT_RT support [[https://git.kernel.org/linus/026659b9774e4c586baeb457557fcfc4e0ad144b|commit]], [[https://git.kernel.org/linus/d2d6422f8bd17c6bb205133e290625a564194496|commit]], [[https://git.kernel.org/linus/b60ca69715fcc39a5f4bdd56ca2ea691b7358455|commit]], [[https://git.kernel.org/linus/88fd2b70120d52c1010257d36776876941375490|commit]], [[https://git.kernel.org/linus/af4b67da652214f06fde48cca7bb438fa829741f|commit]] * Allow to enable PREEMPT_LAZY [[https://git.kernel.org/linus/704f06eeff65f898364981e6803e587cd941a3ed|commit]] * Added Interrupt controller emulation for loongarch kvm [[https://git.kernel.org/linus/3956a52bc05bd811082a3c9d2b423ee957e6fefc|commit]], [[https://git.kernel.org/linus/1ad7efa552fd5cf4e8c49fea863c5c6a5dcf9f00|commit]], [[https://git.kernel.org/linus/c532de5a67a70f8533d495f8f2aaa9a0491c3ad0|commit]], [[https://git.kernel.org/linus/174178fed338edba66ab9580af0c5d9e1a4e5019|commit]], [[https://git.kernel.org/linus/daee2f9cae5510ba1bd9eed6b0cf0ca8dc276118|commit]], [[https://git.kernel.org/linus/d206d951487326b535007639d58e2a98d18e3dee|commit]], [[https://git.kernel.org/linus/948ccbd95016f50ce01df5eef9440eede3b8c713|commit]], [[https://git.kernel.org/linus/e785dfacf7e7fe94370fa0e8e3ff1bc8fe179831|commit]], [[https://git.kernel.org/linus/2e8b9df82631e714cc2b7bf302772c8259673180|commit]], [[https://git.kernel.org/linus/8e3054261bc373f50122b2bc2d726d66a344bf29|commit]], [[https://git.kernel.org/linus/f5f31efa3c2d51c03afab5ab6e3f004d2d529013|commit]] * RISCV * Linux RISC-V IOMMU Support [[https://git.kernel.org/linus/856c0cfe5c5f6a2cc8d995872eb67bff9c68c57c|commit]], [[https://git.kernel.org/linus/488ffbf181718b9ad8c1838cb249d60973e78eda|commit]], [[https://git.kernel.org/linus/5c0ebbd3c6c6e00af112fe053e81ac0c7cafe647|commit]], [[https://git.kernel.org/linus/68682e9578fb61662a389ddeceaeb984402ed3f4|commit]], [[https://git.kernel.org/linus/14d050cd459f510bb5d4211a531d622bb7dd00bc|commit]], [[https://git.kernel.org/linus/1bac10c557adb29891f938c0b5ff93f37e9ba8b1|commit]], [[https://git.kernel.org/linus/822e8bc68505820b1996c980e3c63f2b3c0e76e4|commit]] * Userspace pointer masking and tagged address ABI [[https://git.kernel.org/linus/075fde581896bde171d43a994df8617b9728eae7|commit]], [[https://git.kernel.org/linus/78844482a1c939a972681842f8ee2a8ddb202441|commit]], [[https://git.kernel.org/linus/7470b5afd150e683c7aef03961d0c4c6f500de3b|commit]], [[https://git.kernel.org/linus/2e6f6ea452aa9fa9f150520fdecf6bda31954db4|commit]], [[https://git.kernel.org/linus/29eedc7d1587f42f33ae209be45c89c424ee9c00|commit]], [[https://git.kernel.org/linus/036a1407b4d49790ca5b35436d02de62212bc790|commit]], [[https://git.kernel.org/linus/8727163a1ae304b5b4ac5952f593936ab9024d37|commit]], [[https://git.kernel.org/linus/3c2e0aff7b4f03fbc11b7d63c8db5b94a48978cf|commit]], [[https://git.kernel.org/linus/2e1743085887ba3f553c2bb472a75a3ff744b242|commit]], [[https://git.kernel.org/linus/09d6775f503b393d0457c7126aa43208e1724004|commit]], [[https://git.kernel.org/linus/1851e7836212c76bebb6944bb1541ddcccbea535|commit]] * Add Svade and Svadu Extensions Support [[https://git.kernel.org/linus/c74bfe4ffe8c1ca94e3d60ec7af06cf679e23583|commit]], [[https://git.kernel.org/linus/bd6ae2f6d61da0f90c6b66e9a4ab6c53ef8c159a|commit]], [[https://git.kernel.org/linus/97eccf7db4f2e5e59d16bca45f7803ae3aeff6e1|commit]], [[https://git.kernel.org/linus/b8d481671703c4ba24bb250a99225e0e3d8aedac|commit]], [[https://git.kernel.org/linus/94a7734d0967e89fac5be1fd5115f5194e4a4017|commit]] * riscv control-flow integrity for usermode [[https://git.kernel.org/linus/bcc9d04e749a8cbdbe1b26285f0f69e315c70821|commit]], [[https://git.kernel.org/linus/1b57747e978f920fb2affd1952ed913276019115|commit]], [[https://git.kernel.org/linus/368546ebe7e74cb6e18f17768533ab7077392a8c|commit]], [[https://git.kernel.org/linus/5fc7355f01376e69964bb21b685025b042c37acc|commit]], [[https://git.kernel.org/linus/91e102e79740ae43ded050ccac71aa3371db4f33|commit]] * Zacas/Zabha support and qspinlocks [[https://git.kernel.org/linus/64f7b77f0bd9271861ed9e410e9856b6b0b21c48|commit]], [[https://git.kernel.org/linus/45e15c1a375ea380d55880be2f8182cb737b60ed|commit]], [[https://git.kernel.org/linus/6116e22ef33a8239f3d53bb25377e9ed733c4176|commit]], [[https://git.kernel.org/linus/f7bd2be7663c7de1dde27dadd352b2c3f4e19106|commit]], [[https://git.kernel.org/linus/af042c457db07db4bc1baa5c22d089cab69cfc5b|commit]], [[https://git.kernel.org/linus/2d36fe89d872f1e655670280ce13a8dbe9d366a7|commit]], [[https://git.kernel.org/linus/447b2afbcde16be43c9459507f48f5c602c121c0|commit]], [[https://git.kernel.org/linus/38acdee32d23f789e866488c99867fd497d43c86|commit]], [[https://git.kernel.org/linus/22c33321e260c8b4c1877b2cc0c4e26a0c74c23f|commit]], [[https://git.kernel.org/linus/010e12aa4925b36700ebacb763a7e6cfd771d9a2|commit]], [[https://git.kernel.org/linus/97ddab7fbea8fceb044108b64ba2ee2c96ff8dab|commit]], [[https://git.kernel.org/linus/1658ef4314b37ff4858a6c207646ff9d280ca4f7|commit]], [[https://git.kernel.org/linus/51624ddcf59dd78c810fd7da768d688e193b42d6|commit]], [[https://git.kernel.org/linus/cbe82e140bb76e1aa9f808cc841654a25b70d4e5|commit]] * Add qspinlock support and atomic cleanup [[https://git.kernel.org/linus/45e15c1a375ea380d55880be2f8182cb737b60ed|commit]], [[https://git.kernel.org/linus/7f8030cea33001d08cdaf2ee5a24385b2c3f723e|commit]], [[https://git.kernel.org/linus/982d007a6eec4a0abb404d2355eeec2c041c61ea|commit]] * Add perf support to collect KVM guest statistics from host side [[https://git.kernel.org/linus/eded6754f398b5b4950e8f593f75fee63a8b49ad|commit]], [[https://git.kernel.org/linus/5bb5ccb3e8d8dba29941cd78d5c1bcd27b227b4a|commit]] * Wire up perf trace support for RISC-V [[https://git.kernel.org/linus/8c0d1202bad3aa6e40fb078dc08158f0bb4e03e2|commit]] * Accelerate KVM RISC-V when running as a guest [[https://git.kernel.org/linus/5bdecd891e505a9f98a50998aa60a60568f58c3c|commit]], [[https://git.kernel.org/linus/15ff2ff3c3b99f986fde919dffab27007bbe35ed|commit]], [[https://git.kernel.org/linus/5daf89e73d77a5edb21c9b2d67a1b5bf02e61e5a|commit]], [[https://git.kernel.org/linus/b6114a7e2433e91fedee3ed983abf77b3ebc167c|commit]], [[https://git.kernel.org/linus/68c72a6557b072bff79658b9c0fdb0e69148e32d|commit]], [[https://git.kernel.org/linus/3e7d154ad89be46b41bb47a0a8a19ecf8e0ca3f3|commit]], [[https://git.kernel.org/linus/b922307a5fecfcf33ca1697f6ec33c9274b75c46|commit]], [[https://git.kernel.org/linus/dab55604aec572cfa2bc6b51be288da1ac4c7366|commit]], [[https://git.kernel.org/linus/e403a90ad65628d32843f5d40542502659bc4573|commit]], [[https://git.kernel.org/linus/d466c19cead5904d4d5d92adb2b213b411d3b849|commit]], [[https://git.kernel.org/linus/5d8f7ee9286e981449416ce20bba6546995f585a|commit]], [[https://git.kernel.org/linus/8f57adac39167de7416c7eae91b4621454def3cd|commit]], [[https://git.kernel.org/linus/e28e6b69767b3aea73eda0fd3e7b4e1c15a7ebec|commit]] * Add board support for Sipeed LicheeRV Nano [[https://git.kernel.org/linus/d32552307b6c526aa75a9f9a0ea29a4a7f1746b9|commit]], [[https://git.kernel.org/linus/93b61555f5095a44fe00df27399270867fbf278a|commit]] * Add DeepComputing FML13V01 board dts [[https://git.kernel.org/linus/c8b72c301dbe71a7a55298d542dff7b2c3612765|commit]], [[https://git.kernel.org/linus/e87fa39dbcb441e6a61df84557c777a1496df0cf|commit]], [[https://git.kernel.org/linus/e9b4ceedb5ae1037d1426993b9cb0643198f7bb7|commit]], [[https://git.kernel.org/linus/817eac165ed487fc70de2facb1c588dcf29c3711|commit]], [[https://git.kernel.org/linus/5a5001d27065126d815eb54e12744b08322e3d31|commit]] * Add SARADC support on Sophgo CV18XX series [[https://git.kernel.org/linus/45a544a62ef7cac9ecc69585a90da72ca68af898|commit]], [[https://git.kernel.org/linus/d1022ff5f9b93cccfb4a84854828eb1b5d5202ba|commit]], [[https://git.kernel.org/linus/cf082dbedaeb291000ffb2f1dac3b854a928dbee|commit]] * Lazy preemption leftovers [[https://git.kernel.org/linus/22aaec357c1ff85b72c105c90503e3b4187384b8|commit]], [[https://git.kernel.org/linus/0172afefbfbdd8987787c926b40b68400bd1c3d1|commit]] * S390 * Add ARCH_HAS_PREEMPT_LAZY support [[https://git.kernel.org/linus/9de3e4bf6cfbcb62e9ec658e3b291cd479018b43|commit]] * Support PREEMPT_DYNAMIC [[https://git.kernel.org/linus/b5f463486b212c56d837c2592d87de7fb4833662|commit]] * CPU model for gen17 [[https://git.kernel.org/linus/85a9e680d427f106d5bb665cf84ae70bbca4291f|commit]], [[https://git.kernel.org/linus/ae16b0ab3baeb5e969dd8192a185297b96cd56a9|commit]], [[https://git.kernel.org/linus/0185fbc6a2d3cf3cc346d53d91ce6fc5e58c7187|commit]], [[https://git.kernel.org/linus/ff4cafc585e7554063ae2f301da208559ff9418f|commit]], [[https://git.kernel.org/linus/66ff6bf59b01903becbdf4077c4204889747922e|commit]], [[https://git.kernel.org/linus/2c2cc827382995d062cfedff41dc2e446c99e736|commit]], [[https://git.kernel.org/linus/7a1f3143377adb655a3912b8dea714949f819fa3|commit]], [[https://git.kernel.org/linus/7f269dd22d51fc21c4a2a561cb93652c29f9863c|commit]], [[https://git.kernel.org/linus/b6380944401fa4d9d48e51c963826d1137c0e5cf|commit]], [[https://git.kernel.org/linus/2688d6814193f81b0b4f9704a44963ebd755182f|commit]], [[https://git.kernel.org/linus/89be2544579932a7d5cdb5e534dfd00624c5f39f|commit]], [[https://git.kernel.org/linus/75ec613efa257a43663232b2aa46d1737395bb73|commit]], [[https://git.kernel.org/linus/d1dbab52ebc2447c7aa623b8d677135a6b23e406|commit]], [[https://git.kernel.org/linus/59f82bf467c8fd42b015db2dda1ca33c520633bb|commit]] * virtio-mem: s390 support [[https://git.kernel.org/linus/e3a6970b7daf2db31571da86681f7d1efaa7bd9a|commit]], [[https://git.kernel.org/linus/6e55421ea54ceec039a7fd67d47df413f1e4211b|commit]], [[https://git.kernel.org/linus/e5d94902e47e89b389d6df295b551b5ce9ee4269|commit]], [[https://git.kernel.org/linus/63938e17081041914b58aa362b0865dc0a9efc76|commit]], [[https://git.kernel.org/linus/b7cfc045488e89157a0908783171abf8e6808084|commit]], [[https://git.kernel.org/linus/2b37c814aab74130bcf2573a9dc1551301283cea|commit]], [[https://git.kernel.org/linus/cf13f0eaffa31bf6a145c53c589654b11c72ddc7|commit]] * Expose FIDPARM attribute in sysfs [[https://git.kernel.org/linus/99ad39306a629e4ab59acc45c2ab7803d580731a|commit]] * crypto: Add hardware acceleration for full AES-XTS mode [[https://git.kernel.org/linus/666300dae851b435ae81157fe7bb849603ccd3dc|commit]] * cmpxchg: Provide arch_try_cmpxchg128() [[https://git.kernel.org/linus/c76b3bc28577b1be5ce8042d573e833f133d459a|commit]] * uv: Retrieve UV secrets support [[https://git.kernel.org/linus/7c9137af2042e0d67aae0ccd84afc8ffc4b0d95d|commit]] * uv: Retrieve UV secrets sysfs support [[https://git.kernel.org/linus/f00469a6420e8682306a3056699ade89fced7c05|commit]] * pkey: Add new pkey handler module pkey-uv [[https://git.kernel.org/linus/73dfc79c6b046af252a5d1b7b34a2f1454d6f7f3|commit]] * sclp: Allow user-space to provide PCI reports for optical modules [[https://git.kernel.org/linus/e9ab04490667249633fb397be17db46a8fa6d130|commit]] * time: Add PtP driver [[https://git.kernel.org/linus/2d7de7a3010d713fb89b7ba99e6fdc14475ad106|commit]] * uvdevice: Add Retrieve Secret IOCTL [[https://git.kernel.org/linus/99961593e364ad363a765b5404a93436ed55c1c9|commit]] * M68K * Adopt standard RTC driver [[https://git.kernel.org/linus/1ec371bab200de8510c893cd22865eb517577e83|commit]], [[https://git.kernel.org/linus/a06e4a93067cd8f55a74638d45146ddde76574f2|commit]] * UM * Increased address space for 64 bit [[https://git.kernel.org/linus/91f0a0c5cc5bc863888a936fbd05394c6e284466|commit]], [[https://git.kernel.org/linus/830003c73d190259e45d0a99a0e3d14cb73e0af0|commit]], [[https://git.kernel.org/linus/32e8eaf263d9be014ba1970444f745682fa9c6c0|commit]], [[https://git.kernel.org/linus/801e00d3a1b78b7f71675fae79946ff4aa3ee070|commit]], [[https://git.kernel.org/linus/41ab5fe7471ff38d2909d1c93b88197a89c6a00f|commit]], [[https://git.kernel.org/linus/cbb8e65e234e0139c0c516bb6b9110d210eecd3f|commit]], [[https://git.kernel.org/linus/68b9883cc16ec2ce699d832ef60241b1a4e47d33|commit]], [[https://git.kernel.org/linus/77eb31b6003a158cce534fa9ca9df21fc82672ea|commit]], [[https://git.kernel.org/linus/fdb2ecd35d327a1fc6bba69b97f85b494e1f4b6b|commit]], [[https://git.kernel.org/linus/e167cc7a95fe01e228e403ac90090f8613e7d8bc|commit]] * Insert scheduler ticks when userspace does not yield [[https://git.kernel.org/linus/0b8b2668f9981c1fefc2ef892bd915288ef01f33|commit]] = Drivers = == Graphics == * amd * DC Patches Oct 28 2024 [[https://git.kernel.org/linus/558cec793e73e5d22c96c56b1f70c83a8ce4b672|commit]], [[https://git.kernel.org/linus/12cfb5d8eaefbb594dbb0a5a58874e8c5aefba13|commit]], [[https://git.kernel.org/linus/b04200432c4730c9bb730a66be46551c83d60263|commit]], [[https://git.kernel.org/linus/4007f07a47de4a277f4760cac3aed1b31d973eea|commit]], [[https://git.kernel.org/linus/69f22c5b454f7a3d77f323ed96b4ad6ac7bbe378|commit]], [[https://git.kernel.org/linus/7ef6f3ae4cd21a4ab86e04c7f11a6bdd92332b60|commit]], [[https://git.kernel.org/linus/cc1977d86e0109de03efe02682faf3775af56fb8|commit]], [[https://git.kernel.org/linus/1b7ac448cc544f6a4f8543423d9c2b726f3313fd|commit]], [[https://git.kernel.org/linus/f3928f3d481920c748328192ec2ed4ab5d125d6b|commit]], [[https://git.kernel.org/linus/c6df6213a95fa9674cc48d77042141942dd0809b|commit]], [[https://git.kernel.org/linus/d2bf27be839e89c6fd24b3ad3a2b38dcbfbf378a|commit]], [[https://git.kernel.org/linus/7a65e88f13b1294a41814a6b679fbc3e3fedb68b|commit]], [[https://git.kernel.org/linus/c56c0aca0a0ebb67cc9a609b4361b36dc2adb7c3|commit]], [[https://git.kernel.org/linus/a88b19b13fb41a3fa03ec67b5f57cc267fbfb160|commit]], [[https://git.kernel.org/linus/68bf95317ebf2cfa7105251e4279e951daceefb7|commit]], [[https://git.kernel.org/linus/b0814fa3be76a8c62cbb9e02bb851b0ec234037d|commit]] * DC Patches Nov 19, 2024 [[https://git.kernel.org/linus/24d3749c11d949972d8c22e75567dc90ff5482e7|commit]], [[https://git.kernel.org/linus/a29997b7ac1f5c816b543e0c56aa2b5b56baac24|commit]], [[https://git.kernel.org/linus/63e7ee677c74e981257cedfdd8543510d09096ba|commit]], [[https://git.kernel.org/linus/0c0a19430bfdfedab437e77b9262e8e62ced384e|commit]], [[https://git.kernel.org/linus/6a7fd76b949efe40fb6d6677f480e624e0cb6e40|commit]] * DC Patches Sept 23, 2024 [[https://git.kernel.org/linus/10f97ad258a097b0a5378480b287285fc61debea|commit]], [[https://git.kernel.org/linus/70d98a20386e778177c3c3d0baa1a5fa9e60f2ae|commit]], [[https://git.kernel.org/linus/b6499840cafca25175f43ebd601913bf31d06f16|commit]], [[https://git.kernel.org/linus/453f86a26945207a16b8f66aaed5962dc2b95b85|commit]], [[https://git.kernel.org/linus/3c6c8d1a1e3f033f1abf84d6d54c268c35b0fcdd|commit]], [[https://git.kernel.org/linus/7ddeecd08bdf09764ccb59627114f965ae0060a7|commit]], [[https://git.kernel.org/linus/419198437e56c9c31fac2a7b165ecce534b5e9db|commit]], [[https://git.kernel.org/linus/07907588db61f7fbed840f1bbbf6451a3416817d|commit]], [[https://git.kernel.org/linus/9b68445eb657d02d8af3ee842335d33259d1c7e7|commit]], [[https://git.kernel.org/linus/1a63bda8c9f5e17cd9eddcb981b0d8be554a82cb|commit]], [[https://git.kernel.org/linus/e1b58b2b116af57a69ba5d8574c9e960b2b0b2e8|commit]], [[https://git.kernel.org/linus/70f75eef5f74abc42c16f3108544c317c0ee06a3|commit]], [[https://git.kernel.org/linus/e9fda5102120af10b1b6b7ecad6b6ad40de34a71|commit]] * DC Patches Sept 16, 2024 [[https://git.kernel.org/linus/a6f59c0445540f07bef226b33c999f2e63c6dfa2|commit]], [[https://git.kernel.org/linus/b8d046985c2dc41a0e264a391da4606099f8d44f|commit]], [[https://git.kernel.org/linus/ce5057885ff70d0b61f5c332639e685b7ea720e8|commit]], [[https://git.kernel.org/linus/82f8b2cfd7db83924ff9515273f4781fa53648ab|commit]], [[https://git.kernel.org/linus/9626890e56f70eeb863c2960c105afd0df0c73be|commit]], [[https://git.kernel.org/linus/4641169a8c95d9efc35d2d3c55c3948f3b375ff9|commit]], [[https://git.kernel.org/linus/d1f8315fc867975553191b7d39436a1f62974022|commit]], [[https://git.kernel.org/linus/181db30bcfed097ecc680539b1eabe935c11f57f|commit]], [[https://git.kernel.org/linus/559dc44f04ebd8d54d6493f0cd5e7d3db1fe0bb2|commit]], [[https://git.kernel.org/linus/4f01a68751194d05280d659a65758c09e4af04d6|commit]], [[https://git.kernel.org/linus/e4dc767f1f38fd350775ea182cab2193292f1d98|commit]], [[https://git.kernel.org/linus/1c6b16ebf5eb2bc5740be9e37b3a69f1dfe1dded|commit]], [[https://git.kernel.org/linus/1b5c19c7796c3aa13505a48a1242d32f36c7bc0b|commit]], [[https://git.kernel.org/linus/352c3165d2b75030169e012461a16bcf97f392fc|commit]], [[https://git.kernel.org/linus/0e719a40bf5234e66bbd0f1537e30709ab112b5f|commit]], [[https://git.kernel.org/linus/9dad21f910fcea2bdcff4af46159101d7f9cd8ba|commit]], [[https://git.kernel.org/linus/3924f200f199e604bc3a9f965b6dd7617d2bbe6a|commit]], [[https://git.kernel.org/linus/3fc98044eb33f1ed11cc708253b115e4325cc167|commit]], [[https://git.kernel.org/linus/f0b7dcf25834afd17df316367dfe5d4c890c713c|commit]], [[https://git.kernel.org/linus/4d4257280d7957727998ef90ccc7b69c7cca8376|commit]], [[https://git.kernel.org/linus/83762925c94c9053de9aedf0a880907a655ec394|commit]] * Two zero RPM features [[https://git.kernel.org/linus/6bfe777e9267ee6d1c4712b52bb5d32e59508a3d|commit]], [[https://git.kernel.org/linus/cfffd980bf21b5a84fd364861d482d5a2ec21c49|commit]] * Implement cleaner shader support for GFX10 hardware [[https://git.kernel.org/linus/e7cee5459517e49a540240b03d207d0f81625109|commit]], [[https://git.kernel.org/linus/8fc279e5e348f99d6faab47a7bd020e66d79dca8|commit]], [[https://git.kernel.org/linus/2d5f74a867b95bd177c55b3eaa941b400075dafe|commit]] * Add cleaner shader for GFX11.0.3 [[https://git.kernel.org/linus/949d817c78cc6416d6e22f3f72a6960cd7412755|commit]] * Add cleaner shader for GFX9.4.2 [[https://git.kernel.org/linus/9343b904e7198e4804685133327dece7fe709bc1|commit]] * Add support for dynamic NPS switch [[https://git.kernel.org/linus/ed3dac4bf9588b5a68e1a85ac45cbbe180df6d4b|commit]], [[https://git.kernel.org/linus/c29aeadf0b122af6831abec06e3ec415447c2b71|commit]], [[https://git.kernel.org/linus/212cc2411994c4a692c3e8c9d04592fd8b1b7108|commit]], [[https://git.kernel.org/linus/bbc160084edad8db569f6af0291e0ff9a8f41c0c|commit]], [[https://git.kernel.org/linus/fcd91a95df7ff5965d8b0532b8799eaf3e58633d|commit]], [[https://git.kernel.org/linus/ee52489d1210dbb894fda71957e1e9832126efda|commit]], [[https://git.kernel.org/linus/012be6f22c01e25c995c30f1f178ac11820dfb65|commit]] * Add compatible NPS mode info [[https://git.kernel.org/linus/e5ad71779df6f448d6edb910bc635680b9419ec0|commit]] * Add supported NPS modes node [[https://git.kernel.org/linus/04e9101766dfe1f140e59090935552b2906c5425|commit]] * Add supported partition mode node [[https://git.kernel.org/linus/10072642541bd51e5df99d0233b910915f9bd82c|commit]], [[https://git.kernel.org/linus/4ae86dc8785046779db3b868a8e7ca055ddbbf8b|commit]], [[https://git.kernel.org/linus/f501057aff3357d6973a09036fc78fd6efb1b1ae|commit]], [[https://git.kernel.org/linus/1bc0b339153638ce018b743d6cf07596327d2c71|commit]] * Add sysfs files [[https://git.kernel.org/linus/96f0b56c34d257e4e7532eb99a071ca6c8497467|commit]], [[https://git.kernel.org/linus/ea02ea9437deebb3d997e9662022159953ecf7e0|commit]], [[https://git.kernel.org/linus/fb9898243a7b8133c969c9bbd5d5470f7c2e1374|commit]], [[https://git.kernel.org/linus/59fd50b8663b4e703b44f9b51a2e715dc6e344c1|commit]], [[https://git.kernel.org/linus/6c8d1f4b042e706ccd7575beb0397a75d545d71b|commit]] * Add debugfs nodes [[https://git.kernel.org/linus/d2e3961ae37171811a3d442e601599b85711adcb|commit]], [[https://git.kernel.org/linus/c5c63d9cb5d3bbb2fc5973757616b17629795829|commit]], [[https://git.kernel.org/linus/f0b19b84d3918e88c27e6e39a7a4bca2b3fb7709|commit]] * Enable enforce_isolation sysfs node on VFs [[https://git.kernel.org/linus/dc8847b054fd6679866ed4ee861e069e54c10799|commit]] * amdkfd: Add kfd function to config sq perfmon [[https://git.kernel.org/linus/3eebfd5e9cef738f683a6237dd9ff628e113f008|commit]] * Add ITE IT6263 LVDS to HDMI converter support [[https://git.kernel.org/linus/946f2b6a1c1383fb3a16780b425e0ddf40b3a2dd|commit]], [[https://git.kernel.org/linus/606410292f54ef08632bdfd5c58974cf4ebc3cc9|commit]], [[https://git.kernel.org/linus/e3160748780c66f32ae5e7c17373c36a4a802bc3|commit]], [[https://git.kernel.org/linus/8cd4937ebfeae03a094e9115ab3286bf01498a5f|commit]], [[https://git.kernel.org/linus/34902c2d022f9d36b739189efae3f5fd569983fd|commit]], [[https://git.kernel.org/linus/5205b63099507a84458075c3ca7e648407e6c8cc|commit]], [[https://git.kernel.org/linus/0a86a4d1a09185cebe071136599b7da619388f7a|commit]] * Basic support for TI TDP158 [[https://git.kernel.org/linus/a15710027afb40c7c1e352902fa5b8c949f021de|commit]], [[https://git.kernel.org/linus/887665792b99430f98e6fbb15991a622ad9524c6|commit]] * bridge: add ycbcr_420_allowed support [[https://git.kernel.org/linus/8a8fed657d0427f6765a48c93152a8d86cfe613c|commit]], [[https://git.kernel.org/linus/58e6d652d138ef163d0b6b4d19f0fc9d4e8519fa|commit]], [[https://git.kernel.org/linus/d5cd8280c52bad44d5943fa7501bf9f20718d432|commit]], [[https://git.kernel.org/linus/3ced1c68751299c0cdf6a1ceeafdbe77db7d4956|commit]], [[https://git.kernel.org/linus/785324db2d7a44e866161b6309fbda9a2178d455|commit]], [[https://git.kernel.org/linus/c44a0faf5397134b3100c00cc8a8d72528bc422a|commit]] * Add initial support for the Rockchip RK3588 HDMI TX Controller [[https://git.kernel.org/linus/128a9bf8ace290d86d2805c06f3b0e4cfab75de0|commit]], [[https://git.kernel.org/linus/c0d28332ff90f800ccd1a3b73cb50c3335b0286a|commit]], [[https://git.kernel.org/linus/5bd0d8e687bf04fdd3d4a733a6bb17e25d4a1de2|commit]] * Introduce DRM client library [[https://git.kernel.org/linus/df7e8b522a6090162ecb50fd298ebc4db137562b|commit]], [[https://git.kernel.org/linus/bf17766f108309027aac2bfe184df6088dfd7384|commit]], [[https://git.kernel.org/linus/feda66ce0519311ee349fb002839e91eb8a5453f|commit]], [[https://git.kernel.org/linus/1f828b4dd40264028d9b481c0412e63837d968f6|commit]], [[https://git.kernel.org/linus/dadd28d4142f9ad39eefb7b45ee7518bd4d2459c|commit]], [[https://git.kernel.org/linus/c89b65e7fffef745bdd36c372aa0dea778fecbab|commit]], [[https://git.kernel.org/linus/4785658660d507b1e026ea2873caa2ea11486a74|commit]], [[https://git.kernel.org/linus/4cf50bae0506dd37b5c593ecaf837ac0c3d894c7|commit]], [[https://git.kernel.org/linus/8058944f52262e8e8246af5f8408586b1ebfd2c6|commit]] * edp-panel: Add panels used by Dell XPS 13 9345 [[https://git.kernel.org/linus/6b3815c6815f07acc7eeffa8ae734d1a1c0ee817|commit]] * Samsung Exynos 7870 DECON driver support [[https://git.kernel.org/linus/3bca8bc1fc3a7c66a6a4a5e40b84f6cf128b70e7|commit]], [[https://git.kernel.org/linus/f3cb045e2603e80a1633883423b2621aad77989d|commit]], [[https://git.kernel.org/linus/d31bbacf783daf1e71fbe5c68df93550c446bf44|commit]], [[https://git.kernel.org/linus/53f4b30b05b2a9db6988cb71a785837ee64d2524|commit]], [[https://git.kernel.org/linus/5f1a453974204175f20b3788824a0fe23cc36f79|commit]] * fbdev: Add memory-agnostic fbdev client [[https://git.kernel.org/linus/5d08c44e47b9d41366714552bdd374ac4b595591|commit]] * i915 * Ultrajoiner basic functionality series [[https://git.kernel.org/linus/2e45a87eab34f7a9b9b8e5e254084a916c1d12d5|commit]], [[https://git.kernel.org/linus/dc393d478d7d26581d72ea82d7f89359e0bc1f94|commit]], [[https://git.kernel.org/linus/9949bf7b025b469a9700f31c550eb186273651d9|commit]], [[https://git.kernel.org/linus/4e6ebb419a02950840a4a610a5bfca8fe55b03c7|commit]], [[https://git.kernel.org/linus/012daa8c625d00966e3010143e4c16deabbd6fdd|commit]], [[https://git.kernel.org/linus/ae5d0397b7e6a563aeb8708b08cad17390755a8f|commit]], [[https://git.kernel.org/linus/988d9e5fdd520711ac4cb203e7207125b51197b2|commit]], [[https://git.kernel.org/linus/cdff99ff24b16ee37b0527fc64c0e7df4989a1ba|commit]], [[https://git.kernel.org/linus/0644d2be99cd044e8c78e7a1ee781c622b60917c|commit]], [[https://git.kernel.org/linus/a47df3335a223c096b946b7934db12f9ac9948a4|commit]], [[https://git.kernel.org/linus/f87bdbd66de4a16069525825387e25dae3e0163e|commit]], [[https://git.kernel.org/linus/f2e2092a979cd46b43445daf23628015ac776ac3|commit]], [[https://git.kernel.org/linus/f4f8f0eaaafce3b06238be85b80d64ecf73be719|commit]] * debugfs: intel_display_caps [[https://git.kernel.org/linus/5428eaa00af08c6279ea13041ea7ddb73e250636|commit]], [[https://git.kernel.org/linus/9988e6b33517b94da3c968783327341b10a98430|commit]] * hwmon: expose package temperature [[https://git.kernel.org/linus/0f47fed5c30f178e2db3222597abbba23ff3b6ff|commit]] * Add new PCI id for ARL [[https://git.kernel.org/linus/66b281fd8e599ddd7a00a89dc0dcfb7a13411441|commit]] * gen2 stuff [[https://git.kernel.org/linus/9e46a48df24f9698b34d28385b320c529851e5f7|commit]], [[https://git.kernel.org/linus/750a95407bcb5787359d3cd5d0c9de092a0a1efd|commit]], [[https://git.kernel.org/linus/259f5a9d1c80c2b1d10030f77a7d860689f1178a|commit]] * Add xe3lpd edp enabling [[https://git.kernel.org/linus/2c75bdcc875917a344d239ab6db9d66af9bdeba5|commit]], [[https://git.kernel.org/linus/a6e40f6d757d5e8b0ac621b1a1cfdf3dc3bac6e9|commit]], [[https://git.kernel.org/linus/171596bfc36cd2c657a7c17f33a522b75d940a0a|commit]], [[https://git.kernel.org/linus/69cb729ec1218a88077fe437c82fcb28a234269d|commit]], [[https://git.kernel.org/linus/7e6c0cb33f7c2aa78b20724239bd7bda3a882652|commit]], [[https://git.kernel.org/linus/3fe856180c94d1e682b79035f9f1a95fedeb0a99|commit]], [[https://git.kernel.org/linus/b0ad56ce4d3b080630e8640ba6f7b777588046d3|commit]], [[https://git.kernel.org/linus/ae03d70748c745d8b7d2a960f0ff49218639a9b2|commit]], [[https://git.kernel.org/linus/75a988f2ce224a03adad260758e9131b8183dc38|commit]] * xe3lpd: ptl display patches [[https://git.kernel.org/linus/f3759374ad6d96e80d9576e18084d23be682579f|commit]], [[https://git.kernel.org/linus/f3c5df8118cc7d422bd450cceee9206343f81984|commit]], [[https://git.kernel.org/linus/55371ac67054cb90727f55dc885eac39a65b1dac|commit]], [[https://git.kernel.org/linus/8c2659dea861011bd09dab41b40771dc7065ea79|commit]], [[https://git.kernel.org/linus/f0ea2909449fb8231d1a8e7d1ac060023114e415|commit]], [[https://git.kernel.org/linus/0d94f52cece405d088849f2c42e3ffd90c197b81|commit]], [[https://git.kernel.org/linus/2cffe8b31068247c1acd08e6e1902280936d1d4f|commit]] * 10bpc/fp16 + CCS support [[https://git.kernel.org/linus/e6b72ba9c1ea4b5556027d502316a8362f1a9e11|commit]], [[https://git.kernel.org/linus/87aaea1234af6bf96603f41b921aa281189bf02a|commit]], [[https://git.kernel.org/linus/0ddae025ab6cefa9aba757da3cd1d27908d70b0e|commit]], [[https://git.kernel.org/linus/c315fbfa44f4da2e9b13ff99e5cba5e645693aa0|commit]], [[https://git.kernel.org/linus/e25c84e0abbeb164332d1b030323106979ef6593|commit]], [[https://git.kernel.org/linus/7c35015fab5d5b49e59426079bef6ae48719705e|commit]], [[https://git.kernel.org/linus/0c787d4f61dfefe099bace54930ded72698772b1|commit]] * imx * ipuv3: switch LDB and parallel-display driver to use drm_bridge_connector [[https://git.kernel.org/linus/b2f3418b516e3485a14f10bfc09f20211dedc156|commit]], [[https://git.kernel.org/linus/007ac0262b0dbb5523e99f03c6f3f44e09b15f66|commit]], [[https://git.kernel.org/linus/af8c9ad7144d8f7e45b217303339bbdb199a048c|commit]], [[https://git.kernel.org/linus/4c3d525f65733e760f3700c0f3c83e8e46d2dcd8|commit]], [[https://git.kernel.org/linus/9345e3aab7fef06b8908308634974ea32a29e276|commit]], [[https://git.kernel.org/linus/cc3fcd88808a43ae9fd59b48cd2e01989c4996f8|commit]], [[https://git.kernel.org/linus/2d736aa4f2e791f2b6e33cd7336058493bdbb239|commit]], [[https://git.kernel.org/linus/aed7b500315004a917463d571fa9cd12e0e94370|commit]], [[https://git.kernel.org/linus/fe30fabf229f7542a10dd249079fdb83844a7dba|commit]], [[https://git.kernel.org/linus/cc3e8a216d6b817c509e1e1a3700055d178e04f8|commit]] * mediatek * Add support for OF graphs [[https://git.kernel.org/linus/4c932840db1de4ea9639eceaaf6d59415b8a7d59|commit]], [[https://git.kernel.org/linus/2b6433f30b870c7fbd172f5e1969e1df5e03cad7|commit]] * MSM * Support for Adreno 663 GPU [[https://git.kernel.org/linus/1c967110e7983c4eab4ca847a15ab527278079e3|commit]], [[https://git.kernel.org/linus/5773cce8615c6ae982eaa31aba28dc888bfcc61c|commit]] * Preemption support for A7XX [[https://git.kernel.org/linus/e7ae83da4a289d4bf3b0fb62aadbe8c81c0dbde7|commit]], [[https://git.kernel.org/linus/3044f928cc50cc85b3bf5d154faec3cfa053b09d|commit]], [[https://git.kernel.org/linus/3241504ea26150ab24919fdc5778c3ba40829497|commit]], [[https://git.kernel.org/linus/20f3327575a5498ceb7bd30cdefc8173dd1e454d|commit]], [[https://git.kernel.org/linus/a20a91fb1bfac5d05ec5bcf9afe0c9363f6c8c93|commit]], [[https://git.kernel.org/linus/b9365f411402ee297c1f6565d5db07dbf118289a|commit]], [[https://git.kernel.org/linus/7788d320ba5ecbfa88d0be8c32ef8f018f2f020f|commit]], [[https://git.kernel.org/linus/76a28f4c0cc7f026df759b6b046931e87dc158fe|commit]], [[https://git.kernel.org/linus/50117cad0c50410cff0d43a1141a562b1347e7c5|commit]], [[https://git.kernel.org/linus/91389b4e3263eaa8549f20d73beeed77f5616f4c|commit]], [[https://git.kernel.org/linus/c7546e2c3cb739a3c1a2f5acaf9bb629d401afe5|commit]], [[https://git.kernel.org/linus/35d36dc1692f4fac5bed918c521adeaff405cdd8|commit]] * Add support for !DisplayPort on SA8775P platform [[https://git.kernel.org/linus/dcb380d19e58e7ff8004d5dc8148fb07a4ac423d|commit]], [[https://git.kernel.org/linus/c51ff89a81392ceacfb3ca67dfb62208783bf505|commit]], [[https://git.kernel.org/linus/3f12bf16213c30d8e645027efd94a19c13ee0253|commit]], [[https://git.kernel.org/linus/913463587d528d766a8e12c7790995e273ec84fb|commit]], [[https://git.kernel.org/linus/7adb3d221a4d6a4f5e0793c3bd35f1168934035c|commit]] * Display enablement changes for Qualcomm SA8775P platform [[https://git.kernel.org/linus/4d1cd4c3faecc8d3691560a7e3a13f38ba55d535|commit]], [[https://git.kernel.org/linus/546f8d6c3ed159f18b3be59302b798ab2af10b74|commit]], [[https://git.kernel.org/linus/409685915f0016891dcb376b413e50726cd5a856|commit]] * dpu: convert even more MDP5 platforms [[https://git.kernel.org/linus/62af6e1cb596c863d2a0dc9b606b8c378fba9934|commit]], [[https://git.kernel.org/linus/c079680bb0fa53082da37042b0a57717166c447b|commit]], [[https://git.kernel.org/linus/9c5376856693bf127b7d313e03ed030451064d05|commit]], [[https://git.kernel.org/linus/d0491fc39bdd45575cd0094af18703d38665a309|commit]] * Display enablement changes for Qualcomm SA8775P platform [[https://git.kernel.org/linus/4d1cd4c3faecc8d3691560a7e3a13f38ba55d535|commit]], [[https://git.kernel.org/linus/546f8d6c3ed159f18b3be59302b798ab2af10b74|commit]], [[https://git.kernel.org/linus/409685915f0016891dcb376b413e50726cd5a856|commit]] * nouveau * Add drm_panic support for nv50+ [[https://git.kernel.org/linus/1d26c846f3ff82faa847becb9bb4b105a0c69439|commit]], [[https://git.kernel.org/linus/74cfa1efe22171d85a8f5a00db3b11fa5dcf8f47|commit]], [[https://git.kernel.org/linus/04596969eea9e73b64d63be52aabfddb382e9ce6|commit]] * panel * Add Samsung AMS581VF01 panel support [[https://git.kernel.org/linus/b330f3a069a20a5698ac840908579c325b7bdc4a|commit]], [[https://git.kernel.org/linus/dca22e99706b70169534575fc82028bb6d44138a|commit]] * Add Samsung AMS639RQ08 panel support [[https://git.kernel.org/linus/bd07dbb929f6c5bbda60d52a0003246e53f48c29|commit]], [[https://git.kernel.org/linus/a62528aa539a405f76cc3478f6fd3f842e7c6a4e|commit]] * Add Samsung S6E3HA8 panel driver [[https://git.kernel.org/linus/779679d3c1640d8f45c75b1e15831180ab2712e2|commit]], [[https://git.kernel.org/linus/d891e79861cd2b424e3bd19d3301f35be13bf118|commit]], [[https://git.kernel.org/linus/975bdea8c470cf10637c58129edaae731fec9e93|commit]] * Add new panel driver Samsung !S6E88A0-AMS427AP24 [[https://git.kernel.org/linus/e70d4f8e242bbc4fd39f3a867dc3e33122d7e559|commit]], [[https://git.kernel.org/linus/a8931d5948cdd55f899f107c61f375d34a580304|commit]], [[https://git.kernel.org/linus/aaf1e176fa9a96fe1eea33b710684bba066aedc1|commit]], [[https://git.kernel.org/linus/4998d53df6753c3dbb6e960291715027518c61df|commit]], [[https://git.kernel.org/linus/3c0ecd83eee9b8584588f629e01d209f2c3a632b|commit]] * simple: Add Microchip AC69T88A LVDS Display panel [[https://git.kernel.org/linus/40da1463cd6879f542238b36c1148f517927c595|commit]], [[https://git.kernel.org/linus/c3f0b90f6ffc178bf158aeccae268276363d6945|commit]] * panfrost * Wire cycle counters and timestamp info to userspace [[https://git.kernel.org/linus/3a8d97611b564b5b25f68c90b543056fc9ae0bec|commit]], [[https://git.kernel.org/linus/9c75b16cabc69adbbfdc9d219df87c9173f0da0a|commit]] * panthor * Expose realtime group priority and allowed priorites to userspace [[https://git.kernel.org/linus/f70000ef23527f6d928d1175c66c5fafa968814b|commit]], [[https://git.kernel.org/linus/f73716fd4550d588a811f11c370e90c303f0829b|commit]] * Support fdinfo runtime and memory stats on Panthor [[https://git.kernel.org/linus/6a797bdfde77041a0a9711082d7919162d1d7061|commit]], [[https://git.kernel.org/linus/064bb57479b7473ef8415cd629cbfac8db67b751|commit]], [[https://git.kernel.org/linus/e16635d88fa07ba5801aa9e57ad7fe3c053234e4|commit]], [[https://git.kernel.org/linus/37591ae11f89cdfc0a647945a589468642a44c17|commit]], [[https://git.kernel.org/linus/f8ff51a4708451763e6cfa36cc83dea8513d3318|commit]] * Add DEV_QUERY_TIMESTAMP_INFO dev query [[https://git.kernel.org/linus/a778028cc575deeb5224cc798de6e03d37331bca|commit]] * rockchip * Add initial support for the Rockchip RK3588 HDMI TX Controller [[https://git.kernel.org/linus/128a9bf8ace290d86d2805c06f3b0e4cfab75de0|commit]], [[https://git.kernel.org/linus/c0d28332ff90f800ccd1a3b73cb50c3335b0286a|commit]], [[https://git.kernel.org/linus/5bd0d8e687bf04fdd3d4a733a6bb17e25d4a1de2|commit]] * Enable 4K60Hz mode on RK3228, RK3328, RK3399 and RK356x [[https://git.kernel.org/linus/28f0ae48e7fdbd6cdcf3972c8d8686a529ae1ede|commit]], [[https://git.kernel.org/linus/0c4558a1bc2df9b6e6fb311de9cab192b0943426|commit]], [[https://git.kernel.org/linus/6e94e2871eb706a17692acf7ef85ecf2789f6433|commit]], [[https://git.kernel.org/linus/b60c86d305f46483d3ed0743e9ec97a76addcabc|commit]], [[https://git.kernel.org/linus/3303a206ae7474b2f8a5d17d8df9de08bac16ca5|commit]], [[https://git.kernel.org/linus/7595c7ef17ffe70d0f4fdda01f87f105a12de66b|commit]], [[https://git.kernel.org/linus/7d324630f3515bd6e11cadeb1d748bd74ecc9664|commit]] * tiny * Add driver for Sharp Memory LCD [[https://git.kernel.org/linus/b8f9f21716fecac41d083ec8c77809ecd0b100d8|commit]], [[https://git.kernel.org/linus/12f6baa472e097d4d55dfef9eacc36b04071bdc1|commit]] * v3d * Enable Big and Super Pages [[https://git.kernel.org/linus/be431dfec976e553a08883e26d0d0cc2598a8dfa|commit]], [[https://git.kernel.org/linus/8dd6074d4719644b676adf9f07d71292bee28e3a|commit]], [[https://git.kernel.org/linus/d2fb8811108b2c1285c56f4fba4fff8fe3525593|commit]], [[https://git.kernel.org/linus/9f8e1c93a0d459463819d8bd222196b2655c279f|commit]], [[https://git.kernel.org/linus/56cf76ed784fe5347c9305f7f0f3d0f9cb8d8a3b|commit]], [[https://git.kernel.org/linus/0df4a13ca8bed29cbc362c99b958fbb8b27b1675|commit]], [[https://git.kernel.org/linus/cf1becb7f996a0a23ea2c270cf6bb0911ec3ca1a|commit]], [[https://git.kernel.org/linus/e4c17720262f394f6320a2b6e17a128bfdabb37c|commit]], [[https://git.kernel.org/linus/eb8d395f68421449c6201d3019f51011d034f00e|commit]], [[https://git.kernel.org/linus/0992b2541e1cd9580c2e70fab7a78558de054bae|commit]], [[https://git.kernel.org/linus/20d69e8905fc36818ab585cb50f6de48fb8f6de3|commit]] * vc4 * Preparatory patches for BCM2712 (Pi5) support [[https://git.kernel.org/linus/efbc7b9c21f244b7374a5cbb23fb8206cfb46f56|commit]], [[https://git.kernel.org/linus/6d5f76e0544b04ec5bdd2a09c19d90aeeb2cd479|commit]], [[https://git.kernel.org/linus/542962190e55be21fc600ffed47a50390b6101cc|commit]], [[https://git.kernel.org/linus/808f4055a10685664237a4771d6f579ea263edc1|commit]], [[https://git.kernel.org/linus/7621db4d40217e6309a4c747a0c3e9a22a742337|commit]], [[https://git.kernel.org/linus/014eccc9da7bfc76a3107fceea37dd60f1d63630|commit]], [[https://git.kernel.org/linus/1330d28d7529bf0ab84550053589afaa1ad0ecbb|commit]], [[https://git.kernel.org/linus/6184b9446d43d36615b75683967a3bbfb06c2d20|commit]], [[https://git.kernel.org/linus/6639d7d9af301994bfc48b69be5a9de67d065756|commit]], [[https://git.kernel.org/linus/6ecfe7c2f925b805efbd1c1e2a93890ea7ec37fd|commit]], [[https://git.kernel.org/linus/dbe101b10641e458e37e714f9f1fc50413463c10|commit]], [[https://git.kernel.org/linus/886a79237ecfd6c5376a1d76bef8209c486390b7|commit]], [[https://git.kernel.org/linus/dbe8ef676f2764f132d2467882e01e313eef495a|commit]], [[https://git.kernel.org/linus/5171d86a62658dbcb9876fae87e1132320e9a83a|commit]], [[https://git.kernel.org/linus/52efe364d1968ee3e3ed45eb44eb924b63635315|commit]], [[https://git.kernel.org/linus/9337d27d230c6f9b5dc965390962509de90b0841|commit]], [[https://git.kernel.org/linus/2fa4ef5fb9433b7b43d76433201f394728803681|commit]], [[https://git.kernel.org/linus/31c8a80b93bdf933e784fe0e890e193e01cef796|commit]], [[https://git.kernel.org/linus/c157ff40a485f8adecd874c3df5fbf2f8bf00d9b|commit]], [[https://git.kernel.org/linus/b4e5646178e86665f5caef2894578600f597098a|commit]], [[https://git.kernel.org/linus/7ab6512e7942889c0962588355cb92424a690be6|commit]], [[https://git.kernel.org/linus/24c5ed3ddf27313b248900455b0312bd7a9d3554|commit]], [[https://git.kernel.org/linus/59f8b2b7fb8e460881d21c7d5b32604993973879|commit]], [[https://git.kernel.org/linus/ac69c01fa82504d12431a0909f3132b43639dda4|commit]], [[https://git.kernel.org/linus/f18029bdf2e85d281b6e1a79c33daf84b5730e59|commit]], [[https://git.kernel.org/linus/8e7eb0c54a93dc767ce602186f98018e33dda427|commit]], [[https://git.kernel.org/linus/74c3b7c63b5e718a97881f8d80bef02f8a94a2b2|commit]], [[https://git.kernel.org/linus/295fbb059f4abbcc69bd3640de23fe0e058e2444|commit]], [[https://git.kernel.org/linus/223ee2567a55e4f80315c768d2969e6a3b9fb23d|commit]], [[https://git.kernel.org/linus/d285bb622ebdfaa84f51df3a1abccb87036157ea|commit]], [[https://git.kernel.org/linus/b6d7a953969eef2d30d1213c5f8c565eb8b27f2e|commit]] * xe * Add Xe3 and Panther Lake support [[https://git.kernel.org/linus/317d81085c87f12118754df0986b66b3f8581f2d|commit]], [[https://git.kernel.org/linus/800d75bf20ae429698ecf7a8a392b638f86f9642|commit]], [[https://git.kernel.org/linus/37466119ff12c40ecf42b916f755ba4b0a5f8b1a|commit]], [[https://git.kernel.org/linus/2298d8a81f2dc6987448e5ddd823f4892194f5b6|commit]], [[https://git.kernel.org/linus/d6d87a10d9e45f7b5ae142dedb7ff76d1cf9e475|commit]] * Add GuC based register capture for error capture [[https://git.kernel.org/linus/0f1fdf5592259cc68ee5ec968c6cddb26d0ecf77|commit]], [[https://git.kernel.org/linus/193be3f448ca75f9bfd36a7b489201f3572a8b49|commit]], [[https://git.kernel.org/linus/84d15f426110c9f39cedf499b04d7b3642dca428|commit]], [[https://git.kernel.org/linus/9c8c7a7e6f1f55ec28cf0dbfe39a7a797f67be78|commit]], [[https://git.kernel.org/linus/ecb6336463911d6eb684998754f8701d0f437f18|commit]], [[https://git.kernel.org/linus/f5718a7265a6f562dc706e0b610f060ded4c3739|commit]] * xe_syncs for OA [[https://git.kernel.org/linus/dddcb19ad4d4bbe943a72a1fb3266c6e8aa8d541|commit]], [[https://git.kernel.org/linus/c8507a25cebd179db935dd266a33c51bef1b1e80|commit]], [[https://git.kernel.org/linus/2fb4350a283af03a5ee34ba765783a941f942b82|commit]], [[https://git.kernel.org/linus/343dd246fd9b58e67b395153e8e7298bd250f943|commit]], [[https://git.kernel.org/linus/cc4e6994d5a237ef38363e459ac83cf8ef7626ff|commit]], [[https://git.kernel.org/linus/9920c8b88c5cf2e44f4ff508dd3c0c96e4364db0|commit]], [[https://git.kernel.org/linus/85d3f9e84e0628c412b69aa99b63654dfa08ad68|commit]] * Add new PCI id for ARL [[https://git.kernel.org/linus/35667a0330612bb25a689e4d3a687d47cede1d7a|commit]] * Add functions to save and restore VF configuration blob [[https://git.kernel.org/linus/d42b0435254f0965ab5484c69cd45b4097f2f47d|commit]], [[https://git.kernel.org/linus/e9a14537feb9f4223548b569748098c1ad7360d0|commit]], [[https://git.kernel.org/linus/bdc2c4d5756c8baaca820fec24fcc6355946da61|commit]], [[https://git.kernel.org/linus/99ce45cc25ebfb81328fe520ed5773c2e4929a8d|commit]], [[https://git.kernel.org/linus/43971e30fd8ae24d8c4b6ce1203c1773bde781a4|commit]] * Initial support to save/restore VF GuC state [[https://git.kernel.org/linus/20e3aa503feb2deafd4185f50cee0da047f62e21|commit]], [[https://git.kernel.org/linus/804ce41f66e22d20751dd98e696ae3e0a958e4ac|commit]], [[https://git.kernel.org/linus/d86e3737c7ab907690c20bcde7c1f78f42fce6c2|commit]], [[https://git.kernel.org/linus/02fdf821ed79f59c40d766a85947aa7cc25d4364|commit]], [[https://git.kernel.org/linus/d620448fb5673d0705e50e3f73b890a10cfe7c80|commit]], [[https://git.kernel.org/linus/14423f08c3eaad3ad198e308865d984692d6c5f7|commit]] * /xe_gt_idle: add debugfs entry for powergating info [[https://git.kernel.org/linus/0914c1e45d3a1a747faeebae27ba197d7ba41f94|commit]], [[https://git.kernel.org/linus/c2bf07dd0bbce1f318b73b525e21fbc6d67a3a94|commit]] * Align framebuffers according to what display minimum alignment states [[https://git.kernel.org/linus/b0228a337de88db809e2c7f9d6c18fccc9d85c69|commit]], [[https://git.kernel.org/linus/3ad86ae1da97d0091f673f08846848714f6dd745|commit]] * renesas * Add drm_panic support [[https://git.kernel.org/linus/8ae5bfb0d96eda4699463f21bcb4947a8d4dcde0|commit]] * zynqmp_dp * Add debugfs interface for compliance testing [[https://git.kernel.org/linus/28edaacb821c69241f6c0be6bbd29f7145f1b44f|commit]] * DRM_SET_CLIENT_NAME ioctl [[https://git.kernel.org/linus/bd00e73ede5933322e01fc9b32e91d85826ac1c2|commit]], [[https://git.kernel.org/linus/2c34a5464007c45142af009d13c668b0630ef9c0|commit]], [[https://git.kernel.org/linus/56c594d8df64e726e803652ee9f4ab08659d4574|commit]] == Power Management == * Add thermal user thresholds support, which is a way to have the userspace to tell the thermal framework to send a notification when a temperature limit is crossed. There is no id, no hysteresis, just the temperature and the direction of the limit crossing. That means we can be notified when a threshold is crossed the way up only, or the way down only or both ways. That allows to create hysteresis values if it is needed. [[https://git.kernel.org/linus/41b89dba7c5dd0a071c52aa2f8c87c507e30dfbe|commit]], [[https://git.kernel.org/linus/a26267248628760d02e7d03534afc59dae0c9b40|commit]], [[https://git.kernel.org/linus/24b216b2d13568c703a76137ef54a2a9531a71d8|commit]], [[https://git.kernel.org/linus/1773572863c43a14a3e45f0591f28b7dec1ee52a|commit]], [[https://git.kernel.org/linus/85ee9449f76430846132b0248a99a6cfb524f992|commit]] * Add PCIe bandwidth controller and associated PCIe cooling driver to the thermal core side for limiting PCIe Link Speed due to thermal reasons [[https://git.kernel.org/linus/665745f274870c921020f610e2c99a3b1613519b|commit]], [[https://git.kernel.org/linus/04af8a399fa40310f831b4f1dc9f757085f41983|commit]], [[https://git.kernel.org/linus/d2bd39c0456b75be9dfc7d774b8d021355c26ae3|commit]], [[https://git.kernel.org/linus/fad610b987132868e3410c530871086552ce6155|commit]], [[https://git.kernel.org/linus/d278b098282d1327f6e1be82aacb18457a4d244d|commit]], [[https://git.kernel.org/linus/e93d9fcfd7dc643eb5fce43053774d27bea2b263|commit]], [[https://git.kernel.org/linus/838f12c3d551f8941295ed7085ad360c3d3ad665|commit]] * ACPI: EC: make EC support compile-time conditional [[https://git.kernel.org/linus/a6021aa24f6417416d93318bbfa022ab229c33c8|commit]] * tools/power turbostat: Fixes, enabling and enhancements [[https://git.kernel.org/linus/1958f4e16864f78ab121de08ba4d7a984ed46891|commit]], [[https://git.kernel.org/linus/ba99a4fc8c24dc7d35f18edb6e3b0a65345fbfa3|commit]], [[https://git.kernel.org/linus/b082e07aec468c4564ceff83a6739d2407d1979d|commit]], [[https://git.kernel.org/linus/3ae5f34384176a4a8742dd11ab0e1e062dcc6ce2|commit]], [[https://git.kernel.org/linus/03109e2f0d18dcb84218bd91c4fbf864193ca934|commit]], [[https://git.kernel.org/linus/f5e2cf228f185fe3ede98caf2b28e8a1c2103262|commit]], [[https://git.kernel.org/linus/d071004e623b7433573019d67cba79e345d83006|commit]], [[https://git.kernel.org/linus/d39d586ee44407ec89b9527a9c1f27a91d6b05d1|commit]], [[https://git.kernel.org/linus/26c57a152bb4ab21757cb0cf439c4e8e0b5f61a9|commit]], [[https://git.kernel.org/linus/c7538f33853b11d0ff2a81efb78bde125d1fc49f|commit]] * pm-graph v5.13 [[https://git.kernel.org/linus/8c763ffafe218da98575855105f0102dc593381c|commit]] * Add MSM8917/PM8937/Redmi 5A [[https://git.kernel.org/linus/413cfaa7ed8b120e7d934cbce26433e3f7b0ff76|commit]], [[https://git.kernel.org/linus/e2ffb6c3a40ee714160e35e61f0a984028b5d550|commit]], [[https://git.kernel.org/linus/c94dc5feb49410038a52b398815aecff1b9f7d01|commit]] == Storage == * Rotational storage support [[https://git.kernel.org/linus/81ee2f28112e33c049f9b507c87660e9a12db590|commit]], [[https://git.kernel.org/linus/266b652c65b44fb2ccfa17cdb54ce2ef723deb0a|commit]], [[https://git.kernel.org/linus/1d811438851bae0d5593a9ecc0736db4b3c6d994|commit]], [[https://git.kernel.org/linus/61c9967cd63448292a64f9ee9aeb6e2053e3a624|commit]], [[https://git.kernel.org/linus/83acb24e6de7bbb5cb0df1ba0f47a92da9112061|commit]], [[https://git.kernel.org/linus/64a51080eaba2f7a10b403f399f8fb583537b0bd|commit]], [[https://git.kernel.org/linus/5fd075cdaf3649000677d960fd9e45c08081b7e0|commit]], [[https://git.kernel.org/linus/1e058089d28f58bd194d3c0f06512f42079f5a1d|commit]], [[https://git.kernel.org/linus/e973c91727d49bb128c95210b3aa1960b9421d18|commit]], [[https://git.kernel.org/linus/e2758c76a0ab2032a0d11abc1c2ff08661fdf428|commit]] * ufs: core: Restore SM8650 support [[https://git.kernel.org/linus/007cd6ba9aace998acab29a3b9e9b1ce02f91f5d|commit]] * pm8001: Use module param to set pcs event log severity [[https://git.kernel.org/linus/c8d81a438544a8c439b89bd88cfdc35117011658|commit]] * Implement the NVMe reservation feature [[https://git.kernel.org/linus/5a47c2080a7316f184107464e4f76737c0c05186|commit]], [[https://git.kernel.org/linus/1900e1a4495b7376cb9b4e58f1d846660f4c9c4b|commit]] * nvme-pci: meta sgl and userspace protection [[https://git.kernel.org/linus/6399a0db8cd61eedbfb4b7809a4f4699157a9bf8|commit]], [[https://git.kernel.org/linus/979c6342f9c0a48696a6420f14f9dd409591657f|commit]] * st: Device reset patches [[https://git.kernel.org/linus/128faa1845a2d5b0178b986f3bd18fb38cc08cc2|commit]], [[https://git.kernel.org/linus/a4550b28c8c853e7241ecf30b4f1d9c6bc631fda|commit]], [[https://git.kernel.org/linus/0b120edb37dc9dd8ca82893d386922eb6b16f860|commit]], [[https://git.kernel.org/linus/5bb2d6179d1a8039236237e1e94cfbda3be1ed9e|commit]] * nvme target 2.1 and independent identify ns [[https://git.kernel.org/linus/609e60a3a9f4053b420d3ece565dee273bfdc2e8|commit]], [[https://git.kernel.org/linus/81ee2f28112e33c049f9b507c87660e9a12db590|commit]], [[https://git.kernel.org/linus/266b652c65b44fb2ccfa17cdb54ce2ef723deb0a|commit]], [[https://git.kernel.org/linus/61c9967cd63448292a64f9ee9aeb6e2053e3a624|commit]], [[https://git.kernel.org/linus/1d811438851bae0d5593a9ecc0736db4b3c6d994|commit]], [[https://git.kernel.org/linus/8a825d22a70915bd80c811fa93538cf2540af29d|commit]], [[https://git.kernel.org/linus/83acb24e6de7bbb5cb0df1ba0f47a92da9112061|commit]], [[https://git.kernel.org/linus/ee9f36db1f2fbd2ad304c0875415c598a2644e73|commit]], [[https://git.kernel.org/linus/5fd075cdaf3649000677d960fd9e45c08081b7e0|commit]], [[https://git.kernel.org/linus/64a51080eaba2f7a10b403f399f8fb583537b0bd|commit]], [[https://git.kernel.org/linus/1e058089d28f58bd194d3c0f06512f42079f5a1d|commit]], [[https://git.kernel.org/linus/e973c91727d49bb128c95210b3aa1960b9421d18|commit]] == Drivers in the Staging area == * fieldbus: Delete unused driver [[https://git.kernel.org/linus/8898f64f7ae4e60d48065812965a75d627bb9e55|commit]] * gdm724x: Remove unused driver [[https://git.kernel.org/linus/1c2d364e7f7fd0e6d2f7317ad6d2cd02b05de02a|commit]] * gpib: Add common include files for GPIB drivers [[https://git.kernel.org/linus/6c52d5e3cde2c1ca9b63ca2255c2d7c6f95e7afc|commit]] * gpib: Add hp82335x GPIB driver [[https://git.kernel.org/linus/76319a9d234f6e978b94716885051e5725cb90f6|commit]] * gpib: Add nec7210 GPIB chip driver [[https://git.kernel.org/linus/3ba84ac69b53e6ee07c31d54554e00793d7b144f|commit]] * max96712: Add support for MAX96724 [[https://git.kernel.org/linus/6c872b782aeaec31042643e57d6aedba1464d0b9|commit]], [[https://git.kernel.org/linus/9350219aa3570ae89cd3cad59d3d00ecf44e7f48|commit]], [[https://git.kernel.org/linus/2536a0715f0e5441c3daa377cc2f859cd14d8f28|commit]], [[https://git.kernel.org/linus/265c770d03e1e3f9958172d6a7cae59e68b86db2|commit]], [[https://git.kernel.org/linus/708cef6d4df47735127ab392e0c96674c7325cc1|commit]] * olpc_dcon: Remove driver marked as broken since 2022 [[https://git.kernel.org/linus/214c2754fb0af78fde9faa2e5f9693c4618f3d5b|commit]] * rtl8192e: delete the driver [[https://git.kernel.org/linus/be9be9f54f225f8301a0eb10d2d6f79077817e75|commit]] * rtl8712: Remove driver using deprecated API wext [[https://git.kernel.org/linus/41e883c137ebe6eec042658ef750cbb0529f6ca8|commit]] * rts5208: Remove unused driver [[https://git.kernel.org/linus/f11192a246f2b41703b3b760d1ba27e2f6cb1aa7|commit]] * vt6655: Remove unused driver [[https://git.kernel.org/linus/5062f8f52519346517758273d2984d2ce5d981ca|commit]] * vt6656: Remove unused driver [[https://git.kernel.org/linus/f6670baee56edb1f8cb918db61cd89e823b0a4d3|commit]] == Networking == * Bluetooth: * btusb: Add quirks for ATS2851 [[https://git.kernel.org/linus/677a55ba11a82c2835550a82324cec5fcb2f9e2d|commit]], [[https://git.kernel.org/linus/5bd3135924b4570dcecc8793f7771cb8d42d8b19|commit]], [[https://git.kernel.org/linus/94464a7b71634037b13d54021e0dfd0fb0d8c1f0|commit]] * btintel: Add DSBR support for BlazarIW, BlazarU and GaP [[https://git.kernel.org/linus/d88a8bb8bbbec9d57b84232a2d6f8dab84221959|commit]] * btintel_pcie: Add handshake between driver and firmware [[https://git.kernel.org/linus/05c200c8f0295c9c91beeb3ee0552331c1f8adbe|commit]] * btintel_pcie: Add recovery mechanism [[https://git.kernel.org/linus/a430c2a10c743dab5a3a07bc4e9544c55bd010fd|commit]] * btusb: Add 3 HWIDs for MT7925 [[https://git.kernel.org/linus/de7dcf9d1df4b0009735756d0a2adff09c3f21d4|commit]] * btusb: Add RTL8852BE device 0489:e123 to device tables [[https://git.kernel.org/linus/69b84ffce260ff13826dc10aeb3c3e5c2288a552|commit]] * btusb: Add USB HW IDs for MT7920/MT7925 [[https://git.kernel.org/linus/a94bc93a305bdcb20cc62978c334cace932b1be0|commit]] * btusb: Add new VID/PID 0489/e111 for MT7925 [[https://git.kernel.org/linus/faa5fd605d2081b6c9fa2355b59582d4ccd24b16|commit]] * btusb: Add new VID/PID 0489/e124 for MT7925 [[https://git.kernel.org/linus/679cb60fd60774798719c3e449874a168642a8e6|commit]] * btusb: Add one more ID 0x0489:0xe0f3 for Qualcomm WCN785x [[https://git.kernel.org/linus/45f745dd1ac880ce299c0f92b874cda090ddade6|commit]] * btusb: Add one more ID 0x13d3:0x3623 for Qualcomm WCN785x [[https://git.kernel.org/linus/e69bcffce21c649a23645b20eb527b3d1ce6fc49|commit]] * btusb: add Foxconn 0xe0fc for Qualcomm WCN785x [[https://git.kernel.org/linus/add1b1656f909c41aa0186fe75e7a42e2c0d2188|commit]] * RDMA/bnxt_re * Debug enhancements for bnxt_re driver [[https://git.kernel.org/linus/d7d54769c042cf24e4e8aeae03ca9fb5fcb6f714|commit]], [[https://git.kernel.org/linus/e4bcf8eb2a0e7e50b703449f504c654b2b16976d|commit]], [[https://git.kernel.org/linus/3b72946bdf19f4dffbf84b2ab0d26f09763638c4|commit]], [[https://git.kernel.org/linus/7363eb76b7f3b860ecfb8fcaf537e143bfd725bd|commit]] * Driver update [[https://git.kernel.org/linus/9990d744bea7d28e83c420e2c9d524c7a8a2d136|commit]], [[https://git.kernel.org/linus/52f70dea4201f12683236a0d02c03ca4f6145382|commit]], [[https://git.kernel.org/linus/9a420bb2b4ff1563226ae7c9335d1b34f50c033f|commit]], [[https://git.kernel.org/linus/9c4927caccf37240743fefdf1b4380fbe845aa39|commit]], [[https://git.kernel.org/linus/82c32d219272fc87680540ade235c1f08ad37626|commit]] * Enhance the resource distribution for RoCE VFs [[https://git.kernel.org/linus/cdb21c12adcb9eaf97ac085fd0d1382f9830224b|commit]], [[https://git.kernel.org/linus/304cc83807da5fd3044b0f20ed415027e40cd6e7|commit]], [[https://git.kernel.org/linus/53371c5c218f9fd5ec18843762a65c686040c574|commit]] * Driver update for 6.13 [[https://git.kernel.org/linus/68b3bca2df00f0a63f0aa2db2b2adc795665229e|commit]], [[https://git.kernel.org/linus/bfb27ae6d0f9a1229ab15c2f13616e96b4a4419e|commit]], [[https://git.kernel.org/linus/c64b16a37b6d240f6baefd7061970a01c23da61d|commit]] * RDMA/efa: Report link speed according to device attributes [[https://git.kernel.org/linus/1103579d6e32a97c71ef43e045ea559bd27d4c15|commit]] * mlx5 * Introduce data direct placement (DDP) [[https://git.kernel.org/linus/8439662f6f1654733e90453f33db41c6178f1b54|commit]], [[https://git.kernel.org/linus/8b36f7c3c6618dc97697a6a20a13b29651f68ab6|commit]], [[https://git.kernel.org/linus/8ab3138a9b2dcb0ddf281240cf8cba414eb1224a|commit]] * Support querying per-plane IB !PortCounters [[https://git.kernel.org/linus/eb3d354efb39576c86c1e659807c57c557f2f68a|commit]] * airoha: Implement BQL support [[https://git.kernel.org/linus/1d304174106c93ce05f6088813ad7203b3eb381a|commit]] * atlantic: support reading SFP module info [[https://git.kernel.org/linus/853a2944aaf394ff425ed4821231918cb60d4ff9|commit]] * bcmasp: enable SW timestamping [[https://git.kernel.org/linus/c531f2269a53db5cf64b24baf785ccbcda52970f|commit]] * bnxt_en * Add context memory dump to coredump [[https://git.kernel.org/linus/84fcd9449fd7882ddfb05ba64d75f9be2d29b2e9|commit]], [[https://git.kernel.org/linus/de999362ad33d80ae5162670795d990f275960dd|commit]], [[https://git.kernel.org/linus/0b350b4927e69d66629099dbb32cad8d2d56a26d|commit]], [[https://git.kernel.org/linus/3c2179e66355a2f85ff86a73719f0ce7dcf4a226|commit]], [[https://git.kernel.org/linus/968d2cc07c2fc9a508a53bd2de61200f50206fbc|commit]], [[https://git.kernel.org/linus/bda2e63a508b7f728c2386c9a0de234113e8b809|commit]], [[https://git.kernel.org/linus/ff00bcc9ecccf4a1ce3a06eb38a9b4592f870f80|commit]], [[https://git.kernel.org/linus/23a18b91b609ea640fba0b1d1dabc3a4cc2ba817|commit]], [[https://git.kernel.org/linus/24d694aec139e9e0a31c60993db79bd8ad575afe|commit]], [[https://git.kernel.org/linus/46010d43ab7b18fbc8a3a0bf4d65c775f8d2adbd|commit]], [[https://git.kernel.org/linus/a854a17097b9e05d25e0c6354d5150acb4d841a5|commit]] * Enhance the resource distribution for RoCE VFs [[https://git.kernel.org/linus/cdb21c12adcb9eaf97ac085fd0d1382f9830224b|commit]], [[https://git.kernel.org/linus/304cc83807da5fd3044b0f20ed415027e40cd6e7|commit]], [[https://git.kernel.org/linus/53371c5c218f9fd5ec18843762a65c686040c574|commit]] * ethtool: Improve wildcard l4proto on ip4/ip6 ntuple rules [[https://git.kernel.org/linus/5f143efd3804a85d6a17cabc225effd89d017076|commit]], [[https://git.kernel.org/linus/050eb2cebb9e97adb673550c51988c3de1eb0834|commit]] * Optimize gettimex64 [[https://git.kernel.org/linus/c7a21af711e846a844095ae474f0f7e0ea8c6967|commit]] * dsa: microchip: Add LAN9646 switch support [[https://git.kernel.org/linus/16220cb315a0a10d2a003d9af534988686e675ea|commit]], [[https://git.kernel.org/linus/3a371e10521de2e98f5e264a27b5af3d231b4261|commit]] * Side MDIO Support for LAN937x Switches [[https://git.kernel.org/linus/34125ac851b8926a94727e2a20246551fe691551|commit]], [[https://git.kernel.org/linus/698b20a679bee9c4021f35e195760798f3530c88|commit]], [[https://git.kernel.org/linus/9afaf0eec2ab6bcfa227ab528fbdf2881fa7a293|commit]], [[https://git.kernel.org/linus/7eb4c2571443f4efe07dedf9f5a99d7cfe716415|commit]], [[https://git.kernel.org/linus/f47e6e1e79a107cd389519da224f10e58bddcee2|commit]], [[https://git.kernel.org/linus/8bbba4161b6557ba8effc443072e70c16da24e6f|commit]] * dsa: mt7530: Add TBF qdisc offload support [[https://git.kernel.org/linus/2e570cd187e3b5c8e56627523e0c12e2ffc4745f|commit]] * dsa: mv88e6xxx: Support LED control [[https://git.kernel.org/linus/94a2a84f5e9ec1fc4780d6e03935c0c05e1e4e0a|commit]] * xilinx: emaclite: Adopt clock support [[https://git.kernel.org/linus/daab0ac53e774f14ea78a1849358dbefb0d3efd2|commit]], [[https://git.kernel.org/linus/e87fb82ddc3b9082af10705b7f3683ef652e51d4|commit]], [[https://git.kernel.org/linus/2cb536d13cf9fbce029055b7603b3ca4ca1cf407|commit]] * ena: Link IRQs, queues, and NAPI instances [[https://git.kernel.org/linus/888634377f8effebdea671d7c32a8edd1fce021b|commit]], [[https://git.kernel.org/linus/989867846f7ff2cfd931aa0c6134e71ab8716647|commit]] * Add basic support for i.MX95 NETC [[https://git.kernel.org/linus/f488649e40f8900d23b86afeab7d4b78c063d5d1|commit]], [[https://git.kernel.org/linus/db2fb74c8560120321919d34dc00806406e7dd11|commit]], [[https://git.kernel.org/linus/9e7f2116199d5b88e9fa6375a3b3aba4c6e08895|commit]], [[https://git.kernel.org/linus/99100d0d992258a361aed87f36476542d2b08e0b|commit]], [[https://git.kernel.org/linus/f70384e53b091f02180443663c52c9dadc6a9208|commit]], [[https://git.kernel.org/linus/b4bfd0a904e9e4b584111374adea72cc5fd83cf4|commit]], [[https://git.kernel.org/linus/da98dbbc2c743913c789a9cb863502b64e4d71f1|commit]], [[https://git.kernel.org/linus/fe5ba6bf91b3e30118c59fe51048cda101de6542|commit]], [[https://git.kernel.org/linus/a52201fb9caa9b33b4d881725d1ec733438b07f2|commit]] * fbnic * Add hardware monitoring support via HWMON interface [[https://git.kernel.org/linus/d85ebade02e8f6307ea20457aaae0fdaa860e10f|commit]] * Add support to dump registers [[https://git.kernel.org/linus/3d12862b216d39670500f6bd44b8be312b2ee4fb|commit]] * Add support to write TCE TCAM entries [[https://git.kernel.org/linus/90c940ff1f74685c338b34a968869b97cee1cec8|commit]] * Add PCIe hardware statistics [[https://git.kernel.org/linus/25ba596d137db208ace697e3adc7cc35b3b2882b|commit]] * Cleanup and add a few stats [[https://git.kernel.org/linus/79da2aaa08ee9980ac3f750f8b3d3db389714257|commit]], [[https://git.kernel.org/linus/25ba596d137db208ace697e3adc7cc35b3b2882b|commit]], [[https://git.kernel.org/linus/08606cb528bed9f265ea8a99b0c310f3eba0ca89|commit]], [[https://git.kernel.org/linus/b5d7cb76f2674c9d01b611141702723a95d12553|commit]], [[https://git.kernel.org/linus/5e2156d837e875c0277bbe9c5cd965ff56539e0b|commit]] * Add timestamping support [[https://git.kernel.org/linus/f9b491ecc47ead6a57576a1a40cb27fd79835cc2|commit]], [[https://git.kernel.org/linus/96f358f75d1a4efbbaf0302395fde339934226f3|commit]], [[https://git.kernel.org/linus/ad3d9f8bc66c5d717977b224b19478d996d125d0|commit]], [[https://git.kernel.org/linus/6a2b3ede954343c47dbfbffe6136383ffd0d5632|commit]], [[https://git.kernel.org/linus/ad8e66a4d963ce3936eb6dc92c3be41ee92f3350|commit]], [[https://git.kernel.org/linus/980f0799a15c75403f1f9284a32b6056b9660144|commit]] * Add software TX timestamping support [[https://git.kernel.org/linus/be65bfc957eb70aecdf3e351ec9fc3f067598f9e|commit]] * Remove the DLink/Sundance (ST201) driver [[https://git.kernel.org/linus/8401a108a63302a5a198c7075d857895ca624851|commit]] * am65-cpsw: Enable USXGMII mode for J7200 CPSW5G [[https://git.kernel.org/linus/97802ffca711cb3fd8adfd9db38e005970d59743|commit]] * gve: Link IRQs, queues, and NAPI instances [[https://git.kernel.org/linus/021f9e671e4a7166e7a267531553b9e0b7d19681|commit]], [[https://git.kernel.org/linus/3017238b60d394d01f2596e07343ca494b6dd2c0|commit]] * gve: adopt page pool [[https://git.kernel.org/linus/2e5e0932dff5dbda657de6f4b661cdab46cf7c1b|commit]], [[https://git.kernel.org/linus/ebdfae0d377b487eabb739c55a13a2ab29f21f36|commit]], [[https://git.kernel.org/linus/93c68f1275f9e21ccfed9ee292aedb11c3f6241b|commit]] * Add support of HIBMCGE Ethernet Driver [[https://git.kernel.org/linus/d6e882b89fdf80be0ab4f914ec10f75215e49495|commit]], [[https://git.kernel.org/linus/f72e2559406191f2c7e2d15b78df6066594b0a9e|commit]], [[https://git.kernel.org/linus/fc1992bad7dacd0ff474c531c1dfbe3aa2841da6|commit]], [[https://git.kernel.org/linus/f9a002a13054b23ecba0904510121f61632797c8|commit]], [[https://git.kernel.org/linus/a239b2b1dee2dce9c48939b122b3ad3ed7b99cbd|commit]], [[https://git.kernel.org/linus/a95ac4f92aa62abf3c5d874cc960bb4d76cd540a|commit]], [[https://git.kernel.org/linus/ff4edac6e9bd2dc7f14e86f6880e542ac37679bd|commit]], [[https://git.kernel.org/linus/4d089035fa196042461e562d482290559d7c1825|commit]], [[https://git.kernel.org/linus/81e176de6ad4a1c4345bce61b2876b01c6c24c28|commit]] * ibmvnic: Add stat for tx direct vs tx batched [[https://git.kernel.org/linus/2ee73c54a615b74d2e7ee6f20844fd3ba63fc485|commit]] * Intel Wired LAN Driver Updates 2024-11-05 (ice, ixgbe, igc. igb, igbvf, e1000) [[https://git.kernel.org/linus/cae7a366f77ea5c9f54ae98c5fc65056877a89ed|commit]], [[https://git.kernel.org/linus/2a52984c53f3df46db58d50557fda4580aa2aad6|commit]], [[https://git.kernel.org/linus/8cca16be5efc6a481487e34a0fe542cc480fc720|commit]], [[https://git.kernel.org/linus/99dbcab0cdd60e35d9f208b2f7515a19ba523ff6|commit]], [[https://git.kernel.org/linus/ade6fded7957fd10a152de98513e4af3ff76ab71|commit]], [[https://git.kernel.org/linus/f40b0acad68852d475d034f20df3f6bcac7bdbc4|commit]], [[https://git.kernel.org/linus/e400c7444d84b0fd2ebb34e618f83abe05917543|commit]], [[https://git.kernel.org/linus/d6920900398a604841d3662b05c76f5e3317de82|commit]], [[https://git.kernel.org/linus/4b2c75ffeaadfce0ffdd97fbd0bbcad5c4f83131|commit]], [[https://git.kernel.org/linus/8ea085937dad2d0b5399bc58722934f562b9abef|commit]], [[https://git.kernel.org/linus/eaa3e9876bbc2f260cf17167a194bd412e80f177|commit]], [[https://git.kernel.org/linus/41936522749654e64531121bbd6a95bab5d56d76|commit]], [[https://git.kernel.org/linus/09ec79d42e42beacf23bad5d388f4692f5f4c7d8|commit]], [[https://git.kernel.org/linus/fcc17a3ba0ceef76cb2197742f9e90fb17e89b2e|commit]] * ice: Implement ethtool reset support [[https://git.kernel.org/linus/b699c81af0683ad5b7a7e2b3ef4ae3ff8ee41153|commit]] * ice: add E830 HW VF mailbox message limit support [[https://git.kernel.org/linus/59f4d59b25aec39a015c0949f4ec235c7a839c44|commit]] * lan969x: add VCAP functionality [[https://git.kernel.org/linus/1091487dc7435532a04210faeaaf1eb5ac0721d0|commit]], [[https://git.kernel.org/linus/8f5a812efff8495ba0df93239b62d008925b37d1|commit]], [[https://git.kernel.org/linus/8caa21e4e4ed4ed8bebb95f47e724bf78883679a|commit]], [[https://git.kernel.org/linus/9bdb67b53f3f2c702ef8bf4723c3d2c5523aba9b|commit]], [[https://git.kernel.org/linus/7ef750e490dc89fad227dbcab8274c417139f796|commit]], [[https://git.kernel.org/linus/d4c97e39bf40fe02ee762c32d5dea73928ce6f0c|commit]] * sparx5: add support for lan969x switch device [[https://git.kernel.org/linus/41c6439fdc2b741f268a5140c6dd119648896ee4|commit]], [[https://git.kernel.org/linus/207966787b7146baae7fdb2f21aece36f784a63b|commit]], [[https://git.kernel.org/linus/7280f01e79ccc002de17a8c40711e855943d8b13|commit]], [[https://git.kernel.org/linus/69b614251784fb0c2baf8729c041326a5bb42720|commit]], [[https://git.kernel.org/linus/9324881cef519acee1d7b187fd9ed0f92fb28fe2|commit]], [[https://git.kernel.org/linus/5d2ba3941016c61093f2d6d986692bc39d000023|commit]], [[https://git.kernel.org/linus/b074c5e6c542f6f66ffa94a2b05eadb91e01cdd0|commit]], [[https://git.kernel.org/linus/98a01119608d21e0ed95a544071beabb353240ed|commit]], [[https://git.kernel.org/linus/728267dc46d3bbb21bf9431ecbb6c8e9251cd711|commit]], [[https://git.kernel.org/linus/24fe835417559b0cb185a508941831e8cf2c2d3c|commit]], [[https://git.kernel.org/linus/1ebaa5e189151a396de3fcd280078eaf7b922920|commit]], [[https://git.kernel.org/linus/d5a1eb484594474f10fa277e41f6265d853c5805|commit]], [[https://git.kernel.org/linus/199498490cac57b6cbd7ca7a3cecfa34dc996c47|commit]], [[https://git.kernel.org/linus/ead854c46359be2287d1dfe538448b32e507d7d1|commit]], [[https://git.kernel.org/linus/d8ab8c63704992043a6701c461fc89e56fc3563e|commit]] * macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2 [[https://git.kernel.org/linus/8389cdb5c192bad690caf64a0746216c27f0c9b8|commit]] * macsec: inherit lower device's features and TSO limits when offloading [[https://git.kernel.org/linus/415b7cef1c73590bb897fc3f6dd9a0fa4a79acd8|commit]], [[https://git.kernel.org/linus/29084ea5d0e806abb02a69e18bae3d562a9202a5|commit]], [[https://git.kernel.org/linus/0189270117c3a3b43d226ed9da5d1ee4dc58b45c|commit]], [[https://git.kernel.org/linus/bd97c29f7e9e45980417973d5e8b755bd71e10a9|commit]], [[https://git.kernel.org/linus/494bd83bb5193dbd56a3dac3965b0bb6c312c930|commit]], [[https://git.kernel.org/linus/0f8800eb67ae9160d144d803f4f8d26ba6385213|commit]], [[https://git.kernel.org/linus/de187a390838c0b3dfd00ae5399aa406d0a79f13|commit]], [[https://git.kernel.org/linus/f29d24a2106ae28a9b257503a615ee438efa3f95|commit]] * mana: Add get_link and get_link_ksettings in ethtool [[https://git.kernel.org/linus/c30a3f54e661d01df2bf193398336155089dd502|commit]] * mana: Enable debugfs files for MANA device [[https://git.kernel.org/linus/6607c17c6c5e029da03a90085db22daf518232bf|commit]] * mlx5: Refactor esw QoS to support generalized operations [[https://git.kernel.org/linus/f0ac6209460e8cc9bddf161d7210da5b72aa4846|commit]], [[https://git.kernel.org/linus/7b919caaeb18f6d44133cd6f948a137af30daa4f|commit]], [[https://git.kernel.org/linus/1c25d4388ba69bd67a29b20278f9da46d092dd72|commit]], [[https://git.kernel.org/linus/88d5fbcb7ba0b94aeb054dd576ff6e43d026c1fe|commit]], [[https://git.kernel.org/linus/4235fe2cb8e98dec6f49a86c93704b6a4762c4a2|commit]], [[https://git.kernel.org/linus/a1903bf50f2e67f8f5c67743d57c76ab19e795a5|commit]], [[https://git.kernel.org/linus/b37f3f2be0f4f9f62cf4cd001b1e95b89ed0e9b0|commit]], [[https://git.kernel.org/linus/1715f0a7323377835a4d079cd6168ea50b13b727|commit]], [[https://git.kernel.org/linus/54200dbc685c6fcfcd59b132ff5d9979563bc01d|commit]], [[https://git.kernel.org/linus/70744a46aabfaea925cd0ebf172e1bd21ce58148|commit]], [[https://git.kernel.org/linus/700814fa41cecbd62a415e77524f494cafe5bc42|commit]], [[https://git.kernel.org/linus/045815fe329ab7e1084591c5f85af32922d54c9a|commit]], [[https://git.kernel.org/linus/72a1d121fa6bf079bddb1df9fd19b394eb3ff5ee|commit]], [[https://git.kernel.org/linus/24e54e870d11db3b5a52f8bb5729c55989e44ef5|commit]], [[https://git.kernel.org/linus/ebecc37befb184c0a4316006df0eef83039a2475|commit]] * mlx5: qos: Refactor esw qos to support new features [[https://git.kernel.org/linus/f91c69f43c545f46f256d907d55d24d06a4ac8f5|commit]], [[https://git.kernel.org/linus/a87a561b802a45d37bc34e5a8e4f57a213ea713f|commit]], [[https://git.kernel.org/linus/e9fa32f110867655eb396cef1f35b66278e53051|commit]], [[https://git.kernel.org/linus/158205ca4bafa98deeee977bb5de20de7d573285|commit]], [[https://git.kernel.org/linus/107a034d5c1e9cf86fdf4c8801ec8a07e6669520|commit]], [[https://git.kernel.org/linus/40efb0b7c755f7803abe59a81c3bdd73edf025d3|commit]], [[https://git.kernel.org/linus/e1013c792960324d9780f11acd88c5b2ed7747c5|commit]], [[https://git.kernel.org/linus/16efefde21f50b15ccc01e1993d578d34b201611|commit]], [[https://git.kernel.org/linus/43f9011a3d7a51f187116d2cf87de303934619a2|commit]], [[https://git.kernel.org/linus/016f426a14f09faa8bdb68b063c2947edf3108a1|commit]], [[https://git.kernel.org/linus/b9cfe193eb8fa3468fbd5585f92ed77648488b98|commit]], [[https://git.kernel.org/linus/d3a3b0765e18d78117cbf7b4cd61cd4a6ab2b5e5|commit]], [[https://git.kernel.org/linus/8746eeb7f80803009e2e137b8a6667820ea41c18|commit]], [[https://git.kernel.org/linus/0c4cf09eca83634e859c51be9dded6b535190a88|commit]] * octeontx2-pf: Introduce RVU representors [[https://git.kernel.org/linus/b8fea84a0468404fe3b3327ad54d583950be9dec|commit]], [[https://git.kernel.org/linus/3392f9190373e12cb48514a49805a7c75076b619|commit]], [[https://git.kernel.org/linus/3937b7308d4fce2793fa7fa56ed0faf0f8b6dc7a|commit]], [[https://git.kernel.org/linus/6c40ca957fe5d5982d55fc77d86d9f8ea0b6bba6|commit]], [[https://git.kernel.org/linus/6050b04dca8e21146adc12b6553dd143dc8cb45c|commit]], [[https://git.kernel.org/linus/22f858796758b5580d10b1e4f51eba39b3702b5c|commit]], [[https://git.kernel.org/linus/d8dec30b51655bdab2657978982e49b6c13ce3d3|commit]], [[https://git.kernel.org/linus/222a4eea9c6b58897c64128366843f668292ded5|commit]], [[https://git.kernel.org/linus/2f7f33a09516a4e1857950da8c94bbd31349921d|commit]], [[https://git.kernel.org/linus/940754a21decb9fe60901f34a9ac0b3bb8d1f778|commit]], [[https://git.kernel.org/linus/683645a2317e59ed74f1494b6cba19ea17ac8f0e|commit]], [[https://git.kernel.org/linus/594a25e1ffc59fd1ef9a6760a1eb2ef6bbd4cfc1|commit]] * octeontx2-af: Few debugfs enhancements [[https://git.kernel.org/linus/beb2baa9e54d7383618589f2f78721654231452e|commit]], [[https://git.kernel.org/linus/70a7434bdb13b2da6888e8f75f2d2950573c4095|commit]] * phy: aquantia: Add mdix config and reporting [[https://git.kernel.org/linus/bc3d60bd4c91c338d44ad7d8a7389e3663e3ecb5|commit]] * phy: c45-tja11xx: make PHY output RMII reference clock [[https://git.kernel.org/linus/6d8d89873ae075bf73f17af2bad109da90fd017f|commit]], [[https://git.kernel.org/linus/09277e4fc9a62992839bf59684ef86910e1f4557|commit]] * phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110 [[https://git.kernel.org/linus/20c7722a7aa33e5b9de0c0d62b7ec0a2455e6725|commit]], [[https://git.kernel.org/linus/0e58c188711d41bd6d3b3db3e57e609f3296e731|commit]], [[https://git.kernel.org/linus/21185019aa9c52d5273eea827f07b3feac811546|commit]] * marvell: Add mdix status reporting [[https://git.kernel.org/linus/c797cb9c09882195d58989a40cc7d42c9c033a3b|commit]] * phy: microchip_t1: SQI support for LAN887x [[https://git.kernel.org/linus/36efaca9cb28a893cad98f0448c39a8b698859e2|commit]] * Update on Microchip 10BASE-T1S PHY driver [[https://git.kernel.org/linus/6b079d8f7b959277e92eb66eba8dd4d03c25bb1a|commit]], [[https://git.kernel.org/linus/78341049fbcde04f45738e9d06cb0fa75207e0f1|commit]], [[https://git.kernel.org/linus/d793beee2d801bdda59363ea87f60a31ff097cb9|commit]], [[https://git.kernel.org/linus/7a0414fdccf303dc306d621a710e4c5e67388075|commit]], [[https://git.kernel.org/linus/9826b9a08b9cac9c664154a5ccc2768195c80dc1|commit]], [[https://git.kernel.org/linus/662d9c5fe19d957f58c1d9c95d60773157d759be|commit]], [[https://git.kernel.org/linus/117b70e4c67ba6fa64492b8fcda0826fc3928def|commit]] * mxl-gpy: add basic LED support [[https://git.kernel.org/linus/78997e9a5e4d8a4df561e083a92c91ae23010e07|commit]] * realtek: add RTL8125D-internal PHY [[https://git.kernel.org/linus/8989bad541133c43550bff2b80edbe37b8fb9659|commit]] * Add support for LEDs on Marvell PHYs [[https://git.kernel.org/linus/7ae215ee7bb855f13c80565470fc7f67db4ba82f|commit]], [[https://git.kernel.org/linus/9d55e68b19f222e6334ef4021c5527998f5ab537|commit]], [[https://git.kernel.org/linus/a274465cc3bef2dfd9c9ea5100848dda0a8641e1|commit]], [[https://git.kernel.org/linus/c161656b48ee22e51804d26fcc11bbcd2486d697|commit]] * r8169 * Add support for RTL8125D [[https://git.kernel.org/linus/f75d1fbe7809bc5ed134204b920fd9e2fc5db1df|commit]] * phy: switch eee_broken_modes to linkmode bitmap and add accessor [[https://git.kernel.org/linus/e340bff27e63ed61a1e9895bed546107859e48a7|commit]], [[https://git.kernel.org/linus/ed623fb8e38e2a241da12864778ec9c9cf930c65|commit]], [[https://git.kernel.org/linus/721aa69e708b7432af83c4bb00a30e2b7c27da28|commit]] * Enable EEE at 2.5G per default on RTL8125B [[https://git.kernel.org/linus/c4e64095c00cb2de413cd6b90be047c273bcd491|commit]] * Enable SG/TSO on selected chip versions per default [[https://git.kernel.org/linus/b8bf38440ba94e8ed8e2ae55c5dfb0276d30e843|commit]] * Implement additional ethtool stats ops [[https://git.kernel.org/linus/e3fc5139bd8ffaa1498adc21be4e8ecbc6aed508|commit]] * Add support for the temperature sensor being available from RTL8125B [[https://git.kernel.org/linus/1ffcc8d41306fd2e5f140b276820714a26a11cc4|commit]] * ravb: Extend !GbEth checksum offload support to VLAN/IPv6 packets [[https://git.kernel.org/linus/4574ba5b711d7f7968c116521ef58d46fd4f89b1|commit]], [[https://git.kernel.org/linus/e63b5fd02a00aab8e79691359e931dafcd9dfd05|commit]], [[https://git.kernel.org/linus/c4e347a02b14fa2425337473fcb120c62936cbc5|commit]], [[https://git.kernel.org/linus/8d2109c1a51525c3586c5bf6f78ab1ce3c2908f8|commit]], [[https://git.kernel.org/linus/546875ccba938ba4f7b5c616a1a1e334c5f2903f|commit]], [[https://git.kernel.org/linus/8e3037924a36505531999df8f5847a68b9272c41|commit]], [[https://git.kernel.org/linus/59cceae40c67d943687587912483d68226cd04de|commit]], [[https://git.kernel.org/linus/faacdbba01802c89f7043f9a47ad442c1195d307|commit]], [[https://git.kernel.org/linus/5a2d973e36061cbf8d1ba00a9294244522715e53|commit]], [[https://git.kernel.org/linus/85c171509821af048a45b435e0fac36edba6a0cb|commit]] * sfc: per-queue stats [[https://git.kernel.org/linus/68db9ec2df073f0d15351e0cb7de81d0a322f456|commit]], [[https://git.kernel.org/linus/db3067c8aab6836004a985a4236e9825b34c4dd7|commit]], [[https://git.kernel.org/linus/b3411dbdaa55cffbcdfa1aaffa78f812132937fe|commit]], [[https://git.kernel.org/linus/873e85795026e1c57dd6db24148fc5b85cc2ccee|commit]], [[https://git.kernel.org/linus/5c24de42f1c1d77cf876ae4b1830e1bbf89f456f|commit]], [[https://git.kernel.org/linus/65131ea8d3f9a6033753d853ab497b61a2fd6090|commit]], [[https://git.kernel.org/linus/07e5fa5b7f43efd18040ae47569258850cf94a09|commit]], [[https://git.kernel.org/linus/cfa63b9080bce70a40d40ff0a0669cf81a2f66d1|commit]] * sfp: change quirks for Alcatel Lucent G-010S-P [[https://git.kernel.org/linus/90cb5f1776ba371478e2b08fbf7018c7bd781a8d|commit]] * sparx5: prepare for lan969x switch driver [[https://git.kernel.org/linus/a0dd8906824b1131ad21d2d689d54628917ce8d1|commit]], [[https://git.kernel.org/linus/8cc4102363c76ed734cf030e6389d423e884edf1|commit]], [[https://git.kernel.org/linus/3f9e46347a466a70c422a5790e209d5c7167be48|commit]], [[https://git.kernel.org/linus/559fb423d5f2d64b6cd74f4ad7bdc09795c67a06|commit]], [[https://git.kernel.org/linus/5ba3f8460393aab8debdc961a8364527252c2b1e|commit]], [[https://git.kernel.org/linus/b7e09ddb673f4573fb4c6ac7729725c685ae6af8|commit]], [[https://git.kernel.org/linus/8c274d69093fcf5cc0d00a41994ce0a1523417ae|commit]], [[https://git.kernel.org/linus/4b67bcb9094e74890483e55ea2aaf2d57c4df843|commit]], [[https://git.kernel.org/linus/7a03df01457bb92416be029ed74ea1403783ca3c|commit]], [[https://git.kernel.org/linus/beb36b507170c1337fa25c1c3a44f533b7374cc7|commit]], [[https://git.kernel.org/linus/1d00c08048529b36e4d039aee8d60f8258797ed7|commit]], [[https://git.kernel.org/linus/048c96907ca150c487da66ce0cc3528ab68a1661|commit]], [[https://git.kernel.org/linus/d5a1eb484594474f10fa277e41f6265d853c5805|commit]], [[https://git.kernel.org/linus/f68f71f33f62a4646b64776bc3fab02c59e10027|commit]], [[https://git.kernel.org/linus/20f8bc8755a718fd8358e29ae1e6601a1026e2da|commit]] * sparx5: add support for lan969x switch device [[https://git.kernel.org/linus/41c6439fdc2b741f268a5140c6dd119648896ee4|commit]], [[https://git.kernel.org/linus/207966787b7146baae7fdb2f21aece36f784a63b|commit]], [[https://git.kernel.org/linus/7280f01e79ccc002de17a8c40711e855943d8b13|commit]], [[https://git.kernel.org/linus/69b614251784fb0c2baf8729c041326a5bb42720|commit]], [[https://git.kernel.org/linus/9324881cef519acee1d7b187fd9ed0f92fb28fe2|commit]], [[https://git.kernel.org/linus/5d2ba3941016c61093f2d6d986692bc39d000023|commit]], [[https://git.kernel.org/linus/b074c5e6c542f6f66ffa94a2b05eadb91e01cdd0|commit]], [[https://git.kernel.org/linus/98a01119608d21e0ed95a544071beabb353240ed|commit]], [[https://git.kernel.org/linus/728267dc46d3bbb21bf9431ecbb6c8e9251cd711|commit]], [[https://git.kernel.org/linus/24fe835417559b0cb185a508941831e8cf2c2d3c|commit]], [[https://git.kernel.org/linus/1ebaa5e189151a396de3fcd280078eaf7b922920|commit]], [[https://git.kernel.org/linus/d5a1eb484594474f10fa277e41f6265d853c5805|commit]], [[https://git.kernel.org/linus/199498490cac57b6cbd7ca7a3cecfa34dc996c47|commit]], [[https://git.kernel.org/linus/ead854c46359be2287d1dfe538448b32e507d7d1|commit]], [[https://git.kernel.org/linus/d8ab8c63704992043a6701c461fc89e56fc3563e|commit]] * lan969x: add VCAP functionality [[https://git.kernel.org/linus/1091487dc7435532a04210faeaaf1eb5ac0721d0|commit]], [[https://git.kernel.org/linus/8f5a812efff8495ba0df93239b62d008925b37d1|commit]], [[https://git.kernel.org/linus/8caa21e4e4ed4ed8bebb95f47e724bf78883679a|commit]], [[https://git.kernel.org/linus/9bdb67b53f3f2c702ef8bf4723c3d2c5523aba9b|commit]], [[https://git.kernel.org/linus/7ef750e490dc89fad227dbcab8274c417139f796|commit]], [[https://git.kernel.org/linus/d4c97e39bf40fe02ee762c32d5dea73928ce6f0c|commit]] * stmmac * Add DW QoS Eth v4/v5 ip payload error statistics [[https://git.kernel.org/linus/0a316b16a6c8d32098ae5c1b18f343ba52e8f4bc|commit]] * Add the dwmac driver support for T-HEAD TH1520 SoC [[https://git.kernel.org/linus/33a1a01e3afa724c5f0014548008fe12426f6357|commit]], [[https://git.kernel.org/linus/f920ce04c39983d3fb181a77590b05bedfd25f98|commit]] * Support external snapshots on dwmac1000 [[https://git.kernel.org/linus/774f57d6562d615d887dddfe00fb4d05d48d897b|commit]], [[https://git.kernel.org/linus/85cebb7279e8ccbd5f37fb7ae7eae3a56c3f9346|commit]], [[https://git.kernel.org/linus/13e908800c0d5b0177cc2915519fc8b512925bb8|commit]], [[https://git.kernel.org/linus/0bfd0afc746c3531c5ac716edca3899e907e54df|commit]], [[https://git.kernel.org/linus/80dc1ff787a9f9d124445574bc40f45849ba7f41|commit]], [[https://git.kernel.org/linus/62935443214eef45604dd58f0534eb28d235eb83|commit]], [[https://git.kernel.org/linus/477c3e1f63638a26cf5debbe3dad5e5929b4c31e|commit]], [[https://git.kernel.org/linus/8e7620726beb800d6806dbe7bf0b8cc13c1feb97|commit]], [[https://git.kernel.org/linus/b818268d92503c41d85e516f8e6dde4fdb34939b|commit]] * Refactor FPE as a separate module [[https://git.kernel.org/linus/df9e7b0250ad4149b7523e89d3d523a74eea4927|commit]], [[https://git.kernel.org/linus/b440d677e15ff30009ac4964a0f987db4416918b|commit]], [[https://git.kernel.org/linus/61e6051f4bbb635e3f800fcf30fefb6a4a42cd2b|commit]], [[https://git.kernel.org/linus/af478ca822042a18fbb07eac856eff35ecfe2e7f|commit]], [[https://git.kernel.org/linus/2c6ad81de163692733d592e8f45b797be8478ac9|commit]], [[https://git.kernel.org/linus/77be7d73730591e81ee4d8453f4c651c97620ae4|commit]], [[https://git.kernel.org/linus/2558fe30ae8bfc178284e29e9adb2ecac69db139|commit]], [[https://git.kernel.org/linus/c9cd9a5a834c27b3ac7989505e7fa9299520f2c5|commit]] * Add Enclustra Arria10 and Cyclone5 SoMs [[https://git.kernel.org/linus/ffda5c62878fcd86ec9f1d0122027e7710f9566b|commit]], [[https://git.kernel.org/linus/8bed89232a8cb7bd4363e010650da7cdc5cc2e7d|commit]], [[https://git.kernel.org/linus/9df6f705c0934a49d0f0a3468a5b5044c8aec4f1|commit]], [[https://git.kernel.org/linus/7f310e5d07112e0bae57ce63de954e6773a26f81|commit]] * ti: icssg-prueth: Add VLAN support for HSR mode [[https://git.kernel.org/linus/e6bf1f7aea4df918e5ee848d9f6b7ce63135b4be|commit]] * Introduce VLAN support in HSR [[https://git.kernel.org/linus/74043f6b22c3201c63ae6ef37c4d3a96b0850e91|commit]], [[https://git.kernel.org/linus/e6bf1f7aea4df918e5ee848d9f6b7ce63135b4be|commit]], [[https://git.kernel.org/linus/1a8a63a5305e95519de6f941922dfcd8179f82e5|commit]], [[https://git.kernel.org/linus/ee407b02f3f1992bc746876c26f8175c8783562b|commit]] * tools/net/ynl: rework async notification handling [[https://git.kernel.org/linus/8aefcfa04beaab070a2009828da40bdd4888eee6|commit]], [[https://git.kernel.org/linus/cef009cc4a76c5bfd28d68eab2b3273243fddcdc|commit]] * usb: qmi_wwan: add Telit FE910C04 compositions [[https://git.kernel.org/linus/3b58b53a26598209a7ad8259a5114ce71f7c3d64|commit]] * ath12k: Support pdev Rate, Scheduled Algorithm Stats [[https://git.kernel.org/linus/25ff1ae52139b53c1a69f55ce235077528245b55|commit]], [[https://git.kernel.org/linus/9fa60c6d40599dfb788a1cafdef9a1c464a95b7d|commit]] * ath12k: Support DMAC Reset Stats [[https://git.kernel.org/linus/6c3bd9c31aadbfb97936276c14dc9aa41485a6f3|commit]] * ath12k: Support Pdev OBSS Stats [[https://git.kernel.org/linus/15d91424ea822ddfb28ed18564343b3ff9d382fe|commit]] * ath12k: Support Ring, SFM, Transmit MU, !SelfGen stats, CCA stats [[https://git.kernel.org/linus/3f5ecfc4503a9eb0e3cecbc580bd0f10332214bb|commit]], [[https://git.kernel.org/linus/6f27b59af173ca03961d33970cfd2635f0ddb3d3|commit]], [[https://git.kernel.org/linus/7e4eed987d5d5a988056496eebdf55202511f270|commit]], [[https://git.kernel.org/linus/44cfb7c58eb84e5f721a8950a4fbe3e5b3b28c27|commit]] * ath5k: add two PCI IDs [[https://git.kernel.org/linus/f3ced9bb90b0a287a1fa6184d16b0f104a78fa90|commit]], [[https://git.kernel.org/linus/da0474012402d4729b98799d71a54c35dc5c5de3|commit]] * ath12k: prepare vif and sta datastructure [[https://git.kernel.org/linus/005fe43b93dedb621a0827408051f3a51d7a0769|commit]], [[https://git.kernel.org/linus/b89b5dbea65294e660f26e90d51ec786a7fdccb9|commit]], [[https://git.kernel.org/linus/3dd2c68f206ef7020d12b9f85cbfe05ca8662cf4|commit]] * ath5k: add two PCI IDs [[https://git.kernel.org/linus/f3ced9bb90b0a287a1fa6184d16b0f104a78fa90|commit]], [[https://git.kernel.org/linus/da0474012402d4729b98799d71a54c35dc5c5de3|commit]] * Add AP6276P wireless support [[https://git.kernel.org/linus/ea11a89c3ac64ada9d8b7f7de279cb6385ed194f|commit]], [[https://git.kernel.org/linus/0ff0843310b74e565901d85f849fb308c3b1f220|commit]], [[https://git.kernel.org/linus/7ca3fac195411c43d4455ffe008698551011d3f2|commit]], [[https://git.kernel.org/linus/97cb465ee6c1cbc1965fe4e3f26676ce2a2d72f6|commit]] * iwlwifi updates - 28-10-2024 [[https://git.kernel.org/linus/98ea9d59583685b114a72f3dc3b25e6289de4204|commit]], [[https://git.kernel.org/linus/32d95ab330069f9c551b8e99770bb4e799730b55|commit]], [[https://git.kernel.org/linus/07a6e3b78a65f4b2796a8d0d4adb1a15a81edead|commit]], [[https://git.kernel.org/linus/5b10d2014ed25ce03f428dfdd8c2e5f4dfbf1ffa|commit]], [[https://git.kernel.org/linus/e5e0257c4d142ad986c75c213b100d1dbe7be277|commit]], [[https://git.kernel.org/linus/748f92e3ce65a279a660bccd2dea7fba8c195a2b|commit]], [[https://git.kernel.org/linus/c95f1fcd557dcae2cd2763159aedbd9bd538d190|commit]], [[https://git.kernel.org/linus/cbe84e9ad5e28ef083beff7f6edf2e623fac09e4|commit]], [[https://git.kernel.org/linus/0572b7715ffd2cac20aac00333706f3094028180|commit]], [[https://git.kernel.org/linus/3ed092997a004d68a3a5b0eeb94e71b69839d0f7|commit]], [[https://git.kernel.org/linus/734a377e1eacc5153bae0ccd4423365726876e93|commit]], [[https://git.kernel.org/linus/9715246ca0bfc9feaec1b4ff5b3d38de65a7025d|commit]], [[https://git.kernel.org/linus/d1a54ec21b8e7bca59141ff1ac6ce73e07d744f2|commit]] * rtw88: Add support for RTL8821AU and RTL8812AU [[https://git.kernel.org/linus/b19840afc05121293ae59f017cb9924814eb5d77|commit]], [[https://git.kernel.org/linus/f9e0189cbc2d6447dde392944c769546cdf48140|commit]], [[https://git.kernel.org/linus/4b81da5cd2b4c7231272216639bacecc818d8b51|commit]], [[https://git.kernel.org/linus/32e284a238806d1984ea68cda25f6b09a4053b94|commit]], [[https://git.kernel.org/linus/fbb5e1b3637a720c83c91a7b1476ab0429bfc747|commit]], [[https://git.kernel.org/linus/c7706b1173c77185a2ef40c7d1811021566563f3|commit]], [[https://git.kernel.org/linus/8f82bb2cfaf7b8992e0e8493cb765138254f87c9|commit]], [[https://git.kernel.org/linus/4f8ec8927bc292b2a71cd5a253c96ce3c6b2927f|commit]], [[https://git.kernel.org/linus/87341ca1eac9a3bac23bd41f6e24f3c93b77452f|commit]], [[https://git.kernel.org/linus/85bf3041a0ea40a60b5295749268e179f056546a|commit]], [[https://git.kernel.org/linus/528f902ecc0eb8fb766bde519421255729623dd8|commit]], [[https://git.kernel.org/linus/57289d30cd2ae315ab9b28213d63d1dbf8570cf3|commit]], [[https://git.kernel.org/linus/bfcee5ee924fc5f706d20f5dc31586ca47912304|commit]], [[https://git.kernel.org/linus/d9018f4373517d4560ce2ebf12684f77f5fbdad6|commit]], [[https://git.kernel.org/linus/67d915604e6993ff627ac001983a2de63ff71b13|commit]], [[https://git.kernel.org/linus/d12722830ea4f562e91586927ec21b64d0369544|commit]], [[https://git.kernel.org/linus/abb0f19492ba6289ffba6ec1057c0426240958af|commit]], [[https://git.kernel.org/linus/7c5bbeba7c36575a3a57ef4be775b2f3fb68c3f9|commit]], [[https://git.kernel.org/linus/95a772e30b60e7954d03f3372268722475aa303f|commit]], [[https://git.kernel.org/linus/0e3e8284f8e1bf2fc0f7bf247194efe5cfc568c1|commit]], [[https://git.kernel.org/linus/b870b9d31c9e4e6b20c410e1e017f8c87d4c2ae0|commit]], [[https://git.kernel.org/linus/82a617413e8545775ec03a1970809ac5f549ef32|commit]] * rtw89 * Configure encryption/decryption and channels for MLO [[https://git.kernel.org/linus/94318a40033ee04ed2f59716d27d97bd9b03a62e|commit]], [[https://git.kernel.org/linus/2305ebc1835b1ca921045b4f0941e82edde3249b|commit]], [[https://git.kernel.org/linus/68ec751b288178de7d19b71ea61648269a35b8cd|commit]], [[https://git.kernel.org/linus/c39eed4bd70d1fa3541e35fe9774ebbb78adcea0|commit]], [[https://git.kernel.org/linus/b8499664fca9f38e2af4228a0b62014fb2f8d984|commit]] * Update RF calibration to support newer firmware [[https://git.kernel.org/linus/bd25f45f089690d591f00a7c2b92a9ab84cad48c|commit]], [[https://git.kernel.org/linus/6f540670456e807c56a3f46b2fbcbe0e567158e2|commit]], [[https://git.kernel.org/linus/8d445310ba6118a1ad2454a906acea7b7cc3f7e8|commit]], [[https://git.kernel.org/linus/cd0d81d101b9abe87cd514711e7197bea60934f3|commit]], [[https://git.kernel.org/linus/2e8fd540c081fd4bd4fd16d619285e4d08a5b585|commit]] * Separate rtw89_{vif,sta}_link from rtw89_{vif,sta} for MLO [[https://git.kernel.org/linus/72e9457c1954dc39a7059bd6d6346b60a24aa55e|commit]], [[https://git.kernel.org/linus/aad0394e7a02fe933159be79d9d4595d2ad089dd|commit]], [[https://git.kernel.org/linus/9ee282193440527a20c9b40d47db8abaa73ecd49|commit]], [[https://git.kernel.org/linus/89bac818bbd2ccced29d4b888ba1a4cf3e1ede4e|commit]], [[https://git.kernel.org/linus/2f7dae17c48cd1d5616f11d22b3de675db7ab40d|commit]], [[https://git.kernel.org/linus/26d460e13f84426fa7dd2c0c369676034c206161|commit]], [[https://git.kernel.org/linus/04911c0fe874bb44e8ee0f5896a5a10c37a14cf2|commit]] * Add support of thermal protection [[https://git.kernel.org/linus/9ef90a49b0db7b2a7242b89d292e4e0913e09ad6|commit]], [[https://git.kernel.org/linus/601038142fdab3750f26c0f7bda8c7f4805cbe1d|commit]] * sar: add supported UNII-4 frequency range along with UNII-3 of SAR subband [[https://git.kernel.org/linus/062689f2cb6bf979a76ea94c7a1bada2bf58436f|commit]] * wilc1000: Add WILC3000 support [[https://git.kernel.org/linus/fbdf0c5248dce4b55181e9aff8f1b61819ba6bd7|commit]], [[https://git.kernel.org/linus/e1408c115ef9bd7dcd5c74be9755291e5c699f8e|commit]], [[https://git.kernel.org/linus/719e469eb9a29a0ef624af51878c8d7217929b84|commit]], [[https://git.kernel.org/linus/0a6ea2e235efc129da8cde277adc7915077357ba|commit]], [[https://git.kernel.org/linus/1b292a161cfb02868ffd0dc8b87a4a84b633f941|commit]], [[https://git.kernel.org/linus/577c04fc3b8e364e65f0d8704242e0d24a2164a2|commit]], [[https://git.kernel.org/linus/1241c5650ff7a0236cebb89acca8aade48839fd6|commit]] * wwan: t7xx: Add t7xx debug ports [[https://git.kernel.org/linus/238f2ca1e61fe5a2d979e25fd95b3ee26dcc1618|commit]], [[https://git.kernel.org/linus/61329a1152dd1f1c7ea75f6a8fb815f63a4440ad|commit]], [[https://git.kernel.org/linus/495e7c8e9601245738a6ab53c992cc5aa0b13cb4|commit]] == Audio == * soundwire: intel_auxdevice: add kernel parameter for mclk divider [[https://git.kernel.org/linus/cbcb7edd099aee3f001c008fb8bbb1c0d2b7154c|commit]] * mipi-disco: add partial !SoundWire Disco 2.1 [[https://git.kernel.org/linus/543bd28a3bfeff31f748ba83348b63313dd37ff9|commit]], [[https://git.kernel.org/linus/557e28f8b53243097162cf4d3e59bcee9fb9713b|commit]], [[https://git.kernel.org/linus/9942f90bdcc035eb5f01d7343dac99bd805ef3ec|commit]], [[https://git.kernel.org/linus/444d6824a4feca142b0a57095a2f1f1bda98e2ab|commit]], [[https://git.kernel.org/linus/4b230967c5506b1e55d4fd37722d87fb7aaa1ce7|commit]], [[https://git.kernel.org/linus/1ab88b57bbc2196545a510679e01b1f26158c39b|commit]], [[https://git.kernel.org/linus/71b405b184449fffcb76ea0814104b71dfdb2aee|commit]], [[https://git.kernel.org/linus/6cb2c156439430a7f9db2e1f71a7dccf1ca978bf|commit]], [[https://git.kernel.org/linus/89e95be18de16ed4942bb77b639118abcd085ce4|commit]], [[https://git.kernel.org/linus/093227bc53a023991ba04315f42839a22b613113|commit]], [[https://git.kernel.org/linus/1ae4aa59d79399be0591c8d78c44e280406e2c34|commit]], [[https://git.kernel.org/linus/1c758df5a83ea0c9b5055536336d8a586b5010b0|commit]], [[https://git.kernel.org/linus/0a323dad1c4e04048988cd04c60eaffd6ae61b1a|commit]], [[https://git.kernel.org/linus/a489afc105ed55f7537fb158e40d083ee57a698b|commit]] * compress_offload: introduce accel operation mode [[https://git.kernel.org/linus/04177158cf98a79744937893b100020d77e6f9ac|commit]] * hda/realtek: Add support for Samsung Galaxy Book3 360 (NP730QFG) [[https://git.kernel.org/linus/e2974a220594c06f536e65dfd7b2447e0e83a1cb|commit]] * hda/realtek: Apply quirk for Medion E15433 [[https://git.kernel.org/linus/ca0f79f0286046f6a91c099dc941cf7afae198d6|commit]] * hda/tas2781: Add speaker id check for ASUS projects [[https://git.kernel.org/linus/4e7035a75da9371c93dabcb789883e31d2765dcf|commit]] * hda: improve bass speaker support for ASUS Zenbook UM5606WA [[https://git.kernel.org/linus/a7df7f909cec96e2fb7813a9b0b7e06a976983ab|commit]] * ASoC * qcom: x1e80100: Support boards with two speakers [[https://git.kernel.org/linus/159098859bf6d46b34a1e1f7d44d28987b875878|commit]] * tegra: Add support for S24_LE audio format [[https://git.kernel.org/linus/4204eccc7b2a4fb372ea6bafc80a765c98657a99|commit]] * Add a driver for the Iron Device SMA1307 Amp [[https://git.kernel.org/linus/b4b3622c5cf3dd171afe7c78b1a277a609c8e609|commit]], [[https://git.kernel.org/linus/576c57e6b4c1d734bcb7cc33dde9a99a9383b520|commit]], [[https://git.kernel.org/linus/aeb5032b3f8b9ab69daa545777433fa94b3494c4|commit]] * stm32: sai: add stm32mp25 support [[https://git.kernel.org/linus/2cfe1ff22555717bf63526f9e6ea096dde13cc59|commit]] * stm32: i2s: add stm32mp25 support [[https://git.kernel.org/linus/20bf873dcc860507965077ab73bfd4335314b6e2|commit]] * max98088: Add left/right DAC volume control [[https://git.kernel.org/linus/14c7f4867b7e4ddbbde58b398452295051c77137|commit]] * max98088: Add headphone mixer switch [[https://git.kernel.org/linus/d0621105eff307408ceb3d0eb61ca2a23c37fcbe|commit]] * Add generic AMD Soundwire machine driver for Legacy(No [[https://git.kernel.org/linus/f3f9f0de30a5106078cd610f80eaa6f9386b2186|commit]], [[https://git.kernel.org/linus/76b5a3b2afdce1460dcd06221f7aa8eb2b807b1f|commit]], [[https://git.kernel.org/linus/7d3fe292efb637d1f748926390a3a4cc90c4c4e9|commit]], [[https://git.kernel.org/linus/56d540befd5940dc34b4e22cc9b8ce9bb45946f7|commit]], [[https://git.kernel.org/linus/804aaa9df6c3bf9744205ae51cad084ee97567bc|commit]], [[https://git.kernel.org/linus/2981d9b0789c44b7375e7d599caf71bd843afc9e|commit]], [[https://git.kernel.org/linus/393347cc10ea24c9f93b45e8e2f90fcc48ab1d8e|commit]] * simple-mux: Allow to specify an idle-state [[https://git.kernel.org/linus/9a5a75bf1f485e2d109303a996d147b94c5e79c9|commit]], [[https://git.kernel.org/linus/3b7e11a0116c30848d44429650ad80f9cc3bd963|commit]], [[https://git.kernel.org/linus/2b974284aa073d6e2936f9032e8ad7b99480b5b8|commit]] * Add Allwinner H616 audio codec support [[https://git.kernel.org/linus/7fc18ae2283d379f9f59935bd95a0e15b5d033f7|commit]], [[https://git.kernel.org/linus/3eef85034c96f61b54809e24d4b7f29a336701ae|commit]], [[https://git.kernel.org/linus/86a8f1aef9702f730c824aa96ae24ffa1b401988|commit]], [[https://git.kernel.org/linus/542e19c20506953c03eec57b1cb65355164dfb64|commit]], [[https://git.kernel.org/linus/5836a9d2ca48bb7473bb10d061c03525d8f4f163|commit]], [[https://git.kernel.org/linus/d0c322b6e4bff8cc0e40ee4983bf2ab1f7f680f0|commit]], [[https://git.kernel.org/linus/9155c321a1d0220a60878f2c99bc79b5a7e34d95|commit]], [[https://git.kernel.org/linus/9fde21d6c5d1f75c2651442e5aae463545136aad|commit]] * Add CS42L84 codec driver [[https://git.kernel.org/linus/a2f4b8c86039099a685f316cc04a63823d2a9e37|commit]], [[https://git.kernel.org/linus/2391b8719d686b1947b5f81250281fa112da91dc|commit]], [[https://git.kernel.org/linus/250304a0fb34bb74f4726645ae24dc31d7582a22|commit]], [[https://git.kernel.org/linus/f2a67da9f4eb03f5402acb9aeb65b23cac990827|commit]] * codecs: Add aw88081 amplifier driver [[https://git.kernel.org/linus/88264e4f0b6695245cea2810bf54bebf1c98c070|commit]], [[https://git.kernel.org/linus/1d534bfb2b2ecec4e67a1667c67169f7a22e46f5|commit]] * Intel: soc-acpi-intel-lnl-match: add rt712_vb + rt1320 support [[https://git.kernel.org/linus/a59360466a712d416f8cddfa4e52e118c53aa3a3|commit]] * Intel: add rt722 and rt1320 support [[https://git.kernel.org/linus/f193fb888d1da45365daa7d0ff7a964c8305d407|commit]], [[https://git.kernel.org/linus/b10cb955c6c0b8dbd9a768166d71cc12680b7fdf|commit]], [[https://git.kernel.org/linus/358ee2c1493e5d2c59820ffd8087eb0e367be4c6|commit]] * SOF: Intel: hda: Add support for persistent Code Loader DMA buffers [[https://git.kernel.org/linus/1862e847bf115a3ccbf38dd035ea0118be57f2e2|commit]] * rt1320: add mic function [[https://git.kernel.org/linus/20079dd9b364483db613186b289fe372bddf41b5|commit]] * Add NTP8918 and NTP8835 codecs support [[https://git.kernel.org/linus/436bf27903ee56a242bcd373053dd8d1b5d17915|commit]], [[https://git.kernel.org/linus/dc9004ea273a9141c16b90a687da70b77f5a640a|commit]], [[https://git.kernel.org/linus/ba1850dc0f2b5638a4a6aa16905c1856dc17587b|commit]], [[https://git.kernel.org/linus/64fbb6bdd45b8953fcad5c4ec648f74c96aec5f3|commit]], [[https://git.kernel.org/linus/5d9e6d6fc1b98c8c22d110ee931b3b233d43cd13|commit]], [[https://git.kernel.org/linus/3e2aba5f0b0cafad44c2f635dc19d7bf3f54b978|commit]], [[https://git.kernel.org/linus/2bd61fff3e93b93a20f618028433bcbe8329a6db|commit]] * Intel: sof_rt5682: add supports for new [[https://git.kernel.org/linus/e4926ca0189dac2e780d6d3cca92052376fd7f0e|commit]], [[https://git.kernel.org/linus/56d3705e4b36bf454965e66d8264356a23135aa7|commit]], [[https://git.kernel.org/linus/0f5d2228a99a4733b2a6652e16255be9caf2616a|commit]] * Intel: add rt722/rt721 support for PTL platform [[https://git.kernel.org/linus/7c66c4f782263a419d362f99ac7a11043b0d41b5|commit]], [[https://git.kernel.org/linus/846a8d3cf3bace9f235c38caf1d8d853c323dbd4|commit]], [[https://git.kernel.org/linus/10488630e1072cc5feebf25d1be04505fafb59a5|commit]], [[https://git.kernel.org/linus/69a5d2d0d913cc0190899be7a835a48b0808a5ec|commit]] * rt721-sdca: Add RT721 SDCA driver [[https://git.kernel.org/linus/86ce355c1f9ab943bbe099ea7d0b8a3af2247f65|commit]] * Some issues about loongson i2s [[https://git.kernel.org/linus/7d04763cae9947464e30886a6c42e22ffed5caf8|commit]], [[https://git.kernel.org/linus/d4c2e9e33a0c903cc3a00114d6c02aa2cf403d33|commit]], [[https://git.kernel.org/linus/ba4c5fad598c07492844e514add3ccda467063b2|commit]], [[https://git.kernel.org/linus/b97391a604b9e259c6a983fc1b715d205d9da505|commit]], [[https://git.kernel.org/linus/de567431596a8163a9441407fdab315f12bc2769|commit]], [[https://git.kernel.org/linus/5bf2bea8a8b3d0255953868c7bf652235a17a65d|commit]], [[https://git.kernel.org/linus/b7915af6e73b2ec896f3c811a1dba4348269d272|commit]], [[https://git.kernel.org/linus/a6134e7b4d4a14e0942f113a6df1d518baa2a0a4|commit]], [[https://git.kernel.org/linus/de0fb25e37aae7aae133d6c3d0b0e1e31a79878d|commit]], [[https://git.kernel.org/linus/900f6267e9e39f9f601f5eaf0ea32d620b9130d2|commit]] * Add support for some new Lenovo laptops with [[https://git.kernel.org/linus/42fb51612f8298d24232b1ac2cf7ce303d4cfc7e|commit]], [[https://git.kernel.org/linus/83c062ae81e89f73e3ab85953111a8b3daaaf98e|commit]], [[https://git.kernel.org/linus/ea657f6b24e11651a39292082be84ad81a89e525|commit]], [[https://git.kernel.org/linus/a6f7afb39362ef70d08d23e5bfc0a14d69fafea1|commit]], [[https://git.kernel.org/linus/3d9b44d0972be1298400e449cfbcc436df2e988e|commit]] * soundwire: add initial support for SDCA [[https://git.kernel.org/linus/478fc2f4212e1dc1c247f3bff6856146305850df|commit]], [[https://git.kernel.org/linus/9aa6df9cb82e8fd44132c481afc76eb7a7dbc398|commit]], [[https://git.kernel.org/linus/dcf4694f200a67784e053eb5d1d70a191761ff4f|commit]], [[https://git.kernel.org/linus/4b224ff80d6609811ec6ab5406a16c92825cfb1a|commit]], [[https://git.kernel.org/linus/e92edcf8023d425c7abcf1d7abb5dcac53d106f5|commit]], [[https://git.kernel.org/linus/3a513da1ae33972e59efeef7908061f1f24af480|commit]], [[https://git.kernel.org/linus/5703ab86ff7bf079aa1ddf7a65b9727d0249383a|commit]], [[https://git.kernel.org/linus/f35533a0e60946ee3fb8adccf8a36024c6f1fe40|commit]], [[https://git.kernel.org/linus/9489db97f6f0d78c26eef8e7fc9c1371cef97b82|commit]], [[https://git.kernel.org/linus/fdb220399177177917dce52063b326a191a35a02|commit]], [[https://git.kernel.org/linus/0c673d2862534955241f339d7331f384b5ea44af|commit]], [[https://git.kernel.org/linus/7d6f2d5254b1786c8b3bd64c6295b14e1607965d|commit]] * imx-card: add cs42888 codec support [[https://git.kernel.org/linus/6bff14289ef5179f572620634c7ca7a3a8a4901b|commit]], [[https://git.kernel.org/linus/b39eec95b84d5dc326c3d7c89e4e08b898dbc73c|commit]], [[https://git.kernel.org/linus/892373e4de626c61e91816e3d3970d82beb50c4b|commit]] * Module parameter updates [[https://git.kernel.org/linus/c4cf4a60e1a313cb5c5911e0a7c76e35a6bded65|commit]], [[https://git.kernel.org/linus/acb219840fbc57e3135436c03d2c4c2db80e39ee|commit]], [[https://git.kernel.org/linus/de688e50f5ef5b4937a5dbd5bfc7afb38673b936|commit]] * scarlett2: Small fixes + device map retrieval [[https://git.kernel.org/linus/9930c2606007d4e26efb1dc4d9e28158b585ccf2|commit]], [[https://git.kernel.org/linus/8eba063b5b2b498ddd01ea6f29fc9b12368c3d53|commit]], [[https://git.kernel.org/linus/74641bfcbf4e698b770b1b62a74e73934843e90e|commit]], [[https://git.kernel.org/linus/5c293089af7de1393af9efd2eb3354b10703670e|commit]], [[https://git.kernel.org/linus/5e7b782259fd396c7802948f5901bb2d769ddff8|commit]] * usb-audio: Add Pioneer DJ/AlphaTheta DJM-A9 Mixer [[https://git.kernel.org/linus/5289d00696396224507ee083f5aee6119569c8d3|commit]] == Tablets, touch screens, keyboards, mouses == * Introduce notion of passive observers for input handlers [[https://git.kernel.org/linus/57a063632df8db6cb20d64ee52a06d4e2049235a|commit]] * novatek-nvt-ts: add support for NT36672A touchscreen [[https://git.kernel.org/linus/c7bf046925dc5885d9c4d8fbcbb7e4e73665bfcf|commit]], [[https://git.kernel.org/linus/285fe9b5a34ea48e7db87870a503a5f67e9e582d|commit]], [[https://git.kernel.org/linus/c12fbeb200c137e83565c37b907c5f92c6f5b98c|commit]] * corsair-void: Add Corsair Void headset family driver [[https://git.kernel.org/linus/6ea2a6fd3872e60a4d500b548ad65ed94e459ddd|commit]] * Add Kysona driver [[https://git.kernel.org/linus/9372b6c4ed80f474810d562058b625309827e36e|commit]], [[https://git.kernel.org/linus/94ec1cd82f55ebbf5c0d63c8aa7f849fdab2b535|commit]], [[https://git.kernel.org/linus/30c32d05294575c27bdb2fa13c67cd1b601bf400|commit]], [[https://git.kernel.org/linus/ff39b0bbc2a4cc7f424eda30e52b07a68f82da04|commit]] * intel-ish-hid: Add firmware version sysfs attributes [[https://git.kernel.org/linus/ac0cba683772991b1100e2b26065c188e00a46fe|commit]] * magicmouse: Apple Magic Trackpad 2 USB-C driver support [[https://git.kernel.org/linus/87a2f10395c82c2b4687bb8611a6c5663a12f9e7|commit]] == TV tuners, webcams, video capturers == * uvcvideo: Add luma 16-bit interlaced pixel format [[https://git.kernel.org/linus/55b834873e800a5809787ce6aedcb70ee49a596f|commit]] * uvcvideo: Add support for the D3DFMT_!R5G6B5 pixmap type [[https://git.kernel.org/linus/a7e742e416bc331c0f409d6a3630471896e696d3|commit]] * Enable use of ov08x40 on Qualcomm !X1E80100 CRD [[https://git.kernel.org/linus/df1ae2251a5044d145bda02c6eb5bc6b2ce4ff9a|commit]], [[https://git.kernel.org/linus/f46cf0cfd6139ea4a21b3de85cd620441beeeb9f|commit]], [[https://git.kernel.org/linus/f6be5a3173f7ea3df916c4b69b3b588c2a71325a|commit]], [[https://git.kernel.org/linus/d0fef6de4f1b957e35a05a5ba4aab2a2576d6686|commit]] * Add ITE IT6263 LVDS to HDMI converter support [[https://git.kernel.org/linus/946f2b6a1c1383fb3a16780b425e0ddf40b3a2dd|commit]], [[https://git.kernel.org/linus/606410292f54ef08632bdfd5c58974cf4ebc3cc9|commit]], [[https://git.kernel.org/linus/e3160748780c66f32ae5e7c17373c36a4a802bc3|commit]], [[https://git.kernel.org/linus/8cd4937ebfeae03a094e9115ab3286bf01498a5f|commit]], [[https://git.kernel.org/linus/34902c2d022f9d36b739189efae3f5fd569983fd|commit]], [[https://git.kernel.org/linus/5205b63099507a84458075c3ca7e648407e6c8cc|commit]], [[https://git.kernel.org/linus/0a86a4d1a09185cebe071136599b7da619388f7a|commit]] * raspberrypi: Support RPi5's CFE [[https://git.kernel.org/linus/40249b1d5b3cfea2e8eadd4b5777cf2d82b86d21|commit]], [[https://git.kernel.org/linus/6edb685abb2af445773876a326292b989dcb3c9f|commit]], [[https://git.kernel.org/linus/1358bb523949e2dd28f2396eb59707151fb79479|commit]], [[https://git.kernel.org/linus/6390834c6f9b2c5e33f52f34579efa0d0df073db|commit]] * v4l: Add luma 16-bit interlaced pixel format [[https://git.kernel.org/linus/a8f2cdd27d114ed6c3354a0e39502e6d56215804|commit]] * wave5: Add features to an existing driver [[https://git.kernel.org/linus/1b4420bdfa8b8f9cca97930157ea160d828e7033|commit]], [[https://git.kernel.org/linus/88ff31fd01811c4257e0354a4a761692f1fecbc8|commit]], [[https://git.kernel.org/linus/2092b3833487e5ce138f4303f98e46ba0f87f1d0|commit]], [[https://git.kernel.org/linus/b990b0088bee579447ec3cc001914d91cf2764df|commit]] * platform: rzg2l-cru: CSI-2 and CRU enhancements [[https://git.kernel.org/linus/8853467c41e8edd77a1dceb22c085d1d483946c3|commit]], [[https://git.kernel.org/linus/fcb8f9bb3560e598da0b26976bb1f576199b4301|commit]], [[https://git.kernel.org/linus/fb2ebb89cf99e750ffdd570439d93234d06c031d|commit]], [[https://git.kernel.org/linus/cd559c80ddbf4819f697f3e3e16db15977298cab|commit]], [[https://git.kernel.org/linus/d7d72dae81d5d77c4167d793aacb73c77a13172a|commit]], [[https://git.kernel.org/linus/c7f3bd38b543255ef0175469ad7e7895857a6934|commit]], [[https://git.kernel.org/linus/0477b0866cd92a71c36b08a62a092924ac3191a7|commit]], [[https://git.kernel.org/linus/c6ed80fd67438c113928f4d0d883f24d63874794|commit]], [[https://git.kernel.org/linus/ad982f8522bac16ae2c07d9ff2ab3cf797c9965d|commit]], [[https://git.kernel.org/linus/b56dccafda941dba44b02fa3b41b95feacaff9f3|commit]], [[https://git.kernel.org/linus/ec37ac1ad27a361fe2c4ec61e521f2a347ef311e|commit]], [[https://git.kernel.org/linus/a8af02e8a9dfc962dc24f0f0cc1c3a320208ee7a|commit]], [[https://git.kernel.org/linus/7e58132ca2bca4f46533604877b4fac080274699|commit]], [[https://git.kernel.org/linus/0e575e4eb6574f8530b22e8efa6419836cf1ca0d|commit]], [[https://git.kernel.org/linus/2269e399b3f0f9d474606cddd9cb6a833fc62b7f|commit]], [[https://git.kernel.org/linus/3b954c34c3fc9c353e3d0987d40e134e024986bc|commit]], [[https://git.kernel.org/linus/3b506155428ab25611e73c4ad67b78fde7c0dfc7|commit]], [[https://git.kernel.org/linus/9e880cd9e9e8c2e54169e317985b61aafca5e2d8|commit]], [[https://git.kernel.org/linus/a5754e5db387b90e6d2090e58bf50860e2cd8c7e|commit]], [[https://git.kernel.org/linus/c0fc8dd01ffc37f3ce4132b7b2b579fbf64aaca7|commit]], [[https://git.kernel.org/linus/f7b55b77bc09bf80076b1a4eb326f03f82ae78d6|commit]], [[https://git.kernel.org/linus/40516958d7ec1b3b92d6db879d959eedb8205a4c|commit]] * uvcvideo: !RealSense D421 Depth module metadata [[https://git.kernel.org/linus/c6104297c965a5ee9d4b9d0d5d9cdd224d8fd59e|commit]] * Export !InfoFrames to debugfs [[https://git.kernel.org/linus/c6a38df9162c8bf002b9a41e8ce00e178c3ca869|commit]], [[https://git.kernel.org/linus/01c76fc995cdb1e701fa721c5b373777f0469b37|commit]], [[https://git.kernel.org/linus/ccb32f2357c08f64947e0fc32f9a9551ae69c6b3|commit]] * rcar-csi2: Add support for V4M [[https://git.kernel.org/linus/a8c916edc04e0d76595f26bd2a49466a106968dc|commit]], [[https://git.kernel.org/linus/a59f7ffdf4351fa98bc0ffea17faebdbf89d044c|commit]], [[https://git.kernel.org/linus/ba7eb745e058cb8239b235b986ea446653b25db9|commit]], [[https://git.kernel.org/linus/b230ddd876018a52e6d8cc61b1064091312f6d37|commit]], [[https://git.kernel.org/linus/89dd679303f4b4a76204c2269a7724b545cd84df|commit]], [[https://git.kernel.org/linus/f077cab34df3010df6f4996e648dba5f43fd6b85|commit]], [[https://git.kernel.org/linus/e5be5622b3a28682e95f3f23a7e6834868e4a14f|commit]], [[https://git.kernel.org/linus/28a034da232d39b1a26c2198a0ac2625102d9594|commit]] * cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108 [[https://git.kernel.org/linus/61a830bc0ea69a05d8a4534f825c6aa618263649|commit]] * rcar-vin: Add support for RAW10 [[https://git.kernel.org/linus/1b7e7240eaf39aeebed08e09d0aae86f5f207286|commit]] * vicodec: add !V4L2_CID_MIN_BUFFERS_FOR_* controls [[https://git.kernel.org/linus/0503440f8477e38adf757d50ee026e0fd5af7684|commit]] * venus: Add hierarchical h.264 controls [[https://git.kernel.org/linus/0e1d123edf3fe992d840df2fd026c2f748576f84|commit]], [[https://git.kernel.org/linus/498375e2cb254527350cfbdbb3ad2ece2beafcda|commit]] * Add MSM8953 camss support [[https://git.kernel.org/linus/7ee35e07ccbfde26a960b6d5a968b1d9d7bd3e20|commit]], [[https://git.kernel.org/linus/c830aff08d51f8391e59fc6744757c58e320b41b|commit]], [[https://git.kernel.org/linus/be5a002d432a77939bb577596db8b515d7a4a543|commit]] * Enable use of ov08x40 on Qualcomm !X1E80100 CRD [[https://git.kernel.org/linus/df1ae2251a5044d145bda02c6eb5bc6b2ce4ff9a|commit]], [[https://git.kernel.org/linus/f46cf0cfd6139ea4a21b3de85cd620441beeeb9f|commit]], [[https://git.kernel.org/linus/f6be5a3173f7ea3df916c4b69b3b588c2a71325a|commit]], [[https://git.kernel.org/linus/d0fef6de4f1b957e35a05a5ba4aab2a2576d6686|commit]] == Universal Serial Bus == * Add support for USB4 v2 Gen 4 lane margining [[https://git.kernel.org/linus/3499c0a992e432cb8a85616ff4a9019a8924c89a|commit]], [[https://git.kernel.org/linus/750365ef8c1718de9a7b25799d69ac0ee13be275|commit]], [[https://git.kernel.org/linus/c9077d59adf43c9e9303e4651248839162fd9be6|commit]], [[https://git.kernel.org/linus/c8c08fd9c23b5e6a11336675b2584315f87001cc|commit]], [[https://git.kernel.org/linus/480ebc2eb5b28474d2e1b780a826d5e8e8997a7a|commit]], [[https://git.kernel.org/linus/916f26f1c24cc0b538b222fc46f500950b942d99|commit]], [[https://git.kernel.org/linus/3bf090e9d6df8805ca4d5222ce4d8a1e99ab6724|commit]], [[https://git.kernel.org/linus/e6c9905ff4d8f898c06bb30a37ac9ba21885dc26|commit]] * typec: ucsi: UCSI2.0 Set Sink Path command support [[https://git.kernel.org/linus/ed830af1846b60d7361968d8a58ae5c390a3df24|commit]] * gadget: uvc: configfs: Add frame-based frame format support [[https://git.kernel.org/linus/7b5a58952fc3b51905c2963647485565df1e5e26|commit]] * typec: USB Modes [[https://git.kernel.org/linus/0f37a607091c30c2270d9065e8808a7d6ff34646|commit]], [[https://git.kernel.org/linus/a79f16efcd00045ef807171d9466af70317228c0|commit]], [[https://git.kernel.org/linus/ae70c804a12dabc58984d86a2392549f8e0c840d|commit]], [[https://git.kernel.org/linus/2140a952c4e9c73993ae6d9c2cc674d263d4beab|commit]], [[https://git.kernel.org/linus/8060bcb109f2d9b85451e84a7a08042da40368df|commit]] * xhci: add support for PWRON polarity invert (TI TUSB73x0) [[https://git.kernel.org/linus/c74c2cc7b760905f069bfb35d8844d7ced85587a|commit]], [[https://git.kernel.org/linus/d9649a7e4d7da846ae8dfb6098b8f7ce2921bf62|commit]] * Add support for the TUSB1046-DCI Type-C crosspoint switch [[https://git.kernel.org/linus/7c561b8c3e83687064c957c394ed9fe49e38fe00|commit]], [[https://git.kernel.org/linus/81e45af3d1878c401e7e7d1e6854e93645d7f50b|commit]] * xhci features and fixes for usb-next [[https://git.kernel.org/linus/36b972d4b7cef5d098de63fee8d00720c051f335|commit]], [[https://git.kernel.org/linus/d7b11fe5790203fcc0db182249d7bfd945e44ccb|commit]], [[https://git.kernel.org/linus/90e91ccbdd0018481624d24a0e1b7528797ac2c7|commit]], [[https://git.kernel.org/linus/083ba4c46a1cdb2d4a2dbb0db1623fd73152af34|commit]], [[https://git.kernel.org/linus/5e1c67abc9301d05130b7e267c204e7005503b33|commit]], [[https://git.kernel.org/linus/4a587aa5217d2435e4257a850540497770d527ef|commit]], [[https://git.kernel.org/linus/7acfea2866acc6c888f880e28a249bc5ce069ad0|commit]], [[https://git.kernel.org/linus/474538b8dd1cd9c666e56cfe8ef60fbb0fb513f4|commit]], [[https://git.kernel.org/linus/3f970bd06c5295e742ef4f9cf7808a3cb74a6816|commit]], [[https://git.kernel.org/linus/7ca8c96056f57cbd923f9b36f2db75796e5dd738|commit]], [[https://git.kernel.org/linus/4aa2e16e052b4382b576bba88074530550101224|commit]], [[https://git.kernel.org/linus/0049d49317755e906f23448dad0ddc4c0587e86a|commit]], [[https://git.kernel.org/linus/bed2263feb10ea29b2696030cdec2eea611caf14|commit]], [[https://git.kernel.org/linus/74496f22f77fa5823fe3b7f7a16b319dc1203cb1|commit]], [[https://git.kernel.org/linus/401406a4c709621aedce049460eb640b58d7c47d|commit]], [[https://git.kernel.org/linus/fe688e5006133b2609c136f599e120a95cc450cb|commit]], [[https://git.kernel.org/linus/39b52aae23f54b6bc3649a50c27ca1058d2c2a86|commit]], [[https://git.kernel.org/linus/ae71f9b88e5a15fed17a432e21c30ee9463ed1a4|commit]], [[https://git.kernel.org/linus/71deae0a7224d85b926df8c4b2a63533b675a255|commit]], [[https://git.kernel.org/linus/f28a7d7db247af8b9f1090bd6b1ca1fa48a3f0e4|commit]], [[https://git.kernel.org/linus/0309ed83791c079f239c13e0c605210425cd1a61|commit]], [[https://git.kernel.org/linus/42b7581376015c1bbcbe5831f043cd0ac119d028|commit]], [[https://git.kernel.org/linus/484c3bab2d5dfa13ff659a51a06e9a393141eefc|commit]], [[https://git.kernel.org/linus/e735e957f2b9cfe4be486e0304732ec36928591f|commit]], [[https://git.kernel.org/linus/4817754a18ef301adac4a13ba79e4f3dc3adbb74|commit]], [[https://git.kernel.org/linus/6b2eb0621ffb3ee9f3e497b483e8088436bdb07e|commit]], [[https://git.kernel.org/linus/e1b0fa863907a61e86acc19ce2d0633941907c8e|commit]], [[https://git.kernel.org/linus/ee8ebec3c8d3a98f5fc0c4ab7793f06ab86eb6df|commit]], [[https://git.kernel.org/linus/f53ce003ccd523e83eda15e724aa7a79ae64f09f|commit]], [[https://git.kernel.org/linus/37d39db6dcff7d852079e9f9a66f41e1bd5b0a45|commit]], [[https://git.kernel.org/linus/34fee04e7bdc4eb28385de31918fd74e57bb5dd2|commit]], [[https://git.kernel.org/linus/76d98856b1c6d06ce18f32c20527a4f9d283e660|commit]], [[https://git.kernel.org/linus/6d00b6142d8e22b2bcd7532546830984b421e583|commit]] * chipidea: imx: add imx8ulp support [[https://git.kernel.org/linus/3339aff5feac899b27038cc1d54fb48c0ddd94f2|commit]] * Add new time property for battery charger type detection [[https://git.kernel.org/linus/237d4e0f41130a5ff0e1c7dc1cb41ee2fe21cd2a|commit]], [[https://git.kernel.org/linus/3b9d67e7e9237cb91f4830456e45f7e213ce42c3|commit]], [[https://git.kernel.org/linus/9e5cb0978f7fc828363c55c58698a43b26069fec|commit]] == Serial Peripheral Interface (SPI) == * spi_amd: Performance Optimization Patch Series [[https://git.kernel.org/linus/b45938ed3691e0c9ccf3fac16bdbb14a52c3c597|commit]], [[https://git.kernel.org/linus/145d61c0ab3344f7f76f5f8cdd1134477c1def98|commit]], [[https://git.kernel.org/linus/9674f1694e644aa5cc50e1009481cb4c5b4e8f8f|commit]], [[https://git.kernel.org/linus/769c16fa86f135542e08610e94015ed0f10afae4|commit]], [[https://git.kernel.org/linus/efd9834b86a65f9229e90727fd61a5576c08389c|commit]], [[https://git.kernel.org/linus/90efde223d2ab5ab84008986d97df0f01a49f15f|commit]], [[https://git.kernel.org/linus/6c30eee359127c31cd8c6b586c8c3ced9f50f74b|commit]], [[https://git.kernel.org/linus/d97735d42ab00e2f9ac4bf7cd374249cde9cb193|commit]], [[https://git.kernel.org/linus/8cd9141ad4e053d361c854cc24a18a9ca050e0a1|commit]] * intel: Add Panther Lake SPI controller support [[https://git.kernel.org/linus/ceb259e43bf572ba7d766e1679ba73861d16203a|commit]] * apple: Add driver for Apple SPI controller [[https://git.kernel.org/linus/c36212b2610d09eb42142beb0d5613c70206c658|commit]] * spi-mem: Add Realtek SPI-NAND controller [[https://git.kernel.org/linus/42d20a6a61b8fccbb57d80df1ccde7dd82d5bbd6|commit]] * cs42l43: Add GPIO speaker id support to the bridge configuration [[https://git.kernel.org/linus/f3c605147741e0ad8f1c51a7decef2040debfd16|commit]] == Watchdog == * stm32_iwdg: Add pretimeout support [[https://git.kernel.org/linus/3ab1663af6c1ac7d4bd1fb1371a4972bac2922a4|commit]] * Add support for Airoha EN7851 watchdog [[https://git.kernel.org/linus/3cf67f3769b8227ca75ca7102180a2e270ee01aa|commit]], [[https://git.kernel.org/linus/bcbd7b2b031d14c2e239039c74897cb2e7d5425a|commit]] * Support watchdog for exynosautov920 [[https://git.kernel.org/linus/5584b967da664661f9f6f2adef817aaffa324041|commit]], [[https://git.kernel.org/linus/a5cb13980e00e9c4fbc382d68eda250ab6a14d7c|commit]], [[https://git.kernel.org/linus/c63e0ee729c8426a04675602965d4fcb795038b9|commit]] * !MediaTek MT6735 TOPRGU/WDT support [[https://git.kernel.org/linus/15ddf704f56f8c95ff74dfd1157ed8646b322fa1|commit]] * Delete the cpu5wdt driver [[https://git.kernel.org/linus/3a6a399cfbb72a96d61597c519a4076d4ab8669f|commit]] * Congatec Board Controller drivers [[https://git.kernel.org/linus/590bcce85e014a2e16afe910bc6a20b4c1b2b374|commit]], [[https://git.kernel.org/linus/6f264047869e9683520ff8f7c235c07c1ca989d6|commit]], [[https://git.kernel.org/linus/6894f640b8f3f48700ccc828419ba60704f5a405|commit]], [[https://git.kernel.org/linus/4342bf63b64b09561f4ad1537de2e1a971cfb197|commit]] == Serial == * fsl_lpuart: add 7-bits format support on imx7ulp/imx8ulp/imx8qxp [[https://git.kernel.org/linus/fd29e1e4e6e6019a8e10a215280cab53590c8033|commit]] * samsung: Add Exynos8895 compatible [[https://git.kernel.org/linus/496374c1d0045177cb5c3e85ce33b2179b11a413|commit]], [[https://git.kernel.org/linus/52fdb8d4388dd87c0290716ec21ee7756d12b8a3|commit]] * 8250_fintek: Add support for F81216E [[https://git.kernel.org/linus/166105c9030a30ba08574a9998afc7b60bc72dd7|commit]] * sc16is7xx: announce support for SER_RS485_RTS_ON_SEND [[https://git.kernel.org/linus/068d35a7be65fa3bca4bba21c269bfe0b39158a6|commit]] * sprd: Modification of UNISOC Platform UART Driver [[https://git.kernel.org/linus/027a4f81102a39ea835bac599519b311ed3497e3|commit]], [[https://git.kernel.org/linus/8f9eeb5cfbfe171384759ececea49e92415103a4|commit]] == CPU Frequency scaling == * amd-pstate: Make amd-pstate the default driver on server platforms [[https://git.kernel.org/linus/54ab7d7c59c9444a28b67eaa10983f86ebf73c69|commit]], [[https://git.kernel.org/linus/0c411b39e4f4ce8861301fa201cb4f817751311e|commit]] * Add a virtualized cpufreq driver for guest kernels that read/writes to a MMIO region for a virtualized cpufreq device to communicate with the host. It sends performance requests to the host which gets used as a hint to schedule vCPU threads and select CPU frequency. If a VM does not support a virtualized FIE such as AMUs, it updates the frequency scaling factor by polling host CPU frequency to enable accurate Per-Entity Load Tracking for tasks running in the guest [[https://git.kernel.org/linus/4fd06a5358e0d888d1bf23d274971ea7d1f45aad|commit]], [[https://git.kernel.org/linus/984638e4430b75bd38dba723e42aad4c748fed70|commit]] * sun50i: add a100 cpufreq support [[https://git.kernel.org/linus/078d2f22567f702d802827fb372e77f11637206b|commit]] * amd-pstate: Switch to amd-pstate by default on some Server platforms [[https://git.kernel.org/linus/54ab7d7c59c9444a28b67eaa10983f86ebf73c69|commit]] * maple: Remove maple driver [[https://git.kernel.org/linus/fae2987e67786a6358c0ef47189b12ff19e9543a|commit]] == Voltage, current regulators, power capping, power supply == * supply: twl6030/32 charger [[https://git.kernel.org/linus/55f96ea329ee8248215a08ae0b88330084304748|commit]], [[https://git.kernel.org/linus/b45cdceba64d79a2538aeb36926fd9a065f0f753|commit]], [[https://git.kernel.org/linus/421aadd19a622852172ccc15ad4049201fd1f80b|commit]] * Add X-Powers AXP323 support [[https://git.kernel.org/linus/a0f8a8898e120d5a3f14cd22289daa3709d83f5b|commit]], [[https://git.kernel.org/linus/35fec94afe045856456faca4879b9c560e39d1e3|commit]], [[https://git.kernel.org/linus/e37ec32188701efa01455b9be42a392adab06ce4|commit]], [[https://git.kernel.org/linus/697a4001d31a607a72c6297e4eb0f7918c6e6929|commit]], [[https://git.kernel.org/linus/bd91530aee6007a979e52d816779a6e10ed8c00a|commit]] == Real Time Clock (RTC) == * Add RTC support for the Renesas RZ/G3S SoC [[https://git.kernel.org/linus/23c44956bce5aa79c060fc3e5d51843735e6eda6|commit]], [[https://git.kernel.org/linus/5cfade1829440af45cd24ea7483d2e16876fc602|commit]], [[https://git.kernel.org/linus/e1ef630c56d36770e180f0d0bf7b61b5289f5c48|commit]], [[https://git.kernel.org/linus/3b42450ce1771c7b11d8f3563f4bbfe9b8d26611|commit]], [[https://git.kernel.org/linus/cdfd5daf90af8363fb1f58e08c829a775b2e2fc5|commit]], [[https://git.kernel.org/linus/ac948eb8ead1265ff034955bdbbb081744f1e7ed|commit]], [[https://git.kernel.org/linus/d4488377609e36cd9785533c29ccea4b86c292b9|commit]], [[https://git.kernel.org/linus/71c61a45c951eca67dd2cbc4de9cdd687ece4ead|commit]], [[https://git.kernel.org/linus/22258fa40e54ceefe75a6c6a793f5c44d8339b9c|commit]] * isl12022: Add alarm support [[https://git.kernel.org/linus/5a36826a5909fb8136d28153f46e8291aa719959|commit]], [[https://git.kernel.org/linus/cf044f0ed526752b8c2aaae748220759608b3fc8|commit]], [[https://git.kernel.org/linus/d4a6161f242b70dde08a631b16ca3671aa1b2ed2|commit]] * Support for amlogic rtc [[https://git.kernel.org/linus/a012d430a4f29bf76810b019b5d34cb88b29e7eb|commit]], [[https://git.kernel.org/linus/c89ac9182ee297597f1c6971045382bae19c3f9d|commit]], [[https://git.kernel.org/linus/ce57cf7319e5315637349c02b50a51b2d2efba89|commit]] == Pin Controllers (pinctrl) == * Add T-Head TH1520 SoC pin controllers [[https://git.kernel.org/linus/3893d1bfe0dc6210aa2cd9eb1dcd8f751dbc15a4|commit]], [[https://git.kernel.org/linus/d7252a0731ac6dd515e04e1f72e9247d6ded3492|commit]], [[https://git.kernel.org/linus/bed5cd6f8a988389e987bcf5c1762ab7c53be317|commit]], [[https://git.kernel.org/linus/566ab427f827b0256d3e8ce0235d088e6a9c28bd|commit]], [[https://git.kernel.org/linus/137ca342ae2d6627496a871f5553ea023cfc77c0|commit]], [[https://git.kernel.org/linus/cce219d35511eac7f334048a58a3644be5930eaa|commit]], [[https://git.kernel.org/linus/33d3a63f9ab3818c637e2254e67b1883edd0b2e6|commit]], [[https://git.kernel.org/linus/5ec423d1df089dbc1156da7eb3af6b0fe24b5926|commit]] * pinctrl-zynqmp: Add Versal platform support [[https://git.kernel.org/linus/4c9e8da4e7a6ea6e2ba6626536d241a29fd7c871|commit]], [[https://git.kernel.org/linus/86b9ce0a8a6cf9397503920cd5412d207a93fae9|commit]], [[https://git.kernel.org/linus/067d9fd7eed2bde170cba8ed12f49fb68c4e78ae|commit]] * ocelot: add support for lan969x SoC [[https://git.kernel.org/linus/4e778d2ca233a8b48558de30e6016a2c2a583738|commit]], [[https://git.kernel.org/linus/01be3ac0ab77d4ffcd425aee05dc81d5d10117e2|commit]] * Add initial support for Canaan Kendryte K230 pinctrl [[https://git.kernel.org/linus/545887eab6f6776a7477fe7e83860eab57138b03|commit]], [[https://git.kernel.org/linus/561f3e9d21a16df0148f5f209bdc26db3d86632b|commit]] * renesas: rzg2l: Add support to configure open-drain and schmitt-trigger properties [[https://git.kernel.org/linus/725933a54f718af5362ec39971b2933d8bdf6994|commit]], [[https://git.kernel.org/linus/9d75b70061917fbfe3247e2594879e5a14d3e24a|commit]], [[https://git.kernel.org/linus/f07e2b681edd8d8ed25048b958fdcfb55abaf487|commit]] * spacemit: add pinctrl support to K1 SoC [[https://git.kernel.org/linus/a83c29e1d145cca5240952100acd1cd60f25fb5f|commit]], [[https://git.kernel.org/linus/97b7675640928a5de971f43034ba1f41e30001b7|commit]] * Add Exynos990 pinctrl drivers [[https://git.kernel.org/linus/2193074458dee3c4382c023740d86578db050bd8|commit]], [[https://git.kernel.org/linus/e690012f4f924f4ef4e105427b04ea3d496c6a38|commit]], [[https://git.kernel.org/linus/5b653cb60275e1ad1a85f0d056a3084c4635623c|commit]] * aspeed-g6: Support drive-strength for GPIOF/G [[https://git.kernel.org/linus/c34b20622e4f8da23503ca953b7aa23dc3c45659|commit]] * Add mfd, pinctrl and pwm support to EN7581 SoC [[https://git.kernel.org/linus/1c8ace2d0725c1c8d5012f8a56c5fb31805aad27|commit]], [[https://git.kernel.org/linus/50dedb1eb1e6755ccab55f6140916c2d192be765|commit]], [[https://git.kernel.org/linus/a24663432fe1dfe1ab4db020cb94942258c1ed24|commit]], [[https://git.kernel.org/linus/d0c15cb96b74606b18721dc11637cf494703a617|commit]], [[https://git.kernel.org/linus/e2adb96f53c0fd323d1aeb2a441c55aa7554bb1e|commit]] * intel: Add a human readable decoder for pull bias values [[https://git.kernel.org/linus/4cbf2b660f46be45b71d4f67f71495d08bf04371|commit]] * elkhartlake: Add support for DSW community [[https://git.kernel.org/linus/c6235c426d2ac78ab843a55cb1556b0f43175d9e|commit]] * Add minimal Exynos8895 SoC and SM-G950F support [[https://git.kernel.org/linus/e2d58d1e1c61c1e1d4af400cc0ebcebf98efb49f|commit]], [[https://git.kernel.org/linus/496374c1d0045177cb5c3e85ce33b2179b11a413|commit]], [[https://git.kernel.org/linus/e6bb0575953f3f850f5583e9adae3260866e0cbe|commit]], [[https://git.kernel.org/linus/296621bfa3ddefcbc4a3c1f64f6e868680a1be59|commit]], [[https://git.kernel.org/linus/d27c76fcd4190cab051543b2ffa2f183a6142c0a|commit]], [[https://git.kernel.org/linus/dcabaa8ae457647e334bbcaf21f9209315e8f752|commit]], [[https://git.kernel.org/linus/eed2e79221e2b4a1d1469aa522f658889cd640ee|commit]], [[https://git.kernel.org/linus/724d52a3cd33774570c43cff06403b4cdda00abe|commit]], [[https://git.kernel.org/linus/2caf56f6cf69b026749a2c6c8ad083e5c47b8362|commit]] * qcom: Introduce Pinctrl for QCS8300 [[https://git.kernel.org/linus/0c4cd2cc87c848848c23e0d82e40c4bff8f458c3|commit]], [[https://git.kernel.org/linus/5778535972e2c1eb69e698803a610b43e50cb036|commit]] * qcom: add support for TLMM on SAR2130P [[https://git.kernel.org/linus/11138a5caa2bc396d74b7996460b6ff353eb1fd0|commit]], [[https://git.kernel.org/linus/e89768f63f49fd7a31ebc1699cd209549f27611e|commit]] * Add support for Exynos9810 SoC and Samsung Galaxy S9 (SM-G960F) [[https://git.kernel.org/linus/0a4907eea61d1b7d602a817f6c1de31609c48367|commit]], [[https://git.kernel.org/linus/fd0b3581666860610ac770d4b582df42e0065c58|commit]], [[https://git.kernel.org/linus/18910d6b16bb4e71ee5aea5986a6577f347d69ec|commit]], [[https://git.kernel.org/linus/47c3309d58b5e6fd3fc425253491c1ce014538c0|commit]], [[https://git.kernel.org/linus/608c8f408dac3d1fd96191494f1a32ba2b1e133d|commit]], [[https://git.kernel.org/linus/6d2dbd4cec8939ad2b813b8052eb12406db528d7|commit]], [[https://git.kernel.org/linus/4c745ade9f2ba0e2ce273b75293d0e9b995dbd74|commit]], [[https://git.kernel.org/linus/e830431e0ad0501c2e6dcb3c65dabc053e3ce5e4|commit]] * qcom: Introduce pinctrl for SM8750 [[https://git.kernel.org/linus/afe9803e3b82f0d05b6848a854604dcaaeb5ded0|commit]], [[https://git.kernel.org/linus/b02e9f9172cedc0d0e0417fb91b79f24794cbf02|commit]] == Multi Media Card (MMC) == * Add support UHS-II for GL9755 and GL9767 [[https://git.kernel.org/linus/7e5b19f3a795f7830c04c2d736555071f6ec0a82|commit]], [[https://git.kernel.org/linus/10c8298a052b17fda58f103171593877fccff06c|commit]], [[https://git.kernel.org/linus/fca267f064c809fe124da9d5778e5268f787a4e8|commit]], [[https://git.kernel.org/linus/379e4dc5b68a6642fc13b94543be33307ed09704|commit]], [[https://git.kernel.org/linus/9a9f7e13952b2638bc57bc9b34e6bdd106509836|commit]], [[https://git.kernel.org/linus/5e445111af1325fe9181bc8bf28cebd9826f7b14|commit]], [[https://git.kernel.org/linus/2daf64308d6b78d04dd8ddb87b6cf89cd85e3919|commit]], [[https://git.kernel.org/linus/79daeb241db7901e4bd53cce9ab046f376a63a4c|commit]], [[https://git.kernel.org/linus/93f1cc67cf3196174412adca87321b25c1c986b0|commit]], [[https://git.kernel.org/linus/4f412f7918048c5fc55274658e0c14011adbebe8|commit]], [[https://git.kernel.org/linus/6eb2c8e18f86f376003fec8259bd70938f266509|commit]], [[https://git.kernel.org/linus/06a0d072ba6dafb17796df7ecdc682eaa94dca9e|commit]], [[https://git.kernel.org/linus/153196d550c747367bdbec5cd545a572c5310451|commit]], [[https://git.kernel.org/linus/0f8186f146427137c11dc5c0498bdcf3d74dd072|commit]], [[https://git.kernel.org/linus/b948d7c57b8bcfff6a94fd5d0d2d615d2a947687|commit]], [[https://git.kernel.org/linus/928ad8caf2f22385a55fa899b56f83443e7d9a37|commit]], [[https://git.kernel.org/linus/a9a75f9dc23c1562dcb261c0a8f3d6fc70d246cd|commit]], [[https://git.kernel.org/linus/a56ffd3a83ed2e10e0d9e0b199547bfa0d206aac|commit]], [[https://git.kernel.org/linus/27dd3b82557ab0fdd3eee0ac1c0c0438bc418456|commit]], [[https://git.kernel.org/linus/9cbb2358bb1f17b61bf75cbebc2c9746b3a29e32|commit]], [[https://git.kernel.org/linus/2af7dd8b64f2fd6ac84d2a3cffa24eaf1a00d7a6|commit]] * Add SDUC Support [[https://git.kernel.org/linus/c2d8d4954ebbd860f4dbab1f3107d24b8b5b5697|commit]], [[https://git.kernel.org/linus/449f34a34088d02457fa0f3216747e8a35bc03ae|commit]], [[https://git.kernel.org/linus/375b535941bea65b37451f0fd398e28bf4f3bdc3|commit]], [[https://git.kernel.org/linus/933873852cd7d23cf79794d2c0e2d13ba3481f4d|commit]], [[https://git.kernel.org/linus/899404e1503461adde3890828f7ed18a3032ec59|commit]], [[https://git.kernel.org/linus/fce2ce78af1e14dc1316aaddb5b3308be05cf452|commit]], [[https://git.kernel.org/linus/96f5e90259465f0f90afb4e899110ee3bdd61675|commit]], [[https://git.kernel.org/linus/9b9c665aee041d3e897584be6c741f88697de1a6|commit]], [[https://git.kernel.org/linus/403a0293f1c230524e0185b31f69c02a6aed12c7|commit]], [[https://git.kernel.org/linus/a7861651943dac0006f55e0b6db28ed8e9dbe411|commit]] * sdhci-of-arasan: Support for emmc hardware reset [[https://git.kernel.org/linus/11c7d665181c1879b0d5561102c3834ff14a5615|commit]] * pwrseq_simple: add support for one reset control [[https://git.kernel.org/linus/73bf4b7381f772cc2ac105f636bcb514715162b7|commit]] * Add mtk-sd support for MT8196 [[https://git.kernel.org/linus/58927c9dc4abdd0ee19bedf151d70e271f85dad4|commit]], [[https://git.kernel.org/linus/312607ba0803da56619031007ab8dfa2958a785f|commit]], [[https://git.kernel.org/linus/24f6425be898f47f68a57c773ef6a9fa48d026e4|commit]] * mtk-sd: add support for mt7988 [[https://git.kernel.org/linus/de6840095f8ed542308279c4f24fa42ba27c2dd3|commit]] * mtk-sd: Implement Host Software Queue for eMMC and SD Card [[https://git.kernel.org/linus/7e9ddd7d45897b15a64c4a3c88f2f7909bf49749|commit]] == Memory Technology Devices (MTD) == * Add octal DTR support for Macronix flash [[https://git.kernel.org/linus/afe1ea1344bbd3a40be5a2547ff1b13899c5a7fa|commit]], [[https://git.kernel.org/linus/50cb86f21ec2ede08d0ec0479fbd8697a8a25616|commit]], [[https://git.kernel.org/linus/46b6256a68b49d6400ceb43696a01a3203c11688|commit]], [[https://git.kernel.org/linus/030ace430afcf847f537227afceb22dfe8fb8fc8|commit]], [[https://git.kernel.org/linus/ccac858d2bdb4f6eb97e903744d94f52046e742a|commit]] == Industrial I/O (iio) == * hid-sensors-prox: Add support for more channels [[https://git.kernel.org/linus/596ef5cf654b7c8cbdbb42f890063f868357acac|commit]], [[https://git.kernel.org/linus/f7a1fc1ae0d8f379b1a57b911928bf8a330bf94f|commit]], [[https://git.kernel.org/linus/9d2fe9cd02ca5f1e70a7eff0262fb3668a27db0c|commit]], [[https://git.kernel.org/linus/9b20c3fe68bd82e0eb7d74a5ab968553b90596aa|commit]], [[https://git.kernel.org/linus/6e6738398def256126185cd25e2e3cb68f1bc0a3|commit]] * Add support for the GE !HealthCare PMC ADC [[https://git.kernel.org/linus/791f9e92d2dfeaf0c3ee999c57f170eed19dc34e|commit]], [[https://git.kernel.org/linus/fb45972c1883308204bfe047af6508e7d61a00f2|commit]], [[https://git.kernel.org/linus/421d2251fbeac8ab4308ab6653a9252dc4efa6c9|commit]], [[https://git.kernel.org/linus/5e472eaa8dc18e4aa7ddef96cbf04eeac350ecd0|commit]] * Add support for AD4113 [[https://git.kernel.org/linus/8a9687b30a29cb030bcde690d4a53a8a7bb691cb|commit]], [[https://git.kernel.org/linus/918e4c56bd1c28332947682aa1b0e990ed62b94f|commit]], [[https://git.kernel.org/linus/819b69abb12aac65e26074d0fb0f058ef763aa05|commit]] * Add adaq4370-4 and adaq4380-4 support [[https://git.kernel.org/linus/c904e6dcf4024e484cba6d61e379b53d802fa497|commit]], [[https://git.kernel.org/linus/9bb0e49a22e4d67953c16aca4d45b3c1f8d54a87|commit]], [[https://git.kernel.org/linus/0e1168f8f2bfb43dd29a8d224d0a4d3ffccd47d9|commit]], [[https://git.kernel.org/linus/19406b0a3152dd94fe3b6c454412454acbf2439a|commit]] * Add iio backend compatibility for ad7606 [[https://git.kernel.org/linus/ef67f16e365c7d4dd3c075fcc49422d500612b5a|commit]], [[https://git.kernel.org/linus/849cebf8dc670947e7aafc9a8fcfb3f69793837e|commit]], [[https://git.kernel.org/linus/7c2357b104905533b138e37baae6a7b09098e99b|commit]], [[https://git.kernel.org/linus/1346e2566a7bb3dd0e51d7a1487a9215abb42d93|commit]], [[https://git.kernel.org/linus/0874763642e69542a3717b349da2a53878dc748f|commit]], [[https://git.kernel.org/linus/fec4330dde9dc51b476c1966825e00b6b066cc8c|commit]], [[https://git.kernel.org/linus/bc69e9fffde41cbb865c4f22aef9aee58f82d61a|commit]], [[https://git.kernel.org/linus/29121b825e05f784db489fc2be4c9ef394cc118a|commit]] * adc: ad7606: add support for AD7606C-{16,18} parts [[https://git.kernel.org/linus/ab38c083ff12ecfd3e8e30bd5c5ccb4f5b7019f8|commit]], [[https://git.kernel.org/linus/0733e5148b2d2d4f9d52b75201cde23cce9b16ff|commit]], [[https://git.kernel.org/linus/d2041446a716a0086436124e8f97bac980ba71bc|commit]], [[https://git.kernel.org/linus/e571c1902116a376c96e59639820662d7d6a13da|commit]], [[https://git.kernel.org/linus/300a90a6ba644cfcea75e5585e74a0e5fd46b94a|commit]], [[https://git.kernel.org/linus/f3838e934dfff284b84bd563e92cd60e7dda0cb8|commit]], [[https://git.kernel.org/linus/94aab7a0f5c77f1ee9be87fab3524807d78cf560|commit]], [[https://git.kernel.org/linus/bbd478f2cb0e3352c0af9078ea51643c0a497fa8|commit]] * adc: ad7606: add support for AD760{7,8,9} parts [[https://git.kernel.org/linus/2fb8548e054afa13f161174efa5d7e8ec50e8b79|commit]], [[https://git.kernel.org/linus/2f9b2033f12128bb92576d5db1977931493abfee|commit]], [[https://git.kernel.org/linus/97c6d857041dbde42061bef4a6cad2058b0153ed|commit]], [[https://git.kernel.org/linus/0fb11344bb21bc63821f45d0953b2da8cf1ff4f8|commit]], [[https://git.kernel.org/linus/8456a9f0721201b9713ad4a0ad0c6ef619286cb3|commit]] * adc: add new ad7625 driver [[https://git.kernel.org/linus/78134832a1f382b905d0fddd13148c9b8527c519|commit]], [[https://git.kernel.org/linus/8608471262ddf4b8ed4120d7211251e8b8dcbda9|commit]], [[https://git.kernel.org/linus/29301cc33957785897106bc58950c2c87d904f8d|commit]], [[https://git.kernel.org/linus/b7ffd0fa65e96283ab4cced9195b67bf9e7a2f2a|commit]] * Add support for AD777x family [[https://git.kernel.org/linus/c9a3f8c7bfcb4e7fd2d298aa1748116f9cc6b1de|commit]], [[https://git.kernel.org/linus/01bb12922b60f33d3b19b32e97a6508fc5ee4f7c|commit]] * add support for the ad3552r AXI DAC IP [[https://git.kernel.org/linus/f665d7d33d7909cf51e2db0f0767ecab0295c0bd|commit]], [[https://git.kernel.org/linus/0b4d9fe58be8260819c453fb4717f23bdafd3ba3|commit]], [[https://git.kernel.org/linus/043e4e514cee9774ce5c9fd7630b0453687a5ea0|commit]], [[https://git.kernel.org/linus/82d8189826d54740607e6a240e602850ef62a07d|commit]], [[https://git.kernel.org/linus/bd71b6d0ba5ec195d580d79b1ebdfedaeb63aae2|commit]], [[https://git.kernel.org/linus/248da097f6a085c9f46bc288c2f0e865eb6cf7b2|commit]], [[https://git.kernel.org/linus/d5ac6cb1c8f3e14d93e2a50d9357a8acdbc5c166|commit]] * chemical: bme680: 2nd round of cleanup [[https://git.kernel.org/linus/1eec0c569523782392b5e6245effddb626213b8c|commit]], [[https://git.kernel.org/linus/f77f50ca1a236ae213d1b9cef4ac042090c98ae6|commit]], [[https://git.kernel.org/linus/f51171ce2236304949424239111bd81eedefb298|commit]], [[https://git.kernel.org/linus/713bbb4efb9dcda2e96c8338db1f21c68f2d822a|commit]], [[https://git.kernel.org/linus/4865ee12c8d82e154f0eec28f2592a1248037ab1|commit]], [[https://git.kernel.org/linus/b766470b876409b9d821c5773a08a90f8cc50c76|commit]], [[https://git.kernel.org/linus/56686ac80b859c2049cc372f7837470aa71c98cf|commit]] * dac: ad8460: add SPI device match table [[https://git.kernel.org/linus/4b0cc9c0d689faa31b95ce0215069bb225735be7|commit]] * Add AD8460 DAC driver [[https://git.kernel.org/linus/a976ef24c62540d6dd166a93e474684ae5463455|commit]], [[https://git.kernel.org/linus/e3a2d565d28f1ad902a03d82cd07426e157a35e4|commit]] * hid-sensors-prox: Add support for more channels [[https://git.kernel.org/linus/596ef5cf654b7c8cbdbb42f890063f868357acac|commit]], [[https://git.kernel.org/linus/f7a1fc1ae0d8f379b1a57b911928bf8a330bf94f|commit]], [[https://git.kernel.org/linus/9d2fe9cd02ca5f1e70a7eff0262fb3668a27db0c|commit]], [[https://git.kernel.org/linus/9b20c3fe68bd82e0eb7d74a5ab968553b90596aa|commit]], [[https://git.kernel.org/linus/6e6738398def256126185cd25e2e3cb68f1bc0a3|commit]] * Add I2C driver for Bosch BMI270 IMU [[https://git.kernel.org/linus/3ea51548d6b255db201f37b2bca9a845e0120f5a|commit]], [[https://git.kernel.org/linus/242b6890f569f2d1faf34e428eaf110fdb6f6d60|commit]] * Add i2c driver for Bosch BMI260 IMU [[https://git.kernel.org/linus/f35f3c832eb58862ab9b62f8e24d1d8864f9f205|commit]], [[https://git.kernel.org/linus/b6ee20afca66cb1767a9e77cdf823de588c9b6f4|commit]], [[https://git.kernel.org/linus/99e46bbb131e7b102bf7850fa65594a1734f72af|commit]], [[https://git.kernel.org/linus/eaba902d85b1517fd9d4573bc932a321418723a5|commit]] * bmi270: Add spi driver for bmi270 imu [[https://git.kernel.org/linus/92cc50a00574d2c85ee6ebe142c88ce0634a750d|commit]] * Add support of IAM-20680 HP & HT [[https://git.kernel.org/linus/852559219685b38abe1e9c06ef1bc1d218edbfcd|commit]], [[https://git.kernel.org/linus/129bb33f0dcd8f3192005493e47e99f78f93df73|commit]] * imu: smi240: add bosch smi240 driver [[https://git.kernel.org/linus/8608471262ddf4b8ed4120d7211251e8b8dcbda9|commit]], [[https://git.kernel.org/linus/80467bdb75cb69ffe6b0a9bc8b6eecd8c247daff|commit]], [[https://git.kernel.org/linus/99918e786a765824246633afbad9b4c69063c593|commit]] * light: add support for veml3235 [[https://git.kernel.org/linus/c5a23f80c164646ff307fa4086c902a0206c905b|commit]], [[https://git.kernel.org/linus/6df21ae0d48bbea2008bb704f05f6400fa741683|commit]] * Threshold event and Sampling freq support for LTR390 [[https://git.kernel.org/linus/498a640a2ebce91bbe16d2839510f8b9f679a10e|commit]], [[https://git.kernel.org/linus/7ca4b8957066d86abe7307a30585cac1ebc4ba82|commit]], [[https://git.kernel.org/linus/c58f7a1d36709e50398c05df9419386befef2c59|commit]], [[https://git.kernel.org/linus/bd7057bb94887f475f1cbedbc77cede274be7547|commit]] * light: ltr501: Add LTER0303 to the supported devices [[https://git.kernel.org/linus/c26acb09ccbef47d1fddaf0783c1392d0462122c|commit]] * light: opt3001: add support for TI's opt3002 light sensor [[https://git.kernel.org/linus/fc6fa04ef390bea81eb53f3e3bb9fcd6f80acbe6|commit]], [[https://git.kernel.org/linus/0d7fd2d6aa410371ce66ac4fc4b03ca91233bff4|commit]] * light: veml6030: fix issues and add support for veml6035 [[https://git.kernel.org/linus/ed59fc90f38a751f699a846bc68a89185fb8325d|commit]], [[https://git.kernel.org/linus/e980726d89e25eb87dd80803ec75feefede21045|commit]], [[https://git.kernel.org/linus/b663b798d04fb73f1ad4d54c46582d2fde7a76d6|commit]], [[https://git.kernel.org/linus/7a1af0de1f042af2a7463694866516109f54ffc2|commit]], [[https://git.kernel.org/linus/c61d687cd5fc3a2da6dd2f18405e87ebb72f603d|commit]], [[https://git.kernel.org/linus/f1bfc1c993e3c1c49f360f07762d7ec50d165cc5|commit]], [[https://git.kernel.org/linus/8ff21dd6dfc08274d478b0f4f540f23f7065b8c5|commit]], [[https://git.kernel.org/linus/611097d5daea95688e9187a53f36a8c743eaa0b8|commit]], [[https://git.kernel.org/linus/ccc26bd7d7d73e1539f401b1fa0384752ca30627|commit]] * light: veml6030: add support for veml7700 [[https://git.kernel.org/linus/ddbcee9ff1cfb3b3eb89e2d3a9fcf6d9351f2c39|commit]], [[https://git.kernel.org/linus/2fda7ef9ebb52f20097fb38c6832b7a836d4bd0d|commit]], [[https://git.kernel.org/linus/ace858339577c6b63196b875bbbb1cf5bc4347cd|commit]] * light: veml6070: add integration time [[https://git.kernel.org/linus/844b47027da0754e089c224c8c7d371f812320fd|commit]], [[https://git.kernel.org/linus/bb18885ed82359829648fd4338c18b9dd36350ed|commit]], [[https://git.kernel.org/linus/4c5e18bf7590c6fd01d0a92a80b0eb92c8447ece|commit]] * Interrupt and Continuous mode support for VL6180 [[https://git.kernel.org/linus/eeebe3937cfc7af3b4686a69432f6ae153470a9d|commit]], [[https://git.kernel.org/linus/3a545861716bcee2d6715fea8d47de5f5aa0bf34|commit]], [[https://git.kernel.org/linus/5d64ac92c7aa9bdec81166f6f89cea423e40941d|commit]] * magnetometer: add support for the Allegro !MicroSystems ALS31300 3-D Linear Hall Effect Sensor [[https://git.kernel.org/linus/3c9b6fd74188ca50abbb0e0c3a96b87ec7573daa|commit]], [[https://git.kernel.org/linus/6f6291f7a5f14f017260edd0d19a23546d55fc30|commit]], [[https://git.kernel.org/linus/8122339406453d001b4658958394e39b55dc4c62|commit]] * Continuous mode support for VL53l0x [[https://git.kernel.org/linus/762186c6e7b1dab5af1b8aa46fa0a3b1a9aaafde|commit]], [[https://git.kernel.org/linus/962b48d497421954f4a1a2665113cca58362bab8|commit]] == Multi Function Devices (MFD) == * !MediaTek MT6735+MT6328 SoC/PMIC pair base support [[https://git.kernel.org/linus/6e31bb8d3a63bb2c3efab2fb6bcfccac677a4581|commit]] * 88pm886: Add the RTC cell [[https://git.kernel.org/linus/82ee16cfb290ae259d1cd6658a6988b430258e94|commit]], [[https://git.kernel.org/linus/156d87b679a565a166da4a7ce892cb87f6317faf|commit]] * tqmx86: new hardware and GPIO/I2C IRQ improvements/additions [[https://git.kernel.org/linus/0d3f073975ad28bd16034ed81b8e525e808cbe37|commit]], [[https://git.kernel.org/linus/1f86faeb8b4bfeaa001a6c24141cdfc98093e9db|commit]], [[https://git.kernel.org/linus/b58bbbd7c599eab4861cc68a13440f5ad4679dba|commit]], [[https://git.kernel.org/linus/aaac6067d7749bba6401fe3d76fc554de8338f36|commit]], [[https://git.kernel.org/linus/97f0db59525f7e82113404ea4bf79c435ad53365|commit]] * mfd: sec-core: Add support for the Samsung s2dos05 [[https://git.kernel.org/linus/bf231e5febcf9358d7e70a2c6974548f7f3e4f61|commit]] * Support ROHM BD96801 Scalable PMIC [[https://git.kernel.org/linus/fcf1f960a6aa45a22efd4d49114c672ed305b85f|commit]], [[https://git.kernel.org/linus/1e7c05292531e5b6bebe409cd531ed4ec0b2ff56|commit]], [[https://git.kernel.org/linus/8b1a39362ba989849bc3978d03f56f6eb3f290b3|commit]], [[https://git.kernel.org/linus/7276f425b744a81eb5a8e519b0c452d5e64b530c|commit]], [[https://git.kernel.org/linus/fd6e053d23ddf7c1b2c94d2aa8e53d8bc698c052|commit]], [[https://git.kernel.org/linus/dde286ee57704226b500cb9eb59547fec07aad3d|commit]], [[https://git.kernel.org/linus/09dad69757b6600f6de5b547323e81235fc61d6c|commit]], [[https://git.kernel.org/linus/894d915d23b90629356a7c18d92f31358b2f92f8|commit]] * add X-Powers AXP323 support [[https://git.kernel.org/linus/a0f8a8898e120d5a3f14cd22289daa3709d83f5b|commit]], [[https://git.kernel.org/linus/35fec94afe045856456faca4879b9c560e39d1e3|commit]], [[https://git.kernel.org/linus/e37ec32188701efa01455b9be42a392adab06ce4|commit]], [[https://git.kernel.org/linus/697a4001d31a607a72c6297e4eb0f7918c6e6929|commit]], [[https://git.kernel.org/linus/bd91530aee6007a979e52d816779a6e10ed8c00a|commit]] * axp20x: Add support for AXP323 [[https://git.kernel.org/linus/35fec94afe045856456faca4879b9c560e39d1e3|commit]] * Add Congatec Board Controller driver [[https://git.kernel.org/linus/6f1067cfbee72b04fc42234f7f1588f838cec0b6|commit]] == Pulse-Width Modulation (PWM) == * New abstraction and userspace API [[https://git.kernel.org/linus/62928315adfe32442b119cff42788891db89a575|commit]], [[https://git.kernel.org/linus/17e40c25158f2505cbcdeda96624afcbab4af368|commit]], [[https://git.kernel.org/linus/6c5126c6406d1c31e91f5b925c621c1c785366be|commit]], [[https://git.kernel.org/linus/c485e2c97dae4e13f239ccad455070e99213dd4b|commit]], [[https://git.kernel.org/linus/eb18504ca5cf1e6a76a752b73daf0ef51de3551b|commit]], [[https://git.kernel.org/linus/1afd01db1a76cdd1d96696e3790d66c79621784c|commit]] == Inter-Integrated Circuit (I2C + I3C) == * Introduce initial support for the AMD I3C (non-HCI) to DW driver [[https://git.kernel.org/linus/473d0cb485876b29b71da34a0ea4b36e496cb1ea|commit]], [[https://git.kernel.org/linus/0a0d851ce1bc3f0dc0cdfc429c3b0a9ed6e9272e|commit]] * designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKA [[https://git.kernel.org/linus/7c3a833a1da6ab1e29fcb4740edf770aea816c6f|commit]] * nomadik: support >=1MHz & Mobileye EyeQ6H platform [[https://git.kernel.org/linus/4fb1b640d68dba271e6b580582ac5c1381c6157a|commit]], [[https://git.kernel.org/linus/54202106c0fe23693c5e9e81e7587ce89e6dd182|commit]], [[https://git.kernel.org/linus/a0d15cc47f29be6d588fa55bdbe116c26549178d|commit]], [[https://git.kernel.org/linus/2eec351eed02da9955ac7a79dd9481f61c355c9a|commit]], [[https://git.kernel.org/linus/16674c8c488ec40cbf15806658a22a68bb15a810|commit]], [[https://git.kernel.org/linus/814a3225f4e9b3631369029ed5ecf35e7a2999bc|commit]] * Add atomic transfer support to i2c-cadence [[https://git.kernel.org/linus/7cfe1a45de8d506d0722abda25430986376d3676|commit]], [[https://git.kernel.org/linus/ed866f41612a3f3934d0fbeb193fad334adcbc94|commit]], [[https://git.kernel.org/linus/ae8ec9dd19b3b55505a09b9d605efa5509d4c6fa|commit]] * Introduce initial AMD ASF Controller driver support [[https://git.kernel.org/linus/9b25419ad397149e66e92ded58523e57f98eec2c|commit]], [[https://git.kernel.org/linus/b1f8921dfbaa6d3aaee0598b20043d28fac876a9|commit]], [[https://git.kernel.org/linus/650e2c396a9847d8f946810fba3f0e9f3d8c27de|commit]], [[https://git.kernel.org/linus/05d980046f5a202977f903db4ba67f3816dbcc7a|commit]], [[https://git.kernel.org/linus/9d9929e9929ff6caa310e3ac3d85bd086124efc6|commit]], [[https://git.kernel.org/linus/157a6849d2892c7b3ae479670652bb444bf064f5|commit]], [[https://git.kernel.org/linus/78a78b321528b6e395b5c4bd9eacd09e6767a475|commit]], [[https://git.kernel.org/linus/c509ebdb95ee7713a771e7b99d17194dcbecd0d6|commit]] * designware: Add a new ACPI HID for HJMC01 I2C controller [[https://git.kernel.org/linus/6816ce57c479653122145793bb45ff58e0805a56|commit]] * Drop legacy muxing pseudo-drivers [[https://git.kernel.org/linus/b7ef4e0b1fb548e166303cb6c16580e6ccffa2bb|commit]] * RTL9300 support for reboot and i2c [[https://git.kernel.org/linus/c366be720235301fdadf67e6f1ea6ff32669c074|commit]], [[https://git.kernel.org/linus/232fed4825e832c89b1d47a24c7836918063fb3e|commit]], [[https://git.kernel.org/linus/5ec37be43fe73c21b4b52c4d7f9c400221bdbacf|commit]], [[https://git.kernel.org/linus/c25e73d45d530f7285477f9ad59f03808c1284a3|commit]] * Add I2C support for !S32G2/S32G3 !SoCs [[https://git.kernel.org/linus/311499ee56bf120722a56981caeba14ce829bd1a|commit]], [[https://git.kernel.org/linus/f3ed495940de0b1d766bd0f9a470f5241a422960|commit]] * i801: Add support for Intel Panther Lake [[https://git.kernel.org/linus/bd492b58371295d3ae26162b9666be584abad68a|commit]] == Hardware monitoring (hwmon) == * tmp108: Add support for !P3T1085 [[https://git.kernel.org/linus/c40655e3310649866c4ebf7a10f0d53802ebdfa9|commit]], [[https://git.kernel.org/linus/700f3250198d51093884254220a96777a922dd47|commit]], [[https://git.kernel.org/linus/11d35624d7696a64724160199fc94587010d7cb2|commit]], [[https://git.kernel.org/linus/4585580781d69d8627e15f027873e46282ea3787|commit]] * Add tsd,mule-i2c-mux support [[https://git.kernel.org/linus/84a4e9bf4c1ebe5e71baa5a94b13e168f35e85f5|commit]], [[https://git.kernel.org/linus/21b2e2365f1462d3dc8fddfd0703c2f675d55381|commit]], [[https://git.kernel.org/linus/d0f8e97866bf258b420ebf2b46755399ca01e585|commit]], [[https://git.kernel.org/linus/247a80fde14edc84feb8bae707e60a55993ee636|commit]], [[https://git.kernel.org/linus/4a875cf15427a1a83e9122e5be9a6b08937a5bc5|commit]], [[https://git.kernel.org/linus/157707e00085083079cdc9f5014ac31cc3319128|commit]], [[https://git.kernel.org/linus/08866412e325feb87ad70a6b19ff0d165f59b401|commit]], [[https://git.kernel.org/linus/8f38236de689afe1ebba6ff25676f0631818ef37|commit]] * ina2xx: Add support for INA260 [[https://git.kernel.org/linus/70fb84a109c639637f0636281dbdb21ed8ffb000|commit]] * nct6775: Add 665-ACE/600M-CL to ASUS WMI monitoring list [[https://git.kernel.org/linus/ccae49e5cf6ebda1a7fa5d2ca99500987c7420c4|commit]] * isl28022: new driver for ISL28022 power monitor [[https://git.kernel.org/linus/39671a14df4f26e091730d3b8fd3bb900005b83c|commit]], [[https://git.kernel.org/linus/f3bfd13c4a45ab8874d4cf855abf57d0b9f29279|commit]] * Driver for Nuvoton NCT7363Y [[https://git.kernel.org/linus/46b94c485ed197bc681da242440c6e2315697c57|commit]], [[https://git.kernel.org/linus/15cae9c0b9c0e78b78da7a08ff8ab0ea15294f57|commit]] * ina226: Add support for SY24655 [[https://git.kernel.org/linus/0196d07f0e3ba3f5639ea5a74f59af8c990b95f0|commit]], [[https://git.kernel.org/linus/52172ad87a22ed6e687ca678da21d3c949bc89a1|commit]] * Add support for LTC7841 boost controller [[https://git.kernel.org/linus/9c1716bc519c11615898c587b2e30398d083ddee|commit]], [[https://git.kernel.org/linus/baf88c49a2b1cb0ca0d060486441b8ce876ec079|commit]], [[https://git.kernel.org/linus/8b882f6ff00536a7324fc89dafdaa3c9573967ca|commit]] * sht4x: add heater support [[https://git.kernel.org/linus/0eed6fc3d2b9eef8074dc799176e0c1e78a3cc3f|commit]] * ina2xx: Add support for has_alerts configuration flag [[https://git.kernel.org/linus/de0da6ae1908b43b23782d64b4564b5ca3119f7f|commit]] == General Purpose I/O (gpio) == * Notify user-space about config changes in the kernel [[https://git.kernel.org/linus/40b7c49950bd56c984b1f6722f865b922879260e|commit]], [[https://git.kernel.org/linus/fcc8b637c542d1a0c19e5797ad72f9258e10464c|commit]], [[https://git.kernel.org/linus/dd26ffaa4d278d6e538c4ea68fb508a69f567827|commit]], [[https://git.kernel.org/linus/81625f362497509526a2f9ac53843ae30b4709cc|commit]], [[https://git.kernel.org/linus/49182c87af377ec4ae0a5e116a9059e03b083574|commit]], [[https://git.kernel.org/linus/07c61d4da43fa3b34c152b28010d20be115a96db|commit]], [[https://git.kernel.org/linus/7b9b77a8bba9c1fd7bad3310dbf2cf382e1f8c25|commit]], [[https://git.kernel.org/linus/8c44447bd76109e33a69fccda89c84715fbd5658|commit]] * Congatec Board Controller drivers [[https://git.kernel.org/linus/590bcce85e014a2e16afe910bc6a20b4c1b2b374|commit]], [[https://git.kernel.org/linus/6f264047869e9683520ff8f7c235c07c1ca989d6|commit]], [[https://git.kernel.org/linus/6894f640b8f3f48700ccc828419ba60704f5a405|commit]], [[https://git.kernel.org/linus/4342bf63b64b09561f4ad1537de2e1a971cfb197|commit]] * Add Aspeed G7 gpio support [[https://git.kernel.org/linus/bef6959a3746fc8207a0ca75e239c95d7409fd90|commit]], [[https://git.kernel.org/linus/b2e861bd1eaf4c5f75139df9b75dade3334a5b6c|commit]], [[https://git.kernel.org/linus/a6191a3d18119184237f4ee600039081ad992320|commit]], [[https://git.kernel.org/linus/f1bc03e7e9bbbb18ad60ad6c6908b16fb7f40545|commit]], [[https://git.kernel.org/linus/1bb5a99e1f3fd27accb804aa0443a789161f843c|commit]], [[https://git.kernel.org/linus/79fc9a2fcc457f4375118fbcdb6767163870b5ff|commit]], [[https://git.kernel.org/linus/d787289589202cd449cabed3d7fde84e18fb6dd6|commit]] * Add support for FTDI's MPSSE as GPIO [[https://git.kernel.org/linus/c46a74ff05c0ac76ba11ef21c930c3b447abf31a|commit]] * rockchip: Update the GPIO driver [[https://git.kernel.org/linus/8bcbd0379c05c66ce2e842c7e8901aa317cdf04e|commit]], [[https://git.kernel.org/linus/41209307cad7f14c387c68375a93b50e54261a53|commit]], [[https://git.kernel.org/linus/591ae6bed250e4067db926313ff7279d23a1c7d1|commit]] * mpfs: add CoreGPIO support [[https://git.kernel.org/linus/65e936372d8f56f9faf3879925738cecc0a5f7e7|commit]] * dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKA [[https://git.kernel.org/linus/4f61d7fdcbc422f82acddf33cc966a13de577ce1|commit]] * mpfs: add polarfire soc gpio support [[https://git.kernel.org/linus/a987b78f3615e20c9cf9a85e38505bdcb7f19495|commit]] == Leds == * lp5562: Add multicolor brightness control [[https://git.kernel.org/linus/681d5fa6440cf0fd3f561638c598db18aa77e641|commit]] == DMA engines == * sh: rz-dmac: add r7s72100 support [[https://git.kernel.org/linus/0963dd56b1cf2ad2ad8553cb07e438c31e98e1af|commit]], [[https://git.kernel.org/linus/209efec19c4c0cea17ff01d67c8fbd75a90fb854|commit]], [[https://git.kernel.org/linus/6e9c5c8ef2820d18492d07172ac52f23ea8a54d9|commit]] == Hardware Random Number Generator (hwrng) == * bcm74110 - Add Broadcom BCM74110 RNG driver [[https://git.kernel.org/linus/35b2237f27c33c9d84733e03d84d79b6a6062715|commit]], [[https://git.kernel.org/linus/c0559d24560d04a808e4c7838e38a8d556679843|commit]] * airoha - add support for Airoha EN7581 TRNG [[https://git.kernel.org/linus/e53ca8efcc5ec1a19b699f40f506ce076e27c769|commit]] * Add support for stm32mp25x RNG [[https://git.kernel.org/linus/fab334f4cedc9f30d38b8dc028e1cdbe383dfdd7|commit]], [[https://git.kernel.org/linus/5a61fd622b07b17b6fa3c231fc7d83cbcba0229e|commit]], [[https://git.kernel.org/linus/842285d4ce1cecbe768ea01bed42ad5a938ab3dd|commit]], [[https://git.kernel.org/linus/4eb10daba80d65a18f56624d183e5304e17c3459|commit]] == Cryptography hardware acceleration == * hisilicon - support querying the capability register [[https://git.kernel.org/linus/2a69297eed87c1f3ad33b8a169025c06adde5dcf|commit]] == PCI == * TPH and cache direct injection support [[https://git.kernel.org/linus/48d0fd2b903e397c2a9621ab35f3d8877f61aee4|commit]], [[https://git.kernel.org/linus/d2e8a34876ce69b27f450eebfc550ab8e316f752|commit]], [[https://git.kernel.org/linus/f69767a1ada3ac74be2e1ac0795a05e1d1384eff|commit]] * Add PCIe support for IPQ9574 [[https://git.kernel.org/linus/5b63ccb69ee8ee5ddb58d8ce105b880905678bd5|commit]], [[https://git.kernel.org/linus/e0662dae178ddb2d890df0b6f622aa7f6f921791|commit]], [[https://git.kernel.org/linus/a63b74f2e35be3829f256922037ae5cee6bb844a|commit]] * vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs [[https://git.kernel.org/linus/b727484cace4be22be9321cc0bc9487648ba447b|commit]] * microchip: Add support for using either Root Port 1 or 2 [[https://git.kernel.org/linus/ac7f53b7e7283fee35ad12de8359f20989a47eb5|commit]] * hotplug: Add OCTEON PCI hotplug controller driver [[https://git.kernel.org/linus/e434e54d3ffcd17eeadfcf3cf434bc1dff36daff|commit]] * Enable runtime PM of the host bridge [[https://git.kernel.org/linus/dc421bb3c0db2aac926b548d259d3b550394908e|commit]] * j721e: Add PCIe support for J722S SoC [[https://git.kernel.org/linus/08e835268c35e851b308f326357224248cfb445b|commit]] * mediatek-gen3: Support limiting link speed and width [[https://git.kernel.org/linus/b609a15e7969d6a50d65067ee783b5d9365b04dd|commit]], [[https://git.kernel.org/linus/ade7da14954a5d1003ceb316a230189c445ba357|commit]] == Clock == * qcom: add support for clock controllers on the SAR2130P platform [[https://git.kernel.org/linus/aec8c0e28ce4a1f89fd82fcc06a5cc73147e9817|commit]], [[https://git.kernel.org/linus/92c366a53c4a89c461e6d4be611046a9295a1c6b|commit]], [[https://git.kernel.org/linus/3ee315537e941fb92cff31b259641d19e798b4e6|commit]], [[https://git.kernel.org/linus/30eb0e76d7b4b7dd1e6e8ace010ac24391dd9263|commit]], [[https://git.kernel.org/linus/1335c7eb7012f23dc073b8ae4ffcfc1f6e69cfb3|commit]], [[https://git.kernel.org/linus/e7a614cc8847f469370ea29604be966ee16f07e9|commit]], [[https://git.kernel.org/linus/13e677de1a7b0f389a8a46d2d148c8b5b55afcdc|commit]], [[https://git.kernel.org/linus/111481020aa599764790c807312465a4c94f4b5c|commit]], [[https://git.kernel.org/linus/d2e0a043530b9d6f37a8de8f05e0725667aba0a6|commit]] * qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574 [[https://git.kernel.org/linus/79dfed29aa3f714e0a94a39b2bfe9ac14ce19a6a|commit]] * Initial Marvell PXA1908 support [[https://git.kernel.org/linus/a89233dbd4df521094caa0dbcd03338259f8ead6|commit]], [[https://git.kernel.org/linus/03437e857b0a5db36f2364475125b546bddfa2ac|commit]], [[https://git.kernel.org/linus/b8a8a0f268be85e2ad3dd97eaee05c269fb5781b|commit]], [[https://git.kernel.org/linus/4d6da8233ba5f498fde9e57704f08465ca5a1336|commit]], [[https://git.kernel.org/linus/ebac87cdd230685fc5245a61bde79c9100ac348a|commit]], [[https://git.kernel.org/linus/51ce5591927389985451c0875f576701664f0a38|commit]], [[https://git.kernel.org/linus/f03b086624aa7cfbc6f3bf4ac728639602b4c478|commit]] * Usable clocks on Mobileye !EyeQ5 & !EyeQ6H [[https://git.kernel.org/linus/5e01124a2c0a42dc6b587b0b09b204a5389f8d7b|commit]], [[https://git.kernel.org/linus/0b28f9ee4b993621258615b591f0175c30340b06|commit]], [[https://git.kernel.org/linus/6a46b75a91a4347e50b25fb4a150a8f34b026034|commit]], [[https://git.kernel.org/linus/4eb5e9c6c4cdfca9fb0577f62580db46f5acd1a5|commit]], [[https://git.kernel.org/linus/1be858f7fafe73afba1e2af9fc6dfce04f411354|commit]], [[https://git.kernel.org/linus/a370b2d22dc0a68631fadca5080cd78fa99e4284|commit]], [[https://git.kernel.org/linus/1cbdfcfd08c4f47b8019c4f34a2c87fe6c444a31|commit]], [[https://git.kernel.org/linus/4a1ae0486dfee0aa3dcf3d312ece326870341f57|commit]], [[https://git.kernel.org/linus/d75fbc82ee9c0c5441a51aecd36d8f42e8f6b2fa|commit]], [[https://git.kernel.org/linus/d3c3c283afbe17a656d546c6881b8e01071b906c|commit]] * qcom: add support for clock controllers on the SAR2130P platform [[https://git.kernel.org/linus/aec8c0e28ce4a1f89fd82fcc06a5cc73147e9817|commit]], [[https://git.kernel.org/linus/92c366a53c4a89c461e6d4be611046a9295a1c6b|commit]], [[https://git.kernel.org/linus/3ee315537e941fb92cff31b259641d19e798b4e6|commit]], [[https://git.kernel.org/linus/30eb0e76d7b4b7dd1e6e8ace010ac24391dd9263|commit]], [[https://git.kernel.org/linus/1335c7eb7012f23dc073b8ae4ffcfc1f6e69cfb3|commit]], [[https://git.kernel.org/linus/e7a614cc8847f469370ea29604be966ee16f07e9|commit]], [[https://git.kernel.org/linus/13e677de1a7b0f389a8a46d2d148c8b5b55afcdc|commit]], [[https://git.kernel.org/linus/111481020aa599764790c807312465a4c94f4b5c|commit]], [[https://git.kernel.org/linus/d2e0a043530b9d6f37a8de8f05e0725667aba0a6|commit]] * Add minimal boot support for IPQ5424 [[https://git.kernel.org/linus/03e525c66de2535dc1afd26be004621c7c5a253e|commit]], [[https://git.kernel.org/linus/21b5d5a4a3114607a27653371c0332f2080e3c05|commit]], [[https://git.kernel.org/linus/79dfed29aa3f714e0a94a39b2bfe9ac14ce19a6a|commit]] * qcom: Add support for GCC on QCS8300 [[https://git.kernel.org/linus/95eeb2ffce73feb883156cbb056c75ee33c28648|commit]], [[https://git.kernel.org/linus/43b53bca61b032270395152ba93d6e9ead47f0de|commit]] * qcom: rpmh: add support for SAR2130P [[https://git.kernel.org/linus/2cc88de6261f01ebd4e2a3b4e29681fe87d0c089|commit]] * renesas: vbattb: Add VBATTB clock driver [[https://git.kernel.org/linus/3b42450ce1771c7b11d8f3563f4bbfe9b8d26611|commit]] * ralink: mtmips: some fixes and sdhc clock support [[https://git.kernel.org/linus/198675bbc03d437fb80a35d781ad13d622d0ff68|commit]], [[https://git.kernel.org/linus/d34db686a3d74bd564bfce2ada15011c556269fc|commit]], [[https://git.kernel.org/linus/33239152305567b3e9bf052f71fd4baecd626341|commit]] * !MediaTek MT6735 syscon clock/reset controller support [[https://git.kernel.org/linus/0bd9b1211f741fd4caa611e3b39275d58b73fbcf|commit]], [[https://git.kernel.org/linus/a7479860bb4099a8eef64999e843c085838248e4|commit]] * Add SM8475 clock controller drivers [[https://git.kernel.org/linus/ef2bd6c969830c7e42c23bcaf9d533db77420512|commit]], [[https://git.kernel.org/linus/29be508d1d7ffb241c39b8b7471253d81fb18a6a|commit]], [[https://git.kernel.org/linus/d4fdee9f6d6a0c524adb329d9a971a198bdfb367|commit]], [[https://git.kernel.org/linus/61b17d072d811df5733a1570889b8c6fa6834bf8|commit]], [[https://git.kernel.org/linus/4816898460144b651d79c2e3e1c7a3c1f0507a62|commit]], [[https://git.kernel.org/linus/f63115162502c4de4e225d653e9d3b68bfebfa9d|commit]] * lan966x: add support for lan969x SoC clock driver [[https://git.kernel.org/linus/47d072b10507f813fb58d90fe6c37dd8686e8ed6|commit]], [[https://git.kernel.org/linus/118c000211fbc476726a08f810ce9df700bf2bb3|commit]], [[https://git.kernel.org/linus/6049fa175d84f7f9f8757423f78227c0a5099f09|commit]], [[https://git.kernel.org/linus/4e778d2ca233a8b48558de30e6016a2c2a583738|commit]] * !MediaTek MT6735 main clock and reset drivers [[https://git.kernel.org/linus/43c04ed79189214e478c4c0f82319e94ba30c756|commit]], [[https://git.kernel.org/linus/ea1cca026842bc83af92785e61a4433bcc71ea70|commit]] * Introduce Nuvoton Arbel NPCM8XX BMC SoC [[https://git.kernel.org/linus/0ee52b157b8ed88550ddd6291e54bb4bfabde364|commit]], [[https://git.kernel.org/linus/22823157d90c4631a951920090686c20c459b36f|commit]], [[https://git.kernel.org/linus/8d8b43dae3b714582cbdb99d88847cc1757952ee|commit]] * Binding and driver for gated-fixed-clocks [[https://git.kernel.org/linus/e684f02492f99d6f6f037a35a613607339cf8e8f|commit]], [[https://git.kernel.org/linus/4940071d962827467f7297be3b874c96186ca0b7|commit]], [[https://git.kernel.org/linus/36abe81d9c3fa200a57ef2363e93a2991e387e19|commit]], [[https://git.kernel.org/linus/6cb137c7e99f8307f1f0fcccb1896f2d3b0651d3|commit]], [[https://git.kernel.org/linus/a4a7cbe36623ffaabbae413c0eacf40d033db71f|commit]] * twl: Add clock for TWL6030 [[https://git.kernel.org/linus/9abc1eb62aa15546f5da5f39ce08f27f721a6d0b|commit]], [[https://git.kernel.org/linus/990161eb32cbb295cfe92c476a9cf7452aa00007|commit]], [[https://git.kernel.org/linus/f2be0c3a9584b1a28c06692d4fc52a8a3586c6ab|commit]] * Add support for videocc, camcc, dispcc0 and dispcc1 on Qualcomm SA8775P platform. [[https://git.kernel.org/linus/e700bfd2f976903428df422f78c6b725ea142564|commit]], [[https://git.kernel.org/linus/9c28d1b9ec6038ba654e28599532251a691c2ed0|commit]], [[https://git.kernel.org/linus/9b1873d2350b3f08463563603fdbfcea4f068e67|commit]], [[https://git.kernel.org/linus/7867cb6575ac2f93a2daccdf3df49e4f1a4594e4|commit]], [[https://git.kernel.org/linus/33b5cd95d801cab8c634c822e6877470f4209612|commit]], [[https://git.kernel.org/linus/84c74dfbecc5f809e6e536c2ec74fd0a582399ec|commit]] * Add iMX91 clock driver support [[https://git.kernel.org/linus/a27bfff88dd2e1279c858311bc57ce4deb44f684|commit]], [[https://git.kernel.org/linus/f029d870096fcd8565a2ee8c2d0078b9aaec4fdb|commit]], [[https://git.kernel.org/linus/c0813ce2e5b0d1174782aff30d366509377abc7b|commit]], [[https://git.kernel.org/linus/0af18ba60752e8a4ba34404c1d9a4a799da690f5|commit]] * eyeq: add driver [[https://git.kernel.org/linus/25d904946a0baf08b16204d95dc3624096d99c38|commit]] * clocksource/drivers/ralink: Add Ralink System Tick Counter driver [[https://git.kernel.org/linus/cd5375610baadd3a0842a9e83ca502684f938be8|commit]] * samsung: Introduce Exynos8895 clock driver [[https://git.kernel.org/linus/9174fac3b302a853b78c78f2f5ad11462b0c54b0|commit]], [[https://git.kernel.org/linus/a794e783ebf94c7bd9c8d40e390a54fa4322b2cb|commit]], [[https://git.kernel.org/linus/eed2e79221e2b4a1d1469aa522f658889cd640ee|commit]] == PHY ("physical layer" framework) == * ti: gmii-sel: Enable USXGMII mode for J7200 [[https://git.kernel.org/linus/9e544d46a2d11a0cb8b30d8ad4409c59bc168ce2|commit]] * Add USB Support for QCS8300 [[https://git.kernel.org/linus/5ee213bdbc6c784c28fc9e2dbb5243906e1f8217|commit]], [[https://git.kernel.org/linus/c2b174209bbb3341444c899f0a06f21eb953b1f0|commit]], [[https://git.kernel.org/linus/c5a3519eae7c491646a87c4861e91f1a1a9f461e|commit]], [[https://git.kernel.org/linus/3624fa00ae76be6a93d46071db12bf9218090cb4|commit]] * Add support for !DisplayPort on SA8775P platform [[https://git.kernel.org/linus/dcb380d19e58e7ff8004d5dc8148fb07a4ac423d|commit]], [[https://git.kernel.org/linus/c51ff89a81392ceacfb3ca67dfb62208783bf505|commit]], [[https://git.kernel.org/linus/3f12bf16213c30d8e645027efd94a19c13ee0253|commit]], [[https://git.kernel.org/linus/913463587d528d766a8e12c7790995e273ec84fb|commit]], [[https://git.kernel.org/linus/7adb3d221a4d6a4f5e0793c3bd35f1168934035c|commit]] * Add NXP PTN3222 eUSB2 to USB2 redriver [[https://git.kernel.org/linus/c9be539e11f0bf1665c03108d3b7881a5d67ae48|commit]] * sparx5-serdes: add support for lan969x serdes driver [[https://git.kernel.org/linus/5ba3f8460393aab8debdc961a8364527252c2b1e|commit]], [[https://git.kernel.org/linus/6158a32b431bc93f35aff03c9889417a7643da9a|commit]], [[https://git.kernel.org/linus/d5a1eb484594474f10fa277e41f6265d853c5805|commit]], [[https://git.kernel.org/linus/5206ba966d0b053bcd15e4fcba17284201ca6199|commit]], [[https://git.kernel.org/linus/1d00c08048529b36e4d039aee8d60f8258797ed7|commit]], [[https://git.kernel.org/linus/01be3ac0ab77d4ffcd425aee05dc81d5d10117e2|commit]], [[https://git.kernel.org/linus/f16df057837e06d16b5e5f978d79d80d70784b80|commit]], [[https://git.kernel.org/linus/048c96907ca150c487da66ce0cc3528ab68a1661|commit]], [[https://git.kernel.org/linus/c0a0a7aec1b142e116c61f3d3facc8c80e97bbff|commit]] * Add STM32MP25 USB3/PCIE COMBOPHY driver [[https://git.kernel.org/linus/b6a713b92ebb9e7ee1495f009fd02a71e485184f|commit]], [[https://git.kernel.org/linus/47e1bb6b4ba0987139ab790efa03c542ebc1b10d|commit]], [[https://git.kernel.org/linus/8c7e955fac07ee11c76ddf2330587fe083fab1a2|commit]] == EDAC (Error Detection And Correction) == * fsl-ddr: Add imx9 support [[https://git.kernel.org/linus/5d9aeaa607cbe77456ea6c44dfb725f86ea064ea|commit]], [[https://git.kernel.org/linus/9ec22ac4fe766c6abba845290d5139a3fbe0153b|commit]], [[https://git.kernel.org/linus/6c9748fbdfc67a621c7b1a94ce1bb660d9a37f90|commit]], [[https://git.kernel.org/linus/ddb8a8a022b9733e50a353d1d09a95fcdb8d2b8f|commit]], [[https://git.kernel.org/linus/b01a731a4a5e3e8b6bc53ed80dbc6f69c42cb6d2|commit]] * ie31200: Add Kaby Lake-S dual-core host bridge ID [[https://git.kernel.org/linus/f12c946ee778d173966fdd2e69ba57a768987bcb|commit]] * MCE wrapper and support for new SMCA syndrome MSRs [[https://git.kernel.org/linus/612c2addff367ee461dc99ffca2bc786f105d2ec|commit]], [[https://git.kernel.org/linus/d4fca1358ea9096f2f6ed942e2cb3a820073dfc1|commit]], [[https://git.kernel.org/linus/e52750fb1458ae9ea5860a08ed7a149185bc5b97|commit]], [[https://git.kernel.org/linus/750fd23926f1507cc826b5a4fdd4bfc7283e7723|commit]] * igen6: Avoid segmentation fault and add polling support [[https://git.kernel.org/linus/9b8ee8e7d6b7f2270b19b3425a393d918fe497d3|commit]], [[https://git.kernel.org/linus/1d512b1aa5a88f93170b0b9360de4fff7a2f8a0a|commit]] * igen6: Add Intel Panther Lake-H !SoCs support [[https://git.kernel.org/linus/0be9f1af39022beac76771eeac08256076f6b221|commit]] * powerpc: Remove PPC_MAPLE drivers [[https://git.kernel.org/linus/3c592ce7991cdf03bc7d139d790ce58c82c5903b|commit]] == IOMMU == * iommufd live update [[https://git.kernel.org/linus/c0dec4b848ce5110e95095d0d0ae46724beb70ec|commit]], [[https://git.kernel.org/linus/829ed626499c11c9d11c65e93febc1e0da7cd61b|commit]], [[https://git.kernel.org/linus/051ae5aa73d782a8be2699a11e17c68f28b4e758|commit]], [[https://git.kernel.org/linus/10caa8b45119fa19fa98ea304d49f7e1283062fc|commit]] * IOMMU_IOAS_MAP_FILE ioctl, which allows a user to register memory by passing a memfd plus offset and length [[https://git.kernel.org/linus/f4986a72d6e4be78ec0e4ee0e03531474621183f|commit]], [[https://git.kernel.org/linus/32383c085c1c7e2e4d9e1a3b31eb1ff17b0a5a85|commit]], [[https://git.kernel.org/linus/99ff06dcca20b0d88b21278ebc563ce1bfbbd5b0|commit]], [[https://git.kernel.org/linus/a2ad1b8101a36c927bcbd1317475b9576c352155|commit]], [[https://git.kernel.org/linus/976a40c0756194001392e6624afd830fcc3873e6|commit]], [[https://git.kernel.org/linus/ed9178fbfd4eb0f6a8c87f56dfb8309c65a4b8a4|commit]] * Add vIOMMU infrastructure (Part-1) [[https://git.kernel.org/linus/87210b100e498c2073a283cb7a6f495fac5b4713|commit]], [[https://git.kernel.org/linus/69d2689e57f5cb235c0609dd2f8fa10c1a832f87|commit]], [[https://git.kernel.org/linus/13a750180fc86d41695c8f64d8892412482a401d|commit]], [[https://git.kernel.org/linus/7d4f46c2372d5a850e28f63001013de50843b6e6|commit]], [[https://git.kernel.org/linus/db70827a8827a1ac8d1063732d8c1182820e875c|commit]], [[https://git.kernel.org/linus/7156cd9ef24583c88bcc2f6d213f469aef38bfd9|commit]], [[https://git.kernel.org/linus/6b22d562fcd6e3d1cc1c265b0596840946d16a09|commit]], [[https://git.kernel.org/linus/86070569450eec1a3b6a358be90a99cab87aa425|commit]], [[https://git.kernel.org/linus/d1b3dad9de7962f7bea861f27e352bac17b68bed|commit]], [[https://git.kernel.org/linus/fd6b853f50c868b03797e7ae87f1ed554aea01e4|commit]], [[https://git.kernel.org/linus/4db97c21ed07a7d4081ed9820599fa36857083d6|commit]], [[https://git.kernel.org/linus/d56d1e8405a9e154a30f4a055eb7ef55516b32b0|commit]], [[https://git.kernel.org/linus/18f819901d53b8d1101d3227c87b0d623e9d78f6|commit]] * Add vIOMMU infrastructure (Part-2: vDEVICE) [[https://git.kernel.org/linus/f27298a82ba09a1c8aecee8a209b2a312beac672|commit]], [[https://git.kernel.org/linus/4f2e59ccb69866c5165525bd7aee47cd5cd00acc|commit]], [[https://git.kernel.org/linus/c747e67978ff473e6830afe0b1f3986dd1f444b5|commit]], [[https://git.kernel.org/linus/5778c75703c6e01ffd70a429b9015bed8008a5fd|commit]], [[https://git.kernel.org/linus/b047c0644f4e0aafd202e9519a22e17651fbee70|commit]], [[https://git.kernel.org/linus/67db79dc1a411335f8a7e53a5e206d96b237d9a8|commit]], [[https://git.kernel.org/linus/49ad127719243420b355fd95b0d51ac46ae586e5|commit]], [[https://git.kernel.org/linus/0ce5c2477af2e2284b9c70474e4dae85db211680|commit]], [[https://git.kernel.org/linus/d6563aa2a8309270e042abd22a3e5fe44a6daca2|commit]], [[https://git.kernel.org/linus/54ce69e36c71c88f258b1a322c54343d90954858|commit]], [[https://git.kernel.org/linus/576ad6eb45d6458c1a5e646dc35e3ec23c73fd1b|commit]] * Domain allocation enhancements [[https://git.kernel.org/linus/d15f55d645a8d8235593aa888d76a694c73e391c|commit]], [[https://git.kernel.org/linus/b3c989083dabab472eb766d59b1d1fb9f11495d6|commit]], [[https://git.kernel.org/linus/20858d4ebb423826b7a978d54cde195f51d87e20|commit]], [[https://git.kernel.org/linus/4208849ec7a6c46d41e623c359c5619704717140|commit]], [[https://git.kernel.org/linus/4490ccc45fb77f77550bdd65e663af9e1cae6bcb|commit]], [[https://git.kernel.org/linus/b7a0855eb95f6db8ac8e17596e76f7b94a790fe6|commit]], [[https://git.kernel.org/linus/4402f2627d30c44f56180295e14561f1820eeacc|commit]], [[https://git.kernel.org/linus/541b967f5a9163b5c36b68599f1141114fbb26fa|commit]], [[https://git.kernel.org/linus/a005ef62f9922ae023aec63d673217486656b6bc|commit]], [[https://git.kernel.org/linus/b0ffdb23e94fcb30185bc618edf8608a7b0c9dfc|commit]], [[https://git.kernel.org/linus/60c30aa6afa2397cde39f15849d808536374b330|commit]], [[https://git.kernel.org/linus/ce2cd175469f6cb56e8de9bf87805206c8d19764|commit]] * Initial support for SMMUv3 nested translation [[https://git.kernel.org/linus/874b87c7539f9de366954917a2e35f95c0a4a4f9|commit]], [[https://git.kernel.org/linus/f6681abd413919472d8a142420b639a3a8d84673|commit]], [[https://git.kernel.org/linus/1b8655bb8d977ca110436c1cd0ca957c19670c1e|commit]], [[https://git.kernel.org/linus/f27298a82ba09a1c8aecee8a209b2a312beac672|commit]], [[https://git.kernel.org/linus/d68beb276ba26cec47350a6d468e967673ee0c56|commit]], [[https://git.kernel.org/linus/67e4fe3985138325c9b21193be52266750616182|commit]], [[https://git.kernel.org/linus/807404d66fcf898d4bcc6a3e3edb07ffd5b88400|commit]], [[https://git.kernel.org/linus/35890f85573c2ebbbf3491dc66f7ee2ad63055af|commit]], [[https://git.kernel.org/linus/69d9b312f38aa19f8c801e90bd23d70685be49f0|commit]], [[https://git.kernel.org/linus/6912ec91828b8d7f21b393befad1c36dadbcd751|commit]], [[https://git.kernel.org/linus/e89573cf4a13ca4e314d03d56ac84c0ba2af464b|commit]], [[https://git.kernel.org/linus/1e8be08d1c91d52a9b51d424db78ddbf88660bbb|commit]] * iommu/vt-d: Add domain_alloc_paging support [[https://git.kernel.org/linus/ed56de8a9e90d9771c4517fb9f2daac8282269ba|commit]], [[https://git.kernel.org/linus/621838c718a81ba3bfb8e0f941bc0133166bc534|commit]], [[https://git.kernel.org/linus/9ecfcac1fe15e097cfd74663bcb8fbeaf3cc2910|commit]], [[https://git.kernel.org/linus/a98db518dde246e01ead53617dc0a30d6aaa3752|commit]], [[https://git.kernel.org/linus/7c204426b81822ba768b3a5e5393b1489917fb84|commit]], [[https://git.kernel.org/linus/5bdd86ec5d19060f63c00fff3b081c887242a37a|commit]], [[https://git.kernel.org/linus/c376a3456d8bef43ec556a98c0a04c35086c2737|commit]] == Various == * accel/ivpu: Intel NPU Panther Lake support [[https://git.kernel.org/linus/88bdd1644ca28d48591b2a1e6e8b8c2b13f4bd3f|commit]], [[https://git.kernel.org/linus/c140244f0cfb9601dbc35e7ab90914954a76b3d1|commit]] * accel/qaic: Add AIC080 support [[https://git.kernel.org/linus/b8128f7815ff135f0333c1b46dcdf1543c41b860|commit]] * accel/qaic: Add crashdump to Sahara [[https://git.kernel.org/linus/93accc16a8d45a44e1f51fdf2c6014feedb13d27|commit]] * Export cxl1.1 device link status register value to pci device sysfs. [[https://git.kernel.org/linus/c5eaec79fa43e994ec54c11538dc603d60cd0c4e|commit]], [[https://git.kernel.org/linus/7a01213d6c18d97c2f98455bb22c8416f8cca28b|commit]] * eeprom: at24: add ST M24256E Additional Write lockable page support [[https://git.kernel.org/linus/339cb28b9ee6679aea359620b0508170d815a1b1|commit]] * Add interconnect support for QCS615 SoC [[https://git.kernel.org/linus/77d79677b04b9554e3fb0e7a453453c00a549d84|commit]], [[https://git.kernel.org/linus/6c5e948f1fffdb1ae2c6d2f3d5336dbf07189334|commit]] * Add interconnect support for QCS8300 SoC [[https://git.kernel.org/linus/3063c3dfa07d5313ef6bc1f7a534215d1a658b0c|commit]], [[https://git.kernel.org/linus/6fa115569d980fca1969c075d8d958d205a405ca|commit]] * Add support for AST2700 INTC driver [[https://git.kernel.org/linus/010863f40fc3c3650eded3d5ebd7af7521b3c3fa|commit]], [[https://git.kernel.org/linus/37a99ff53d1d913ec5b435cbe977a811b7b37995|commit]] * irqchip/loongson-eiointc: Add virt extension support [[https://git.kernel.org/linus/9899b8201025d00b23aee143594a30c55cc4cc35|commit]] * Support I6500 multi-cluster configuration [[https://git.kernel.org/linus/d9e2ed610a6094534d13ea347c7b7a5bd7ce4ee5|commit]], [[https://git.kernel.org/linus/c7c0d13d1d308b6e2a3d69274b38fca0167081df|commit]], [[https://git.kernel.org/linus/dfe101bcad840d025deb5e43150d54050ab7724d|commit]], [[https://git.kernel.org/linus/322a9063876890895cb8308cc6f59de312e8aad5|commit]] * Add support for the RZ/V2H Interrupt Control Unit [[https://git.kernel.org/linus/7607e62525b7f176db4d8115b264e3206c84d6ee|commit]], [[https://git.kernel.org/linus/0d7605e75ac2d8620929148f932cde54746c485f|commit]], [[https://git.kernel.org/linus/3d5fb05e829682fd7d0d08cfcf6415aa50d4cb22|commit]] * interrupt-controller: Add T-HEAD C900 ACLINT SSWI [[https://git.kernel.org/linus/2631c2b8e5c3406af62b60413ea04e155be9ebcc|commit]], [[https://git.kernel.org/linus/6da33567c0bf24b642f69b029a2e9ea51fa75472|commit]], [[https://git.kernel.org/linus/25caea955cc950507d179f3ef456404b475e8c23|commit]] * Introduce support for T-head TH1520 Mailbox [[https://git.kernel.org/linus/8ebc30dd504c41c6c01eca42486ea6d64fd75f06|commit]], [[https://git.kernel.org/linus/b2cf36e4a2ac7a7a35e0e7025a6897e4e4fcf4f3|commit]], [[https://git.kernel.org/linus/5d4d263e1c6b6b18acb4d67fd3b9af71b7404924|commit]] * Redo !PolarFire SoC's mailbox/clock devicestrees and related code [[https://git.kernel.org/linus/a4123ffab9ece0c2d3d5c460724d49c4051fd279|commit]], [[https://git.kernel.org/linus/8edd00b06f21800c547a9fc3a4cf83dc084fd104|commit]] * Add support for the LAN966x PCI device using a DT overlay [[https://git.kernel.org/linus/37b395c2c489c1e031360f88a4be84a6fcc743a1|commit]], [[https://git.kernel.org/linus/86f134941a4b74489ee7b3d057aa23f2afcb1e45|commit]], [[https://git.kernel.org/linus/0426a920d6269cab3213f1f9eee1b5a91013441c|commit]], [[https://git.kernel.org/linus/185686beb464996bc587e8ae1eee61f01bee080e|commit]], [[https://git.kernel.org/linus/79fead47c51b874a26cf5865408a5b784b52a929|commit]], [[https://git.kernel.org/linus/eba0dedd27f9ad454deb580a1d09d63aa1766293|commit]] * keba: Add support for additional devices [[https://git.kernel.org/linus/0cd3aa995740eabf8af1c794ac1d9ae314c928c3|commit]], [[https://git.kernel.org/linus/f965d315bcbd65adfe5e3c161e46b5dc0a463f68|commit]], [[https://git.kernel.org/linus/ecab01d46c68370f347b2c1125cb90070813c799|commit]], [[https://git.kernel.org/linus/14afb749692bbdf87a87793fda636395ac938c9f|commit]], [[https://git.kernel.org/linus/d37ba97d49703be4e71f786cffcee4dfe73fa93c|commit]], [[https://git.kernel.org/linus/a27b406a49225a17849c86221a32f2d598702719|commit]], [[https://git.kernel.org/linus/d9996de40b121d976a17515aada54c54350e3f21|commit]], [[https://git.kernel.org/linus/c6576d91955f59450e168096d61b9d1a608ce57a|commit]], [[https://git.kernel.org/linus/366898e7a188116af2af9b43cb10e9a48dbab2cf|commit]] * misc: keba: Add SPI controller device [[https://git.kernel.org/linus/7948483001039c00dcff4b94c181d7e14693a38c|commit]] * misc: ti-st: st_kim: remove the driver [[https://git.kernel.org/linus/78fe66360ed64d2164bbbbf47b332d76eb39bf75|commit]] * ptp: Add support for the AMZNC10C 'vmclock' device [[https://git.kernel.org/linus/20503272422693d793b84f88bf23fe4e955d3a33|commit]] * qcom: pas: enable ADSP support on Qualcomm SAR2130P [[https://git.kernel.org/linus/009e288c989b3fe548a45c82da407d7bd00418a9|commit]], [[https://git.kernel.org/linus/e8983156d54f59f57e648ecd44f01c16572da842|commit]], [[https://git.kernel.org/linus/e45dd409a81a5f6f5e2b2337b0e10091f054fe11|commit]] * amlogic: move audio reset drivers out of CCF [[https://git.kernel.org/linus/d623ee26050f8e9a6d68ee3a1a97b30493cd2b1b|commit]], [[https://git.kernel.org/linus/2c138ee3354f8088769d05701a2e16d1cb4cc22d|commit]], [[https://git.kernel.org/linus/58d1d138db3243f1b102c0ae2848738d443abf97|commit]], [[https://git.kernel.org/linus/ee64998610329653d12866bedc941b6f045ee29f|commit]], [[https://git.kernel.org/linus/11e5890b5342c82eefbaa39aec4767ae21ae8803|commit]], [[https://git.kernel.org/linus/c38ae95cd31c636ae21fff3e6a9250df680f0cdd|commit]], [[https://git.kernel.org/linus/83dde3e5df6a5be9631428acdc7bfbb10e8df07c|commit]], [[https://git.kernel.org/linus/6b2d2e5c7a10015af554017d071e64818959be9a|commit]], [[https://git.kernel.org/linus/fb4c31587adfa9cd50661a535bdbfcc4da57ee38|commit]] = List of Pull Requests = * [[https://git.kernel.org/torvalds/c/6ac81fd55e8af8e78a716b4ba213c8c6381d94fd|vfs multigrain timestamps]] * [[https://git.kernel.org/torvalds/c/4eb98b7760e8078dbc984ee08b02b5b4c3cff088|vfs mount api conversions]] * [[https://git.kernel.org/torvalds/c/70e7730c2a78313e3ccc932410c939816e3ba1bc|misc vfs updates]] * [[https://git.kernel.org/torvalds/c/5bb6ba448fe3598a7668838942db1f008beb581b|vfs rust file abstractions]] * [[https://git.kernel.org/torvalds/c/56be9aaf98d58bf69e2c948c183001d77e63fbbb|vfs pagecache updates]] * [[https://git.kernel.org/torvalds/c/8dcf44fcad5ef5c1ff915628255c19cbe91f2588|netfs updates]] * [[https://git.kernel.org/torvalds/c/4c797b11a88297b9b0010b2c6645b191bac2350c|vfs file updates]] * [[https://git.kernel.org/torvalds/c/a29835c9d0ba5365d64b56883692d0e8675fb615|overlayfs updates]] * [[https://git.kernel.org/torvalds/c/909d3b571e5a77aef0949818de1efda129dcddbd|pidfs update]] * [[https://git.kernel.org/torvalds/c/a5ca57479656f2562f164d650c6646debbe2f99b|copy_struct_to_user helper]] * [[https://git.kernel.org/torvalds/c/7956186e751bc15541ede638008feedc0e427883|tmpfs case folding updates]] * [[https://git.kernel.org/torvalds/c/241c7ed4d4815cd7d9c52c8f97bf13181e32ca29|vfs untorn write support]] * [[https://git.kernel.org/torvalds/c/23acd177540d7ba929cdc801b73d15d799f654f4|ecryptfs updates]] * [[https://git.kernel.org/torvalds/c/0f25f0e4efaeb68086f7e65c442f2d648b21736f|'struct fd' class updates]] * [[https://git.kernel.org/torvalds/c/82339c49119f5e38ca3c81d698b84134c342373f|xattr updates]] * [[https://git.kernel.org/torvalds/c/9fb2cfa4635ab7b3d44e88104666e599cd163692|ufs updates]] * [[https://git.kernel.org/torvalds/c/c6d64479d6093a5c3d709d4cc992a5344877cc3c|statx updates]] * [[https://git.kernel.org/torvalds/c/3e7447ab48d101353c3e5be29e6ff0d322fa5a95|ext4 updates]] * [[https://git.kernel.org/torvalds/c/c14a8a4c04c5859322eb5801db662b56b2294f67|btrfs updates]] * [[https://git.kernel.org/torvalds/c/3d1b536c13f7cd966aa660d1730855b26d01c9ae|ata updates]] * [[https://git.kernel.org/torvalds/c/77a0cfafa9af9c0d5b43534eb90d530c189edca1|block updates]] * [[https://git.kernel.org/torvalds/c/8350142a4b4cedebfa76cd4cc6e5a7ba6a330629|io_uring updates]] * [[https://git.kernel.org/torvalds/c/a8220b0ca79844bf5abb40ff067fb1db18eb79f0|audit updates]] * [[https://git.kernel.org/torvalds/c/8ffc7dbce2d54d2ac1fac9f79a94cb84b0cba1f5|selinux updates]] * [[https://git.kernel.org/torvalds/c/5591fd5e034819a89ac93c0ccc6be2a930042f71|lsm updates]] * [[https://git.kernel.org/torvalds/c/0338cd9c22d1bce7dc4a6641d4215a50f476f429|s390 updates]] * [[https://git.kernel.org/torvalds/c/ae4336e20b8acb4d67205273645d27bd4d4392d4|MIPS updates]] * [[https://git.kernel.org/torvalds/c/9aa4c37f71b9a0a4f51692fbb874888c139805ce|m68k updates]] * [[https://git.kernel.org/torvalds/c/ba1f9c8fe3d443a78814cdf8ac8f9829b5ca7095|arm64 updates]] * [[https://git.kernel.org/torvalds/c/158f238aa69d91ad74e535c73f552bd4b025109c|xen updates]] * [[https://git.kernel.org/torvalds/c/26c9fdd6f3a4ab6c49500b6bb0fdd0a87c63932d|nolibc updates]] * [[https://git.kernel.org/torvalds/c/d7d4102f0a4a015528c0be61688bf6edf72f81f4|scftorture updates]] * [[https://git.kernel.org/torvalds/c/311e062ad504bdf49e93cb88a22ba04d5134111c|CSD-lock update]] * [[https://git.kernel.org/torvalds/c/78516f4aefff408bdc2e867b996065279c5dc89a|chrome platform updates]] * [[https://git.kernel.org/torvalds/c/1af29b34ea7f63c3e7225c324ffa86c9748874e4|chrome platform firmware updates]] * [[https://git.kernel.org/torvalds/c/02b2f1a7b8ef340e57cae640a52ec7199b0b887d|crypto updates]] * [[https://git.kernel.org/torvalds/c/8a7fa81137fabb5d86be5825e03d28c371d178d6|random number generator updates]] * [[https://git.kernel.org/torvalds/c/ad52c55e1d3a2e85e05e47b6d7056c662a9c0246|power management updates]] * [[https://git.kernel.org/torvalds/c/cd7fa3e1b0bc9c210eba23edbe8d6884f0368281|thermal control updates]] * [[https://git.kernel.org/torvalds/c/4e9ad033b405336cea3c19b68e2acdf47d88c339|ACPI updates]] * [[https://git.kernel.org/torvalds/c/2b5d5f23d4056543757919bb2db06d0829835f7e|hmon updates]] * [[https://git.kernel.org/torvalds/c/8cdf2d19038fa266806d15603d691dc2fd774858|RCU updates]] * [[https://git.kernel.org/torvalds/c/769ca7d4d29748f1c95b4ae4ce325ba4ea8cd2b4|Kernel Concurrency Sanitizer (KCSAN) updates]] * [[https://git.kernel.org/torvalds/c/77286b868f93a590313b449b25a49ef2ad0c0308|EDAC updates]] * [[https://git.kernel.org/torvalds/c/c1f2ffe207a23b52d58923b1b34c2fd3d1b30494|RAS updates]] * [[https://git.kernel.org/torvalds/c/5a4b3fbb4849c66814e89772dad2e71fc9160805|x86 cache resource control updates]] * [[https://git.kernel.org/torvalds/c/ab713e709938ec4045b4cddcd850a0135ae343b4|x86 microcode loader update]] * [[https://git.kernel.org/torvalds/c/9db8b240704cf66b8c9caaad586034399ac39641|x86 platform cleanup]] * [[https://git.kernel.org/torvalds/c/55db8eb4565f943dc0ebd1327cbe3d9d684f74e8|x86 SEV updates]] * [[https://git.kernel.org/torvalds/c/d8d78a90e7fca1ce7c90fa791400b287bc5b42a1|x86 cpuid updates]] * [[https://git.kernel.org/torvalds/c/364eeb79a213fcf9164208b53764223ad522d6b3|locking updates]] * [[https://git.kernel.org/torvalds/c/9d7d4ad222aea8ab482e78858d03b10221c7fe78|objtool updates]] * [[https://git.kernel.org/torvalds/c/f41dac3efb7582cd3f518fadf7764d424f453788|performance events updates]] * [[https://git.kernel.org/torvalds/c/3f020399e4f1c690ce87b4c472f75b1fc89e07d5|scheduler updates]] * [[https://git.kernel.org/torvalds/c/0892d742132e09e132a501d3f54428f8ffd4b2b5|x86 splitlock updates]] * [[https://git.kernel.org/torvalds/c/89c45f3823d05fae1896ee2d1adb6926ab6be3c2|x86 cleanups]] * [[https://git.kernel.org/torvalds/c/a5c93bfec0beca4435d1995bc3ff2ac003fe7552|x86 mm updates]] * [[https://git.kernel.org/torvalds/c/fb1dd1403c7b2219b8c1524c909938bd4b3f401f|debugobjects updates]] * [[https://git.kernel.org/torvalds/c/5c2b050848337f393011ee7fcd2e9f2663eec40d|interrupt subsystem updates]] * [[https://git.kernel.org/torvalds/c/035238752319a58244d86facd442c5f40b0e97e2|vdso data page handling updates]] * [[https://git.kernel.org/torvalds/c/bf9aa14fc523d2763fc9a10672a709224e8fcaf4|timer updates]] * [[https://git.kernel.org/torvalds/c/c3cda60e83c803a3b3b832f371c776e57194b2f0|documentation updates]] * [[https://git.kernel.org/torvalds/c/7d66d3ab139c8c195dbb603e21043b6e2d120fa3|printk updates]] * [[https://git.kernel.org/torvalds/c/aa44f41470450f3f4fc74526c1f7369771545205|livepatching update]] * [[https://git.kernel.org/torvalds/c/a0e752bda210e7ff61c37ef3f7898bcbcd2693cb|probes updates]] * [[https://git.kernel.org/torvalds/c/d6b6d39054fa3db4326e73e09576ed5f758ecd2b|workqueue updates]] * [[https://git.kernel.org/torvalds/c/7586d5276515a54656bc46530b32e10913c44b1f|cgroup updates]] * [[https://git.kernel.org/torvalds/c/8f7c8b88bda4988f44e595a760438febf51c92c8|sched_ext updates]] * [[https://git.kernel.org/torvalds/c/aad3a0d084513e811233ad48bf234fbfcfcd0a14|ftrace updates]] * [[https://git.kernel.org/torvalds/c/f89a687aaeae54fb59e8e8aa619bd448a9c235a2|kgdb updates]] * [[https://git.kernel.org/torvalds/c/856385e0c56e7739bddea869e7a17f040211a2fc|kselftest update]] * [[https://git.kernel.org/torvalds/c/37c7d3538af469c2ac8d2d379f699e71aa3c6f37|regmap updates]] * [[https://git.kernel.org/torvalds/c/4bd37a902ab66d63f20e75d42f17aaec81de2263|regulator updates]] * [[https://git.kernel.org/torvalds/c/f2ef39727a229ddd127e3538b58f4f5bdc5eeea6|spi updates]] * [[https://git.kernel.org/torvalds/c/7d7560666515855f67df6b0a78fecf2007d35dcc|pwm updates]] * [[https://git.kernel.org/torvalds/c/131561f2ca075f3737c2b4821c4d067dfba0f55f|gpio updates]] * [[https://git.kernel.org/torvalds/c/0cea11025519f8f658963d8e835c7234450500bf|power sequencing updates]] * [[https://git.kernel.org/torvalds/c/75f2b37dd0a0eab8e6b179d745d79824893f39fa|pmdomain updates]] * [[https://git.kernel.org/torvalds/c/38556294b83f5c5818041c98a00e3a0e88fbb58c|MMC updates]] * [[https://git.kernel.org/torvalds/c/80db457e8d28d24ca7e19fbd2d5050f7298803d6|auxdisplay update]] * [[https://git.kernel.org/torvalds/c/e6de688e93a93b98db2ba4929af773038a999e9e|devicetree updates]] * [[https://git.kernel.org/torvalds/c/b57807cbbf36f17448cdb42e69a949aa76605440|HID updates]] * [[https://git.kernel.org/torvalds/c/9f5a6a1fe690a43896e0235377c7eb0b657c05a9|media updates]] * [[https://git.kernel.org/torvalds/c/fcb3ad4366b9c810cbb9da34c076a9a52d8aa1e0|x86 platform driver updates]] * [[https://git.kernel.org/torvalds/c/18a411cc5d5ce57d483718b1341a3ca69079bee2|EFI updates]] * [[https://git.kernel.org/torvalds/c/df66aeadd8f8445a1a73c39f5ec62c61c89f7e9a|seccomp update]] * [[https://git.kernel.org/torvalds/c/7e7f65647e5216b667d7d98a74446a80a9adcfc0|IPE update]] * [[https://git.kernel.org/torvalds/c/f103749785a76c3e06d52fc08bdb695fbde6e042|microblaze updates]] * [[https://git.kernel.org/torvalds/c/c66fbc6c3df9ccefbb896695cfc4db279d517ff1|OpenRISC update]] * [[https://git.kernel.org/torvalds/c/79caa6c88ac484111b24488eb9fe1c86a3d18016|asm-generic updates]] * [[https://git.kernel.org/torvalds/c/9c39d5ab450f7181775957000f4aff33bfef9f7b|SoC devicetree updates]] * [[https://git.kernel.org/torvalds/c/14d0e1a09fe97a7524ff36baa695900cb0c10c23|SoC driver updates]] * [[https://git.kernel.org/torvalds/c/06e47dce8fc3ab68c2ea3b5082caab99e8002b80|SoC defconfig updates]] * [[https://git.kernel.org/torvalds/c/43fb83c17ba2d63dfb798f0be7453ed55ca3f9c2|ARM SoC updates]] * [[https://git.kernel.org/torvalds/c/6e95ef0258ff4ee23ae3b06bf6b00b33dbbd5ef7|bpf updates]] * [[https://git.kernel.org/torvalds/c/fcc79e1714e8c2b8e216dc3149812edd37884eef|networking updates]] * [[https://git.kernel.org/torvalds/c/90a19b744de3a4fb51aee2edd8f2b9a4b14c9878|erofs updates]] * [[https://git.kernel.org/torvalds/c/2edc8f933df7dfc7f9f7e0af8aa68c3b9e8cbade|xfs updates]] * [[https://git.kernel.org/torvalds/c/597861d6cd343a6ded4cf0302f6fc25ec548e1cc|quota and isofs updates]] * [[https://git.kernel.org/torvalds/c/c01f664e4ca210823b7594b50669bbd9b0a3c3b0|reiserfs removal]] * [[https://git.kernel.org/torvalds/c/2dde263d81dc6ded2df086bf9db05396c7c215ee|fsnotify updates]] * [[https://git.kernel.org/torvalds/c/6a550ae5560f7237c82dc9c0c128ba1d593c4dde|dlm updates]] * [[https://git.kernel.org/torvalds/c/fc39fb56917bb3cb53e99560ca3612a84456ada2|jfs updates]] * [[https://git.kernel.org/torvalds/c/40f48f82a1390709207ee6b06939dfae5521316e|configfs updates]] * [[https://git.kernel.org/torvalds/c/51ae62a12c242e49229db23b96d03ecc15efc0d1|dma-mapping updates]] * [[https://git.kernel.org/torvalds/c/341d041daae52cd5f014f68c1c7d9039db818fca|iommufd updates]] * [[https://git.kernel.org/torvalds/c/55ae3eef10ae813616bd8a421e318d4b0e2f4a0b|i2c updates]] * [[https://git.kernel.org/torvalds/c/071b34dcf71523a559b6c39f5d21a268a9531b50|sound updates]] * [[https://git.kernel.org/torvalds/c/28eb75e178d389d325f1666e422bc13bbbb9804c|drm updates]] * [[https://git.kernel.org/torvalds/c/563cb0b1e736853cfc78956b9de362d2aae74887|cxl updates]] * [[https://git.kernel.org/torvalds/c/be9318cd5a36ff67689e0fb0f8f5007a56290ac7|sgx update]] * [[https://git.kernel.org/torvalds/c/5af5d43f848e95019d0e018e67a7a341c6a5e00d|misc x86 updates]] * [[https://git.kernel.org/torvalds/c/be4202228e685d580d75ac7597c0e7e50a63dd6c|tdx updates]] * [[https://git.kernel.org/torvalds/c/f1db825805d48cee6826b7dc082a04112c1f0c8d|trace ring-buffer updates]] * [[https://git.kernel.org/torvalds/c/4b01712311c6e209137c4fa3e7d7920ec509456a|tracing tools updates]] * [[https://git.kernel.org/torvalds/c/06afb0f36106ecb839c5e2509905e68c1e2677de|tracing updates]] * [[https://git.kernel.org/torvalds/c/e288c352a4a5716babf2edad4cba10ec6002a20a|kunit updates]] * [[https://git.kernel.org/torvalds/c/80739fd00c7ea1315d362ce889bef499452913ef|MFD updates]] * [[https://git.kernel.org/torvalds/c/93251bdf7a771c4eeb0f95fa38ded92e95154ef7|LED updates]] * [[https://git.kernel.org/torvalds/c/2fb7eb3d7e8c5c0375c726c7d5c443e6f7e53741|backlight updates]] * [[https://git.kernel.org/torvalds/c/9f3a2ba62c7226a6604b8aaeb92b5ff906fa4e6b|clk updates]] * [[https://git.kernel.org/torvalds/c/d0c9a21c8e0b2d7c55a2174f47bd0ea1d7302de6|MTD updates]] * [[https://git.kernel.org/torvalds/c/619d996c86421da1057d589123a28e2da0bf0785|TPM updates]] * [[https://git.kernel.org/torvalds/c/6f9baa9b92c2e4e28e385fa581f0511621db3f9a|more power management updates]] * [[https://git.kernel.org/torvalds/c/eb78332b1067776ca4a474ccfd92460014e8d8e3|more thermal control updates]] * [[https://git.kernel.org/torvalds/c/ceba6f6f33f29ab838b23a567621b847e527d085|iommu updates]] * [[https://git.kernel.org/torvalds/c/2a163a4cea153348172e260a0c5b5569103a66a3|rdma updates]] * [[https://git.kernel.org/torvalds/c/980f8f8fd4228839f3d811521a27d4f9c2ead123|sysctl updates]] * [[https://git.kernel.org/torvalds/c/060fc106b6854d3289d838ac3c98eb17afb261d7|unicode updates]] * [[https://git.kernel.org/torvalds/c/e7675238b9bf4db0b872d5dbcd53efa31914c98f|overlayfs updates]] * [[https://git.kernel.org/torvalds/c/228a1157fb9fec47eb135b51c0202b574e079ebf|smb client updates]] * [[https://git.kernel.org/torvalds/c/5c00ff742bf5caf85f60e1c73999f99376fb865d|MM updates]] * [[https://git.kernel.org/torvalds/c/42d9e8b7ccddee75989283cf7477305cfe3776ff|powerpc updates]] * [[https://git.kernel.org/torvalds/c/9f16d5e6f220661f73b36a4be1b21575651d8833|kvm updates]] * [[https://git.kernel.org/torvalds/c/3e51108c72e8adbcf3180ed40527a2a9d2d0123b|input updates]] * [[https://git.kernel.org/torvalds/c/4e07155dd58cab024813e97dc384d48f34e3d16e|fbdev updates]] * [[https://git.kernel.org/torvalds/c/36843bfbf7fdeab459e164b0ed8bb939660c378b|hardening updates]] * [[https://git.kernel.org/torvalds/c/7f4f3b14e8079ecde096bd734af10e30d40c27b7|rust trace event support]] * [[https://git.kernel.org/torvalds/c/f5f4745a7f057b58c9728ee4e2c5d6d79f382fe7|non-MM updates]] * [[https://git.kernel.org/torvalds/c/e06635e26cd8144eee17e9f256e8fde8aed3ba4f|slab updates]] * [[https://git.kernel.org/torvalds/c/5d38cb9bee73969125c7818a9f9e3358e0db07d6|firewire updates]] * [[https://git.kernel.org/torvalds/c/70dbb12e95ec7585c68cb3ceae971688915021e3|more i2c updates]] * [[https://git.kernel.org/torvalds/c/2d32fba02e0e5b67fb3a4ea51dde80c0db83f1c1|pin control updates]] * [[https://git.kernel.org/torvalds/c/2c22dc1ee3a1d1c50bee5f0f71ebffa86c33e172|mailbox updates]] * [[https://git.kernel.org/torvalds/c/78a2cbd809ef834b680f2825d3e4c16ec66f8ffa|nvdimm and DAX updates]] * [[https://git.kernel.org/torvalds/c/0637a68b9c6c1dfffcc1fca003cb7cd3257c3c03|SCSI updates]] * [[https://git.kernel.org/torvalds/c/7eef7e306d3c40a0c5b9ff6adc9b273cc894dbd5|device mapper updates]] * [[https://git.kernel.org/torvalds/c/ff2a7a064a69069554564f52b6a84fc8a8c7d688|gfs2 updates]] * [[https://git.kernel.org/torvalds/c/fb527fc1f36e252cd1f62a26be4906949e7708ff|fuse updates]] * [[https://git.kernel.org/torvalds/c/44b4d13b70f682a86fee356786cc3e17987fae4d|f2fs updates]] * [[https://git.kernel.org/torvalds/c/445d9f05fa149556422f7fdd52dacf487cc8e7be|nfsd updates]] * [[https://git.kernel.org/torvalds/c/9ad8d22f2f3fad7a366c9772362795ef6d6a2d51|pid_namespace rust bindings]] * [[https://git.kernel.org/torvalds/c/1675db5c42b780f8a6d45d080d5ac037d9714f7a|vfs exportfs updates]] * [[https://git.kernel.org/torvalds/c/6daf0882c63a9f9347a1268a042652fffaa99509|ecryptfs mount api conversion]] * [[https://git.kernel.org/torvalds/c/e68ce9474a1dac72ea9b1eab25bcd7a5b28adc79|more documentation updates]] * [[https://git.kernel.org/torvalds/c/798bb342e0416d846cf67f4725a3428f39bfb96b|rust updates]] * [[https://git.kernel.org/torvalds/c/7ebe7afed716391a9831de8adc910fff65001ef2|m68knommu updates]] * [[https://git.kernel.org/torvalds/c/9160b68e0cf8d57243f17debcb564ce01e327ada|parisc architecture update]] * [[https://git.kernel.org/torvalds/c/b50ecc5aca4d18f1f0c4942f5c797bc85edef144|perf tools updates]] * [[https://git.kernel.org/torvalds/c/1746db26f85e4f4b3dd11d7b55f4eff4b0423884|PCI updates]] * [[https://git.kernel.org/torvalds/c/750909d55a9dd555e28148739d3e8ef17a0b8ee5|i3c updates]] * [[https://git.kernel.org/torvalds/c/08906abc8c6e3a64f7d02965b657a3c6c159cd96|remoteproc updates]] * [[https://git.kernel.org/torvalds/c/aaf20f870da056752f6386693cc0d8e25421ef35|rpmsg update]] * [[https://git.kernel.org/torvalds/c/b5287c55dedae89f273f505197244d9ece1d42d9|deny_write_access revert]] * [[https://git.kernel.org/torvalds/c/b5361254c9027c2b3730be1bebcdb37eed42e9a5|modules updates]] * [[https://git.kernel.org/torvalds/c/ab952fc5c736c54e3ffd577c3ffd54a2a1eb7803|memblock updates]] * [[https://git.kernel.org/torvalds/c/c94696977527f69cbb41aa6a9af9d1991895d002|LoongArch updates]] * [[https://git.kernel.org/torvalds/c/91dbbe6c9ffe5eded9a3e75d773ff92da8d2bc57|RISC-v updates]] * [[https://git.kernel.org/torvalds/c/4aca98a8a150f3531fea782c3040ada0ad1ce3b6|VFIO updates]] * [[https://git.kernel.org/torvalds/c/2a50b1e766a09f1a2da5f291956b8dceb58b5d54|virtio updates]] * [[https://git.kernel.org/torvalds/c/7536c1a50ea592967b0db8292b44d4b86bca35bc|dmaengine updates]] * [[https://git.kernel.org/torvalds/c/0ce9a5ffca7cb74efe6e981e42f82d0838fd31cd|phy updates]] * [[https://git.kernel.org/torvalds/c/9ad55a67a788c0806b0fe23be36fae6dbfbc3fc5|soundwire updates]] * [[https://git.kernel.org/torvalds/c/64e6fc27d60f8b186bd4d071a6266f8c4d5aa2f7|more iommufd updates]] * [[https://git.kernel.org/torvalds/c/92b459d82a6ec472d01f18edd532946aea80df6a|more thermal control updates]] * [[https://git.kernel.org/torvalds/c/79525e24af2f3046a5b4ed39a0ac6d0c00aa0892|morepower management updates]] * [[https://git.kernel.org/torvalds/c/b86545e02e8c22fb89218f29d381fa8e8b91d815|more ACPI updates]] * [[https://git.kernel.org/torvalds/c/8170a99c0bc6109566f001e3a6f3c76b672c9fad|exfat updates]] * [[https://git.kernel.org/torvalds/c/1fdae000a3db8569430aa9189a30f8a3b7480c58|ntfs3 updates]] * [[https://git.kernel.org/torvalds/c/448ecd5771e255629bef0fb16c9b78c4bbd7bd56|power supply and reset updates]] * [[https://git.kernel.org/torvalds/c/7af08b57bcb9ebf78675c50069c54125c0a8b795|more tracing updates]] * [[https://git.kernel.org/torvalds/c/fbb3c22f908accfd6fd34b1dbdd304fc2609c78a|sparc updates]] * [[https://git.kernel.org/torvalds/c/9d5daef3b3a67535825dcdf1bfe078fdbada5606|ARM updates]] * [[https://git.kernel.org/torvalds/c/63c81af15cf8e64045e8ec55991363ef569a267a|MIPS updates]] * [[https://git.kernel.org/torvalds/c/509f806f7f70db42cbb95856d32a9a0d6700b2e5|more s390 updates]] * [[https://git.kernel.org/torvalds/c/29caf07e9dc6d585f784e094c766a3cfceea3822|apparmor updates]] * [[https://git.kernel.org/torvalds/c/e33a6d83e1786d5e310ae746c67f5f4e2f93ba35|USB / Thunderbolt updates]] * [[https://git.kernel.org/torvalds/c/a0c1ca3934ddffe4f3f2a2bd860283a7b0ca5439|staging driver updates]] * [[https://git.kernel.org/torvalds/c/55cb93fd243bad2c6e15f9151a32f575d2f5371f|driver core updates]] * [[https://git.kernel.org/torvalds/c/2eff01ee2881becc9daaa0d53477ec202136b1f4|char/misc/IIO/whatever driver subsystem updates]] * [[https://git.kernel.org/torvalds/c/d8b78066f4c9c8ec898bd4246fc4db31d476dd88|tty / serial driver updates]] * [[https://git.kernel.org/torvalds/c/109daa2356efe73491e32a3b2431c8bf57a6c58e|smb server updates]] * [[https://git.kernel.org/torvalds/c/0235da0faeeec1c1ce2265fc627f5d5d9cae7ce8|smb client updates]] * [[https://git.kernel.org/torvalds/c/baf67f6aa9d29512809f1b1fbab624fce57fd16d|NFS client updates]] * [[https://git.kernel.org/torvalds/c/9d0ad045533ee37a208991ac5baaf6641e60a9ed|ceph updates]] * [[https://git.kernel.org/torvalds/c/e864effa1fe240473e023fc8e8d243045a7763e0|9p updates]] * [[https://git.kernel.org/torvalds/c/04b43ea325d21c4c98e831383a1b7d540721898a|JFFS2, UBI and UBIFS updates]] * [[https://git.kernel.org/torvalds/c/831c1926ee728c3e747255f7c0f434762e8e863d|UML updates]] * [[https://git.kernel.org/torvalds/c/0e287d31b62bb53ad81d5e59778384a40f8b6f56|RTC updates]] * [[https://git.kernel.org/torvalds/c/6a34dfa15d6edf7e78b8118d862d2db0889cf669|Kbuild updates]] * [[https://git.kernel.org/torvalds/c/c4bb3a2d641c02ac2c7aa45534b4cefdf9bf416b|more kvm updates]] * [[https://git.kernel.org/torvalds/c/dd54fcced81d479d77acbeb4eea74b9ab9276bff|more io_uring updates]] * [[https://git.kernel.org/torvalds/c/cfd47302ac64b595beb0a67a337b81942146448a|more block updates]] * [[https://git.kernel.org/torvalds/c/bcc8eda6d34934d80b96adb8dc4ff5dfc632a53a|turbostat updates]] * [[https://git.kernel.org/torvalds/c/88862eeb476375687a1de5f45528a437ea598338|bprintf() removal]] * [[https://git.kernel.org/torvalds/c/a14bf463e7dfa389850b9d47d38dda4fa71c8ade|i2c component probing support]] = Other news sites = * LWN merge window [[https://lwn.net/Articles/998623/|part 1]], [[https://lwn.net/Articles/998990/|part 2]] * [[https://people.kernel.org/kuba/netdev-in-2024|netdev in 2024]]