summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-04-07super: use a common iterator (Part 1)Christian Brauner
2025-04-07fs: allow all writers to be frozenJames Bottomley
2025-04-07locking/percpu-rwsem: add freezable alternative to down_readJames Bottomley
2025-04-07fs: Remove aops->writepageMatthew Wilcox (Oracle)
2025-04-07shmem: Add shmem_writeout()Matthew Wilcox (Oracle)
2025-04-07irqdomain: Support three-cell scheme interruptsYixun Lan
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown
2025-04-07irqchip/davinci: Remove leftover headerBartosz Golaszewski
2025-04-07mtd: spinand: Fix build with gcc < 7.5Miquel Raynal
2025-04-07gpiolib: acpi: Reduce memory footprint for struct acpi_gpio_paramsAndy Shevchenko
2025-04-07crypto: ccp - Add new SEV/SNP platform shutdown APIAshish Kalra
2025-04-06spi: Group CS related fields in struct spi_deviceAndy Shevchenko
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-06Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-05hrtimers: Make callback function pointer privateNam Cao
2025-04-05hrtimers: Delete hrtimer_init()Nam Cao
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn
2025-04-04cgroup: add helper for checking when css is cgroup::selfJP Kobryn
2025-04-04cgroup: move rstat base stat objects into their own structJP Kobryn
2025-04-04Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-04Merge tag 'soc-drivers-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-04irqdomain: Stop using 'host' for domainJiri Slaby (SUSE)
2025-04-04irqdomain: Rename irq_get_default_host() to irq_get_default_domain()Jiri Slaby (SUSE)
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)
2025-04-04firmware: turris-mox-rwtm: fix building without CONFIG_KEYSArnd Bergmann
2025-04-04Merge tag 'soc_fsl-6.15-1' of https://github.com/chleroy/linux into soc/drive...Arnd Bergmann
2025-04-04KVM: Allow building irqbypass.ko as as module when kvm.ko is a moduleSean Christopherson
2025-04-03Merge tag 'io_uring-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-03net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev
2025-04-03Merge tag 'rtc-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2025-04-03ceph: Remove osd_client deadcodeDr. David Alan Gilbert
2025-04-03Merge tag 'mm-nonmm-stable-2025-04-02-22-12' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-03Merge tag 'mm-hotfixes-stable-2025-04-02-21-57' of git://git.kernel.org/pub/s...Linus Torvalds
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-04-02Merge tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-02Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-04-02Merge tag 'kgdb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2025-04-02block: add for_each_mp_bvec()Ming Lei
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long
2025-04-01Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-04-01Merge tag 'thermal-6.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-01Merge tag 'i3c/for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds
2025-04-01lib/sort.c: add _nonatomic() variants with cond_resched()Kent Overstreet