aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-15Merge tag 'core-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-11-14Merge tag 'pci-v6.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-0/+2
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-1/+29
2025-11-14Merge tag 'tee-fix-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixesArnd Bergmann1-9/+14
2025-11-14PM: runtime: Wrapper macros for ACQUIRE()/ACQUIRE_ERR()Rafael J. Wysocki1-0/+24
2025-11-14time: Fix a few typos in time[r] related code commentsJianyun Gao1-4/+4
2025-11-14Merge tag 'io_uring-6.18-20251113' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-0/+3
2025-11-14bpf: Add bpf_prog_run_data_pointers()Eric Dumazet1-0/+20
2025-11-14PM: Introduce new PMSG_POWEROFF eventMario Limonciello (AMD)2-1/+5
2025-11-14hrtimer: Store time as ktime_t in restart blockThomas Weißschuh1-1/+1
2025-11-14VFS: introduce end_creating_keep()NeilBrown1-0/+22
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-19/+9
2025-11-14ecryptfs: use new start_creating/start_removing APIsNeilBrown1-0/+2
2025-11-14Add start_renaming_two_dentries()NeilBrown1-0/+2
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown1-0/+2
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown1-0/+3
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown1-0/+6
2025-11-14VFS: introduce start_removing_dentry()NeilBrown1-0/+2
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown1-0/+2
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown1-0/+18
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown1-0/+33
2025-11-14VFS: introduce start_dirop() and end_dirop()NeilBrown1-0/+2
2025-11-14nsproxy: fix free_nsproxy() and simplify create_new_namespaces()Christian Brauner2-6/+9
2025-11-13Merge tag 'stratix10_svc_fix_v6.18' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into char-misc-linusGreg Kroah-Hartman14-32/+45
2025-11-13Merge tag 'iio-fixes-for-6.18a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linusGreg Kroah-Hartman2-0/+3
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-1/+7
2025-11-13entry: Fix ifndef around arch_xfer_to_guest_mode_handle_work() stubAndrew Donnellan1-1/+1
2025-11-13objtool: Warn on functions with ambiguous -ffunction-sections section namesJosh Poimboeuf1-0/+15
2025-11-13vmlinux.lds: Fix TEXT_MAIN to include .text.start and friendsJosh Poimboeuf1-11/+12
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar49-109/+364
2025-11-12Merge tag 'dma-mapping-6.18-2025-11-12' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds2-1/+2
2025-11-12PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overriddenBjorn Helgaas1-0/+2
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson1-0/+14
2025-11-12fs: hide dentry_cache behind runtime const machineryMateusz Guzik1-1/+2
2025-11-12fs: speed up path lookup with cheaper handling of MAY_EXECMateusz Guzik1-6/+7
2025-11-12fs/pipe: stop duplicating union pipe_index declarationRasmus Villemoes1-16/+7
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong1-3/+2
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong1-2/+0
2025-11-12docs: document iomap writeback's iomap_finish_folio_write() requirementJoanne Koong1-0/+4
2025-11-12fs: add iput_not_last()Mateusz Guzik1-0/+1
2025-11-12fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin1-1/+1
2025-11-12power: always freeze efivarfsChristian Brauner1-1/+2
2025-11-12vfs: expose delegation support to userlandJeff Layton2-0/+23
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton1-1/+1
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-2/+2
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton1-1/+2
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton1-2/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-1/+2
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-12filelock: add struct delegated_inodeJeff Layton3-15/+34