summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2025-03-10module: Remove module_assert_mutex_or_preempt() from try_add_tainted_module().Sebastian Andrzej Siewior
2025-03-10module: Use RCU in module_kallsyms_on_each_symbol().Sebastian Andrzej Siewior
2025-03-10module: Use RCU in __find_kallsyms_symbol_value().Sebastian Andrzej Siewior
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior
2025-03-10module: Use RCU in module_get_kallsym().Sebastian Andrzej Siewior
2025-03-10module: Use RCU in find_kallsyms_symbol().Sebastian Andrzej Siewior
2025-03-10module: Use proper RCU assignment in add_kallsyms().Sebastian Andrzej Siewior
2025-03-10module: Begin to move from RCU-sched to RCU.Sebastian Andrzej Siewior
2025-03-10genirq: Make a few functions staticThomas Gleixner
2025-03-10kernel/watch_queue: Use pipe_buf() to retrieve the pipe bufferK Prateek Nayak
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen
2025-03-08time/namespace: Prepare introduction of struct vdso_clockAnna-Maria Behnsen
2025-03-08vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock structAnna-Maria Behnsen
2025-03-08vdso/vsyscall: Prepare introduction of struct vdso_clockAnna-Maria Behnsen
2025-03-07capability: Remove unused has_capabilityDr. David Alan Gilbert
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook
2025-03-07bpf: fix a possible NULL deref in bpf_map_offload_map_alloc()Eric Dumazet
2025-03-08locking/lockdep: Add kasan_check_byte() check in lock_acquire()Waiman Long