aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-10params: Annotate struct module_param_attrs with __counted_by()Thorsten Blum1-16/+13
2025-03-10static_call: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-7/+6
2025-03-10kprobes: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-1/+1
2025-03-10bpf: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-11/+13
2025-03-10jump_label: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-7/+6
2025-03-10jump_label: Use RCU in all users of __module_address().Sebastian Andrzej Siewior1-9/+9
2025-03-10cfi: Use RCU while invoking __module_address().Sebastian Andrzej Siewior1-4/+1
2025-03-10module: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior1-11/+5
2025-03-10module: Use RCU in all users of __module_address().Sebastian Andrzej Siewior2-11/+3
2025-03-10module: Use RCU in search_module_extables().Sebastian Andrzej Siewior1-14/+9
2025-03-10module: Allow __module_address() to be called from RCU section.Sebastian Andrzej Siewior2-14/+1
2025-03-10module: Use RCU in __is_module_percpu_address().Sebastian Andrzej Siewior1-5/+1
2025-03-10module: Use RCU in find_symbol().Sebastian Andrzej Siewior2-25/+19
2025-03-10module: Remove module_assert_mutex_or_preempt() from try_add_tainted_module().Sebastian Andrzej Siewior1-2/+0
2025-03-10module: Use RCU in module_kallsyms_on_each_symbol().Sebastian Andrzej Siewior1-4/+2
2025-03-10module: Use RCU in __find_kallsyms_symbol_value().Sebastian Andrzej Siewior1-13/+4
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior4-13/+7
2025-03-10module: Use RCU in module_get_kallsym().Sebastian Andrzej Siewior1-4/+2
2025-03-10module: Use RCU in find_kallsyms_symbol().Sebastian Andrzej Siewior1-4/+3
2025-03-10module: Use proper RCU assignment in add_kallsyms().Sebastian Andrzej Siewior1-17/+14
2025-03-10module: Begin to move from RCU-sched to RCU.Sebastian Andrzej Siewior2-9/+8
2025-03-10genirq: Make a few functions staticThomas Gleixner5-31/+22
2025-03-10kernel/watch_queue: Use pipe_buf() to retrieve the pipe bufferK Prateek Nayak1-4/+3
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen2-7/+6
2025-03-08time/namespace: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-8/+10
2025-03-08vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock structAnna-Maria Behnsen1-3/+3
2025-03-08vdso/vsyscall: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-19/+21
2025-03-07capability: Remove unused has_capabilityDr. David Alan Gilbert1-16/+0
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook1-1/+1
2025-03-07bpf: fix a possible NULL deref in bpf_map_offload_map_alloc()Eric Dumazet1-3/+5
2025-03-08locking/lockdep: Add kasan_check_byte() check in lock_acquire()Waiman Long1-0/+9
2025-03-08locking/lockdep: Disable KASAN instrumentation of lockdep.cWaiman Long1-1/+2
2025-03-08locking/lock_events: Add locking events for lockdepWaiman Long2-1/+14
2025-03-08locking/lock_events: Add locking events for rtmutex slow pathsWaiman Long2-5/+45
2025-03-08Merge branch 'locking/urgent' into locking/core, to pick up locking fixesIngo Molnar28-223/+356
2025-03-08locking/semaphore: Use wake_q to wake up processes outside lock critical sectionWaiman Long1-4/+9
2025-03-08locking/rtmutex: Use the 'struct' keyword in kernel-doc commentRandy Dunlap1-2/+2
2025-03-07Merge tag 'sched-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+5
2025-03-07Merge tag 'perf-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+28
2025-03-07function_graph: Remove the unused variable funcJiapeng Chong1-3/+0
2025-03-07PM: EM: Rework the depends on for CONFIG_ENERGY_MODELJeson Gao1-2/+1
2025-03-07PM: EM: Address RCU-related sparse warningsRafael J. Wysocki1-19/+20
2025-03-06rseq: Fix segfault on registration when rseq_cs is non-zeroMichael Jeanson1-12/+48
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar30-285/+430
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-50/+86
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev1-2/+4
2025-03-06PM: EM: Consify two parameters of em_dev_register_perf_domain()Rafael J. Wysocki1-5/+6
2025-03-06taint: Add TAINT_FWCTLJason Gunthorpe1-0/+1
2025-03-06tracing/user_events: Slightly simplify user_seq_show()Christophe JAILLET1-4/+1