summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-02-07cpufreq: Remove cpufreq_enable_boost_support()Viresh Kumar
2025-02-07cpufreq: staticize policy_has_boost_freq()Viresh Kumar
2025-02-07cpufreq: Introduce policy->boost_supported flagViresh Kumar
2025-02-07cpufreq: Export cpufreq_boost_set_sw()Viresh Kumar
2025-02-07cpufreq: staticize cpufreq_boost_trigger_state()Viresh Kumar
2025-02-07cpufreq: Remove cpufreq_generic_attrsViresh Kumar
2025-02-06string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()Kees Cook
2025-02-06compiler.h: Introduce __must_be_byte_array()Kees Cook
2025-02-06compiler.h: Move C string helpers into C-only kernel sectionKees Cook
2025-02-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski
2025-02-06net: add dev_net_rcu() helperEric Dumazet
2025-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-06efi/cper, cxl: Remove cper_cxl.hSmita Koralahalli
2025-02-06efi/cper, cxl: Make definitions and structures globalSmita Koralahalli
2025-02-06Merge tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-06iomap: pass private data to iomap_truncate_pageChristoph Hellwig
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig
2025-02-06iomap: add a io_private field to struct iomap_ioendChristoph Hellwig
2025-02-06iomap: optionally use ioends for direct I/OChristoph Hellwig
2025-02-06iomap: split bios to zone append limits in the submission handlersChristoph Hellwig
2025-02-06iomap: add a IOMAP_F_ANON_WRITE flagChristoph Hellwig
2025-02-06iomap: simplify io_flags and io_type in struct iomap_ioendChristoph Hellwig
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig
2025-02-06vfs: remove some unused old mount api codeEric Sandeen
2025-02-06net/mlx5: Add support for 200Gbps per lane link modesJianbo Liu
2025-02-06net/mlx5: Add devcom component for the clock shared by functionsJianbo Liu
2025-02-06net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointerJianbo Liu
2025-02-05net-sysfs: move queue attribute groups outside the default groupsAntoine Tenart
2025-02-05net-sysfs: remove rtnl_trylock from device attributesAntoine Tenart
2025-02-05ice, irdma: move interrupts code to irdmaMichal Swiatkowski
2025-02-05fanotify: notify on mount attach and detachMiklos Szeredi
2025-02-06kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada
2025-02-05torture: Add get_torture_init_jiffies() for test-start timePaul E. McKenney
2025-02-05srcu: Make SRCU-fast also be NMI-safePaul E. McKenney
2025-02-05srcu: Add srcu_down_read_fast() and srcu_up_read_fast()Paul E. McKenney
2025-02-05srcu: Document that srcu_{read_lock,down_read}() can share srcu_structPaul E. McKenney
2025-02-05srcu: Fix srcu_read_unlock_{lite,nmisafe}() kernel-docPaul E. McKenney
2025-02-05srcu: Add SRCU-fast readersPaul E. McKenney
2025-02-05srcu: Move SRCU Tree/Tiny definitions from srcu.hPaul E. McKenney
2025-02-05srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()Paul E. McKenney
2025-02-05srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()Paul E. McKenney
2025-02-05srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()Paul E. McKenney
2025-02-05srcu: Rename srcu_check_read_flavor_lite() to srcu_check_read_flavor_force()Paul E. McKenney
2025-02-05srcu: Make Tree SRCU updates independent of ->srcu_idxPaul E. McKenney
2025-02-05srcu: Make SRCU readers use ->srcu_ctrs for counter selectionPaul E. McKenney
2025-02-05srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structurePaul E. McKenney
2025-02-05srcu: Define SRCU_READ_FLAVOR_ALL in terms of symbolsPaul E. McKenney
2025-02-05rcu: handle unstable rdp in rcu_read_unlock_strict()Ankur Arora
2025-02-05rcu: rename PREEMPT_AUTO to PREEMPT_LAZYAnkur Arora