summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/s...Linus Torvalds
2025-11-16procfs: make /self and /thread_self dentries persistentAl Viro
2025-11-16primitives for maintaining persisitencyAl Viro
2025-11-16introduce a flag for explicitly marking persistently pinned dentriesAl Viro
2025-11-16new helper: simple_done_creating()Al Viro
2025-11-16new helper: simple_remove_by_name()Al Viro
2025-11-15mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlbDavid Hildenbrand (Red Hat)
2025-11-15Merge tag 'core-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-15static_call: allow using STATIC_CALL_TRAMP_STR() from assemblyNaman Jain
2025-11-15Drivers: hv: VMBus protocol version 6.0Roman Kisel
2025-11-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-14Merge tag 'pci-v6.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14PCI/TSM: Add pci_tsm_guest_req() for managing TDIsDan Williams
2025-11-14PCI/TSM: Add pci_tsm_bind() helper for instantiating TDIsDan Williams
2025-11-14PCI/IDE: Initialize an ID for all IDE streamsDan Williams
2025-11-14PCI/IDE: Add Address Association Register setup for downstream MMIOXu Yilun
2025-11-14sched_ext: Pass locked CPU parameter to scx_hardlockup() and add docsTejun Heo
2025-11-14PM: runtime: Wrapper macros for ACQUIRE()/ACQUIRE_ERR()Rafael J. Wysocki
2025-11-14time: Fix a few typos in time[r] related code commentsJianyun Gao
2025-11-14PCI: Convert BAR sizes bitmasks to u64Ilpo Järvinen
2025-11-14PCI: Add pci_rebar_get_max_size()Ilpo Järvinen
2025-11-14PCI: Add pci_rebar_size_supported() helperIlpo Järvinen
2025-11-14PCI: Move pci_rebar_size_to_bytes() and export itIlpo Järvinen
2025-11-14PCI: Move pci_rebar_bytes_to_size() and clean it upIlpo Järvinen
2025-11-14PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen
2025-11-14crypto: ccp - Add an API to return the supported SEV-SNP policy bitsTom Lendacky
2025-11-14KVM: SEV: Consolidate the SEV policy bits in a single header fileTom Lendacky
2025-11-14bpf: Add bpf_prog_run_data_pointers()Eric Dumazet
2025-11-14ASoC: codecs: lpass-macro: complete sm6115 supportMark Brown
2025-11-14PM: Introduce new PMSG_POWEROFF eventMario Limonciello (AMD)
2025-11-14hrtimer: Store time as ktime_t in restart blockThomas Weißschuh
2025-11-14futex: Store time as ktime_t in restart blockThomas Weißschuh
2025-11-14spi-cadence: support transmission withMark Brown
2025-11-14VFS: introduce end_creating_keep()NeilBrown
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown
2025-11-14ecryptfs: use new start_creating/start_removing APIsNeilBrown
2025-11-14Add start_renaming_two_dentries()NeilBrown
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown
2025-11-14VFS: introduce start_removing_dentry()NeilBrown
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown
2025-11-14VFS: introduce start_dirop() and end_dirop()NeilBrown
2025-11-14nsproxy: fix free_nsproxy() and simplify create_new_namespaces()Christian Brauner
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky
2025-11-14Merge branch 'pwm/th1520' into pwm/for-nextUwe Kleine-König