summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-11-05reboot: move reboot_notifier_list to kernel/reboot.cThomas Weißschuh
2024-11-05resource: correct reallocate_resource() documentationIlpo Järvinen
2024-11-05auditsc: replace memcpy() with strscpy()Yafang Shao
2024-11-05get rid of __get_task_comm()Yafang Shao
2024-11-05resource: introduce is_type_match() helper and use itAndy Shevchenko
2024-11-05resource: replace open coded resource_intersection()Andy Shevchenko
2024-11-05kernel/watchdog: always restore watchdog_softlockup(,hardlockup)_user_enabled...Tio Zhang
2024-11-05kexec/crash: no crash update when kexec in progressSourabh Jain
2024-11-05mm: move mm flags to mm_types.hNanyong Sun
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes
2024-11-05sched_ext: Add a missing newline at the end of an error messageTejun Heo
2024-11-05perf/core: Add aux_pause, aux_resume, aux_start_pausedAdrian Hunter
2024-11-05sched: Enable PREEMPT_DYNAMIC for PREEMPT_RTPeter Zijlstra
2024-11-05sched: Add Lazy preemption modelPeter Zijlstra
2024-11-05sched: Add TIF_NEED_RESCHED_LAZY infrastructurePeter Zijlstra
2024-11-05sched/ext: Remove sched_fork() hackThomas Gleixner
2024-11-05sched: Initialize idle tasks only onceThomas Gleixner
2024-11-05seqlock, treewide: Switch to non-raw seqcount_latch interfaceMarco Elver
2024-11-05time/sched_clock: Broaden sched_clock()'s instrumentation coverageMarco Elver
2024-11-05time/sched_clock: Swap update_clock_read_data() latch writesMarco Elver
2024-11-04PM: EM: Add min/max available performance state limitsLukasz Luba
2024-11-04bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi
2024-11-03bpf: Unify resource leak checksKumar Kartikeya Dwivedi
2024-11-03bpf: Tighten tail call checks for lingering locks, RCU, preempt_disableKumar Kartikeya Dwivedi
2024-11-03rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks()Paul E. McKenney
2024-11-03Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-03Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-03Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-03Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-11-03css_set_fork(): switch to CLASS(fd_raw, ...)Al Viro
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-03fdget(), trivial conversionsAl Viro
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro
2024-11-03get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)Al Viro
2024-11-03regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()Al Viro
2024-11-02timekeeping: Always check for negative motionThomas Gleixner
2024-11-02timekeeping: Remove CONFIG_DEBUG_TIMEKEEPINGThomas Gleixner
2024-11-02kdb: Fix breakpoint enable to be silent if already enabledNir Lichtman
2024-11-02kdb: Remove fallback interpretation of arbitrary numbers as hexNir Lichtman
2024-11-02trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdumpYuran Pereira
2024-11-02kdb: Replace the use of simple_strto with safer kstrto in kdb_mainYuran Pereira
2024-11-01bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF linksAndrii Nakryiko
2024-11-01bpf: decouple BPF link/attach hook and BPF program sleepable semanticsAndrii Nakryiko
2024-11-01bpf: put bpf_link's program when link is safe to be deallocatedAndrii Nakryiko
2024-11-01tracing: Replace strncpy() with strscpy() when copying commJinjie Ruan
2024-11-01tracing: Fix syscall tracepoint use-after-freeMathieu Desnoyers
2024-11-01tracing: Introduce tracepoint extended structureMathieu Desnoyers
2024-11-01tracing: Remove TRACE_FLAG_IRQS_NOSUPPORTSebastian Andrzej Siewior
2024-11-01bpf: Add open coded version of kmem_cache iteratorNamhyung Kim
2024-11-01tracing: Document tracefs gid mount optionKalesh Singh