summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-03-13posix-timers: Improve hash table performanceThomas Gleixner
2025-03-13posix-timers: Make signal_struct:: Next_posix_timer_id an atomic_tEric Dumazet
2025-03-13posix-timers: Make lock_timer() use guard()Peter Zijlstra
2025-03-13posix-timers: Rework timer removalThomas Gleixner
2025-03-13posix-timers: Simplify lock/unlock_timer()Thomas Gleixner
2025-03-13posix-timers: Use guards in a few placesThomas Gleixner
2025-03-13posix-timers: Remove SLAB_PANIC from kmem cacheThomas Gleixner
2025-03-13posix-timers: Remove a few paranoid warningsThomas Gleixner
2025-03-13posix-timers: Cleanup includesThomas Gleixner
2025-03-13posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet
2025-03-13posix-timers: Initialise timer before adding it to the hash tableEric Dumazet
2025-03-13posix-timers: Ensure that timer initialization is fully visibleThomas Gleixner
2025-03-13clocksource: Remove unnecessary strscpy() size argumentThorsten Blum
2025-03-13timer_list: Don't use %pK through printk()Thomas Weißschuh
2025-03-12Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-03-12PM: s2idle: Extend comment in s2idle_enter()Ulf Hansson
2025-03-12PM: s2idle: Drop redundant locks when entering s2idleUlf Hansson
2025-03-12dma-mapping: fix missing clear bdr in check_ram_in_range_map()Baochen Qiang
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný
2025-03-11cgroup: Add deprecation message to legacy freezer controllerMichal Koutný
2025-03-11RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_levelMichal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to memory_migrateMichal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwallMichal Koutný
2025-03-11cgroup: Print message when /proc/cgroups is read on v2-only systemMichal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_s...Michal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_p...Michal Koutný
2025-03-11stop-machine: Add comment for rcu_momentary_eqs()Paul E. McKenney
2025-03-11printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza
2025-03-11printk: Rename resume_console to console_resume_allMarcos Paulo de Souza
2025-03-11printk: Rename suspend_console to console_suspend_allMarcos Paulo de Souza
2025-03-10perf/core: Remove optional 'size' arguments from strscpy() callsThorsten Blum
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman
2025-03-10sched/clock: Don't define sched_clock_irqtime as static keyYafang Shao
2025-03-10module: Remove unnecessary size argument when calling strscpy()Thorsten Blum
2025-03-10module: Replace deprecated strncpy() with strscpy()Thorsten Blum
2025-03-10params: Annotate struct module_param_attrs with __counted_by()Thorsten Blum
2025-03-10static_call: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior
2025-03-10kprobes: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior
2025-03-10bpf: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior
2025-03-10jump_label: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior
2025-03-10jump_label: Use RCU in all users of __module_address().Sebastian Andrzej Siewior
2025-03-10cfi: Use RCU while invoking __module_address().Sebastian Andrzej Siewior
2025-03-10module: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior
2025-03-10module: Use RCU in all users of __module_address().Sebastian Andrzej Siewior
2025-03-10module: Use RCU in search_module_extables().Sebastian Andrzej Siewior
2025-03-10module: Allow __module_address() to be called from RCU section.Sebastian Andrzej Siewior
2025-03-10module: Use RCU in __is_module_percpu_address().Sebastian Andrzej Siewior
2025-03-10module: Use RCU in find_symbol().Sebastian Andrzej Siewior