Age | Commit message (Expand) | Author |
2024-11-05 | reboot: move reboot_notifier_list to kernel/reboot.c | Thomas Weißschuh |
2024-11-05 | resource: correct reallocate_resource() documentation | Ilpo Järvinen |
2024-11-05 | auditsc: replace memcpy() with strscpy() | Yafang Shao |
2024-11-05 | get rid of __get_task_comm() | Yafang Shao |
2024-11-05 | resource: introduce is_type_match() helper and use it | Andy Shevchenko |
2024-11-05 | resource: replace open coded resource_intersection() | Andy Shevchenko |
2024-11-05 | kernel/watchdog: always restore watchdog_softlockup(,hardlockup)_user_enabled... | Tio Zhang |
2024-11-05 | kexec/crash: no crash update when kexec in progress | Sourabh Jain |
2024-11-05 | mm: move mm flags to mm_types.h | Nanyong Sun |
2024-11-05 | mm: refactor mm_access() to not return NULL | Lorenzo Stoakes |
2024-11-05 | sched_ext: Add a missing newline at the end of an error message | Tejun Heo |
2024-11-05 | perf/core: Add aux_pause, aux_resume, aux_start_paused | Adrian Hunter |
2024-11-05 | sched: Enable PREEMPT_DYNAMIC for PREEMPT_RT | Peter Zijlstra |
2024-11-05 | sched: Add Lazy preemption model | Peter Zijlstra |
2024-11-05 | sched: Add TIF_NEED_RESCHED_LAZY infrastructure | Peter Zijlstra |
2024-11-05 | sched/ext: Remove sched_fork() hack | Thomas Gleixner |
2024-11-05 | sched: Initialize idle tasks only once | Thomas Gleixner |
2024-11-05 | seqlock, treewide: Switch to non-raw seqcount_latch interface | Marco Elver |
2024-11-05 | time/sched_clock: Broaden sched_clock()'s instrumentation coverage | Marco Elver |
2024-11-05 | time/sched_clock: Swap update_clock_read_data() latch writes | Marco Elver |
2024-11-04 | PM: EM: Add min/max available performance state limits | Lukasz Luba |
2024-11-04 | bpf: Mark raw_tp arguments with PTR_MAYBE_NULL | Kumar Kartikeya Dwivedi |
2024-11-03 | bpf: Unify resource leak checks | Kumar Kartikeya Dwivedi |
2024-11-03 | bpf: Tighten tail call checks for lingering locks, RCU, preempt_disable | Kumar Kartikeya Dwivedi |
2024-11-03 | rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks() | Paul E. McKenney |
2024-11-03 | Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2024-11-03 | Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-11-03 | Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2024-11-03 | Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2024-11-03 | css_set_fork(): switch to CLASS(fd_raw, ...) | Al Viro |
2024-11-03 | fdget(), more trivial conversions | Al Viro |
2024-11-03 | fdget(), trivial conversions | Al Viro |
2024-11-03 | fdget_raw() users: switch to CLASS(fd_raw) | Al Viro |
2024-11-03 | get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd) | Al Viro |
2024-11-03 | regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range() | Al Viro |
2024-11-02 | timekeeping: Always check for negative motion | Thomas Gleixner |
2024-11-02 | timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING | Thomas Gleixner |
2024-11-02 | kdb: Fix breakpoint enable to be silent if already enabled | Nir Lichtman |
2024-11-02 | kdb: Remove fallback interpretation of arbitrary numbers as hex | Nir Lichtman |
2024-11-02 | trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump | Yuran Pereira |
2024-11-02 | kdb: Replace the use of simple_strto with safer kstrto in kdb_main | Yuran Pereira |
2024-11-01 | bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links | Andrii Nakryiko |
2024-11-01 | bpf: decouple BPF link/attach hook and BPF program sleepable semantics | Andrii Nakryiko |
2024-11-01 | bpf: put bpf_link's program when link is safe to be deallocated | Andrii Nakryiko |
2024-11-01 | tracing: Replace strncpy() with strscpy() when copying comm | Jinjie Ruan |
2024-11-01 | tracing: Fix syscall tracepoint use-after-free | Mathieu Desnoyers |
2024-11-01 | tracing: Introduce tracepoint extended structure | Mathieu Desnoyers |
2024-11-01 | tracing: Remove TRACE_FLAG_IRQS_NOSUPPORT | Sebastian Andrzej Siewior |
2024-11-01 | bpf: Add open coded version of kmem_cache iterator | Namhyung Kim |
2024-11-01 | tracing: Document tracefs gid mount option | Kalesh Singh |