35110
Comment: add lots of 2.6.12 changes
|
← Revision 404 as of 2025-01-20 17:57:22 ⇥
1055
Linux 6.13
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Comprehensible changelog of the linux kernel, inspired by [http://wiki.dragonflybsd.org/index.php/DragonFly_Status Dragonfly's status]. Another good places to get more information about the linux kernel are [http://www.kernel-traffic.org Kernel traffic] and [http://www.lwn.net LWN] and their [http://lwn.net/Kernel/ "kernel status" articles], [http://lwn.net/Articles/driver-porting/ driver porting guide] and the [http://lwn.net/Articles/2.6-kernel-api/ API changes in 2.6] - many of the links here are linking to LWN articles and we wouldn't have been able to restore the 2.5.x-2.6.x changelog without them (you may be insterested in subscribing so Jonathan can keep up the good work ;) ) Before adding things here look at the RULES section at the end of the page!! (send a mail if you think something is missing here and you don't want to/can't create an account) | #pragma keywords Linux, Kernel, Operating System, Linus Torvalds, Open Source, drivers, filesystems, network, memory management, scheduler, preemption, locking #pragma description Summary of the changes and new features merged in the Linux Kernel during the 2.6.x and 3.x development Changes done in each Linux kernel release. Other places to get news about the Linux kernel are [[http://lwn.net/Kernel/|LWN kernel status]] or the Linux Kernel mailing list (there is a web interface in [[http://www.lkml.org|www.lkml.org]] or [[https://lore.kernel.org/lkml/|lore.kernel.org/lkml]]). The lore.kernel.org/lkml/ archive is also available via NTTP if you prefer to use a newsreader: use `nntp://nntp.lore.kernel.org/org.kernel.vger.linux-kernel` for that. List of changes of older releases can be found at LinuxVersions. If you're going to add something here look first at LinuxChangesRules! |
Line 3: | Line 5: |
===== 2.6.14 ===== * '''STILL NOT RELEASED!!''' * Numa-aware slab allocator [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e498be7dafd72fd68848c1eef1575aa7c5d658df (commit - benchmarks)] * Lazy page table copies in fork(): Defer copying of ptes until fault time when it is possible to reconstruct the pte from backing store, speeding up fork() greatly specially for processes using lots of shared memory [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d992895ba2b27cf5adf1ba0ad6d27662adc54c5e (commit)] * Add /proc/$PID/smaps: Shows how much memory is resident in each mapping. Useful for people who want to perform memory consumption analysis [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e070ad49f31155d872d8e96cab2142840993e3c0 (commit)] * Four-level page table support for the ppc64 architecture: extends the usable user address range to 44 bits (16T). [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e28f7faf05159f1cfd564596f5e6178edba6bd49 (commit)] * PPTP (Point-to-Point Tunneling Protocol) support: [http://www.ietf.org/rfc/rfc2637.txt RFC 2637]. Used to implement VPN products (notably, Microsoft in all the Windows versions). [http://en.wikipedia.org/wiki/PPTP Wikipedia article] [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=926b50f92a30090da2c1a8675de954c2d9b09732 (commit)] * [http://fuse.sourceforge.net/ FUSE]: Allows to implement a fully functional filesystem in a userspace program * [http://v9fs.sourceforge.net/ 9P support]: Linux port of the [http://www.cs.bell-labs.com/sys/doc/9.html Plan9]'s [http://plan9.bell-labs.com/sys/man/5/INDEX.html 9P protocol] [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=93fa58cb831337fdf5d36b3b913441100a484dae (commit)] * DCCP: "Datagram Congestion Control Protocol". Datagram protocol (like UDP), but with a congestion control mechanism. [http://lwn.net/Articles/149756/ (LWN article)] Currently a [http://www.icir.org/kohler/dcp/draft-ietf-dccp-spec-11.txt RFC draft] [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7c657876b63cb1d8a2ec06f8fc6c37bb8412e66c (commit)] * [http://relayfs.sourceforge.net/ RelayFS]: Relayfs is just a bunch of per-cpu kernel buffers that can be efficiently written into from kernel code. These buffers are represented as files which can be mmap'ed and directly read from in user space. The purpose of this setup is to provide the simplest possible mechanism allowing potentially large amounts of data to be logged in the kernel and 'relayed' to user space." [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e82894f84dbba130ab46c97748c03647f8204f92 (commit)] * securityfs filesystem [http://lwn.net/Articles/153366/ (LWN article)] [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b67dbf9d4c1987c370fd18fdc4cf9d8aaea604c2 (commit)] * SAS transport class [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c7ebbbce366c02e5657ac6b6059933fe0353b175 (commit)] * Remove ACPI S4 BIOS support [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b01d8684e9e5b04270970c97df856d47668267e3 (commit)] * Add netlink connector: userspace <-> kernel space easy to use communication module which implements easy to use bidirectional message bus using netlink as its backend [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7672d0b54411371e0b6a831c1cb2f0ce615de6dc (commit)], also a "async connector mode" [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=acd042bb2de50d4e6fb969281a00cc8b8b71e46d (commit)] * Suspend support for CIFS filesystem [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ede1327ea4ca8019ec6df24b3e837def091c26b8 (commit)] * [http://ipw2100.sourceforge.net/ ipw2100] and [http://ipw2200.sourceforge.net/ ipw2200] wireless drivers (intel centrino) [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2c86c275015c880e810830304a3a4ab94803b38b (commit)] - [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=43f66a6ce8da299344cf1bc2ac2311889cc88555 (commit)] * [http://hostap.epitest.fi/ HostAP]: Adds support to work as "Wireless Access Point" [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ff1d2767d5a43c85f944e86a45284b721f66196c (commit)] * [http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Linux.Wireless.Extensions.html Wireless extensions] API update to version 19 [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6582c164f2b3b6e58d1f13c1c031b19ee691eb14 (commit)] * ISA DMA suspend for x86/x86-64 [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=795312e763569ce4df67e7a0ca726a9901358fa2 (commit)] - [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7dc24db1757f950f8bd21b7191106d4bf5134be7 (commit)] * Keys: Add possessor permissions to keys. It adds extra permission grants to keys for the possessor of a key in addition to the owner, group and other permissions bits. This makes SUID binaries easier to support without going as far as labelling keys and key targets using the LSM facilities [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=664cceb0093b755739e56572b836a99104ee8a75 (commit)] |
You can discuss the latest Linux kernel changes on the [[http://forum.kernelnewbies.org/list.php?4|New Linux Kernel Features Forum]]. |
Line 25: | Line 7: |
===== 2.6.13 ===== * Released August 29, 2005 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.13 changelog] * Execute-in-place support: Traditionally, programs are loaded from disk to memory to be executed. However, the current wave of embedded devices store programs in a ROM/flash chip. XIP allows the kernel executing programs directly from that ROM, without being copied to RAM (saving RAM space), and bypassing the page cache/io scheduler layers (since they're not needed). [http://lwn.net/Articles/135472/ (LWN article)] * x86 now uses the generic PCI bus setup code for assigning unassigned resources * Voluntary preemption patches * build-time configurable clock interrupt frequency: Now HZ defaults to 256 in x86. 1000 is better for "interactivity" (desktops) and 100 is good for performance (servers) and saves some energy in laptops. [http://lwn.net/Articles/145973/ (LWN article)] * inotify [http://lwn.net/Articles/104343/ (LWN article)] [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0eeca28300df110bd6ed54b31193c83b87921443 (commit)] * Support for the Xtensa architecture: [http://www.tensilica.com/products/xtensa_architecture.htm 32-bit architecture] used in embedded devices * Improved CFQ IO scheduler: With support for I/O priorities [http://lwn.net/Articles/143474/ (LWN article)] * kexec and kdump: Kexec allows users to load a new kernel from another running kernel. By preserving the memory contents in a crash scenario, kexec allows to implement kdump. Kdump is able to get a memory dump of the previous kernel, and be used as a debugging tool. [http://lwn.net/Articles/108595/ (LWN article)] * Runtime selectable TCP congestion algorithm: Allow using setsockopt to set TCP congestion control to use on a per socket basis. [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5f8ef48d240963093451bcf83df89f1a1364f51d (commit)] - [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=317a76f9a44b437d6301718f4e5d08bd93f98da7 (commit)] * Add several TCP congestion modules: H-TCP [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a7868ea68d29eb2c037952aeb3b549cf05749a18 commit], TCP Hybla [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=835b3f0c0d7e1f716c45ec576662eac7a68b8548 (commit)], High Speed TCP (HS-TCP) [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a628d29b56d3f420bf3ff1d7543a9caf3ce3b994 (commit)], TCP Westwood [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8727076289ec55298a05cabddf02b374d13c1624 (commit)], TCP BIC [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=83803034f4233d810c4adc52008921da060c55d1 (commit)] * Removal of the devfs configuration option ===== 2.6.12 ===== * Released June 17, 2005 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.12 changelog] * Pageout throttling: With silly pageout testcases it is possible to place huge amounts of memory under I/O. With a large request queue (CFQ uses 8192 requests) it is possible to place _all_ memory under I/O at the same time. This means that all memory is pinned and unreclaimable and the VM gets upset and goes oom. This patch limits the amount of memory which is under pageout writeout to be a little more than the amount of memory at which balance_dirty_pages() callers will synchronously throttle. This means that heavy pageout activity can starve heavy writeback activity completely, but heavy writeback activity will not cause starvation of pageout [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=3799f8fcebf940f21c69e80ded882245a8bc67a7 (commit)] * Address space randomization [http://lwn.net/Articles/121845/ (LWN article)] * Cpusets [http://lwn.net/Articles/127936/ (LWN article)] * "resource limits" [http://lwn.net/Articles/134460/ (LWN article)] * Multilevel security implementation for SELinux * Support for Cyrix MediaGX (aka GEODE) CPUs. Linux and GCC treat this chip as a 586TSC with some extended instructions and alignment reqirements [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=5576007ac28bdd68800ba5816d30ec393c5765ff (commit)] * I/O barrier support for serial ATA drives * Block I/O barrier rewrite (enables full barrier support on serial ATA drives) * Annotate /proc/$PID/maps with [heap]/[stack]/[vdso] markers [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=1d39bbb3d2b67ef76d1aaa1bdef39aee2971015b (commit)] * New driver for the "trusted computing" (TPM) crap^Wchip * [http://www.superh.com/products/shyway.htm SuperHyway bus support] * Device mapper multipath support [http://lwn.net/Articles/124703/ (LWN article)] * Hot-pluggable parallel ports [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=2a6c1160578808ec4ef927ccd811791d1635f264 (commit)] * Updated FAT attributes: This updates the FAT attributes as well as corrects the handling of VFAT ctime [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=71b60d7133806152284b3507a901bda2ae645ab0 (commit)] * Let fat handle MS_SYNCHRONOUS flag: FAT filesystem has been ignoring the "sync" mount option for ages. This patches fixes this, but (obviously) degrades performance unless you mount your FAT filesystem as synchronous [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=3e261a474262b622709d4851a1f26123e61ab13c (commit)] * Add timing information to printk messages [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=bd0ac8842ea3484a090fd30507c80ae4cb22de3b (commit)] * Allow admin to enable only some of the Magic-Sysrq functions [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=ea59ccebb3a5a8e76bf9505047e7706027ccf35a (commit)] * Loglevel boot option [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=5d65f423092e68ab44a2a6386c0b3f1985f79c41 (commit)] * Remove IPV6 "experimental" status ===== 2.6.11 ===== * Released March 2, 2005 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.11 changelog] * Conversion to 4-level page tables [http://lwn.net/Articles/117749/ (LWN article)] * Infiniband support [http://lwn.net/Articles/112531/ (LWN article)] * Support for Extended Attributes in the body of large inode in ext3: saves space and improves performance in some cases * Fujitsu FR-V CPU arch implementation * SATA support for Intel ICH7 * DebugFS [http://lwn.net/Articles/115405/ (LWN article)] * New Pipe implementation [http://lwn.net/Articles/118750/ (LWN article)] * "Big Kernel Semaphore" [http://lwn.net/Articles/102253/ (LWN article)] ===== 2.6.10 ===== * Released December 24, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.10 changelog] * Reworking of spin lock initialization [http://lwn.net/Articles/109505 (LWN article)] * Big Kernel Lock preemption * IRQ subsystem code rework * Removal of the "BIO walking" helper functions * Generic circular buffer type [http://lwn.net/Articles/107314/ (LWN article)] * Ext3 block reservation [http://lwn.net/Articles/81357/ (LWN article)] and online resizing patches [http://lwn.net/Articles/89560/ (LWN article)] * sysfs backing store [http://lwn.net/Articles/69523/ (LWN article)] * I/O space write barriers [http://lwn.net/Articles/103183/ (LWN article)] * Modular, on-the-fly switchable I/O schedulers [http://lwn.net/Articles/102976/ (LWN article)] * BSD secure levels module * kernel events notification mechanism * In-kernel cryptographic key management * DVD+RW and CDRW packet writing support ===== 2.6.9 ===== * Released October 19, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.9 changelog] * Token-based thrashing control [http://lwn.net/Articles/96621 (LWN article)] * Support of block I/O barrier * m32r architecture support * Allow unprivileged processes to lock small amounts of memory in RAM * Tunable "max sectors" limit for block I/O requests (can help latency reduction) * New prctl() option allowing programs to change their name (PR_GET_NAME) * AMD dual-core support * Out-of-line spinlocks [http://lwn.net/Articles/97537/ (LWN article)] * Support for POSIX's waitid() * Shared memory scalability improvements * "flex mmap" user-space memory layout [http://lwn.net/Articles/91829/ (LWN article)] * Change in TCP ICMP source quench behavior * [http://www.linux-usb.org/gadget/h2-otg.html USB "on the go" support] * New USB storage driver * Support for more than eight partitions on BSD-labeled disks * Ethtool support in the loopback driver * NETIF_F_LLTX interface [http://lwn.net/Articles/101215/ (LWN article)] * Removal of the ancient "busmouse" driver * Infrastructure for cluster-wide file locking * DRM subsystem cleanups * more filesystem conversions to the new symbolic link resolution code (which will eventually allow an increase in the maximum link depth) * "fake NUMA" mode for x86-64 testing * Small-footprint tmpfs implementation * Support for scheduler profiling (seeing where context switches come from) * Automatic TCP window scaling calculation * Removal of the Philips webcam driver * Some VFS interface improvements * Executable support in hugetlb mappings * The Whirlpool digest algorithm * Removal of the very last suser() call ===== 2.6.8 ===== * Released August 14, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.8 changelog] * support for 64-bit Super-H hardware * Removal of the PC9800 subarchitecture (lack of mainteinance) * x86 no-execute support, asynchronous I/O support for USB gadgets * Reworked symbolic link lookup implementation [http://lwn.net/Articles/91959/ (LWN article)] * New "CPU mask" implementation * RCU performance improvements * Support for new Apple Powerbooks * New wait_event_interruptible_exclusive() macro * Support for the O_NOATIME flag in the open() call * Sysfs knobs for tuning the CFQ I/O scheduler * Mirroring and snapshot targets for the device mapper * Reiserfs data=journal support * Preemptible kernel support for the PPC64 architecture * "Khazad" crypto algorithm * Added permissions checking on raw SCSI commands from user space [http://lwn.net/Articles/98379/ (LWN article)] * Removal of the fcntl() file operations method * New internal infrastructure for handling file positioning and seekability * Support for the O_NOATIME flag in the open() call * Removal of the (non-functional) "fastroute" networking option * TEA and XTEA crypto algorithms ===== 2.6.7 ===== * Released June 16, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.7 changelog]: * Scheduling Domains [http://lwn.net/Articles/80911/ (LWN article)] * Filtered Wakeups [http://lwn.net/Articles/83633/ (LWN article)] * Ability to re-enable interrupts while waiting in spin_lock_irqsave() (for all architectures now) * msleep() function for millisecond-scale waits * del_singleshot_timer(): Deleting timers quickly [http://lwn.net/Articles/84836/ (LWN article)] * shrink "dentry" structure * Removal of the Intermezzo filesystem (lack of mainteinance) * Support for quotas and external attributes in reiserfs * Removal of IDE tagged command queueing support (never worked well) * new API for NUMA systems ===== 2.6.6 ===== * Released May 10, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.6 changelog] * full object-based reverse-mapping scheme and removal of the per-page PTE chains [http://lwn.net/Articles/80472/ (LWN article)] * Network packet timestamping optimization * [http://www.geocities.com/wronski12/posix_ipc/index.html POSIX message queues] * Message queues for the x86_64 and s390 architectures * fsync() and fdatasync() speed improvements to ext2/3 * Addition of the fcntl() method to the file_operations structure [http://lwn.net/Articles/77190/ (LWN article)] * Laptop Mode [http://lwn.net/Articles/65437/ (LWN article)] * 4KB kernel stacks option for the i386 architecture * Non-executable stack support for several architectures * Reiserfs updates: data=ordered support, space preallocation, laptop mode support * IPv6 support in SELinux * The lightweight auditing framework [http://lwn.net/Articles/79326/ (LWN article)] * A mechanism which allows block drivers to respond to queries about the congestion state of their queues * "per-device unplugging patch" [http://lwn.net/Articles/75233/ (LWN article)] * CFQ scheduler * External module support * Generic snapshot support code for filesystems (taken from XFS) ===== 2.6.5 ===== * Released April 4, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.5 changelog] * Netpoll infrastructure [http://lwn.net/Articles/75944 (LWN article)] * New "kref" reference counting mechanism [http://lwn.net/Articles/75920 (LWN article)] ===== 2.6.4 ===== * Released March 11, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.4 changelog] * HFS rewrite * Support for the Intel "ia32e" arch * UTF-8 tty mode * Dynamic PTY allocation (up to a million PTY devices) * Sysfs support for SCSI tapes and bluetooth devices * [ARC4 crypto module Support for large numbers of groups] * Generic kernel thread infrastructure [http://lwn.net/Articles/65178/ (LWN article)] * Groundwork for the hotplug CPU code * ARC4 crypto module ===== 2.6.3 ===== * Released February 18, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.3 changelog] * Removal of the USB scanner code: moved support to userspace (libusb) * New DMA pool abstraction [http://lwn.net/Articles/69402/ (LWN article)] * "context mount" support for SELinux ===== 2.6.2 ===== * Released February 4, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.2 changelog] * New Qlogic SCSI driver ===== 2.6.1 ===== * Released January 9, 2004 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.1 changelog] * Message Signaled Interrupt support - MSI [http://lwn.net/Articles/44135/ (LWN article)] * Extensible Firmware Interface (EFI) support. ===== 2.6.0 ===== * Released December 18, 2003 [http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.0 changelog] ===== pre-2.6 development ===== 2.6.0-test9: * Libata driver architecture [http://lwn.net/Articles/44243/ (LWN article)] 2.6.0-test6: * [http://marc.theaimsgroup.com/?l=linux-kernel&m=104344596912094&w=2 32-bit dev_t] * Direct I/O support for reiserfs 2.6.0-test3: * [http://www.nsa.gov/selinux/index.html SELinux] 2.6.0-test1: * [http://www.linuxvirtualserver.org/ Linux Virtual Server layer] 2.5.75 released July 10, 2003: * [http://marc.theaimsgroup.com/?l=linux-mm&m=104529418208788&w=2 Anticipatory Scheduler] * "kblockd" kernel threads * "nointegrity" JFS mount option 2.5.74 released July 2, 2003: 2.5.73 released June 22, 2003: 2.5.72 released June 17, 2003: 2.5.71 released June 14, 2003: * [http://marc.theaimsgroup.com/?l=linux-kernel&m=104981044405395&w=2 Switch the IDE I/O layers to taskfile] 2.5.70 released May 27, 2003: * [http://www.linux-usb.org/gadget USB gadget support] 2.5.69 released May 5, 2003: * New interrupt handling API [http://lwn.net/Articles/29555/ (LWN article)] * Runtime barrier instruction patching: Allows optimal performance on different processors without the need to ship multiple kernels 2.5.68 released April 20, 2003: * Merging s390 and s390x into a single architecture * Generation of hotplug events from kobject registration 2.5.67 released April 7, 2003: 2.5.66 released March 24, 2003: 2.5.65 released March 17, 2003: * [http://www.kerneltrap.org/node.php?id=603 Desktop Interactivity Improvements] 2.5.64 released March 5, 2003: 2.5.63 released February 24, 2003: * [http://high-res-timers.sourceforge.net/ POSIX timers] 2.5.62 released February 17, 2003: * [http://lse.sourceforge.net/locking/dcache/dcache_lock.html Avoid dcache_lock while path walking] 2.5.61 released February 15, 2003: 2.5.60 released February 10, 2003: * New modversions implementation * 64-bit jiffies 2.5.59 released Janury 17, 2003: * [http://home.arcor.de/efocht/sched/ NUMA aware scheduler extensions] 2.5.58 released January 14, 2003: 2.5.57 released January 13, 2003: * [http://www.zipworld.com.au/~akpm/linux/schedlat.html Remove long-held locks for low scheduling latency] 2.5.56 released January 10, 2003: 2.5.55 released January 9, 2003: 2.5.54 released January 2, 2003: * [http://secure.netroedge.com/~lm78/ Add lm-sensors drivers for hardware health monitoring] * Support for AGP 3.0 2.5.53 released December 24, 2002: * SYSENTER/SYSEXIT support: Systems that support the SYSENTER extension (Basically Intel Pentium-II and above, and AMD Athlons) now have a faster method of making the transition from userspace to kernelspace when a syscall is performed. Pentium Pro also has SYSENTER, but due to errata, is unusable. Need an updated glibc to use it. 2.5.52 released December 16, 2002: 2.5.51 released December 10, 2002: * [http://linuxconsole.sourceforge.net/ Rewrite of the console layer] * Compatibility syscall layer 2.5.50 released November 27, 2002: 2.5.49 released November 22, 2002: 2.5.48 released November 18, 2002: * [http://lists.insecure.org/lists/linux-kernel/2002/Oct/6214.html In-kernel module loader] 2.5.47 released November 11, 2002: * [http://marc.theaimsgroup.com/?l=linux-kernel&m=101843329231392&w=2 Zerocopy NFS] 2.5.46 released November 4, 2002: * [http://www.xmailserver.org/linux-patches/nio-improve.html Better I/O performance with epoll], [http://lwn.net/Articles/14168/ (LWN article)] * Per-cpu hot & cold page lists * [http://www.uclinux.org/ MMU-less processor support (ucLinux)] * [http://marc.theaimsgroup.com/?l=linux-kernel&m=101095500820185&w=2 Replace initrd by initramfs] * Extended Attributes and ACLs for ext2/ext3 2.5.45 released October 31, 2002: * [http://www.xs4all.nl/~zippel/lc/ New Linux configuration system: kconfig] * [http://samba.org/~jamesm/crypto/ CryptoAPI] * [ftp://ftp.linux-ipv6.org/pub/usagi/patch/ipsec/ IPSEC] * [http://www.linuxtv.org/dvb/ Digital Video Broadcasting (DVB) layer] * [http://www.sistina.com/products_lvm.htm Device mapper for Logical Volume Manager (LVM2)] 2.5.44 released October 19, 2002: * New sysfs filesystem (formerly known as driverfs) [http://lwn.net/Articles/36850/ (LWN article)] * Plug'N Play Layer Rewrite * x86 BIOS Enhanced Disk Device (EDD) polling [http://lwn.net/Articles/9042/ (LWN article)] 2.5.43 released October 16, 2002: * [http://www.psc.edu/general/filesys/afs/ Andrew File System (AFS) support] * [http://oprofile.sourceforge.net/ OProfile, a low-overhead profiler] * [http://lse.sourceforge.net/locking Read-Copy Update (RCU) Mutual Exclusion] * [http://www.citi.umich.edu/projects/nfsv4/ Add support for NFS v4] * Remove kiobufs 2.5.42 released October 12, 2002: * [http://www.citi.umich.edu/projects/nfsv4/ NFS v4] support [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=4aebf5c40f30cc754927f4f3d20dffa9c7162814 (commit)], [http://marc.theaimsgroup.com/?l=linux-kernel&m=102927937802523&w=2 (announcement)] * [http://marc.theaimsgroup.com/?l=linux-kernel&m=103298446916066&w=2 ext2/ext3 large directory support: HTree index] * [http://us1.samba.org/samba/Linux_CIFS_client.html Add new CIFS (Common Internet File System)] * [http://www.gelato.unsw.edu.au/IA64wiki/LargeBlockDevices Remove the 2TB block device limit]: Block devices can now access up to 16TB on 32-bit architectures, and up to 8EB on 64-bit architectures. statfs64() syscall added: statfs() couldn't handle it. * Improved i2o (Intelligent Input/Ouput) layer 2.5.41 released October 7, 2002: * NFS direct I/O [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=fef2661181855f2d70c0b4c36f76ae6db15a2b93 (commit)] 2.5.40 released October 1, 2002: * [http://lse.sourceforge.net/numa Parallelizing page replacement] * [http://lse.sourceforge.net/numa NUMA topology support * [http://www.brodo.de/cpufreq/ Add support for CPU clock/voltage scaling] 2.5.39 released September 27, 2002: * New IO scheduler ("deadline") 2.5.38 released September 22, 2002: 2.5.37 released September 20, 2002: * [http://users.pandora.be/bart.de.schuymer/ebtables/ Ethernet bridge tables support] * Remove the global tasklist 2.5.36 released September 18, 2002: * Hugepage support * [http://oss.sgi.com/projects/xfs/ XFS filesystem from SGI] 2.5.35 released September 16, 2002: * Serial ATA support * [http://user-mode-linux.sourceforge.net/index.html Add User-Mode Linux (UML)] 2.5.34 released September 9, 2002: * POSIX threading support for signals * [http://lse.sourceforge.net/numa discontigmem support (ia32)] 2.5.33 released August 31, 2002: * TCP segmentation offload * [http://www.sf.net/projects/lksctp SCTP (Stream Control Transmission Protocol)] 2.5.32 released August 27, 2002: * [http://people.redhat.com/drepper/nptl-design.pdf Improved POSIX threading support] * [http://freshmeat.net/projects/linux-aio/ Asynchronous IO (aio) support] * Porting all input devices over to input API * New MTRR (Memory Type Range Register) driver 2.5.31 released August 11, 2002: * Support insane number of processes * Disk description cleanups * Remove incomplete SPX network stack 2.5.30 released August 1, 2002: * Remove khttpd 2.5.29 released July 27, 2002: * Strict address space accounting * [http://lsm.immunix.org/ Add Linux Security Module (LSM)] * [http://people.redhat.com/mingo/tls-patches/ Thread-Local Storage (TLS) support] 2.5.28 released July 24, 2002: * Remove the "Big IRQ lock" * Serial driver restructure 2.5.27 released July 20, 2002: * [http://surriel.com/patches/ New VM with reverse mappings] 2.5.26 releasaed July 16, 2002: * Direct pagecache <-> BIO disk I/O 2.5.25 releaseed July 5, 2002: * [http://marc.theaimsgroup.com/?l=linux-kernel&m=102591369418106&w=2 Faster internal kernel clock frequency] * Unified naming for disk devices 2.5.24 released June 20, 2002: 2.5.23 released June 19, 2002: * [http://www.kernel.org/pub/linux/kernel/people/rusty/patches/Hotcpu/ Hotplug CPU support] * [http://bazar.conectiva.com.br/~acme/patches/wip More complete IEEE 802.2 stack] 2.5.22 released June 17, 2002: 2.5.21 released June 9, 2002: 2.5.20 released June 3, 2002: 2.5.19 released May 29, 2002: 2.5.18 released May 25, 2002: * [http://falcon.sch.bme.hu/~seasons/linux/swsusp.html Software suspend (to disk & RAM)] * ->getattr() ->setattr() ->permission() changes 2.5.17 released May 21, 2002: * Move ISDN4linux to CAPI based interface * [http://marc.theaimsgroup.com/?l=linux-fsdevel&m=101586205801483&w=2 New quota system supporting plugins] 2.5.16 released May 18, 2002: 2.5.15 released May 9, 2002: 2.5.14 released May 6, 2002: * Bluetooth support (no longer experimental!) * [http://kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commit;h=e4ca57ce9faaaecb6dc5237960ea95d067770211 Support for IDE TCQ (Tagged Command Queueing)] 2.5.13 released May 3, 2002: 2.5.12 released May 1, 2002: * Rewrite of the buffer layer 2.5.11 released April 29, 2002: * Rewrite of the framebuffer layer * [http://marc.theaimsgroup.com/?l=linux-kernel&m=101968599501262&w=2 Fast walk dcache] * [http://linux-ntfs.sourceforge.net/ Replace old NTFS driver with NTFS TNG driver] 2.5.10 released April 24, 2002: 2.5.9 released April 22, 2002: * Smarter IRQ balancing 2.5.8 released April 14, 2002: * [http://marc.theaimsgroup.com/?l=linux-kernel&m=101231993430394&w=2 Radix-tree pagecache] * [http://www.kernel.org/pub/linux/kernel/people/rml/cpu-affinity Syscall interface for CPU task affinity] 2.5.7 released March 18, 2002: * [http://sourceforge.net/projects/acpi/ ACPI (Advanced Configuration & Power Interface)] * [ftp://robur.slu.se/pub/Linux/net-development/NAPI/ NAPI network interrupt mitigation] * [http://marc.theaimsgroup.com/?l=linux-kernel&m=101531164109904&w=2 Futexes (Fast Lightweight Userspace Semaphores] * [http://marc.theaimsgroup.com/?l=linux-video&m=101508220707263&w=2 Video for Linux (V4L) redesign] * [http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html New driver API for Wireless Extensions] 2.5.6 released March 8, 2002: * Unicode and large file support for smbfs * [http://marc.theaimsgroup.com/?l=linux-kernel&m=101043315213024&w=2 HDLC (High-level Data Link Control) update] * [http://marc.theaimsgroup.com/?l=linux-kernel&m=101426108626124&w=2 per_cpu infrastructure] * [http://www-124.ibm.com/jfs/ Add JFS (Journaling FileSystem from IBM)] * Killing kdev_t for block devices 2.5.5 released February 20, 2002: * [http://linuxppc64.org/ New architecture: PowerPC 64-bit (ppc64)] * [http://www.x86-64.org/ New architecture: AMD 64-bit (x86-64)] * [http://marc.theaimsgroup.com/?l=linux-kernel&m=101406121032371&w=2 Pagetables in highmem support] * [http://www.alsa-project.org/ Add ALSA (Advanced Linux Sound Architecture] 2.5.4 released February 11, 2002: * [http://www-124.ibm.com/developerworks/oss/pthreads/ Support for Next Generation POSIX Threading] * [ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel/ Add preempt kernel option] * Per network protocol slabcache & sock.h * [http://marc.theaimsgroup.com/?l=linux-kernel&m=100942323913586&w=2 Per filesystem slabcache & fs.h] 2.5.3 released January 30, 2002: * [http://kernel.org/pub/linux/kernel/people/mochel/doc/ New driver model & unified device tree] * [http://marc.theaimsgroup.com/?l=linux-kernel&m=100173574819266&w=2 PnP BIOS driver] * Generic Extended Attribute support * [http://marc.theaimsgroup.com/?l=linux-kernel&m=101077476005939&w=2 Support reiserfs external journal] * [http://marc.theaimsgroup.com/?l=linux-kernel&m=101121711408999&w=2 IDE layer update] * [http://www.uwsg.iu.edu/hypermail/linux/kernel/0202.0/0260.html Untangle sched.h & fs.h include dependancies] * Break Configure.help into multiple files 2.5.2 released January 15, 2002: * [http://marc.theaimsgroup.com/?l=linux-kernel&m=100992347220716&w=2 New kernel device structure (kdev_t)] * [http://people.redhat.com/mingo/O(1)-scheduler/ O(1) scheduler for improved scalability] * [http://marc.theaimsgroup.com/?l=linux-fsdevel&m=98307457705210&w=2 Filesystem per-process namespaces, late-boot cleanups] * [http://www.linux-usb.org/usb2.html Initial support for USB 2.0] 2.5.1 December 17, 2001: * VFS changes: Now it is possible to atomically move a subtree to another place, "mount --move olddir newdir" * Rewrite of the block IO (bio) layer Rules: * Name of the new feature/description of the change, including a small explanation if possible * If its a feature and the feature has some web page add a link to it * If there's a paper (OLS!) or an article add a link to it. Or write one ;) * If there's a interesting mail (benchmarks, announcements if there's no web page, etc) about it in the mailing list, get a link in one of the list's archives (at [http://marc.theaimsgroup.com/?l=linux-kernel http://marc.theaimsgroup.com/?l=linux-kernel] please) and add the link here * Add commit's link if possible (search them [http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=log here)]. PLEASE, for commits add a "(commit)" word and add the link there, ie: "google search engine added [http://www.google.com (commit)]". Don't add the commit link to another word (please) TODO: * Import relevant data from [http://www.codemonkey.org.uk/post-halloween-2.5.txt davej's post halloween document] or remaining stuff from [http://kernelnewbies.org/status/latest.html Kernelnewbies status] * Find links to corresponding changesets (!!) * Keep track of what gets changed |
<<Include(Linux_6.13)>> |
Changes done in each Linux kernel release. Other places to get news about the Linux kernel are LWN kernel status or the Linux Kernel mailing list (there is a web interface in www.lkml.org or lore.kernel.org/lkml). The lore.kernel.org/lkml/ archive is also available via NTTP if you prefer to use a newsreader: use nntp://nntp.lore.kernel.org/org.kernel.vger.linux-kernel for that. List of changes of older releases can be found at LinuxVersions. If you're going to add something here look first at LinuxChangesRules!
You can discuss the latest Linux kernel changes on the New Linux Kernel Features Forum.
Linux 6.13 has been released on Sunday, 19 Jan 2025.
Summary: This release includes a new lazy preemption model that provides more preemption opportunities than the voluntary preemption mode used often as default, but not as many as the full preemption mode. There is also support for fine-grained timestamps, without the performance overhead that would often come with providing high-resolution timestamps for every single file; lightweight guard pages; support for storage with atomic writes in XFS and Ext4; support for NAPI suspension during idle periods; a new networking device API to configure TX H/W shaping; various io_uring improvements; ARM support for running Linux in a protected VM under the Arm Confidential Compute Architecture; ARM support for user-space shadow stacks; and a referenced counting mechanism for files that is slightly more scalable. As always, there are many other features, new drivers, improvements and fixes. Also, you might be interested in the LWN merge window report: part 1, part 2
Contents
-
Prominent features
- Lazy preemption: a bit more of preemption
- Support for multi-grain file timestamps: fine-grained timestamps, without the performance overhead
- Support for atomic writes
- NAPI suspension for more efficient networking
- New networking device API to configure TX H/W shaping
- Lightweight guard pages
- Various io_uring improvements
- ARM64 virtualization and security improvements
- Referenced counting mechanism for more scalable file operations
- Core (various)
- File systems
- Memory management
- Block layer
- Tracing, perf and BPF
- Virtualization
- Cryptography
- Security
- Networking
- Architectures
-
Drivers
- Graphics
- Power Management
- Storage
- Drivers in the Staging area
- Networking
- Audio
- Tablets, touch screens, keyboards, mouses
- TV tuners, webcams, video capturers
- Universal Serial Bus
- Serial Peripheral Interface (SPI)
- Watchdog
- Serial
- CPU Frequency scaling
- Voltage, current regulators, power capping, power supply
- Real Time Clock (RTC)
- Pin Controllers (pinctrl)
- Multi Media Card (MMC)
- Memory Technology Devices (MTD)
- Industrial I/O (iio)
- Multi Function Devices (MFD)
- Pulse-Width Modulation (PWM)
- Inter-Integrated Circuit (I2C + I3C)
- Hardware monitoring (hwmon)
- General Purpose I/O (gpio)
- Leds
- DMA engines
- Hardware Random Number Generator (hwrng)
- Cryptography hardware acceleration
- PCI
- Clock
- PHY ("physical layer" framework)
- EDAC (Error Detection And Correction)
- IOMMU
- Various
- List of Pull Requests
- Other news sites
1. Prominent features
1.1. Lazy preemption: a bit more of preemption
The Linux kernel support four different preemption modes. There is a "full preemption" mode, but since preemption is usually at odds with performance, most Linux kernels default to using the "voluntary preemption" mode, which provides some preemption opportunities, but it's not full preemption.
This release adds a "lazy preemption" mode that aims to be a bridge between the voluntary and the full preemption mode. It optimizes fair-class preemption by delaying preemption requests to the tick boundary, while working as full preemption for RR/FIFO/DEADLINE classes.
Recommended LWN article: The long road to lazy preemption
1.2. Support for multi-grain file timestamps: fine-grained timestamps, without the performance overhead
Some applications (notably, NFS) need higher-resolution timestamps on files, but higher resolution timestamps on all files can increase the rate at which metadata needs to be written to the disk. In this release, Linux adds support for fine-grained timestamps, but only when processes do query that information for a file. This allows for finer-grained timestamps without the performance overhead.
Documentation: Multigrain Timestamps
Recommended LWN article: Rethinking multi-grain timestamps
1.3. Support for atomic writes
There is some hardware that supports atomic write operations, by which we mean writes to write data that is larger than the storage's sector size in an atomic way. This release adds support for atomic writes in XFS, Ext4's Direct I/O, and some md RAID modes.
Recommended LWN article: Atomic writes without tears
1.4. NAPI suspension for more efficient networking
Interrupt mitigation in networking loads can be accomplished with busy polling, and can be quite efficient, but it cannot effectively support both low- and high-load situations.
This release adds a new packet delivery mode that properly alternates between busy polling and interrupt-based delivery depending on busy and idle periods of the application. During a busy period, the system operates in busy-polling mode, which avoids interference. During an idle period, the system falls back to interrupt deferral, but with a small timeout to avoid excessive latencies
1.5. New networking device API to configure TX H/W shaping
There is a plurality of shaping-related drivers API, but none flexible enough to meet existing demand from vendors. This release introduces new device APIs to configure in a flexible way TX H/W shaping. The new functionalities are exposed via a newly defined generic netlink interface and include introspection capabilities.
API documentation: Family net-shaper netlink specification
1.6. Lightweight guard pages
A guard page is a page that, when accessed, cause a fatal signal to arise. Installing a guard page in certain places can be useful in various situations. Currently users must establish PROT_NONE ranges to achieve this, but this is costly memory-wise - it needs a VMA for each and every one of these regions AND they become unmergeable with surrounding VMAs
This release implements a MADV_GUARD_INSTALL flag for the madvise() system call which implements a guard page, but without that overhead, thus making it cheaper and easier to use these pages.
1.7. Various io_uring improvements
This release adds support for various io_uring features:
- Add support for ring resizing, so apps can start with a small ring and grow it as needed
- Support for sending a sync message to another ring, without having a ring available to send a normal async message
- Add support for just doing partial buffer clones, rather than always cloning the entire buffer table
- Add support for fixed wait regions, rather than needing to copy the same wait data tons of times for each wait operation
- Add static NAPI support, where a specific NAPI instance is used rather than having a list of them available that need lookup
- Regions, param pre-mapping and reg waits extension: it's a better and more generic API for ring/memory/region registration, and it changes the API extending registered waits to be a generic parameter passing mechanism. That will be useful in the future to implement a more flexible rings creation, especially when we want to share same huge page / mapping
Add support for hybrid IO polling, which is a variant of strict IOPOLL but with an initial sleep delay to avoid spinning too early and wasting resources on devices that aren't necessarily in the < 5 usec category wrt latencies
1.8. ARM64 virtualization and security improvements
This release adds support in the ARM architecture for:
Running Linux in a protected VM under the Arm Confidential Compute Architecture (CCA) (Arm Confidential Compute Architecture documentation)
- Support for Guarded Control Stack in userspace (ARM's implementation of shadow stacks), which provides support for hardware protected stacks of return addresses, intended to provide hardening against return oriented programming (ROP) attacks and to make it easier to gather call stacks for applications such as profiling.
1.9. Referenced counting mechanism for more scalable file operations
This release introduce a new reference counting mechanism for files. It gives consistent improvement up to 3-5% on workloads with loads of threads
2. Core (various)
fanotify: allow reporting errors on failure to open fd commit
fcntl: make F_DUPFD_QUERY associative commit
Add fs.dentry-negative sysctl for automated deletion of dentry, this sets the policy for negative dentries, and whether to always delete the dentry when a file is removed or not, since this can affect performance commit
fs/file.c: optimize the critical section of file_lock in commit, commit, commit
Add the four syscalls setxattrat(), getxattrat(), listxattrat() and removexattrat(). Those can be used to operate on extended attributes, especially security related ones, either relative to a pinned directory or on a file descriptor without read access, avoiding a /proc/<pid>/fd/<fd> detour, requiring a mounted procfs. Part of a small-scale attempt at sanitizing the interplay between io_uring and normal syscalls commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Introduce file_ref_t (for better scalability) commit, commit, commit, commit
(FEATURED) fs: multigrain timestamp commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
pidfd: add ioctl to retrieve pid info commit
statmount()
Add API (AT_HANDLE_CONNECTABLE) for exporting NFS connectable file handles to userspace commit, commit, commit, commit
- (FEATURED) io_uring
Add support for ring resizing. It can be hard to appropriately size the CQ ring upfront, if the application doesn't know how busy it will be. This results in applications sizing rings for the most busy case, which can be wasteful. With ring resizing, they can start small and grow the ring, if needed commit, commit, commit, commit
Support for sending a sync message to another ring, without having a ring available to send a normal async message commit
Add support for fixed wait regions, rather than needing to copy the same wait data tons of times for each wait operation commit, commit, commit
Rewrite the resource node handling, which before was serialized per ring commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add static NAPI support, where a specific NAPI instance is used rather than having a list of them available that need lookup commit, commit, commit, commit, commit, commit
Regions, param pre-mapping and reg waits extension: it's a better and more generic API for ring/memory/region registration, and it changes the API extending registered waits to be a generic parameter passing mechanism. That will be useful in the future to implement a more flexible rings creation, especially when we want to share same huge page / mapping commit, commit, commit, commit, commit, commit
Add support for hybrid IO polling, which is a variant of strict IOPOLL but with an initial sleep delay to avoid spinning too early and wasting resources on devices that aren't necessarily in the < 5 usec category wrt latencies commit
Add support for just doing partial buffer clones, rather than always cloning the entire buffer table commit, commit
Use a dedicated thread for timer wakeups with forced-threading. commit, commit
posix-timers: Cure the SIG_IGN mess commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
RCU: Torture-test changes for v6.13 commit, commit, commit, commit, commit
rtla: Support idle state disabling via libcpupower in timerlat commit, commit, commit, commit, commit, commit
- rust:
Add PidNamespace commit
File abstractions needed by Rust Binder commit, commit, commit, commit, commit, commit, commit, commit, commit
Tracepoints and static branch in Rust commit, commit, commit, commit, commit
Add seqfile abstraction commit
Generic Allocator 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
Device / Driver PCI / Platform Rust abstractions commit, commit, commit
lock: add trylock method support for lock backend commit
- sched
Improve cache locality of RSEQ concurrency IDs for intermittent workloads commit
Preparatory changes for Proxy Execution v13 commit, commit, commit, commit, commit, commit, commit
sched_ext: Introduce LLC awareness to the default idle selection policy commit
sched_ext: Introduce NUMA awareness to the default idle selection policy commit
selinux: Deprecate /sys/fs/selinux/user commit
prepare sysctl core for const struct ctl_table commit, commit, commit, commit, commit, commit
workqueue: Reduce expensive locks for unbound workqueue commit
Enhance min heap API with non-inline functions and optimizations commit, commit, commit, commit, commit, commit
- kbuild
Support building external modules in a separate build directory commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Switch from lz4c to lz4 for compression commit
Add AutoFDO and Propeller support for Clang build commit, commit, commit, commit, commit, commit, commit
debugfs: add small file operations for most files commit, commit
debugobjects: Rework object handling commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
3. File systems
- Btrfs
Add io_uring command for encoded reads (ENCODED_READ ioctl) commit
Add new ioctl to wait for cleaned subvolumes commit
Convert delayed head refs to xarray and cleanups commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Reduce extent tree lock contention when searching for inline backref commit
Reduce lock contention when traversing extent buffers commit
Make extent map shrinker more efficient and re-enable it commit, commit, commit, commit, commit
- XFS
(FEATURED) Block atomic writes for xfs commit, commit, commit, commit, commit, commit, commit, commit
Convert perag to use xarrays commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Create a generic allocation group structure commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Metadata inode directory trees commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Create incore rt allocation groups commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Shard the realtime section commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Persist quota options with metadir commit, commit, commit, commit
Enable quota for realtime volumes commit, commit, commit, commit, commit, commit
- ext4
- F2FS
- FUSE
- SMB
Support mounting with alternate password to allow password rotation commit, commit
Add support for parsing WSL-style symlinks commit
Implement chmod() for SMB3 POSIX Extensions commit
New mount option for cifs.upcall namespace resolution commit
Recognize SFU char/block devices created by Windows NFS server on Windows Server <<2012 commit
- UBIFS
- EROFS
- eCryptfs
- UFS
- NILFS2
- OverlayFS
- TMPFS
- ReiserFS
Remove commit
- ADFS
Convert adfs to use the new mount api commit
- BeFS
Convert befs to use the new mount api commit
- HFS
Convert hfs to use the new mount api commit
- HFS Plus
Convert hfsplus to use the new mount api commit
- HPFS
Convert hpfs to use the new mount api commit
- JFS
Convert jfs to use the new mount api commit
4. Memory management
Page allocation tag compression. This provides an option to store page allocation tag references in the page flags, removing dependency on page extensions and eliminating the memory overhead from storing page allocation references (~0.2% of total system memory). This also improves page allocation performance when CONFIG_MEM_ALLOC_PROFILING is enabled by eliminating page extension lookup. Page allocation performance overhead is reduced from 41% to 5.5% commit, commit, commit, commit, commit, commit
SLUB: Add support for per object memory policies commit
memcg-v1: fully deprecate charge moving commit, commit, commit, commit, commit, commit
memcg: add hugeTLB counters commit
hugetlb: perform vmemmap optimization batchly for specific node allocation commit
memcontrol: add per-memcg pgpgin/pswpin counter commit
(FEATURED) Implement lightweight guard pages commit, commit, commit, commit, commit
Add pcp high_min high_max to proc zoneinfo commit
Add per-order mTHP swpin counters commit
page->index removals in mm (work towards shrinking struct page) commit, commit, commit, commit, commit, commit, commit
- zswap
Optimize shadow entries removal, which optimizes the file truncation code commit, commit
introduce pte_offset_map_{ro|rw}_nolock() commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add more kernel parameters to control mTHP commit, commit, commit, commit, commit
vmscan: add a vmscan event for reclaim_pages commit
5. Block layer
(FEATURED) md: RAID 0/1/10 atomic write support commit, commit, commit, commit, commit
Enable passthrough command statistics commit
partition table OF support commit, commit, commit, commit, commit
Add support for partition table defined in OF commit
Add partition uuid into uevent as "PARTUUID" commit
Optimal post-processing target selection commit, commit, commit, cmmit, commit, commit, commit
ublk: support device recovery without I/O queueing commit, commit, commit, commit, commit
6. Tracing, perf and BPF
perf: Add ability for an event to "pause" or "resume" AUX area tracing commit, commit, commit, commit
Support private stack for bpf progs commit, commit, commit, commit, commit, commit, commit
uprobe, bpf: Add session support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
uprobes: RCU-protected hot path optimizations commit, commit, commit, commit, commit, commit, commit, commit, commit
tracepoints: Use new static branch API commit
fgraph: Do not save calltime in shadow stack commit, commit, commit, commit, commit
function_graph: Support recording and printing the function return address commit
bpf: 'bpf_fastcall' attribute in vmlinux.h and bpf_helper_defs.h commit, commit, commit, commit
libbpf, selftests/bpf: Support cross-endian usage commit, commit, commit, commit, commit, commit, commit, commit
Add kernel symbol for struct_ops trampoline. Without kernel symbol for struct_ops trampoline, the unwinder may produce unexpected stacktraces commit, commit, commit
bpf: Add kmem_cache iterator and kfunc commit, commit, commit
bpf: Add open coded version of kmem_cache iterator commit, commit
Share user memory to BPF program through task storage map commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Hwmon PMUs commit, commit, commit, commit, commit, commit, commit
Expose the 'perf test -w' workloads functionality commit, commit, commit
perf tools: sched-pipe bench: add (-n) nonblocking benchmark commit
perf-probe: Improbe non-C language support commit, commit, commit, commit, commit
perf sched timehist: Add pre-migration wait time option commit
perf stat: Add metric-threshold to json output commit
pert stat: CSV/JSON metric thresholds, fix printf modifiers commit, commit, commit, commit, commit, commit, commit
7. Virtualization
virtio_net: enable premapped mode by default commit, commit, commit, commit
virtio-net: support AF_XDP zero copy (tx) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
vmxnet3: support higher link speeds from vmxnet3 v9 commit
Enhances the vfio-virtio driver to support live migration commit, commit, commit, commit, commit, commit, commit
vfio/nvgrace-gpu: Add a new GH200 SKU to the devid table commit
Enhances the vfio-virtio driver to support live migration commit, commit, commit, commit, commit, commit, commit
virtio: Make vring_new_virtqueue support packed vring commit
virtio-net: support AF_XDP zero copy (tx) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
8. Cryptography
Migrate to sig_alg and templatize ecdsa commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
rsassa-pkcs1 - Reinstate support for legacy protocols commit
9. Security
tpm: cr50: Add new device/vendor ID 0x50666666 commit
LSM: Move away from secids commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
selinux: Add netlink xperm support commit
10. Networking
(FEATURED) Suspend IRQs during application busy periods. It's a new packet delivery mode that properly alternates between busy polling and interrupt-based delivery depending on busy and idle periods of the application commit, commit, commit, commit, commit, commit
(FEATURED) Introduce new device APIs to configure TX H/W shaping API in a flexible waty. The new functionalities are exposed via a newly defined generic netlink interface and include introspection capabilities commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for per-NAPI config via netlink commit, commit, commit, commit, commit, commit, commit, commit
udp: Introduces 4-tuple hash for connected udp sockets, to make connected udp lookup faster commit, commit, commit
ipv4: Cache pmtu for all packet paths if multipath enabled commit
ipv4: Convert RTM_{NEW,DEL}ADDR and more to per-netns RTNL. commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Namespacify IPv4 address hash table. commit, commit, commit, commit
Mirroring to DSA CPU port commit, commit, commit, commit, commit
phy: Support master-slave config via device tree commit, commit
wireguard updates and fixes for 6.13 commit, commit, commit, commit
Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNC commit
RDMA/nldev: Add IB device and net device rename events commit
bonding: add ESP offload features when slaves support commit
Introduce VLAN support in HSR commit, commit, commit, commit
Expose transport binding identifier via IFLA attribute commit
net-timestamp: namespacify the sysctl_tstamp_allow_data commit
net_sched: sch_sfq: handle bigger packets commit
Add option to provide OPT_ID value via cmsg commit, commit, commit
- netfilter
nfc: Propagate ISO14443 type A target ATS to userspace via netlink commit
Per-netns RTNL, aims to split the RTNL lock into a per-ns one, but it's optional for now commit, commit, commit, commit
cfg80211/mac80211: improve support for multiple radios commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
mac80211/cfg80211 updates 07-10-2024 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
wifi: mac80211: Support EHT 1024 aggregation size in TX commit
xdrgen: Add a utility for extracting XDR from RFCs commit
xdrgen: Emit maxsize macros commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Continued work on xdrgen commit, commit, commit, commit, commit, commit
Add support for per cpu xfrm states. commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
11. Architectures
- ARM
(FEATURED) Provide support for GCS in userspace. The Guarded Control Stack (GCS) feature provides support for hardware protected stacks of return addresses, intended to provide hardening against return oriented programming (ROP) attacks and to make it easier to gather call stacks for applications such as profiling commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Support Armv8.9/v9.4 FEAT_HAFT commit, commit, commit, commit, commit
Speed up CRC-32 using PMULL instructions commit, commit, commit
Add command-line override for ID_AA64MMFR0_EL1.ECV commit
(FEATURED) Support for running Linux in a protected VM under the Arm Confidential Compute Architecture (CCA) Arm Confidential Compute Architecture documentation. commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Initial support for SMMUv3 nested translation commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Improve CRC-T10DIF code commit, commit, commit, commit, commit, commit
perf arm-spe: Refactor data source encoding commit, commit, commit, commit, commit, commit, commit
perf: imx_perf: add support for i.MX91 platform commit, commit, commit
Add NTP8918 and NTP8835 codecs support commit, commit, commit, commit, commit, commit, commit
ti_sci: Introduce system suspend support commit, commit, commit, commit, commit, commit
pinctrl-zynqmp: Add Versal platform support commit, commit, commit
firmware: xilinx: add support for new SMC call format commit
perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access control commit
perf/cxlpmu: Support missing events in 3.1 spec commit
perf/dwc_pcie: Enable DesignWare PCIe PMU on Ampere SoCs commit, commit
perf/marvell: Marvell PEM performance monitor support commit
pmdomain: mediatek: Add support for MT6735 commit
Add rpmhpd powerdomains support for QCS615/QCS8300 commit, commit, commit, commit
perf arm-spe: Introduce metadata version 2 commit, commit, commit, commit, commit
- Device Tree Sources
The microchip sam9x7 devicetree is now added, after the device driver and platform code has already made it in. This is likely the last ARMv5 platform to ever get added, updating the 20+ year old at91/sam9 platform with DDR3 memory and gigabit ethernet commit, commit, commit, commit, commit
On the Apple platform, there are now devicetree files for a number of A-series SoCs in addition to the M-series ones, these are used primarily in phones and tablets, but are closely related to the already supported chips commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Samsung Exynos 8895 and Exynos 990 are more phone SoCs used in older Samsung Galaxy phones commit, commit, commit, commit, commit, commit, commit, commit, commit
Add Nothing Phone (1) support commit, commit, commit, commit, commit, commit
Add initial support for Rockchip RK3528 SoC commit, commit, commit
Add device tree for ArmSoM Sige 5 board commit, commit, commit, commit, commit, commit, commit, commit
TI J742S2 is a feature-reduced version of the J784s4 industrial/automotive SoC, with fewer CPU cores commit, commit, commit, commit, commit
Add Renesas R-Car Gen4 E-FUSE support commit, commit, commit, commit
Add MSM8917/PM8937/Redmi 5A commit, commit, commit, commit, commit, commit
Add minimal boot support for IPQ5424 commit, commit, commit, commit, commit, commit
Initial Marvell PXA1908 support commit, commit, commit, commit, commit, commit, commit
Introduce Nuvoton Arbel NPCM8XX BMC SoC commit, commit, commit
imx6dl: Add support for i.MX6DL DHCOM SoM on PDK2 carrier board commit, commit
Add support Relfor Saib board which is based on Rockchip RV1109 SoC commit, commit, commit, commit, commit
sunxi: add support for RerVision A33-Vstar board commit, commit
Add support for Kontron OSM-S i.MX8MP SoM and carrier boards commit, commit, commit
Add minimal Exynos990 SoC and SM-N981B support commit, commit, commit, commit, commit, commit
freescale: imx8mm-verdin: Add Ivy carrier board commit, commit, commit
freescale: imx8mp-verdin: Add Ivy carrier commit, commit, commit
Add support Boundary Device Nitrogen8MP Universal SMARC Carrier Board commit
imx8mp: Add DH i.MX8MP DHCOM SoM on DRC02 carrier board commit, commit
imx8mp: Add support for DH electronics i.MX8M Plus DHCOM PicoITX commit, commit
imx: Add i.MX8M Plus Gateworks GW82XX-2X support commit, commit
qcom: Add support for the QCS9100 SoC and board commit, commit, commit, commit
Microsoft Surface Pro 9 5G support commit, commit, commit, commit, commit
Add support for Radxa ROCK 5C commit, commit, commit, commit
rockchip: Add dtsi file for RK3399S SoC variant commit
Add initial support for Rockchip RK3528 SoC commit, commit, commit
rockchip: Add rk3588-orangepi-5b device tree commit, commit, commit
ti: k3-am62-verdin: Add Ivy carrier board commit, commit, commit, commit
amlogic: meson6: remove support for ATV1200 board commit
Tegra234 AGX Orin DTS Updates commit, commit, commit, commit, commit, commit, commit
MediaTek DVFSRC Bus Bandwidth and Regulator knobs commit, commit, commit, commit, commit, commit, commit
qcom: llcc: Add LLCC support for the QCS8300 platform commit, commit
qcom: llcc: Add LLCC support for the QCS615 platform commit, commit
qcom: llcc: add support for SAR2130P and SAR1130P platforms commit, commit, commit
qcom: scm: Allow QSEECOM on Lenovo Yoga Slim 7x commit
Add initial support for QCS615 SoC and QCS615 RIDE board commit, commit
X1E001DE Snapdragon Devkit for Windows commit
qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P commit, commit
Add minimal Exynos990 SoC and SM-N981B support commit, commit, commit, commit, commit, commit
Add support for Exynos9810 SoC and Samsung Galaxy S9 (SM-G960F) commit, commit, commit, commit, commit, commit, commit, commit
Add minimal Exynos8895 SoC and SM-G950F support commit, commit, commit, commit, commit, commit, commit, commit, commit
imx6dl: Add support for i.MX6DL DHCOM SoM on PDK2 carrier board commit, commit
qcom: add support for RPMh power domains on SAR2130P commit, commit
- KVM
Add EL2 support to FEAT_S1PIE/S1POE commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, 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 PSCI v1.3 SYSTEM_OFF2 support for hibernation commit, commit, commit, commit, commit, commit
nv: Support for EL2 PMU controls commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Hide unsupported MPAM from the guest commit, commit, commit, commit, commit, commit, commit
- X86
intel_idle: add Granite Rapids Xeon D support commit
- platform
thinkpad-acpi: Add support for hotkey 0x1401 commit
chrome: Introduce DT hardware prober commit, commit, commit, commit, commit, commit, commit
alienware-wmi: Better thermal mode probing + support for 9 models commit, commit, commit, commit
Dell AWCC platform_profile support commit, commit, commit, commit, commit
Microsoft Surface Pro 9 5G support commit, commit, commit, commit, commit
think-lmi: Add WMI interface support on Lenovo platforms commit, commit, commit, commit
x86-android-tablets: Add support for Vexia EDU ATLA 10 tablet commit, commit, commit
vsec: Add support for Panther Lake commit
ifs: Add Clearwater Forest to CPU support list commit
alienware-wmi: Adds support to Alienware m16 R1 AMD commit
Add support of AMD 3D V-Cache optimizer driver commit, commit
perf vendor events amd: Add more Zen 5 events and metrics commit, commit, commit
perf: Add Arrow Lake U support commit
- KVM
Add a quirk for feature MSR initialization commit, commit, commit, commit, commit, commit, commit, commit, commit
module: use large ROX pages for text allocations commit, commit, commit, commit, commit, commit, commit, commit
tdx: Adjust TD settings on boot commit, commit, commit, commit
PCI: Detect and trust built-in Thunderbolt chips commit
AEGIS x86 assembly tuning commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
virt: Provide "nosnp" boot option for sev kernel command line commit
MCE wrapper and support for new SMCA syndrome MSRs commit, commit, commit, commit
x86 Heterogeneous design identification commit, commit, commit
Add support for AMD hardware feedback interface commit, commit
perf//uncore: Add Clearwater Forest support commit
- POWERPC
Core ftrace rework, support for ftrace direct and bpf trampolines commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
perf: Add per-task/process monitoring to vpa_pmu driver commit, commit, commit, commit
Remove maple platform commit
- LOONGARCH
- RISC-V
Linux RISC-V IOMMU Support commit, commit, commit, commit, commit, commit, commit
Userspace pointer masking and tagged address ABI commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add Svade and Svadu Extensions Support commit, commit, commit, commit, commit
riscv control-flow integrity for usermode commit, commit, commit, commit, commit
Zacas/Zabha support and qspinlocks commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add qspinlock support and atomic cleanup commit, commit, commit
Add perf support to collect KVM guest statistics from host side commit, commit
Wire up perf trace support for RISC-V commit
Accelerate KVM RISC-V when running as a guest commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add DeepComputing FML13V01 board dts commit, commit, commit, commit, commit
Add SARADC support on Sophgo CV18XX series commit, commit, commit
- S390
Add ARCH_HAS_PREEMPT_LAZY support commit
Support PREEMPT_DYNAMIC commit
CPU model for gen17 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
virtio-mem: s390 support commit, commit, commit, commit, commit, commit, commit
Expose FIDPARM attribute in sysfs commit
crypto: Add hardware acceleration for full AES-XTS mode commit
cmpxchg: Provide arch_try_cmpxchg128() commit
uv: Retrieve UV secrets support commit
uv: Retrieve UV secrets sysfs support commit
pkey: Add new pkey handler module pkey-uv commit
sclp: Allow user-space to provide PCI reports for optical modules commit
time: Add PtP driver commit
uvdevice: Add Retrieve Secret IOCTL commit
- M68K
- UM
12. Drivers
12.1. Graphics
- amd
DC Patches Oct 28 2024 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
DC Patches Nov 19, 2024 commit, commit, commit, commit, commit
DC Patches Sept 23, 2024 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
DC Patches Sept 16, 2024 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Implement cleaner shader support for GFX10 hardware commit, commit, commit
Add cleaner shader for GFX11.0.3 commit
Add cleaner shader for GFX9.4.2 commit
Add support for dynamic NPS switch commit, commit, commit, commit, commit, commit, commit
Add compatible NPS mode info commit
Add supported NPS modes node commit
Add supported partition mode node commit, commit, commit, commit
Enable enforce_isolation sysfs node on VFs commit
amdkfd: Add kfd function to config sq perfmon commit
Add ITE IT6263 LVDS to HDMI converter support commit, commit, commit, commit, commit, commit, commit
bridge: add ycbcr_420_allowed support commit, commit, commit, commit, commit, commit
Add initial support for the Rockchip RK3588 HDMI TX Controller commit, commit, commit
Introduce DRM client library commit, commit, commit, commit, commit, commit, commit, commit, commit
edp-panel: Add panels used by Dell XPS 13 9345 commit
Samsung Exynos 7870 DECON driver support commit, commit, commit, commit, commit
fbdev: Add memory-agnostic fbdev client commit
- i915
Ultrajoiner basic functionality series commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
hwmon: expose package temperature commit
Add new PCI id for ARL commit
Add xe3lpd edp enabling commit, commit, commit, commit, commit, commit, commit, commit, commit
xe3lpd: ptl display patches commit, commit, commit, commit, commit, commit, commit
10bpc/fp16 + CCS support commit, commit, commit, commit, commit, commit, commit
- imx
- mediatek
- MSM
Preemption support for A7XX commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for DisplayPort on SA8775P platform commit, commit, commit, commit, commit
Display enablement changes for Qualcomm SA8775P platform commit, commit, commit
dpu: convert even more MDP5 platforms commit, commit, commit, commit
Display enablement changes for Qualcomm SA8775P platform commit, commit, commit
- nouveau
- panel
- panfrost
- panthor
- rockchip
- tiny
- v3d
- vc4
- xe
Add Xe3 and Panther Lake support commit, commit, commit, commit, commit
Add GuC based register capture for error capture commit, commit, commit, commit, commit, commit
xe_syncs for OA commit, commit, commit, commit, commit, commit, commit
Add new PCI id for ARL commit
Add functions to save and restore VF configuration blob commit, commit, commit, commit, commit
Initial support to save/restore VF GuC state commit, commit, commit, commit, commit, commit
/xe_gt_idle: add debugfs entry for powergating info commit, commit
Align framebuffers according to what display minimum alignment states commit, commit
- renesas
Add drm_panic support commit
- zynqmp_dp
Add debugfs interface for compliance testing commit
12.2. Power Management
Add thermal user thresholds support, which is a way to have the userspace to tell the thermal framework to send a notification when a temperature limit is crossed. There is no id, no hysteresis, just the temperature and the direction of the limit crossing. That means we can be notified when a threshold is crossed the way up only, or the way down only or both ways. That allows to create hysteresis values if it is needed. commit, commit, commit, commit, commit
Add PCIe bandwidth controller and associated PCIe cooling driver to the thermal core side for limiting PCIe Link Speed due to thermal reasons commit, commit, commit, commit, commit, commit, commit
ACPI: EC: make EC support compile-time conditional commit
tools/power turbostat: Fixes, enabling and enhancements commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
pm-graph v5.13 commit
12.3. Storage
Rotational storage support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ufs: core: Restore SM8650 support commit
pm8001: Use module param to set pcs event log severity commit
nvme target 2.1 and independent identify ns commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
12.4. Drivers in the Staging area
fieldbus: Delete unused driver commit
gdm724x: Remove unused driver commit
gpib: Add common include files for GPIB drivers commit
gpib: Add hp82335x GPIB driver commit
gpib: Add nec7210 GPIB chip driver commit
max96712: Add support for MAX96724 commit, commit, commit, commit, commit
olpc_dcon: Remove driver marked as broken since 2022 commit
rtl8192e: delete the driver commit
rtl8712: Remove driver using deprecated API wext commit
rts5208: Remove unused driver commit
vt6655: Remove unused driver commit
vt6656: Remove unused driver commit
12.5. Networking
- Bluetooth:
btintel: Add DSBR support for BlazarIW, BlazarU and GaP commit
btintel_pcie: Add handshake between driver and firmware commit
btintel_pcie: Add recovery mechanism commit
btusb: Add 3 HWIDs for MT7925 commit
btusb: Add RTL8852BE device 0489:e123 to device tables commit
btusb: Add USB HW IDs for MT7920/MT7925 commit
btusb: Add new VID/PID 0489/e111 for MT7925 commit
btusb: Add new VID/PID 0489/e124 for MT7925 commit
btusb: Add one more ID 0x0489:0xe0f3 for Qualcomm WCN785x commit
btusb: Add one more ID 0x13d3:0x3623 for Qualcomm WCN785x commit
btusb: add Foxconn 0xe0fc for Qualcomm WCN785x commit
- RDMA/bnxt_re
RDMA/efa: Report link speed according to device attributes commit
- mlx5
airoha: Implement BQL support commit
atlantic: support reading SFP module info commit
bcmasp: enable SW timestamping commit
- bnxt_en
Side MDIO Support for LAN937x Switches commit, commit, commit, commit, commit, commit
dsa: mt7530: Add TBF qdisc offload support commit
dsa: mv88e6xxx: Support LED control commit
xilinx: emaclite: Adopt clock support commit, commit, commit
Add basic support for i.MX95 NETC commit, commit, commit, commit, commit, commit, commit, commit, commit
- fbnic
Add hardware monitoring support via HWMON interface commit
Add support to dump registers commit
Add support to write TCE TCAM entries commit
Add PCIe hardware statistics commit
Cleanup and add a few stats commit, commit, commit, commit, commit
Add timestamping support commit, commit, commit, commit, commit, commit
Add software TX timestamping support commit
Remove the DLink/Sundance (ST201) driver commit
am65-cpsw: Enable USXGMII mode for J7200 CPSW5G commit
Add support of HIBMCGE Ethernet Driver commit, commit, commit, commit, commit, commit, commit, commit, commit
ibmvnic: Add stat for tx direct vs tx batched commit
Intel Wired LAN Driver Updates 2024-11-05 (ice, ixgbe, igc. igb, igbvf, e1000) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
ice: Implement ethtool reset support commit
ice: add E830 HW VF mailbox message limit support commit
lan969x: add VCAP functionality commit, commit, commit, commit, commit, commit
sparx5: add support for lan969x switch device commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2 commit
macsec: inherit lower device's features and TSO limits when offloading commit, commit, commit, commit, commit, commit, commit, commit
mana: Add get_link and get_link_ksettings in ethtool commit
mana: Enable debugfs files for MANA device commit
mlx5: Refactor esw QoS to support generalized operations commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
mlx5: qos: Refactor esw qos to support new features commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
octeontx2-pf: Introduce RVU representors commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
phy: aquantia: Add mdix config and reporting commit
phy: c45-tja11xx: make PHY output RMII reference clock commit, commit
phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110 commit, commit, commit
marvell: Add mdix status reporting commit
phy: microchip_t1: SQI support for LAN887x commit
Update on Microchip 10BASE-T1S PHY driver commit, commit, commit, commit, commit, commit, commit
mxl-gpy: add basic LED support commit
realtek: add RTL8125D-internal PHY commit
Add support for LEDs on Marvell PHYs commit, commit, commit, commit
- r8169
Add support for RTL8125D commit
phy: switch eee_broken_modes to linkmode bitmap and add accessor commit, commit, commit
Enable EEE at 2.5G per default on RTL8125B commit
Enable SG/TSO on selected chip versions per default commit
Implement additional ethtool stats ops commit
Add support for the temperature sensor being available from RTL8125B commit
ravb: Extend GbEth checksum offload support to VLAN/IPv6 packets commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
sfc: per-queue stats commit, commit, commit, commit, commit, commit, commit, commit
sfp: change quirks for Alcatel Lucent G-010S-P commit
sparx5: prepare for lan969x switch driver commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
sparx5: add support for lan969x switch device commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
lan969x: add VCAP functionality commit, commit, commit, commit, commit, commit
- stmmac
Add DW QoS Eth v4/v5 ip payload error statistics commit
Add the dwmac driver support for T-HEAD TH1520 SoC commit, commit
Support external snapshots on dwmac1000 commit, commit, commit, commit, commit, commit, commit, commit, commit
Refactor FPE as a separate module commit, commit, commit, commit, commit, commit, commit, commit
Add Enclustra Arria10 and Cyclone5 SoMs commit, commit, commit, commit
sky2: Add device ID 11ab:4373 for Marvell 88E8075 commit
ti: icssg-prueth: Add VLAN support for HSR mode commit
Introduce VLAN support in HSR commit, commit, commit, commit
tools/net/ynl: rework async notification handling commit, commit
usb: qmi_wwan: add Telit FE910C04 compositions commit
ath12k: Support pdev Rate, Scheduled Algorithm Stats commit, commit
ath12k: Support DMAC Reset Stats commit
ath12k: Support Pdev OBSS Stats commit
ath12k: Support Ring, SFM, Transmit MU, SelfGen stats, CCA stats commit, commit, commit, commit
ath12k: prepare vif and sta datastructure commit, commit, commit
iwlwifi updates - 28-10-2024 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
rtw88: Add support for RTL8821AU and RTL8812AU commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
- rtw89
Configure encryption/decryption and channels for MLO commit, commit, commit, commit, commit
Update RF calibration to support newer firmware commit, commit, commit, commit, commit
Separate rtw89_{vif,sta}_link from rtw89_{vif,sta} for MLO commit, commit, commit, commit, commit, commit, commit
sar: add supported UNII-4 frequency range along with UNII-3 of SAR subband commit
wilc1000: Add WILC3000 support commit, commit, commit, commit, commit, commit, commit
12.6. Audio
ALSA co-processor acceleration API documentation commit
soundwire: intel_auxdevice: add kernel parameter for mclk divider commit
mipi-disco: add partial SoundWire Disco 2.1 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
hda/realtek: Add support for Samsung Galaxy Book3 360 (NP730QFG) commit
hda/realtek: Apply quirk for Medion E15433 commit
hda/tas2781: Add speaker id check for ASUS projects commit
hda: improve bass speaker support for ASUS Zenbook UM5606WA commit
hda/realtek - Add support for ASUS Zen AIO 27 Z272SD_A272SD audio commit
hda/realtek - Add support for Ayaneo System using CS35L41 HDA commit
- ASoC
qcom: x1e80100: Support boards with two speakers commit
tegra: Add support for S24_LE audio format commit
Add a driver for the Iron Device SMA1307 Amp commit, commit, commit
stm32: sai: add stm32mp25 support commit
stm32: i2s: add stm32mp25 support commit
max98088: Add left/right DAC volume control commit
max98088: Add headphone mixer switch commit
Add generic AMD Soundwire machine driver for Legacy(No commit, commit, commit, commit, commit, commit, commit
simple-mux: Allow to specify an idle-state commit, commit, commit
Add Allwinner H616 audio codec support commit, commit, commit, commit, commit, commit, commit, commit
Intel: soc-acpi-intel-lnl-match: add rt712_vb + rt1320 support commit
SOF: Intel: hda: Add support for persistent Code Loader DMA buffers commit
rt1320: add mic function commit
Add NTP8918 and NTP8835 codecs support commit, commit, commit, commit, commit, commit, commit
Intel: sof_rt5682: add supports for new commit, commit, commit
Intel: add rt722/rt721 support for PTL platform commit, commit, commit, commit
rt721-sdca: Add RT721 SDCA driver commit
Some issues about loongson i2s commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for some new Lenovo laptops with commit, commit, commit, commit, commit
soundwire: add initial support for SDCA commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
scarlett2: Small fixes + device map retrieval commit, commit, commit, commit, commit
usb-audio: Add Pioneer DJ/AlphaTheta DJM-A9 Mixer commit
12.7. Tablets, touch screens, keyboards, mouses
Introduce notion of passive observers for input handlers commit
novatek-nvt-ts: add support for NT36672A touchscreen commit, commit, commit
corsair-void: Add Corsair Void headset family driver commit
intel-ish-hid: Add firmware version sysfs attributes commit
magicmouse: Apple Magic Trackpad 2 USB-C driver support commit
12.8. TV tuners, webcams, video capturers
uvcvideo: Add luma 16-bit interlaced pixel format commit
uvcvideo: Add support for the D3DFMT_R5G6B5 pixmap type commit
Enable use of ov08x40 on Qualcomm X1E80100 CRD commit, commit, commit, commit
Add ITE IT6263 LVDS to HDMI converter support commit, commit, commit, commit, commit, commit, commit
raspberrypi: Support RPi5's CFE commit, commit, commit, commit
v4l: Add luma 16-bit interlaced pixel format commit
wave5: Add features to an existing driver commit, commit, commit, commit
platform: rzg2l-cru: CSI-2 and CRU enhancements commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
uvcvideo: RealSense D421 Depth module metadata commit
rcar-csi2: Add support for V4M commit, commit, commit, commit, commit, commit, commit, commit
cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108 commit
rcar-vin: Add support for RAW10 commit
vicodec: add V4L2_CID_MIN_BUFFERS_FOR_* controls commit
Enable use of ov08x40 on Qualcomm X1E80100 CRD commit, commit, commit, commit
12.9. Universal Serial Bus
Add support for USB4 v2 Gen 4 lane margining commit, commit, commit, commit, commit, commit, commit, commit
typec: ucsi: UCSI2.0 Set Sink Path command support commit
gadget: uvc: configfs: Add frame-based frame format support commit
xhci: add support for PWRON polarity invert (TI TUSB73x0) commit, commit
Add support for the TUSB1046-DCI Type-C crosspoint switch commit, commit
xhci features and fixes for usb-next commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
chipidea: imx: add imx8ulp support commit
Add new time property for battery charger type detection commit, commit, commit
- serial: option
cp210x: add Phoenix Contact UPS Device commit
Add MeiG Smart SRM815 commit
Add Neoway N723-EA support commit
Add Telit FE910C04 rmnet compositions commit
Add Netprisma LCUK54 modules for WWAN Ready commit
Add MeiG Smart SLM770A commit
Add TCL IK512 MBIM & ECM commit
qmi_wwan: add Quectel RG255C commit
qmi_wwan: add Telit FE910C04 compositions commit
12.10. Serial Peripheral Interface (SPI)
spi_amd: Performance Optimization Patch Series commit, commit, commit, commit, commit, commit, commit, commit, commit
intel: Add Panther Lake SPI controller support commit
apple: Add driver for Apple SPI controller commit
spi-mem: Add Realtek SPI-NAND controller commit
cs42l43: Add GPIO speaker id support to the bridge configuration commit
12.11. Watchdog
stm32_iwdg: Add pretimeout support commit
MediaTek MT6735 TOPRGU/WDT support commit
Delete the cpu5wdt driver commit
Congatec Board Controller drivers commit, commit, commit, commit
12.12. Serial
fsl_lpuart: add 7-bits format support on imx7ulp/imx8ulp/imx8qxp commit
8250_fintek: Add support for F81216E commit
sc16is7xx: announce support for SER_RS485_RTS_ON_SEND commit
sprd: Modification of UNISOC Platform UART Driver commit, commit
12.13. CPU Frequency scaling
amd-pstate: Make amd-pstate the default driver on server platforms commit, commit
Add a virtualized cpufreq driver for guest kernels that read/writes to a MMIO region for a virtualized cpufreq device to communicate with the host. It sends performance requests to the host which gets used as a hint to schedule vCPU threads and select CPU frequency. If a VM does not support a virtualized FIE such as AMUs, it updates the frequency scaling factor by polling host CPU frequency to enable accurate Per-Entity Load Tracking for tasks running in the guest commit, commit
sun50i: add a100 cpufreq support commit
amd-pstate: Switch to amd-pstate by default on some Server platforms commit
maple: Remove maple driver commit
12.14. Voltage, current regulators, power capping, power supply
12.15. Real Time Clock (RTC)
Add RTC support for the Renesas RZ/G3S SoC commit, commit, commit, commit, commit, commit, commit, commit, commit
12.16. Pin Controllers (pinctrl)
Add T-Head TH1520 SoC pin controllers commit, commit, commit, commit, commit, commit, commit, commit
pinctrl-zynqmp: Add Versal platform support commit, commit, commit
Add initial support for Canaan Kendryte K230 pinctrl commit, commit
renesas: rzg2l: Add support to configure open-drain and schmitt-trigger properties commit, commit, commit
aspeed-g6: Support drive-strength for GPIOF/G commit
Add mfd, pinctrl and pwm support to EN7581 SoC commit, commit, commit, commit, commit
intel: Add a human readable decoder for pull bias values commit
elkhartlake: Add support for DSW community commit
Add minimal Exynos8895 SoC and SM-G950F support commit, commit, commit, commit, commit, commit, commit, commit, commit
Add support for Exynos9810 SoC and Samsung Galaxy S9 (SM-G960F) commit, commit, commit, commit, commit, commit, commit, commit
12.17. Multi Media Card (MMC)
Add support UHS-II for GL9755 and GL9767 commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add SDUC Support commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
sdhci-of-arasan: Support for emmc hardware reset commit
pwrseq_simple: add support for one reset control commit
mtk-sd: add support for mt7988 commit
mtk-sd: Implement Host Software Queue for eMMC and SD Card commit
12.18. Memory Technology Devices (MTD)
12.19. Industrial I/O (iio)
hid-sensors-prox: Add support for more channels commit, commit, commit, commit, commit
Add support for the GE HealthCare PMC ADC commit, commit, commit, commit
Add adaq4370-4 and adaq4380-4 support commit, commit, commit, commit
Add iio backend compatibility for ad7606 commit, commit, commit, commit, commit, commit, commit, commit
adc: ad7606: add support for AD7606C-{16,18} parts commit, commit, commit, commit, commit, commit, commit, commit
adc: ad7606: add support for AD760{7,8,9} parts commit, commit, commit, commit, commit
add support for the ad3552r AXI DAC IP commit, commit, commit, commit, commit, commit, commit
chemical: bme680: 2nd round of cleanup commit, commit, commit, commit, commit, commit, commit
dac: ad8460: add SPI device match table commit
hid-sensors-prox: Add support for more channels commit, commit, commit, commit, commit
Add i2c driver for Bosch BMI260 IMU commit, commit, commit, commit
bmi270: Add spi driver for bmi270 imu commit
Threshold event and Sampling freq support for LTR390 commit, commit, commit, commit
light: ltr501: Add LTER0303 to the supported devices commit
light: opt3001: add support for TI's opt3002 light sensor commit, commit
light: veml6030: fix issues and add support for veml6035 commit, commit, commit, commit, commit, commit, commit, commit, commit
light: veml6030: add support for veml7700 commit, commit, commit
light: veml6070: add integration time commit, commit, commit
Interrupt and Continuous mode support for VL6180 commit, commit, commit
magnetometer: add support for the Allegro MicroSystems ALS31300 3-D Linear Hall Effect Sensor commit, commit, commit
12.20. Multi Function Devices (MFD)
MediaTek MT6735+MT6328 SoC/PMIC pair base support commit
tqmx86: new hardware and GPIO/I2C IRQ improvements/additions commit, commit, commit, commit, commit
mfd: sec-core: Add support for the Samsung s2dos05 commit
Support ROHM BD96801 Scalable PMIC commit, commit, commit, commit, commit, commit, commit, commit
add X-Powers AXP323 support commit, commit, commit, commit, commit
axp20x: Add support for AXP323 commit
Add Congatec Board Controller driver commit
12.21. Pulse-Width Modulation (PWM)
12.22. Inter-Integrated Circuit (I2C + I3C)
Introduce initial support for the AMD I3C (non-HCI) to DW driver commit, commit
designware: Add ACPI HID for DWAPB I2C controller on FUJITSU-MONAKA commit
nomadik: support >=1MHz & Mobileye EyeQ6H platform commit, commit, commit, commit, commit, commit
Add atomic transfer support to i2c-cadence commit, commit, commit
Introduce initial AMD ASF Controller driver support commit, commit, commit, commit, commit, commit, commit, commit
designware: Add a new ACPI HID for HJMC01 I2C controller commit
Drop legacy muxing pseudo-drivers commit
RTL9300 support for reboot and i2c commit, commit, commit, commit
i801: Add support for Intel Panther Lake commit
12.23. Hardware monitoring (hwmon)
tmp108: Add support for P3T1085 commit, commit, commit, commit
Add tsd,mule-i2c-mux support commit, commit, commit, commit, commit, commit, commit, commit
ina2xx: Add support for INA260 commit
nct6775: Add 665-ACE/600M-CL to ASUS WMI monitoring list commit
isl28022: new driver for ISL28022 power monitor commit, commit
Add support for LTC7841 boost controller commit, commit, commit
sht4x: add heater support commit
ina2xx: Add support for has_alerts configuration flag commit
12.24. General Purpose I/O (gpio)
Notify user-space about config changes in the kernel commit, commit, commit, commit, commit, commit, commit, commit
Congatec Board Controller drivers commit, commit, commit, commit
Add Aspeed G7 gpio support commit, commit, commit, commit, commit, commit, commit
Add support for FTDI's MPSSE as GPIO commit
mpfs: add CoreGPIO support commit
dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKA commit
mpfs: add polarfire soc gpio support commit
12.25. Leds
lp5562: Add multicolor brightness control commit
12.26. DMA engines
12.27. Hardware Random Number Generator (hwrng)
airoha - add support for Airoha EN7581 TRNG commit
Add support for stm32mp25x RNG commit, commit, commit, commit
12.28. Cryptography hardware acceleration
hisilicon - support querying the capability register commit
12.29. PCI
TPH and cache direct injection support commit, commit, commit
vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs commit
microchip: Add support for using either Root Port 1 or 2 commit
hotplug: Add OCTEON PCI hotplug controller driver commit
Enable runtime PM of the host bridge commit
j721e: Add PCIe support for J722S SoC commit
mediatek-gen3: Support limiting link speed and width commit, commit
12.30. Clock
qcom: add support for clock controllers on the SAR2130P platform commit, commit, commit, commit, commit, commit, commit, commit, commit
qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574 commit
Initial Marvell PXA1908 support commit, commit, commit, commit, commit, commit, commit
Usable clocks on Mobileye EyeQ5 & !EyeQ6H commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
qcom: add support for clock controllers on the SAR2130P platform commit, commit, commit, commit, commit, commit, commit, commit, commit
qcom: rpmh: add support for SAR2130P commit
renesas: vbattb: Add VBATTB clock driver commit
ralink: mtmips: some fixes and sdhc clock support commit, commit, commit
MediaTek MT6735 syscon clock/reset controller support commit, commit
Add SM8475 clock controller drivers commit, commit, commit, commit, commit, commit
lan966x: add support for lan969x SoC clock driver commit, commit, commit, commit
Introduce Nuvoton Arbel NPCM8XX BMC SoC commit, commit, commit
Binding and driver for gated-fixed-clocks commit, commit, commit, commit, commit
Add support for videocc, camcc, dispcc0 and dispcc1 on Qualcomm SA8775P platform. commit, commit, commit, commit, commit, commit
Add iMX91 clock driver support commit, commit, commit, commit
eyeq: add driver commit
clocksource/drivers/ralink: Add Ralink System Tick Counter driver commit
samsung: Introduce Exynos8895 clock driver commit, commit, commit
12.31. PHY ("physical layer" framework)
ti: gmii-sel: Enable USXGMII mode for J7200 commit
Add support for DisplayPort on SA8775P platform commit, commit, commit, commit, commit
Add NXP PTN3222 eUSB2 to USB2 redriver commit
sparx5-serdes: add support for lan969x serdes driver commit, commit, commit, commit, commit, commit, commit, commit, commit
Add STM32MP25 USB3/PCIE COMBOPHY driver commit, commit, commit
12.32. EDAC (Error Detection And Correction)
fsl-ddr: Add imx9 support commit, commit, commit, commit, commit
ie31200: Add Kaby Lake-S dual-core host bridge ID commit
MCE wrapper and support for new SMCA syndrome MSRs commit, commit, commit, commit
igen6: Avoid segmentation fault and add polling support commit, commit
igen6: Add Intel Panther Lake-H SoCs support commit
powerpc: Remove PPC_MAPLE drivers commit
12.33. IOMMU
IOMMU_IOAS_MAP_FILE ioctl, which allows a user to register memory by passing a memfd plus offset and length commit, commit, commit, commit, commit, commit
Add vIOMMU infrastructure (Part-1) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Add vIOMMU infrastructure (Part-2: vDEVICE) commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Domain allocation enhancements commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
Initial support for SMMUv3 nested translation commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit, commit
iommu/vt-d: Add domain_alloc_paging support commit, commit, commit, commit, commit, commit, commit
12.34. Various
accel/qaic: Add AIC080 support commit
accel/qaic: Add crashdump to Sahara commit
Export cxl1.1 device link status register value to pci device sysfs. commit, commit
eeprom: at24: add ST M24256E Additional Write lockable page support commit
irqchip/loongson-eiointc: Add virt extension support commit
Support I6500 multi-cluster configuration commit, commit, commit, commit
Add support for the RZ/V2H Interrupt Control Unit commit, commit, commit
interrupt-controller: Add T-HEAD C900 ACLINT SSWI commit, commit, commit
Introduce support for T-head TH1520 Mailbox commit, commit, commit
Redo PolarFire SoC's mailbox/clock devicestrees and related code commit, commit
Add support for the LAN966x PCI device using a DT overlay commit, commit, commit, commit, commit, commit
keba: Add support for additional devices commit, commit, commit, commit, commit, commit, commit, commit, commit
misc: keba: Add SPI controller device commit
misc: ti-st: st_kim: remove the driver commit
ptp: Add support for the AMZNC10C 'vmclock' device commit
qcom: pas: enable ADSP support on Qualcomm SAR2130P commit, commit, commit
amlogic: move audio reset drivers out of CCF commit, commit, commit, commit, commit, commit, commit, commit, commit
13. List of Pull Requests
14. Other news sites
Phoronix Linux 6.13 features