52578
Comment:
|
312696
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
Linux 6.7 changelog. | Linux 6.7 [[https://lore.kernel.org/lkml/CAHk-=widprp4XoHUcsDe7e16YZjLYJWra-dK0hE1MnfPMf6C3Q@mail.gmail.com/|was released]] on Sunday, 7 January 2024. <<TableOfContents()>> = Prominent features = == Bcachefs, a new modern file system == This release includes bcachefs, a new modern file systems that aims to provide the kind of modern features that you can find in ZFS/Btrfs (copy on write model, full checksumming, multivolume management, snapshots, compression, encryption, etc). For more details see [[https://bcachefs.org/|https://bcachefs.org/]] == First pieces of futex2 == The {{{futex(2)}}} ("fast userspace mutex") system call has a number of limitations. This system call has incorporated too much funcionality over the years; in order to avoid the dreaded "multiplexed syscall" pattern (one single system call doing many things), it has been decided to incorporate multiple calls ({{{futex_wait}}}, {{{futex_wake}}}, {{{futex_requeue}}}). This release adds the first pieces of these new system calls - the complete feature set will be added in future releases. Recommended LWN article: [[https://lwn.net/Articles/940944/|A new futex API]] == Btrfs stripe tree and other improvements == This release introduces the RAID stripe tree, a new tree for logical file extent mapping where the physical mapping may not match on multiple devices. This is now used in zoned mode to implement RAID0/RAID1* profiles, but can be used in non-zoned mode as well. The support for RAID56 is in development and will eventually fix the problems with the current implementation. This release also includes support for temporary filesystem ID and simple quota accounting. Recommended read: [[https://docs.google.com/document/d/1Iui_jMidCd4MVBNSSLXRfO7p5KmvnoQL/edit?pli=1|Design document]] == BPF exceptions and other features == As usual, BPF incorporates a few new features, one of them being BPF exceptions, which allow a BPF program testing conditions that are always true at runtime but which the verifier has no visibility into, and then quitting and unwinding safely. Recommended LWN article: [[https://lwn.net/Articles/938435/|Exceptions in BPF]] == io_uring improvements == This release includes as number of improvements to the io_uring interface * Multishot reads * Cancelable uring_cmd * Initial support for {{{{s,g}etsockopt}}} commands * An async version of waitid(2) * Add support for using futexes through io_uring - first futex wake and wait, and then the vectored variant of waiting, futex waitv == Support for TCP Authentication Option == This release adds support for TCP Authentication Option (RFC5925). The TCP Authentication Option (TCP-AO) provides a TCP extension aimed at verifying segments between trusted peers. It adds a new TCP header option with a Message Authentication Code (MAC). MACs are produced from the content of a TCP segment using a hashing function with a password known to both peers. The intent of TCP-AO is to deprecate TCP-MD5 providing better security, key rotation and support for variety of hashing algorithms. Recommended read: [[https://docs.kernel.org/networking/tcp_ao.html|Documentation]], [[https://datatracker.ietf.org/doc/html/rfc5925|RFC 5925]] = Core = * Add the futex2 family of system calls ({{{futex_wait}}}, {{{futex_wake}}}, {{{futex_requeue}}}), which are an attempt to get away from the multiplex syscall and adds a little room for extensions, while lifting some limitations [[https://git.kernel.org/linus/43adf844951084c266f172561f84c5f8120dd60b|commit]], [[https://git.kernel.org/linus/cb8c4312afca1b2dc64107e7e7cea81911055612|commit]], [[https://git.kernel.org/linus/d6d08d24790e82c69a46ef78ae44fe1b1ed30775|commit]], [[https://git.kernel.org/linus/5694289ce183bc3336407a78c8c722a0b9208f9b|commit]], [[https://git.kernel.org/linus/0f4b5f972216782a4acb1ae00dcb55173847c2ff|commit]], [[https://git.kernel.org/linus/4923954bbc4a760e0b2210e0cb5733726ac2e2e9|commit]], [[https://git.kernel.org/linus/3b63a55f498b763aba0886b244df613587a73c46|commit]], [[https://git.kernel.org/linus/9f6c532f59b20580acf8ede9409c9b8dce6e74e1|commit]], [[https://git.kernel.org/linus/698eb826383616ce0e817d2384da6413d1439fb6|commit]], [[https://git.kernel.org/linus/27b88f3519e72d71c8cead6b835a26c171109c9b|commit]] * console: introduce the new non-BKL consoles (nbcon) base [[https://git.kernel.org/linus/ad56ebd1d79b216dc147474fac89a11daf6b10df|commit]], [[https://git.kernel.org/linus/06653d57ff283be627a2c769139d73ecc487810f|commit]], [[https://git.kernel.org/linus/3a5bb25162b880da749f7cdf281c78dbade4164b|commit]], [[https://git.kernel.org/linus/d818b56f77521ecc5e3eda71dc9b2beb3d6681e3|commit]], [[https://git.kernel.org/linus/6b93bb41f6eaa1cc5c5f30ec3b687b380f116cd0|commit]], [[https://git.kernel.org/linus/9757acd0a700ba4a0d16dde4ba820eb052aba1a7|commit]], [[https://git.kernel.org/linus/4b08d9e24f50163a8bda0a702b45b06bf841d792|commit]], [[https://git.kernel.org/linus/5634c90fd8553de7cbafecd048d0273690a2e84e|commit]] * Expose boot-loader kernel command-line arguments [[https://git.kernel.org/linus/acbc3ecb806e24eb9c0cafc29e0884490dda6169|commit]], [[https://git.kernel.org/linus/717c7c894d4b885e879790f14afbe630802d77d7|commit]], [[https://git.kernel.org/linus/1c20c65ea03293bcb08765d320ae32a27b56224b|commit]] * file: convert file cache to rely on {{{SLAB_TYPESAFE_BY_RCU}}} which allows us to get rid of call_rcu() based freeing for files [[https://git.kernel.org/linus/0ede61d8589cc2d93aa78230d74ac58b5b8d0244|commit]] * fanotify: Support more filesystems with {{{FAN_REPORT_FID}}} [[https://git.kernel.org/linus/64343119d7b80b4ee9ba7703390681608a17f2c5|commit]], [[https://git.kernel.org/linus/41d1ddd2717c758b8606a66d57d2cc63b41373c0|commit]], [[https://git.kernel.org/linus/e21fc2038c1b978b89bbc3d45a4c5c6ef598e178|commit]], [[https://git.kernel.org/linus/66c62769bcf6aa142e2309278980a2e52f4b08db|commit]] * Task scheduler * Give CPUs within the same cluster a try before scanning the whole LLC to benefit those tasks communicating with each other [[https://git.kernel.org/linus/22165f61d0c4092adf40f967c899e5d8b8a0d703|commit]], [[https://git.kernel.org/linus/8881e1639f1f899b64e9bccf6cc14d51c1d3c822|commit]], [[https://git.kernel.org/linus/b95303e0aeaf446b65169dd4142cacdaeb7d4c8b|commit]] * Ratelimit updates to {{{tg->load_avg}}} [[https://git.kernel.org/linus/1528c661c24b407e92194426b0adbb43de859ce0|commit]] * numa: Complete scanning of partial and inactive VMAs [[https://git.kernel.org/linus/f169c62ff7cd1acf8bac8ae17bfeafa307d9e6fa|commit]], [[https://git.kernel.org/linus/ed2da8b725b932b1e2b2f4835bb664d47ed03031|commit]], [[https://git.kernel.org/linus/9ae5c00ea2e600a8b823f9b95606dd244f3096bf|commit]], [[https://git.kernel.org/linus/b7a5b537c55c088d891ae554103d1b281abef781|commit]], [[https://git.kernel.org/linus/2e2675db1906ac04809f5399bf1f5e30d56a6f3e|commit]] * Remove SIS_PROP, SIS_UTIL seems to work well [[https://git.kernel.org/linus/984ffb6a4366752c949f7b39640aecdce222607f|commit]] * Disable IBRS when CPU is offline to improve single-threaded performance [[https://git.kernel.org/linus/2743fe89d4d41616ffbe1e7e96e443ae7a4b1cc6|commit]] * prctl: Allow MDWE without inheritance [[https://git.kernel.org/linus/2dc539ac4d2f556105ea7e2a37d23379a79a47eb|commit]], [[https://git.kernel.org/linus/a27e2e2d465e4ed73371974040689ac3e78fe3ee|commit]], [[https://git.kernel.org/linus/c93d05a729f9646a38aaf53781b447c99cfd86fb|commit]], [[https://git.kernel.org/linus/29d68b219ff858e11b6bc1477fa7af58db6895c9|commit]], [[https://git.kernel.org/linus/24e41bf8a6b424c76c5902fb999e9eca61bdf83d|commit]], [[https://git.kernel.org/linus/0da668333fb07805c2836d5d50e26eda915b24a1|commit]] * prctl: ksm: add fork-exec support [[https://git.kernel.org/linus/0374af1da077573b2bea8ff70258d3537c5a1e79|commit]], [[https://git.kernel.org/linus/3c6f33b7273a7e2f2b2497b62c8400bd957b2fbe|commit]] * binfmt_misc: enable sandboxed mounts [[https://git.kernel.org/linus/21ca59b365c091d583f36ac753eaa8baf947be6f|commit]], [[https://git.kernel.org/linus/1c5976ef0f7ad76319df748ccb99a4c7ba2ba464|commit]] * char: implement splice() for /dev/zero, /dev/full [[https://git.kernel.org/linus/1b057bd800c3ea0c926191d7950cd2365eddc9bb|commit]] * io_uring * Add support for using futexes through io_uring - first futex wake and wait, and then the vectored variant of waiting, futex waitv [[https://git.kernel.org/linus/3b0781595431acafe3db6596e12deb46975d91dd|commit]], [[https://git.kernel.org/linus/12a4be50aff30ee8f2c6a64020c82a4e997e8d6c|commit]], [[https://git.kernel.org/linus/e52c43403c9b839a30a9cfc4b75109581389d764|commit]], [[https://git.kernel.org/linus/194bb58c6090e39bd7d9b9c888a079213628e1f6|commit]], [[https://git.kernel.org/linus/8af1692616d993c93a080865a7f19506733aa462|commit]], [[https://git.kernel.org/linus/5177c0cb306a8628bafbf1e6b7aa7e1b7436b8dc|commit]], [[https://git.kernel.org/linus/e9a56c9325ef28d5481712e85dd5d3f8b2a68e88|commit]], [[https://git.kernel.org/linus/8f350194d5cfd7016d4cd44e433df0faa4d4a703|commit]] * Initial support for {{{{s,g}etsockopt}}} commands [[https://git.kernel.org/linus/7746a6adfc81e2e0386a85117d5e8fd824da367b|commit]], [[https://git.kernel.org/linus/ba6e0e5cb5b2c2e736e16b4aead816450a8718e6|commit]], [[https://git.kernel.org/linus/3f31e0d14d44ad491a81b7c1f83f32fbc300a867|commit]], [[https://git.kernel.org/linus/b9ec913212e6e91efa5a0a612c4a8ec4cf5da896|commit]], [[https://git.kernel.org/linus/1406245c29454ff84919736be83e14cdaba7fec1|commit]], [[https://git.kernel.org/linus/4232c6e349f3a591fd0f432e6b858d32095adce6|commit]], [[https://git.kernel.org/linus/a615f67e1a426f35366b8398c11f31c148e7df48|commit]], [[https://git.kernel.org/linus/d2cac3ec823798861f8f39b4aa0ec960ffa997b0|commit]], [[https://git.kernel.org/linus/5fea44a6e05b86bf49019fbbf2ab30098d03e0dc|commit]], [[https://git.kernel.org/linus/0b05b0cd78c92371fdde6333d006f39eaf9e0860|commit]], [[https://git.kernel.org/linus/a5d2f99aff6b6f9cd6a1ab6907d8be8066114791|commit]] * Cancelable uring_cmd [[https://git.kernel.org/linus/93b8cc60c37b9d17732b7a297e5dca29b50a990d|commit]], [[https://git.kernel.org/linus/528ce6781726e022bc5dc84034360e6e8f1b89bd|commit]] * Add support for an async version of waitid(2) [[https://git.kernel.org/linus/9d900d4ea352069de8728f11fe4b20051d64cc20|commit]], [[https://git.kernel.org/linus/06a101ca45b296fe951692620b0bc49abf90c368|commit]], [[https://git.kernel.org/linus/eda7e9d409ce16960d5ed28bedf8a33b2667a93c|commit]], [[https://git.kernel.org/linus/2e521a2064bf8b26cf178c0f7644a70ed1a512fa|commit]], [[https://git.kernel.org/linus/f31ecf671ddc498f20219453395794ff2383e06b|commit]] * Add support for multishot reads [[https://git.kernel.org/linus/a08d195b586a217d76b42062f88f375a3eedda4d|commit]], [[https://git.kernel.org/linus/d2d778fbf9964e4e5b8d7420eba8ec5ce938e794|commit]], [[https://git.kernel.org/linus/fc68fcda049108478ee4704d8a3ad3e05cc72fd0|commit]] * cgroup/cpuset: Support remote partitions, where CPUs can be reserved for exclusive use down the tree without requiring all the intermediate nodes to be partitions. This makes it easier to use partitions without modifying existing cgroup hierarchy. It introduces new cpuset control files {{{cpuset.cpus.exclusive}}} (read-write) and {{{cpuset.cpus.exclusive.effective}}} (read only) for better control of which exclusive CPUs are being distributed down the cgroup hierarchy [[https://git.kernel.org/linus/efdf7532bd3d302a96436beee153364f26a1ddae|commit]], [[https://git.kernel.org/linus/105f3fe9188b37752c25d154870ceca352c9213f|commit]], [[https://git.kernel.org/linus/0c7f293efc87a06b51db9aa65256f8cb0a5a0a21|commit]], [[https://git.kernel.org/linus/e2ffe502ba4505ee9c7b432980c702b7801a37f3|commit]], [[https://git.kernel.org/linus/6fcdb0183bf024a70abccb0439321c25891c708d|commit]], [[https://git.kernel.org/linus/4a74e418881f26cdeae1011453acd66cedc8ad2c|commit]], [[https://git.kernel.org/linus/181c8e091aae11b0b7efba49b34adfe3c89ce648|commit]] * cgroup/cpuset: Enable invalid to valid local partition transition [[https://git.kernel.org/linus/46c521bac592251229acdd2cd67976a7b1f88bed|commit]] * cgroup: add {{{cgroup_favordynmods=}}} command-line option to disable favorynmods when the kernel built with {{{CONFIG_FAVOR_DYNMODS=y}}} [[https://git.kernel.org/linus/9b81d3a5be05d350ac93d99762c7ee91fe29b4cb|commit]] * RCU: Add RCU CPU stall notifier [[https://git.kernel.org/linus/b96e7a5fa0ba9cda32888e04f8f4bac42d49a7f8|commit]], [[https://git.kernel.org/linus/f3efe02fd56e2498ad8da4c4f444a34aa1456a46|commit]], [[https://git.kernel.org/linus/243d5ab34446854ceca55146fc0d837655657f8e|commit]], [[https://git.kernel.org/linus/b934b7ff5ea755473d9737d79ab303722ceba22e|commit]], [[https://git.kernel.org/linus/7c1b3e0c988f2902695ef6175ab8ad00c0e8b65f|commit]], [[https://git.kernel.org/linus/5b404fdabacf4bee92d8c66013402a85f18a6a10|commit]] * firmware: Add support for Qualcomm UEFI Secure Application [[https://git.kernel.org/linus/759e7a2b62eb3ef3c93ffeb5cca788a09627d7d9|commit]], [[https://git.kernel.org/linus/00b1248606ba3979ccae30ed11df8cdc1a84245a|commit]], [[https://git.kernel.org/linus/e4c89f9380017b6b2e63836e2de1af8eb4535384|commit]] * rust * workqueue: add bindings for the workqueue [[https://git.kernel.org/linus/115c95e9e14c482682080598907e6a18091fd0af|commit]], [[https://git.kernel.org/linus/c91f2a03cfc67753c8ab78f97983e947bb8f7610|commit]], [[https://git.kernel.org/linus/d4d791d4aac041fde6eeba0a8f9201d728b52373|commit]], [[https://git.kernel.org/linus/033941307471787ef8ee65bfc411dcbb6a81ea18|commit]], [[https://git.kernel.org/linus/a8321776ca0b13ec4d4fc817144fe1b3f6ba4625|commit]], [[https://git.kernel.org/linus/47f0dbe8fdc28e6e79505b640619e0cbccb91cef|commit]], [[https://git.kernel.org/linus/7324b88975c525a013ae0db747df97924ce80675|commit]] * Rust 1.72.0 upgrade [[https://git.kernel.org/linus/828176d037e29f813792a8b3ac1591834240e96f|commit]] * Rust 1.73.0 upgrade [[https://git.kernel.org/linus/e08ff622c91af997cb89bc47e90a1a383e938bd0|commit]], [[https://git.kernel.org/linus/a53d8cdd5a0aec75ae32badc2d8995c59ea6e3f0|commit]], [[https://git.kernel.org/linus/c61bcc278b1924da13fd52edbd46b08a518c11ef|commit]] * kbuild: support 'userldlibs' syntax [[https://git.kernel.org/linus/5f56cb030e4bcf14be2233332d5cd83fff62a376|commit]] * tools/nolibc: add support for constructors and destructors [[https://git.kernel.org/linus/63aa531716268f22f0a60fbb65c005494dcde387|commit]] * modpost: Optimize symbol search from linear to binary search [[https://git.kernel.org/linus/4074532758c5c367d3fcb8d124150824a254659d|commit]] = Memory Management = * Batch hugetlb vmemmap modification operations [[https://git.kernel.org/linus/d67e32f26713c35669e343edfdce6fa97a7d6bbc|commit]], [[https://git.kernel.org/linus/79359d6d24df2f304abbf6f137b01d2b76175ce3|commit]], [[https://git.kernel.org/linus/3ec145f9d01e799bc7e41277e571141546b850f3|commit]], [[https://git.kernel.org/linus/f13b83fdd996409e3dbf6f34c7629a9d13fdb9c1|commit]], [[https://git.kernel.org/linus/c24f188b22892908a2a3bb2de0ce7d121dd72989|commit]], [[https://git.kernel.org/linus/04bbfd844b99c7c89a344236d3758e7a2d41572f|commit]], [[https://git.kernel.org/linus/f4b7e3efaddbf8fa7cffacb5956b0823b7a7730a|commit]], [[https://git.kernel.org/linus/cfb8c75099dbf152db1b075eead5029c5a30ce51|commit]], [[https://git.kernel.org/linus/d2cf88c27f51361dfe2982e510a444411d2fc78a|commit]], [[https://git.kernel.org/linus/d5b43e9683ec5c78524f9ae93c1824edcbc1f08d|commit]], [[https://git.kernel.org/linus/91f386bf0772c1976622bd0b119b78094603c3d0|commit]] * Improve the performance of accounted kernel memory allocations by ~30% as measured by a micro-benchmark [[https://git.kernel.org/linus/e56808fef8f71a192b2740c0b6ea8be7ab865d54|commit]], [[https://git.kernel.org/linus/e86828e5446d95676835679837d995dec188d2be|commit]], [[https://git.kernel.org/linus/675d6c9b59e313ca2573c93e8fd87011a99bb8ce|commit]], [[https://git.kernel.org/linus/1aacbd354313f25c855e662e41c04e2abf71444a|commit]], [[https://git.kernel.org/linus/7d0715d0d6b28a831b6fdfefb29c5a7a4929fa49|commit]] * Add statistics for PUD level pagetable [[https://git.kernel.org/linus/55d2a0bd5eadaade850efa9d3a7ffbb0aeb67198|commit]] * Permit write-sealed memfd read-only shared mappings [[https://git.kernel.org/linus/158978945f3173b8c1a88f8c5684a629736a57ac|commit]], [[https://git.kernel.org/linus/28464bbb2ddc199433383994bcb9600c8034afa1|commit]], [[https://git.kernel.org/linus/e8e17ee90eaf650c855adb0a3e5e965fd6692ff1|commit]] * Optimize mremap during mutual alignment within PMD [[https://git.kernel.org/linus/85a22845b094ec6eeb7c24c692f2290e56d9f07c|commit]], [[https://git.kernel.org/linus/7b709f38dc0faf0d6dfeff681e37e59f9aabebd6|commit]], [[https://git.kernel.org/linus/b1e5a3dee255a11cbdd5a0e814829276bd33a793|commit]], [[https://git.kernel.org/linus/99eb26d59ce38a9f9ac0d63421deca6073f45086|commit]], [[https://git.kernel.org/linus/af8ca1c149069176e6322a77b532e3ffd99ccffe|commit]], [[https://git.kernel.org/linus/a4cb3b2433434377ae820ac4adcde1a570c6f332|commit]], [[https://git.kernel.org/linus/8ed873d8e5cdec3852bcb59f7cc6d017f7bc0ab7|commit]] * Lockless slab shrinking using refcount + RCU [[https://git.kernel.org/linus/a6a1eb6214cf7adfd1e2da33d819df17fe8a64d7|commit]], [[https://git.kernel.org/linus/caa05325c9126c77ebf114edce51536a0d0a9a08|commit]], [[https://git.kernel.org/linus/54d917295b8366545e6ee940c93dffe1452e6480|commit]], [[https://git.kernel.org/linus/cf2e309ebca7bb0916771839f9b580b06c778530|commit]], [[https://git.kernel.org/linus/17e7a00e60c8fff31082d5216b5c7d06d156f972|commit]], [[https://git.kernel.org/linus/f95bdb700bc6bb74e1199b1f5f90c613e152cfa7|commit]], [[https://git.kernel.org/linus/2fbacff0cbf58530fa459c3f28ba9125df33ad86|commit]], [[https://git.kernel.org/linus/ba3d6acafd26416c3001adb4cc3cedcd6a419c73|commit]], [[https://git.kernel.org/linus/c19b548b493455cfb80895074687152869e77742|commit]], [[https://git.kernel.org/linus/219c666eb2854bb9ca94d04a53ceb14aaf81cb28|commit]], [[https://git.kernel.org/linus/557936ee8dc6bd0d5e078f415441d9f2a3fcca23|commit]], [[https://git.kernel.org/linus/0fbb99698b165444e3cf5421f96de01d9d56baf4|commit]], [[https://git.kernel.org/linus/8eea99a81c6f67c08fedd7db2ccd09aa93db69a7|commit]], [[https://git.kernel.org/linus/d5dad4929fb42e7f610cda5e1ea51cd76be998d4|commit]], [[https://git.kernel.org/linus/b3cabea3c9153fd42fe5cb851ac58b51ea2b32b8|commit]], [[https://git.kernel.org/linus/c42d50aefd17a6bad3ed617769edbbb579137545|commit]], [[https://git.kernel.org/linus/a304c23cd6c96ecdf5f96df66e809993d5e96bf0|commit]], [[https://git.kernel.org/linus/1a86a53da46778a583cd866465e18d662d866f30|commit]], [[https://git.kernel.org/linus/eab477e883b52a82bd7b4437111bbc6264694349|commit]], [[https://git.kernel.org/linus/4d09d75d8b8cb3c8087b46585924777bc8737663|commit]], [[https://git.kernel.org/linus/f2383e01507eeee8a1c1283d61a117a97d6c4ebe|commit]], [[https://git.kernel.org/linus/cd61a76c210afd324c345ff62d950e2ff7947f11|commit]], [[https://git.kernel.org/linus/1720f5dd8d3af34d6023fb9e8c35e5e60e8b6643|commit]], [[https://git.kernel.org/linus/307bececcd1205bcb67a3c0d53a69db237ccc9d4|commit]], [[https://git.kernel.org/linus/856e594965414a1cc63d0f3e709ecb6869bc685e|commit]], [[https://git.kernel.org/linus/827a34f90e5a27b83f188b914512d81e36688dec|commit]], [[https://git.kernel.org/linus/1f1d459c9a2f0c8618b137fe845c09e405ae59fc|commit]], [[https://git.kernel.org/linus/95a542da5322ef2db193a546d2d888cf4dbaa219|commit]], [[https://git.kernel.org/linus/1ec016bfa10f2873c125018c4efcf09c141645ff|commit]], [[https://git.kernel.org/linus/d35b5c98c1f1ea44d4652a78163ce6d0e6ec2b78|commit]], [[https://git.kernel.org/linus/e11c4f3acbbb776992425867df894b8c0f131f50|commit]], [[https://git.kernel.org/linus/4b403dfa8ea8dfbc9d317b25a0433c1ac6765f7f|commit]], [[https://git.kernel.org/linus/d17452aa33a6fd0e9cf2bd3d43237f2d2c294a7e|commit]], [[https://git.kernel.org/linus/48a7a0996a0089f4161ad437a810a10596e8d278|commit]], [[https://git.kernel.org/linus/583cc9e41095292e2ebf33c977d8ba1e64308892|commit]], [[https://git.kernel.org/linus/bfcba5ba39cbce8957b4908c9dd570dd6097fff3|commit]], [[https://git.kernel.org/linus/e5985c40987640717e3985e2ae02bf707c12f74a|commit]], [[https://git.kernel.org/linus/777fc8f1b4b9a0c5a558f1ab49ddfa5137bfaeb3|commit]], [[https://git.kernel.org/linus/714e5bde00a58ba13b03b68547931e011f93de58|commit]], [[https://git.kernel.org/linus/21e0b932fb5d72bb6cefdf56e22bfddea968cf32|commit]], [[https://git.kernel.org/linus/17c4eb036a37f079ce2857be5914f839623b4eb2|commit]], [[https://git.kernel.org/linus/86298d8b8ceacc17d0192cd6412d2773ff51b27f|commit]], [[https://git.kernel.org/linus/fe88527852be8a6f1391c961db38d342cc46461d|commit]], [[https://git.kernel.org/linus/abe0c269f9820c637223ad88d77d174e8d85c58f|commit]], [[https://git.kernel.org/linus/8ee0fd9c1085d952ea62c1879620eaa01e4c6332|commit]] * memory tiering: calculate abstract distance based on ACPI HMAT [[https://git.kernel.org/linus/6bc2cfdf82d56863b7cf5e86e37a662b2ae5d47e|commit]], [[https://git.kernel.org/linus/3718c02dbd4c88d47b5af003acdb3d1112604ea3|commit]], [[https://git.kernel.org/linus/d0376aac59a166cd7bd9d1a9768e31e71002631b|commit]], [[https://git.kernel.org/linus/07a8bdd4120ced3490ef9adf51b8086af0aaa8e7|commit]] * KSM: Smarter scanning mode for KSM keeping historic information. With the historic information we can temporarily skip the candidate page for one or several scans [[https://git.kernel.org/linus/b0540208a59e11ab55c9b857bf521d8846e515bf|commit]], [[https://git.kernel.org/linus/75d7dd4138edd54f3b539698cb4c78a8494d305c|commit]], [[https://git.kernel.org/linus/e5a68991268906a6989f1bf273580c2218662ad6|commit]], [[https://git.kernel.org/linus/5e924ff54d088828794d9f1a4d5bf17808f7270e|commit]] * Add {{{PAGEMAP_SCAN}}} IOCTL to get and optionally clear info about PTEs. The goal is to emulate Windows {{{GetWriteWatch()}}} and {{{ResetWriteWatch()}}} syscalls [[https://git.kernel.org/linus/46fd75d4a3c94dfa5dfcf113881c0c704036b2b2|commit]], [[https://git.kernel.org/linus/52526ca7fdb905a768a93f8faa418e9b988fc34b|commit]], [[https://git.kernel.org/linus/12f6b01a0bcbeeab8cc9305673314adb3adf80f7|commit]], [[https://git.kernel.org/linus/d61ea1cb009532dcbd77a9d44b812704cec60146|commit]], [[https://git.kernel.org/linus/18825b8ae9a3d8abd869811aa2a4ea617da5a59e|commit]], [[https://git.kernel.org/linus/b58aa0f4fee61040bdb7557bf66822e929342ac5|commit]] * Handle more faults under the VMA lock [[https://git.kernel.org/linus/4a68fef16df9d88d528094116f8bbd2dbfa62089|commit]], [[https://git.kernel.org/linus/164b06f238b986317131e6b61b2f22aabcbc2cc0|commit]], [[https://git.kernel.org/linus/4ed4379881aa62588aba6442a9f362a8cf7624e6|commit]], [[https://git.kernel.org/linus/5d74b2ab2c15d596c470bae6626f345d5575a9d0|commit]], [[https://git.kernel.org/linus/12214eba1992642eee5813a9cc9f626e5b2d1815|commit]], [[https://git.kernel.org/linus/4de8c93a4751e10737b6af65db42c743228c67a6|commit]] * Abstract vma_merge() and split_vma() [[https://git.kernel.org/linus/93bf5d4aa27d4ba528f71483ae51fbd70edb3ce8|commit]], [[https://git.kernel.org/linus/4b5f2d20169827add8875e78a352cf956ccdd55a|commit]], [[https://git.kernel.org/linus/adb20b0c785e9e8d5e4d4a07b9c3340d7de0e5dc|commit]], [[https://git.kernel.org/linus/94d7d923395129b9248777e575c877e40007f9dc|commit]], [[https://git.kernel.org/linus/3657fdc2451abf135c2d20949acf57d78cc50338|commit]] * Tune the PCP (Per-CPU Pageset) high on each CPU automatically to optimize the page allocation performance [[https://git.kernel.org/linus/90b41691b9881376fe784e13b5766ec3676fdb55|commit]], [[https://git.kernel.org/linus/51a755c56dc05a8b31ed28d24f28354946dc7529|commit]], [[https://git.kernel.org/linus/94a3bfe4073cd88b05f7fb201ea7bf9dfa2cf5d5|commit]], [[https://git.kernel.org/linus/362d37a106dd3f6431b2fdd91d9208b0d023b50d|commit]], [[https://git.kernel.org/linus/ca71fe1ad9221a89c6a25f49159c600d9e598ae1|commit]], [[https://git.kernel.org/linus/57c0419c5f0ea2ccab8700895c8fac20ba1eb21f|commit]], [[https://git.kernel.org/linus/c0a242394cb980bd00e1f61dc8aacb453d2bbe6a|commit]], [[https://git.kernel.org/linus/52166607ecc980391b1fffbce0be3074a96d0c7b|commit]], [[https://git.kernel.org/linus/6ccdcb6d3a741c4e005ca6ffd4a62ddf8b5bead3|commit]] * zswap: export compression failure stats [[https://git.kernel.org/linus/cb61dad80fdc6a8f01b101e823a9335cd6d61071|commit]] * memcg: Expose swapcache stat for memcg v1 [[https://git.kernel.org/linus/840ea53a8dec3aa5773f7957d4eaafdf925c664a|commit]], [[https://git.kernel.org/linus/72a14e821cba73f74aca4bc5f768d77dece8bdb2|commit]] * memcg: add THP swap out info for anonymous reclaim [[https://git.kernel.org/linus/811244a501b967b00fecb1ae906d5dc6329c91e0|commit]] * memcg: hugetlb memcg accounting [[https://git.kernel.org/linus/c0dddb7aa5f85e6150a1e3230e01d5ba286eded9|commit]], [[https://git.kernel.org/linus/8cba9576df601c384abd334a503c3f6e1e29eefb|commit]], [[https://git.kernel.org/linus/85ce2c517ade0d51b7ad95f2e88be9bbe294379a|commit]], [[https://git.kernel.org/linus/4b569387c0d566db288e7c3e1b484b43df797bdb|commit]] * damon * Provide pseudo-moving sum based access rate [[https://git.kernel.org/linus/ace30fb21af5f1be1605db72c16040b95b1557ef|commit]], [[https://git.kernel.org/linus/401807a316bb913f5eefcaf8343575ec9296d6b1|commit]], [[https://git.kernel.org/linus/22a7788038a660df8876ba54b941b418d2178f99|commit]], [[https://git.kernel.org/linus/d2c062ade07ffd206dd16bf085f02abc59651309|commit]], [[https://git.kernel.org/linus/78fbfb155d204428119310d1b9df665ab88da6e8|commit]], [[https://git.kernel.org/linus/863803a7948c8e33e6a7b002017747ca83ecfd63|commit]], [[https://git.kernel.org/linus/80333828ea7728ebe85d079bb5c1467eb9fc6c8c|commit]], [[https://git.kernel.org/linus/0926e8ff96b58845e802438374caaca53ab36053|commit]] * Implement DAMOS apply intervals [[https://git.kernel.org/linus/a2a9f68e358fa9627aa72e7182ad0b82846bda9e|commit]], [[https://git.kernel.org/linus/65ded14e2818bdd9b9bdc128cf47122533f46778|commit]], [[https://git.kernel.org/linus/affa87c708185cab194099ee51b946ef0297f063|commit]], [[https://git.kernel.org/linus/033343d5c5b06431b83fb0c7d1af4aaebe0be75e|commit]], [[https://git.kernel.org/linus/3f8723f12990d38ed800570fb77b92cf4eff54c8|commit]], [[https://git.kernel.org/linus/42f994b71404b17abcd6b170de7a6aa95ffe5d4a|commit]] * sysfs-schemes: Do DAMOS tried regions update for one apply interval [[https://git.kernel.org/linus/bc17ea26a8db89f6604d1386e08cdfc78a70f4f1|commit]], [[https://git.kernel.org/linus/76126332c7606ba25a4ae5db37145fd526985b45|commit]], [[https://git.kernel.org/linus/4d4e41b682990b1dc5bba2bc313800340bf5c2d4|commit]] * folios work * Convert numa balancing functions to use a folio [[https://git.kernel.org/linus/8c9ae56dc73b5ae48a14000b96292bd4f2aeb710|commit]], [[https://git.kernel.org/linus/667ffc31aa95e7023707924b08415523208bce9d|commit]], [[https://git.kernel.org/linus/6695cf68b15c215d33b8add64c33e01e3cbe236c|commit]], [[https://git.kernel.org/linus/65610453459f9048678a0daef89d592e412ec00a|commit]], [[https://git.kernel.org/linus/75c70128a67311070115b90d826a229d4bbbb2b5|commit]], [[https://git.kernel.org/linus/cda6d93672ac5dd8af778a3f3e6082e12233b65b|commit]] * Finish the create_empty_buffers() transition [[https://git.kernel.org/linus/c9f2480ed7b221baf738edf431757e5ca4115bca|commit]], [[https://git.kernel.org/linus/a2da3afce96ce747ec0e1670bfc73fec85d20f95|commit]], [[https://git.kernel.org/linus/73c32e07a3977f8470b29889d30d2f808e6fee4a|commit]], [[https://git.kernel.org/linus/e7ca7f1725b3b0b276dd7c5119326b5e098abb53|commit]], [[https://git.kernel.org/linus/24a7b35285c5514393e7ed46407111c68f4602ba|commit]], [[https://git.kernel.org/linus/81cb277ebdfd73b4b4cbfcdf377b4b514e90520a|commit]], [[https://git.kernel.org/linus/6c346be91dcf2b588510e41e4e04c0638af3d536|commit]], [[https://git.kernel.org/linus/c646e573729bfe885280c343203c775f1f5d71c2|commit]], [[https://git.kernel.org/linus/1a846bf3884694b2f9ecbd70011927c2fb40f224|commit]], [[https://git.kernel.org/linus/414ae0a440333143dcac39faaef00f098cceeff5|commit]], [[https://git.kernel.org/linus/4093602d6bbb2c82b922d1b442a022a069cdb59e|commit]], [[https://git.kernel.org/linus/664c87b75ef6ec3ebb97383891a6787b63925547|commit]], [[https://git.kernel.org/linus/5fb7bd50b3516a9d5fea5775e7ebd43f0c96bb3d|commit]], [[https://git.kernel.org/linus/4f05f139e3f8938c4c456bd886355c9bbcc3190d|commit]], [[https://git.kernel.org/linus/44f68575267ecfc439d11bb782c69ba2598b3ed0|commit]], [[https://git.kernel.org/linus/d4059993674b533798a551859042957bb5578332|commit]], [[https://git.kernel.org/linus/0217fbb0271a7c78e16629cf45375916ec2eb35f|commit]], [[https://git.kernel.org/linus/c3f4200ac61ae98ea29d28519ea5076c04f22e06|commit]], [[https://git.kernel.org/linus/0eb751791df86dc05a87fff1ada8d37044267a7e|commit]], [[https://git.kernel.org/linus/c5521c7689b892c8ea684a284722b5584ba1ce8f|commit]], [[https://git.kernel.org/linus/922b12eff0b293fc13ae4045c7d7264e18938878|commit]], [[https://git.kernel.org/linus/0a88810d9b76e6ecfd234f5728e27344a39e3ff8|commit]], [[https://git.kernel.org/linus/3decb8564eff88a2533f83b01cec2cf9259c3eaf|commit]], [[https://git.kernel.org/linus/a04eb7cb186b4d537eefc2d68dba8a7e5eb7e6d7|commit]], [[https://git.kernel.org/linus/4064a0aa8a6a341b14fb9ee8cf0f0bb86c575e3b|commit]] * rmap: convert page_move_anon_rmap() to folio_move_anon_rmap() [[https://git.kernel.org/linus/dec078cc2181fccf8b134406b86aaacc19f7163f|commit]], [[https://git.kernel.org/linus/069686255c16a75b6a796e42df47f5af27b496a4|commit]], [[https://git.kernel.org/linus/5ca432896a4ce6d69fffc3298b24c0dd9bdb871f|commit]] * futex: Use a folio instead of a page [[https://git.kernel.org/linus/e35a6cf1cc343d720ad235f678f1cd2a9876b777|commit]] * Convert page cpupid functions to folios [[https://git.kernel.org/linus/1b143cc77f2074dd43b610d6bfffc822d20b6e16|commit]], [[https://git.kernel.org/linus/c82530113480f8db9dd9584c51ec9326e6ce9790|commit]], [[https://git.kernel.org/linus/a86bc96b77df40c27ead5ef4ac3837904b7eb53f|commit]], [[https://git.kernel.org/linus/8f0f4788b1247c2f92ecacd8f86ce0b379b807b9|commit]], [[https://git.kernel.org/linus/f39eac30a8f334f0765ef78fe4d13b3fd5bfa3fd|commit]], [[https://git.kernel.org/linus/55c199385c4465e9abe1a3d6d1aba348d0356e03|commit]], [[https://git.kernel.org/linus/f393084382fa3bbd5840b428d538dbcb33be0186|commit]], [[https://git.kernel.org/linus/155c98cfcf961327adedabd629edfc2301cf354b|commit]], [[https://git.kernel.org/linus/c08b7e3830dbf24dd2552ddeea84f00393842f1b|commit]], [[https://git.kernel.org/linus/136d0b47576f8701d68c2d504e7237d9fdc4ebbd|commit]], [[https://git.kernel.org/linus/4e694fe4d2fa3031392bdbeaa88066f67c886a0c|commit]], [[https://git.kernel.org/linus/67b33e3ff58374b3fca929933ccc04a1858fda6a|commit]], [[https://git.kernel.org/linus/d986ba2b1953f761d3859c22160e82c58ed4287d|commit]], [[https://git.kernel.org/linus/1d44f2e6d178163a94980fd5f9a4b04b6b36535b|commit]], [[https://git.kernel.org/linus/0b201c3624ae9f58ebfff8484f304f3008fb01b8|commit]], [[https://git.kernel.org/linus/19c1ac02ce02158fa22eb53f2750525ae93da9ef|commit]], [[https://git.kernel.org/linus/c4a8d2faab1f9165df1543795254b1c2470ce7f8|commit]], [[https://git.kernel.org/linus/c2c3b5148052cef670d359b81d338d20b96bf47f|commit]], [[https://git.kernel.org/linus/ec1778807a8053d14cde7cfd75fbd66e0c7b9c9f|commit]] * Add folio_end_read [[https://git.kernel.org/linus/51a752c28bcf901618bbc25a43f84ef539f9e682|commit]], [[https://git.kernel.org/linus/0410cd844ed0af3db3cb510d877d62c66d26e5cc|commit]], [[https://git.kernel.org/linus/2580d554585c52a644839864ef9238af5b030ebc|commit]], [[https://git.kernel.org/linus/f8174a1181220d24d6b4332216112318f5905729|commit]], [[https://git.kernel.org/linus/247dbcdbf790c52fc76cf8e327cd0a5778e41e66|commit]], [[https://git.kernel.org/linus/7d0795d098a127508f3e29ab4257c9ab598efaea|commit]], [[https://git.kernel.org/linus/f45b494e2a24d86afd79cab7c343b414c5213447|commit]], [[https://git.kernel.org/linus/f12fb73b74fd23ca33e3f95fb996f295eeae1da7|commit]], [[https://git.kernel.org/linus/0b237047d5a72ffe06c0bdf2f4536f669dcd31c9|commit]], [[https://git.kernel.org/linus/279d5fc3227f04ef2c6125e5c440e7952173a89a|commit]], [[https://git.kernel.org/linus/e28ff5dc8cf6aec042741f1ea62089dca6a894ab|commit]] * migrate: more folio conversion and unification [[https://git.kernel.org/linus/d64cfccbc805663a2c5691f638cf9198b9676a9f|commit]], [[https://git.kernel.org/linus/b426ed7889be80359cb4edef142e5c5fa697b068|commit]], [[https://git.kernel.org/linus/728be28fae8c838d52c91dce4867133798146357|commit]], [[https://git.kernel.org/linus/2ac9e99f3b21b2864305fbfba4bae5913274c409|commit]], [[https://git.kernel.org/linus/a8ac4a767dcd9d87d8229045904d9fe15ea5e0e8|commit]], [[https://git.kernel.org/linus/fa1df3f6287e1e1fd8b5309828238e2c728e985f|commit]], [[https://git.kernel.org/linus/7e2a5e5ab217d5e4166cdbdf4af8c5e34b6200bb|commit]], [[https://git.kernel.org/linus/73eab3ca481e5be0f1fd8140365d604482f84ee1|commit]] * Support large folio for mlock [[https://git.kernel.org/linus/dc68badcede4ec3b4e5cdfcb8f678670220ac2ca|commit]], [[https://git.kernel.org/linus/1acbc3f936146d1b34987294803ac131bc298ce8|commit]], [[https://git.kernel.org/linus/28e566572aacdc551e24649e57cc9f04ba880cd2|commit]] * Some khugepaged folio conversions [[https://git.kernel.org/linus/98b32d296d95d7aa0516c36b72406277412268cd|commit]], [[https://git.kernel.org/linus/b455f39d228935f88eebcd1f7c1a6981093c6a3b|commit]], [[https://git.kernel.org/linus/dbf85c21e4aff90912b5d7755d2b25611f9191e9|commit]], [[https://git.kernel.org/linus/5c07ebb372d66423e508ecfb8e00324f8797f072|commit]], [[https://git.kernel.org/linus/8dd1e896735f6e5abf66525dfd39bbd7b8c0c6d6|commit]] = File systems = == bcachefs == * Prerequisite patch series [[https://git.kernel.org/linus/ced58fc7ab9f2d4b3d8aaeb859321a61aa884f66|commit]], [[https://git.kernel.org/linus/8c8d2d9670e813d623d8a2cbc881cb57344f4d37|commit]], [[https://git.kernel.org/linus/0fb5d567f5739dfe7db678b299f96001eec6ee71|commit]], [[https://git.kernel.org/linus/9e4505c459440a41fd466451cf840dec5c957eeb|commit]], [[https://git.kernel.org/linus/2b69987be575b92adb6c177679f3c559134f0d8f|commit]], [[https://git.kernel.org/linus/7d672f40941a549f72aa5500f9d32b26b3f6ab34|commit]], [[https://git.kernel.org/linus/168145f617d57bf4e474901b7ffa869337a802e6|commit]], [[https://git.kernel.org/linus/771eb4fe8b420bb8563863e242861e635c742bc2|commit]], [[https://git.kernel.org/linus/21db931445d85a14c0a64a9d54c7617a8c6e5762|commit]], [[https://git.kernel.org/linus/908a1ad89466c1febf20bfe0037b84fc66f8a3f8|commit]], [[https://git.kernel.org/linus/1b0306981e0f1e5a9ad3d08b9c88bfe21b68e3b9|commit]], [[https://git.kernel.org/linus/0d29a833b7b1800bd2759bbc064b5ada4729caf5|commit]], [[https://git.kernel.org/linus/83feeb195592b533541ff6399c8084e5b7c59677|commit]], [[https://git.kernel.org/linus/bd0d22e41ecbc5247e5f6a423636df14dbb1bef2|commit]], [[https://git.kernel.org/linus/73badee4280ce30a927b82eedc919fb23ee549ae|commit]], [[https://git.kernel.org/linus/9492261ff2460252cf2d8de89cdf854c7e2b28a0|commit]], [[https://git.kernel.org/linus/48b7935722b8403fec0469ba3dafc5a0af08225d|commit]], [[https://git.kernel.org/linus/7ba3792718709d410be5d971732b9251cbda67b6|commit]] * Merge request: [[https://git.kernel.org/torvalds/c/9e87705289667a6c5185c619ea32f3d39314eb1b|initial bcachefs updates]] == Btrfs == * Introduce the RAID stripe tree, a new tree for logical file extent mapping where the physical mapping may not match on multiple devices. This is now used in zoned mode to implement RAID0/RAID1* profiles, but can be used in non-zoned mode as well. The support for RAID56 is in development and will eventually fix the problems with the current implementation. This is a backward incompatible feature and has to be enabled at mkfs time [[https://docs.google.com/document/d/1Iui_jMidCd4MVBNSSLXRfO7p5KmvnoQL/edit?pli=1|Design document]]. [[https://git.kernel.org/linus/02c372e1f016e5113217597ab37b399c4e407477|commit]], [[https://git.kernel.org/linus/ee1293308e01d359688243d665138f35a6f1f9b8|commit]], [[https://git.kernel.org/linus/edde81f1abf2977ac63939fb92afcb82c42f6ca4|commit]], [[https://git.kernel.org/linus/10e27980f2ff66ba0c6da55f33b4814d5bc86573|commit]], [[https://git.kernel.org/linus/ca41504efda646d9c4b00c37be52f5ba07cebebf|commit]], [[https://git.kernel.org/linus/568220fa96572e7bb48cfe8f2d04ab44e0dfe08e|commit]], [[https://git.kernel.org/linus/9acaa64187f9b4cbb75622883c96ea1a893d5431|commit]] * Simple quota accounting (squota): A simplified mode of qgroup that accounts all space on the initial extent owners (a subvolume), the snapshots are then cheap to create and delete [[https://git.kernel.org/linus/cecbb533b5fcec4ff77e786b7f94457f6cacd9e7|commit]], [[https://git.kernel.org/linus/5343cd9364ea26c9f4f78896a87ed1b5b5e652d9|commit]], [[https://git.kernel.org/linus/bd7c1ea3a302aba727a1ced9937ec84c6407724e|commit]], [[https://git.kernel.org/linus/2672a051e3847401b80ed4e89c7af5be6b3f1be0|commit]], [[https://git.kernel.org/linus/6ed05643ddb166c0fddabac8ee092659006214a9|commit]], [[https://git.kernel.org/linus/182940f4f4dbd932776414744c8de64333957725|commit]], [[https://git.kernel.org/linus/d9a620f77e33f2b0e9a5f131f3ee3c66d3285c57|commit]], [[https://git.kernel.org/linus/60ea105a0f9fd359a5d0f1a8a2fead7cfe0528d1|commit]], [[https://git.kernel.org/linus/0182764a21b2923d4c238fed9a54db82b65d33b6|commit]], [[https://git.kernel.org/linus/cf79ac47932b377d0cfe6b61f4472cdc17eac042|commit]], [[https://git.kernel.org/linus/6b0cd63bc75c22b49b6b1ef3d39b5850241340c0|commit]], [[https://git.kernel.org/linus/610647d7efd1ab06e9cd7ed6f0abe84b16385da7|commit]], [[https://git.kernel.org/linus/af0e2aab3b70b7844232bbce2a619ec70e049df4|commit]], [[https://git.kernel.org/linus/e076145115c0b5df838ced18294a3d7d92d66ef7|commit]], [[https://git.kernel.org/linus/457cb1ddf5e8d895e9c551cad6b84bafae41f32c|commit]], [[https://git.kernel.org/linus/a744986ac4dbe42496410780800fbbc00afaa910|commit]] * Temporary filesystem fs ID: Support mounting a filesystem with the same id coming from a cloned-device, by generating a temporary id [[https://git.kernel.org/linus/a5b8a5f9f8355d27a4f8d0afa93427f16d2f3c1e|commit]], [[https://git.kernel.org/linus/69d427f34ca0970c2280cccd64e24aa62ff7904a|commit]], [[https://git.kernel.org/linus/000331bb0350366219887d14ae8a921ae9e72269|commit]], [[https://git.kernel.org/linus/c47b02c1bddf7c4d56e01bccc99e73ae5309fe07|commit]], [[https://git.kernel.org/linus/ac6ea6a914ed477902ceed64e988a493b52c6c71|commit]], [[https://git.kernel.org/linus/f3623740068e548b7c6fdb42171c118189d0e03f|commit]] * Cleanups and struct packing [[https://git.kernel.org/linus/02cd00fa78453a71d6c71d641e1a83a0ef9e375f|commit]], [[https://git.kernel.org/linus/35b535d9cc8dce79c3b72f47c4417c3159d7a8c9|commit]], [[https://git.kernel.org/linus/9580503bcb6e1169c72f2cceb80af4c65d17b1da|commit]], [[https://git.kernel.org/linus/203f6a8772fc631a946525decb5df6d98da3730d|commit]], [[https://git.kernel.org/linus/150cce2d9fbe0acb48da737f8ea443d8b0847b72|commit]], [[https://git.kernel.org/linus/33b6b2519127eda18fdab6e2f98855cfb855a452|commit]], [[https://git.kernel.org/linus/e41570d379b1dd6fe477a31b3b05191b6580f183|commit]], [[https://git.kernel.org/linus/007dec8c7edd22cdca3968d0000b318a245e43b7|commit]], [[https://git.kernel.org/linus/f863c50277c57cdbd6b0d1bbddb2b19a25016151|commit]], [[https://git.kernel.org/linus/321f4992c127458e51009b5160567b72e3442ff3|commit]] * Updates to delayed refs accounting and space reservation, improves some workloads [[https://git.kernel.org/linus/20fb05a6d10ea3ef517bda59a195234a416555c9|commit]], [[https://git.kernel.org/linus/eba444f1c0ecaf4a1992fb40a2c9e7a8cb3fdd5d|commit]], [[https://git.kernel.org/linus/8a526c44daeeb14df0f6e3147a58b4b996968830|commit]], [[https://git.kernel.org/linus/b6ea3e6ab569d9ed7472e8df4cbf5f78fe49f277|commit]], [[https://git.kernel.org/linus/1bf76df3fee56d6637718e267f7c34ed70d0c7dc|commit]], [[https://git.kernel.org/linus/d2f79e6385b0fcb1a38368e17d4721b8cd72af9f|commit]], [[https://git.kernel.org/linus/28270e25c69a2c76ea1ed0922095bffb9b9a4f98|commit]], [[https://git.kernel.org/linus/adb86dbe426f9a54843d70092819deca220a224d|commit]], [[https://git.kernel.org/linus/a7ddeeb079505961355cf0106154da0110f1fdff|commit]], [[https://git.kernel.org/linus/e721043a988c524e4771c43246d2f7a1996bb020|commit]], [[https://git.kernel.org/linus/da8848ac6a1b3a3b3a2bd412f943e3e23b5e05fe|commit]], [[https://git.kernel.org/linus/8ec0a4a5774ab3f91c356c71f24dfba615bee860|commit]], [[https://git.kernel.org/linus/cc925b9646b4d91dd2536bf7c5ec0dee103fd341|commit]], [[https://git.kernel.org/linus/03551d651e9d8ff5b310f9038581b2b030daeb87|commit]], [[https://git.kernel.org/linus/7cce0d690d4e4e3278bd4cf3fd3a168ae62a1419|commit]], [[https://git.kernel.org/linus/2ed45c0f1879079b30248568c515cf60fc668d8a|commit]], [[https://git.kernel.org/linus/88b2d08879b0f4e251d38cd3d77332da52d9cf44|commit]], [[https://git.kernel.org/linus/abff279eb3ce29f345f3ba5a88730230bb929876|commit]], [[https://git.kernel.org/linus/3cbb9f516033602c8368c5ddbf3bae38715517c0|commit]], [[https://git.kernel.org/linus/3ee56a58ad8921cb43c49d56347a8e270871844c|commit]], [[https://git.kernel.org/linus/1df6b3c06089dd020e31f134adb124de6e315e6a|commit]] * Make extent state merges more efficient during insertions, reduce rb-tree iterations (run time of critical functions reduced by 5%) [[https://git.kernel.org/linus/0f8ac74d41c01700dbd1240bc4de9700fb281753|commit]], [[https://git.kernel.org/linus/bea22a58c9f39ef426ff76b570d93111882152ec|commit]], [[https://git.kernel.org/linus/a1c20d15ee1e2cdcb54134174f0dab3b2fbcf4e4|commit]], [[https://git.kernel.org/linus/c91ea4bfa6dda549295ea7c15dfc990094d1fcd3|commit]], [[https://git.kernel.org/linus/efba1454493df546dcee603c4b77db3a230ac054|commit]], [[https://git.kernel.org/linus/df2a8e70c3c397d4780027be3151d3c3ae9d47a6|commit]] * Adjust reservation sizes for block group item updates/inserts [[https://git.kernel.org/linus/9ef17228e1096e7e75bdde752ae1f0e9a5bcc8ab|commit]], [[https://git.kernel.org/linus/f66e0209bd914465c277c259472aa974cad94e3f|commit]] * tree-checker: add type and sequence check for inline backrefs [[https://git.kernel.org/linus/1645c283a87c61f84b2bffd81f50724df959b11a|commit]] * Remove check-integrity functionality [[https://git.kernel.org/linus/51cf580c23627de4eaf3d96b8ea7275770bacf6d|commit]], [[https://git.kernel.org/linus/af32d3632e7d2031f6581fe6297d39cdb6255893|commit]], [[https://git.kernel.org/linus/fb2a836da4513cb2e0d9bb8548f3f095a814dda5|commit]], [[https://git.kernel.org/linus/732fab95abe2510560c8158e0d2e94460d38b2f4|commit]] == Ceph == * Support idmapped mounts [[https://git.kernel.org/linus/14f3db5542e62bcf6fe088a09760ac52d55306c5|commit]], [[https://git.kernel.org/linus/c020d2eaf1a84ba8611fe2a232f4951faa98e0e0|commit]], [[https://git.kernel.org/linus/3bc71ba02cf5376b390289bef8c9f5d6049f1866|commit]], [[https://git.kernel.org/linus/9c2df2271c6901ba67d3437494b3d889dc43645b|commit]], [[https://git.kernel.org/linus/8a051b40abd6f948a599dc6328e9356f4697e77d|commit]], [[https://git.kernel.org/linus/56d2e2cfa21315c12945c22e141c7e7ec8b0a630|commit]], [[https://git.kernel.org/linus/5ccd8530dd7ba97531a50ffa11eabe258d65a7af|commit]], [[https://git.kernel.org/linus/2cce72dda2b5c494f6489ba78588c4ce191c6b61|commit]], [[https://git.kernel.org/linus/1b90344614cc5949666328b37f03edec1d4e2873|commit]], [[https://git.kernel.org/linus/79c66a0c8c4a5d341e948dd6a41111957b315f20|commit]], [[https://git.kernel.org/linus/09838f1bfd40f483cd6442788e810ea042e91177|commit]], [[https://git.kernel.org/linus/673478b6e59b25079a590eb5ba89d7a3ec9c1c78|commit]], [[https://git.kernel.org/linus/d4d09464614227a6cc9ae42cd1d761e4320e4ebc|commit]] == CIFS == * Allow dumping session and tcon id to improve stats analysis and debugging [[https://git.kernel.org/linus/de4eceab578ead12a71e5b5588a57e142bbe8ceb|commit]] == EFI VARIABLE FILESYSTEM == * Add uid/gid mount options [[https://git.kernel.org/linus/5329aa5101f73c451bcd48deaf3f296685849d9c|commit]] == exFAT == * Add ioctls for accessing attributes [[https://git.kernel.org/linus/0ab8ba71868594acfc717b8c7d1738b9118118ec|commit]] * Support handle zero-size directory [[https://git.kernel.org/linus/dab48b8f2fe7264d51ec9eed0adea0fe3c78830a|commit]] == F2FS == * Set the default compress_level on ioctl [[https://git.kernel.org/linus/f5f3bd903a5d3e3b2ba89f11e0e29db25e60c048|commit]] * Add 16K Support for f2fs [[https://git.kernel.org/linus/d7e9a9037de27b642d5a3edef7c69e2a2b460287|commit]] == FSCRYPT == * Add support for sub block data granularity [[https://git.kernel.org/linus/5b11888471806edf699316d4dcb9b426caebbef2|commit]], [[https://git.kernel.org/linus/7a0263dc904f3467f474e4088ae092eda9a5a99b|commit]], [[https://git.kernel.org/linus/f0904e8bc3c513e9fd50bdca5365f998578177a0|commit]], [[https://git.kernel.org/linus/40e13e18168fd0f1a6ad10166f5042a21c47ab99|commit]], [[https://git.kernel.org/linus/5970fbad1036d1015abe45651628b39b5bcb8a22|commit]] * Track master key presence separately from secret [[https://git.kernel.org/linus/15baf55481de700f8c4494cddb80ec4f4575548b|commit]] == GFS2 == * Patches on for-next [[https://git.kernel.org/linus/4c7b3f7fb7c8c66d669d107e717f9de41ef81e92|commit]], [[https://git.kernel.org/linus/074d7306a4fe22fcac0b53f699f92757ab1cee99|commit]], [[https://git.kernel.org/linus/7fa4964b35e4046cae1c7d8b42f631ffd898701d|commit]], [[https://git.kernel.org/linus/4c6a08125f2249531ec01783a5f4317d7342add5|commit]], [[https://git.kernel.org/linus/703df114f9b70b4b672d71bdf751497cf7643b75|commit]], [[https://git.kernel.org/linus/18c1db313ea904ebd01aa08135b72cdb04f889fb|commit]], [[https://git.kernel.org/linus/2216b48376c40cf6984398d478a01b55e76c5434|commit]], [[https://git.kernel.org/linus/92099f0c92270c8c7a79e6bc6e0312ad248ea331|commit]], [[https://git.kernel.org/linus/062fb903895a035ed382a0d3f9b9d459b2718217|commit]], [[https://git.kernel.org/linus/1f7b0a84c86eca74155dc292cd2f965d6bb79884|commit]], [[https://git.kernel.org/linus/d6fc6c93636ffefd3d209d90a749e4e4ea51d6c1|commit]], [[https://git.kernel.org/linus/b4bf3d5c37d404b05356869cdbd16450f3ba02a0|commit]], [[https://git.kernel.org/linus/089f4eb003dc2265036aac99c02aa99d6b5c4ac7|commit]], [[https://git.kernel.org/linus/21d9067efc7fe94d2bc6f7c7ce71834d5766bbd8|commit]], [[https://git.kernel.org/linus/0b2355fe91ac3756a9e29c8b833ba33f9affb520|commit]], [[https://git.kernel.org/linus/be7f6a6b0bca708999eef4f8e9f2b128c73b9e17|commit]], [[https://git.kernel.org/linus/0abd1557e21c617bd13fc18f7725fc6363c05913|commit]], [[https://git.kernel.org/linus/bbacb395ac5c57290cdfd02389788cbce64c237e|commit]], [[https://git.kernel.org/linus/f7e4c610cb9afcb94d45c6252c312b95038d52bc|commit]], [[https://git.kernel.org/linus/bdcb8aa434c6d36b5c215d02a9ef07551be25a37|commit]], [[https://git.kernel.org/linus/d6d64dac1d3967f3e951ae1cf2753181b78f2f89|commit]], [[https://git.kernel.org/linus/1358706907d89e798e6c8930f82b210edc3c3a0c|commit]] == Autofs == * Convert to to use mount api [[https://git.kernel.org/linus/1f50012d9c63c690f25956239bd25d10236405f8|commit]], [[https://git.kernel.org/linus/e6ec453bd0f03a60a80f00f95ae2eaa260faa3c2|commit]], [[https://git.kernel.org/linus/546694b8f65807427a0104154abd8cdc633b36e3|commit]], [[https://git.kernel.org/linus/a7467430b4de0985b7d1de8f1e50f8dd47eb6c4a|commit]], [[https://git.kernel.org/linus/bc69fdde0ae1aff595590d802b6ef39114f2b260|commit]], [[https://git.kernel.org/linus/dede367149c48822c9f699291d71a3211c2a91bb|commit]], [[https://git.kernel.org/linus/9b2731666d1d46bb476df6e4f2ec9a776ad7a507|commit]], [[https://git.kernel.org/linus/7efd93ea790ec64221458bbb0705ccba54beab0e|commit]] == KSMBD == * ksmbd: add support for surrogate pair conversion [[https://git.kernel.org/linus/0c180317c654a494fe429adbf7bc9b0793caf9e2|commit]] == OVERLAY == * New mount options lowerdir+,datadir+ [[https://git.kernel.org/linus/24e16e385f2272b1a9df51337a5c32d28a29c7ad|commit]], [[https://git.kernel.org/linus/819829f0319a759e8a6ccb7e4f1113f3f9f07aa3|commit]], [[https://git.kernel.org/linus/0cea4c097d97fdc89de488bd4202d0b087ccec58|commit]], [[https://git.kernel.org/linus/c835110b588a750650988ca5000913c3c60d246b|commit]] * Support nested overlayfs mounts with xattrs and whiteous [[https://git.kernel.org/linus/bb7055a7349904623fe489b4461e12803da18ce6|commit]], [[https://git.kernel.org/linus/bc8df7a3dc035903426a17ea3027f55817de13a8|commit]], [[https://git.kernel.org/linus/dad02fad84cbce30f317b69a4f2391f90045f79d|commit]], [[https://git.kernel.org/linus/d431e652600bf2708f5a5ca3b46fa1b53606d1cf|commit]], [[https://git.kernel.org/linus/420a62dde6ebca7bc22e6c57c9cb25d7967ff1ea|commit]] == XFS == * CPU usage optimizations for realtime allocator [[https://git.kernel.org/linus/e94b53ff699c2674a9ec083342a5254866210ade|commit]], [[https://git.kernel.org/linus/5b1d0ae9753f0654ab56c1e06155b3abf2919d71|commit]], [[https://git.kernel.org/linus/e2cf427c91494ea0d1173a911090c39665c5fdef|commit]], [[https://git.kernel.org/linus/e23aaf450de733044a74bc95528f728478b61c2a|commit]], [[https://git.kernel.org/linus/1b5d63963f9820b1c14883ee56b387586ff72aa0|commit]], [[https://git.kernel.org/linus/ec5857bf07639a03d32b8ecb346df634925f8bc2|commit]], [[https://git.kernel.org/linus/85fa2c774397b98f5dc65a4ed6ab17c1a15db158|commit]], [[https://git.kernel.org/linus/e0f7422f54b092df7996f21da69824aea496490a|commit]] * Allow read IO and FICLONE to run concurrently [[https://git.kernel.org/linus/14a537983b228cb050ceca3a5b743d01315dc4aa|commit]] == ext2 == * Convert to use folios [[https://git.kernel.org/linus/f4b830cfceffb05d8feb899fbd28fd592f1bb0ae|commit]], [[https://git.kernel.org/linus/46f84a9bea2c44e80b52afa56b34d9e3e84dc358|commit]], [[https://git.kernel.org/linus/52df49ee835d79d8e50f38d89d75bf0891854511|commit]], [[https://git.kernel.org/linus/3de6047f1832010d24963f58206298fc75085816|commit]], [[https://git.kernel.org/linus/c2d20492e28c1071abfdc079f4d34acaf965b9b4|commit]], [[https://git.kernel.org/linus/1de0736c3af9dadb688cad23871f9760ff22265f|commit]], [[https://git.kernel.org/linus/51706b6fd42edd30c3761a20a41c30bd184e59f7|commit]], [[https://git.kernel.org/linus/da3a849a5cc012f932d956cf6f4656c0de38c729|commit]] == NFS == * SunRPC thread scheduler work that was begun in v6.6. The scheduler can now find an service thread to wake in constant time and without a list walk [[https://git.kernel.org/linus/5b80147e0c70181654e8e54eae99f69b2bf891b1|commit]], [[https://git.kernel.org/linus/2e8fc923fe476db8cab9b6458027eccb22f3b6e6|commit]], [[https://git.kernel.org/linus/15d39883ee7dfc023d8a24f5d4b58100e1d04ad9|commit]], [[https://git.kernel.org/linus/5ff817b23534dd3942f881ab01dd5050505517aa|commit]], [[https://git.kernel.org/linus/2b65a226840c0e86db0e7926856a0a017b3390f2|commit]], [[https://git.kernel.org/linus/580a25756a9f639180b29a508f3bdd24c50a936a|commit]], [[https://git.kernel.org/linus/de9e82c355f2ae73c04aec84f73fc2657cf7dfdd|commit]], [[https://git.kernel.org/linus/7b31f4daebad296e3164602b8303c265ec4ac7dc|commit]], [[https://git.kernel.org/linus/d7926ee8b78e554de7b7c6ce7b94e7ff7485ecd5|commit]], [[https://git.kernel.org/linus/9a0e6accc0a8c3adf72f1b43be8019961b68663a|commit]], [[https://git.kernel.org/linus/8a3e5975ed11dd16d81dc501b514ab01986db94e|commit]], [[https://git.kernel.org/linus/6ed8cdf967f7e9fc96cd1c129719ef99db2f9afc|commit]], [[https://git.kernel.org/linus/d6b3358a2813bb14791259a2227d9af1e7019ca0|commit]], [[https://git.kernel.org/linus/e3274026e2ec69eec6ab51bc499e14bb548548d0|commit]], [[https://git.kernel.org/linus/fa341560ca7458f4396d5a0771cb5f2358d8535d|commit]], [[https://git.kernel.org/linus/063ab935a48b3a2854f433957adbb2bde396ed22|commit]], [[https://git.kernel.org/linus/9bd4161c591710f152a8cd3ed85ea928c61e26ca|commit]] * Add support for NFSv4.1+ write delegation [[https://git.kernel.org/linus/fd19ca36fd782b84f71b86525b91a905cda913a4|commit]], [[https://git.kernel.org/linus/d67cd907cf8ae2cd42e4f3859ad4de4c16d0c2a3|commit]] * Add netlink-based NFSD control plane. The long-term plan is to provide the same functionality as found in /proc/fs/nfsd, plus some interesting additions, and then migrate the NFSD user space utilities to netlink [[https://git.kernel.org/linus/bd9d6a3efa9709e653aafbeb859289feccb8e70c|commit]], [[https://git.kernel.org/linus/13727f85b49babcc40db805118e665605cd040dc|commit]] * NFSv4.x client improvements for knfsd re-exporting [[https://git.kernel.org/linus/6e7434abcd07e8beb67fdc4af6207ae0490d5274|commit]], [[https://git.kernel.org/linus/5b9d31ae1c925bb5f15975e31b31ff5ae3c81f8f|commit]] = Block layer = * badblocks improvement for multiple bad block ranges [[https://git.kernel.org/linus/aa511ff8218b3fb328181fbaac48aa5e9c5c6d93|commit]], [[https://git.kernel.org/linus/c3c6a86e9efc5da5964260c322fe07feca6df782|commit]], [[https://git.kernel.org/linus/1726c774678331b4af5e78db87e10ff5da448456|commit]], [[https://git.kernel.org/linus/e850d9a52f4cd31521c80a7ea9718b69129af4d5|commit]], [[https://git.kernel.org/linus/3ea3354cb9f03e34ee3fab98f127ab8da4131eee|commit]], [[https://git.kernel.org/linus/db448eb6862979aad2468ecf957a20ef98b82f29|commit]] * Allow more than 64 ublk devices [[https://git.kernel.org/linus/6eba24aeb5e2fc582dd83021795befc1adaede20|commit]], [[https://git.kernel.org/linus/56974c07f2c77d302fc311b0c6b95f45be76a3ae|commit]] * blk-mq: optimize queue_rqs() support [[https://git.kernel.org/linus/d78bfa1346ab1fe04d20aa45a0678d1fc866f37c|commit]], [[https://git.kernel.org/linus/217b613a53d3a430aa2e5d1523819dc271f02ff0|commit]], [[https://git.kernel.org/linus/434097ee375fff36bc5037524609ffd6199f11da|commit]], [[https://git.kernel.org/linus/48554df6bf2b1e83f70749bf4b4d7914f8b3c01d|commit]], [[https://git.kernel.org/linus/b8643d682669994b3f57c3440df3d4f9cb735f35|commit]] * dm: error: Add support for zoned block devices [[https://git.kernel.org/linus/124c44546d0cbf6dc2daf92cba80cf556e9039c3|commit]] = Security = * hardening: Provide a dedicated Kconfig fragments for basic options [[https://git.kernel.org/linus/215199e3d9f3dc01a6d10b8229891e6f7f1085e7|commit]] * !AppArmor * Add user namespace creation mediation [[https://git.kernel.org/linus/fa9b63adabcfa9b724120ef3352cf6fb82b4b9a5|commit]] * Allow restricting unprivileged change_profile [[https://git.kernel.org/linus/2d9da9b188b8cd3b579d7ef5ba5d334be9dd38fc|commit]] * Add io_uring mediation [[https://git.kernel.org/linus/c4371d90633b73cf6e86aff43ff2b5d95ad2b9eb|commit]] * landlock * Network support for Landlock [[https://git.kernel.org/linus/7a11275c378753fbdf00f2cfc80bc86a119ca67d|commit]], [[https://git.kernel.org/linus/0e0fc7e8eb4a11bd9f89a9c74bc7c0e144c56203|commit]], [[https://git.kernel.org/linus/d7220364039f6beb76f311c05f74cad89da5fad5|commit]], [[https://git.kernel.org/linus/5e990dcef12eebf683d209bac5e14591308dc216|commit]], [[https://git.kernel.org/linus/51442e8d64bcb7ac92d0cde5dccda0cfa94630fa|commit]], [[https://git.kernel.org/linus/a4ac404b3032562ed6a34232b5266d0f446dd799|commit]], [[https://git.kernel.org/linus/a549d055a22e4fc5559ef642b30721899fa07b75|commit]], [[https://git.kernel.org/linus/13fc6455fa19b0859e1b9640bf09903bec8df4f4|commit]], [[https://git.kernel.org/linus/0e7410112964168a65578002269ae3b80b207936|commit]], [[https://git.kernel.org/linus/1fa335209f6ad9d554655bb802c5b49b855d6237|commit]] * Support network rules with TCP bind and connect [[https://git.kernel.org/linus/fff69fb03dde1dfa348cfdb74b13287dabe42c25|commit]] * configfs-tsm: Attestation Report ABI. The current momentum has been to invent new ioctl-ABI per TSM per function which at best is an abdication of the kernel's responsibility to make common infrastructure concepts share common ABI. This proposal, targeted to conceptually work with TDX, SEV-SNP, COVE if not more, is to define a configfs interface to retrieve the TSM-specific blob [[https://git.kernel.org/linus/f47906782c76294b3468f7584f666bc114927aa1|commit]], [[https://git.kernel.org/linus/f4738f56d1dc62aaba69b33702a5ab098f1b8c63|commit]], [[https://git.kernel.org/linus/ec51ffcf263016111f090b9440a3c5a8338648e8|commit]], [[https://git.kernel.org/linus/70e6f7e2b98575621019aa40ac616be58ff984e0|commit]], [[https://git.kernel.org/linus/db10cb9b574675402bfd8fe1a31aafdd45b002df|commit]], [[https://git.kernel.org/linus/a67d74a4b163878a3c0537033ed1b20db92ebfc5|commit]], [[https://git.kernel.org/linus/2df2135366833c372f3a14ffcc655f9c5724d972|commit]] = Cryptography = * mscode_parser: remove sha224 authenticode support [[https://git.kernel.org/linus/c1d760a47163bec1ecd5c82638c8c234fcbd549e|commit]] * asymmetric_keys: allow FIPS 202 SHA-3 signatures [[https://git.kernel.org/linus/fdb4f66c9545f29742be5a8d325798e6016c3c4e|commit]] * pkcs7: remove md4 md5 x.509 support [[https://git.kernel.org/linus/8468516f9f93a41dc65158b6428a1a1039c68f20|commit]] * pkcs7: remove sha1 support [[https://git.kernel.org/linus/16ab7cb5825fc3425c16ad2c6e53d827f382d7c6|commit]] * hisilicon/zip: change support algorithms [[https://git.kernel.org/linus/1a9e6f59caeea35d157f91b452ae75f251d8255b|commit]], [[https://git.kernel.org/linus/aa3f80500382ca864b7cfcff4e5ca2fa6a0e977d|commit]] * Fix chaining support for stream ciphers (arc4 only for now) [[https://git.kernel.org/linus/3dfe8786b11a4a3f9ced2eb89c6c5d73eba84700|commit]], [[https://git.kernel.org/linus/32a8dc4afcfb098ef4e8b465c90db17d22d90107|commit]], [[https://git.kernel.org/linus/705b52fef3c73655701d9c8868e744f1fa03e942|commit]], [[https://git.kernel.org/linus/8aee5d4ebd113319f6882b2cd0475d270fdc0d41|commit]] * jitter: Offer compile-time options to accommodate different hardware with different entropy rates implied in their timers. This allows configuring the Jitter RNG in systems which exhibits insufficient entropy with the default parameters [[https://git.kernel.org/linus/0baa8fab334a4d7017235b72fa8a547433572109|commit]], [[https://git.kernel.org/linus/59bcfd788552504606e3eb774ae68052379396b6|commit]], [[https://git.kernel.org/linus/04597c8dd6c4b55e946fec50dc3b14a5d9d54501|commit]] * Remove zlib-deflate [[https://git.kernel.org/linus/30febae71c6182e0762dc7744737012b4f8e6a6d|commit]], [[https://git.kernel.org/linus/62a465c25e99b9a98259a6b7f5bb759f5296d501|commit]], [[https://git.kernel.org/linus/e9dd20e0e5f62d01d9404db2cf9824d1faebcf71|commit]] * pkcs7 x509 add FIPS 202 SHA-3 support [[https://git.kernel.org/linus/f2b88bab69c86d4dab2bfd25a0e741d7df411f7a|commit]], [[https://git.kernel.org/linus/4b057654ebc3e071e2a95ea2edfd15b5682cedba|commit]], [[https://git.kernel.org/linus/ee62afb9d02dd279a7b73245614f13f8fe777a6d|commit]], [[https://git.kernel.org/linus/2ee7c1bcf3d1c91ede9d914c52fa2f56c449b75a|commit]], [[https://git.kernel.org/linus/446b1e0b7b39e2bf2187c58ba2a1cc60fb01de8b|commit]] * qat * Enable dc chaining service [[https://git.kernel.org/linus/37b14f2dfa791fd485dbc536f8d1ffe8c6990290|commit]], [[https://git.kernel.org/linus/71713766380712c8ab2d604605e7b0b20f977801|commit]] * Add cnv_errors debugfs file [[https://git.kernel.org/linus/d807f0240c713bdd7c81a7e212f2feb0b5cd6725|commit]] * Add debugfs pm_status for qat driver [[https://git.kernel.org/linus/e079231676e05d6c88fba4585db1ac399a790b63|commit]], [[https://git.kernel.org/linus/756762decc604a5ac5c041f23dd447c5e691f459|commit]] * Add rate limiting feature to qat_4xxx [[https://git.kernel.org/linus/02e7f67c47269135f41650ac1b693034e3e8f507|commit]], [[https://git.kernel.org/linus/c7fd53796dbd09c3ef55032925bc7f8f238f9405|commit]], [[https://git.kernel.org/linus/f7df2329eec1729a606bba8ed1566a1b3c248bad|commit]], [[https://git.kernel.org/linus/71fed09b49c168435fc28d57870007495475d946|commit]], [[https://git.kernel.org/linus/a238487f7965d102794ed9f8aff0b667cd2ae886|commit]], [[https://git.kernel.org/linus/dbc8876dd873a6ac5e3191b419d2de5ca613165f|commit]], [[https://git.kernel.org/linus/2990d2edac6061c6f0f646a46e40957244be2268|commit]], [[https://git.kernel.org/linus/d9fb8408376e70a903d06ac86e42e0d0f44a5785|commit]], [[https://git.kernel.org/linus/e8eed5f7366f1f5decb694168bd06fb59ef6b12c|commit]], [[https://git.kernel.org/linus/8e6857f76dafba874593107f9e5c20030c5956ed|commit]], [[https://git.kernel.org/linus/db74e16258198094701f18ab4da3410c44ffdb2e|commit]] * Add ras error detection and reporting for GEN4 devices [[https://git.kernel.org/linus/86df79c3a40a0085555aaa475b4b16c8728ef952|commit]], [[https://git.kernel.org/linus/22289dc95833c6584aea1f4e8ab9f4f1641bb076|commit]], [[https://git.kernel.org/linus/df8c184b77a9c6d52e6c7627bbcb902cdc4d2171|commit]], [[https://git.kernel.org/linus/4926e89d19b0631d8f5f5f292c4caf0f0de08f4f|commit]], [[https://git.kernel.org/linus/93b2f7de7db598b0fe429948c739c212f8316330|commit]], [[https://git.kernel.org/linus/532d7f6bc458042571752168bcb5e1fdc576b8c4|commit]], [[https://git.kernel.org/linus/b67bf7babe36c6c15623ec22ed13ec9069a6cf37|commit]], [[https://git.kernel.org/linus/895f7d532c843f49e0b6dc8341bb911b26da4731|commit]], [[https://git.kernel.org/linus/99b1c9826e481c3ebe6e7d905b7a0edf853639fd|commit]] = Virtualization = * Xen: privcmd: Add ioeventfd and fix irqfd support [[https://git.kernel.org/linus/f0d7db7b33243d2aeeff14dbdde4ccc0687ef257|commit]], [[https://git.kernel.org/linus/9e90e58c11b74c2bddac4b2702cf79d36b981278|commit]], [[https://git.kernel.org/linus/767e33ca47dd8ace7769e0b0c19d7b0c38b2f72d|commit]], [[https://git.kernel.org/linus/8dd765a5d769c521d73931850d1c8708fbc490cb|commit]] * vdpa: decouple reset of iotlb mapping from device reset [[https://git.kernel.org/linus/2eacf4b5e3ebe771f0fca0c8913c5a10a1953b72|commit]], [[https://git.kernel.org/linus/86f6c224c97911b4392cb7b402e6a4ed323a449e|commit]], [[https://git.kernel.org/linus/1d0f874bfe7871837fb215999979284d579fc373|commit]], [[https://git.kernel.org/linus/4398776f7a6d532c466f9e41f601c9a291fac5ef|commit]], [[https://git.kernel.org/linus/d2cf1b6e3b85dcb2bb3e8cd7924beede34fbbf0e|commit]], [[https://git.kernel.org/linus/bc91df5c70ac720eca18bd1f4a288f2582713d3e|commit]], [[https://git.kernel.org/linus/a26f2e4e68ee3130e5d5acb4f58807041aaea905|commit]] * vsock: MSG_ZEROCOPY flag support [[https://git.kernel.org/linus/e0718bd82e27d85086ada18e7f04847ee84b710a|commit]], [[https://git.kernel.org/linus/bc36442ef3b776ee6d5148a4e175c367af057ce1|commit]], [[https://git.kernel.org/linus/8d211285c6d48baca4934c54b1965d4e75ce35e2|commit]], [[https://git.kernel.org/linus/49dbe25adac42d3e06f65d1420946bec65896222|commit]], [[https://git.kernel.org/linus/e846d679ad131c71c190123f3b6176c108567c85|commit]], [[https://git.kernel.org/linus/bac2cac12c266755fa4b933d88e70bc18580b80f|commit]], [[https://git.kernel.org/linus/64c99d2d6adac80cb17669736e32bdb331d68193|commit]], [[https://git.kernel.org/linus/3719c48d9a2082773c38564dea3fa7b30a69a479|commit]], [[https://git.kernel.org/linus/0df7cd3c13e44d01f9f28e29cbce74e2931b00fe|commit]], [[https://git.kernel.org/linus/5fbfc7d243343917793ae95a6011f03b5aac4735|commit]], [[https://git.kernel.org/linus/581512a6dc939ef122e49336626ae159f3b8a345|commit]], [[https://git.kernel.org/linus/4b0bf10eb077cb43c09746251ef3608d62c45667|commit]], [[https://git.kernel.org/linus/dcc55d7bb23016e7ae335c8558e1937d7a551b35|commit]] * vfio/mtty: Add migration support [[https://git.kernel.org/linus/2b88119e35b00d8cb418d86abbace3b90a993bd7|commit]], [[https://git.kernel.org/linus/293fbc28818135743f54d46c418ede3e4a20a742|commit]] = Tracing, probing and BPF = * BPF: Add the first part of the runtime and verifier support needed to enable BPF exceptions [[https://git.kernel.org/linus/06d686f771ddc27a8554cd8f5b22e071040dc90e|commit]], [[https://git.kernel.org/linus/d2a93715bfb0655a63bb1687f43f48eb2e61717b|commit]], [[https://git.kernel.org/linus/b9ae0c9dd0aca79bffc17be51c2dc148d1f72708|commit]], [[https://git.kernel.org/linus/b62bf8a5e9110922f58f6ea8fe747e1759f49e61|commit]], [[https://git.kernel.org/linus/fd5d27b70188379bb441d404c29a0afb111e1753|commit]], [[https://git.kernel.org/linus/66d9111f3517f85ef2af0337ece02683ce0faf21|commit]], [[https://git.kernel.org/linus/d6ea06803212d992cbab24466f491ee0178bf9e0|commit]], [[https://git.kernel.org/linus/fd548e1a46185000191a89cae4be560e076ed6c7|commit]], [[https://git.kernel.org/linus/6c918709bd30852258e66b3f566c9614e3f29e35|commit]], [[https://git.kernel.org/linus/335d1c5b545284d75ef96ee42e461eacefe865bb|commit]], [[https://git.kernel.org/linus/ec5290a178b787b2f8b21581fdadc919bd004e12|commit]], [[https://git.kernel.org/linus/9af27da6313c8f8c6a26c7ea3fe23d6b9664a3a8|commit]], [[https://git.kernel.org/linus/a923819fb2c5be029a69c0ca53239865c9bc05dd|commit]], [[https://git.kernel.org/linus/aaa619ebccb2b78b3c6d2c0cd72d206ee8fc0025|commit]], [[https://git.kernel.org/linus/f18b03fabaa9b7c80e80b72a621f481f0d706ae0|commit]], [[https://git.kernel.org/linus/7ccb84f04cda1dd6f64f352e9795db308e9cdc0c|commit]] * BPF: Add ability to pin bpf timer to calling CPU [[https://git.kernel.org/linus/0d7ae06860753bb30b3731302b994da071120d00|commit]], [[https://git.kernel.org/linus/d6247ecb6c1e17d7a33317090627f5bfe563cbb2|commit]] * BPF: Add cgroup sockaddr hooks for unix sockets [[https://git.kernel.org/linus/d2dc885b8c9ddb6fc374d93a87f8f2d1b97d2caf|commit]], [[https://git.kernel.org/linus/3243fef6a4c0db2dbb01ee3cf30bd787e65b8d56|commit]], [[https://git.kernel.org/linus/fefba7d1ae198dcbf8b3b432de46a4e29f8dbd8c|commit]], [[https://git.kernel.org/linus/53e380d21441909b12b6e0782b77187ae4b971c4|commit]], [[https://git.kernel.org/linus/feba7b634ef0d003184d6988d96c34ab3c50de59|commit]], [[https://git.kernel.org/linus/af2752ed450e71fc0bd596d0b4b9b805a64ae2c1|commit]], [[https://git.kernel.org/linus/bf90438c78df885c17a3474276ed39abb4a7c026|commit]], [[https://git.kernel.org/linus/859051dd165ec6cc915f0f2114699021144fd249|commit]], [[https://git.kernel.org/linus/82ab6b505e8199cc4537f00025a7391973c3847e|commit]] * BPF: Add support for local percpu kptr [[https://git.kernel.org/linus/9bc95a95abbe91e9315c1fe27dc124019bd2592c|commit]], [[https://git.kernel.org/linus/ed5285a1482f81f031183286e98edfe76fd9ac3b|commit]], [[https://git.kernel.org/linus/968c76cb3dc6cc86e8099ecaa5c30dc0d4738a30|commit]], [[https://git.kernel.org/linus/55db92f42fe4a4ef7b4c2b4960c6212c8512dd53|commit]], [[https://git.kernel.org/linus/dfae1eeee9baa12e27f24a223d699326133e366b|commit]], [[https://git.kernel.org/linus/1bd7931728718bc463c43b78ab74954452e099e3|commit]], [[https://git.kernel.org/linus/36d8bdf75a93190e5669b9d1d95994e13e15ba1d|commit]], [[https://git.kernel.org/linus/46200d6da544a624ad4a6f5745defed7e318f73d|commit]], [[https://git.kernel.org/linus/41a5db8d8161457b121a03fde999ff6e00090ee2|commit]], [[https://git.kernel.org/linus/6adf82a4398d774398b4538dad561958c2c9521e|commit]], [[https://git.kernel.org/linus/96fc99d3d56ff094db7fc5d211183bb3d5c2caaa|commit]], [[https://git.kernel.org/linus/01cc55af93884f1ff5a883426e1924378dfcc62a|commit]], [[https://git.kernel.org/linus/5b221ecb3a9e48013d7b4ad7960af3adba23d1d1|commit]] * BPF: Add missed stats for kprobes [[https://git.kernel.org/linus/0e73ef1d8c09a1f21ca2b19684819dbbcdce00f9|commit]], [[https://git.kernel.org/linus/dd8657894c11b03c6eb0fd53fe9d7fec2072d18b|commit]], [[https://git.kernel.org/linus/f915fcb38553eb9150a918348d932fd292de71dc|commit]], [[https://git.kernel.org/linus/b563b9bae8c3a6583e34820856dc6eafc2239aaf|commit]], [[https://git.kernel.org/linus/3acf8ace68230e9558cf916847f1cc9f208abdf1|commit]], [[https://git.kernel.org/linus/e2b2cd592adbd303bcc02451d32fedd511000fb0|commit]], [[https://git.kernel.org/linus/b24fc35521b09b5feaf5d06a75e8a43042592d0b|commit]] * BPF: Allow to use kfunc XDP hints and frags together [[https://git.kernel.org/linus/9b2b86332a9b9932d9022a0c004251d5d6437020|commit]] * libbpf: Add basic BTF sanity validation [[https://git.kernel.org/linus/3903802bb99a263a3c26422c3d30a121b1f6f939|commit]] * libbpf: Support symbol versioning for uprobe [[https://git.kernel.org/linus/7089f85a9eb943716052bb91bd65ce939976ebfa|commit]], [[https://git.kernel.org/linus/bb7fa09399b937cdc4432ac99f9748f5a7f69389|commit]], [[https://git.kernel.org/linus/7257cee65269a066c242f4863b456275cb0218b5|commit]] * libbpf: adds a new {{{ring__}}} API to libbpf exposing getters for accessing the individual ringbuffers inside a struct ring_buffer. This is useful for polling individually, getting available data, or similar use cases [[https://git.kernel.org/linus/e0fa6523e02ab31a27daf52e58a0d95fd52d5300|commit]], [[https://git.kernel.org/linus/16058ff28b7eedd62f1643beb841e3bd611674fe|commit]], [[https://git.kernel.org/linus/b18db8712ecf5c880da222f6e0d7be53f0af4c4d|commit]], [[https://git.kernel.org/linus/3b34d2972612299fb38ad7f3c2bc62c2d03237f3|commit]], [[https://git.kernel.org/linus/ef3b82003e6ca9554a144a9f42e7239ba39f0b97|commit]], [[https://git.kernel.org/linus/ae769390377adaec2798bd1a69171f00d0a25be0|commit]], [[https://git.kernel.org/linus/6e38ba5291f9e082f9472a8ef682dc54cff0b3e4|commit]], [[https://git.kernel.org/linus/cb3d7dd2d0dbe92ff3ebdd87fefc254f1c89aeeb|commit]], [[https://git.kernel.org/linus/bb32dd2c8fec71990bbc231aac934e1c73a17341|commit]], [[https://git.kernel.org/linus/1c97f6afd73934881ae8514c51efc8e162b4b406|commit]], [[https://git.kernel.org/linus/4448f64c549c28175dd9af4e8f9a2e0c62ef6d38|commit]], [[https://git.kernel.org/linus/f3a01d385fbb9c76abfad8d104d08453f289e2d3|commit]], [[https://git.kernel.org/linus/059a8c0c5acd37ecfa64f1832e8765d30f253ce8|commit]], [[https://git.kernel.org/linus/c1ad2e47f97c6d95e52be0c2a68b23fc99214734|commit]], [[https://git.kernel.org/linus/e79abf717fce6439022547124571dfe17f2ac15a|commit]] * perf * perf kwork top: Introduce new top utility [[https://git.kernel.org/linus/55c40e505234588d049384aa45a6931438c3028d|commit]], [[https://git.kernel.org/linus/aa172a5ad3159c1cc97da37253c972683681adaa|commit]], [[https://git.kernel.org/linus/d2956b3acf869336e30d903dcaf23645c82d06f6|commit]], [[https://git.kernel.org/linus/26b7254ff100fdc9f06eb8f5e2cd7424605fce2b|commit]], [[https://git.kernel.org/linus/38d8d013a525daf4f98a2b53065d8e89d5f810dd|commit]], [[https://git.kernel.org/linus/76e0d8c821bbd952730799cc7af841f9de67b7f7|commit]], [[https://git.kernel.org/linus/2f21f5e4b48d910cbbe234264527b23b7cfc49f2|commit]], [[https://git.kernel.org/linus/36019dff30f7aacb8a26b2b9564fe04b097d502e|commit]], [[https://git.kernel.org/linus/e29090d28cc1ac1479a062e07260fdd7aa56f057|commit]], [[https://git.kernel.org/linus/8c98420987cda501924b7a34f2413b982517d244|commit]], [[https://git.kernel.org/linus/a8792242e4f2915a85bfa2d21a0ee2d9043de996|commit]], [[https://git.kernel.org/linus/b83b5071c018c74e53833d2fe7011d6ce583957d|commit]], [[https://git.kernel.org/linus/d39710088d82ef100b33cdf4a9de3546fb0bb5df|commit]], [[https://git.kernel.org/linus/86c67c8af4bec82962ff711551e7f4d21f340fef|commit]] * perf record: Track sideband events for all CPUs when tracing selected CPUs [[https://git.kernel.org/linus/d50ad02cb39a5fe1d0c02b3b51e8a2a37464c54a|commit]], [[https://git.kernel.org/linus/9c95e4ef065723496442898614d09a9a916eab81|commit]], [[https://git.kernel.org/linus/1285ab300d598ead593b190af65a16f4b0843c68|commit]], [[https://git.kernel.org/linus/f6ff1c760431be34e4daaa44f242be911becd998|commit]], [[https://git.kernel.org/linus/23b97c7ee963f1d007c035e76ba7e3a4fd1259e6|commit]], [[https://git.kernel.org/linus/74b4f3ecdf64b62446abfb36669b3d40a42d34eb|commit]] * perf lock contention: Add cgroup support [[https://git.kernel.org/linus/4fd06bd2dcc893d922985cc4e9082477f6d115e6|commit]], [[https://git.kernel.org/linus/d0c502e46e9796b19e3b0fd28750cb5b679f7c4b|commit]], [[https://git.kernel.org/linus/2bc12abce8efb9f755bdbc14d426a0fc80ce74f4|commit]], [[https://git.kernel.org/linus/79a3371bdf453bedb9d2c80df5adc201dddc11b5|commit]], [[https://git.kernel.org/linus/4d1792d0a2564caf1620a2cc9aa6f12284b3a56f|commit]], [[https://git.kernel.org/linus/f06cc667f79909e9175460b167c277b7c64d3df0|commit]] * perf test shell lock_contention: Add cgroup aggregation and filter tests [[https://git.kernel.org/linus/e44b47b93132fb757e52fd4547cbfd2243685cb5|commit]] * PMU performance improvements [[https://git.kernel.org/linus/f20c15d13f017d4b46523990a0f3ba42025391a6|commit]], [[https://git.kernel.org/linus/0197da7affab502cd6e25da616ad038b169a7a77|commit]], [[https://git.kernel.org/linus/461e3e636a26518d3dd9c0ae3aff32894ec00b26|commit]], [[https://git.kernel.org/linus/aa61360155ac69003dc5c177f03a7f177a435286|commit]], [[https://git.kernel.org/linus/63883cb063846e9d0574038bb702a3a62a1ec046|commit]], [[https://git.kernel.org/linus/3a42f4c796ce45a6b1d14975401deb2c457ae79d|commit]] * tracing/user_events: Allow events to persist for perfmon_capable users [[https://git.kernel.org/linus/2c6d0950f65e537ddec96548e2f73c00e758f87e|commit]], [[https://git.kernel.org/linus/cf74c59c4fc10e45c6f415ee6624b07ed747f963|commit]], [[https://git.kernel.org/linus/5dbd04eddb2c0841d1b3930e0a9944a2343c9cac|commit]] * eventfs: Remove eventfs_file and just use eventfs_inode [[https://git.kernel.org/linus/5790b1fb3d672d9a1fe3881a7181dfdbe741568f|commit]] * kprobes: introduces a scalable and lockless ring-array based object pool to improve scalability of kretprobed routines [[https://git.kernel.org/linus/f46e8939de80bf029787111bf488ee86355b111c|commit]], [[https://git.kernel.org/linus/4bbd9345565933823f38a419df65661f12adbe5e|commit]], [[https://git.kernel.org/linus/92f90d3b0d5e384f218c8068138ed1b3afa025af|commit]], [[https://git.kernel.org/linus/b4edb8d2d4647a71a246d91fe34ff25c2c5f3481|commit]] = Networking = * TCP: Support TCP Authentication Option (RFC 5925, TCP-AO), a more modern replacement for the old MD5 option [[https://git.kernel.org/linus/af09a341dcf63b34ce742295ad1ce876246c5de2|commit]], [[https://git.kernel.org/linus/2717b5adea9e2558798c30eb0e93c01722edbb0a|commit]], [[https://git.kernel.org/linus/7fe0e38bb669aff739c95846b59b63925570d7ef|commit]], [[https://git.kernel.org/linus/7753c2f0a857bfa6501e67deee03988dd0bcaae7|commit]], [[https://git.kernel.org/linus/d6732b95b6fbbc6d5bb9d2f809e275763640c4a2|commit]], [[https://git.kernel.org/linus/1e03d32bea8e782b7d31769c25a5fae8a5044488|commit]], [[https://git.kernel.org/linus/f7dca36fc54afa2eb76bff8d0589a2ef18caea91|commit]], [[https://git.kernel.org/linus/248411b8cb8974a1e1c8e43123c1e682fbd64969|commit]], [[https://git.kernel.org/linus/67fa83f7c86a86913ab9cd5a13b4bebd8d2ebb43|commit]], [[https://git.kernel.org/linus/c845f5f3590ef4669fe5464f8a42be6442cd174b|commit]], [[https://git.kernel.org/linus/9427c6aa3ec92f66b3d38f5d5f7af6b94b648a66|commit]], [[https://git.kernel.org/linus/953af8e3acb68d2db11937cec3bc5da31de5c12e|commit]], [[https://git.kernel.org/linus/0a3a809089eb1d4a0a2fd0c16b520d603988c859|commit]], [[https://git.kernel.org/linus/64382c71a5575741933dfdb0cf7162c6e9b8854e|commit]], [[https://git.kernel.org/linus/4954f17ddefc51d218625dcdfaf422a253dad3fa|commit]], [[https://git.kernel.org/linus/06b22ef29591f625ef877ae00d82192938e29e60|commit]], [[https://git.kernel.org/linus/8c73b26315aadb82218360d0a9a05e515f6e4118|commit]], [[https://git.kernel.org/linus/ba7783ad45c8f0fb7a70640f6b6fcdc54ed48412|commit]], [[https://git.kernel.org/linus/7c2ffaf21bd67f73d21560995ce17eaf5fc1d37f|commit]], [[https://git.kernel.org/linus/0aadc73995d08f6b0dc061c14a564ffa46f5914e|commit]], [[https://git.kernel.org/linus/faadfaba5e018ca0f9595f17115ff48416b7b85e|commit]], [[https://git.kernel.org/linus/ef84703a911f4ee52ca585e8308b7084093941f4|commit]], [[https://git.kernel.org/linus/decde2586b34b99684faff1eab41e5c496c27fb6|commit]] * nvme-tcp: In-kernel TLS support for TCP [[https://git.kernel.org/linus/9d77eb52778499a97cab662aa96de4e2e4fa72d3|commit]], [[https://git.kernel.org/linus/3bac969b16b7bc304ba56d030847920fc7073a91|commit]], [[https://git.kernel.org/linus/646f45b23218c7a97a84259d8eeb22dad5711fc8|commit]], [[https://git.kernel.org/linus/a86062aac34d100a3117c0fff91ee1892ebfb460|commit]], [[https://git.kernel.org/linus/501cc6f4aca8dc0958c4d9716f0233ba7cff4830|commit]], [[https://git.kernel.org/linus/037c34318a479294cdb98dc8018edd5d191b68c0|commit]], [[https://git.kernel.org/linus/e40d4eb84089eae14a3396ba8b0db7b1f24ef2f8|commit]], [[https://git.kernel.org/linus/be8e82caa685997b524dc7e4932853fd2fbe6199|commit]], [[https://git.kernel.org/linus/2837966ab2a8117b002ee9c02fa62a01db787844|commit]], [[https://git.kernel.org/linus/e4f4aabb6f66177410e573bdf821f29f9746765f|commit]], [[https://git.kernel.org/linus/adf22c520b5ec45a6f05a19ed26d61fe463b6626|commit]], [[https://git.kernel.org/linus/3f123494db725d899fdf990d894648bcc33cf7a3|commit]], [[https://git.kernel.org/linus/4f8cce2d32a3011bff8c8a4bbc69bca5a7bdd030|commit]], [[https://git.kernel.org/linus/79a4f186ad37423996e7835e9d3d6055ff1a181d|commit]], [[https://git.kernel.org/linus/eb398812bd046e86a332229d8a17525a05351b20|commit]], [[https://git.kernel.org/linus/675b453e024154dd547921c6e6d5b58747ba7e0e|commit]], [[https://git.kernel.org/linus/a1c5dd8355b172b44a4ff8248fb487006236a918|commit]], [[https://git.kernel.org/linus/70525e5d82f62407d8436aa2a6c3385829ab5a3e|commit]] * TCP: Add optional usec resolution of TCP timestamps, enabled selectively by a route attribute [[https://git.kernel.org/linus/a77a0f5c7f23a8a4981a2a3ff47baa91ceaf1f53|commit]], [[https://git.kernel.org/linus/d1a02ed66fe62aa2edd77bd54e270ebc33bd12ff|commit]], [[https://git.kernel.org/linus/003e07a1e48e9423647d2fef1c86b4caab3a94be|commit]], [[https://git.kernel.org/linus/73ed8e03388d16c12fc577e5c700b58a29045a15|commit]], [[https://git.kernel.org/linus/af7721448a609d1912b57c825194ef6e17fc71a4|commit]], [[https://git.kernel.org/linus/614e8316aa4cafba3e204cb8ee48bd12b92f3d93|commit]], [[https://git.kernel.org/linus/99d679556d737a14391c68e562d94076c2983252|commit]], [[https://git.kernel.org/linus/3d44de9a10ea2b1658dfaed8ea6d3d7b6e0defbb|commit]], [[https://git.kernel.org/linus/225d9ddbacb102621af6d28ff7bf5a0b4ce249d8|commit]], [[https://git.kernel.org/linus/9d0c00f5ca05be9e89649c156f9d5b9421fc534e|commit]], [[https://git.kernel.org/linus/16cf6477741bdaa287d5e4531a1a503618a41a22|commit]], [[https://git.kernel.org/linus/2a7c8d291ffeba69a47d8528987156f625cc05b0|commit]], [[https://git.kernel.org/linus/b04c3320885a88a94e4bbb2f9dbc4871c9bc336f|commit]] * TCP: Set pingpong threshold via sysctl [[https://git.kernel.org/linus/562b1fdf061bff9394ccd884456ed1173c224fdc|commit]] * packet scheduler * sch_fq: add WRR scheduling and 3 bands [[https://git.kernel.org/linus/49e7265fd098fdade2bbdd9331e6b914cda7fa83|commit]], [[https://git.kernel.org/linus/29f834aa326e659ed354c406056e94ea3d29706a|commit]], [[https://git.kernel.org/linus/5579ee462dfe768297563a6083e21df52c3ad856|commit]], [[https://git.kernel.org/linus/2ae45136a93839326f8fdc1286a4b0457da97ce8|commit]] * sch_fq: round of improvements [[https://git.kernel.org/linus/8f6c4ff9e0522da9313fbff5295ae208af679fed|commit]], [[https://git.kernel.org/linus/076433bd78d719b34d465c1e69eef512036b534c|commit]], [[https://git.kernel.org/linus/ee9af4e14d166c34ec78896bb1ba545249445df0|commit]], [[https://git.kernel.org/linus/54ff8ad69c6e93c0767451ae170b41c000e565dd|commit]], [[https://git.kernel.org/linus/1add90738cf58def972356ecf402e36397187db7|commit]] * act_ct: switch to per-action label counting [[https://git.kernel.org/linus/70f06c115bcca26ceeebf938e48bc8143668e38b|commit]] * netlink: add variable-length / auto integers [[https://git.kernel.org/linus/7d4caf54d2e8df2ed52240fe339adb13372c6251|commit]], [[https://git.kernel.org/linus/374d345d9b5e13380c66d7042f9533a6ac6d1195|commit]], [[https://git.kernel.org/linus/e1b347c5f7de2c1a112c2dd6e380241135e34be2|commit]] * Data-races fixes and lockless socket options [[https://git.kernel.org/linus/5eef0b8de1be40c5d05873b7e3d63824300c9f39|commit]], [[https://git.kernel.org/linus/0bb4d124d34044179b42a769a0c76f389ae973b6|commit]], [[https://git.kernel.org/linus/8ebfb6db5a01f16cd37254bfad7145204e4bf6f2|commit]], [[https://git.kernel.org/linus/b120251590a9c771bae353e444503fa49793c75e|commit]], [[https://git.kernel.org/linus/10bbf1652c1cca9819e98d56f3432c56d7a2d229|commit]], [[https://git.kernel.org/linus/eb44ad4e635132754bfbcb18103f1dcb7058aedd|commit]], [[https://git.kernel.org/linus/28b24f90020fed8e8e3e8e20575f08c1cd06e54f|commit]], [[https://git.kernel.org/linus/2a4319cf3c83fc5d1997466196b99b3e14584e76|commit]]. More: [[https://git.kernel.org/linus/959d5c11601b2b337c364b2e3102d392365e3dd3|commit]], [[https://git.kernel.org/linus/c4480eb5504c9771f935cbca58a3b874bdd36af8|commit]], [[https://git.kernel.org/linus/ceaa714138a372ac63cc2c5c19ee0882d22827f9|commit]], [[https://git.kernel.org/linus/e08d0b3d172311e2bb500865c0d0038533d0ff11|commit]], [[https://git.kernel.org/linus/c9746e6a19c24b2d9a74d6657daee3b39fdc1bec|commit]], [[https://git.kernel.org/linus/02715925222c137f418ecac417b68c7801e8f729|commit]], [[https://git.kernel.org/linus/3523bc91e4b4da39ccf18a0252d13108877ece0a|commit]], [[https://git.kernel.org/linus/a4725d0d893599253a4bb283fdabdd4a66d9451d|commit]], More: [[https://git.kernel.org/linus/6b724bc4300b431443f3b99520994a5aece347cd|commit]], [[https://git.kernel.org/linus/dcae74622c051b219ee628669a31716473efda2c|commit]], [[https://git.kernel.org/linus/6559c0ff3bc27d7e4d447d31c1d7e8eae0e959f5|commit]], [[https://git.kernel.org/linus/d986f52124e062753e33b6fe303be5904a997eac|commit]], [[https://git.kernel.org/linus/3cccda8db2cf2f2a224d55d5b6e2251d478c58ca|commit]], [[https://git.kernel.org/linus/83cd5eb654b320c1972254f243531f3f3cebcccf|commit]], [[https://git.kernel.org/linus/859f8b265fc2a11af0fb0c52b4087e0409250592|commit]], [[https://git.kernel.org/linus/2da23eb07c91241d962f3ff05565065484cd8929|commit]], [[https://git.kernel.org/linus/3fa29971c69519629370b119b0b618ee88ade6b9|commit]], [[https://git.kernel.org/linus/b0adfba7ee770fef20b1b6d86706c28f7fccfb07|commit]], [[https://git.kernel.org/linus/5121516b0c4736b7977d977b239e36d23ec64401|commit]], [[https://git.kernel.org/linus/273784d3c5741522199011772651dbb50db8c810|commit]], [[https://git.kernel.org/linus/15f926c4457aa65b1ac83bda1bbdcaad3f48e4e7|commit]], [[https://git.kernel.org/linus/1086ca7cce292bb498d7f8f85f4593c9ef4902b7|commit]], [[https://git.kernel.org/linus/fa17a6d8a5bd0cd7565b613cb804242cd0f6b7ab|commit]] * Add bpf programmable net device which can operate in L3 or L2 mode where the BPF program is part of the xmit routine. Its program management is done via bpf_mprog and it comes with BPF link support. [[https://git.kernel.org/linus/51f1892b5289f0c09745d3bedb36493555d6d90c|commit]], [[https://git.kernel.org/linus/ace15f91e569172dac71ae0aeb3a2e76d1ce1b17|commit]], [[https://git.kernel.org/linus/5c1b994de4be8a27afa3281be2ff58b38e8bc50c|commit]], [[https://git.kernel.org/linus/05c31b4ab20527c4d1695130aaecc54ef59a0e54|commit]], [[https://git.kernel.org/linus/35dfaad7188cdc043fde31709c796f5a692ba2bd|commit]], [[https://git.kernel.org/linus/bd9d6a3efa9709e653aafbeb859289feccb8e70c|commit]], [[https://git.kernel.org/linus/13727f85b49babcc40db805118e665605cd040dc|commit]][[https://git.kernel.org/linus/bec981a4add6dd6a63065e54e2b2e67c2af6c3fa|commit]], [[https://git.kernel.org/linus/92a85e18ad4705c66ace55a19f4f8301ef0eb59f|commit]] * Expose devlink instances relationships [[https://git.kernel.org/linus/1c2197c47a93d0ea36e73e437271c7cbcc0e1ceb|commit]], [[https://git.kernel.org/linus/c137743bce02b18c1537d4681aa515f7b80bf0a8|commit]], [[https://git.kernel.org/linus/85b47dc40bbc72ad68ff9d43bf750290b3c40c2b|commit]], [[https://git.kernel.org/linus/c5e1bf8a51cfe5060e91c7533098e329c0118f6d|commit]], [[https://git.kernel.org/linus/6c75258cc220eb11c31ec8cd23ddf7e1232077bd|commit]], [[https://git.kernel.org/linus/602d61e307ac9eabb1b3acdec16b3bec78b75e04|commit]], [[https://git.kernel.org/linus/9473bc0119e7e7630d7c1c7c3816c290a6f3ae19|commit]], [[https://git.kernel.org/linus/d0b7e990f760ec9a614fbe5f89a5cede4335a7bb|commit]], [[https://git.kernel.org/linus/0b7a2721e36c11313f8b0f251a508d25a872cd28|commit]], [[https://git.kernel.org/linus/af1f1400af02e5a069d86ae7001b563c99395ea2|commit]], [[https://git.kernel.org/linus/ad99637ac92dc18b979e6fa26eb440f38c0c6b55|commit]], [[https://git.kernel.org/linus/ac5f395685bd16ca30c1c834dcbf8b555605ccae|commit]] * Add MDB get support, allowing user space to request a single MDB entry to be retrieved instead of dumping the entire MDB. Support is added in both the bridge and VXLAN drivers [[https://git.kernel.org/linus/14c32a46d992412bc276b3365a0c3e5b8b1af9f2|commit]], [[https://git.kernel.org/linus/83c1bbeb864f2a197603b91b3e0f748cca64543d|commit]], [[https://git.kernel.org/linus/1b6d993509c13d180b2a9fbfe0ebc48e344348df|commit]], [[https://git.kernel.org/linus/e8bba9e83c88ea951dafd3319c97c55a52b3637d|commit]], [[https://git.kernel.org/linus/62ef9cba98a2e401b1e8b5dedcc56b735031e744|commit]], [[https://git.kernel.org/linus/68b380a395a72ace8b77463f6cd2d7fd6dcb5a1b|commit]], [[https://git.kernel.org/linus/b9109b5b77f0cb437fe9fd5575e29e944c0b2580|commit]], [[https://git.kernel.org/linus/62f47bf9e2c00eea457cad8fa43c24ed0282b37a|commit]], [[https://git.kernel.org/linus/08a02cb8834d8a09502358b08929897e3ffb6abf|commit]], [[https://git.kernel.org/linus/6d0259dd6c533e4ccc41b40075c1bdfd0f1efbd7|commit]] * Wireless * Add implementation for set_antenna API and initial support for TID to link mapping [[https://git.kernel.org/linus/62e9c64eedfeb697ba28081ccaac59a45f9a96e1|commit]], [[https://git.kernel.org/linus/ef246a1480cc484cd2aeda75737cb0848616ddf3|commit]], [[https://git.kernel.org/linus/4aa064484504fba48b3c71321940893ca7cebc84|commit]], [[https://git.kernel.org/linus/87cd646f615ce152952b3bbd0c0b65863b7ff7ee|commit]], [[https://git.kernel.org/linus/2bf57b00abecb2646bb3a387cfc9e6980658cdb5|commit]], [[https://git.kernel.org/linus/041a74cbe49048abc3adb6129141256e50b84b6e|commit]], [[https://git.kernel.org/linus/a7b2cc591d556eca044c823e4e92d8c1cb430ef7|commit]], [[https://git.kernel.org/linus/f605d10ad12bb2d414c610e0a7c640d1cf097d46|commit]], [[https://git.kernel.org/linus/702e80470a3359ce02b3f846f48f6db4ac7fd837|commit]], [[https://git.kernel.org/linus/c09c4f31998bac6d73508e38812518aceb069b68|commit]], [[https://git.kernel.org/linus/084cf2aeca97566db4fa15d55653c1cba2db83ed|commit]], [[https://git.kernel.org/linus/b3239498353484fd6ddeb513df89c4628cd623d0|commit]], [[https://git.kernel.org/linus/c9394c8210c8a44e189d27ac85ee618780a4b6dc|commit]], [[https://git.kernel.org/linus/e865c827e9da4d4740746b3fa1e321fab5482e12|commit]], [[https://git.kernel.org/linus/8a58fc1ce487a77dc9c87e12682b5297e4a030fa|commit]], [[https://git.kernel.org/linus/1228c749416cb2b0232cbd9beb0c9f1200dfb3c9|commit]], [[https://git.kernel.org/linus/0914468adf92296c4cba8a2134e06e3dea150f2e|commit]] * Additional processing in beacon updates [[https://git.kernel.org/linus/6bc5ddb2fd0653a3e66a8e41fa4c20eced13e4d8|commit]], [[https://git.kernel.org/linus/b2d431d43c8a3e61a384e0b7b3c9d595ea77895d|commit]], [[https://git.kernel.org/linus/66f85d57b7109baf8a7d5ee04049ac9412611d35|commit]], [[https://git.kernel.org/linus/3b1c256eb4aedfc71dd97d5951ccff824b41d628|commit]], [[https://git.kernel.org/linus/0cfaec25995ad3be316631b945be7ced81daa4e7|commit]] * OWE DH IE handling offload [[https://git.kernel.org/linus/5482c0a28b2634e7a7d8ddaca7feac183e74b528|commit]] * I3C MCTP net driver [[https://git.kernel.org/linus/c8755b29b58ec65be17bcb8c40763d2dcb1f1db5|commit]], [[https://git.kernel.org/linus/0ac6486e5cbd1af682d3b52fcd3615247e13cb57|commit]], [[https://git.kernel.org/linus/ee71d6d5f18b55cbba20c84cce13519f7bb509e6|commit]] * xfrm: Support GRO decapsulation for ESP in UDP encapsulation [[https://git.kernel.org/linus/e377240a8eb06fb3ea1e77d3e252d79bbfa5d490|commit]], [[https://git.kernel.org/linus/2b1dc6285c3f6e6fcc9e25bf8cd0ca66f2443697|commit]], [[https://git.kernel.org/linus/45f87dd6b309b29541224e8212591abb6d294406|commit]], [[https://git.kernel.org/linus/eefed7662ff223f70ba8b1af07f1a096a5ece588|commit]], [[https://git.kernel.org/linus/7a0207094f1b14b2a690594e9b3587dddff0be5d|commit]], [[https://git.kernel.org/linus/b439475a0dba2b50fb39a6356069969780e45fd4|commit]], [[https://git.kernel.org/linus/221ddb723d90907019838b89b9e9bccb11461381|commit]], [[https://git.kernel.org/linus/172bf009c18d3ba4b841408f864a5322989ab6c0|commit]], [[https://git.kernel.org/linus/53a5b4f2ea858482a427878bca988a7fa9b2ebdc|commit]] * xsk: add multi-buffer support for sockets sharing umem [[https://git.kernel.org/linus/d609f3d228a8efe991f44f11f24146e2a5209755|commit]] * bridge: Add a limit on learned FDB entries [[https://git.kernel.org/linus/3446dcd7df05ed6cc0095f21f871a61f1f28ed4e|commit]], [[https://git.kernel.org/linus/19297c3ab23c4b2fe4abd13a992b7d7d10b07258|commit]], [[https://git.kernel.org/linus/ddd1ad68826d8ff61a2e47733959570aa4d39a16|commit]], [[https://git.kernel.org/linus/bdb4dfda3b41649c41cc2222857c9207fc47a950|commit]], [[https://git.kernel.org/linus/cbf51acbc5d50341290c79c97bda8cf46f5c4f22|commit]] * Add sysctl to disable rfc4862 5.5.3e lifetime handling [[https://git.kernel.org/linus/473267a4911f2469722c74ca58087d951072f72a|commit]] * vxlan: Extend driver to support FDB flushing [[https://git.kernel.org/linus/36c111233b561b8337997b2b4b4eff0c43a77fc0|commit]], [[https://git.kernel.org/linus/c499fccb71cb85902b5c5b9ce9c9ae6683e54a8f|commit]], [[https://git.kernel.org/linus/bfe36bf7811c3171e546a956377ea16e89ecf838|commit]], [[https://git.kernel.org/linus/f826f2a2ee1ed648c59b792f93bb4466bfe367a1|commit]], [[https://git.kernel.org/linus/77b613efcc81a66665370f2fd6c7538747db7130|commit]], [[https://git.kernel.org/linus/96eece6933304b09af6849a66f123a00c5a53313|commit]], [[https://git.kernel.org/linus/38985e8c278b82e6d4d62d4acd57c761cc23ce63|commit]], [[https://git.kernel.org/linus/ac0db4ddd0cbc2635eb263e487eef2fcae10087c|commit]], [[https://git.kernel.org/linus/a0f89d5e68b6b8d688517c993222ef626c6cc041|commit]], [[https://git.kernel.org/linus/d324eb9cec8497cf710697be16cf9ac74666c4c9|commit]], [[https://git.kernel.org/linus/2dcd22023cabc1b15b36af3c10924fcfee79b341|commit]] * mptcp: add a new sysctl for make after break timeout [[https://git.kernel.org/linus/d866ae9aaa4325f1097e8b7a50f202348ca89b87|commit]] * ipv6: avoid atomic fragment on GSO output [[https://git.kernel.org/linus/03d6c848bfb406e9ef6d9846d759e97beaeea113|commit]], [[https://git.kernel.org/linus/1f7ec1b3721d7f49f13d01e6f5ed5f28a305e3b6|commit]], [[https://git.kernel.org/linus/e57a34478586fe3562560ccebd655b707a5b4a56|commit]] * TCP: Defer regular TCP ACK while processing socket backlog, try to send a cumulative ACK at the end. Increase single TCP flow performance on a 200Gbit NIC by 20% [[https://git.kernel.org/linus/133c4c0d37175f510a10fa9bed51e223936073fc|commit]], [[https://git.kernel.org/linus/4505dc2a522826975167823f64f0896bac1323fb|commit]], [[https://git.kernel.org/linus/11445469dec803730ac7f78a5ad2a5ed131fa941|commit]], [[https://git.kernel.org/linus/b49d252216e4f9e3030865b79d5ca16f050e4a19|commit]] * TCP: New {{{TCP_INFO}}} stats for RTO events [[https://git.kernel.org/linus/3868ab0f192581eff978501a05f3dc2e01541d77|commit]], [[https://git.kernel.org/linus/e326578a21414738de45f77badd332fb00bd0f58|commit]] * rtnetlink: add additional command line options [[https://git.kernel.org/linus/a68eed9f63eedfa762dc54be3834c0df0abe8cc4|commit]], [[https://git.kernel.org/linus/9c2a19f71515553a874e2bf31655ac2264a66e37|commit]] * pktgen: Introducing 'SHARED' flag for testing with non-shared skb [[https://git.kernel.org/linus/7c7dd1d64910d07ab36b858d53d00e89b6d918d6|commit]], [[https://git.kernel.org/linus/057708a9ca5930d4d9a456c29010f4f90ae760b7|commit]] * netconsole: configfs entries for boot target [[https://git.kernel.org/linus/7eeb84d89f2e561ac5b97e0142c029908ddf00d5|commit]], [[https://git.kernel.org/linus/5fbd6cdbe304b4154f63e3f8abf7c9c644ccb62c|commit]], [[https://git.kernel.org/linus/131eeb45b96107b19f9f231d6e81348b471b2ed0|commit]], [[https://git.kernel.org/linus/28856ab2c0b5b6e87b9a9739a0b59b6ff83689bd|commit]] * bareudp: use ports to lookup route [[https://git.kernel.org/linus/ef113733c288eccadc105579b8e8c1bfdcc09ad1|commit]] * netlink: convert netlink code to use YAML spec [[https://git.kernel.org/linus/aab4d8564947f391674391e5c346d7f6f1c49f89|commit]], [[https://git.kernel.org/linus/1d0507f46843b14b0cb051fe50ebc7e6432111ab|commit]], [[https://git.kernel.org/linus/bc8aeb2045e22fe8fc86b6b4a7d63f61c29734c9|commit]], [[https://git.kernel.org/linus/52c121f4bf27592530f3fedf123b89ed79397af8|commit]], [[https://git.kernel.org/linus/1e07938e29c587eaae069f6c624daa4c2a56331c|commit]], [[https://git.kernel.org/linus/9d1ed17f93ce873cda16698267bdee096a768839|commit]] * bpf: expose information about netdev xdp-metadata kfunc support [[https://git.kernel.org/linus/45ee73a0722b9e1d0b7a524d06756291b13b5912|commit]], [[https://git.kernel.org/linus/0c6c9b105ee90d7415dc796bcf632147b3d267ce|commit]], [[https://git.kernel.org/linus/a9c2a608549bb1a2363d289d63907640afcf22af|commit]], [[https://git.kernel.org/linus/fc45c5b642dbcac3bb10f4f904e4b863233e5369|commit]] * appletalk: remove cops support [[https://git.kernel.org/linus/00f3696f7555d0890ae07b635e6ccbf39fd2eb3a|commit]] * Infiniband: Add 800Gb (XDR) speed support [[https://git.kernel.org/linus/8dc0fd2f5693ab71f84fb16339c483999a909ab0|commit]], [[https://git.kernel.org/linus/561b4a3ac65597c5eca62c91260240a47c88b3da|commit]], [[https://git.kernel.org/linus/948f0bf5ad6ac1e5f19f6aa8e7da4a950d66b661|commit]], [[https://git.kernel.org/linus/703289ce43f740b0096724300107df82d008552f|commit]], [[https://git.kernel.org/linus/4f4db190893fb8dee3761b4c5a704ffa5713b73c|commit]], [[https://git.kernel.org/linus/b28ad32442bec2f0d9cb660d7d698a1a53c13d08|commit]] * RDMA * Add support to set privileged QKEY parameter [[https://git.kernel.org/linus/465d6b42f1a3b855c06da1d4d3b09907d261af69|commit]] * irdma: Add support to re-register a memory region [[https://git.kernel.org/linus/5ac388db27c443dadfbb0b8b23fa7ccf429d901a|commit]] |
Line 9: | Line 319: |
== IA64 == * Retire IA64/Itanium support [[https://git.kernel.org/linus/944834901adc94b3a44d1dd153eb739a937e52d2|commit]], [[https://git.kernel.org/linus/af1f459233d4edeef634f559539e7f4b64cb1d25|commit]], [[https://git.kernel.org/linus/f5e836884d8e55b416dfad55c29481ec1b65c1f0|commit]], [[https://git.kernel.org/linus/cf8e8658100d4eae80ce9b21f7a81cb024dd5057|commit]] |
|
Line 17: | Line 330: |
* amlogic: add libretech cottonwood support [[https://git.kernel.org/linus/7eb73b8abdae401ac70fd7d463df118a4a2404a9|commit]] | |
Line 39: | Line 353: |
* qcom: sa8775p: add support for EP PCIe [[https://git.kernel.org/linus/7fa9c5fc1a753ac593904ebe9c4e8628a4240096|commit]], [[https://git.kernel.org/linus/8e11a94e15a49221510dd4737a70c8dd56eb9678|commit]], [[https://git.kernel.org/linus/d60379d65d2b908818d99541753d74f99645da51|commit]] * soc: mediatek: MT8365 power support [[https://git.kernel.org/linus/0bb80ecc33a8fb5a682236443c1e740d5c917d1d|commit]], [[https://git.kernel.org/linus/b39f2d10b86d0af353ea339e5815820026bca48f|commit]], [[https://git.kernel.org/linus/e1a4e0d3ce3b24421c25b7c335f0b7b948fd0c7f|commit]], [[https://git.kernel.org/linus/b27bce7291e688738c7ed47f300c877c11cef2dc|commit]], [[https://git.kernel.org/linus/670106eb4c8b23475f8c2b3416005a312afa622f|commit]], [[https://git.kernel.org/linus/5144905884e2bfbbde8593045ea26bffd199aa4d|commit]], [[https://git.kernel.org/linus/d3558ca8a0e683185540fad9456e8536643f67ef|commit]], [[https://git.kernel.org/linus/9e5605404bb786870867e0d6b2bb3fa47dbe3bfd|commit]], [[https://git.kernel.org/linus/f28f16d373efb2277c7cdd63b3bc2d226182c6ba|commit]], [[https://git.kernel.org/linus/eb85f1d76aac7c0d0f3487aa31b9b88c0ca81929|commit]], [[https://git.kernel.org/linus/50fe1a3fddda4b25050a7e535d2d087f4ffc0d41|commit]], [[https://git.kernel.org/linus/02e2d8f4c2f4c4632c4040a7db58977a9815401c|commit]] * qcom: Add power domain support for SC8380XP [[https://git.kernel.org/linus/2050c9bc4f7bbdd7d1dc0b6bf7749ec4f7b6f407|commit]], [[https://git.kernel.org/linus/c638b9516abd60aebccdbded5041a3e9d1c519f3|commit]], [[https://git.kernel.org/linus/7eb31ec5e1cdb4705450e4d728407767cae2b919|commit]] * qcom: rpmhpd: Introduce Power Domains support for SM8650 [[https://git.kernel.org/linus/9c82c9005cb0ca14ed8885bab27d81894ba184d9|commit]], [[https://git.kernel.org/linus/d4d56c079ddd19293b11de1f2309add0b8972af2|commit]] * arm_scmi/cpufreq: Add generic performance scaling support [[https://git.kernel.org/linus/e9090e70e618cd62ab7bf2914511e5eea31a2535|commit]], [[https://git.kernel.org/linus/3d99ed60721bf2e108c8fc660775766057689a92|commit]], [[https://git.kernel.org/linus/e336baa4193ecc788a06c0c4659e400bb53689b4|commit]], [[https://git.kernel.org/linus/39dfa5b9e1f0fa63b811a0a87f1c2fb9c76a0456|commit]], [[https://git.kernel.org/linus/9b578d83629e13f81a53d1695a4f700cdb10f772|commit]], [[https://git.kernel.org/linus/4f1f0bc8ed1647007ad4ad8d2b8ce0092bb22d43|commit]], [[https://git.kernel.org/linus/6e429adc60b1fa87b6e89d68cb9d1c0a8224d58a|commit]], [[https://git.kernel.org/linus/e11c480b6df1942b8f9a6958c2d881d8a9a9fb3b|commit]], [[https://git.kernel.org/linus/0ead1f3e158c44aa274f2d5c49be947fbfcdffe0|commit]], [[https://git.kernel.org/linus/92b2028b00ff987272a10fee980c7412ae7ebea6|commit]], [[https://git.kernel.org/linus/3dd91515ef43dd43e32e2a84e4bd881b64fb33ae|commit]], [[https://git.kernel.org/linus/2af23ceb8624a419eaf40295c11fcb86ec9ee303|commit]] * firmware: arm_ffa: Add FF-A v1.1 support(notification + new memory descriptor format) [[https://git.kernel.org/linus/c9b21ef0d0a87695d7bfeee9a04b89760b49ccf5|commit]], [[https://git.kernel.org/linus/e4607b84c6819bb59c48063ed41eee1fc7f736a0|commit]], [[https://git.kernel.org/linus/bcefd1bf63b1ec9bb08067021cf47f0fad96f395|commit]], [[https://git.kernel.org/linus/faa19623e3e1c8a69b1878132187a171d7a51f98|commit]], [[https://git.kernel.org/linus/3522be48d82b58821442f666eca8b4e547255810|commit]], [[https://git.kernel.org/linus/192e88cfea8ce2d85ab70fa1c8d768042e00b7f1|commit]], [[https://git.kernel.org/linus/113580530ee7dc61e668b641d657920734533b9f|commit]], [[https://git.kernel.org/linus/e5adb3b20e39dbf18651322a9bc24eb55050188f|commit]], [[https://git.kernel.org/linus/1b6bf41b7a65cf2ce4485f740a2764529635153c|commit]], [[https://git.kernel.org/linus/76cf932c95b9e7c07b065b5c71e56957e2826ae2|commit]], [[https://git.kernel.org/linus/933db703e8ce3e30bb9f282afe73f7316338036b|commit]], [[https://git.kernel.org/linus/e0573444edbf4ee7e3c191d3d08a4ccbd26628be|commit]], [[https://git.kernel.org/linus/1609626c32c4538439f6333d0b6c912af9f13b77|commit]], [[https://git.kernel.org/linus/897e9e60c0168ae46f168290548ea24bbbc4005e|commit]], [[https://git.kernel.org/linus/47561777d69400356aa5b3d4e14411eb9e5784ea|commit]], [[https://git.kernel.org/linus/fe2ddb6b42358ad25a6aed30512fb284522335f3|commit]], [[https://git.kernel.org/linus/0184450b8b1e7734110472616c4758839e1aff96|commit]] |
|
Line 53: | Line 375: |
* arm32, bpf: add support for cpuv4 insns [[https://git.kernel.org/linus/71086041c2ba04aa436a4b2283c708345e72a0bb|commit]], [[https://git.kernel.org/linus/59ff6d63b7307be4dbfbecceea9aedca047c7ffe|commit]], [[https://git.kernel.org/linus/f9e6981b1f1ce5e954e4e9b82e6d3e564d4a3254|commit]], [[https://git.kernel.org/linus/fc832653fa0dba174bf8fee9db85f3f9d1450b8a|commit]], [[https://git.kernel.org/linus/471f3d4ee4a6db5c8621bb1c186a1d20a0639630|commit]], [[https://git.kernel.org/linus/daabb2b098e04753fa3d1b1feed13e5a61bef61c|commit]], [[https://git.kernel.org/linus/5097faa559a6097de436bdff4027d036b5493d1a|commit]], [[https://git.kernel.org/linus/1cfb7eaebeac9270fcb527f47bbdea34ca3cd5b2|commit]], [[https://git.kernel.org/linus/9b31b4f1d4ae30627e9a75967e974c766f80e92f|commit]] * arm64: Enable 'writable' ID registers [[https://git.kernel.org/linus/56d77aa8bdf527f3b767fa27a3f135769151c92d|commit]], [[https://git.kernel.org/linus/d5a32b60dc184cc7309f83648a368b94d91c797f|commit]], [[https://git.kernel.org/linus/6656cda0f3b269cb87cfb5773d3369e6d96e83db|commit]], [[https://git.kernel.org/linus/54a9ea73527d55ab746d5425e10f3fa748e00e70|commit]], [[https://git.kernel.org/linus/8b6958d6ace19d56b44ca0f961f4fa480d4b48fc|commit]], [[https://git.kernel.org/linus/dafa493dd01d5992f1cb70b08d1741c3ab99e04a|commit]], [[https://git.kernel.org/linus/3f9cd0ca848413fd368278310d2cdd6c2bef48b2|commit]], [[https://git.kernel.org/linus/8cfd5be88ebe3d71be1a2c52fc72a355bb924b49|commit]], [[https://git.kernel.org/linus/9f9917bc71b08335819ea667d1e392424fb76450|commit]], [[https://git.kernel.org/linus/a9bc4a1c1e0c206838bc2d0c8621ca6df9704a2f|commit]], [[https://git.kernel.org/linus/f89fbb350dd76d6b5f080954309b9dec5ad220ac|commit]] * arm64: PMU: Allow userspace to limit the number of PMCs on vCPU [[https://git.kernel.org/linus/27131b199f9fdc0e15baa0ff9d1695b54a96e39c|commit]], [[https://git.kernel.org/linus/ea9ca904d24ff15ded92fd76c16462c47bcae2f8|commit]], [[https://git.kernel.org/linus/e1cc87206348f36fb78e417b5813f78f672a4aef|commit]], [[https://git.kernel.org/linus/62708be351fe7b06be6f6fd30e95c94095bf21d3|commit]], [[https://git.kernel.org/linus/57fc267f1b5caa56dfb46f60e20e673cbc4cc4a8|commit]], [[https://git.kernel.org/linus/ada1ae68262deea2685ccd38136ea2db233dfc4c|commit]], [[https://git.kernel.org/linus/1616ca6f3c10723c1b60ae44724212fae88f502d|commit]], [[https://git.kernel.org/linus/9f4b3273dfbe0ecb628b65fe9a80aae17caba20f|commit]], [[https://git.kernel.org/linus/a45f41d754e0b37de4b7dc1fb3c6b7a1285882fc|commit]], [[https://git.kernel.org/linus/4d20debf9ca160720a0b01ba4f2dc3d62296c4d1|commit]], [[https://git.kernel.org/linus/8d0aebe1ca2bd6f86ee2b4de30c8a4aafcf2908b|commit]] |
|
Line 58: | Line 383: |
* DMA API conversion and optimized IOTLB flushing [[https://git.kernel.org/linus/9f5b681e2a3f7d5bab02e68f3e68a50b23968c7c|commit]], [[https://git.kernel.org/linus/b6f888709a155b4e748aded93afc9fa43aaa28dd|commit]], [[https://git.kernel.org/linus/c76c067e488ccd55734c3e750799caf2c5956db6|commit]], [[https://git.kernel.org/linus/fa4c4507099f781ca89a748c480af9cf97629726|commit]], [[https://git.kernel.org/linus/32d5bc8b09c7cc48c511809e7c3b1755c7ecc5fa|commit]], [[https://git.kernel.org/linus/53f8e9ad7653eefe250834511e34cdef3d1c444e|commit]] * zcrypt: introduce new internal AP queue se_bound attribute [[https://git.kernel.org/linus/a19a161482b1739c2207861d086403389dc1bd47|commit]] |
|
Line 72: | Line 399: |
* ibmvfc: generic prep work for NVMeoF support [[https://git.kernel.org/linus/b39f2d10b86d0af353ea339e5815820026bca48f|commit]], [[https://git.kernel.org/linus/e1a4e0d3ce3b24421c25b7c335f0b7b948fd0c7f|commit]], [[https://git.kernel.org/linus/b27bce7291e688738c7ed47f300c877c11cef2dc|commit]], [[https://git.kernel.org/linus/670106eb4c8b23475f8c2b3416005a312afa622f|commit]], [[https://git.kernel.org/linus/5144905884e2bfbbde8593045ea26bffd199aa4d|commit]], [[https://git.kernel.org/linus/d3558ca8a0e683185540fad9456e8536643f67ef|commit]], [[https://git.kernel.org/linus/9e5605404bb786870867e0d6b2bb3fa47dbe3bfd|commit]], [[https://git.kernel.org/linus/f28f16d373efb2277c7cdd63b3bc2d226182c6ba|commit]], [[https://git.kernel.org/linus/eb85f1d76aac7c0d0f3487aa31b9b88c0ca81929|commit]], [[https://git.kernel.org/linus/50fe1a3fddda4b25050a7e535d2d087f4ffc0d41|commit]], [[https://git.kernel.org/linus/02e2d8f4c2f4c4632c4040a7db58977a9815401c|commit]] | |
Line 76: | Line 404: |
* Add USER_STACKTRACE support [[https://git.kernel.org/linus/4d7bf939df08218e682f7a42952eee3bad4dceb7|commit]] | |
Line 78: | Line 405: |
== Parisc == |
* Add more gpio chip support [[https://git.kernel.org/linus/3feb70a61740817c1b0d940ee46f1a51881e2a71|commit]], [[https://git.kernel.org/linus/1b83a90bd11aa1e686a87fb16732a41dcaa40548|commit]] == PA-RISC == |
Line 81: | Line 409: |
== MIPS == * Remove AR7 platform and associated drivers [[https://git.kernel.org/linus/e4c212efbdd4e286bc3defcddbab2c1e57ec75c3|commit]], [[https://git.kernel.org/linus/98bdeae9502b90822a9666efac76373bfa9c2ad1|commit]], [[https://git.kernel.org/linus/9a6c782158f703fa65c7d52e2156b7d4e7cd41f5|commit]], [[https://git.kernel.org/linus/9bbd03758945858c9303f3258b418b94c4ffd735|commit]], [[https://git.kernel.org/linus/b7a10da0268a5d255bebe1d8697dc3f0b26fc3e2|commit]] |
|
Line 92: | Line 423: |
* Enable cbo.zero in usermode [[https://git.kernel.org/linus/a29e2a48afe3549ee34d39cf42343ba3fced09c6|commit]], [[https://git.kernel.org/linus/43c16d51a19b0ba2ed66978d5924d486ec1e42bc|commit]], [[https://git.kernel.org/linus/9c7646d5ffd2b8bf720a0b77897f6c5095dfc53b|commit]], [[https://git.kernel.org/linus/181f2a28d6884eee139a1aab5fc0ad5432b3caba|commit]], [[https://git.kernel.org/linus/2f248e0f8a6aa7199f435d77d94b53cf647e7d7b|commit]], [[https://git.kernel.org/linus/fc9fdf2c5ab71e27e64b9e14606b677cc2e45884|commit]] * KVM Conditional Operations [[https://git.kernel.org/linus/2b3f2b78ec93bdb1cfd8574158719d54263d50d6|commit]], [[https://git.kernel.org/linus/662a601aa355c6917ed2bc1c4e316a4c0ee206ed|commit]], [[https://git.kernel.org/linus/df68f4d8cb496ea31fa42cf2620366571c05376b|commit]], [[https://git.kernel.org/linus/00c6f39c8247b0a5ddca4586d43aec1af7cbccb6|commit]], [[https://git.kernel.org/linus/e1a8db0c9a0e7125c8e142c9eed7041ea37031d3|commit]], [[https://git.kernel.org/linus/4d554e0226e6568c7b0b75418e7a24fefedbcefb|commit]] * Linux RISC-V AIA Support [[https://git.kernel.org/linus/c5e4ce9db635fef5ebffdfba1e7d80710474b176|commit]], [[https://git.kernel.org/linus/f99b926f6543faeadba1b4524d8dc9c102489135|commit]], [[https://git.kernel.org/linus/c4676f8dc1e12e68d6511f9ed89707fdad4c962c|commit]] * Show accurate per-hart isa in /proc/cpuinfo [[https://git.kernel.org/linus/d3d2cf1acab1857ae1982d431be9d96dc0e0775c|commit]] |
|
Line 96: | Line 431: |
== X86 == * x86/microcode: Cleanup and late loading enhancements [[https://git.kernel.org/linus/ba48aa32388ac652256baa8d0a6092d350160da0|commit]], [[https://git.kernel.org/linus/11f96ac4c21e701650c7d8349b252973185ac6ce|commit]], [[https://git.kernel.org/linus/7eb314a22800457396f541c655697dabd71e44a7|commit]], [[https://git.kernel.org/linus/3973718cff1e3a5d88ea78ec28ecca2afa60b30b|commit]], [[https://git.kernel.org/linus/8529e8ab6c6fab8ebf06ead98e77d7646b42fc48|commit]], [[https://git.kernel.org/linus/8f849ff63bcbc77670da03cb8f2b78b06257f455|commit]], [[https://git.kernel.org/linus/b48b26f992a3828b4ae274669f99ce68451d4904|commit]], [[https://git.kernel.org/linus/4c585af7180c147062c636a927a2fc2b6a7072f5|commit]], [[https://git.kernel.org/linus/6f059e634dcd0d725854514c94c114bbdd83950d|commit]], [[https://git.kernel.org/linus/0bf871651211b58c7b19f40b746b646d5311e2ec|commit]], [[https://git.kernel.org/linus/6b072022ab2e1e83b7588144ee0080f7197b71da|commit]], [[https://git.kernel.org/linus/242db7589460ca94e28c51ffbddd621756f97e11|commit]], [[https://git.kernel.org/linus/ae76d951f6537001bdf77894d19cd4a446de337e|commit]], [[https://git.kernel.org/linus/8f159f1dfa1ea29d70a84335fe6a8bd501a9eecd|commit]], [[https://git.kernel.org/linus/2a1dada3d1cf8f80a27663653a371d99dbf5d540|commit]], [[https://git.kernel.org/linus/4b753955e9151ad2f722137a7bcbafda756186b3|commit]], [[https://git.kernel.org/linus/cf5ab01c87030a085e211a0a327535932ec6f719|commit]], [[https://git.kernel.org/linus/d419d28261e72e1c9ec418711b3da41df2265139|commit]], [[https://git.kernel.org/linus/9407bda845dd19756e276d4f3abc15a20777ba45|commit]], [[https://git.kernel.org/linus/dd5e3e3ca6ac011582a9f3f987493bf6741568c0|commit]], [[https://git.kernel.org/linus/71e67c3bd127cfe7863f54e4b087eba1cc8f9a7a|commit]], [[https://git.kernel.org/linus/a62f4ca106fd250e9247decd100f3905131fc1fe|commit]], [[https://git.kernel.org/linus/5af05b8d51a8e3ff5905663655c0f46d1aaae44a|commit]], [[https://git.kernel.org/linus/fdbd43819400e74c1c20a646969ea8f71706eb2b|commit]], [[https://git.kernel.org/linus/69ba866db281c768d5ecca909361ea4c4e71d57e|commit]], [[https://git.kernel.org/linus/a7939f01672034a58ad3fdbce69bb6c665ce0024|commit]], [[https://git.kernel.org/linus/ba3aeb97cb2c53025356f31c5a0a294385194115|commit]], [[https://git.kernel.org/linus/6067788f04b1020b316344fe34746f96d594a042|commit]], [[https://git.kernel.org/linus/ecfd41089348fa4cc767dc588367e9fdf8cb6b9d|commit]], [[https://git.kernel.org/linus/0b62f6cb07738d7211d926c39f6946b87f72e792|commit]], [[https://git.kernel.org/linus/1e2dd572d2b773b5b8882aae66e5f0328d562aa9|commit]], [[https://git.kernel.org/linus/0177669ee61de4dc641f9ad86a3df6f22327cf6c|commit]], [[https://git.kernel.org/linus/0772b9aa1a8f7322dce8588c231cff8b57298a53|commit]], [[https://git.kernel.org/linus/164aa1ca537238c46923ccacd8995b4265aee47b|commit]], [[https://git.kernel.org/linus/634ac23ad609b3ddd9e0e478bd5afbf49d3a2556|commit]], [[https://git.kernel.org/linus/2e1997335ceb6fc819862804f51d4fe83593c138|commit]], [[https://git.kernel.org/linus/9cab5fb776d4367e26950cf759211e948335288e|commit]], [[https://git.kernel.org/linus/b7fcd995b261c9976e05f47554529c98a0f1cbb0|commit]], [[https://git.kernel.org/linus/b0f0bf5eef5fac6ba30b7cac15ca4cb01f8a6ca9|commit]] |
== x86 == * microcode: Cleanup and late loading enhancements [[https://git.kernel.org/linus/ba48aa32388ac652256baa8d0a6092d350160da0|commit]], [[https://git.kernel.org/linus/11f96ac4c21e701650c7d8349b252973185ac6ce|commit]], [[https://git.kernel.org/linus/7eb314a22800457396f541c655697dabd71e44a7|commit]], [[https://git.kernel.org/linus/3973718cff1e3a5d88ea78ec28ecca2afa60b30b|commit]], [[https://git.kernel.org/linus/8529e8ab6c6fab8ebf06ead98e77d7646b42fc48|commit]], [[https://git.kernel.org/linus/8f849ff63bcbc77670da03cb8f2b78b06257f455|commit]], [[https://git.kernel.org/linus/b48b26f992a3828b4ae274669f99ce68451d4904|commit]], [[https://git.kernel.org/linus/4c585af7180c147062c636a927a2fc2b6a7072f5|commit]], [[https://git.kernel.org/linus/6f059e634dcd0d725854514c94c114bbdd83950d|commit]], [[https://git.kernel.org/linus/0bf871651211b58c7b19f40b746b646d5311e2ec|commit]], [[https://git.kernel.org/linus/6b072022ab2e1e83b7588144ee0080f7197b71da|commit]], [[https://git.kernel.org/linus/242db7589460ca94e28c51ffbddd621756f97e11|commit]], [[https://git.kernel.org/linus/ae76d951f6537001bdf77894d19cd4a446de337e|commit]], [[https://git.kernel.org/linus/8f159f1dfa1ea29d70a84335fe6a8bd501a9eecd|commit]], [[https://git.kernel.org/linus/2a1dada3d1cf8f80a27663653a371d99dbf5d540|commit]], [[https://git.kernel.org/linus/4b753955e9151ad2f722137a7bcbafda756186b3|commit]], [[https://git.kernel.org/linus/cf5ab01c87030a085e211a0a327535932ec6f719|commit]], [[https://git.kernel.org/linus/d419d28261e72e1c9ec418711b3da41df2265139|commit]], [[https://git.kernel.org/linus/9407bda845dd19756e276d4f3abc15a20777ba45|commit]], [[https://git.kernel.org/linus/dd5e3e3ca6ac011582a9f3f987493bf6741568c0|commit]], [[https://git.kernel.org/linus/71e67c3bd127cfe7863f54e4b087eba1cc8f9a7a|commit]], [[https://git.kernel.org/linus/a62f4ca106fd250e9247decd100f3905131fc1fe|commit]], [[https://git.kernel.org/linus/5af05b8d51a8e3ff5905663655c0f46d1aaae44a|commit]], [[https://git.kernel.org/linus/fdbd43819400e74c1c20a646969ea8f71706eb2b|commit]], [[https://git.kernel.org/linus/69ba866db281c768d5ecca909361ea4c4e71d57e|commit]], [[https://git.kernel.org/linus/a7939f01672034a58ad3fdbce69bb6c665ce0024|commit]], [[https://git.kernel.org/linus/ba3aeb97cb2c53025356f31c5a0a294385194115|commit]], [[https://git.kernel.org/linus/6067788f04b1020b316344fe34746f96d594a042|commit]], [[https://git.kernel.org/linus/ecfd41089348fa4cc767dc588367e9fdf8cb6b9d|commit]], [[https://git.kernel.org/linus/0b62f6cb07738d7211d926c39f6946b87f72e792|commit]], [[https://git.kernel.org/linus/1e2dd572d2b773b5b8882aae66e5f0328d562aa9|commit]], [[https://git.kernel.org/linus/0177669ee61de4dc641f9ad86a3df6f22327cf6c|commit]], [[https://git.kernel.org/linus/0772b9aa1a8f7322dce8588c231cff8b57298a53|commit]], [[https://git.kernel.org/linus/164aa1ca537238c46923ccacd8995b4265aee47b|commit]], [[https://git.kernel.org/linus/634ac23ad609b3ddd9e0e478bd5afbf49d3a2556|commit]], [[https://git.kernel.org/linus/2e1997335ceb6fc819862804f51d4fe83593c138|commit]], [[https://git.kernel.org/linus/9cab5fb776d4367e26950cf759211e948335288e|commit]], [[https://git.kernel.org/linus/b7fcd995b261c9976e05f47554529c98a0f1cbb0|commit]], [[https://git.kernel.org/linus/b0f0bf5eef5fac6ba30b7cac15ca4cb01f8a6ca9|commit]] |
Line 117: | Line 452: |
* Update HWCR virtualization [[https://git.kernel.org/linus/591455325a79dbe3be429006f8156f727b2a52dd|commit]], [[https://git.kernel.org/linus/8b0e00fba93449ecdda2c641e90c9b1f25f46669|commit]], [[https://git.kernel.org/linus/598a790fc20f06e5582c939a4c5864ff1105c477|commit]] * A kernel boot parameter that causes the kernel to panic if one of the call_smp_function() APIs is stalled for more than the specified duration [[https://git.kernel.org/linus/94b3f0b5af2c7af69e3d6e0cdd9b0ea535f22186|commit]] * platform * asus-wmi: add support for ASUS screenpad [[https://git.kernel.org/linus/2c97d3e55b70edf33b6e7f211bab8a748a0a2bcc|commit]] * think-lmi: Add bulk save feature [[https://git.kernel.org/linus/318d97849fc2cb45b2238fdb9eaa714b5d669df5|commit]] * thinkpad_acpi: sysfs interface to auxmac [[https://git.kernel.org/linus/18801efed74a671f5c3bd1869739854cf2a5568f|commit]] * inspur-platform-profile: Add platform profile support [[https://git.kernel.org/linus/a2ff95e018f1d2bc816f3078d5110a655e355f18|commit]] * IFS support for GNR and SRF [[https://git.kernel.org/linus/60d2e1b37d530d6b1f8b7773cebaf8bbc1536b28|commit]], [[https://git.kernel.org/linus/e6483a0b59026ded36a6f5eba1425a6b0965984a|commit]], [[https://git.kernel.org/linus/a138ac2656d1329c3994a227769b7ba3926818a7|commit]], [[https://git.kernel.org/linus/07f47c01b3bc2a42c4d4da35831edab10aa60449|commit]], [[https://git.kernel.org/linus/97a5e801b3045c1e800f76bc0fb544972538089d|commit]], [[https://git.kernel.org/linus/5f15903279143eb640f9ba1c0e72b52fe9e9e2a6|commit]], [[https://git.kernel.org/linus/25a76dbb36dd58ad4df7f6a4dc43061a10b0d817|commit]], [[https://git.kernel.org/linus/72b96ee29ed6f7670bbb180ba694816e33d361d1|commit]], [[https://git.kernel.org/linus/06d65b2bc532fc9af1c55aa7a18cfd237ce46588|commit]] |
|
Line 119: | Line 463: |
== Graphics == * renesas: shmobile: Atomic conversion + DT support [[https://git.kernel.org/linus/c228823426ae509f4907712fe9bc3edea434a515|commit]], [[https://git.kernel.org/linus/a0ef78f353d6edc9f88d3247601f1dc5ad8f4b84|commit]], [[https://git.kernel.org/linus/5e7ef0b85c7718c10f6122caf7af9b2e70d53830|commit]], [[https://git.kernel.org/linus/04ed052f3ab4b3c4c3e8451522ffaa84479bf0fb|commit]], [[https://git.kernel.org/linus/fa32c6bc92813a76419d1c306e35394cae5028eb|commit]], [[https://git.kernel.org/linus/e3c8898b3861751edcad1023edaabae719fe1f83|commit]], [[https://git.kernel.org/linus/3d77d2ac7d9d5218a1f3df49e5bf8bd5c4f35b5a|commit]], [[https://git.kernel.org/linus/b25064ef997bf30ad8c6abe5fbd6e3ddae75d17b|commit]], [[https://git.kernel.org/linus/9d7bd3b12e6a88cf163c0b414c285a995c634d7c|commit]], [[https://git.kernel.org/linus/0cd90a542885a1272b58f96bbe4010588105e1bc|commit]], [[https://git.kernel.org/linus/02e6e3c2fa26ad1e9b458b07c8fd0e56d46607bd|commit]], [[https://git.kernel.org/linus/406a849926f3e4c1fcedfdc6623a33bc4f13adbe|commit]], [[https://git.kernel.org/linus/887042d635005b5127b04a73d2c9d0c79cf380b1|commit]], [[https://git.kernel.org/linus/e488b1023a4a4eab15b905871cf8e81f00336ed7|commit]], [[https://git.kernel.org/linus/76b1405832ac067c16997fb7ede7b2e2517aa441|commit]], [[https://git.kernel.org/linus/0ac28c57c9299f0761d304f7bd4a3518a42b2146|commit]], [[https://git.kernel.org/linus/7c2d79f06e072434cba9f87ce77cad689de0cb4a|commit]], [[https://git.kernel.org/linus/02e6c5b76f0eb6d85cebb7603c342809c3c6b14a|commit]], [[https://git.kernel.org/linus/568a4c72d469d4078801b8b149f9570676799402|commit]], [[https://git.kernel.org/linus/b2b2f7ba8f793d52d5401bce52e541a5f38a6b43|commit]], [[https://git.kernel.org/linus/0da28d5fc808dfcfbc910870b4b0277c1a7ccb6c|commit]], [[https://git.kernel.org/linus/e2eb7e6ee5667f0b5b622020906446e3acbdd4b3|commit]], [[https://git.kernel.org/linus/1d46fea7d091f9dc2d4fd3fcb9f0117ca288f9a5|commit]], [[https://git.kernel.org/linus/c68ab8b5ea53aa0895f7ec5b72c87e0f7097761e|commit]], [[https://git.kernel.org/linus/47fa0fac9bb5e525c5fa67bf06f3f663cf999841|commit]], [[https://git.kernel.org/linus/28675d45a3810c7302979b9803b18814d357c650|commit]], [[https://git.kernel.org/linus/b1ce7fe4c4368886db5b838ee53a253e60b5abbf|commit]], [[https://git.kernel.org/linus/a87e3159d488a125838eb6b8694549afca5e03be|commit]], [[https://git.kernel.org/linus/c2e938ee9ae238f62424fc908cef97d96a1fee53|commit]], [[https://git.kernel.org/linus/8d61649ddf6707d89fc10028f9d1bd1a2ea37b4f|commit]], [[https://git.kernel.org/linus/5417750d5ee645eb4169e1e8dc467b0b7b7329fa|commit]], [[https://git.kernel.org/linus/478a8a0543021172220feeb0b39bb1b3e43c988f|commit]], [[https://git.kernel.org/linus/05d1fa4bf6a1528e4d4e39fa537f11e6cfca4720|commit]], [[https://git.kernel.org/linus/7802ca6b234b622da35fa4843943be7a0e8facf1|commit]], [[https://git.kernel.org/linus/a83d383e1ffb32b170b7ddd6aa6861d6125e6c79|commit]], [[https://git.kernel.org/linus/51955324847c59f5332154026f533910948b5d17|commit]], [[https://git.kernel.org/linus/adceac2cf1929272ddced1352ecd04272890efc5|commit]], [[https://git.kernel.org/linus/613676ec42d59784670f70b4e09db23531d3e29a|commit]], [[https://git.kernel.org/linus/4afa041043c21e0af93efb1a344e84edb1326fa9|commit]], [[https://git.kernel.org/linus/33505f7718186fbe74604c7217143a0845eaeb5f|commit]], [[https://git.kernel.org/linus/d92b057f9270d83b4d71ef0a8f97b9eeb2be7a3f|commit]] * Add GPU page fault query interface [[https://git.kernel.org/linus/2e8ef6a56129526a67b1058124be0839ab8f976a|commit]], [[https://git.kernel.org/linus/8dbf1ba867c23a581973207d6d1d15ed72e814a7|commit]], [[https://git.kernel.org/linus/7a41ed8b59ba74ae36adc7f4688feff9e710cf76|commit]], [[https://git.kernel.org/linus/7d3f1d76f33dbeca5ffb2cb424f1e3b7e34c8d45|commit]] * amdgpu * Add GFX 11.5 support [[https://git.kernel.org/linus/dd5a326155ca9826eff97071fa65db04354eb51e|commit]], [[https://git.kernel.org/linus/15e7cbd91de6b039fb560b29368c53377451eb1b|commit]], [[https://git.kernel.org/linus/8e42b463dfa94d60e2b3cff36c139e6dd83cbdc9|commit]], [[https://git.kernel.org/linus/afac198cd11767c9b82b6b37ebef8d3b753c071a|commit]], [[https://git.kernel.org/linus/d717da1775ca2b4329ac1daf8790f743fe2f935b|commit]], [[https://git.kernel.org/linus/10c9d8691851aeb77b8ba9c7d76381734bc84558|commit]], [[https://git.kernel.org/linus/d3ff0189c1be1f8da64c39248389fbc8f0f09d13|commit]], [[https://git.kernel.org/linus/b5549a2df030d2d029cd4622c670361b76a9d0c3|commit]] * Add support for DCN 3.5 [[https://git.kernel.org/linus/8774029f76b9806f2f3586bb0502408076767fd5|commit]], [[https://git.kernel.org/linus/b9c96af677cbed62c07272594312cc8198293a24|commit]], [[https://git.kernel.org/linus/06b1661e45b4a58af165367f82aa25c279903b9b|commit]], [[https://git.kernel.org/linus/e0b394a87a11164b533672df94ed2ce39e5f2bd4|commit]], [[https://git.kernel.org/linus/327959a489d54ecd126a00dc6c28197fc680b35d|commit]], [[https://git.kernel.org/linus/bd831267c603fdc40c9d99ae34f9a11d57bdd10c|commit]], [[https://git.kernel.org/linus/9fc64eade85dbb1e92944ad07b14c4c24d8c08dc|commit]], [[https://git.kernel.org/linus/65138eb72e1fc687be49932b9a45325598ffa01c|commit]], [[https://git.kernel.org/linus/45e7649fd191d23dbf50a8c7e6e8888233cfca9e|commit]], [[https://git.kernel.org/linus/33e36f8e503881ec4009b16278dc390c10a3d526|commit]], [[https://git.kernel.org/linus/efc1d1c9893726851e62c2c3c69a1af7258af651|commit]], [[https://git.kernel.org/linus/7966f319c66d9468623c6a6a017ecbc0dd79be75|commit]], [[https://git.kernel.org/linus/ce862c49957d119782c1b74fccee92bf1ddc1d71|commit]], [[https://git.kernel.org/linus/5f0326ea9560256eff2e9e78197c23cda79d40ad|commit]], [[https://git.kernel.org/linus/0fa45b6aeae489d271ccb58d80efc0bbec79fa9b|commit]], [[https://git.kernel.org/linus/74c06a327d37a6e6ee267911ec1a2d103ff16407|commit]], [[https://git.kernel.org/linus/26a692f2419ce3bb6e2d40d60279b861b4b47f8c|commit]], [[https://git.kernel.org/linus/819af8dc9a78faa3c0c26c11c2c9f2f9300351de|commit]], [[https://git.kernel.org/linus/ccecb0796797671bb845c82b70cc43a2d89033a7|commit]], [[https://git.kernel.org/linus/c10ad60fda8c687b119feefda80fc9329ecdb270|commit]], [[https://git.kernel.org/linus/1cb87e048975ce59dd2dcadff47002df64f95f72|commit]], [[https://git.kernel.org/linus/473eb67cf117ac0ac0f31bc4511cec6418b97d04|commit]], [[https://git.kernel.org/linus/9d1870a7a4c73c781af03937a1bfa72aa7a4c7ea|commit]], [[https://git.kernel.org/linus/4435fc424000195f9f5945a5b68a2809e90143a0|commit]], [[https://git.kernel.org/linus/69cc1864c99a35ba4133877b3170b87e74cd0202|commit]], [[https://git.kernel.org/linus/284246a1c32b69a8f486c4d37669cc588b86a3fd|commit]], [[https://git.kernel.org/linus/0ccd770ab05f59f5f308d155610dc8150ab446ff|commit]], [[https://git.kernel.org/linus/fb8c3ef8058456eceae1d7a746f9e45d3f161ac9|commit]], [[https://git.kernel.org/linus/920f879c8360a84148f0b04712778617c048c8ad|commit]], [[https://git.kernel.org/linus/ec129fa356bea5411cb16833cc5dab32689ea389|commit]], [[https://git.kernel.org/linus/9d6fa6760e125542928b3f673620d1f769a55476|commit]], [[https://git.kernel.org/linus/6f8b7565cca4b745da54b7d5f26b7b9265a5f330|commit]], [[https://git.kernel.org/linus/ffb8c23718e4106a56735b9ff5a21f0d876ca923|commit]], [[https://git.kernel.org/linus/24143e508948571735d05b51922fe17ce8fc0be2|commit]] * Introduce DML version 2, a new version of DML that will be used for some already available ASIC based on DCN3x and future devices. This new version of the DML is more reliable, provide a better programming model for hardware/software, and is more flexible for creating new tools for automation/validation [[https://git.kernel.org/linus/0e56de91edd0b81e2c8df98413e68bed4ef13706|commit]], [[https://git.kernel.org/linus/cbe069f5e60f6c64944d65a2676fec23769bd189|commit]], [[https://git.kernel.org/linus/115009d11ccf513f2fe01fd7c33a54157e3c31f4|commit]], [[https://git.kernel.org/linus/eb918cbba105394ce182853f751236c790975ba7|commit]], [[https://git.kernel.org/linus/9158920cc87f4352b93ee52862e21c14a9cc953c|commit]], [[https://git.kernel.org/linus/647cf5151986ce981d55bba198612667eacf8a8b|commit]], [[https://git.kernel.org/linus/969fe903ee2ea8e6a7781608ca2ee72d9b748c00|commit]], [[https://git.kernel.org/linus/ba85d293a30e358abe9740ac0c945211066e4273|commit]], [[https://git.kernel.org/linus/21eeb0511496c15aada81755bc4a4b4c87767941|commit]], [[https://git.kernel.org/linus/d310d18bfca90bca56672a7ad08b63a0d7c621d5|commit]], [[https://git.kernel.org/linus/e47d7ca7574a12e3711807724fcd5dacc2ed9b8f|commit]], [[https://git.kernel.org/linus/7966f319c66d9468623c6a6a017ecbc0dd79be75|commit]], [[https://git.kernel.org/linus/6e2c4941ce0cbe54a7bab8e18c5070e7dc5986f5|commit]], [[https://git.kernel.org/linus/1d93c4db4e0fc82e9f975af213fd8dd00dd6ecc8|commit]] * A new set of Linux OD interfaces [[https://git.kernel.org/linus/eedd5a343d2294c1593a492edfd5514d4d2c9220|commit]], [[https://git.kernel.org/linus/9df5d00870ea628c3c6310aea859e5c06d378a12|commit]], [[https://git.kernel.org/linus/90bcb9b595549d75fca573a22f06b05ee15117fa|commit]], [[https://git.kernel.org/linus/d7bf1b556fcceaa81c0a18d7828258e7a6c383c2|commit]], [[https://git.kernel.org/linus/3e38b634f94ef7fe76020cb0df805f218b6a637e|commit]], [[https://git.kernel.org/linus/47cf6fcb88d2b46018a5dc9b1b369518f5588ae4|commit]], [[https://git.kernel.org/linus/548009ad1c9a8e7dedf3c50730214c2e33f03865|commit]] * Add SMU 14.0 support [[https://git.kernel.org/linus/ad3e54ab9e38f220b55a1a1299e21a9fd93f2948|commit]], [[https://git.kernel.org/linus/fe6cd9152464ed086fbeb45b6118ca386ee7aca2|commit]], [[https://git.kernel.org/linus/cd6d69dd9be2b0e586accf82943e9f5b5c592c96|commit]], [[https://git.kernel.org/linus/7fc712f67ebe0ec3f431c39d63043e2d7b064489|commit]], [[https://git.kernel.org/linus/ee26087f91f027ba7c4905c3801c0368da5aea5f|commit]] * Add critical temp for GC v9.4.3 [[https://git.kernel.org/linus/078649113570c001d6543a8c7eab32282031064a|commit]], [[https://git.kernel.org/linus/023f4d60747cadd96115c3c3b55986798322f3f6|commit]] * NBIO 7.11 support [[https://git.kernel.org/linus/d9d6833442b2d0dfebc28cc3044bb0c326e7253e|commit]], [[https://git.kernel.org/linus/e44d856eaa3dbcf1f5237525baff14111e05d940|commit]] * Update GMC 11 support [[https://git.kernel.org/linus/96271dd4d56d56cc4087352b3b68997be85a6cf4|commit]], [[https://git.kernel.org/linus/b90975fa5bd8aa6ff93b2256fc2288c05c254dea|commit]], [[https://git.kernel.org/linus/aba2be41470a11629c8378c3651323d7e5416df6|commit]] * Add VPE Support. VPE is a new general purpose copy engine. It supports a variety of scaling and transform features [[https://git.kernel.org/linus/4c63735fa8b1c53786ba74421d666c60005582d5|commit]], [[https://git.kernel.org/linus/75fdd738ff2cedd00a7b9e1bd4db36a3e4199903|commit]], [[https://git.kernel.org/linus/9d4346bdbc6484a1814011315827c258509b483c|commit]], [[https://git.kernel.org/linus/523c12802d2fc7f911a03dd4c81537f835a1da52|commit]], [[https://git.kernel.org/linus/878fe05116dd39552b052e1e78fe2806b105ced9|commit]], [[https://git.kernel.org/linus/5f6e9cdc83c146c6c20b36a2fb6dd607ed9e009a|commit]], [[https://git.kernel.org/linus/b0fa855cab567d6b8fdaaac11b058cab3193a797|commit]], [[https://git.kernel.org/linus/3ee8fb7005efe3cd2dac7220a3ba337fae5d8192|commit]], [[https://git.kernel.org/linus/f65239008a1f5f9b72de6e7259dfd1b7af45a8af|commit]], [[https://git.kernel.org/linus/2f3916bedb72934ed67fb18ea0f7f77cc6156511|commit]], [[https://git.kernel.org/linus/5861e47731aa8e8c29bca5d51705a5435397c6ae|commit]], [[https://git.kernel.org/linus/ce7b59c1e61231cb97e2e5b46b2f45c97251d966|commit]], [[https://git.kernel.org/linus/964a36d7a4780bb657a98789fae5a620de0bb1e0|commit]], [[https://git.kernel.org/linus/2d6ea3b07c371ea1d80f6c41cb7b4ce7c5cf3cd4|commit]], [[https://git.kernel.org/linus/130c47065350a34b420dc9e626ca513e695dc801|commit]], [[https://git.kernel.org/linus/0b233357a63961dbb70fccb5d6076ec80a964b3a|commit]], [[https://git.kernel.org/linus/5b28f1c720f96fb4939c6a062530b4b219f84e99|commit]], [[https://git.kernel.org/linus/e784199c40b87054a81d6acc25fbe4d9a1a68179|commit]], [[https://git.kernel.org/linus/c5d67a0ec3cc05eb640729fb61dd8810ba317fba|commit]], [[https://git.kernel.org/linus/5e18361425701a16a21e3b94c65882a253e669a0|commit]] * Add UMSCH 4.0 support. UMSCH handles scheduling of multimedia queues similar to MES for GFX and SDMA UMSCH 4.0 [[https://git.kernel.org/linus/eebb06d121dfa611f0f0896b408f98828ab006b1|commit]], [[https://git.kernel.org/linus/3488c79beafac3efbac571a2ebffc8ffd78bb7f0|commit]], [[https://git.kernel.org/linus/dc6f3d6ff2cae6bb4dbc621dade8bd20f9aa69a2|commit]], [[https://git.kernel.org/linus/2cd1f65d3174256aadce75ba716a18fbccabd5ce|commit]], [[https://git.kernel.org/linus/4f94903332c187ffcea1d2f69c494ce677b94781|commit]], [[https://git.kernel.org/linus/822f7808291f7fd5a77c83c9ff035ad2e39959ab|commit]], [[https://git.kernel.org/linus/983ac45a06aec8987755c921aa53e81e6a69fb78|commit]], [[https://git.kernel.org/linus/1a29f367811b0d9e65d30c5797715cfcb3c68b94|commit]], [[https://git.kernel.org/linus/40748f9a0a33da4c26ed25b95fcd488d3cafd833|commit]], [[https://git.kernel.org/linus/2c98de563b6fc093f585a236c82a80e9ca3b9ee0|commit]], [[https://git.kernel.org/linus/5d5eac7e8303f8c69d68e157e8ffb25b06f0d0d2|commit]], [[https://git.kernel.org/linus/2da1b04a209601fe6e4bfcecdcaf8561c126072f|commit]], [[https://git.kernel.org/linus/9c852a42a9f0af23f24abf7fac248d0455f39350|commit]], [[https://git.kernel.org/linus/d591ae0c9f29c2db6fec4490bb2d493be0a572aa|commit]] * Expose physical id of device in XGMI hive [[https://git.kernel.org/linus/cd956e7531281fba1b7cbb97e5cb55c99701f0c6|commit]] * DC Patches November 15, 2023 (SubVP support for more configs) [[https://git.kernel.org/linus/9976421f8cb26e22b611ad7036c8b26340dcce25|commit]], [[https://git.kernel.org/linus/4636a211980052ca0df90265c8a3ed2d46099091|commit]], [[https://git.kernel.org/linus/dc9b0c2af004fe7d9d7b67015fadcb0a7123c740|commit]], [[https://git.kernel.org/linus/47831f4860d4e8cdfee4910d2b76ccd892fd72d1|commit]], [[https://git.kernel.org/linus/cab667a87133d409ff18913fd53c2324803ea8d2|commit]], [[https://git.kernel.org/linus/ae478d6e19376d3d87a695af5b5a15914abede71|commit]], [[https://git.kernel.org/linus/9be601135ba8ac69880c01606c82140f2dde105e|commit]], [[https://git.kernel.org/linus/08448812acb2ab701cd5ff7e1a1dc97f7f10260c|commit]], [[https://git.kernel.org/linus/c95f12b7b724abee5e8c3727db066c63c0876db3|commit]], [[https://git.kernel.org/linus/fdf84f10e2b08b6e3cbfc672e5dd2cebf4317dea|commit]], [[https://git.kernel.org/linus/dcf6cd7f35de572a946e2805ed32eb20d429a881|commit]], [[https://git.kernel.org/linus/a2ab248d94f5af2c609c8c3329875f92324782c5|commit]], [[https://git.kernel.org/linus/67e38874b85b8df7b23d29f78ac3d7ecccd9519d|commit]], [[https://git.kernel.org/linus/3c9ea68cb61bd7e5bd312c06a12adada74ff5805|commit]], [[https://git.kernel.org/linus/d60f56b92d3c59364a54618d557d7f9ba5939b21|commit]], [[https://git.kernel.org/linus/6f395cebdd8927fbffdc3a55a14fcacf93634359|commit]], [[https://git.kernel.org/linus/eb28018943fed7639dfea1c9ec9c756ec692b99a|commit]], [[https://git.kernel.org/linus/d9e865826c202b262f9ee3f17a03cc4ac5d44ced|commit]], [[https://git.kernel.org/linus/0652a1c8a4a434a9766ca6bc52487c907df1864d|commit]] * DC Patches August 18, 2023 [[https://git.kernel.org/linus/5133b8d2ffd01a5b39543495986a8df285972842|commit]], [[https://git.kernel.org/linus/af23474345682c7e2e27554a515367be3f9244ec|commit]], [[https://git.kernel.org/linus/96182df99dadd4b59b7338b29bf45a90ad722625|commit]], [[https://git.kernel.org/linus/65d1f8896e4cd41af2a0b3d2d14749871e287be2|commit]], [[https://git.kernel.org/linus/e87a6c5b7780b5f423797351eb586ed96cc6d151|commit]], [[https://git.kernel.org/linus/b1803560ba9d0c31c1a045fd8e9d438f19decdc8|commit]], [[https://git.kernel.org/linus/c234cd5f08666210d34be311b04d9413ac61d073|commit]], [[https://git.kernel.org/linus/a03aa4e0409822d323bbaf87a35d5773f79a3a41|commit]], [[https://git.kernel.org/linus/99f596fc9ce556bd92a79c4c1f1ca937610ee633|commit]], [[https://git.kernel.org/linus/4d5fd3d08ea9926fb2031ff7cfb4d72b7c950301|commit]], [[https://git.kernel.org/linus/0b9dc439f4046ef9e43f54989f6c3ff6cddc6d1b|commit]], [[https://git.kernel.org/linus/53d8e3beeaa92d916546abb4c4ac2b88d5a5b3f8|commit]], [[https://git.kernel.org/linus/dbd29029c7b5cd8a126dd4005142ca12bfcf73c0|commit]], [[https://git.kernel.org/linus/45f98fccb1f6895f527bd5f811f23478c2f920f5|commit]], [[https://git.kernel.org/linus/959d2fc47f14f7f5ab3f74530e80c9407ced91f2|commit]], [[https://git.kernel.org/linus/ec4247823bbc88a7ee81fec579d1b4408bba686d|commit]] * DC Patches August 23, 2023 (new debugfs interface to query the current ODM combine configurations, support for windowed MPO ODM) [[https://git.kernel.org/linus/39d39a0196574cc48186000088263807a7004b22|commit]], [[https://git.kernel.org/linus/d12f00c91fdfe3e50747f9e7e229fd8ede16b632|commit]], [[https://git.kernel.org/linus/bc0e1fc970279c539db1e94dd473acbb193ee473|commit]], [[https://git.kernel.org/linus/07926ba8a44f0ca9165ee2fb17c9afc7908c3b2b|commit]], [[https://git.kernel.org/linus/753b7e62c9cf62d59264bd56e1c7a4c9505c73bb|commit]], [[https://git.kernel.org/linus/9e0530257e2b45e88cf8bc0c32c457cadf7a07a7|commit]], [[https://git.kernel.org/linus/0ee5d7374c99ea306bdfd2c8a1baeda6665b91f5|commit]], [[https://git.kernel.org/linus/d55a36062eb52e95195dab038bb9f237c69ca190|commit]], [[https://git.kernel.org/linus/3001e6d1dedc4d486674de7196bb5150168647de|commit]], [[https://git.kernel.org/linus/2174181019e4273e583a0f0a9795e9db38984784|commit]], [[https://git.kernel.org/linus/5e77c339a291776b88dcf1dd3e18955d0341dd5d|commit]], [[https://git.kernel.org/linus/9d1e172278886412dff96c451cb2b629f6b4a120|commit]], [[https://git.kernel.org/linus/d8bafc2b1eeae78317d37b3440d1022977e9b28c|commit]], [[https://git.kernel.org/linus/302be1cb9f4b02995f3b10c50494d5eb8fdaf5c1|commit]], [[https://git.kernel.org/linus/7b0c688d4db2a4ecef64ab512a94cc8b154478f7|commit]], [[https://git.kernel.org/linus/b03b44b622dec8c76a6455958f7576365007b90e|commit]], [[https://git.kernel.org/linus/9ba46183eb905589a845f3a973a37ffed7aebf1a|commit]], [[https://git.kernel.org/linus/ea7e2edca8b2150f945ee25af142fef8438c9944|commit]], [[https://git.kernel.org/linus/15e6b396f5ac259126f2447fcd2279ed5d3dd14f|commit]], [[https://git.kernel.org/linus/d755ce6465cab1e60661f329db9eef8594403cf9|commit]], [[https://git.kernel.org/linus/6b8333a5b929da9e82410ee923f45dba79780bc0|commit]] * DC Patches September 13, 2020 [[https://git.kernel.org/linus/6d1d1c7de7332b237415b0919d1b3965865d4bad|commit]], [[https://git.kernel.org/linus/31bd496453769a6c669d0053398903362aba91e8|commit]], [[https://git.kernel.org/linus/93a66cef607cfee3953152bfe067038c5b21ea0e|commit]], [[https://git.kernel.org/linus/3d457727dad87ba2d409334d488141e5578a821d|commit]], [[https://git.kernel.org/linus/a6db1993c18bc2138a85227bb28b69c82cbe722b|commit]], [[https://git.kernel.org/linus/5cc9e61f54cbab2f65d03277ea4c9fccec9166f2|commit]], [[https://git.kernel.org/linus/f4f8a4dac0e110bb13a6620ac71aa87482f8e09d|commit]], [[https://git.kernel.org/linus/a3e6f214032cbbe73a3c012fd11d3f632f8efffa|commit]], [[https://git.kernel.org/linus/c056bf3746e9139266fa2a8b991d62a1eb01b354|commit]], [[https://git.kernel.org/linus/d44443305599d2e92b6696a8ca42e0dbaab8cb4d|commit]], [[https://git.kernel.org/linus/4f43d753bf9c709ff771eb6dff76269e657555a6|commit]], [[https://git.kernel.org/linus/5b7954272ae96070263dd900735e70982e02eb80|commit]], [[https://git.kernel.org/linus/990d988847c469b5e1e5e0748fb02ef613d9e0d1|commit]], [[https://git.kernel.org/linus/dc01c4b79bfe052ef0f9624b5e6ea9b05347f5f0|commit]], [[https://git.kernel.org/linus/5710c6c0bda39789ada08fbe7b64aa13654b2dd2|commit]], [[https://git.kernel.org/linus/e4b6d48d0542a870dc2653174b603290b7000b3e|commit]], [[https://git.kernel.org/linus/82f4ab32f5cdfbcbe5e7302ad80dfd5eccfe25e7|commit]], [[https://git.kernel.org/linus/f1eb045639a38ae9ee80c466f81f2e18204f6d25|commit]], [[https://git.kernel.org/linus/2d30263029dd1bdfd5868173fb12978666a40607|commit]], [[https://git.kernel.org/linus/7f7925e258288cfcfa2b0e0631fcd91a39744f94|commit]], [[https://git.kernel.org/linus/4b4f585369f627a5b65540112539453d94dfa40e|commit]], [[https://git.kernel.org/linus/97c2eba5d6fb33ada411ce92883823ddc080e40b|commit]], [[https://git.kernel.org/linus/17e8f215cd398635f1fe5e2396ae9ea66a2c5a13|commit]], [[https://git.kernel.org/linus/c9204d9ca79baac564b49d36d0228a69d7ded084|commit]], [[https://git.kernel.org/linus/521bc83b0fcda6f323f1de0e7bf137401a8145a2|commit]], [[https://git.kernel.org/linus/77d1414ddd2a14c11d0aebb424abd86512aaabf5|commit]], [[https://git.kernel.org/linus/49a8f94b1fb0d1275f8f23f79c2a4cecf7b202e2|commit]], [[https://git.kernel.org/linus/ecbaaa544b682167f93128098e90d928eba1202c|commit]] * Enable seamless boot more widely [[https://git.kernel.org/linus/7f4ce7b50ae45fd09796e98c56c8471af70322dc|commit]], [[https://git.kernel.org/linus/5dc270d366bd0a67896ec46e874cb69ade513591|commit]], [[https://git.kernel.org/linus/bb0f84293e61f052f96f8bec75844b43ea2e3822|commit]], [[https://git.kernel.org/linus/3ef07651a5756e7de65615e18eacbf8822c23016|commit]] * mediatek * !MediaTek DDP GAMMA - 12-bit LUT support [[https://git.kernel.org/linus/692e1a08ae3f4ca772e4841a4caedbb4a5075445|commit]], [[https://git.kernel.org/linus/a33a56ad0844176b0aa84a8aca1efec20b888766|commit]], [[https://git.kernel.org/linus/1231e7eb62224235bb92a2a39cb35c89afd474af|commit]], [[https://git.kernel.org/linus/aa5fb24f971dd4b27a4e16fe7c054d052e0f8030|commit]], [[https://git.kernel.org/linus/88939e737573552310d9ef4caf74501f67306bfc|commit]], [[https://git.kernel.org/linus/3f86604154ccb3597e11d334d99ae45452418b12|commit]], [[https://git.kernel.org/linus/921e902b2cb5e05fef370c853bfda0dbd240778d|commit]], [[https://git.kernel.org/linus/2b6c3197b267e97d640cca78a036efda19e398a5|commit]], [[https://git.kernel.org/linus/d243907bb42f6652d88f9f3023d1028a34971465|commit]], [[https://git.kernel.org/linus/af0e042e162a5899f11996abc17d648a2c82f7cd|commit]], [[https://git.kernel.org/linus/1c5a880a2a4c2e24163f06b9dd76e18d8217f5c1|commit]], [[https://git.kernel.org/linus/a6b39cd248f3321dbf066f95f95a9841f891229e|commit]], [[https://git.kernel.org/linus/0d4caaaf61ce0556843e2fa9d41ec65962b51c14|commit]], [[https://git.kernel.org/linus/c18119dee1919ce60565efd85f63707ceae38420|commit]], [[https://git.kernel.org/linus/4708b01a49171ad6d88499bd9c437629ec4a92d1|commit]] * Add connector dynamic selection capability [[https://git.kernel.org/linus/26c35d1d1646e593e3a82748b19d33b164871ae8|commit]], [[https://git.kernel.org/linus/ebba0960993045787ca00bb0932d83dad98c2e26|commit]], [[https://git.kernel.org/linus/ff64e4c31d969cdba20a41969edb3def15f3aaa0|commit]], [[https://git.kernel.org/linus/f6ec9da1e7ac1c52c6496b0ffb140622be858734|commit]], [[https://git.kernel.org/linus/01389b324c97ff8f04e9c33b9ee246084f9f6dd2|commit]], [[https://git.kernel.org/linus/a260f5624dfc6ec3eb7b5349f51d34c687c07b5c|commit]] * Support dynamic selection of MT8188 VDOSYS0 [[https://git.kernel.org/linus/26fdd23ff861d5436f70f67a09161b06d2c306e2|commit]] * Add LVTS support for mt8192 [[https://git.kernel.org/linus/5437d14d94c8b0b3a960f616dfe02dc153806225|commit]], [[https://git.kernel.org/linus/31fc9f87fede778965e8ac5f902ae9106304f449|commit]], [[https://git.kernel.org/linus/7a07cd786dbd0111b9dd977e114438220cb4eee5|commit]], [[https://git.kernel.org/linus/0bb4937b58ab712f158588376dbac97f8e9df68e|commit]] * komeda * add NV12 format to support writeback layer type [[https://git.kernel.org/linus/db43b0319df5949286411e3f6ed225186f552297|commit]] * panfrost * Add fdinfo support to Panfrost [[https://git.kernel.org/linus/407c0ad5b19a477ff974a1c8007c00f01e7d04b5|commit]], [[https://git.kernel.org/linus/553c84892bac704e1a7999b7db7e67640a31a4fa|commit]], [[https://git.kernel.org/linus/9ccdac7aa822f0468893e161c1a311674667da1b|commit]], [[https://git.kernel.org/linus/f11b0417eec21ade937da866363433cc0b8b396c|commit]], [[https://git.kernel.org/linus/51dcc15b5b0fb548c47cf5188f88d86fe79312bd|commit]] * adreno * MSM Adreno: A7xx support [[https://git.kernel.org/linus/d415fa1b88748d664b7b6a310dd8e699d2686cf7|commit]], [[https://git.kernel.org/linus/88a0997f2f949f1f7076adeb5d4fa4d684cca5bf|commit]], [[https://git.kernel.org/linus/e997ae5f45caf7df08a421b1d1edac7a47d06890|commit]], [[https://git.kernel.org/linus/97a0cc9753ad4825732eca9c2dcc327f6504c841|commit]], [[https://git.kernel.org/linus/103f3d24cb27630d9faa42fc12e008ebd10ff405|commit]], [[https://git.kernel.org/linus/b77532803d11f2b03efab2ebfd8c0061cd7f8b30|commit]], [[https://git.kernel.org/linus/0247d99d09b7e6f5ccabecbdd7dd671b3168c913|commit]], [[https://git.kernel.org/linus/9588d2f860a446d1bd40f7cd8836f826fecf81fd|commit]], [[https://git.kernel.org/linus/af66706accdf5afef45204afc87037f876e0665c|commit]], [[https://git.kernel.org/linus/23eeae60b0fa9fb1af7623b42a55a719a4ec4597|commit]], [[https://git.kernel.org/linus/1f8c29e800661d522e3a6487c5435de28e44fd29|commit]] * nouveau * Initial support for GSP-RM 535.54.04 (and Ada GPUs) [[https://git.kernel.org/linus/e672f5f30dd37460702ea7797d3d4591f8b5773c|commit]], [[https://git.kernel.org/linus/37e328a17c1f4f6dded7354fd9afa1fa5c74854a|commit]], [[https://git.kernel.org/linus/176fdcbddfd288408ce8571c1760ad618d962096|commit]], [[https://git.kernel.org/linus/4cf2c83eb3a4c42aebe31f4767c3db5788d362ea|commit]], [[https://git.kernel.org/linus/7e731d42aee7876f5b74518f875508e412c40eca|commit]], [[https://git.kernel.org/linus/e866927013557aa4562cd4ddf55433a64e3cab4f|commit]], [[https://git.kernel.org/linus/743b7fc481f9e844c374bb51986f0d4db8a684a0|commit]], [[https://git.kernel.org/linus/c862125c8ae4c261ecbb096ab12b1fa55fcfce8d|commit]], [[https://git.kernel.org/linus/015ef6187f69eca7d9029e3f8e358a86041e403a|commit]], [[https://git.kernel.org/linus/17a74021a339a4d4bd27be1dd95b99442455a4ad|commit]], [[https://git.kernel.org/linus/cd5f6346bc28a41375412b49b290d22ee4e4bbe8|commit]], [[https://git.kernel.org/linus/0bd4e9f7dcd17003b7274b0608bf6575c6a07b88|commit]], [[https://git.kernel.org/linus/0a4410a79fe6b28be42cf936ad1650b6f1186694|commit]], [[https://git.kernel.org/linus/232856e896b35adf2560a684b3799fe654483d39|commit]], [[https://git.kernel.org/linus/e206cae1e534b7f9944de6d55fd39e9d6b5cf548|commit]], [[https://git.kernel.org/linus/8b7d92cad9532b8227daf64e13739d22eb910c15|commit]], [[https://git.kernel.org/linus/e32de3da3f260fb8126491fb5c6bf79097dab6bf|commit]], [[https://git.kernel.org/linus/5b9c0307a103bde953b47b4ec86ca5f0a01ce516|commit]], [[https://git.kernel.org/linus/cb3ec8cbd00edb3a32d114da4874cda090766c76|commit]], [[https://git.kernel.org/linus/6c6abab20b99169f5fb11a8619012225ecd02f1e|commit]], [[https://git.kernel.org/linus/21636b1a696bdc122c3b8bacb297c5341a95adef|commit]], [[https://git.kernel.org/linus/bfb03a077ba9955c165d355cb3ce4d3622a9c8c6|commit]], [[https://git.kernel.org/linus/3147ce0d07aaacac4a67a30767a7480596de16e2|commit]], [[https://git.kernel.org/linus/1b477f42285e941627acd46ca0eb27ca05671d39|commit]], [[https://git.kernel.org/linus/073bde453635e4cffb58c9d6bd071c2419dfe8f0|commit]], [[https://git.kernel.org/linus/d79d91026e7b2f94ffae08d2b63307810f84a890|commit]], [[https://git.kernel.org/linus/0cd7e07181390085742bf623d6af3eef215c0503|commit]], [[https://git.kernel.org/linus/1958d69fa8e7448a44f12dcb3e5ecd9b78f25121|commit]], [[https://git.kernel.org/linus/cefc3c1452b19920038b44ae257d6a8af2d4da51|commit]], [[https://git.kernel.org/linus/625ead3d39d7021b3e9a2d0662b8bd0c3b5a7ac2|commit]], [[https://git.kernel.org/linus/571028c46f3b9cf75bcdb66e364f58ec33c0024a|commit]], [[https://git.kernel.org/linus/b24bf8b8ba53834590be94d990e3305e4fd914ae|commit]], [[https://git.kernel.org/linus/56d732839ea0ec327848df021ae4185c413e3916|commit]], [[https://git.kernel.org/linus/0880bf4c439da7a9bc1ad1418ebe6a0b2fda4913|commit]], [[https://git.kernel.org/linus/724e0f3b8b98d85d920e7517724de1bc4eeced87|commit]], [[https://git.kernel.org/linus/45d954c05da1e56b534b28a64c2a7b99576fbd57|commit]], [[https://git.kernel.org/linus/2274ce7e368174f7711a16a389fa256b1c89ce46|commit]], [[https://git.kernel.org/linus/e120f4cafe15b0320f8ec4e60ad61339129304fe|commit]], [[https://git.kernel.org/linus/167630846960008d2cb7f7bc1459d0800bd347c7|commit]], [[https://git.kernel.org/linus/17008293c5726d6a992deb4cc2f1add020c241dc|commit]], [[https://git.kernel.org/linus/422f6d8a24bb370a2d9ee9e58634509592295e99|commit]], [[https://git.kernel.org/linus/757033808c95b0ee66b87803af6d0bf7fdaee3e6|commit]], [[https://git.kernel.org/linus/633716501c94cc45e504a1f14fcef717f1ac5e9b|commit]], [[https://git.kernel.org/linus/9c3361de064153e0e7c72eccc4d2d604d412ac6f|commit]], [[https://git.kernel.org/linus/8ed094211f3b970d74ca8686fac03c88977ca5de|commit]], [[https://git.kernel.org/linus/a69eeb37f90d8f69cb842e9a42fd508bd321882a|commit]], [[https://git.kernel.org/linus/12c9b05da9189a14f0db62ac4e31409bb4a87533|commit]], [[https://git.kernel.org/linus/68ee172269fa2d385166ddc6961fa9249fe88c15|commit]], [[https://git.kernel.org/linus/a5a7379f6d9d83964b3d2e1fe0dd0ad45ee55408|commit]], [[https://git.kernel.org/linus/42db5692aa2e1c9b322a6a369c1d196f5262156a|commit]], [[https://git.kernel.org/linus/bd7a61bcbb50bfca1b9a585f17d5590dbb521b78|commit]], [[https://git.kernel.org/linus/e9c9b5b942550bc0f77de3a8c47ea75ff4c0161e|commit]], [[https://git.kernel.org/linus/62b0eef237a39446b8c71fd7271ade858acff1a7|commit]], [[https://git.kernel.org/linus/c0f7b729425b8f0764b9e89f19d33a0deba89811|commit]], [[https://git.kernel.org/linus/8a7783c791b672a463b529751b7beea635a87f44|commit]] * solomon * Add support for the SSD132x controller family [[https://git.kernel.org/linus/2d23e7d6bacb779c4a740dbd5e18978fb075d15e|commit]], [[https://git.kernel.org/linus/e6663dd42a79a8d0440530ce91dd8667fe41ff03|commit]], [[https://git.kernel.org/linus/9081d21a5a6b575551bfd6281981537140b55338|commit]], [[https://git.kernel.org/linus/ec5dceb8180f0cb110dc7029d55d6a83d0583015|commit]], [[https://git.kernel.org/linus/7618b8659438c42baabb5678b2519abde4b4352a|commit]], [[https://git.kernel.org/linus/fdd591e00a9c9d64a5f1d74779b72218c22bf15d|commit]] * rockchip * vop: Add NV15, NV20 and NV30 support [[https://git.kernel.org/linus/d4b384228562848e4b76b608a5876c92160e993c|commit]], [[https://git.kernel.org/linus/728c15b4b5f3369cbde73d5e0f14701ab370f985|commit]] * Intel Xe: * Prerequisite DRM scheduler changes for Xe [[https://git.kernel.org/linus/56e449603f0ac580700621a356d35d5716a62ce5|commit]] * rockchip * vop2: Add more supported 10bit formats [[https://git.kernel.org/linus/bfd8a5c228fa3bb97884f77529c09e8745da08b9|commit]] * panel * Raydium RM692E5-based BOE panel driver [[https://git.kernel.org/linus/988d0ff29ecf7ab750b9be29fddae588156c3d03|commit]], [[https://git.kernel.org/linus/d1fd19e6bd7d276cf2290300cc563e2e5ac4ebf7|commit]] * Support Anbernic RG351V Panel [[https://git.kernel.org/linus/eba90a7aa2258cae4caeaa8f748506c315c30bd1|commit]] * bridge: Add a device link between drm device and panel device [[https://git.kernel.org/linus/199cf07ebd2b0d41185ac79b895547d45610b681|commit]] * simple: Add support for Mitsubishi AA084XE01 [[https://git.kernel.org/linus/637d3fdc109a63ed3d3864b9ffe1ae50ef57d03e|commit]], [[https://git.kernel.org/linus/50b0cd7d3ac3e6cbd8873434eafc3076957bbdf7|commit]] * Add JDI LPM102A188A display panel support [[https://git.kernel.org/linus/ed80bb23508abe10a5e071dda46ac48ff05e27f9|commit]], [[https://git.kernel.org/linus/6fb2ffd737a1d5c06d878ff47a715d20cce78265|commit]], [[https://git.kernel.org/linus/6a4908de6a21d860dbe0c6860903e994fdd6ff7b|commit]], [[https://git.kernel.org/linus/25205087df1ffe06ccea9302944ed1f77dc68c6f|commit]], [[https://git.kernel.org/linus/a913a739ab6e6ef10c0c47cb85dd4a105b3d9df7|commit]] * Intel * Add support for new DG2-G12 revid 0x1 [[https://git.kernel.org/linus/84bd5e9685948dfded818d35eeceab35f6e42f71|commit]] * Add new DG2 PCI IDs [[https://git.kernel.org/linus/d0c908d2978e0ef3c1ac1357c1c58224a153f8d4|commit]] * Enable Lunar Lake display [[https://git.kernel.org/linus/3d3696c0fed102c56a6addd81070d3679dba4fdf|commit]], [[https://git.kernel.org/linus/925163b4af66dcf18e0f0dcd2ceffd3b7e5965af|commit]], [[https://git.kernel.org/linus/858c19720c9ab6db003afc9e2ce8b1bfd3c32644|commit]], [[https://git.kernel.org/linus/40151be79668232187b1ba7e00983be76a7f5845|commit]], [[https://git.kernel.org/linus/533a7836d39f1a60dc78fb46f6cde9a25ffafe2d|commit]], [[https://git.kernel.org/linus/51e3a64fafd534dfe1da1c53dc6917a51f0ba75c|commit]], [[https://git.kernel.org/linus/3dc06a4fb31504c9efdb93fcba5520cbf01b2ccd|commit]], [[https://git.kernel.org/linus/8ee35345adf13cea516a36c70b9ba997106cd11a|commit]], [[https://git.kernel.org/linus/f96fdcd2f41e1a6f7a827a0c354afa83515285bd|commit]], [[https://git.kernel.org/linus/dff869020b5c587d96faf12db7fa4ab8135a6a57|commit]], [[https://git.kernel.org/linus/66fad3f2db8b3ef678cddb83bba50b85ffbb86b7|commit]], [[https://git.kernel.org/linus/1f3e84c4edcd357eeb608d709c9c2dcb3193c841|commit]], [[https://git.kernel.org/linus/8dde2e68a55533a047423b7ac378c637eab468ef|commit]], [[https://git.kernel.org/linus/212cf016d974d351c252d760a9d42d02b3954830|commit]], [[https://git.kernel.org/linus/9d404dad0bf8c949a2c8dabdf280389c8262ddb9|commit]], [[https://git.kernel.org/linus/63c88d2204bb33d060e22318b3d50162b7019add|commit]], [[https://git.kernel.org/linus/cfeff354f70bb1d0deb0279506e3f7989bc16e28|commit]], [[https://git.kernel.org/linus/464e8632b6002a402f47aeca4a2a089a2686b63a|commit]], [[https://git.kernel.org/linus/449f87e66df299a1b79567352cba1f5b29421fba|commit]], [[https://git.kernel.org/linus/43e18b0a54d700fdcc746293a5697a2097ee23f5|commit]], [[https://git.kernel.org/linus/6f35a04fd6636d749cb6dd3a937061ed4e7deb16|commit]], [[https://git.kernel.org/linus/b94c165ea1f10f88432282f6a3ff16ff469a437c|commit]] * Load LUTs with DSB [[https://git.kernel.org/linus/25ea3411bd23c5f0043881e2c6710423eb411784|commit]], [[https://git.kernel.org/linus/b4283282c9538958f7ee23c5af3bab3e4e94d553|commit]], [[https://git.kernel.org/linus/f83b94d23770c234cdc51a1468b3ce9d7e42f20e|commit]], [[https://git.kernel.org/linus/088ca02108fcb75ae60a82f031a2f6aea731c818|commit]], [[https://git.kernel.org/linus/231b1d6c9ab6ff23f7a1826835946dd2b0f57156|commit]], [[https://git.kernel.org/linus/fa1b97f85d3bee4e9a6d6626817ab5f83a7b1b85|commit]], [[https://git.kernel.org/linus/dd1c3eae5855ad36134ea415d84e567d2b55e6c7|commit]], [[https://git.kernel.org/linus/5ae0da3fc78d3fdef278a22e874d6d5c305d1e03|commit]], [[https://git.kernel.org/linus/7678e089bd18b4dd61478ce728f01fd5239e97ff|commit]], [[https://git.kernel.org/linus/9055e73e8e6a545e43cbc4fd3c9083eeccd8121a|commit]], [[https://git.kernel.org/linus/5053121b25bf860e231784165e62714ae817e313|commit]], [[https://git.kernel.org/linus/61ae1240090407bb17c3d8f66f55ce86eafa02d5|commit]], [[https://git.kernel.org/linus/df3b919286981bd00d115569fd431d4266731f47|commit]], [[https://git.kernel.org/linus/0c1c7a649975a2cec5645860be76a91a3653e944|commit]], [[https://git.kernel.org/linus/357832b5cc04b063993f004eac8c332d6bba5f17|commit]], [[https://git.kernel.org/linus/34d8311f4a1c464ae0ce4470f2e3932c1a40d83e|commit]], [[https://git.kernel.org/linus/e39845d651791f190f10e63cc564c2e1a8aeb504|commit]] * bridge * imx: Add i.MX93 MIPI DSI support [[https://git.kernel.org/linus/d22e9a6df2db6a5b0ab7ff9123831e05c3e77899|commit]], [[https://git.kernel.org/linus/743bf594a3b1903a93f21f2060e3cdc5514e066c|commit]], [[https://git.kernel.org/linus/0de852d4c23a39d3ebff73d0c0c1b488eac6c5a8|commit]], [[https://git.kernel.org/linus/d5116fb29dc09bd4b9d9175f4f571e6eac539c93|commit]], [[https://git.kernel.org/linus/ec20c510ee2d2a7f0d0a00e4bfd55c28e500d3b7|commit]], [[https://git.kernel.org/linus/db95a55ccec749719ffe61a76c9a1d0a173c207c|commit]], [[https://git.kernel.org/linus/ac87d23694f44af44a98d21dd77016f2756b6b1b|commit]], [[https://git.kernel.org/linus/5a67ec8c64ec88b5c34060b347ccec4a31af3369|commit]], [[https://git.kernel.org/linus/ce62f8ea7e3f8a8e788c3b5ea0195f1224575b66|commit]] == Networking drivers == * Bluetooth * Add support ITTIM PE50-M75C [[https://git.kernel.org/linus/00b1c3c4b682ba4b4f9fc46e047b537e668576af|commit]] * qca: add support for QCA2066 [[https://git.kernel.org/linus/a7f8dedb4be2cc930a29af24427b885405ecd15d|commit]] * btusb: Add RTW8852BE device 13d3:3570 to device tables [[https://git.kernel.org/linus/02be109d3a405dbc4d53fb4b4473d7a113548088|commit]] * btusb: Add 0bda:b85b for Fn-Link RTL8852BE [[https://git.kernel.org/linus/da06ff1f585ea784c79f80e7fab0e0c4ebb49c1c|commit]] * RDMA/bnxt_re: Async events update [[https://git.kernel.org/linus/b02fd3f79ec32642bdcc8117a090f21338d50e89|commit]], [[https://git.kernel.org/linus/a9a457f338e7711af391f618b60d8a4b15ba8050|commit]] * infiniband: Add more resource dumping to rdmatool for SRQ [[https://git.kernel.org/linus/58c49c097fbf5ad77fd367ad500339c36d284c23|commit]], [[https://git.kernel.org/linus/aebf8145e11a29a77dac15ee041a190676fac05f|commit]], [[https://git.kernel.org/linus/0e32d7d43b0b2d870b45cf4dff8188203800aa91|commit]] * RDMA/hns: Support SRQ record doorbell [[https://git.kernel.org/linus/c9813b0b9992eab01a47ad8d10f0add13f898692|commit]] * Updates to Mellanox PMC driver [[https://git.kernel.org/linus/423c3361855c1e81f1cb91728a2ac5ddfd2cbf16|commit]], [[https://git.kernel.org/linus/0f5969452e162efc50bdc98968fb62b424a9874b|commit]], [[https://git.kernel.org/linus/6f24f892871acc47b40dd594c63606a17c714f77|commit]] * ath12k: EHT mesh support [[https://git.kernel.org/linus/df1875c4f345092716f1529d6e8c43e7fc7f250a|commit]], [[https://git.kernel.org/linus/3e9942fbdf4d0dd80c1b76e81bcebeac0c056259|commit]], [[https://git.kernel.org/linus/6b819f89c482b0ab1b9eb913860ca53d70537832|commit]] * ath11k: support firmware-2.bin [[https://git.kernel.org/linus/7db88b962f06a52af5e9a32971012e8f3427cec0|commit]], [[https://git.kernel.org/linus/b49381d3de3af1b84b4b1f08eda301b8befb4b05|commit]], [[https://git.kernel.org/linus/efe47a18e43f59f063a82ccaa464a3b4844bb8a8|commit]] * ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state [[https://git.kernel.org/linus/d876188ab8074087b23b3d83a56c889ebb1904ae|commit]] * rtw88: dump registers related to firmware state when it get abnormal [[https://git.kernel.org/linus/20907fc069976fcf972239b7b253cf7c59c08a14|commit]], [[https://git.kernel.org/linus/1926a27299db00239d6bdc4c3f2bd3f842277d0d|commit]] * iwlwifi * Updates - 2023-10-04 [[https://git.kernel.org/linus/048449fc666d736a1a17d950fde0b5c5c8fd10cc|commit]], [[https://git.kernel.org/linus/35b9281fb710ea9fa47dca56774f4a9606fe9154|commit]], [[https://git.kernel.org/linus/3277baa9a76732dd90f356144590d302231ca0d3|commit]], [[https://git.kernel.org/linus/f26b118031205135c23b43a311712fe8f34febf9|commit]], [[https://git.kernel.org/linus/66125c42fd59b452e3db13ee796d1e85275f6b13|commit]], [[https://git.kernel.org/linus/84ef7cbe90e9e54c71c1da4e645ba34e1b33da77|commit]], [[https://git.kernel.org/linus/3f5e8522f8a6075882ab1ba49528dbf6cee79bb1|commit]], [[https://git.kernel.org/linus/7dd7f99b17c3293c39cd75604f9d98549b819a0d|commit]], [[https://git.kernel.org/linus/65008777b9dcd2002414ddb2c2158293a6e2fd6f|commit]], [[https://git.kernel.org/linus/706f1b5d83cae70187062d52ffb2b9e925811948|commit]], [[https://git.kernel.org/linus/440a561c438a6c476d785823a08648d8aab3d733|commit]], [[https://git.kernel.org/linus/b9be67fb4207592eed3880725fa51648ef2f538d|commit]], [[https://git.kernel.org/linus/e9dd25550770a0ad301b482db860032cdd890548|commit]], [[https://git.kernel.org/linus/c36235acb34fb3a2916558d3845203cae181e0be|commit]], [[https://git.kernel.org/linus/3c6a0b1f0add72e7f522bc9145222b86d0a7712a|commit]] * Updates - 2023-10-11 [[https://git.kernel.org/linus/391762969769b089c808defc8fce5544a945f9eb|commit]], [[https://git.kernel.org/linus/7b404c5cff3d4270fcd5212b6776c8484623ac74|commit]], [[https://git.kernel.org/linus/c8e01fe070d4e663f4040250c579723ca1edb7d6|commit]], [[https://git.kernel.org/linus/67ac248e4db0a754ee85a7e41fa363b330df00e5|commit]], [[https://git.kernel.org/linus/5356b8c8f652039481e9569575e4491d594482f7|commit]], [[https://git.kernel.org/linus/34cc3a4a49a6908790234e87cde14cde1a1c5f91|commit]], [[https://git.kernel.org/linus/c3e5f5f60ef2da3976c77a4f389aeecc5cf31f6b|commit]], [[https://git.kernel.org/linus/abea0d067d4c57e6506537249636c95e71c4ed28|commit]], [[https://git.kernel.org/linus/43874283ce6c5bd32ac9d30878b2c96a974357cb|commit]], [[https://git.kernel.org/linus/574c5ef18e792af274c458d49762a4ed4e167144|commit]], [[https://git.kernel.org/linus/a32a84948e3b1bb9d76bb198e20c616c4b7810d7|commit]], [[https://git.kernel.org/linus/df7e30980cb5250604a15f8861c251779ab8bc12|commit]], [[https://git.kernel.org/linus/c3745ee2e3506b75051f9d427cba24d95f75d6bf|commit]], [[https://git.kernel.org/linus/8f9a791a8edd87fa64b35037d9c3bce89a1b8d21|commit]], [[https://git.kernel.org/linus/8bbe27db8eb10a0f3650550a120fc535715d1463|commit]], [[https://git.kernel.org/linus/f3276ff0d498a364dfdff74cc1825b5f6e27f472|commit]] * Updates - 2023-10-17 [[https://git.kernel.org/linus/ac0c6fdc4c56b669abc1c4a323f1c7a3a1422dd2|commit]], [[https://git.kernel.org/linus/08365d3b9140c751a84f8027ac7d2e662958f768|commit]], [[https://git.kernel.org/linus/a634386cb8c6e1d5c1f12a1236f191e7f05d4e4d|commit]], [[https://git.kernel.org/linus/1350658373106eace418eea673a058a0285f8334|commit]], [[https://git.kernel.org/linus/29fa9a984b6d1075020f12071a89897fd62ed27f|commit]], [[https://git.kernel.org/linus/ff8e3a40d78bc414213b2724ad775adf98780a5a|commit]], [[https://git.kernel.org/linus/ea02a208cf4cefc38ebaaad168fe499e14408841|commit]], [[https://git.kernel.org/linus/085d33c53012866b6c088b69b603af7cf69c0a53|commit]], [[https://git.kernel.org/linus/ac139aa3483c2a20adfd78d950def062820aece1|commit]], [[https://git.kernel.org/linus/236730413d5f71b6f224f1f6ca6ccba05a4d9107|commit]], [[https://git.kernel.org/linus/37fb29bd1f90f16d1abc95c0e9f0ff8eec9829ad|commit]], [[https://git.kernel.org/linus/a32973ee4f59ba7d943067dfbfd5405abdfdfe1f|commit]], [[https://git.kernel.org/linus/52f4bd183f5c4aef3dc2be77cf8e2cd97ea63d32|commit]], [[https://git.kernel.org/linus/e25bd1853cc8308158d97e5b3696ea3689fa0840|commit]] * Updates - 2023-10-22 [[https://git.kernel.org/linus/0b67ab5d4f6d143dbad52864853e919e2e7c7ba7|commit]], [[https://git.kernel.org/linus/f1b1dd518721768f7b29ed5c729af13b8a530653|commit]], [[https://git.kernel.org/linus/a2d450e383901c932108a4d17463b17967c238bd|commit]], [[https://git.kernel.org/linus/48a25b5d05bba140e2b8bfa7f222f81080dbf80f|commit]], [[https://git.kernel.org/linus/06f1372e8e7aad72449de2feaa2ae7f42ebde228|commit]], [[https://git.kernel.org/linus/b6e3d1ba4fcf02176846d03a930203d8133c0aaf|commit]], [[https://git.kernel.org/linus/d6144e2725cdbfd55ce2d402deec4b2c46582ad9|commit]], [[https://git.kernel.org/linus/658939fc68d3241f9a0019e224cd7154438c23f2|commit]], [[https://git.kernel.org/linus/4a9bb5b4d94999af8a9156e7004cad28db8cde38|commit]], [[https://git.kernel.org/linus/cb5666edab4e5712f5d6e798c28c55e404aaec46|commit]] * Updates - 2023-09-21 [[https://git.kernel.org/linus/0c4aa7a12a5a96604c809092ae9a94891b4f230a|commit]], [[https://git.kernel.org/linus/6185e1e5b4d0a7bb78de0d4b2951e1d396fc67a0|commit]], [[https://git.kernel.org/linus/5f809bafe48cf3f1d4bf1b1c852441d737194def|commit]], [[https://git.kernel.org/linus/3aa80d31869bc2ba86f709843f7dbe1514ea10bb|commit]], [[https://git.kernel.org/linus/c513228c472d65980f81ff061adb1b656b4dca90|commit]], [[https://git.kernel.org/linus/7534e9665ae7a78c1e47fc07f1e3ed14bc579ea9|commit]], [[https://git.kernel.org/linus/89dc0a27e3fabfd58ce812d3b2c23217e8ca07f9|commit]], [[https://git.kernel.org/linus/a856ce662c476d75405f576809b84f752909ddac|commit]], [[https://git.kernel.org/linus/4ea1ed1d14d86173ff4298b1d8fcb60946602f93|commit]], [[https://git.kernel.org/linus/54d1e8b27e8652c369d0e70eda3ea38b97836c1d|commit]], [[https://git.kernel.org/linus/2f199ba8776adb5e6e138559acd88f508193cf37|commit]], [[https://git.kernel.org/linus/b99c4607973ae69af3b953c28952d3c9872007c8|commit]] * dsa: microchip: add drive strength support [[https://git.kernel.org/linus/3caa7d8c3f03ad6f1b66f10f67dc68cb3af55fe1|commit]], [[https://git.kernel.org/linus/4334ac2db2be9e278c95fd15260c1f49f698ffc5|commit]], [[https://git.kernel.org/linus/e26f40a60f17050040afcb8777f9aeac4f354a97|commit]] * rtw89 * Apply TX power read from firmware file [[https://git.kernel.org/linus/f680fc56956673a84c253ea688fe48b703f11bfb|commit]], [[https://git.kernel.org/linus/036042e15770eab835e8e13f8164c6df63a74dbb|commit]], [[https://git.kernel.org/linus/d51366421529fb6507d1936059fa40d51c20e216|commit]], [[https://git.kernel.org/linus/3b7dc652cc40bf7550cfaa1b3b49dd96f3d35904|commit]], [[https://git.kernel.org/linus/06b26738a7bb8595e2aba51888cc8385dd892701|commit]], [[https://git.kernel.org/linus/932f85c18aef095dc8b573112f6c3b955ff43a72|commit]], [[https://git.kernel.org/linus/70aa04f2d58cc5f3a94ce02f6442e9bac6c2468e|commit]] * Handle EHT rate [[https://git.kernel.org/linus/f1f74dffdfb74e3c70ffc7d9b434e39d6d01a31d|commit]], [[https://git.kernel.org/linus/786a93c9b2327543c7b039fb732d9d6cc02382f6|commit]], [[https://git.kernel.org/linus/1f3cd090b4b2b51db4f5d1fc4d29cf0f3ce602d1|commit]], [[https://git.kernel.org/linus/61b546b1f3e24007bc39e31e332466725e7df470|commit]], [[https://git.kernel.org/linus/e25ef743866c28f8e70a3c409ba9254279b90bbe|commit]], [[https://git.kernel.org/linus/f456701201e2045da2db5fdf1f66e2565ee821d7|commit]] * Prepare timeslot and trigger firmware for MCC [[https://git.kernel.org/linus/6fa25e768df48ccf6d57251eb31d2e496cb374b5|commit]], [[https://git.kernel.org/linus/4dc25ef1916339f92456058f22836b0aa20f40da|commit]], [[https://git.kernel.org/linus/7d1704640aadc70ef4676abe101d3f99ecc098a2|commit]], [[https://git.kernel.org/linus/b09df09b55fb79736122b90bd78546a119fb3d7d|commit]], [[https://git.kernel.org/linus/980d4215f94e9b428d3001c5d31efffed5420820|commit]], [[https://git.kernel.org/linus/17aa2c3326892c31d9d6bf618b17ce87fac8f60c|commit]] * Generalize download firmware flow to support WiFi 7 chips [[https://git.kernel.org/linus/c6ea2a8391a55bf43b67fe6cf7b0688e9c76a060|commit]], [[https://git.kernel.org/linus/38bae445a30befdf1d88476ef86ee27ee3525a28|commit]], [[https://git.kernel.org/linus/ae4dc23d139c7307a0bdd72321913da4eb5f4a85|commit]], [[https://git.kernel.org/linus/68261ddbb2bc1ec9439582ac0b2b98b4e9d2e6a4|commit]], [[https://git.kernel.org/linus/80e706a85cb5e1e2121e9bf09dd4098415d85142|commit]], [[https://git.kernel.org/linus/b227c990de9a3af37d1c9e6fd9b193145b4ca779|commit]], [[https://git.kernel.org/linus/a712eef681ed998ca5d036a82df38c7efcd4416b|commit]], [[https://git.kernel.org/linus/fa31a8c58d6e612ccaf19fd60eda64faaca35c62|commit]] * Add TX/RX descriptor v2 and mac port registers for WiFi 7 chips [[https://git.kernel.org/linus/7c8a55dd265b2801e5d133435edb4422d5ff6ab8|commit]], [[https://git.kernel.org/linus/6f09ff0a0927b464256f6e6b3fcd289c66bff6c6|commit]], [[https://git.kernel.org/linus/d542ee748ec3bb56ff87159dc4a745b98c2c8576|commit]], [[https://git.kernel.org/linus/a1cb73f2953904139cb04cbb530c8ef41e540808|commit]], [[https://git.kernel.org/linus/651298138e42555be2824ae8a9f69db8a2185537|commit]], [[https://git.kernel.org/linus/c8b9a49f7a3dc2eafe61f8d4bd7924b328e1a260|commit]] * rt2x00: various improvements for MT7620 initialization [[https://git.kernel.org/linus/cca74bed37af1c8217bcd8282d9b384efdbf73bd|commit]], [[https://git.kernel.org/linus/a28533c6be1711584bf3ec978309d5c590029821|commit]], [[https://git.kernel.org/linus/1ffe76d5ae78553948d67a978acd9945c2f0a175|commit]] * ath12k * indicate scan complete for scan canceled when scan running [[https://git.kernel.org/linus/c677d4b1bcc4f7330043d8f039f494557d720ed4|commit]] * Enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 [[https://git.kernel.org/linus/a1e09eb35476d66d7641c226f7d531cdac844761|commit]] * Add support for hardware rfkill for WCN7850 [[https://git.kernel.org/linus/004ccbc0dd49c63576a4c60a663a38dd3cb6bee5|commit]] * Add keep backward compatibility of PHY mode to avoid firmware crash [[https://git.kernel.org/linus/972754bfeec489fc03eec3df512be11dff457a65|commit]] * Add read variant from SMBIOS for download board data [[https://git.kernel.org/linus/46e46db313a2bf3c48cac4eb8bdb613b762f301b|commit]] * mt76 * mt7915 add tc offloading support [[https://git.kernel.org/linus/81af5418049ff673ddad0ba9377230bdb13a1f24|commit]] * mt7921: support per-device regulatory settings [[https://git.kernel.org/linus/7801da3388567c78f79d5ed96a5527de264fdef7|commit]], [[https://git.kernel.org/linus/51ba0e3a15eb1643116a93674e230e11b9499592|commit]], [[https://git.kernel.org/linus/dab35009fc1c6dc1598e832016594161988d8f68|commit]], [[https://git.kernel.org/linus/09382d8f8641bc12fffc41a93eb9b37be0e653c0|commit]], [[https://git.kernel.org/linus/4fc8df50fd41c2762d893211487be0ecb24c6a05|commit]] * mt792x: add mt7925 support [[https://git.kernel.org/linus/473f26fb167e2cb93a4e75a3cec6c6fe173505c9|commit]], [[https://git.kernel.org/linus/779d34de055eb8b4cdf54d5429a50b560eb88727|commit]], [[https://git.kernel.org/linus/69f94b9fab06af98f9b3fbd0dc3d9e8ae3c8bd26|commit]], [[https://git.kernel.org/linus/d3d7f57e5c1c6e0337a72944f242ed2c8b028861|commit]], [[https://git.kernel.org/linus/525209262f9c2999f6f5fa0c40b4519cd6acfa2e|commit]], [[https://git.kernel.org/linus/ebe81e6b8659bbae5d76c0b292e38abe4aa0cb1d|commit]], [[https://git.kernel.org/linus/975cd4d6d547936aaae6fae0cb4bdc9a18ecc2f8|commit]], [[https://git.kernel.org/linus/e9eac4eb1bbdeac5b05de085062591dfe1460396|commit]] * mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips [[https://git.kernel.org/linus/c948b5da6bbec742b433138e3e3f9537a85af2e5|commit]] * appletalk: remove ipddp driver [[https://git.kernel.org/linus/1dab47139e6118a420acec8426a860ea4b40c379|commit]] * bnxt_en * Update for net-next [[https://git.kernel.org/linus/5802e30317d94e77228db960c4786c40124b61e0|commit]], [[https://git.kernel.org/linus/64d20aea6e4bb04fd52e25ea0058bb5767f92c40|commit]], [[https://git.kernel.org/linus/fd78ec3fbc470d33c42a312fd22506e3f3704374|commit]], [[https://git.kernel.org/linus/ecdad2a6921417c539e2f414b8b311501dc2dff0|commit]], [[https://git.kernel.org/linus/55862094a9d0d14f607eec00b925401407d61070|commit]], [[https://git.kernel.org/linus/5d4e1bf60664b5c62deebdb5857bcbf277fa944e|commit]], [[https://git.kernel.org/linus/94c89e73d377a5ce34129f8211849879bb594120|commit]], [[https://git.kernel.org/linus/d6263677bb1b1cee129ad7f62f6ffa3734b34e5e|commit]] * hwmon and SRIOV updates [[https://git.kernel.org/linus/3d9cf962067bef73757f987e3b30928b036499d8|commit]], [[https://git.kernel.org/linus/a19b4801457b0806c0153dc344f548c6f8615896|commit]], [[https://git.kernel.org/linus/6ad71984aa6bb29813c80a7d5c4993966553a431|commit]], [[https://git.kernel.org/linus/a47f3b3992aa7666227e2e48d45fd6b8bc8053be|commit]], [[https://git.kernel.org/linus/754fbf604ff6aa10a68a2dbf292da3e4cbc52c2e|commit]], [[https://git.kernel.org/linus/e76d44fe722761f5480b908e38c5ce1a2c2cb6d6|commit]], [[https://git.kernel.org/linus/cd13244f19eb4cf6f6fd4150fa7d05f435a78d0f|commit]], [[https://git.kernel.org/linus/847da8b1178c9a3ccfc86e72a5a0433509e32802|commit]], [[https://git.kernel.org/linus/cbdbf0aa41ba696269ca41def7aa5fc54ede5dca|commit]] * phy: broadcom: add support for BCM5221 phy [[https://git.kernel.org/linus/3abbd0699b678fc48e0100704338cff9180fe4bb|commit]] * at91: add can_state_get_by_berr_counter() helper, cleanup and convert to rx_offload [[https://git.kernel.org/linus/bf176313c62ec4f97daa893888aa4fde86749cb2|commit]], [[https://git.kernel.org/linus/dd94a2f1f2f848a2534c4b0115db752a55b7eb03|commit]], [[https://git.kernel.org/linus/864c6f07d3c4a4ed40fca932d9aec17607c6cc96|commit]], [[https://git.kernel.org/linus/99f4ff41bbb0a22b3c4bf800b060833255f6ae2a|commit]], [[https://git.kernel.org/linus/9df2faf947bc4e7a48dbd7768ccb95337bb12c44|commit]], [[https://git.kernel.org/linus/d3f4cf05402b06631f282e23dcba85daed732e38|commit]], [[https://git.kernel.org/linus/6315d231efdc6ff1f3344e2d3c66dabcf6e7c27f|commit]], [[https://git.kernel.org/linus/bd7854e83900b0f4c1ec5ddc91c447509f23b160|commit]], [[https://git.kernel.org/linus/9beebc2b5d0038a65977a7a14909598c64ce070f|commit]], [[https://git.kernel.org/linus/7a4b6c860e7268a79545c30882928b234dd1655d|commit]], [[https://git.kernel.org/linus/efad777c3e97472fbd6aa4e5db11dcb3ef3eae90|commit]], [[https://git.kernel.org/linus/2f1a01a82fca5fa734dbe653cce54463f61f0299|commit]], [[https://git.kernel.org/linus/8227088cb3c2afb58a45a946d92f6bf93d04d6de|commit]], [[https://git.kernel.org/linus/f13e86993d85ac98b12159ca9e31dc0357e5a926|commit]], [[https://git.kernel.org/linus/0f2f61d4a8d4611155e7d1633db271ead9057981|commit]], [[https://git.kernel.org/linus/abe1348753b3e062da7e0bfee1da0eef9dffe336|commit]], [[https://git.kernel.org/linus/910f179aa0de17bab654291548aec378f74db293|commit]], [[https://git.kernel.org/linus/e0c9db91d60ba44705a7f333cbed2be8b32b293c|commit]], [[https://git.kernel.org/linus/90aa9a250cf2def73e890177867155f6ce956912|commit]], [[https://git.kernel.org/linus/3d41088fa327782b14b5659dbcfff62ec704c23c|commit]], [[https://git.kernel.org/linus/e26ccc4658c10fc949e475238f94a20b19e96b56|commit]], [[https://git.kernel.org/linus/137f59d5dab4bd55ab3d40080de18bf641bdc26a|commit]], [[https://git.kernel.org/linus/3db6154e44dba8626cd6e31e15bd29d1c3861ca8|commit]], [[https://git.kernel.org/linus/3ecc09856afb83a02c4079db595f9dcc8122b3be|commit]], [[https://git.kernel.org/linus/aa3f5d935cbb302dce89e8f278f6e8a3e2ecea18|commit]] * pcs: xpcs: Add 2500BASE-X case in get state for XPCS drivers [[https://git.kernel.org/linus/f1c73396133cb3d913e2075298005644ee8dfade|commit]] * phy: dp83867: Add support for hardware blinking LEDs [[https://git.kernel.org/linus/1a4890878241dae30da081b03b77056d6b1df882|commit]] * phy: amd: Support the Altima AMI101L [[https://git.kernel.org/linus/32030345297e2a5c94afabb1427862299931b654|commit]] * hns3 * Add some vf fault detect patch for hns [[https://git.kernel.org/linus/f1bc63aa6e114c526a3aed44f9f3a6e23c044d54|commit]] * Add vf fault detect support for HNS3 ethernet driver [[https://git.kernel.org/linus/8a45c4f9e15902e5c52d5c42cda6239bc473c7c8|commit]], [[https://git.kernel.org/linus/f1bc63aa6e114c526a3aed44f9f3a6e23c044d54|commit]] * iavf * Intel Wired LAN Driver Updates for 2023-10-23 (iavf) [[https://git.kernel.org/linus/06ba7ce223045369cb5459f95e6c27e708938cf4|commit]], [[https://git.kernel.org/linus/b5b219a1fa5faeb69b356e0ed3e14136887a905c|commit]], [[https://git.kernel.org/linus/5902ee6dc651f4bb536fbc19e654edc7b6d711d2|commit]], [[https://git.kernel.org/linus/6a0d989d3cdb1b7653ca264ff41f4a4517a79500|commit]], [[https://git.kernel.org/linus/77361cb9c1d6587d460215f096590e9d1f75f9f3|commit]], [[https://git.kernel.org/linus/36d0395b30f822ab4910cdac5438ab0185a6723f|commit]], [[https://git.kernel.org/linus/34ad34bf06cae3cf2f7b8361aebc28b7d51fb7dc|commit]], [[https://git.kernel.org/linus/54584b17880632085906faa49284bc13f7dca06f|commit]] * Support rx-fcs on/off for VFs [[https://git.kernel.org/linus/7559d6724298004b696ffead61ee5dce1f97e908|commit]], [[https://git.kernel.org/linus/7bd48d8d414b378caa5d8a374b931196f8d173e9|commit]], [[https://git.kernel.org/linus/730cb741815c71d9dd8d1bc7d0b7d9a0acc615a8|commit]], [[https://git.kernel.org/linus/89de9921dfa77e43b985bde99a6031ab66511020|commit]] * Introduce Intel IDPF driver [[https://git.kernel.org/linus/a5ab9ee0df0be82aefb099d29b707d2b106e1c87|commit]], [[https://git.kernel.org/linus/a251eee62133774cf35ff829041377e721ef9c8c|commit]], [[https://git.kernel.org/linus/ce1b75d0635ce6daf7c1c3c75ea2f0da61e065b0|commit]], [[https://git.kernel.org/linus/1c325aac10a82f11410da8a2bf35e3e410a42751|commit]], [[https://git.kernel.org/linus/e850efed5e152e6bdd367d5b82019f21298c0653|commit]], [[https://git.kernel.org/linus/c2d548cad1508d334517bcbd7cd5c915cc831fc0|commit]], [[https://git.kernel.org/linus/3a8845af66edb340ba9210bb8a0da040c7d6e590|commit]], [[https://git.kernel.org/linus/02cbfba1add5bd9088c7d14c6b93b77a6ea8f3bb|commit]], [[https://git.kernel.org/linus/8077c727561aace410a67c82d6f058c9bc544b8f|commit]], [[https://git.kernel.org/linus/6818c4d5b3c2e9dd5d7316792f88d371d07d0ebf|commit]], [[https://git.kernel.org/linus/0d7502a9b4a7b7e99dea1dc90c2de6c31d015e26|commit]], [[https://git.kernel.org/linus/95af467d9a4e3be0204a51e640509a701bbe4581|commit]], [[https://git.kernel.org/linus/0fe45467a1041ea3657a7fa3a791c84c104fbd34|commit]], [[https://git.kernel.org/linus/4930fbf419a72d7477426fd883bfc37e20a61a6e|commit]], [[https://git.kernel.org/linus/d4d5587182664b0c4ab6d3556ce881cb975507c2|commit]] * ice * Change MSI-X vectors per VF [[https://git.kernel.org/linus/ea4af9b4005dceb3165ece6ba21091bc6362efc4|commit]], [[https://git.kernel.org/linus/05c16687e0cc78205eaa1b7a70fc6a95f8d3a417|commit]], [[https://git.kernel.org/linus/fe1c5ca2fe760d95eb609976e225111fa055e931|commit]], [[https://git.kernel.org/linus/4d38cb44bd321c81da3457cfbc38501ed8cb6714|commit]] * Add drop rule matching on not active lport [[https://git.kernel.org/linus/9dffb97da291760a5087cb20f851eae740bd7b79|commit]] * Add basic E830 support [[https://git.kernel.org/linus/ba20ecb1d1bb52173d8599c9c613c73adadd5225|commit]], [[https://git.kernel.org/linus/24407a01e57c07aa919279ce85495ad38680cc39|commit]], [[https://git.kernel.org/linus/2777d24ec6d1c0b1bbebb5142465b29c116094e6|commit]], [[https://git.kernel.org/linus/ba1124f58afd37d9ff155d4ab7c9f209346aaed9|commit]], [[https://git.kernel.org/linus/f8ab08c0b769e69a8f6773ab6ffcb44a8d5e57a2|commit]], [[https://git.kernel.org/linus/3cbdb0343022a2ca672cd8913e745cede24b365c|commit]] * Implement cross timestamping for E823 [[https://git.kernel.org/linus/64fd7de2469dd52a7f1517ce95ae22fcb391a8a1|commit]], [[https://git.kernel.org/linus/dd84744cf5ea967c8d53aae6b6a45703dbc5c5c4|commit]], [[https://git.kernel.org/linus/097c317afe0a582cfbf04506f368ee3a3ad0ae74|commit]], [[https://git.kernel.org/linus/89776a6a702e9b7bf9ae1691621f9699b2c18cc1|commit]], [[https://git.kernel.org/linus/88c360e49f512ad50d77444e454331a38c9ba393|commit]], [[https://git.kernel.org/linus/42d40bb21e332151da6fb689bf7d4af8195866ed|commit]], [[https://git.kernel.org/linus/40326b2b4296052039ef1f71330f920063ca1096|commit]], [[https://git.kernel.org/linus/12a5a28b565bfb5abab7ab17fe3c6a3c02a2affe|commit]], [[https://git.kernel.org/linus/be65a1a33bdee3912daac50aa6c5270ec9c37010|commit]], [[https://git.kernel.org/linus/be16574609f14c67efd89d5d8f9f19ab7724bfc9|commit]], [[https://git.kernel.org/linus/5a7cee1cb4b9ef99fe7acd571e1bd51b023b099a|commit]] * Add PTP auxiliary bus support [[https://git.kernel.org/linus/170911bb1b046c5589e0e973c4f5abdb1d5d9e62|commit]], [[https://git.kernel.org/linus/fcd2c1e3139a27766ef263bd2011195dbc8a79f5|commit]], [[https://git.kernel.org/linus/af3c5c8748e6d286d4f2dd9800f9d27f29b8e2ef|commit]], [[https://git.kernel.org/linus/d938a8cca88a5f02f523f95fe3d2d1214f4b4a8d|commit]] * ethtool: Add link mode maps for forced speeds [[https://git.kernel.org/linus/982b0192db455d288fc1deb06632f529c35daa15|commit]], [[https://git.kernel.org/linus/a5b65cd2a317527155321da40dc8520d2a1f4812|commit]], [[https://git.kernel.org/linus/26c5334d344db7a9bffa1f5ce87d9045b5e90383|commit]] * i40e: Add basic devlink support [[https://git.kernel.org/linus/34dd1710f5a3c9a7dc78e1ff6de69a19d407db25|commit]], [[https://git.kernel.org/linus/3e02480d5e3863775e738db9c7888e9b3ebc28dc|commit]], [[https://git.kernel.org/linus/df19ea696644bea14dc2b804066a6b91aa4aaf43|commit]], [[https://git.kernel.org/linus/5a423552e0d9bb882f22cb0bf85f520ca2692706|commit]], [[https://git.kernel.org/linus/7aabde397683263fd8aa146f97cc0846372e0719|commit]], [[https://git.kernel.org/linus/9e479d64dc58f11792f638ea2e8eff3304edaabf|commit]] * dpll: add phase-offset and phase-adjust [[https://git.kernel.org/linus/20f6677234d8105e55beca355135e94bb10fbf74|commit]], [[https://git.kernel.org/linus/90e1c90750d773fc991833f317b439236e13fc25|commit]], [[https://git.kernel.org/linus/c3c6ab95c397134bf5948f18743b3ba8008e7c47|commit]], [[https://git.kernel.org/linus/27ed30d1f861315719bd8c2b2e81576d71750331|commit]] * octeon_ep: support to fetch firmware info [[https://git.kernel.org/linus/8d6198a14e2bfb09f190055b387c90b4ac9b49a4|commit]] * octeontx2-af: Enable hardware timestamping for VFs [[https://git.kernel.org/linus/5ee0a3bd150918512f28c55073b0d782f674320c|commit]] * octeontx2-pf: Tc flower offload support for MPLS [[https://git.kernel.org/linus/a63df366d0915a85d31498d295e6ae81815badde|commit]] * octeontx2-pf: Enable PTP PPS output support [[https://git.kernel.org/linus/35293cb392e6823e35917229c2a9ea01f3176d96|commit]] * Add WED support for MT7988 chipset [[https://git.kernel.org/linus/b230812b9dda125e69ab0a5a11cda88d9c0d18a9|commit]], [[https://git.kernel.org/linus/4b7e02bb6375cd6a23e7834e3da18cb78915afc5|commit]], [[https://git.kernel.org/linus/1543b8ff02f095fe7b609475407691dde715d37e|commit]], [[https://git.kernel.org/linus/bafd764a8baa87e19e6beeaa58eb85fcbbdd6b20|commit]], [[https://git.kernel.org/linus/c6d961aeaa7721e59316556056d1fd946d810d03|commit]], [[https://git.kernel.org/linus/f881f27324483b59a47e34d58774d9bcc761626f|commit]], [[https://git.kernel.org/linus/e2f64db13aa1d08e32621067e4fe16bbc114b375|commit]], [[https://git.kernel.org/linus/3f3de094e834255eea3200cd9352855d696bcb51|commit]], [[https://git.kernel.org/linus/96ddb4d0bf2e68aaff8fdb3b8b0fe125f548dcfd|commit]], [[https://git.kernel.org/linus/6757d345dd7dba795f5af44d4442d55a83c4b1b4|commit]], [[https://git.kernel.org/linus/d274d523c71c825fcd7738c6f401fc283bdad9ff|commit]], [[https://git.kernel.org/linus/9ae7eca9f901efbf0041b8324f54115a2d633dcd|commit]], [[https://git.kernel.org/linus/4518b25c63d4e47566be87b06ce4fb880b6d1186|commit]], [[https://git.kernel.org/linus/71e2135967f470e34a4436cb277920fcdb4b87e0|commit]], [[https://git.kernel.org/linus/7d5a72733b211e020455cd45d63b85352b72c678|commit]], [[https://git.kernel.org/linus/c80471ba74b7f332ac19b985ccb76d852d507acf|commit]] * mlxsw * Move allocation of LAG table to the driver [[https://git.kernel.org/linus/b2e9b1fe8c2e096782c10db868889c64ef8f8a53|commit]], [[https://git.kernel.org/linus/daee7aaba8491e64911438696c5f3f7cb77edf5e|commit]], [[https://git.kernel.org/linus/cf0a86e8ce606438772628c688d1fd36f84ba854|commit]], [[https://git.kernel.org/linus/b46c1f3f5e079d2b6cb2845715942fe75304e498|commit]], [[https://git.kernel.org/linus/be9ed47d3fab36cf20c6efef5d1060e7652a7bf0|commit]], [[https://git.kernel.org/linus/c678972580aedd28f273afdca94da6bb193ba3e7|commit]], [[https://git.kernel.org/linus/66eaaa85418bf52cc0f33d5e933d59732a216a9e|commit]], [[https://git.kernel.org/linus/f5e293f9939e6cb532efa19c0043f8b93355c88b|commit]], [[https://git.kernel.org/linus/8eabd10cdce4fc30e4357eab1fd102530fb09275|commit]], [[https://git.kernel.org/linus/eb26a59232770fc6137759965437ea55d067134b|commit]], [[https://git.kernel.org/linus/8c893abd64ae662990fb41817011d84c101a4083|commit]] * Control the order of blocks in ACL region [[https://git.kernel.org/linus/c01e24936d16fcdac20849e2a71f52a631a995c5|commit]], [[https://git.kernel.org/linus/900f4285bbc2661e330036ee0fae046c7b79036b|commit]], [[https://git.kernel.org/linus/545535fd30dc8eaac96c09d774e8ba57bb247267|commit]], [[https://git.kernel.org/linus/0a67b7a0ec36bda6ce2898016415b36d3b85dca8|commit]], [[https://git.kernel.org/linus/cad6431b867507779c41b00baaf18382467ef0a0|commit]] * mlx5 * Add chunk mode support for mlx5 driver [[https://git.kernel.org/linus/5798e4dd584f23bb5a4db4c524522c4dd8a84a78|commit]], [[https://git.kernel.org/linus/67135f29451ef9dc56ff0415705d667267c4d9d2|commit]], [[https://git.kernel.org/linus/82470eba9df97a021309b360ec48342deaa3c7af|commit]], [[https://git.kernel.org/linus/34a64c8eac2380a28eeab191dc5bf4e0dbadf7c6|commit]], [[https://git.kernel.org/linus/5aa4c9608d2d5fea29e211a80c29696f7d94e9f7|commit]], [[https://git.kernel.org/linus/a899cacab56b0dc9a94b7c02007d2f0b2076b18e|commit]], [[https://git.kernel.org/linus/9114100d10b3e970857afd0bc2f296e147fc9392|commit]], [[https://git.kernel.org/linus/543640af84802e84f1e38ee102882d6ae1354701|commit]], [[https://git.kernel.org/linus/fcb2f2ed4a80cfe383d87da75caba958516507e9|commit]] * vdpa: adds support for vq descriptor table mappings which are used to improve vdpa live migration downtime [[https://git.kernel.org/linus/55229eab8cd767a5811a4fb112b3ca9db6eaa9d2|commit]], [[https://git.kernel.org/linus/cf6e024cf7683551ae218ce9af56b82e68a0ef06|commit]], [[https://git.kernel.org/linus/512c0cdd80c19ec11f6dbe769d5899dcfefcd5c9|commit]], [[https://git.kernel.org/linus/4c6b97416a0427146c221039ed62718c9e897ec0|commit]], [[https://git.kernel.org/linus/a72cac6067fdfde280ece0ec5c055659a8de6508|commit]], [[https://git.kernel.org/linus/186e25387ed6f1403a1b464e31f5381ba4424681|commit]], [[https://git.kernel.org/linus/5dc31bd245a4fd7fe2d1fd79b7a2a81c96d6d33c|commit]], [[https://git.kernel.org/linus/625e4b59a923d2bb30759b88ecca34d12735fa7e|commit]], [[https://git.kernel.org/linus/03dd63c8fae4599439a30e0dde91061789260dbe|commit]], [[https://git.kernel.org/linus/7db0d6027e69f47431800b510192436563ba415b|commit]], [[https://git.kernel.org/linus/1b3ce9576f169ce2122ab98b39bf2357d377ee5b|commit]], [[https://git.kernel.org/linus/d424348b060d87f92cc59d8e6ea9c612c5b708f5|commit]], [[https://git.kernel.org/linus/1c06cd56746a33047d89df02716ff6af9187dd80|commit]], [[https://git.kernel.org/linus/049cbeab861ef483e39f1f65540305400d33771a|commit]], [[https://git.kernel.org/linus/c8068d9bae0c78e8880451b94668253449b2d71d|commit]], [[https://git.kernel.org/linus/07a2da402416891c97335b79a00f23e06549c578|commit]] * Implement mkeys management via LIFO queue [[https://git.kernel.org/linus/57e7071683ef6148c9f5ea0ba84598d2ba681375|commit]] * Support IPsec packet offload in multiport RoCE devices [[https://git.kernel.org/linus/69c08efcbe7fa87ec89f28e0eed0c8c1deedfd83|commit]], [[https://git.kernel.org/linus/dfbd229abeee76a0bcf015e93c85dca8d18568d4|commit]], [[https://git.kernel.org/linus/bf11485f8419f90ffaa3804fd01d8468fcc56e23|commit]], [[https://git.kernel.org/linus/eff5b663a6c3047ebf75ce520d3b3eaccd9fc957|commit]], [[https://git.kernel.org/linus/0d293714ac32650bfb669ceadf7cc2fad8161401|commit]], [[https://git.kernel.org/linus/f2f0231cfe8905af217e5bf1a08bfb8e4d3b74fb|commit]], [[https://git.kernel.org/linus/8c894f88c479e4b059464aee45a42ab72023b0c3|commit]], [[https://git.kernel.org/linus/ef36ffcb381096ed32c309c342a02bf62939c503|commit]], [[https://git.kernel.org/linus/82f9378c443c206d3f9e45844306e5270e7e4109|commit]] * Updates 2023-10-10 [[https://git.kernel.org/linus/74a8dadac17e2bce4ae2a092dda3bf1003dc30e7|commit]], [[https://git.kernel.org/linus/627aa13921c316ac5385237c673ee54612530d94|commit]], [[https://git.kernel.org/linus/b18f2091bc9f93548ea63752278fceaeacedab20|commit]], [[https://git.kernel.org/linus/58cd34772a30d5cbe9fec7d199772149946a4032|commit]], [[https://git.kernel.org/linus/15fa898aebe5b5fdff393bde8c81ba8b6e7427bf|commit]], [[https://git.kernel.org/linus/cae8e6dea279230387d00ccb8c682e6a80ea1989|commit]], [[https://git.kernel.org/linus/0d806cf9c007469e38594322bc39f25da8c5f7d7|commit]], [[https://git.kernel.org/linus/6dd6eaf43e8d22f61c7a5cee3c9fb46118c97175|commit]], [[https://git.kernel.org/linus/d59b73a66e5e0682442b6d7b4965364e57078b80|commit]], [[https://git.kernel.org/linus/d90ea84375b86051e3e648dc9a8fc99919da6b42|commit]], [[https://git.kernel.org/linus/3f7f31fff2510272334f3d0374c432bdaa4f1536|commit]], [[https://git.kernel.org/linus/1d7c4c115f7a835fec387d7f61767781381db5db|commit]], [[https://git.kernel.org/linus/b430c1b4f63be51dde175a1dd3addba65ca24e2b|commit]], [[https://git.kernel.org/linus/e534552c92a44690e48593f9567fe689545ded73|commit]] * Updates 2023-09-19 [[https://git.kernel.org/linus/3b81bcbaee28213ba7e6061c523db918c594ad67|commit]], [[https://git.kernel.org/linus/e738e355045237ee8802cb2b31a8ed6f4b7ac534|commit]], [[https://git.kernel.org/linus/a3cc822beacc7ccabc6966e75e721944818f37ff|commit]], [[https://git.kernel.org/linus/2fe6545ef541bff33362bcce9214e9e390ca34b9|commit]], [[https://git.kernel.org/linus/9caeb1475c3e852bcfa6332227c6bb2feaa8eb23|commit]], [[https://git.kernel.org/linus/653b7eb9d74426397c95061fd57da3063625af65|commit]], [[https://git.kernel.org/linus/f6f46e7173cb4613b84a0c0640355826ee39654f|commit]], [[https://git.kernel.org/linus/e0cc92fd945a9c8e43d4268cf1ea985d0e99a90f|commit]], [[https://git.kernel.org/linus/2284a4836251b3dee348172f69ac84157aa7b03e|commit]], [[https://git.kernel.org/linus/4291ab7112ea5a1c72d05707e8e1521845887699|commit]], [[https://git.kernel.org/linus/2597ee190b4eb48d3b7d35b7bb2cc18046ae087e|commit]], [[https://git.kernel.org/linus/7c35cd836f21acbb1141e03bca737c7e6ddd768a|commit]], [[https://git.kernel.org/linus/a65362f2be8daec046f371ada0e0f9f9cd8ed5dd|commit]], [[https://git.kernel.org/linus/9497036dfbb8db1fda3915ae72f35db161f09e59|commit]], [[https://git.kernel.org/linus/8d88e198dcaf700e33c2a4c796af9434652c56e7|commit]] * nfp: add offload support for CHACHA20-POLY1305 [[https://git.kernel.org/linus/04317b129e4eb5c6f4a58bb899b2019c1545320b|commit]] * Add software timestamp capabilities to xen-netback device [[https://git.kernel.org/linus/0b38d2ec2282f39ecb82b6cdc9af42f817e77551|commit]] * Add Half Duplex support for ICSSG Driver [[https://git.kernel.org/linus/0a205f0fe8dd2ab80531b54f01d6483f37120c0e|commit]], [[https://git.kernel.org/linus/927c568d62128f48d6646d6df801c1ae25cf139f|commit]] * dsa: rtl8366rb: Implement setting up link on CPU port [[https://git.kernel.org/linus/7c192ce9ff1d93f004fa6cdc0f567f5ab3dd4feb|commit]] * tg3: Improve PTP TX timestamping logic [[https://git.kernel.org/linus/b22f21f7a541419d454c5b7c254a9bd02bdd5d58|commit]] * dsa: hsr: Enable HSR HW offloading for KSZ9477 [[https://git.kernel.org/linus/2d61298fdd7b57a81b2ef9ad99c5752f9bed6d14|commit]], [[https://git.kernel.org/linus/e5de2ad163e7df2c2af7d262ee9dec682f580444|commit]], [[https://git.kernel.org/linus/5e5db71a92c537ff37149b58bba6a8b2588a46f0|commit]], [[https://git.kernel.org/linus/6715042cd112e1db971583e2eed89b90d6f9b139|commit]], [[https://git.kernel.org/linus/fefe5dc4afeafe896c90d5b20b605f2759343c3b|commit]] * sfc: conntrack offload for tunnels [[https://git.kernel.org/linus/e447056147effae1f77854986b5782bb22d77f62|commit]], [[https://git.kernel.org/linus/f96622fd3a74426db935bff11e00dac33480748f|commit]], [[https://git.kernel.org/linus/937a0feab42ea76ae2dc6a8b1921ca167b8f9baa|commit]], [[https://git.kernel.org/linus/ec1dc6c88ce4f4fb541244f22c42e8cd69037d98|commit]] * ixp4xx_eth: Support changing the MTU [[https://git.kernel.org/linus/0b912fc93a680ab6105a63c36222923fbe09065e|commit]] * Wangxun ethtool stats [[https://git.kernel.org/linus/68185a4b37d8790196c7441cb3020cc489d9835f|commit]], [[https://git.kernel.org/linus/46b92e10d631b6a2c06d151929e87f1d39d72b8a|commit]] * sfc: support conntrack NAT offload [[https://git.kernel.org/linus/0c7fe3b3720ed59219ba3d8079eddc719cb36b35|commit]], [[https://git.kernel.org/linus/38f9a08a3e6a6ad6393c60f82a50bdd0c23478b0|commit]] * tsnep: Inline small fragments within TX descriptor [[https://git.kernel.org/linus/dccce1d7c04051bc25d3abbe7716d0ae7af9c28a|commit]] * dsa: microchip: provide Wake on LAN support [[https://git.kernel.org/linus/78c21fca0b391792cb105e4a505bcba88ea737e1|commit]], [[https://git.kernel.org/linus/818cdb0f4b3834b342a32040ba0ee12fefb548e0|commit]], [[https://git.kernel.org/linus/71bbcd2eaf042ec3f10122e3f3b1be67dbfb1c16|commit]], [[https://git.kernel.org/linus/aed7425d65108bc6e7cb2f64a11aa35b9f5e4397|commit]], [[https://git.kernel.org/linus/77c819cb493acf04bcbb52411debc4ef044429b2|commit]], [[https://git.kernel.org/linus/02e987f52cf0dc8465e937f49ddfa3a047796fda|commit]], [[https://git.kernel.org/linus/3b454b6390c32d5a6a31ee67f510095b138264d1|commit]], [[https://git.kernel.org/linus/ea37ccea66e6bdd9f3571418b6461850088c114e|commit]], [[https://git.kernel.org/linus/8afb91acc4a3ea25ce15160df1fcab93b155b75e|commit]] * Add support for ICSSG on AM64x EVM [[https://git.kernel.org/linus/b256e13378a90c6465bbab1dcaf8c2847357538d|commit]], [[https://git.kernel.org/linus/0caab0a46d066f068952776cba64158c25be70d4|commit]] * dsa: microchip: Add partial ACL support for ksz9477 switches [[https://git.kernel.org/linus/002841be134e60994a34b510eebf5f091d0cd6c6|commit]] == Storage == * ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list [[https://git.kernel.org/linus/b8b8b4e0c052b2c06e1c4820a8001f4e0f77900f|commit]] * QLOGIC QLA4XXX iSCSI DRIVER: open-iSCSI driver for Qlogic Corporation's iSCSI HBAs [[https://git.kernel.org/linus/afaf5a2d341d33b66b47c2716a263ce593460a08|commit]] * ufs: qcom: Align programming sequence as per HW spec [[https://git.kernel.org/linus/17d11949827375d74bdf5df18c3f5813ee7d5933|commit]], [[https://git.kernel.org/linus/fd915c67cdd53e201b28b30f8a78e5c85fb97864|commit]], [[https://git.kernel.org/linus/3091181beeefc37dd44b1a0f95015f4367b26a54|commit]], [[https://git.kernel.org/linus/a53dfc008353b6e1cb6a5d961f1679fb863ab6a1|commit]], [[https://git.kernel.org/linus/b4e13e1ae95e7d9ad3dd2e1ca98cd1328d913fb8|commit]], [[https://git.kernel.org/linus/07d2290fe80dc9b1b0d066dc2027b84770144e49|commit]] * ufs: core: Add support for parsing OPP [[https://git.kernel.org/linus/72208ebe181e38678dce753354233acf0cc5422b|commit]] * target: Allow userspace to config cmd submission [[https://git.kernel.org/linus/1caddfc5816e4bf55cf7962775e6ed509ddfdf9b|commit]], [[https://git.kernel.org/linus/e2f4ea40138e16d1dfd768f2dead8f3f75a85673|commit]], [[https://git.kernel.org/linus/e344c00e7ccd8c86e284999921fe0a6e623fffc8|commit]], [[https://git.kernel.org/linus/194605d45dcb511983caca699d81855693b25fe0|commit]], [[https://git.kernel.org/linus/40ddd6df93a359e5494424de5f8d730ffe7ac99a|commit]], [[https://git.kernel.org/linus/6dbc829d101d9edb41081de01968792a009c9a78|commit]], [[https://git.kernel.org/linus/428926796e7f3b2eb57b1d4886334d2f5abb35fa|commit]], [[https://git.kernel.org/linus/5c48a4ea32806f3d74731f7304f5fbf2035ab985|commit]] * imm: Add a module parameter for the transfer mode [[https://git.kernel.org/linus/68a4f84a17c1d83daf8c07446ca32f7958f49c04|commit]] * scsi_debug: Add error injection for single device [[https://git.kernel.org/linus/6e2d15f59b1cc6ed613b94e0969335a7868f04ca|commit]], [[https://git.kernel.org/linus/a9996d722b1197b625acfa350dd2849e35ad6092|commit]], [[https://git.kernel.org/linus/962d77cd4c852e6a34ffd44fc5f32ba678e02633|commit]], [[https://git.kernel.org/linus/32be8b6e22eb76a08c66414593ef02d5eb151be7|commit]], [[https://git.kernel.org/linus/33bccf55c20b66dfca6644c8dc9b396cec82e85c|commit]], [[https://git.kernel.org/linus/33592274321eab2e35e2fdf01857c722431fcf8f|commit]], [[https://git.kernel.org/linus/5551ce928805ba790db0fa0a895e207d5d05717d|commit]], [[https://git.kernel.org/linus/0267811625e13a7743eeb6072b57509bf909f484|commit]], [[https://git.kernel.org/linus/f084fe52c640775de51056670f568ec7104b922a|commit]], [[https://git.kernel.org/linus/573c2d066eb950dd9bd6e8735d3a859bbc21b3cc|commit]] == Sound == * hda/realtek * Add support dual speaker for Dell [[https://git.kernel.org/linus/f0d9da19d7de9e845e7a93a901c4b9658df6b492|commit]] * Enable internal speaker of ASUS K6500ZC [[https://git.kernel.org/linus/713f040cd22285fcc506f40a0d259566e6758c3c|commit]] * Enable Mute LED on HP 255 G8 [[https://git.kernel.org/linus/8384c0baf223e1c3bc7b1c711d80a4c6106d210e|commit]] * Enable Mute LED on HP 255 G10 [[https://git.kernel.org/linus/b944aa9d86d5f782bfe5e51336434c960304839c|commit]] * hda: cs35l56: Handle speaker id GPIOs [[https://git.kernel.org/linus/914cc63eea6fbe11ed46dba5e4438d81b0cd42d2|commit]], [[https://git.kernel.org/linus/6f03b446cbaeb3187b1df1e7e8b13c6340cd6c68|commit]] * amd: acp: Add acp6.3 pci legacy driver support [[https://git.kernel.org/linus/b97f4dac40eecfc2fc9b818b427a8eda44cb7763|commit]], [[https://git.kernel.org/linus/3a94c8ad0aae2b14a55059869871ea2d199af489|commit]], [[https://git.kernel.org/linus/57e857770f6021a73af85e6b201203520cb1a529|commit]], [[https://git.kernel.org/linus/40f74d5f09d7c068bd7a980dc06a688dc8d2b3e3|commit]], [[https://git.kernel.org/linus/caa126f2b0c821811eedf2e2fd435b11844bf0f1|commit]], [[https://git.kernel.org/linus/e84db124cb2158b538820f31f641c28b86fb3ca3|commit]], [[https://git.kernel.org/linus/c7bf9156f811bcffb4201a0bf5d1b32d97ec0e5f|commit]], [[https://git.kernel.org/linus/1b6180c095bc9a6c25e38ae1ec6481f8df20a81f|commit]], [[https://git.kernel.org/linus/33d120a49b970acbe465041d7b71e0cd6a1d1de0|commit]], [[https://git.kernel.org/linus/16fb2a25440a85708778f6442914066c98dc2f1e|commit]], [[https://git.kernel.org/linus/d4c2d5391d7efc29fdd59d54355526c9ace16bec|commit]], [[https://git.kernel.org/linus/9393bfb4c4dea406dd345820a6b39b9c70a7f934|commit]], [[https://git.kernel.org/linus/39d9ee47167a2210d803f651c8fdcac84f03e766|commit]] * codecs: Add aw88399 amplifier driver [[https://git.kernel.org/linus/8ade6cc7e26175529474690fdbc1965901ec2024|commit]], [[https://git.kernel.org/linus/725f3b967a507c515c5b14b4103840d22c217ef7|commit]], [[https://git.kernel.org/linus/debd9fa7bf17251c44a01ac1536d97566df45ca6|commit]] * codecs: wsa883x: fix pops and clicks [[https://git.kernel.org/linus/805ce81826c896dd3c351a32814b28557f9edf54|commit]], [[https://git.kernel.org/linus/f0220575e65abe09c09cd17826a3cdea76e8d58f|commit]] * ASoC: mediatek: Update MT8195 machine driver [[https://git.kernel.org/linus/3d00d2c07f04f47aa4228700b440ac47abf13853|commit]], [[https://git.kernel.org/linus/4047b35c836ff9f8bf1f57c4ab871136899267e9|commit]], [[https://git.kernel.org/linus/d601bb78f06b9e3cbb52e6b87b88add9920a11b6|commit]] * ASoC: hdac_hda: add HDA patch loader support [[https://git.kernel.org/linus/842a62a75e709b3efb5020a25a225fa51748c5f9|commit]] * ASoC: mediatek: mt8188-mt6359: add rt5682s support [[https://git.kernel.org/linus/748d508e5b4cb537ed91e7bc5a664c526b6c64f6|commit]] * ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: add rt5650 support [[https://git.kernel.org/linus/8a79ff9e46beee03dfc2ce9cc80f7090f57d64cb|commit]] * amd: acp: Add sound support for a line of HUAWEI laptops [[https://git.kernel.org/linus/54fcd9dd44b2c82a0262e29b288c2d0b36c6bba5|commit]], [[https://git.kernel.org/linus/c680f57095411559e7605af689c7ce01f2281005|commit]], [[https://git.kernel.org/linus/869f30782cdad0a86598a700a864e4a2bf44f8cc|commit]], [[https://git.kernel.org/linus/a43c0dc1004cbe2edbae9b6e6793db71f6896449|commit]], [[https://git.kernel.org/linus/2f06f231f0bfe74711fee14e28a8789a3de9bc36|commit]] * Add PWM-DAC audio support for !StarFive JH7110 RISC-V SoC [[https://git.kernel.org/linus/be326bee09374a2ebd18cb5af8fcd6f1e7825260|commit]], [[https://git.kernel.org/linus/d1802d59ab533f5d5fdfa3483c11ca77c5b21fdd|commit]], [[https://git.kernel.org/linus/748c482d032ef8a607cbf696c6d31afd25293bcb|commit]] * SOF ipc4/Intel: Implement split fw library loading [[https://git.kernel.org/linus/5a8a9d70ecac3acbd49e70ad8f85153c0315643e|commit]], [[https://git.kernel.org/linus/4f0f3c774947fdd3c4236cef9372b329c276845c|commit]], [[https://git.kernel.org/linus/369ea9f82c279e88a52217b56dc1f973de57ac56|commit]], [[https://git.kernel.org/linus/c2d8f17ed0c70816737cbf8f530d2178ee6affbb|commit]] * ipc4/Intel: Support for firmware exception handling [[https://git.kernel.org/linus/c8b54a2f7af41740b5faad2f6846d927b14369ca|commit]], [[https://git.kernel.org/linus/e449b18ff03c2f90430d00486fd713854b28c077|commit]], [[https://git.kernel.org/linus/4287205065f244f4d40ae6aa7875b3ebffedcf8d|commit]], [[https://git.kernel.org/linus/a397899f81d52202265d4977a99085f53e426826|commit]], [[https://git.kernel.org/linus/58bb5081cba130f12c26d8e4d5e9416a0272f07e|commit]], [[https://git.kernel.org/linus/eb6e5dab11401c64f5d5576c71e5fc0a4c7b321a|commit]], [[https://git.kernel.org/linus/80b567f8995757d36008f835853cea8d2f7c34c0|commit]], [[https://git.kernel.org/linus/ab05061d25806515358d184eb4d305f7f12befdc|commit]], [[https://git.kernel.org/linus/c1c48fd6bbe788458e3685fea74bdb3cb148ff93|commit]] * ipc4-control: Support for Switch and Enum controls [[https://git.kernel.org/linus/07a866a41982c896dc46476f57d209a200602946|commit]], [[https://git.kernel.org/linus/4a2fd607b7ca6128ee3532161505da7624197f55|commit]], [[https://git.kernel.org/linus/060a07cd9bc69eba2da33ed96b1fa69ead60bab1|commit]] * scarlett2: Driver updates [[https://git.kernel.org/linus/58f1df25403988b73d7129fcd2c4d4c24017f1af|commit]], [[https://git.kernel.org/linus/6e743781d62e28f5fa095e5f31f878819622c143|commit]], [[https://git.kernel.org/linus/b9a98cdd3ac7b80d8ea0f6acd81c88ad3d8bcb4a|commit]], [[https://git.kernel.org/linus/d98cc489029dba4d99714c2e8ec4f5ba249f6851|commit]], [[https://git.kernel.org/linus/bc83058f598757a908b30f8f536338cb1478ab5b|commit]] * Support mute notifications for CS35L41 HDA [[https://git.kernel.org/linus/4c870513fbb02b842408b840cf68ea8fe09ed82e|commit]], [[https://git.kernel.org/linus/447106e92a0c86c332d40710436f38f64c322cd6|commit]], [[https://git.kernel.org/linus/7ce669334c55c50ecc2909c42275a3eec0039799|commit]], [[https://git.kernel.org/linus/502629a75566b5cb409c118125d38102e5edc8f6|commit]] * Add rtq9128 audio amplifier [[https://git.kernel.org/linus/00a6d389b82477548e54d4813d504c2a7317ef7c|commit]], [[https://git.kernel.org/linus/736064c64cf3fc51c6090884a9f4efe047f9f616|commit]], [[https://git.kernel.org/linus/0339eadb871ab1ebf249932fecb75ab13cc3c565|commit]] * ASoC: Adds support for TAS575x to the pcm512x driver [[https://git.kernel.org/linus/1f817805262c2c34142291da376d4932d3c493bc|commit]] * codecs: Add aw87390 amplifier driver [[https://git.kernel.org/linus/6a4c3ce3f06cee1c25420cae8634269021ef8504|commit]], [[https://git.kernel.org/linus/b116c832c9e84843c64eed087271e29b3bc6c1b8|commit]], [[https://git.kernel.org/linus/457b6587c112e162d3bec871c7b93359168d5c0a|commit]], [[https://git.kernel.org/linus/085370aa8c880da7014d0d8f93343fc1d21104b8|commit]], [[https://git.kernel.org/linus/4717636f3fc257f2d35acbf5b5c21d0831d701da|commit]], [[https://git.kernel.org/linus/b99d8d8adfda1f9220dd2ee9bdb96ba02dc62bd7|commit]], [[https://git.kernel.org/linus/c786770ed8a53836490f6157f40ef83c7149ee75|commit]], [[https://git.kernel.org/linus/e83219c94abb4ad977f6b2b8be7d466ef0c2248f|commit]], [[https://git.kernel.org/linus/74ff4f22d81e97b5c2505cee2ff743fc9249d9e2|commit]], [[https://git.kernel.org/linus/f83287a72551833a6fe2fc96f334b26e6eba77e8|commit]] * cs35l56: Update hibernate/wake sequences and enable hibernation [[https://git.kernel.org/linus/634ed138d80b1cc8a903edb226458ea203c44abd|commit]], [[https://git.kernel.org/linus/79b101947a829a1c4c3eca4b6365093d2b534cf4|commit]], [[https://git.kernel.org/linus/3df761bdbc8bc1bb679b5a4d4e068728d930a552|commit]], [[https://git.kernel.org/linus/a47cf4dac7dcc43ef25d009ca0ad28fc86ba0eef|commit]] * cs35l56: Use PCI SSID to select specific firmware [[https://git.kernel.org/linus/1a1c3d794ef65ef2978c5e65e1aed3fe6f014e90|commit]], [[https://git.kernel.org/linus/d8b387544ff4d02eda1d1839a0c601de4b037c33|commit]], [[https://git.kernel.org/linus/ba2de401d32625fe538d3f2c00ca73740dd2d516|commit]], [[https://git.kernel.org/linus/47f56e38a199bd45514b8e0142399cba4feeaf1a|commit]] * scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support [[https://git.kernel.org/linus/2b17b489e47a956c8e93c8f1bcabb0343c851d90|commit]] * aloop: Add support for the non-interleaved access mode [[https://git.kernel.org/linus/e299a9fd433fe13702724f7f9b2f0f49f5345126|commit]], [[https://git.kernel.org/linus/462494565c27ea15d5deebd3605cb826c95ac98f|commit]] * scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support [[https://git.kernel.org/linus/b61a3acada0031e7a4922d1340b4296ab95c260b|commit]] * Add I2S support for the !StarFive JH7110 SoC [[https://git.kernel.org/linus/1a512d13837ac5db2a6174315957b64c369f1fe0|commit]], [[https://git.kernel.org/linus/92cfc35838b2a4006abb9e3bafc291b56f135d01|commit]], [[https://git.kernel.org/linus/4e1abae5688aae9dd8345dbd4ea92a4b9adf340d|commit]], [[https://git.kernel.org/linus/d6d6c513f5d2d14651336fb4e30f097822b46f29|commit]], [[https://git.kernel.org/linus/206110c74c4af6772916acacae5f28993085bf18|commit]] * mediatek: svs: add support for mt8188 [[https://git.kernel.org/linus/7f08e806a03e0453a0de27137b668d4de52fcd49|commit]], [[https://git.kernel.org/linus/fa095fe0ab3589109dc5add3f34e16a053d90260|commit]], [[https://git.kernel.org/linus/8dc08c82afbf00e3cbe8944f7e33fa133c01858f|commit]], [[https://git.kernel.org/linus/6b841f34d51c9e0e69751e023130992687c9fd37|commit]] * Bluetooth: Add support for Intel Misty Peak - 8087:0038 [[https://git.kernel.org/linus/7bbd827750e630003896c96d0212962276ee5d91|commit]] * SoC * Add qdsp baked soundcard [[https://git.kernel.org/linus/4531f512e3ef147f07d47bceb256c0af5ab130b7|commit]], [[https://git.kernel.org/linus/5443d186163c6ab0084a5b23c901e0f9ba792463|commit]] * Add interconnect driver for SDX75 [[https://git.kernel.org/linus/3642b4e5cbfe480892858f0209c6fd0a3172a103|commit]], [[https://git.kernel.org/linus/956329ec7c5eba430211b48cca1b0372b4a4d702|commit]] * Intel: avs: Add support for rt5514 codec [[https://git.kernel.org/linus/0262a8a079896440fab98844124a951d85b63166|commit]], [[https://git.kernel.org/linus/8b78fbf7bffac4f7b1b747fbce45ac32f530c96e|commit]] * Intel: machine driver update [[https://git.kernel.org/linus/ccab2c7dfe0f0382e87d63052b9988d466bc8b9e|commit]], [[https://git.kernel.org/linus/e82907e7c10ef87768a625e732083f8dc4fe75e3|commit]], [[https://git.kernel.org/linus/8d2671d12a305ccd81c117a2293b87376a9d8e84|commit]], [[https://git.kernel.org/linus/729fd8b233c9a716f38834d486eacb952034fdb0|commit]], [[https://git.kernel.org/linus/4b38d63916ab0d21c9eb967087e9ccb99d151696|commit]], [[https://git.kernel.org/linus/14b7ed66e394d097eed9469abef1434a0e07b383|commit]], [[https://git.kernel.org/linus/18e12093e3da13f32bc5521a894a9c92357f7f55|commit]], [[https://git.kernel.org/linus/48bc32d94c360a8501e632d24557ad3aba304e9e|commit]], [[https://git.kernel.org/linus/e8f34882622274f6d107774d9f621ef924df0b03|commit]], [[https://git.kernel.org/linus/02a204dd4e627900fad66b4362f6c4fb6a0a7a26|commit]], [[https://git.kernel.org/linus/db31e3a1c5bcf9dc6fe12325f162946e3161bb57|commit]], [[https://git.kernel.org/linus/95409545095bca8fd6a48bc66c401e101dfc57e6|commit]], [[https://git.kernel.org/linus/aa3216f52a64c833866b94b1e3e215540f562343|commit]], [[https://git.kernel.org/linus/5f706c5e929b10c6fa38c0170d9ddec21e373f20|commit]], [[https://git.kernel.org/linus/6bd912d75dcf2c919a715b6e163f90a125e66d78|commit]], [[https://git.kernel.org/linus/c1cecc920a7fd2f4d3cc5f77be0de58f2cee4f35|commit]] * intel: Add CS42L43 sdw machine driver support [[https://git.kernel.org/linus/cc676c0df591a81de662bb28a705fe6ed1331024|commit]], [[https://git.kernel.org/linus/05fe62842804d644d986cb248ca871335b2628af|commit]], [[https://git.kernel.org/linus/06d94b43fc39af16d3d74a93d27ee92902b56bc6|commit]] * Harden SSP boards and add TDM support [[https://git.kernel.org/linus/47c09498666056d131b0e507eb65ecf854b10085|commit]], [[https://git.kernel.org/linus/d3decc196afdce9456442e2bdc9033fd5d2d00b3|commit]], [[https://git.kernel.org/linus/e6d50e474e45862096932edc31932fbbd5e8f1c7|commit]], [[https://git.kernel.org/linus/7a6debe0478596ac892ecf3cc336aacf09a9e4d8|commit]], [[https://git.kernel.org/linus/393648ce731b087f5a685044c9e41afb815421f7|commit]] * Intel: boards: updates for 6.7 [[https://git.kernel.org/linus/2e1a4596dcecda57b32a3fe94059ae72f5f0cac1|commit]], [[https://git.kernel.org/linus/7368ae921b1c717bc1a208182995a3804da9f337|commit]], [[https://git.kernel.org/linus/c9314526ffe8daf70853e406ff96265baf9295a2|commit]], [[https://git.kernel.org/linus/b0cf3d3ccf31f31c9c415566968caf1405fc0893|commit]], [[https://git.kernel.org/linus/5124d08d0ea49c7f4dda989827d0959e58a22150|commit]], [[https://git.kernel.org/linus/43e354dada62c0425db900f327a6e11babefcf5c|commit]], [[https://git.kernel.org/linus/3ceb66edd6911b251f2406fa2044daa8d9f00d73|commit]], [[https://git.kernel.org/linus/9b61ac56dd0546d67babfa3babe134cb26895ab6|commit]], [[https://git.kernel.org/linus/e70ca580e9c8d59bc8cf70cb15546da5aecff3a0|commit]], [[https://git.kernel.org/linus/a5172ef251f03eb18bed9e3f9a5c093679f29e1b|commit]], [[https://git.kernel.org/linus/e5bc0a508881eed7a328dd4dd3efad733d90912c|commit]], [[https://git.kernel.org/linus/fbaaf80d8cf6f5da4397108efceca99abfaebbc8|commit]] * Intel: more machine driver updates for 6.7 [[https://git.kernel.org/linus/45f1b12e0366a750d65e92307685964488a3b6f4|commit]], [[https://git.kernel.org/linus/7fce91bab644f13e8a861ebf9c4c98a8072b6abc|commit]], [[https://git.kernel.org/linus/a92ccd574390149d3d64488ec5fe1e9b80e5f74c|commit]], [[https://git.kernel.org/linus/d74bad3b74524e4f34c97903ad170d9061bcfbd9|commit]], [[https://git.kernel.org/linus/a1360c45a445f0824d4723136a9e993c94b77be8|commit]], [[https://git.kernel.org/linus/28809aaeabdf2c01ffe597553146527d1fba3589|commit]], [[https://git.kernel.org/linus/5c072ca8e1b7545b280d5416ecef77e3b0891a2c|commit]], [[https://git.kernel.org/linus/10626812b5987b3a05adf6b4f4417e7398b7047c|commit]] |
|
Line 120: | Line 695: |
* Displayport Alternate Mode 2.1 Support [[https://git.kernel.org/linus/6c29de68fb2955463d6b4115364ca78fcb0275bd|commit]], [[https://git.kernel.org/linus/70ca6c7312c5ec5bd8a3656c9df8b2c90d04bdc5|commit]], [[https://git.kernel.org/linus/f9ee6043283a78c84adf6ef3cef7a085eee4130f|commit]], [[https://git.kernel.org/linus/c365b1e1f40499472433cc8fca3d0ea280ead52a|commit]], [[https://git.kernel.org/linus/a17fae8fc38e91026f116a85c5068668fbf9848a|commit]] | |
Line 129: | Line 705: |
* !ChipIdea: add Nuvoton NPCM UDC support [[https://git.kernel.org/linus/85331f56cb72b2808469edc02369eab26a55a210|commit]], [[https://git.kernel.org/linus/ceae398f15b32ebce8db73c15f2603c3b72eca32|commit]], [[https://git.kernel.org/linus/2978cc1f285390c1bd4d9bfc665747adc6e4b19c|commit]] * dwc3: xilinx: add reset-controller support [[https://git.kernel.org/linus/de7ecc4e0570d7956d8745faeeda26f0873b7324|commit]] * dwc3: add Realtek DHC RTD SoC dwc3 glue layer driver [[https://git.kernel.org/linus/a3d19c289bedc99f01010020074f00b60640ade8|commit]], [[https://git.kernel.org/linus/34c200483569fc209e31017e2f6fdbfcb79cd3d5|commit]] |
|
Line 140: | Line 719: |
== Staging area == * rtl8192u: Remove broken driver [[https://git.kernel.org/linus/ca61f10ab2b874b889e89d14ea09fae2dcccdca6|commit]] * qlge: Remove qlge [[https://git.kernel.org/linus/ec705b983b46b8e2d3cafd40c188458bf4241f11|commit]], [[https://git.kernel.org/linus/875be090928d19ff4ae7cbaadb54707abb3befdf|commit]], [[https://git.kernel.org/linus/733802d974e5af42acb7cd61b16c0ce6dd03b7ed|commit]] * resolver: move ad2s1210 out of staging [[https://git.kernel.org/linus/a5101e91e94d4f12e402fb4e8b46caa0213ea03a|commit]], [[https://git.kernel.org/linus/40efeec7600949c2f6319c11d8a7f294a1c5e590|commit]], [[https://git.kernel.org/linus/169dc2adafecc19ecf53a101398edd7f3ff03529|commit]], [[https://git.kernel.org/linus/713bbb4efb9dcda2e96c8338db1f21c68f2d822a|commit]], [[https://git.kernel.org/linus/235e4b988046d29097523703bb5e5e3ba77259ca|commit]], [[https://git.kernel.org/linus/bae023765199bef243b49c0f8860a3290a5c9f6d|commit]], [[https://git.kernel.org/linus/86a333c59806bc170156209e9a52c6393d00c652|commit]], [[https://git.kernel.org/linus/73aa842baf877cc8c8da819f4ea927307dd8b6e4|commit]], [[https://git.kernel.org/linus/5987279373446e97206a7078b2229446ba871ea0|commit]], [[https://git.kernel.org/linus/1638b6d4f7c9515a6c26b2401ab3624fcef20916|commit]], [[https://git.kernel.org/linus/7dde2719fb3892ad69da4b1c5790bac5ea958a09|commit]], [[https://git.kernel.org/linus/e025cb2c684827ffde62f99dd7c911540136b347|commit]], [[https://git.kernel.org/linus/d97d11c70f25726fc21b2b2f1a26e16ac96a8ccf|commit]], [[https://git.kernel.org/linus/af8b284f23a600a86bb51a591d27e85d5f861b93|commit]], [[https://git.kernel.org/linus/b3335cd557fb886cd58ac6f9d0b283bbab120411|commit]], [[https://git.kernel.org/linus/3e7d173aef28d05a8db2941d78498f67746b27bc|commit]], [[https://git.kernel.org/linus/6c5cc2b4a01e8e10d38bad17720ec55ae60a5299|commit]] == Media devices (V4L/DVB) == * cros-ec-cec: Add Constitution to the match table [[https://git.kernel.org/linus/5bc2de5f517d561a5b8dc472d3ba17d0f32b122e|commit]] * mgb4: Added support for T200 card variant [[https://git.kernel.org/linus/9ea7be95d3d4d76df63cef13b4360cd58548b2ef|commit]] * Removal of the old videobuf framework [[https://git.kernel.org/linus/2a2fffb488a3c5ea9c06d0b572c90c4aa78709b6|commit]], [[https://git.kernel.org/linus/785c4aa400cb81cb96793771bb629c6582c71f21|commit]] * Support Nuvoton NPCM Video Capture/Encode Engine [[https://git.kernel.org/linus/1568583b3977f232e6e7a652fd4be95a11d0ecae|commit]], [[https://git.kernel.org/linus/46c15a4ff1f4fe078c5b250fb2570020211eab38|commit]], [[https://git.kernel.org/linus/f329051273ca01c74a827c70d0d47f2525678b7a|commit]], [[https://git.kernel.org/linus/c3dea90fdfc16b768add6ef99dfd6eec8a0bf48c|commit]], [[https://git.kernel.org/linus/2817154cd18942cd89e254d3764a378518a3270f|commit]], [[https://git.kernel.org/linus/d62d8e7b59f9d7ed9b6eaaa788fee0d727b7d3ad|commit]] * i2c/hi556: add a new mode 1296x722 settings [[https://git.kernel.org/linus/206d8a9b36d32877db1952bb4afd357ba4a9cb88|commit]] * qcom: camss: Add parameter passing to remove several outstanding bugs [[https://git.kernel.org/linus/35a62432af1ee9041fde0e1afe1d019ca82516cc|commit]], [[https://git.kernel.org/linus/90cc4555730bfd0fc6af5c8a5a81d80bfce4cff7|commit]], [[https://git.kernel.org/linus/f910d3ba78a2677c23508f225eb047d89eb4b2b6|commit]], [[https://git.kernel.org/linus/91719b27926a2e382dba8cb161cb244aebddad71|commit]], [[https://git.kernel.org/linus/c23c7998161595b19ee1162da09609c31b5b4393|commit]], [[https://git.kernel.org/linus/1643b787a2367089148d5577f1bc8db619dc91a1|commit]], [[https://git.kernel.org/linus/bcd2adfef23aee34d74e0b0a299e3268182cf27f|commit]], [[https://git.kernel.org/linus/5c07f30bed52ed85673b634f77467e404645785d|commit]], [[https://git.kernel.org/linus/0727615fb975f69c23a9e71cd0a982be67bfe159|commit]], [[https://git.kernel.org/linus/2ce0bd411b826dca852f7452d267c5f924c5f3f7|commit]], [[https://git.kernel.org/linus/de98fe8d1c508c9b1ceb7189a9a84e57ba849578|commit]], [[https://git.kernel.org/linus/2de3a6546aeee6807b4315107a0131081fd0205e|commit]], [[https://git.kernel.org/linus/7b5c2ad524f5d4d16fb9fb7ec2ea81bd4d2a6fcb|commit]], [[https://git.kernel.org/linus/7c1340e4c2964d1839c0f9c2e0a4397ab4278b84|commit]], [[https://git.kernel.org/linus/5900b051959ebf56eb5c6687d8cafb48fc34b973|commit]], [[https://git.kernel.org/linus/9e0c2597779921c03f6265c1ce45b0121004e301|commit]], [[https://git.kernel.org/linus/b2c2715e5aaf959d8f86a8aceccd537ebbdb19f6|commit]] * rc: meson-s4: support RC_DRIVER_SCANCODE driver [[https://git.kernel.org/linus/dc8bc779feb5e855421215384f23de90a4fcd622|commit]], [[https://git.kernel.org/linus/5e05f204a19bb62142e97e30345eb21f2880f392|commit]], [[https://git.kernel.org/linus/e798f5b2d1cc22c6a01107da504dd195e685339c|commit]] * CSI2RX support on J721E and AM62 [[https://git.kernel.org/linus/b4a3d877dc92963a4db16ddb71df3d333c0d40bd|commit]], [[https://git.kernel.org/linus/a91d06f46bf725f97d2bf344294c54bc57686889|commit]], [[https://git.kernel.org/linus/6f28a427a913370300bf116ad900c17bf3dbbf1c|commit]], [[https://git.kernel.org/linus/cdb175144aad4983395607d986a482bdb02a9174|commit]], [[https://git.kernel.org/linus/4aafe0268cab0353e87022a96937f55c90513943|commit]], [[https://git.kernel.org/linus/ca5b901c1896c5232fb3dd637279980670e8e6b9|commit]], [[https://git.kernel.org/linus/b2701715301a49b53d05c7d43f3fedc3b8743bfc|commit]], [[https://git.kernel.org/linus/c6ed7a39f177ef56f12a3427817566d2bbabcf03|commit]], [[https://git.kernel.org/linus/c49f2a696272303ce3dd3684c984b025ca6dad82|commit]], [[https://git.kernel.org/linus/a64175fabfbdfe32e33024c5c5ecaf6646125fd6|commit]], [[https://git.kernel.org/linus/dbca7b3c412b86e2684542467f2565b52e2f0cb3|commit]], [[https://git.kernel.org/linus/aee5b415c95aa913aa9222bbe13c817c7e67ec85|commit]], [[https://git.kernel.org/linus/1dd592748a80417ffc0f64eefe75a4e567d67f03|commit]] * Add onsemi MT9M114 camera sensor driver [[https://git.kernel.org/linus/24d756e914fc3418bad7897b0657aefa9ef848e8|commit]], [[https://git.kernel.org/linus/e00d0d9e74fe2b1dccea3b8ee1c9593dba8f6117|commit]] * ov13b10: Add 1364x768 register settings [[https://git.kernel.org/linus/397b2a25b8c0b66dd5e317db620eb5c72dc25827|commit]] * cros-ec-cec: Add support for multiple ports [[https://git.kernel.org/linus/e0e5d3e5a53b3bc354c18030b78b7ebcb33e004b|commit]], [[https://git.kernel.org/linus/425d20518c54bc6d66d733fb117a9a4046932d50|commit]], [[https://git.kernel.org/linus/e7885b9c6564dc39b55f546b4a4afa0a44bb0be5|commit]], [[https://git.kernel.org/linus/4d0e179a42879f7d76a5b95a2e7e7a5afa33954a|commit]], [[https://git.kernel.org/linus/e90bd1fe7cda1aa267fe683e392b4433ec2dc0d3|commit]], [[https://git.kernel.org/linus/afca12e35e711ae8f97e835a3704cc305592eac9|commit]], [[https://git.kernel.org/linus/5d227f02ceb9cc120cf04efbd77e12da182a5f62|commit]], [[https://git.kernel.org/linus/1cabf52639d16428bc0d61028dcaf38e29c5f3b5|commit]], [[https://git.kernel.org/linus/adbfc747ddfb48c06d238640e16939916b7a4494|commit]], [[https://git.kernel.org/linus/8d3e6030e30fd1f2fad74265219f4ba39170a4ba|commit]] * platform: cros-ec: Add Boxy to the match table [[https://git.kernel.org/linus/beeefd75fa35bc037bff10fc4f65434eb4429750|commit]] |
|
Line 144: | Line 743: |
== Watchdog == * it87_wdt: add IT8613 ID [[https://git.kernel.org/linus/e2c520c4022016ccf20ba1c57af9fc2e56a1516f|commit]] == Voltage and current regulator == * qcom_spmi: Add PM8909, PM8019 and PMA8084 [[https://git.kernel.org/linus/317aa3c4fe708fcbee5b9fe5fc25e1b9e92b83f5|commit]], [[https://git.kernel.org/linus/813d01a40ae7c0c67681c82edce8463fbbd84b08|commit]], [[https://git.kernel.org/linus/350aab7f8f2c7d7368d2bbc47717696a51014078|commit]], [[https://git.kernel.org/linus/6f20872035378ab2311cc901f8f94f8718f1b17f|commit]], [[https://git.kernel.org/linus/f72d04235781cf89410ffd750109f4b9931c50ea|commit]], [[https://git.kernel.org/linus/5b30cb2a317a8e2636f724e8ebf5cbe3849e786e|commit]] * Add ADI MAX77503 regulator driver and bindings [[https://git.kernel.org/linus/a0c543bdf4ba4f10d21fb2d44a9abc5715184966|commit]] * qcom-rpmh: Add regulator support for SC8380XP [[https://git.kernel.org/linus/afb823a5843e6790106fcfe5029cfa736e05007f|commit]], [[https://git.kernel.org/linus/ae61939cdf378ae3acc5716ccb43fef3cdace36e|commit]] == MULTIFUNCTION DEVICES (MFD) == * Add support for XLCDC to sam9x7 SoC family. [[https://git.kernel.org/linus/ad3a3c6e4aef5d77c4e5c1f9e46f40e8240079f7|commit]] * Add support for poweroff via RK806 PMIC [[https://git.kernel.org/linus/b0227e7081404448a0059b8698fdffd2dec280d2|commit]], [[https://git.kernel.org/linus/2a46cd97f401a669d71b3d36b78bd6653f8424ee|commit]], [[https://git.kernel.org/linus/f0eb624455426cf7ddb453c4e5204b388d134c2e|commit]], [[https://git.kernel.org/linus/961748bb155590570c76b94e6e5fe2a5e2cb4029|commit]] * intel-lpss: Add Intel Lunar Lake-M PCI IDs [[https://git.kernel.org/linus/e53b22b10c6e0de0cf2a03a92b18fdad70f266c7|commit]] * lpc_ich: Add a platform device for pinctrl Denverton [[https://git.kernel.org/linus/b4e40505f90a9936e7dd2dd0b98a1af97d8941f0|commit]], [[https://git.kernel.org/linus/1f84f88dc15036d63fa7c84833a440370f22a74b|commit]], [[https://git.kernel.org/linus/16c4c1bb7e01d5de797c43d7a2396434f2078b0a|commit]], [[https://git.kernel.org/linus/b0eb61880f004290a62b71b135825e9c5f5bde99|commit]] == MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM == * hsq: Improve random I/O write performance for 4k buffers [[https://git.kernel.org/linus/68df98c48398e68e7f187b5ee92fb2576d6fd7d1|commit]] * add NPCM SDHCI driver support [[https://git.kernel.org/linus/0ebebb21c48408bfa96a6fb18aa1a5bb543e2312|commit]], [[https://git.kernel.org/linus/4436673a4fe1e83520589f4f05235a510f82f637|commit]] == NFC SUBSYSTEM == * Add RZ/V2M CSI slave support [[https://git.kernel.org/linus/7227c0216d2f879d548e8028dc0298a6156ae633|commit]], [[https://git.kernel.org/linus/4056d88866e5941ebd15fb2523119f0ddc5186da|commit]] == PCI == * Add Ampere Altra Attention Indicator extension driver [[https://git.kernel.org/linus/820f59ed9680cd145138c39fb2956a140a0e38f0|commit]] * mgb4: Added Digiteq Automotive MGB4 driver [[https://git.kernel.org/linus/0ab13674a9bd10514486cf1670d71dbd8afec421|commit]] * Add support for Xilinx XDMA Soft IP as Root Port. [[https://git.kernel.org/linus/8d786149d78c7784144c7179e25134b6530b714b|commit]] * dwc: rcar-gen4: Add R-Car Gen4 PCIe support [[https://git.kernel.org/linus/2a6d0d63d99956a66f6605832f11755d74a41951|commit]], [[https://git.kernel.org/linus/6c4b39937f4e65688ea294725ae432b2565821ff|commit]], [[https://git.kernel.org/linus/1896d17f916819b8b5d145b4feef77109e78c435|commit]], [[https://git.kernel.org/linus/2066b41a2ef83937f70a84927cbbcc969528b867|commit]], [[https://git.kernel.org/linus/a9a1bcba90254975d4adbcca53f720318cf81c0c|commit]], [[https://git.kernel.org/linus/bad659dfd2f6bd342ca319ef8f99928b378f487f|commit]], [[https://git.kernel.org/linus/0d0c551011df4519c232f7114cdace9000e86c51|commit]], [[https://git.kernel.org/linus/6a87c0931b21074d2dc21809f01862493048a5cb|commit]], [[https://git.kernel.org/linus/89db0793c9f2da265ecb6c1681f899d9af157f37|commit]], [[https://git.kernel.org/linus/220cb6bef93031ee2fc795a7782e86fe65b7044b|commit]], [[https://git.kernel.org/linus/164f66be0c2523e65df41b755c41b7c9ff58035a|commit]], [[https://git.kernel.org/linus/9baa8a18e31b7167885c11c38841ce92bbe20f4f|commit]], [[https://git.kernel.org/linus/7873b49b41b92edb3395bff9a528eaf89da5e41c|commit]], [[https://git.kernel.org/linus/1a9745476caea2374e0c6ab8285c192158e52d2d|commit]], [[https://git.kernel.org/linus/9197bf4bb93238ee23ab7fc84db57d9c474d61cf|commit]] == PIN CONTROL SUBSYSTEM == * Add pinctrl driver support for Realtek DHC !SoCs [[https://git.kernel.org/linus/bc8d39a56916edbf7e9dde7489812e1fb11bcdbb|commit]], [[https://git.kernel.org/linus/105c931a22556eec1d2e2f7b5f6f7710081da2b0|commit]], [[https://git.kernel.org/linus/aa399e6c6b24c9cc8a8e4ccc205457205cd41491|commit]], [[https://git.kernel.org/linus/916cc2b734cbdfdd4c58887be51a8a8a398e18d7|commit]], [[https://git.kernel.org/linus/e99ce78030db2fca9b296a1c4f4aaa87b008d97b|commit]], [[https://git.kernel.org/linus/ee3014e863ee14d02992fdf1a19f4cc62dfe82ed|commit]], [[https://git.kernel.org/linus/c7910f6aca567614738226e4597d18a6f8dacfee|commit]] == MEMORY TECHNOLOGY DEVICES (MTD) == * spinand: winbond: add support for serial NAND flash [[https://git.kernel.org/linus/c374839f9b4475173e536d1eaddff45cb481dbdf|commit]] * spinand: add support for FORESEE F35SQA002G [[https://git.kernel.org/linus/f447318fb1d156b4b6da79266724c7ee347d1b59|commit]] * spinand: Add support for XTX XT26xxxDxxxxx [[https://git.kernel.org/linus/d656610ea702f243ac8534637cbbe06b24418b4b|commit]] * Fix a series of wear leveling problems [[https://git.kernel.org/linus/a2ea69dac674df0fba59c66146a21145108a85ed|commit]], [[https://git.kernel.org/linus/415e4723c4325464d489c1ef3335eb6679905471|commit]], [[https://git.kernel.org/linus/d4c48e5b58f12835de779f5425ef741c4d0fb53e|commit]], [[https://git.kernel.org/linus/08a4267874164b2e9c8c50831acd466f47208acc|commit]], [[https://git.kernel.org/linus/ac085cfe57df2cc1d7a5c4c5e64b8780c8ad452f|commit]], [[https://git.kernel.org/linus/a033ab4fec5fd9194d1b6c0306efbdc75f70b142|commit]], [[https://git.kernel.org/linus/90e0be56144b064be1a816cbdd184d2a8be7061b|commit]], [[https://git.kernel.org/linus/eada823e6a6fb856548f6e0c7a343cd5c41bb9d3|commit]], [[https://git.kernel.org/linus/4d18b5a57b16c21cf868369ca555068722c32b2d|commit]], [[https://git.kernel.org/linus/8ff4e620ac93a5d332735e4f5a4ff31d80682b9a|commit]], [[https://git.kernel.org/linus/c19286d70aaa361cdb073a68a1f66232c359e2fd|commit]], [[https://git.kernel.org/linus/761893bd490b039258fda893c2a15fa59334c820|commit]] == POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS == * Add pm8916 VM-BMS and LBC [[https://git.kernel.org/linus/f8d7a3d21160a0cab4d15b81231f2a76b0fcee13|commit]], [[https://git.kernel.org/linus/098bce1838e0549228c8d426e5de72ec5594b5c4|commit]], [[https://git.kernel.org/linus/5cee843d56072135c0d4be4a2d8a20df05155009|commit]], [[https://git.kernel.org/linus/7f590e38317657123fed828d267372a3d6f93260|commit]] * MM8013 fg driver [[https://git.kernel.org/linus/c75f4bf6800bde67df22ac95139279ec8764118a|commit]], [[https://git.kernel.org/linus/9d15ff53398b4b21198ee6dec4f65a251de881dc|commit]], [[https://git.kernel.org/linus/dc2dc941730438250a5c6567b8685f065ce1dd0f|commit]] == REAL TIME CLOCK (RTC) == * Add RTC for MStar SSD20xD !SoCs [[https://git.kernel.org/linus/cfb67623ce281e045ec11e3eddb1b68b879b53a1|commit]], [[https://git.kernel.org/linus/ebf6255868e6141c737cacb8d62b0b347f344877|commit]] == HARDWARE MONITORING == * nct6683: Add another customer ID for ASRock X670E Taichi [[https://git.kernel.org/linus/05b68e18ec64663be11119dd48de52fec927dfde|commit]] * pmbus/mpq7932: Add a support for mpq2286 Power Management IC [[https://git.kernel.org/linus/fe0eba175e96820ae6b8ff2d6407ca5ab40a1d31|commit]] * Add driver for ltc2991 [[https://git.kernel.org/linus/2b9ea4262ae9114b0b86ac893b4d6175d8520001|commit]] == I2C == * stm32f7: Add atomic_xfer method to driver [[https://git.kernel.org/linus/544a8d75f3d6e60e160cd92dc56321484598a993|commit]] * i801: Add support for Intel Birch Stream SoC [[https://git.kernel.org/linus/8c56f9ef25a33e51f09a448d25cf863b61c9658d|commit]] == IIO == * Add support for the whole MCP39xx family [[https://git.kernel.org/linus/593d73629a441bccad21a5bffc126df8f9280831|commit]], [[https://git.kernel.org/linus/3165dcb300ff60e794909f02b1fd3a41908682ea|commit]], [[https://git.kernel.org/linus/d1f6a2ac592241215f9229e68eb951211d08695e|commit]], [[https://git.kernel.org/linus/6eb3af76ade388329a6c87ba41d38000184ae4e8|commit]], [[https://git.kernel.org/linus/655be10df27d98f014fd4691909e15d56834020e|commit]] * adc: add LTC2309 support [[https://git.kernel.org/linus/733e0fed9c275b7d9e07041cfca8b221c71e3bd2|commit]], [[https://git.kernel.org/linus/0679ea0be2c86e384bc7fef46ef94cdd0aa73aa3|commit]] * Adding support for Microchip MCP3564 ADC family [[https://git.kernel.org/linus/33ec3e5fc1ea0e0c5c93425170602533c07f55d4|commit]], [[https://git.kernel.org/linus/df2ece7aec158bd2b62a75b37bcc230bbd2695f4|commit]] * adc: ad7192: Add improvements and feature [[https://git.kernel.org/linus/db7fe1f610b39b398076f6c3fcb33378c4cb58ef|commit]], [[https://git.kernel.org/linus/1edf1c00acf8d9b60d436d6a0a55e395353a446c|commit]], [[https://git.kernel.org/linus/564cfb28409a265f272f0e7c73ce211827b36204|commit]] * Add new channels for adis16475 [[https://git.kernel.org/linus/8f6bc87d67c0309a98546d933bfefd2837154c8e|commit]], [[https://git.kernel.org/linus/94a39f2c443b3fc5efe31a68502991020eefa3d2|commit]], [[https://git.kernel.org/linus/744f4990ee0519ebef21fa7db094240bbaf3d746|commit]] * accel: Add support for Kionix/ROHM KX132-1211 accelerometer [[https://git.kernel.org/linus/774c3fabc9ff5fd10e779a4322ee4cbc36272c07|commit]], [[https://git.kernel.org/linus/e631f61f76329644dd4e88e83d6cca5c0b138949|commit]], [[https://git.kernel.org/linus/6712d85852b348d07301c7480f7eb3312d329143|commit]], [[https://git.kernel.org/linus/8abacef3b7fb6dd7054c0b327390ae8e1087f9e5|commit]], [[https://git.kernel.org/linus/377dddbe53b941fdc4babbf177c47659de68eeef|commit]], [[https://git.kernel.org/linus/e7123a4dfcd732c4d10620748588e3715f362802|commit]], [[https://git.kernel.org/linus/13d5398a8eebcb19e3424979658d97fbe1b21891|commit]] * Support ROHM BM1390 pressure sensor [[https://git.kernel.org/linus/81ca5979b6ed9a2b49cf9e253a494e0777b0edf9|commit]], [[https://git.kernel.org/linus/62593189b66ac6b5b69d2cf5b90728cc65a8fd68|commit]], [[https://git.kernel.org/linus/8a76356e7db02ec7b1913db06605e70294d94672|commit]], [[https://git.kernel.org/linus/2d3dff577dd0ea8fe9637a13822f7603c4a881c8|commit]] * Support ROHM KX132ACR-LBZ Accelerometer [[https://git.kernel.org/linus/1c8af63782583ee9d3a95e971a26570ae3f25af6|commit]], [[https://git.kernel.org/linus/a68ad2062fb2fb227a022b0392398bb53fd75012|commit]] == INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS == * cyttsp5: add handling for vddio regulator [[https://git.kernel.org/linus/2f06996d72df779a47852bcf059fc04a555fe342|commit]] * resolver: move ad2s1210 out of staging [[https://git.kernel.org/linus/d4f5f937c3dfdea9f49c3cdeea8813b0d9f7715a|commit]], [[https://git.kernel.org/linus/169dc2adafecc19ecf53a101398edd7f3ff03529|commit]], [[https://git.kernel.org/linus/4efa877ac942d63c335820bf52d262e76901bea9|commit]], [[https://git.kernel.org/linus/27ffa2216acfab3527064ec13666f35d70f76045|commit]] * HID: Support light color temperature and chromaticity [[https://git.kernel.org/linus/06790d4c69d1851573baa4459e5bf6ac986cb0eb|commit]], [[https://git.kernel.org/linus/ee3710f39f9d0ae5137a866138d005fe1ad18132|commit]], [[https://git.kernel.org/linus/42f311751102ef4884ae7352d7e85bd97280d2d3|commit]], [[https://git.kernel.org/linus/5f05285df691b1e82108eead7165feae238c95ef|commit]], [[https://git.kernel.org/linus/286d528bf0fae9f334fba857825b9701df1675b2|commit]], [[https://git.kernel.org/linus/82cdcdf227f3965cce3ac94bc2e473e9c898f402|commit]], [[https://git.kernel.org/linus/908fee511ced79537b78db60f9b9bdb2f537679a|commit]], [[https://git.kernel.org/linus/c6c97210e27237438689611980f8a7b87bcc79bf|commit]] * HID: apple: add Jamesdonkey and A3R to non-apple keyboards list [[https://git.kernel.org/linus/113f736655e4f20633e107d731dd5bd097d5938c|commit]] == LED == * Add a driver for KTD202x [[https://git.kernel.org/linus/0ebdb7210943eb345992bea9892adbd15a206193|commit]], [[https://git.kernel.org/linus/000b1eab4fce227dc81c312cd5fef05fce71d004|commit]] == HWMON == * Add ti,ina237 support to ina238 driver [[https://git.kernel.org/linus/b1f05cb4b310a8b8a48a1fac50fd76aeed30aa54|commit]], [[https://git.kernel.org/linus/2358151bfb304aedda44348384557c161151bf57|commit]] * ina3221: Add selective summation support [[https://git.kernel.org/linus/9152ed09309de1a876680e6309c8eccb509b44b0|commit]], [[https://git.kernel.org/linus/7b64906c98fe503338066b97d3ff2dad65debf2b|commit]], [[https://git.kernel.org/linus/13ab5fdc2cc60b24016546a8f402acd239280b68|commit]], [[https://git.kernel.org/linus/8acbbddcf9913149ef47b20f487289da02c4a291|commit]] * asus-ec-sensors: add ROG Crosshair X670E Gene. [[https://git.kernel.org/linus/f7ac3020036b500cc474f9173481fdaed964b381|commit]] * adt7475: Add support for Imon readout on ADT7490 [[https://git.kernel.org/linus/62c11e461c7b669e8d42c0e49c8193a5e14d002a|commit]] * Add POWER-Z driver [[https://git.kernel.org/linus/4381a36abdf1c5c0323c1c51f869dc000115eb20|commit]] * powerz: add support for ChargerLAB KM002C [[https://git.kernel.org/linus/2232f10d714f2198d037b8047f482c09f7ad3b9a|commit]] == REMOTE PROCESSOR (REMOTEPROC) == * Add support for MT8195 SCP 2nd core [[https://git.kernel.org/linus/d1a8ac11ee72c192611b0cae98ad6304314f9ae7|commit]], [[https://git.kernel.org/linus/fcc14c9cd5ad9186ce9d7777d443e42128ef3b48|commit]], [[https://git.kernel.org/linus/eaf5b89953b0f88ddc933bd27e120ba4007231ac|commit]], [[https://git.kernel.org/linus/796a35f19400bab757b4325e05ec4333d27028fa|commit]], [[https://git.kernel.org/linus/5d5cfce48069df97ae83d001187f69d63b87242f|commit]], [[https://git.kernel.org/linus/b0cdc6a4df7a8e0bcddd7a302229a6ae9a3e044e|commit]], [[https://git.kernel.org/linus/c01fb97cf2b55b155ee99c1ad51672f80042a922|commit]], [[https://git.kernel.org/linus/6b55b1e2fd7f0a91e75271c6199a81e72a403492|commit]], [[https://git.kernel.org/linus/cdd2218700c129ea24b778856d7819884446999a|commit]], [[https://git.kernel.org/linus/1fdbf0cdde98c113b17f8cd089a892c5f0437d3e|commit]], [[https://git.kernel.org/linus/9ea166698f48c299ca6bd4730950ca1176f51e1b|commit]], [[https://git.kernel.org/linus/6a1c9aaf04eb4536da922f18e05c73a2afadfe2a|commit]], [[https://git.kernel.org/linus/c6eda63f33cbd6cff7c302869bd9a135b4a8a813|commit]] == DMA GENERIC OFFLOAD ENGINE == * Add Intel Analytics Accelerator (IAA) crypto compression driver [[https://git.kernel.org/linus/7af1e0aceeb321cbc90fcf6fa0bec8870290377f|commit]] * xdma: Cyclic transfers support [[https://git.kernel.org/linus/cd8c732ce1a561d62e22a9d8cf5e4737d66b7d5e|commit]], [[https://git.kernel.org/linus/0db2b6717c5ed1471a639f3af2f650eb9010c732|commit]], [[https://git.kernel.org/linus/721a730eceb009ba61f8eeee31360c02ed8f6aba|commit]] == COMPUTE EXPRESS LINK (CXL) == * Add support for RCH RAS error handling [[https://git.kernel.org/linus/bf6c9fa846e2a0f7db2a2eabd52ad4f8d4335bcb|commit]], [[https://git.kernel.org/linus/6ac07883dbb5f60f7bc56a13b7a84a382aa9c1ab|commit]], [[https://git.kernel.org/linus/0a867568bb0d203ca3d28634a611a1367d7c892d|commit]], [[https://git.kernel.org/linus/d3970f006f084e5aab5091a865203899259e4d70|commit]], [[https://git.kernel.org/linus/2dd18279202f6247904e6e23738c1ec6a86b24b1|commit]], [[https://git.kernel.org/linus/8ce520fdea245c9e17ebc0659973984362bc1fde|commit]], [[https://git.kernel.org/linus/e8db0701605bccbeb8d7907ecd2e50f346a725bd|commit]], [[https://git.kernel.org/linus/dd22581f89537163f065e8ef7c125ce0fddf62cc|commit]], [[https://git.kernel.org/linus/f05fd10d138d8ba795fcd72ace99e9c8eb7e777e|commit]], [[https://git.kernel.org/linus/d1a9def33d7043df7445114cb89c0aa65818ae91|commit]], [[https://git.kernel.org/linus/6777877eb7a3290cf0a8a6b621e46f72f9d94b6b|commit]], [[https://git.kernel.org/linus/6c5f3aacb2963d49a11d4f8accb1188db6a6404b|commit]], [[https://git.kernel.org/linus/33d9c987bf8fb68a9292aba7cc4b1711fcb1be4d|commit]], [[https://git.kernel.org/linus/f611d98a003644f76ad8fea7c3ca786a8ca69aff|commit]], [[https://git.kernel.org/linus/4d758764e7f9db83806135f3bfcff1ab64f16e60|commit]], [[https://git.kernel.org/linus/d8add49263a98d766e5758dc2ec9f83c3b685c12|commit]], [[https://git.kernel.org/linus/b7e9392d5d46a67fb5b66dbb2c257dd0d48eec70|commit]], [[https://git.kernel.org/linus/a2fcb84a1978e4e855d632a07412030e99819cb8|commit]] == COUNTER SUBSYSTEM == * Add Intel 8254 Counter support [[https://git.kernel.org/linus/66fe531268f274310a052603fc298f6cc177489b|commit]], [[https://git.kernel.org/linus/92f7a35836c2e13ae5f0dc8c7f889e92f66a9d19|commit]], [[https://git.kernel.org/linus/d428487471ba6640ee8bcdabaf830aec08b85400|commit]] == CPU FREQUENCY SCALING FRAMEWORK == * qcom-nvmem: add support for IPQ8074 [[https://git.kernel.org/linus/eef243d04b2b69e032f145e1f165afb4160be3e5|commit]] * qcom-nvmem: Enable cpufreq for ipq53xx [[https://git.kernel.org/linus/ba5a61a08d83b18b99c461b4ddb9009947a4aa0e|commit]] * mediatek: Add support for MT8365 [[https://git.kernel.org/linus/70d99a8f0442bbc5abfa34ea27ce1fcacff57f90|commit]] * Add basic cpufreq scaling for Qualcomm MSM8909 [[https://git.kernel.org/linus/709d473dd5e1f9bad0745437f0eb48a4e259b57f|commit]], [[https://git.kernel.org/linus/5cbff51e709a72a60b0416b00521b835a1f9a3d5|commit]], [[https://git.kernel.org/linus/2a5d46c3ad6b0e62d2b04356ad999d504fb564e0|commit]] * qcom-nvmem: add support for IPQ6018 [[https://git.kernel.org/linus/47e161a7873b0891f4e01a69a839f6161d816ea8|commit]], [[https://git.kernel.org/linus/53dd01da9729a9ece9ef1e47d248b420467836ae|commit]] == COMMON CLK FRAMEWORK == * qcom: sm8x50: enable RNG [[https://git.kernel.org/linus/2f3755381da8d592656f1ef6868fa9f96c450ba9|commit]], [[https://git.kernel.org/linus/3e16d322f21c6bba7ac7dc08ff2664e68b021915|commit]], [[https://git.kernel.org/linus/f29cd5bb64c258f29b4c49452532481f50eb43ca|commit]], [[https://git.kernel.org/linus/0960ec915a7531e3a760cf97d523ce2fa90b1412|commit]], [[https://git.kernel.org/linus/63b299a18694b89d6c814e0d86230d09542bed4c|commit]] * omap: omap4-embt2ws: 32K clock for WLAN [[https://git.kernel.org/linus/4eb15b036367006ec7f0b9880993ceb6ae259ec8|commit]], [[https://git.kernel.org/linus/63416320419e99ea4c6530587658e5d14e9402ba|commit]], [[https://git.kernel.org/linus/b06545fcb3c696f36fac6ba4c73023cef96d2f7f|commit]], [[https://git.kernel.org/linus/611ed1a5f394b41ab8ab892942c2e2ab42499245|commit]] * Add camera clock controller support for SM8550 [[https://git.kernel.org/linus/78412c262004be21d1104ffad3232bb1c2e14a25|commit]], [[https://git.kernel.org/linus/a209cf9cc8ae436c227e28c3e6a36fc1894b2dea|commit]], [[https://git.kernel.org/linus/ccc4e6a061a21d75b96d82fc4b084a8d96df6eb4|commit]], [[https://git.kernel.org/linus/3132a9a11e57f257ab79ae79ce101a38952fa50a|commit]], [[https://git.kernel.org/linus/9cbc64745fc6744c0b7a35b59545f21236d81a53|commit]] * qcom: Add support for GCC and RPMHCC on SM4450 [[https://git.kernel.org/linus/c32c4ef98baca6dfedbddace1e0bbcae0ca65050|commit]], [[https://git.kernel.org/linus/d2d04deb5566b82aeb795f24014f5b3bdb8315ed|commit]], [[https://git.kernel.org/linus/5a6eabf3268f91ce3cb5350210d0a876fa65b481|commit]], [[https://git.kernel.org/linus/0b8aae7ed8eaf24d5f59d390325e9b2ebf1c78bd|commit]] * clk:imx: misc update/fix for i.MX8 [[https://git.kernel.org/linus/eaefd1cf36a6507ff7dd2d30f68201de259eec63|commit]], [[https://git.kernel.org/linus/2838820800dcaa60f32bef715c7e2e87e049aebc|commit]], [[https://git.kernel.org/linus/15cee75dacb82ade710d61bfd536011933ef9bf2|commit]], [[https://git.kernel.org/linus/8568b3c499268456b76cdc2e9e1b9d86d8b08837|commit]], [[https://git.kernel.org/linus/ab2c30f6bbe34dbf13ff2cc0cf7bc237de2df013|commit]], [[https://git.kernel.org/linus/a699148b8704aa11600321b9f6b6b21f09418c42|commit]], [[https://git.kernel.org/linus/4fcb51fb0e3084ee81edaf8aea98ac01e456a871|commit]] * Show active consumers of clocks in debugfs [[https://git.kernel.org/linus/dcce5cc7826e9c6b3a2443e5e6b7f8d02a103c35|commit]] * clk: Allow phase adjustment from debugfs [[https://git.kernel.org/linus/e43d31915cc4fca4e04daeca6c0ff25cc57cf956|commit]] * qcom-nvmem: add support for ipq806x [[https://git.kernel.org/linus/1e633d713b64872fcdfd7a558480d34e0c8685bd|commit]], [[https://git.kernel.org/linus/24d8fba44af32163334c1f162e65ba93eb2993fd|commit]], [[https://git.kernel.org/linus/ff63282ed2271d242baaa2026cd8acb0c0b990ff|commit]], [[https://git.kernel.org/linus/a243a1ed7b4a410b588404592b2028e0cbed8d48|commit]] * MSM8976 PLL,RPMPD and DTS changes [[https://git.kernel.org/linus/31c133b4a07e3db456a7e661c96653cd65a25bc6|commit]], [[https://git.kernel.org/linus/684277525c70f329300cc687e27248e405a4ff9e|commit]], [[https://git.kernel.org/linus/500a4609eef46d49a260173b66cabb20bd5159ad|commit]], [[https://git.kernel.org/linus/34e000c0963e55f24be2254fa645f8dd8257a9e0|commit]], [[https://git.kernel.org/linus/1fa2d1a887c763246662a88e203d69b36052770c|commit]], [[https://git.kernel.org/linus/de37ca2dc98607e74522d8f243aa7feac74577c5|commit]] == SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers == * Add qcom smc/hvc transport support [[https://git.kernel.org/linus/da405477e7670782241234ea6b4309f3224ecb63|commit]], [[https://git.kernel.org/linus/6979f88f5a8e6ab1cdbfeb842abb7ce9daecbb8d|commit]] * arm_scmi: Add support for clock parents [[https://git.kernel.org/linus/77bbfe607b1d306c88bf96fed00c030f6bf462f1|commit]] == IOMMU SUBSYSTEM == * Userspace controlled attributes for hardware page tables (HWPT/iommu_domain) [[https://git.kernel.org/linus/24b1d476167df3e30c7a53b67765bf3c787c5160|commit]], [[https://git.kernel.org/linus/4efd98d41ea71835f4d291176ff1fd0a1803dfd5|commit]], [[https://git.kernel.org/linus/786478a90294ea5b149ed1156a43e82d63ea61ff|commit]], [[https://git.kernel.org/linus/98ac73f99bc44fba8a14252ffb0bad02459f7008|commit]], [[https://git.kernel.org/linus/90057dc095dca023ad3e8cd5a129f392b543fb9e|commit]], [[https://git.kernel.org/linus/8359cf39acba72606736f453f54432ac9dc28523|commit]], [[https://git.kernel.org/linus/c462944901319cb52ec0d0382dcea64f4f6f70e8|commit]], [[https://git.kernel.org/linus/1c68cbc64fe6ac01dc242ba562344303031a76fb|commit]], [[https://git.kernel.org/linus/f128094f347f578279e551488796d0a0067cbdff|commit]], [[https://git.kernel.org/linus/2ad56efa80dba89162106c06ebc00b611325e584|commit]], [[https://git.kernel.org/linus/3529375e7777b0f9b77c53df9a7da122bd165ae7|commit]], [[https://git.kernel.org/linus/df31b298477e65a01deff0af352be3a61524d930|commit]], [[https://git.kernel.org/linus/59ddce4418da483c932bc7a08b88d6ba14020e83|commit]], [[https://git.kernel.org/linus/8565915e75581ba540527d1d9a2b89620002a0d0|commit]], [[https://git.kernel.org/linus/e04c7487a6655722172e93e8f36e51d6ab279f86|commit]], [[https://git.kernel.org/linus/4601cd2d7c4c82c4bafc822e1ff630a709eff206|commit]], [[https://git.kernel.org/linus/e98befd010bd56b8b3f2afea2d600e30df023e6b|commit]] * Nested translation support for HWPTs (part 1/3) [[https://git.kernel.org/linus/2bdabb8e82f564d19eeeb7c83e6b2467af0707cb|commit]], [[https://git.kernel.org/linus/bd529dbb661d62bd9f03e44c9fc837d98a190499|commit]], [[https://git.kernel.org/linus/9744a7ab62cc7354096aaff788c08b947f86ba60|commit]], [[https://git.kernel.org/linus/58d84f430dc7f737d21c60906de0f39104c89e9d|commit]], [[https://git.kernel.org/linus/55a01657cbee07d772b1d3cb144f867a326e4673|commit]], [[https://git.kernel.org/linus/54d606816b32401de5431f6776a78b1de135bfa2|commit]], [[https://git.kernel.org/linus/e9d36c07bb787840e4813fb09a929a17d522a69f|commit]], [[https://git.kernel.org/linus/b5021cb264e67baf051569a41debe277c279952b|commit]], [[https://git.kernel.org/linus/89db31635c87a7856e205c7ebf9f562e4bb206fe|commit]], [[https://git.kernel.org/linus/65fe32f7a4472e19331a524b9c980b3444dd20a2|commit]] * vt-d: debugfs: Enhancements to IOMMU debugfs [[https://git.kernel.org/linus/2b437e80456654df3980706384065d444f4bb54d|commit]], [[https://git.kernel.org/linus/d87731f609318a27e9aa3d01cf97798599d32839|commit]], [[https://git.kernel.org/linus/e8aa45f8cc2c3afe2a3608ea7220bbdb516bef07|commit]] * Add SMMUv2 support for SM7150 [[https://git.kernel.org/linus/70c613602b55d7011ccc4883ab5c0095db307db7|commit]], [[https://git.kernel.org/linus/c53cdc02915a380b69c9db9e59e86b3a98415a3d|commit]] * IOMMUFD * IOMMUFD Dirty Tracking. AMD/ARM/Intel CPUs can now record if a DMA writes to a page in the IOPTEs within the IO page table. This can be used to generate a record of what memory is being dirtied by DMA activities during a VM migration process. A VMM like qemu will combine the IOMMU dirty bits with the CPU's dirty log to determine what memory to transfer [[https://git.kernel.org/linus/e04b23c8d4ed977dbab4a4159f9e4d9a878b5c65|commit]], [[https://git.kernel.org/linus/7adf267d66d1d737ea8318976fd1ce93733fd3a4|commit]], [[https://git.kernel.org/linus/ae36fe70cea4d7c177452ab41e6734fa3cbd4ad8|commit]], [[https://git.kernel.org/linus/e2a4b294784957fc28ecb1fed8a7e69da18eb18d|commit]], [[https://git.kernel.org/linus/b9a60d6f850e4470017b60f731220a58cda199aa|commit]], [[https://git.kernel.org/linus/8c9c727b6142325ed5697240fceb99cbeb4ac2ec|commit]], [[https://git.kernel.org/linus/421a511a293fe1c73b37f6147c6676c4ee6efa04|commit]], [[https://git.kernel.org/linus/a9af47e382a4d517685cb13c780272e7f300ebc5|commit]], [[https://git.kernel.org/linus/f35f22cc760eb2c7034bf53251399685d611e03f|commit]], [[https://git.kernel.org/linus/266ce58989ba05e2a24460fdbf402d766c2e3870|commit]], [[https://git.kernel.org/linus/13578d4ebe8be1c16146f37c0c91f2579611cff2|commit]], [[https://git.kernel.org/linus/134288158a415cd863b1c32c7dcddc0a1dc32aab|commit]], [[https://git.kernel.org/linus/53f0b020218fcc0a56a11df39630dbd379e4d9a6|commit]], [[https://git.kernel.org/linus/7623683857e52b75184d37862c70f1230aef2edd|commit]], [[https://git.kernel.org/linus/5f9bdbf4c65860cc8b9c544d92bfd76fbea8d9c5|commit]], [[https://git.kernel.org/linus/750e2e902b7180cb82d2f9b1e372e32087bb8b1b|commit]], [[https://git.kernel.org/linus/0795b305da8902e7d092f90bf9a1a2c98f34b1db|commit]], [[https://git.kernel.org/linus/609848132c71316df3260d1ec066539c21bba585|commit]] * iommufd support allocating nested parent domain [[https://git.kernel.org/linus/c97d1b20d3835178bcd0e3a86c20ce4e36b6d80c|commit]], [[https://git.kernel.org/linus/909f4abd1097769d024c3a9c2e59c2fbe5d2d0c0|commit]], [[https://git.kernel.org/linus/408663619fcfc89c087df65b362c91bf0a0be617|commit]], [[https://git.kernel.org/linus/4ff542163397073f86eda484318d61980ff1031d|commit]] == DRM COMPUTE ACCELERATORS == * qaic: Extend uAPI to support undoing ATTACH_SLICE_BO [[https://git.kernel.org/linus/b2576f6cf6da6adde5c698aa281c883f2376b876|commit]], [[https://git.kernel.org/linus/217b812364d360e1933d8485f063400e5dda7d66|commit]], [[https://git.kernel.org/linus/76d42aa951aefbad2490551a35bd8496bd7b65bf|commit]], [[https://git.kernel.org/linus/77f71e153f09acef574dffc4298eac7822407665|commit]], [[https://git.kernel.org/linus/cb850f6f69d1ee03ca4a5746df2870cf49e90871|commit]], [[https://git.kernel.org/linus/0a9ee93b8294e479f9ee845241246a83477233b3|commit]], [[https://git.kernel.org/linus/b3107e75a96ee17a510deabf4b00b0c37d2351d4|commit]] * habana: 1 [[https://git.kernel.org/linus/e4a97d6b62599cc6c4bd37674de378b2a86225c3|commit]], [[https://git.kernel.org/linus/f17182d03680044649d6e124a4580a33c65990e2|commit]], [[https://git.kernel.org/linus/a35c99760146137bbcfafe82ed5dc9c7a00b640a|commit]], [[https://git.kernel.org/linus/942f18c56d2106115bcf344cc7b0f762c6fc55c2|commit]], [[https://git.kernel.org/linus/964b1f675dac62763feaa6cec188be9f92aa9e57|commit]], [[https://git.kernel.org/linus/c6a4f256aee17e18dbc14039d746e0450e4b199b|commit]], [[https://git.kernel.org/linus/2b541cf91373b1bc1634a82b668022d50c05603c|commit]], [[https://git.kernel.org/linus/5d89ce6f8c2775b926b63c14529c5970429ea935|commit]], [[https://git.kernel.org/linus/43d8acce607c90a44653c80f3bf211f31abc0416|commit]], [[https://git.kernel.org/linus/e7b2902a330eba354024581edead0002521bcedf|commit]], [[https://git.kernel.org/linus/7dccb064a7ab54068b5a92466361dcd0db069c73|commit]], [[https://git.kernel.org/linus/bffd2f16ae374decdeb5bc714b1aa2e0c23f3708|commit]], 2 [[https://git.kernel.org/linus/10926f60051332a754084d45862afc4e83e597e1|commit]], [[https://git.kernel.org/linus/a8ab1a81ccc2c68a4fa3d0631ce17529e208c8c2|commit]], [[https://git.kernel.org/linus/1e3a78270b4ec1c8c177eb310c08128d52137a69|commit]], [[https://git.kernel.org/linus/57963ff8adfee6f2a777bc44c372a390af535300|commit]], [[https://git.kernel.org/linus/15c0bb162353296cd2f897d2fa39d2593fb631b3|commit]], [[https://git.kernel.org/linus/38ed55bc58f72d4180f74fd901e71b16d68641b9|commit]], [[https://git.kernel.org/linus/5a8487ac54019cd597334292f36be4248a97e816|commit]], [[https://git.kernel.org/linus/fe77368c0f3e017ec2567b1f3767c1aa5482919e|commit]], [[https://git.kernel.org/linus/88872790923e2d80edf29a00b4e440f1473fa8f5|commit]], [[https://git.kernel.org/linus/fa46c7bb501b8b649ba17e4a048243b85ba1b1b0|commit]], [[https://git.kernel.org/linus/13312360ef3a7834080ac3b96ed049abfcbf3d4b|commit]], 3 [[https://git.kernel.org/linus/d16945f60274d5826a1c7c6581dc5878247a5951|commit]], [[https://git.kernel.org/linus/3824be1f4d4282190e82a9d5113f4079cb0796e9|commit]], [[https://git.kernel.org/linus/1157b5d6b3b069394e37cd3b1d32c39eb833e546|commit]], [[https://git.kernel.org/linus/ba24b5ec7847d4126fc37cabd4cef3579d9ca806|commit]], [[https://git.kernel.org/linus/de8773fdc500cfeb78064e5b50540b1fbf10448e|commit]], [[https://git.kernel.org/linus/0165994c215f321e2d055368f89b424756e340eb|commit]], [[https://git.kernel.org/linus/9dca13141332e69fd657873194e77a1960fc9ab2|commit]], [[https://git.kernel.org/linus/878ebc14db049ae85225756b187fec81df8108b3|commit]], [[https://git.kernel.org/linus/bb644f61970ad44147c9466b0cb99a028de02138|commit]], [[https://git.kernel.org/linus/674f77798e432509e60919e2909fe6c72f5f2267|commit]] == Various == * cdx: add support for bus mastering [[https://git.kernel.org/linus/8a97ab9b8b31790d0014d3183f33a167454171c0|commit]], [[https://git.kernel.org/linus/f59a7b6af012619199c55f587a6c4ed681639b32|commit]], [[https://git.kernel.org/linus/a941b784b15ff65e1a3b6a259c6d6cf7fa0bb3c3|commit]] * provide sysfs interface for cdx device resources [[https://git.kernel.org/linus/0174f5810401ae6390bfe15354346b5ea660d40c|commit]], [[https://git.kernel.org/linus/fa10f413091a43f801f82b3cf484f15d6fc9266f|commit]], [[https://git.kernel.org/linus/f0af816834667b626dc5a3aa09cced82c46f0e62|commit]], [[https://git.kernel.org/linus/e3ed12f37e261a0b35cf0b4ae505adf7ea0f48ec|commit]], [[https://git.kernel.org/linus/54b406e10f0334ee0245d5129c8def444a49cd9b|commit]], [[https://git.kernel.org/linus/e3cfd49cb9491ac1cc233a4b9e098688b4ab281d|commit]], [[https://git.kernel.org/linus/ce558a391d80b9f47a462107977e8e81fe2f2962|commit]] * qcom: llcc: Add support for QDU1000/QRU1000 [[https://git.kernel.org/linus/db1e57928766966cd542e59789125968ac29b9da|commit]], [[https://git.kernel.org/linus/16fa93112f26a7a151f3d86a2a9223c564f6e3bf|commit]], [[https://git.kernel.org/linus/54e1f99d91405417b3ddb6050cfba82733c3aa41|commit]], [[https://git.kernel.org/linus/8e2506d0123149a7b7846fbabbf4295b6005faf4|commit]], [[https://git.kernel.org/linus/0bc76be64e80b15b975345b6957a87a1893c34f2|commit]], [[https://git.kernel.org/linus/a78502a4b2201235d93b04ac2902e01e32588bd5|commit]] * imx: support new tx doorbell [[https://git.kernel.org/linus/5bfe4067d35030c4816de29930c42ba51e9ece6c|commit]], [[https://git.kernel.org/linus/5dc1ec71a9f7e7edb9b6ea2254fcbb1c48626c51|commit]] * qcom: socinfo: Add SM7150P ID [[https://git.kernel.org/linus/edc3a1fb626bfb191228fb40a9ddd8806a77eeb9|commit]] * Add !BeaglePlay Greybus Driver [[https://git.kernel.org/linus/c40e66539051158e1c9fdc4cf18babe3a7b34e8e|commit]], [[https://git.kernel.org/linus/ec558bbfea671ac020a6dc6be8bf8f0ee556cce0|commit]], [[https://git.kernel.org/linus/c966c715c77717bd8bdda32a46b33868acb7a4e2|commit]] * extcon: add Realtek DHC RTD SoC Type-C driver [[https://git.kernel.org/linus/8a590d7371f02ba37d073bed9f988f529f95a03c|commit]] * xilinx: Added EDAC support for Xilinx DDR controller [[https://git.kernel.org/linus/6f15b178cd6315c997981f76c6ebed7ad39144c5|commit]], [[https://git.kernel.org/linus/82bcca7b7fed9f3a6917401e366ac657ee96aae4|commit]] * SM6375 remoteprocs [[https://git.kernel.org/linus/93f875645c9da9c788224964499e68fa9664e80f|commit]], [[https://git.kernel.org/linus/a6df21cf0c93cab57059e2592c7c99b424965374|commit]], [[https://git.kernel.org/linus/6d3211e015b0f236986b16c042f71cce8d36d727|commit]] * SM6115 TX Macro [[https://git.kernel.org/linus/2b3357dc415b331c53adc499eda140b12e99afb9|commit]], [[https://git.kernel.org/linus/2fd6e1ad7e199c1ef54341a54fa4e11edc31b63c|commit]], [[https://git.kernel.org/linus/d3625d94490e4c2d95febe3eafcc11e606eabb0c|commit]] * leds: class: Don't expose color sysfs entry [[https://git.kernel.org/linus/8f2244c9af245ff72185c0473827125ee6b2d1a5|commit]] * misc: onboard-hub: add support for Microchip USB5744 [[https://git.kernel.org/linus/02be19e914b8ec5b4e355508daf640dde761d300|commit]], [[https://git.kernel.org/linus/d0c930b745cafde8e7d25d0356c648bca669556a|commit]] * amplifiers: hmc425a: Add Support HMC540S 4-bit Attenuator [[https://git.kernel.org/linus/20f87a9a26bea28df91506f3c2747e636d5d589c|commit]], [[https://git.kernel.org/linus/77865a8f9f7085a51188b3fb95368c73a7dd12f3|commit]] * eeprom: at24: add ST !M24C32-D Additional Write lockable page support [[https://git.kernel.org/linus/4791146e9055dd4c21a1a725514512167b8ee75b|commit]], [[https://git.kernel.org/linus/c761068f484c8edceb4bf972ceeb6cb4343199b0|commit]] * eeprom: at24: add ST !M24C64-D Additional Write lockable page support [[https://git.kernel.org/linus/3774740fb22162d2c50e79629c4b3e11022ed7d9|commit]], [[https://git.kernel.org/linus/0997ff1fc14369110a5bbfa93592f28e3b1d3a1f|commit]] * hw_random: stm32: support STM32MP13x platforms [[https://git.kernel.org/linus/28d13f3fdbe52192e3a961ed489b542b111a098e|commit]], [[https://git.kernel.org/linus/a1b03e7ade409125712313c04a97242e18aae88e|commit]], [[https://git.kernel.org/linus/18d9a8262bd4e481fac99c60a0bc2effd04fdea9|commit]], [[https://git.kernel.org/linus/6b85a7e141cbcea6dca677827544c39403b4c39a|commit]], [[https://git.kernel.org/linus/0d2d67b48646b3b7d5f830525e3779a0f9efa424|commit]], [[https://git.kernel.org/linus/ff4e46104f2e105c95ea84bda6350cea471d285d|commit]], [[https://git.kernel.org/linus/b17bc6eb7c2b089f4425b5b656184385acac77fe|commit]], [[https://git.kernel.org/linus/8f1c5227eccb4e1c47b30bbe4a63b87535d12674|commit]], [[https://git.kernel.org/linus/efd00dc04f0310622e54534b71c522f2ca7db07e|commit]] * Meson S4 HW RNG Support [[https://git.kernel.org/linus/a5de196d6d7df5b1ed1c4c87ee57429e2d74dafb|commit]], [[https://git.kernel.org/linus/d6c47d21a0ef9a76c537f8c5258b49d61f2e160f|commit]] * mei: enhance mei pxp recoverability [[https://git.kernel.org/linus/fb99e79ee62aaa07d9e77cb3a15c5f1ae2790e6a|commit]], [[https://git.kernel.org/linus/dab79a2235e5a1d6aadfeb601c84f31b5cb97141|commit]], [[https://git.kernel.org/linus/ee5cb39348e69a61a865801970ba8fdc399335de|commit]], [[https://git.kernel.org/linus/cf439721f66719c6aa73b5ea23320c2f8cba100f|commit]] * mailbox: pcc: Support platform notification for type4 and shared interrupt [[https://git.kernel.org/linus/3db174e478cb0bb34888c20a531608b70aec9c1f|commit]], [[https://git.kernel.org/linus/60c40b06fa68694dd08a1a0038ea8b9de3f3b1ca|commit]] * cxl: Add support for QTG ID retrieval for CXL subsystem [[https://git.kernel.org/linus/670e4e88f3b1a88a5a089be329b95c51592973ee|commit]], [[https://git.kernel.org/linus/8358e8f1596b0b23d3bbc4cf5df5e5e55afc0122|commit]], [[https://git.kernel.org/linus/529c0a44045e59c3c067f1f2c5887759644c50ae|commit]], [[https://git.kernel.org/linus/a103f46633fdcddc2aaca506420f177e8803a2bd|commit]] * ptp: Support for multiple filtered timestamp event queue readers [[https://git.kernel.org/linus/26285e689c6cd2cf3849568c83b2ebe53f467143|commit]], [[https://git.kernel.org/linus/d26ab5a35ad9920940a9e07665130d501b2ae1a3|commit]], [[https://git.kernel.org/linus/8f5de6fb245326704f37d91780b9a10253a8a100|commit]], [[https://git.kernel.org/linus/60c6946675fc06dd2fd2b7a4b6fd1c1f046f1056|commit]], [[https://git.kernel.org/linus/403376ddb4221be9db5326ae334773807df71ffe|commit]], [[https://git.kernel.org/linus/c5a445b1e9347b14752b01f1a304bd7a2f260acc|commit]] = Pull requests = * [[https://git.kernel.org/torvalds/c/d4e175f2c460fd54011117d835aa017d2d4a8c08|vfs superblock updates]] * [[https://git.kernel.org/torvalds/c/0d63d8b2294b228147bf58def506dde35e57daef|autofs mount api updates]] * [[https://git.kernel.org/torvalds/c/3b3f874cc1d074bdcffc224d683925fd11808fe7|misc vfs updates]] * [[https://git.kernel.org/torvalds/c/df9c65b5fc7ef1caabdb7a01a2415cbb8a00908d|iov_iter updates]] * [[https://git.kernel.org/torvalds/c/7352a6765cf5d95888b3952ac89efbb817b4c3cf|vfs xattr updates]] * [[https://git.kernel.org/torvalds/c/14ab6d425e80674b6a0145f05719b11e82e64824|vfs inode time accessor updates]] * [[https://git.kernel.org/torvalds/c/8b16da681eb0c9b9cb2f9abd0dade67559cfb48d|nfsd updates]] * [[https://git.kernel.org/torvalds/c/8829687a4ac1d484639425a691da46f6e361aec1|fscrypt updates]] * [[https://git.kernel.org/torvalds/c/d5acbc60fafbe0fc94c552ce916dd592cd4c6371|btrfs updates]] * [[https://git.kernel.org/torvalds/c/9e87705289667a6c5185c619ea32f3d39314eb1b|initial bcachefs updates]] * [[https://git.kernel.org/torvalds/c/66cc8838c72b165048f49f88fc9d1be996abd35b|EDAC updates]] * [[https://git.kernel.org/torvalds/c/01ae815c5021532aecf8c5e280cf50cdaa72a9d6|x86 RAS updates]] * [[https://git.kernel.org/torvalds/c/f84a52eef5c35b49947b132ddd9b79d6767469af|x86 hw mitigation updates]] * [[https://git.kernel.org/torvalds/c/9ab021a1b57007a22761f6f41d91eb4aae10d145|x86 resource control updates]] * [[https://git.kernel.org/torvalds/c/ca2e9c3beec67dc90944f3d2a72f77652fb9cefc|x86 cpuid updates]] * [[https://git.kernel.org/torvalds/c/f155f3b3ed1af23884ffaffe8a669722b87ac9d6|x86 platform updates]] * [[https://git.kernel.org/torvalds/c/9cda4eb04a68aee4d795438917a4e958b2b2aa07|x86 fpu fixlet]] * [[https://git.kernel.org/torvalds/c/3cf3fabccb9dc821ffaec3ad6bf0cd6b278bd012|locking updates]] * [[https://git.kernel.org/torvalds/c/63ce50fff9240d66cf3b59663f458f55ba6dcfcc|scheduler updates]] * [[https://git.kernel.org/torvalds/c/cd063c8b9e1e95560e90bac7816234d8b2ee2897|objtool updates]] * [[https://git.kernel.org/torvalds/c/bceb7accb7b60f9844807c7433af06493ed058b7|performance event updates]] * [[https://git.kernel.org/torvalds/c/3b8b4b4fc4135160f295cf308dfe43c721990356|x86 header file cleanup]] * [[https://git.kernel.org/torvalds/c/2b95bb052656d46c2073b87f9487a53ef5e79732|x86 boot updates]] * [[https://git.kernel.org/torvalds/c/5780e39edbb49bb441f1c8eb9e6cb8be92dee31d|x86 assembly code updates]] * [[https://git.kernel.org/torvalds/c/ed766c26119c4cf9b1f909f045c2eb987180ace3|x86 entry updates]] * [[https://git.kernel.org/torvalds/c/1641b9b04002c22f616a51a164c04b7f679d241f|x86 irq fix]] * [[https://git.kernel.org/torvalds/c/f0d25b5d0f8ef0ad35f1beff17da5843279d47a1|x86 mm handling updates]] * [[https://git.kernel.org/torvalds/c/ecb8cd2a9f7af7f99a6d4fa0a5a31822f6cfe255|x86 build update]] * [[https://git.kernel.org/torvalds/c/9cc6fea175e41580000419a90fa744ba46aa4722|core updates]] * [[https://git.kernel.org/torvalds/c/b08eccef9fa05f8e14fe180d55d603447c76a992|irq updates]] * [[https://git.kernel.org/torvalds/c/c891e98ab32d55b25d87e380d919c279a8b228e0|SMP and CPU hotplug updates]] * [[https://git.kernel.org/torvalds/c/63a3f11975997e0851b108b49d7b5f4e84a18d08|timer updates]] * [[https://git.kernel.org/torvalds/c/943af0e73a370b0c856340fd873c140e42822ec7|x86 APIC updates]] * [[https://git.kernel.org/torvalds/c/eb55307e6716b1a02f7db05e27d60e8ca2289c03|x86 core updates]] * [[https://git.kernel.org/torvalds/c/c9049984f0e470af865c497c7f785fe895e5da9c|nolibc updates]] * [[https://git.kernel.org/torvalds/c/6750f0de53b7d64a4deffa62944ea431a153ec48|Linux Kernel Memory Model updates]] * [[https://git.kernel.org/torvalds/c/9a0f53e0cfc2ef262c05b8e4ab89e7f2accaf96c|CSD lock update]] * [[https://git.kernel.org/torvalds/c/2656821f1f202d58224551b71eff41aafd1edf8b|RCU updates]] * [[https://git.kernel.org/torvalds/c/fdce8bd38037a4a2b2961ca4abffaab195690b30|slab updates]] * [[https://git.kernel.org/torvalds/c/befaa609f4c784f505c02ea3ff036adf4f4aa814|hardening updates]] * [[https://git.kernel.org/torvalds/c/5e37269945b4d6117770666a40081848558f9501|pstore updates]] * [[https://git.kernel.org/torvalds/c/d82c0a37d431ada0d1dae9a2665fcfe17b0f9e14|execve updates]] * [[https://git.kernel.org/torvalds/c/b9ff774548cd91b45003b3b0d41f15cd52b25509|tpm updates]] * [[https://git.kernel.org/torvalds/c/b9886c976668cae1614b46922b56f14b467da7be|audit update]] * [[https://git.kernel.org/torvalds/c/f5fc9e4a117d4c118c95abb37e9d34d52b748c99|selinux updates]] * [[https://git.kernel.org/torvalds/c/2b93c2c3c02f4243d4c773b880fc86e2788f013d|LSM updates]] * [[https://git.kernel.org/torvalds/c/455cdcb45f8fa9e7c70273e7bec0537ff02d5247|rust updates]] * [[https://git.kernel.org/torvalds/c/639409a4ac8e1578ce34715338c6a4ddf9941294|workqueue rust bindings]] * [[https://git.kernel.org/torvalds/c/866b8870b6e6f478e9a1c51e732c9ba26dddbe91|workqueue update]] * [[https://git.kernel.org/torvalds/c/5a6a09e97199d6600d31383055f9d43fbbcbe86f|cgroup updates]] * [[https://git.kernel.org/torvalds/c/89ed67ef126c4160349c1b96fdb775ea6170ac90|networking updates]] * [[https://git.kernel.org/torvalds/c/4ac4677fdb76f644e09a6331bab65919b85f617d|thermal control updates]] * [[https://git.kernel.org/torvalds/c/d4b671d4c66cd57ccebeae659d9b18e28a4fc9e8|ACPI updates]] * [[https://git.kernel.org/torvalds/c/ad1871ad8d9b3d252390ade8e2bcab7b773173ad|power management updates]] * [[https://git.kernel.org/torvalds/c/b05ddad00903b24931cb4b45516f1bc1b5c288f2|gpio updates]] * [[https://git.kernel.org/torvalds/c/5cbff4b2d9e2a59f4096af8b8f967e2b30f025f2|regmap updates]] * [[https://git.kernel.org/torvalds/c/9d6c80f8054f75326939b947185ec47ba3755d42|regulator updates]] * [[https://git.kernel.org/torvalds/c/34aac0a33de21ec6e03b689342c0933a4989fbc2|spi updates]] * [[https://git.kernel.org/torvalds/c/f9a7eda4d73d44dc1d17d05cdc9aeb9fc5660740|hwmon updates]] * [[https://git.kernel.org/torvalds/c/3475b91ff258b998b891964e8c263cff48384c01|chrome platform updates]] * [[https://git.kernel.org/torvalds/c/59fff63cc2b75dcfe08f9eeb4b2187d73e53843d|x86 platform driver updates]] * [[https://git.kernel.org/torvalds/c/c52894359395ea0a562b3ed556848ed66fbfff86|hte/timestamp updates]] * [[https://git.kernel.org/torvalds/c/fe4ae2fab00b4751265580c5865fdf23b62d80b3|clk driver updates]] * [[https://git.kernel.org/torvalds/c/f9ae180416e04bcee4d3cd216a6264a50f9299e6|power supply and reset updates]] * [[https://git.kernel.org/torvalds/c/8bc9e6515183935fa0cccaf67455c439afe4982b|devicetree updates]] * [[https://git.kernel.org/torvalds/c/7d461b291e65938f15f56fe58da2303b07578a76|drm updates]] * [[https://git.kernel.org/torvalds/c/56ec8e4cd8cbff3c96c53cd8303bba924613b5ce|arm64 updates]] * [[https://git.kernel.org/torvalds/c/979ff1e5af8a46f75a69ffa86209f8650547f42f|m68k updates]] * [[https://git.kernel.org/torvalds/c/f00593e09968ed6dfcd10aebb13f470fbe3343b4|parisc updates]] * [[https://git.kernel.org/torvalds/c/8999ad99f4cb19638d9ecb8017831f9a0ab8dc3d|x86 TDX updates]] * [[https://git.kernel.org/torvalds/c/ca995ce438cc641c47d4b8e4abeb1878a3d07c5f|xen updates]] * [[https://git.kernel.org/torvalds/c/ffa059b262ba72571e7fefe7fa2b4ebb6776b277|io_uring updates]] * [[https://git.kernel.org/torvalds/c/f5277ad1e9768dbd05b1ae8dcdba690215d8c5b7|io_uring {get,set}sockopt support]] * [[https://git.kernel.org/torvalds/c/4de520f1fcefd4ebb7dddcf28bde1b330c2f6b5d|io_uring futex support]] * [[https://git.kernel.org/torvalds/c/90d624af2e5a9945eedd5cafd6ae6d88f32cc977|block updates]] * [[https://git.kernel.org/torvalds/c/39714efc23beb38ce850b29f4f132da6d997fc22|ATA updates]] * [[https://git.kernel.org/torvalds/c/0364249d2073c32c5214f02866999ce940bc35a2|device mapper updates]] * [[https://git.kernel.org/torvalds/c/40aa597c4a53f7269367d1b5298bd44afcdcf473|MMC updates]] * [[https://git.kernel.org/torvalds/c/3c86a44d623ee8734a02636d3544812e31496460|pmdomain updates]] * [[https://git.kernel.org/torvalds/c/009fbfc97b6367762efa257f1478ec86d37949f9|dma-mapping updates]] * [[https://git.kernel.org/torvalds/c/deefd5024f0772cf56052ace9a8c347dc70bcaf3|VFIO updates]] * [[https://git.kernel.org/torvalds/c/c035f0268b87fc21f517f638b3bad26c81babc85|SoC DT updates]] * [[https://git.kernel.org/torvalds/c/385903a7ec75bb400f4bf0f07d8d5ad61390270d|SoC driver updates]] * [[https://git.kernel.org/torvalds/c/a39ba9b429a4671913e79da9d6a20476f10796b1|ARM defconfig updates]] * [[https://git.kernel.org/torvalds/c/4684e928dbee00d625b5102ea23c216cc2d85f46|ARM SoC code updates]] * [[https://git.kernel.org/torvalds/c/1e0c505e13162a2abe7c984309cfe2ae976b428d|ia64 removal and asm-generic updates]] * [[https://git.kernel.org/torvalds/c/1b10d2c8c6219bfc86d8c7d53a4f97a0a706d1ba|bootconfig updates]] * [[https://git.kernel.org/torvalds/c/05bf73aa27ba89474763cea7b9cd2626eda61e01|probes updates]] * [[https://git.kernel.org/torvalds/c/ff269e2cd5adce4ae14f883fc9c8803bc43ee1e9|more networking updates]] * [[https://git.kernel.org/torvalds/c/463f46e114f74465cf8d01b124e7b74ad1ce2afd|iommufd updates]] * [[https://git.kernel.org/torvalds/c/5eda8f25377f3d6de697eaa1d9801b9781d09dbc|kunit updates]] * [[https://git.kernel.org/torvalds/c/7dc0e9c7dda66bd91eeada00d90033e3eb647fc3|kselftest updates]] * [[https://git.kernel.org/torvalds/c/babe393974de0351c0e6cca50f5f84edaf8d7fa1|documentation updates]] * [[https://git.kernel.org/torvalds/c/426ee5196d1821d70192923e70c0f8347faade47|sysctl updates]] * [[https://git.kernel.org/torvalds/c/21e80f3841c01aeaf32d7aee7bbc87b3db1aa0c6|modules updates]] * [[https://git.kernel.org/torvalds/c/ca219be012786654d5c802ee892433aaa0016d10|integrity updates]] * [[https://git.kernel.org/torvalds/c/91a683cdf602a593ea1f7783346a605e0cd470df|dlm updates]] * [[https://git.kernel.org/torvalds/c/57aff997450420b8a7da6a72f45c3677ac1c2f86|ext4 updates]] * [[https://git.kernel.org/torvalds/c/87a201b43bbe14ddf8dc2d73fa15741b7403afc3|erofs updates]] * [[https://git.kernel.org/torvalds/c/dc737f11c218969d01799dd8eb478582b67aaa24|exfat updates]] * [[https://git.kernel.org/torvalds/c/e9806ff8a0f9e6eb193326383a7b88bf30ad0533|jfs updates]] * [[https://git.kernel.org/torvalds/c/5efad0a7658cea6dfd22d4e75d247692e48dde10|ext2, udf, and quota updates]] * [[https://git.kernel.org/torvalds/c/71fb7b320b2820903210acd60427e09b1962cfd3|fsnotify update]] * [[https://git.kernel.org/torvalds/c/4652b8e4f3ffa48c706ec334f048c217a7d9750d|smb server updates]] * [[https://git.kernel.org/torvalds/c/27beb3ca347fa29fef5c23b351120239b8cf0612|pci updates]] * [[https://git.kernel.org/torvalds/c/4ea4ed22b57846facd9cb4af5f67cb7bd2792cf3|HID updates]] * [[https://git.kernel.org/torvalds/c/edd8e84ae9514e93368f56c3715b11af52df6c3b|sound updates]] * [[https://git.kernel.org/torvalds/c/27bc0782ef8ec26ed94b9fa16c75c11fdb3cd78b|MFD updates]] * [[https://git.kernel.org/torvalds/c/38984d78721811c45c4a194784133254903697eb|backlight updates]] * [[https://git.kernel.org/torvalds/c/431f1051884e38d2a5751e4731d69b2ff289ee56|LED updates]] * [[https://git.kernel.org/torvalds/c/e5760335882bd91137873b8f2230b6c1f91da52b|IPMI update]] * [[https://git.kernel.org/torvalds/c/90a300dc0553c5c4a3324ca6de5877c834d27af7|libnvdimm updates]] * [[https://git.kernel.org/torvalds/c/6ed92e559a2ea572ae2bac5cbeddd1dc8cb667b6|SCSI updates]] * [[https://git.kernel.org/torvalds/c/43468456c95b9e13c0592de51a9a530caa525c1f|rdma updates]] * [[https://git.kernel.org/torvalds/c/8c04bddc27d60df8ca5cb5bea40374c3ca1d75fc|m68knommu updates]] * [[https://git.kernel.org/torvalds/c/c9cacf7db3e4802fd38cf7a7cbee4db2528bd256|ARM updates]] * [[https://git.kernel.org/torvalds/c/5be9911406ada8fe6187db7ce402f7ff4c21ebdf|sh updates]] * [[https://git.kernel.org/torvalds/c/6803bd7956ca8fc43069c2e42016f17f3c2fbf30|kvm updates]] * [[https://git.kernel.org/torvalds/c/bc3012f4e3a9765de81f454cb8f9bb16aafc6ff5|crypto updates]] * [[https://git.kernel.org/torvalds/c/ecae0bd5173b1014f95a14a8dfbe40ec10367dcf|MM updates]] * [[https://git.kernel.org/torvalds/c/8f6f76a6a29f36d2f3e4510d0bde5046672f6924|non-MM updates]] * [[https://git.kernel.org/torvalds/c/9a719c2145c9942d1215c05a954dd4bf6c9587e7|bitmap updates]] * [[https://git.kernel.org/torvalds/c/00657bb3dbecee324336e1da1ad71b670b6aee60|livepatching update]] * [[https://git.kernel.org/torvalds/c/2a80532c0745e140852e6b579bbe8371332bb45d|printk updates]] * [[https://git.kernel.org/torvalds/c/fd912e49986aa7ec5bef1bc9cd92d7d68a57e383|tracing tools updates]] * [[https://git.kernel.org/torvalds/c/31e5f934ff962820995c82a6953176a1c7d18ff5|tracing updates]] * [[https://git.kernel.org/torvalds/c/7ab89417ed235f56d84c7893d38d4905e38d2692|perf tools updates]] * [[https://git.kernel.org/torvalds/c/136cc1e1f5be75f57f1e0404b94ee1c8792cb07d|landlock updates]] * [[https://git.kernel.org/torvalds/c/6bdfe2d88b9ff8b0cce32ce87cd47c0e9d665f48|apparmor updates]] * [[https://git.kernel.org/torvalds/c/707df298cbde200b939c70be2577b20775fe3345|powerpc updates]] * [[https://git.kernel.org/torvalds/c/e392ea4d4d00880bf94550151b1ace4f88a4b17a|s390 updates]] * [[https://git.kernel.org/torvalds/c/d99b91a99be430be45413052bb428107c435918b|char/misc updates]] * [[https://git.kernel.org/torvalds/c/b06f58ad8e8c4154bc88d83b4fd70f74ede50193|driver core updates]] * [[https://git.kernel.org/torvalds/c/4c7a0c95adc3ed8cc5e4c2187521aea3e40ba1aa|staging driver updates]] * [[https://git.kernel.org/torvalds/c/1f24458a1071f006e3f7449c08ae0f12af493923|tty and serial updates]] * [[https://git.kernel.org/torvalds/c/2c40c1c6adab90ee4660caf03722b3a3ec67767b|USB/Thunderbolt updates]] * [[https://git.kernel.org/torvalds/c/d934aef6bb9ec1b42dfe1f5c1f945fa0d2d0752c|dmaengine updates]] * [[https://git.kernel.org/torvalds/c/bfafa2c19d706ab1db0b581f9d3886469fab8627|generic phy updates]] * [[https://git.kernel.org/torvalds/c/be47c8e326c2375200473e442f3481c386a955c4|soundwire updates]] * [[https://git.kernel.org/torvalds/c/90b0c2b2edd1adff742c621e246562fbefa11b70|pin control updates]] * [[https://git.kernel.org/torvalds/c/5c5e048b2417a56b7b52bdbb66d4fc99d0c20dd2|Kbuild updates]] * [[https://git.kernel.org/torvalds/c/0a23fb262d17f587c9bb1e6cc83ad4158b21f16e|x86 microcode loading updates]] * [[https://git.kernel.org/torvalds/c/4c975a43fa380676828321ebe5b662c743c14d9e|EFI update]] * [[https://git.kernel.org/torvalds/c/766e9cf3bd64c45fcace3acc6f8b3df815448ea3|smb client updates]] * [[https://git.kernel.org/torvalds/c/c9b93cafb69cbbbe375de29c1ebf410dbc33ebfc|9p updates]] * [[https://git.kernel.org/torvalds/c/aea6bf908d730b01bd264a8821159db9463c111c|f2fs updates]] * [[https://git.kernel.org/torvalds/c/e70703890b2586bc3567365d391c260d23fb7a94|drm nouveau GSP support]] * [[https://git.kernel.org/torvalds/c/b1dfbda8636b54cde21f9f5d352fd25c4deff584|mtd updates]] * [[https://git.kernel.org/torvalds/c/5e2cb28dd7e182dfa641550dfa225913509ad45d|unified attestation reporting]] * [[https://git.kernel.org/torvalds/c/b8cc56d0414e2330d9fe05342843512b1ad8cdb7|CXL (Compute Express Link) updates]] * [[https://git.kernel.org/torvalds/c/1c41041124bd14dd6610da256a3da4e5b74ce6b1|i3c updates]] * [[https://git.kernel.org/torvalds/c/2153fc3d68170bb67be8e389c2f6e0f4a9eb7cd3|UBI and UBIFS updates]] * [[https://git.kernel.org/torvalds/c/3d05e493e461c4469a9b73e00e59ea16e1d8a416|i2c updates]] * [[https://git.kernel.org/torvalds/c/1cfb751165ef685b80635218beff38d6afbce4e2|firewire update]] * [[https://git.kernel.org/torvalds/c/77fa2fbe87fc605c4bfa87dff87be9bfded0e9a3|virtio updates]] * [[https://git.kernel.org/torvalds/c/7b2c9e41e73fbe50f519072009b1e624ea230163|mailbox updates]] * [[https://git.kernel.org/torvalds/c/d2f51b3516dade79269ff45eae2a7668ae711b25|RTC updates]] * [[https://git.kernel.org/torvalds/c/be3ca57cfb777ad820c6659d52e60bbdd36bf5ff|media updates]] * [[https://git.kernel.org/torvalds/c/c9d01179e185f72b20af7e37aa4308f4c7ca7eeb|more bcachefs updates]] * [[https://git.kernel.org/torvalds/c/7f851936a0ca4b231224ee296cba28f9b1bc555e|overlayfs updates]] * [[https://git.kernel.org/torvalds/c/1a0507d8780e2902c4c17c5a4c45d298bd7048af|gfs2 updates]] * [[https://git.kernel.org/torvalds/c/13d88ac54ddd1011b6e94443958e798aa06eb835|vfs fanotify fsid updates]] * [[https://git.kernel.org/torvalds/c/dc1434801d2ee8b57286f587877e67d2f9b699d6|gpio/pinctrl updates]] * [[https://git.kernel.org/torvalds/c/d3fbdb8ad33491f7c241a1167d7e3009f6e3f085|PCMCIA updates]] * [[https://git.kernel.org/torvalds/c/c87271ee86e836d3beae7b8b0222e81e225fa6c5|rpmsg updates]] * [[https://git.kernel.org/torvalds/c/b8dd631fcabe2656c8d3751ad4836131d51fb63b|remoteproc updates]] * [[https://git.kernel.org/torvalds/c/25b6377007ebe1c3ede773fd6979f613386db000|more drm updates]] * [[https://git.kernel.org/torvalds/c/305230142ae0637213bf6e04f6d9f10bbcb74af8|more power management updates]] * [[https://git.kernel.org/torvalds/c/d46392bbf5c6ce594669f00b8177f0b34e983f90|RISC-V updates]] * [[https://git.kernel.org/torvalds/c/c1ef4df14ed1feb9b0f08508390a196a1bc530ce|kgdb updates]] * [[https://git.kernel.org/torvalds/c/447cec034b7896f4b19dbfe3ce6c366ce7c7602a|memblock update]] * [[https://git.kernel.org/torvalds/c/1995a536702921f000acda2bed645f1fe0e7ee5b|more s390 updates]] * [[https://git.kernel.org/torvalds/c/34f763262743aac0847b15711b0460ac6d6943d5|xfs updates]] * [[https://git.kernel.org/torvalds/c/67c0afb6424fee94238d9a32b97c407d0c97155e|exfat updates]] * [[https://git.kernel.org/torvalds/c/6bc986ab839c844e78a2333a02e55f02c9e57935|NFS client updates]] * [[https://git.kernel.org/torvalds/c/4bbdb725a36b0d235f3b832bd0c1e885f0442d9f|iommu updates]] * [[https://git.kernel.org/torvalds/c/f3bfe643304143ce2727adc893cfa134ba27f968|pwm updates]] * [[https://git.kernel.org/torvalds/c/12418ece0d662ac6e7325eddefed841b25578fa3|watchdog updates]] * [[https://git.kernel.org/torvalds/c/ace92fd98475c15c860855b53aad3413e28399c8|more i2c updates]] * [[https://git.kernel.org/torvalds/c/a12deb44f9734dc25970c266249b272e44d3d1b5|input updates]] * [[https://git.kernel.org/torvalds/c/656d88c3b654c0ccc0ff63aa75101c6c9f0a5300|MIPS updates]] * [[https://git.kernel.org/torvalds/c/56d428ae1c4e27fbe02cb554b2192cd66e4df05a|more RISC-V updates]] * [[https://git.kernel.org/torvalds/c/e21165bfbc6c5d259466a7b2eccb66630e807bfb|ceph updates]] * [[https://git.kernel.org/torvalds/c/ead3b62a34d829d2df38187b93a18c22b289bd9c|lsm updates]] = Other news sites = * LWN's merge window [[https://lwn.net/Articles/949294/|part 1]], [[https://lwn.net/Articles/949957/|part 2]] * Phoronix [[https://www.phoronix.com/review/linux-67-features|Linux 6.7 features]] |
Linux 6.7 was released on Sunday, 7 January 2024.
Contents
- Prominent features
- Core
- Memory Management
- File systems
- Block layer
- Security
- Cryptography
- Virtualization
- Tracing, probing and BPF
- Networking
- Architectures
-
Drivers
- Graphics
- Networking drivers
- Storage
- Sound
- USB
- TTY layer and serial drivers
- Staging area
- Media devices (V4L/DVB)
- Thermal
- Watchdog
- Voltage and current regulator
- MULTIFUNCTION DEVICES (MFD)
- MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
- NFC SUBSYSTEM
- PCI
- PIN CONTROL SUBSYSTEM
- MEMORY TECHNOLOGY DEVICES (MTD)
- POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
- REAL TIME CLOCK (RTC)
- HARDWARE MONITORING
- I2C
- IIO
- INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
- LED
- HWMON
- REMOTE PROCESSOR (REMOTEPROC)
- DMA GENERIC OFFLOAD ENGINE
- COMPUTE EXPRESS LINK (CXL)
- COUNTER SUBSYSTEM
- CPU FREQUENCY SCALING FRAMEWORK
- COMMON CLK FRAMEWORK
- SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers
- IOMMU SUBSYSTEM
- DRM COMPUTE ACCELERATORS
- Various
- Pull requests
- Other news sites
1. Prominent features
1.1. Bcachefs, a new modern file system
This release includes bcachefs, a new modern file systems that aims to provide the kind of modern features that you can find in ZFS/Btrfs (copy on write model, full checksumming, multivolume management, snapshots, compression, encryption, etc). For more details see https://bcachefs.org/
1.2. First pieces of futex2
The futex(2) ("fast userspace mutex") system call has a number of limitations. This system call has incorporated too much funcionality over the years; in order to avoid the dreaded "multiplexed syscall" pattern (one single system call doing many things), it has been decided to incorporate multiple calls (futex_wait, futex_wake, futex_requeue). This release adds the first pieces of these new system calls - the complete feature set will be added in future releases.
Recommended LWN article: A new futex API
1.3. Btrfs stripe tree and other improvements
This release introduces the RAID stripe tree, a new tree for logical file extent mapping where the physical mapping may not match on multiple devices. This is now used in zoned mode to implement RAID0/RAID1* profiles, but can be used in non-zoned mode as well. The support for RAID56 is in development and will eventually fix the problems with the current implementation.
This release also includes support for temporary filesystem ID and simple quota accounting.
Recommended read: Design document
1.4. BPF exceptions and other features
As usual, BPF incorporates a few new features, one of them being BPF exceptions, which allow a BPF program testing conditions that are always true at runtime but which the verifier has no visibility into, and then quitting and unwinding safely.
Recommended LWN article: Exceptions in BPF
1.5. io_uring improvements
This release includes as number of improvements to the io_uring interface
- Multishot reads
- Cancelable uring_cmd
Initial support for {s,g}etsockopt commands
- An async version of waitid(2)
- Add support for using futexes through io_uring - first futex wake and wait, and then the vectored variant of waiting, futex waitv
1.6. Support for TCP Authentication Option
This release adds support for TCP Authentication Option (RFC5925). The TCP Authentication Option (TCP-AO) provides a TCP extension aimed at verifying segments between trusted peers. It adds a new TCP header option with a Message Authentication Code (MAC). MACs are produced from the content of a TCP segment using a hashing function with a password known to both peers. The intent of TCP-AO is to deprecate TCP-MD5 providing better security, key rotation and support for variety of hashing algorithms.
Recommended read: Documentation, RFC 5925
2. Core
Add the futex2 family of system calls (futex_wait, futex_wake, futex_requeue), which are an attempt to get away from the multiplex syscall and adds a little room for extensions, while lifting some limitations commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
console: introduce the new non-BKL consoles (nbcon) base commit, commit, commit, commit, commit, commit, commit, commit
Expose boot-loader kernel command-line arguments commit, commit, commit
file: convert file cache to rely on SLAB_TYPESAFE_BY_RCU which allows us to get rid of call_rcu() based freeing for files commit
fanotify: Support more filesystems with FAN_REPORT_FID commit, commit, commit, commit
- Task scheduler
Give CPUs within the same cluster a try before scanning the whole LLC to benefit those tasks communicating with each other commit, commit, commit
Ratelimit updates to tg->load_avg commit
numa: Complete scanning of partial and inactive VMAs commit, commit, commit, commit, commit
Remove SIS_PROP, SIS_UTIL seems to work well commit
Disable IBRS when CPU is offline to improve single-threaded performance commit
prctl: Allow MDWE without inheritance commit, commit, commit, commit, commit, commit
char: implement splice() for /dev/zero, /dev/full commit
- io_uring
Add support for using futexes through io_uring - first futex wake and wait, and then the vectored variant of waiting, futex waitv commit, commit, commit, commit, commit, commit, commit, commit
Initial support for {s,g}etsockopt commands commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for an async version of waitid(2) commit, commit, commit, commit, commit
cgroup/cpuset: Support remote partitions, where CPUs can be reserved for exclusive use down the tree without requiring all the intermediate nodes to be partitions. This makes it easier to use partitions without modifying existing cgroup hierarchy. It introduces new cpuset control files cpuset.cpus.exclusive (read-write) and cpuset.cpus.exclusive.effective (read only) for better control of which exclusive CPUs are being distributed down the cgroup hierarchy commit, commit, commit, commit, commit, commit, commit
cgroup/cpuset: Enable invalid to valid local partition transition commit
cgroup: add cgroup_favordynmods= command-line option to disable favorynmods when the kernel built with CONFIG_FAVOR_DYNMODS=y commit
RCU: Add RCU CPU stall notifier commit, commit, commit, commit, commit, commit
firmware: Add support for Qualcomm UEFI Secure Application commit, commit, commit
- rust
kbuild: support 'userldlibs' syntax commit
tools/nolibc: add support for constructors and destructors commit
modpost: Optimize symbol search from linear to binary search commit
3. Memory Management
Batch hugetlb vmemmap modification operations commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Improve the performance of accounted kernel memory allocations by ~30% as measured by a micro-benchmark commit, commit, commit, commit, commit
Add statistics for PUD level pagetable commit
Permit write-sealed memfd read-only shared mappings commit, commit, commit
Optimize mremap during mutual alignment within PMD commit, commit, commit, commit, commit, commit, commit
Lockless slab shrinking using refcount + RCU commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
memory tiering: calculate abstract distance based on ACPI HMAT commit, commit, commit, commit
KSM: Smarter scanning mode for KSM keeping historic information. With the historic information we can temporarily skip the candidate page for one or several scans commit, commit, commit, commit
Add PAGEMAP_SCAN IOCTL to get and optionally clear info about PTEs. The goal is to emulate Windows GetWriteWatch() and ResetWriteWatch() syscalls commit, commit, commit, commit, commit, commit
Handle more faults under the VMA lock commit, commit, commit, commit, commit, commit
Abstract vma_merge() and split_vma() commit, commit, commit, commit, commit
Tune the PCP (Per-CPU Pageset) high on each CPU automatically to optimize the page allocation performance commit, commit, commit, commit, commit, commit, commit, commit, commit
zswap: export compression failure stats commit
memcg: add THP swap out info for anonymous reclaim commit
memcg: hugetlb memcg accounting commit, commit, commit, commit
- damon
- folios work
Convert numa balancing functions to use a folio commit, commit, commit, commit, commit, commit
Finish the create_empty_buffers() transition commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
rmap: convert page_move_anon_rmap() to folio_move_anon_rmap() commit, commit, commit
futex: Use a folio instead of a page commit
Convert page cpupid functions to folios commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add folio_end_read commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
migrate: more folio conversion and unification commit, commit, commit, commit, commit, commit, commit, commit
Some khugepaged folio conversions commit, commit, commit, commit, commit
4. File systems
4.1. bcachefs
Prerequisite patch series commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Merge request: initial bcachefs updates
4.2. Btrfs
Introduce the RAID stripe tree, a new tree for logical file extent mapping where the physical mapping may not match on multiple devices. This is now used in zoned mode to implement RAID0/RAID1* profiles, but can be used in non-zoned mode as well. The support for RAID56 is in development and will eventually fix the problems with the current implementation. This is a backward incompatible feature and has to be enabled at mkfs time Design document. commit, commit, commit, commit, commit, commit, commit
Simple quota accounting (squota): A simplified mode of qgroup that accounts all space on the initial extent owners (a subvolume), the snapshots are then cheap to create and delete commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Temporary filesystem fs ID: Support mounting a filesystem with the same id coming from a cloned-device, by generating a temporary id commit, commit, commit, commit, commit, commit
Cleanups and struct packing commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Updates to delayed refs accounting and space reservation, improves some workloads commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Make extent state merges more efficient during insertions, reduce rb-tree iterations (run time of critical functions reduced by 5%) commit, commit, commit, commit, commit, commit
Adjust reservation sizes for block group item updates/inserts commit, commit
tree-checker: add type and sequence check for inline backrefs commit
Remove check-integrity functionality commit, commit, commit, commit
4.3. Ceph
Support idmapped mounts commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
4.4. CIFS
Allow dumping session and tcon id to improve stats analysis and debugging commit
4.5. EFI VARIABLE FILESYSTEM
Add uid/gid mount options commit
4.6. exFAT
4.7. F2FS
4.8. FSCRYPT
Add support for sub block data granularity commit, commit, commit, commit, commit
Track master key presence separately from secret commit
4.9. GFS2
Patches on for-next commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
4.10. Autofs
4.11. KSMBD
ksmbd: add support for surrogate pair conversion commit
4.12. OVERLAY
New mount options lowerdir+,datadir+ commit, commit, commit, commit
Support nested overlayfs mounts with xattrs and whiteous commit, commit, commit, commit, commit
4.13. XFS
CPU usage optimizations for realtime allocator commit, commit, commit, commit, commit, commit, commit, commit
Allow read IO and FICLONE to run concurrently commit
4.14. ext2
4.15. NFS
SunRPC thread scheduler work that was begun in v6.6. The scheduler can now find an service thread to wake in constant time and without a list walk commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add netlink-based NFSD control plane. The long-term plan is to provide the same functionality as found in /proc/fs/nfsd, plus some interesting additions, and then migrate the NFSD user space utilities to netlink commit, commit
NFSv4.x client improvements for knfsd re-exporting commit, commit
5. Block layer
badblocks improvement for multiple bad block ranges commit, commit, commit, commit, commit, commit
blk-mq: optimize queue_rqs() support commit, commit, commit, commit, commit
dm: error: Add support for zoned block devices commit
6. Security
hardening: Provide a dedicated Kconfig fragments for basic options commit
AppArmor
- landlock
configfs-tsm: Attestation Report ABI. The current momentum has been to invent new ioctl-ABI per TSM per function which at best is an abdication of the kernel's responsibility to make common infrastructure concepts share common ABI. This proposal, targeted to conceptually work with TDX, SEV-SNP, COVE if not more, is to define a configfs interface to retrieve the TSM-specific blob commit, commit, commit, commit, commit, commit, commit
7. Cryptography
mscode_parser: remove sha224 authenticode support commit
asymmetric_keys: allow FIPS 202 SHA-3 signatures commit
pkcs7: remove md4 md5 x.509 support commit
pkcs7: remove sha1 support commit
Fix chaining support for stream ciphers (arc4 only for now) commit, commit, commit, commit
jitter: Offer compile-time options to accommodate different hardware with different entropy rates implied in their timers. This allows configuring the Jitter RNG in systems which exhibits insufficient entropy with the default parameters commit, commit, commit
pkcs7 x509 add FIPS 202 SHA-3 support commit, commit, commit, commit, commit
- qat
8. Virtualization
Xen: privcmd: Add ioeventfd and fix irqfd support commit, commit, commit, commit
vdpa: decouple reset of iotlb mapping from device reset commit, commit, commit, commit, commit, commit, commit
vsock: MSG_ZEROCOPY flag support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
9. Tracing, probing and BPF
BPF: Add the first part of the runtime and verifier support needed to enable BPF exceptions commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
BPF: Add ability to pin bpf timer to calling CPU commit, commit
BPF: Add cgroup sockaddr hooks for unix sockets commit, commit, commit, commit, commit, commit, commit, commit, commit
BPF: Add support for local percpu kptr commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
BPF: Add missed stats for kprobes commit, commit, commit, commit, commit, commit, commit
BPF: Allow to use kfunc XDP hints and frags together commit
libbpf: Add basic BTF sanity validation commit
libbpf: Support symbol versioning for uprobe commit, commit, commit
libbpf: adds a new ring__ API to libbpf exposing getters for accessing the individual ringbuffers inside a struct ring_buffer. This is useful for polling individually, getting available data, or similar use cases commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- perf
perf kwork top: Introduce new top utility commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
perf record: Track sideband events for all CPUs when tracing selected CPUs commit, commit, commit, commit, commit, commit
perf lock contention: Add cgroup support commit, commit, commit, commit, commit, commit
perf test shell lock_contention: Add cgroup aggregation and filter tests commit
PMU performance improvements commit, commit, commit, commit, commit, commit
tracing/user_events: Allow events to persist for perfmon_capable users commit, commit, commit
eventfs: Remove eventfs_file and just use eventfs_inode commit
kprobes: introduces a scalable and lockless ring-array based object pool to improve scalability of kretprobed routines commit, commit, commit, commit
10. Networking
TCP: Support TCP Authentication Option (RFC 5925, TCP-AO), a more modern replacement for the old MD5 option commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
nvme-tcp: In-kernel TLS support for TCP commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
TCP: Add optional usec resolution of TCP timestamps, enabled selectively by a route attribute commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
TCP: Set pingpong threshold via sysctl commit
- packet scheduler
netlink: add variable-length / auto integers commit, commit, commit
Data-races fixes and lockless socket options commit, commit, commit, commit, commit, commit, commit, commit. More: commit, commit, commit, commit, commit, commit, commit, commit, More: commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add bpf programmable net device which can operate in L3 or L2 mode where the BPF program is part of the xmit routine. Its program management is done via bpf_mprog and it comes with BPF link support. commit, commit, commit, commit, commit, commit, commitcommit, commit
Expose devlink instances relationships commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add MDB get support, allowing user space to request a single MDB entry to be retrieved instead of dumping the entire MDB. Support is added in both the bridge and VXLAN drivers commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- Wireless
Add implementation for set_antenna API and initial support for TID to link mapping commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Additional processing in beacon updates commit, commit, commit, commit, commit
OWE DH IE handling offload commit
xfrm: Support GRO decapsulation for ESP in UDP encapsulation commit, commit, commit, commit, commit, commit, commit, commit, commit
xsk: add multi-buffer support for sockets sharing umem commit
bridge: Add a limit on learned FDB entries commit, commit, commit, commit, commit
Add sysctl to disable rfc4862 5.5.3e lifetime handling commit
vxlan: Extend driver to support FDB flushing commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
mptcp: add a new sysctl for make after break timeout commit
ipv6: avoid atomic fragment on GSO output commit, commit, commit
TCP: Defer regular TCP ACK while processing socket backlog, try to send a cumulative ACK at the end. Increase single TCP flow performance on a 200Gbit NIC by 20% commit, commit, commit, commit
rtnetlink: add additional command line options commit, commit
pktgen: Introducing 'SHARED' flag for testing with non-shared skb commit, commit
netconsole: configfs entries for boot target commit, commit, commit, commit
bareudp: use ports to lookup route commit
netlink: convert netlink code to use YAML spec commit, commit, commit, commit, commit, commit
bpf: expose information about netdev xdp-metadata kfunc support commit, commit, commit, commit
appletalk: remove cops support commit
Infiniband: Add 800Gb (XDR) speed support commit, commit, commit, commit, commit, commit
- RDMA
11. Architectures
11.1. IA64
11.2. ARM
- Device Tree Sources
New SoC: AMD Pensando Elba is a data processing unit based on Cortex-A72 CPU cores commit, commit, commit, commit
New SoC: Qualcomm Snapdragon 720G (sm7125) is a close relative of Snapdragon 7c and gets added with some Xiaomi phones commit, commit, commit, commit
New SoC: Renesas gains support for the R8A779F4 (R-Car S4-8) automotive SoC commit, commit, commit and the RZ/G3S (R9A08G045) embedded SoC commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
USRobotics USR8200 is a NAS/Firewall/router based on the ancient Intel IXP4xx platform commit
One machine each for Allwinner V3s commit, commit, commit, commit, Aspeed AST2600 commit, commit, Microchip sama5d29 commit, commit and ST STM32mp157 commit, commit, commit, commit, commit, commit, commit, commit, commit
Initial support for the Fairphone 5 smartphone commit, commit, commit, commit, commit, commit, commit, commit, commit
amlogic: add libretech cottonwood support commit
qcom: msm8939-longcheer-l9100: Add initial dts commit, commit, commit
imx6q: Add Variscite MX6 Custom board support commit, commit, commit
Add BigTreeTech CB1 SoM & Boards commit, commit, commit, commit
meson: a1: introduce several peripheral IPs commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for the phyGATE-Tauri-L IoT Gateway commit, commit
freescale: Add support for LX2162 SoM & Clearfog Board commit, commit, commit, commit
imx8mp: add imx8mp-venice-gw74xx-imx219 overlay for rpi v2 camera commit
mediatek: Add newer revisions of Google Spherion and Hayato commit, commit, commit, commit, commit
mediatek: add device-tree for Genio 1200 EVK board commit, commit
Add no-esim sku for sc7180-lazor family and new board version for audio codec ALC5682i-VS commit, commit
rockchip: Add board device tree for rk3588-orangepi-5-plus commit
rockchip: Add QuartzPro64 SBC device tree commit
Add Support for RK3566 Powkiddy RGB30 commit, commit, commit, commit
Add initial devicetree for Turing RK1 commit, commit, commit
Add metrics for Arm CMN commit, commit, commit, commit, commit, commit
perf vendor events arm64: Update V1 events using Arm telemetry repo commit, commit
Support for Arm v8.8 memcpy instructions in KVM guests commit, commit
Add IPI for backtraces / kgdb; try to use NMI for some IPIs commit, commit, commit, commit, commit, commit, commit
qcom: sa8775p: add support for EP PCIe commit, commit, commit
soc: mediatek: MT8365 power support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
qcom: Add power domain support for SC8380XP commit, commit, commit
qcom: rpmhpd: Introduce Power Domains support for SM8650 commit, commit
arm_scmi/cpufreq: Add generic performance scaling support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
firmware: arm_ffa: Add FF-A v1.1 support(notification + new memory descriptor format) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
arm_cspmu: ampere: Add support for Ampere SoC PMUs commit, commit, commit, commit
Add S4 SoC PLLs and Peripheral clock commit, commit, commit, commit
amlogic: Add support for T7 power domains controller commit
amlogic: add driver to support power parent node commit
Add pinctrl driver support for Amlogic T7 SoCs commit, commit, commit
turris-omnia: updates commit, commit, commit, commit, commit
i2c: qcom-geni: add ACPI device id for sc8180x commit
rockchip: Add RV1126 Display (MIPI DSI) support commit, commit, commit, commit, commit, commit, commit, commit, commit
arm32, bpf: add support for cpuv4 insns commit, commit, commit, commit, commit, commit, commit, commit, commit
arm64: Enable 'writable' ID registers commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
arm64: PMU: Allow userspace to limit the number of PMCs on vCPU commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
11.3. S390
BPF: Implement cpuv4 support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
DMA API conversion and optimized IOTLB flushing commit, commit, commit, commit, commit, commit
zcrypt: introduce new internal AP queue se_bound attribute commit
11.4. SUPERH
11.5. PowerPC
Implement execute-only protection on powerpc commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
vas: Limit open window failure messages in log bufffer commit
Use BPF prog pack allocator commit, commit, commit, commit, commit, commit
trace: Add support for HAVE_FUNCTION_ARG_ACCESS_API commit
vmcore: Add MMU information to vmcoreinfo commit
Generic and PowerPC SED Opal keystore commit, commit, commit
crypto: vmx: Improved AES/XTS performance of 6-way unrolling for ppc commit
KVM: Nested APIv2 guest support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ibmvfc: generic prep work for NVMeoF support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
11.6. LoongArch
Add KVM support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
BPF: Support cpu v4 instructions commit, commit, commit, commit, commit, commit, commit, commit
Support PREEMPT_DYNAMIC with static keys commit
11.7. PA-RISC
Allow building uncompressed Linux kernel commit
11.8. MIPS
11.9. RISC-V
Add Milk-V Pioneer RISC-V board support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add Milk-V Duo board support commit, commit, commit, commit, commit
Risc-V Kvm Smstateen commit, commit, commit, commit, commit, commit, commit
RISC-V SBI debug console extension support commit, commit, commit, commit, commit
SCS support commit, commit, commit, commit, commit, commit, commit
Add support to handle misaligned accesses in S-mode commit, commit, commit, commit, commit, commit, commit, commit, commit
Improve PTDUMP and introduce new fields commit, commit, commit, commit
tlb flush improvements commit, commit, commit, commit, commit
Enable cbo.zero in usermode commit, commit, commit, commit, commit, commit
KVM Conditional Operations commit, commit, commit, commit, commit, commit
Show accurate per-hart isa in /proc/cpuinfo commit
11.10. SYNOPSYS ARC ARCHITECTURE
Add perf support to the rockchip-dfi driver commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
11.11. x86
microcode: Cleanup and late loading enhancements commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Intel metric fixes and event updates commit, commit, commit, commit, commit, commit, commit, commit, commit
KVM: Add feature flag for CPUID.80000021H:EAX[bit 1] commit
Unify TDCALL/SEAMCALL and TDVMCALL assembly commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support TDX guests on Hyper-V (the x86/tdx part) commit
locking/lockref/x86: Enable ARCH_USE_CMPXCHG_LOCKREF for X86_CMPXCHG64 commit
amd_nb: Add AMD Family MI300 PCI IDs commit
perf/amd: Add memory controller events commit, commit, commit, commit, commit
Make IA32_EMULATION boot time overridable commit, commit, commit, commit, commit, commit
cpu: Rework the topology evaluation commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUs commit
resctrl: Miscellaneous resctrl features commit, commit, commit, commit, commit, commit, commit
Add new platform support for DBC commit, commit, commit, commit, commit
iommu/amd: SVA Support (Part 1) - cleanup/refactoring commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit (part 2) - deprecate iommu_v2 module commit, commit, commit, commit, commit
A kernel boot parameter that causes the kernel to panic if one of the call_smp_function() APIs is stalled for more than the specified duration commit
- platform
12. Drivers
12.1. Graphics
renesas: shmobile: Atomic conversion + DT support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add GPU page fault query interface commit, commit, commit, commit
- amdgpu
Add GFX 11.5 support commit, commit, commit, commit, commit, commit, commit, commit
Add support for DCN 3.5 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Introduce DML version 2, a new version of DML that will be used for some already available ASIC based on DCN3x and future devices. This new version of the DML is more reliable, provide a better programming model for hardware/software, and is more flexible for creating new tools for automation/validation commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
A new set of Linux OD interfaces commit, commit, commit, commit, commit, commit, commit
Add VPE Support. VPE is a new general purpose copy engine. It supports a variety of scaling and transform features commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add UMSCH 4.0 support. UMSCH handles scheduling of multimedia queues similar to MES for GFX and SDMA UMSCH 4.0 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Expose physical id of device in XGMI hive commit
DC Patches November 15, 2023 (SubVP support for more configs) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
DC Patches August 18, 2023 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
DC Patches August 23, 2023 (new debugfs interface to query the current ODM combine configurations, support for windowed MPO ODM) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
DC Patches September 13, 2020 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Enable seamless boot more widely commit, commit, commit, commit
- mediatek
- komeda
add NV12 format to support writeback layer type commit
- panfrost
- adreno
- nouveau
Initial support for GSP-RM 535.54.04 (and Ada GPUs) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- solomon
- rockchip
- Intel Xe:
Prerequisite DRM scheduler changes for Xe commit
- rockchip
vop2: Add more supported 10bit formats commit
- panel
- Intel
Add support for new DG2-G12 revid 0x1 commit
Add new DG2 PCI IDs commit
Enable Lunar Lake display commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Load LUTs with DSB commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- bridge
12.2. Networking drivers
- Bluetooth
infiniband: Add more resource dumping to rdmatool for SRQ commit, commit, commit
RDMA/hns: Support SRQ record doorbell commit
ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state commit
rtw88: dump registers related to firmware state when it get abnormal commit, commit
- iwlwifi
Updates - 2023-10-04 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Updates - 2023-10-11 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Updates - 2023-10-17 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Updates - 2023-10-22 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Updates - 2023-09-21 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
dsa: microchip: add drive strength support commit, commit, commit
- rtw89
Apply TX power read from firmware file commit, commit, commit, commit, commit, commit, commit
Handle EHT rate commit, commit, commit, commit, commit, commit
Prepare timeslot and trigger firmware for MCC commit, commit, commit, commit, commit, commit
Generalize download firmware flow to support WiFi 7 chips commit, commit, commit, commit, commit, commit, commit, commit
Add TX/RX descriptor v2 and mac port registers for WiFi 7 chips commit, commit, commit, commit, commit, commit
rt2x00: various improvements for MT7620 initialization commit, commit, commit
- ath12k
indicate scan complete for scan canceled when scan running commit
Enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 commit
Add support for hardware rfkill for WCN7850 commit
Add keep backward compatibility of PHY mode to avoid firmware crash commit
Add read variant from SMBIOS for download board data commit
- mt76
appletalk: remove ipddp driver commit
- bnxt_en
phy: broadcom: add support for BCM5221 phy commit
at91: add can_state_get_by_berr_counter() helper, cleanup and convert to rx_offload commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
pcs: xpcs: Add 2500BASE-X case in get state for XPCS drivers commit
phy: dp83867: Add support for hardware blinking LEDs commit
phy: amd: Support the Altima AMI101L commit
- hns3
- iavf
Introduce Intel IDPF driver commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- ice
Add drop rule matching on not active lport commit
Add basic E830 support commit, commit, commit, commit, commit, commit
Implement cross timestamping for E823 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add PTP auxiliary bus support commit, commit, commit, commit
ethtool: Add link mode maps for forced speeds commit, commit, commit
i40e: Add basic devlink support commit, commit, commit, commit, commit, commit
dpll: add phase-offset and phase-adjust commit, commit, commit, commit
octeon_ep: support to fetch firmware info commit
octeontx2-af: Enable hardware timestamping for VFs commit
octeontx2-pf: Tc flower offload support for MPLS commit
octeontx2-pf: Enable PTP PPS output support commit
Add WED support for MT7988 chipset commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- mlxsw
- mlx5
Add chunk mode support for mlx5 driver commit, commit, commit, commit, commit, commit, commit, commit, commit
vdpa: adds support for vq descriptor table mappings which are used to improve vdpa live migration downtime commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Implement mkeys management via LIFO queue commit
Support IPsec packet offload in multiport RoCE devices commit, commit, commit, commit, commit, commit, commit, commit, commit
Updates 2023-10-10 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Updates 2023-09-19 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
nfp: add offload support for CHACHA20-POLY1305 commit
Add software timestamp capabilities to xen-netback device commit
dsa: rtl8366rb: Implement setting up link on CPU port commit
tg3: Improve PTP TX timestamping logic commit
dsa: hsr: Enable HSR HW offloading for KSZ9477 commit, commit, commit, commit, commit
sfc: conntrack offload for tunnels commit, commit, commit, commit
ixp4xx_eth: Support changing the MTU commit
tsnep: Inline small fragments within TX descriptor commit
dsa: microchip: provide Wake on LAN support commit, commit, commit, commit, commit, commit, commit, commit, commit
dsa: microchip: Add partial ACL support for ksz9477 switches commit
12.3. Storage
ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list commit
QLOGIC QLA4XXX iSCSI DRIVER: open-iSCSI driver for Qlogic Corporation's iSCSI HBAs commit
ufs: qcom: Align programming sequence as per HW spec commit, commit, commit, commit, commit, commit
ufs: core: Add support for parsing OPP commit
target: Allow userspace to config cmd submission commit, commit, commit, commit, commit, commit, commit, commit
imm: Add a module parameter for the transfer mode commit
scsi_debug: Add error injection for single device commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
12.4. Sound
- hda/realtek
amd: acp: Add acp6.3 pci legacy driver support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ASoC: mediatek: Update MT8195 machine driver commit, commit, commit
ASoC: hdac_hda: add HDA patch loader support commit
ASoC: mediatek: mt8188-mt6359: add rt5682s support commit
ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: add rt5650 support commit
amd: acp: Add sound support for a line of HUAWEI laptops commit, commit, commit, commit, commit
Add PWM-DAC audio support for StarFive JH7110 RISC-V SoC commit, commit, commit
- SOF
scarlett2: Driver updates commit, commit, commit, commit, commit
Support mute notifications for CS35L41 HDA commit, commit, commit, commit
ASoC: Adds support for TAS575x to the pcm512x driver commit
codecs: Add aw87390 amplifier driver commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
cs35l56: Update hibernate/wake sequences and enable hibernation commit, commit, commit, commit
cs35l56: Use PCI SSID to select specific firmware commit, commit, commit, commit
scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support commit
aloop: Add support for the non-interleaved access mode commit, commit
scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support commit
Add I2S support for the StarFive JH7110 SoC commit, commit, commit, commit, commit
mediatek: svs: add support for mt8188 commit, commit, commit, commit
Bluetooth: Add support for Intel Misty Peak - 8087:0038 commit
- SoC
Intel: machine driver update commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
intel: Add CS42L43 sdw machine driver support commit, commit, commit
Harden SSP boards and add TDM support commit, commit, commit, commit, commit
Intel: boards: updates for 6.7 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Intel: more machine driver updates for 6.7 commit, commit, commit, commit, commit, commit, commit, commit
12.5. USB
Displayport Alternate Mode 2.1 Support commit, commit, commit, commit, commit
USB4 v2 asymmetric switching and more commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Handle reversed SBU orientation for FSA4480 commit, commit, commit
typec: intel_pmc_mux: enable sysfs usb role access commit
Add TPS25750 USB type-C PD controller support commit, commit, commit, commit, commit, commit, commit, commit, commit
Link USB devices with their USB Type-C partner counterparts commit, commit
Multi-segment Event Ring support for XHCI commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ChipIdea: add Nuvoton NPCM UDC support commit, commit, commit
dwc3: xilinx: add reset-controller support commit
dwc3: add Realtek DHC RTD SoC dwc3 glue layer driver commit, commit
Fix port mapping for ZTE MF290 modem commit
12.6. TTY layer and serial drivers
Provide port lock wrappers commit
8250: Changes of MOXA PCIe boards in 8250_pci.c commit, commit, commit, commit
stm32: add support for break control commit
exar: Add RS-485 support for Sealevel XR17V35X based cards commit, commit
Restrict access to TIOCLINUX commit
tty: serial: meson: Add a earlycon for the S4 SoC commit
Add drivers for the ESP32xx serial devices commit, commit, commit, commit, commit
12.7. Staging area
rtl8192u: Remove broken driver commit
resolver: move ad2s1210 out of staging commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
12.8. Media devices (V4L/DVB)
cros-ec-cec: Add Constitution to the match table commit
mgb4: Added support for T200 card variant commit
Support Nuvoton NPCM Video Capture/Encode Engine commit, commit, commit, commit, commit, commit
i2c/hi556: add a new mode 1296x722 settings commit
qcom: camss: Add parameter passing to remove several outstanding bugs commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
rc: meson-s4: support RC_DRIVER_SCANCODE driver commit, commit, commit
CSI2RX support on J721E and AM62 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ov13b10: Add 1364x768 register settings commit
cros-ec-cec: Add support for multiple ports commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
platform: cros-ec: Add Boxy to the match table commit
12.9. Thermal
processor_thermal: Suport workload hint commit, commit, commit, commit, commit, commit
processor_thermal: Power floor status commit, commit, commit, commit, commit, commit, commit
12.10. Watchdog
it87_wdt: add IT8613 ID commit
12.11. Voltage and current regulator
qcom_spmi: Add PM8909, PM8019 and PMA8084 commit, commit, commit, commit, commit, commit
Add ADI MAX77503 regulator driver and bindings commit
qcom-rpmh: Add regulator support for SC8380XP commit, commit
12.12. MULTIFUNCTION DEVICES (MFD)
Add support for XLCDC to sam9x7 SoC family. commit
Add support for poweroff via RK806 PMIC commit, commit, commit, commit
intel-lpss: Add Intel Lunar Lake-M PCI IDs commit
lpc_ich: Add a platform device for pinctrl Denverton commit, commit, commit, commit
12.13. MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
hsq: Improve random I/O write performance for 4k buffers commit
12.14. NFC SUBSYSTEM
12.15. PCI
Add Ampere Altra Attention Indicator extension driver commit
mgb4: Added Digiteq Automotive MGB4 driver commit
Add support for Xilinx XDMA Soft IP as Root Port. commit
dwc: rcar-gen4: Add R-Car Gen4 PCIe support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
12.16. PIN CONTROL SUBSYSTEM
Add pinctrl driver support for Realtek DHC SoCs commit, commit, commit, commit, commit, commit, commit
12.17. MEMORY TECHNOLOGY DEVICES (MTD)
spinand: winbond: add support for serial NAND flash commit
spinand: add support for FORESEE F35SQA002G commit
spinand: Add support for XTX XT26xxxDxxxxx commit
Fix a series of wear leveling problems commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
12.18. POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
12.19. REAL TIME CLOCK (RTC)
12.20. HARDWARE MONITORING
nct6683: Add another customer ID for ASRock X670E Taichi commit
pmbus/mpq7932: Add a support for mpq2286 Power Management IC commit
Add driver for ltc2991 commit
12.21. I2C
stm32f7: Add atomic_xfer method to driver commit
i801: Add support for Intel Birch Stream SoC commit
12.22. IIO
Add support for the whole MCP39xx family commit, commit, commit, commit, commit
Adding support for Microchip MCP3564 ADC family commit, commit
adc: ad7192: Add improvements and feature commit, commit, commit
accel: Add support for Kionix/ROHM KX132-1211 accelerometer commit, commit, commit, commit, commit, commit, commit
Support ROHM BM1390 pressure sensor commit, commit, commit, commit
12.23. INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
cyttsp5: add handling for vddio regulator commit
resolver: move ad2s1210 out of staging commit, commit, commit, commit
HID: Support light color temperature and chromaticity commit, commit, commit, commit, commit, commit, commit, commit
HID: apple: add Jamesdonkey and A3R to non-apple keyboards list commit
12.24. LED
12.25. HWMON
ina3221: Add selective summation support commit, commit, commit, commit
asus-ec-sensors: add ROG Crosshair X670E Gene. commit
adt7475: Add support for Imon readout on ADT7490 commit
Add POWER-Z driver commit
powerz: add support for ChargerLAB KM002C commit
12.26. REMOTE PROCESSOR (REMOTEPROC)
Add support for MT8195 SCP 2nd core commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
12.27. DMA GENERIC OFFLOAD ENGINE
Add Intel Analytics Accelerator (IAA) crypto compression driver commit
12.28. COMPUTE EXPRESS LINK (CXL)
Add support for RCH RAS error handling commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
12.29. COUNTER SUBSYSTEM
12.30. CPU FREQUENCY SCALING FRAMEWORK
qcom-nvmem: add support for IPQ8074 commit
qcom-nvmem: Enable cpufreq for ipq53xx commit
mediatek: Add support for MT8365 commit
Add basic cpufreq scaling for Qualcomm MSM8909 commit, commit, commit
12.31. COMMON CLK FRAMEWORK
qcom: sm8x50: enable RNG commit, commit, commit, commit, commit
omap: omap4-embt2ws: 32K clock for WLAN commit, commit, commit, commit
Add camera clock controller support for SM8550 commit, commit, commit, commit, commit
qcom: Add support for GCC and RPMHCC on SM4450 commit, commit, commit, commit
clk:imx: misc update/fix for i.MX8 commit, commit, commit, commit, commit, commit, commit
Show active consumers of clocks in debugfs commit
clk: Allow phase adjustment from debugfs commit
qcom-nvmem: add support for ipq806x commit, commit, commit, commit
MSM8976 PLL,RPMPD and DTS changes commit, commit, commit, commit, commit, commit
12.32. SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers
12.33. IOMMU SUBSYSTEM
Userspace controlled attributes for hardware page tables (HWPT/iommu_domain) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Nested translation support for HWPTs (part 1/3) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
vt-d: debugfs: Enhancements to IOMMU debugfs commit, commit, commit
- IOMMUFD
IOMMUFD Dirty Tracking. AMD/ARM/Intel CPUs can now record if a DMA writes to a page in the IOPTEs within the IO page table. This can be used to generate a record of what memory is being dirtied by DMA activities during a VM migration process. A VMM like qemu will combine the IOMMU dirty bits with the CPU's dirty log to determine what memory to transfer commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
iommufd support allocating nested parent domain commit, commit, commit, commit
12.34. DRM COMPUTE ACCELERATORS
qaic: Extend uAPI to support undoing ATTACH_SLICE_BO commit, commit, commit, commit, commit, commit, commit
habana: 1 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, 2 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, 3 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
12.35. Various
provide sysfs interface for cdx device resources commit, commit, commit, commit, commit, commit, commit
qcom: llcc: Add support for QDU1000/QRU1000 commit, commit, commit, commit, commit, commit
qcom: socinfo: Add SM7150P ID commit
extcon: add Realtek DHC RTD SoC Type-C driver commit
xilinx: Added EDAC support for Xilinx DDR controller commit, commit
leds: class: Don't expose color sysfs entry commit
misc: onboard-hub: add support for Microchip USB5744 commit, commit
amplifiers: hmc425a: Add Support HMC540S 4-bit Attenuator commit, commit
eeprom: at24: add ST M24C32-D Additional Write lockable page support commit, commit
eeprom: at24: add ST M24C64-D Additional Write lockable page support commit, commit
hw_random: stm32: support STM32MP13x platforms commit, commit, commit, commit, commit, commit, commit, commit, commit
mei: enhance mei pxp recoverability commit, commit, commit, commit
mailbox: pcc: Support platform notification for type4 and shared interrupt commit, commit
cxl: Add support for QTG ID retrieval for CXL subsystem commit, commit, commit, commit
ptp: Support for multiple filtered timestamp event queue readers commit, commit, commit, commit, commit, commit
13. Pull requests
14. Other news sites
Phoronix Linux 6.7 features