summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-02-07fs: dcache: move the sysctl to fs/dcache.cKaixiong Yu1-6/+1
2025-02-07fs: drop_caches: move sysctl to fs/drop_caches.cKaixiong Yu1-6/+0
2025-02-07fs: fs-writeback: move sysctl to fs/fs-writeback.cKaixiong Yu1-4/+0
2025-02-07mm: nommu: move sysctl to mm/nommu.cKaixiong Yu1-2/+0
2025-02-07mm: util: move sysctls to mm/util.cKaixiong Yu2-13/+0
2025-02-07mm: vmscan: move vmscan sysctls to mm/vmscan.cKaixiong Yu1-9/+0
2025-02-07mm: swap: move sysctl to mm/swap.cKaixiong Yu1-2/+0
2025-02-07mm: filemap: move sysctl to mm/filemap.cKaixiong Yu1-2/+0
2025-02-07mm: vmstat: move sysctls to mm/vmstat.cKaixiong Yu1-11/+0
2025-02-07HID: core: Add reserved item tag for main itemsTatsuya S1-0/+2
2025-02-07of: base: Add of_get_available_child_by_name()Biju Das1-0/+9
2025-02-07pid: perform free_pid() calls outside of tasklist_lockMateusz Guzik1-3/+4
2025-02-07vfs: sanity check the length passed to inode_set_cached_link()Mateusz Guzik1-0/+13
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein2-3/+8
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher1-3/+4
2025-02-07cpufreq: Remove cpufreq_enable_boost_support()Viresh Kumar1-6/+0
2025-02-07cpufreq: staticize policy_has_boost_freq()Viresh Kumar1-6/+0
2025-02-07cpufreq: Introduce policy->boost_supported flagViresh Kumar1-0/+3
2025-02-07cpufreq: Export cpufreq_boost_set_sw()Viresh Kumar1-0/+6
2025-02-07cpufreq: staticize cpufreq_boost_trigger_state()Viresh Kumar1-5/+0
2025-02-07cpufreq: Remove cpufreq_generic_attrsViresh Kumar1-1/+0
2025-02-07string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()Kees Cook1-4/+8
2025-02-07compiler.h: Introduce __must_be_byte_array()Kees Cook1-1/+7
2025-02-07compiler.h: Move C string helpers into C-only kernel sectionKees Cook1-13/+13
2025-02-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski1-0/+2
2025-02-07net: add dev_net_rcu() helperEric Dumazet1-0/+6
2025-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-29/+44
2025-02-06efi/cper, cxl: Remove cper_cxl.hSmita Koralahalli1-0/+4
2025-02-06efi/cper, cxl: Make definitions and structures globalSmita Koralahalli1-0/+4
2025-02-06Merge tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2025-02-06iomap: pass private data to iomap_truncate_pageChristoph Hellwig1-1/+1
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig1-1/+1
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig1-3/+2
2025-02-06iomap: add a io_private field to struct iomap_ioendChristoph Hellwig1-0/+1
2025-02-06iomap: optionally use ioends for direct I/OChristoph Hellwig1-4/+6
2025-02-06iomap: split bios to zone append limits in the submission handlersChristoph Hellwig1-1/+14
2025-02-06iomap: add a IOMAP_F_ANON_WRITE flagChristoph Hellwig1-0/+7
2025-02-06iomap: simplify io_flags and io_type in struct iomap_ioendChristoph Hellwig1-2/+18
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig1-5/+7
2025-02-06vfs: remove some unused old mount api codeEric Sandeen2-5/+0
2025-02-06net/mlx5: Add support for 200Gbps per lane link modesJianbo Liu1-0/+3
2025-02-06net/mlx5: Add devcom component for the clock shared by functionsJianbo Liu1-0/+2
2025-02-06net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointerJianbo Liu1-29/+2
2025-02-06net-sysfs: move queue attribute groups outside the default groupsAntoine Tenart1-0/+1
2025-02-06net-sysfs: remove rtnl_trylock from device attributesAntoine Tenart1-0/+1
2025-02-05ice, irdma: move interrupts code to irdmaMichal Swiatkowski1-0/+2
2025-02-05fanotify: notify on mount attach and detachMiklos Szeredi1-4/+8
2025-02-05kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada1-1/+4
2025-02-05torture: Add get_torture_init_jiffies() for test-start timePaul E. McKenney1-0/+1
2025-02-05srcu: Make SRCU-fast also be NMI-safePaul E. McKenney1-10/+24