aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-04-07super: use a common iterator (Part 1)Christian Brauner1-1/+5
2025-04-07fs: allow all writers to be frozenJames Bottomley1-1/+1
2025-04-07locking/percpu-rwsem: add freezable alternative to down_readJames Bottomley1-4/+16
2025-04-07fs: Remove aops->writepageMatthew Wilcox (Oracle)1-1/+0
2025-04-07shmem: Add shmem_writeout()Matthew Wilcox (Oracle)1-3/+4
2025-04-07irqdomain: Support three-cell scheme interruptsYixun Lan1-9/+9
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown2-6/+6
2025-04-07irqchip/davinci: Remove leftover headerBartosz Golaszewski1-27/+0
2025-04-07mtd: spinand: Fix build with gcc < 7.5Miquel Raynal1-1/+1
2025-04-07gpiolib: acpi: Reduce memory footprint for struct acpi_gpio_paramsAndy Shevchenko1-1/+1
2025-04-07crypto: ccp - Add new SEV/SNP platform shutdown APIAshish Kalra1-0/+3
2025-04-06spi: Group CS related fields in struct spi_deviceAndy Shevchenko1-16/+21
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-39/+3
2025-04-06Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2025-04-05hrtimers: Make callback function pointer privateNam Cao1-1/+1
2025-04-05hrtimers: Delete hrtimer_init()Nam Cao2-3/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-35/+1
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn2-3/+3
2025-04-04cgroup: add helper for checking when css is cgroup::selfJP Kobryn1-0/+5
2025-04-04cgroup: move rstat base stat objects into their own structJP Kobryn1-16/+22
2025-04-04Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2025-04-04Merge tag 'soc-drivers-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+0
2025-04-04irqdomain: Stop using 'host' for domainJiri Slaby (SUSE)1-6/+6
2025-04-04irqdomain: Rename irq_get_default_host() to irq_get_default_domain()Jiri Slaby (SUSE)1-1/+1
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)1-1/+1
2025-04-04firmware: turris-mox-rwtm: fix building without CONFIG_KEYSArnd Bergmann1-0/+2
2025-04-04Merge tag 'soc_fsl-6.15-1' of https://github.com/chleroy/linux into soc/drivers-2Arnd Bergmann1-2/+0
2025-04-04KVM: Allow building irqbypass.ko as as module when kvm.ko is a moduleSean Christopherson1-1/+1
2025-04-03Merge tag 'io_uring-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds2-1/+6
2025-04-03net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev1-1/+1
2025-04-03Merge tag 'rtc-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds2-5/+1
2025-04-03ceph: Remove osd_client deadcodeDr. David Alan Gilbert1-6/+0
2025-04-03Merge tag 'mm-nonmm-stable-2025-04-02-22-12' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+11
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+10
2025-04-03Merge tag 'mm-hotfixes-stable-2025-04-02-21-57' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-1/+38
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds3-0/+26
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds4-13/+7
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-127/+124
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-3/+19
2025-04-02Merge tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-8/+7
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-11/+7
2025-04-02Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds5-10/+11
2025-04-02Merge tag 'kgdb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-1/+1
2025-04-02block: add for_each_mp_bvec()Ming Lei1-0/+6
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long2-1/+2
2025-04-01Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+2
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds5-23/+72
2025-04-01Merge tag 'thermal-6.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
2025-04-01Merge tag 'i3c/for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxLinus Torvalds1-1/+1
2025-04-01lib/sort.c: add _nonatomic() variants with cond_resched()Kent Overstreet1-0/+11