summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2025-03-08locking/lockdep: Disable KASAN instrumentation of lockdep.cWaiman Long
2025-03-08locking/lock_events: Add locking events for lockdepWaiman Long
2025-03-08locking/lock_events: Add locking events for rtmutex slow pathsWaiman Long
2025-03-08Merge branch 'locking/urgent' into locking/core, to pick up locking fixesIngo Molnar
2025-03-08locking/semaphore: Use wake_q to wake up processes outside lock critical sectionWaiman Long
2025-03-08locking/rtmutex: Use the 'struct' keyword in kernel-doc commentRandy Dunlap
2025-03-07Merge tag 'sched-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-07Merge tag 'perf-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-07function_graph: Remove the unused variable funcJiapeng Chong
2025-03-07PM: EM: Rework the depends on for CONFIG_ENERGY_MODELJeson Gao
2025-03-07PM: EM: Address RCU-related sparse warningsRafael J. Wysocki
2025-03-06rseq: Fix segfault on registration when rseq_cs is non-zeroMichael Jeanson
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev
2025-03-06PM: EM: Consify two parameters of em_dev_register_perf_domain()Rafael J. Wysocki
2025-03-06taint: Add TAINT_FWCTLJason Gunthorpe
2025-03-06tracing/user_events: Slightly simplify user_seq_show()Christophe JAILLET
2025-03-06tracing/user_events: Don't use %pK through printkThomas Weißschuh
2025-03-06ring-buffer: Fix typo in comment about header page pointerZhouyi Zhou
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-06uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa
2025-03-06watchdog/hardlockup/perf: Warn if watchdog_ev is leakedLi Huafei
2025-03-06watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei
2025-03-06sched/deadline: Use online cpus for validating runtimeShrikanth Hegde
2025-03-06pid: Do not set pid_max in new pid namespacesMichal Koutný
2025-03-05sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li
2025-03-05ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko
2025-03-05posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko
2025-03-05pidfs: record exit code and cgroupid at exitChristian Brauner
2025-03-05pidfs: move setting flags into pidfs_alloc_file()Christian Brauner