summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-31arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernateDavid Woodhouse
2024-10-31timers: Add missing READ_ONCE() in __run_timer_base()Thomas Gleixner
2024-10-31tick: Remove now unneeded low-res tick stop on CPUHP_AP_TICK_DYINGFrederic Weisbecker
2024-10-31clockevents: Shutdown and unregister current clockevents at CPUHP_AP_TICK_DYINGFrederic Weisbecker
2024-10-31clockevents: Improve clockevents_notify_released() commentFrederic Weisbecker
2024-10-31kprobes: Use struct_size() in __get_insn_slot()Nathan Chancellor
2024-10-31kprobes: Cleanup collect_one_slot() and __disable_kprobe()Jinjie Ruan
2024-10-31kprobes: Cleanup the config commentJinjie Ruan
2024-10-30tracing: Replace multiple deprecated strncpy with memcpyJustin Stitt
2024-10-30tracing: Make percpu stack trace buffer invariant to PAGE_SIZERyan Roberts
2024-10-30ftrace: Show timings of how long nop patching tookSteven Rostedt
2024-10-30uprobes: SRCU-protect uretprobe lifetime (with timeout)Andrii Nakryiko
2024-10-30uprobes: allow put_uprobe() from non-sleepable softirq contextAndrii Nakryiko
2024-10-30sched/ext: Fix scx vs sched_delayedPeter Zijlstra
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao
2024-10-30bpf: Add bpf_mem_alloc_check_size() helperHou Tao
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao
2024-10-29bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman
2024-10-29Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds