summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-02-03module: switch to execmem API for remapping as RW and restoring ROXMike Rapoport (Microsoft)2-11/+1
2025-02-03execmem: add API for temporal remapping as RW and restoring ROX afterwardsMike Rapoport (Microsoft)1-0/+31
2025-02-03x86/mm/pat: restore large ROX pages after fragmentationKirill A. Shutemov1-0/+2
2025-02-02Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2025-02-01mm/vmscan: fix hard LOCKUP in function isolate_lru_foliosliuye1-0/+1
2025-02-01Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+17
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds2-5/+16
2025-01-31Merge tag 'io_uring-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds2-2/+3
2025-01-31Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2025-01-31Merge tag 'ceph-for-6.14-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-14/+0
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+16
2025-01-31Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+1
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+22
2025-01-30Merge tag 'soundwire-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-72/+82
2025-01-29fs: pack struct kstat betterChristoph Hellwig1-2/+2
2025-01-29block: get rid of request queue ->sysfs_dir_lockNilay Shroff1-3/+0
2025-01-29PM: sleep: core: Synchronize runtime PM status of parents and childrenRafael J. Wysocki1-0/+1
2025-01-29Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-19/+59
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-51/+117
2025-01-28Merge tag 'tty-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-4/+13
2025-01-28Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds10-106/+186
2025-01-28Merge tag 'for-6.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2025-01-28Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-25/+126
2025-01-28Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-10/+62
2025-01-28add a string-to-qstr constructorAl Viro1-0/+1
2025-01-289p: fix ->rename_sem exclusionAl Viro1-0/+2
2025-01-28nfs: fix ->d_revalidate() UAF on ->d_name accessesAl Viro1-1/+1
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro2-4/+6
2025-01-28Merge tag 'pwm/for-6.14-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+17
2025-01-28Merge tag 'for-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2-2/+62
2025-01-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-13/+49
2025-01-28net: the appletalk subsystem no longer uses ndo_do_ioctl谢致邦 (XIE Zhibang)1-2/+2
2025-01-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+1
2025-01-27ceph: streamline request head structures in MDS clientLiang Jie1-14/+0
2025-01-27virtio_pci: Add support for PCIe Function Level ResetIsrael Rukshin1-0/+8
2025-01-27fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges ...David Hildenbrand1-0/+9
2025-01-27fs/proc/vmcore: factor out freeing a list of vmcore rangesDavid Hildenbrand1-0/+11
2025-01-27fs/proc/vmcore: factor out allocating a vmcore range and adding it to a listDavid Hildenbrand1-0/+14
2025-01-27fs/proc/vmcore: move vmcore definitions out of kcore.hDavid Hildenbrand2-13/+7
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds31-343/+447
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds8-139/+170
2025-01-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+9
2025-01-27Merge tag 'modules-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+6
2025-01-27Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linuxLinus Torvalds3-8/+28
2025-01-26module: Constify 'struct module_attribute'Thomas Weißschuh1-4/+4
2025-01-26module: Handle 'struct module_version_attribute' as constThomas Weißschuh1-1/+1
2025-01-26module: Extend the preempt disabled section in dereference_symbol_descriptor().Sebastian Andrzej Siewior1-1/+1