aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-03bpf: Tighten tail call checks for lingering locks, RCU, preempt_disableKumar Kartikeya Dwivedi1-0/+15
2024-11-03rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks()Paul E. McKenney1-7/+11
2024-11-03Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2024-11-03Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-22/+69
2024-11-03Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-11-03Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-11-03css_set_fork(): switch to CLASS(fd_raw, ...)Al Viro1-8/+4
2024-11-03fdget(), more trivial conversionsAl Viro4-48/+23
2024-11-03fdget(), trivial conversionsAl Viro5-31/+16
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro1-6/+3
2024-11-03get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)Al Viro1-33/+16
2024-11-03regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()Al Viro1-1/+3
2024-11-02timekeeping: Always check for negative motionThomas Gleixner2-12/+0
2024-11-02timekeeping: Remove CONFIG_DEBUG_TIMEKEEPINGThomas Gleixner1-105/+3
2024-11-02kdb: Fix breakpoint enable to be silent if already enabledNir Lichtman1-2/+4
2024-11-02kdb: Remove fallback interpretation of arbitrary numbers as hexNir Lichtman1-12/+4
2024-11-02trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdumpYuran Pereira1-8/+5
2024-11-02kdb: Replace the use of simple_strto with safer kstrto in kdb_mainYuran Pereira1-48/+21
2024-11-01bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF linksAndrii Nakryiko1-2/+4
2024-11-01bpf: decouple BPF link/attach hook and BPF program sleepable semanticsAndrii Nakryiko1-11/+28
2024-11-01bpf: put bpf_link's program when link is safe to be deallocatedAndrii Nakryiko1-5/+17
2024-11-01tracing: Replace strncpy() with strscpy() when copying commJinjie Ruan3-4/+4
2024-11-01tracing: Fix syscall tracepoint use-after-freeMathieu Desnoyers1-4/+7
2024-11-01tracing: Introduce tracepoint extended structureMathieu Desnoyers1-5/+4
2024-11-01tracing: Remove TRACE_FLAG_IRQS_NOSUPPORTSebastian Andrzej Siewior1-1/+0
2024-11-01bpf: Add open coded version of kmem_cache iteratorNamhyung Kim2-44/+110
2024-11-01tracing: Document tracefs gid mount optionKalesh Singh1-0/+4
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-116/+171
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-27/+66
2024-10-31arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernateDavid Woodhouse1-1/+4
2024-10-31timers: Add missing READ_ONCE() in __run_timer_base()Thomas Gleixner1-1/+2
2024-10-31tick: Remove now unneeded low-res tick stop on CPUHP_AP_TICK_DYINGFrederic Weisbecker1-19/+6
2024-10-31clockevents: Shutdown and unregister current clockevents at CPUHP_AP_TICK_DYINGFrederic Weisbecker3-23/+12
2024-10-31clockevents: Improve clockevents_notify_released() commentFrederic Weisbecker1-2/+10
2024-10-31kprobes: Use struct_size() in __get_insn_slot()Nathan Chancellor1-5/+1
2024-10-31kprobes: Cleanup collect_one_slot() and __disable_kprobe()Jinjie Ruan1-39/+40
2024-10-31kprobes: Cleanup the config commentJinjie Ruan1-3/+3
2024-10-30tracing: Replace multiple deprecated strncpy with memcpyJustin Stitt1-4/+4
2024-10-30tracing: Make percpu stack trace buffer invariant to PAGE_SIZERyan Roberts1-1/+1
2024-10-30ftrace: Show timings of how long nop patching tookSteven Rostedt3-7/+21
2024-10-30uprobes: SRCU-protect uretprobe lifetime (with timeout)Andrii Nakryiko1-35/+252
2024-10-30uprobes: allow put_uprobe() from non-sleepable softirq contextAndrii Nakryiko1-4/+16
2024-10-30sched/ext: Fix scx vs sched_delayedPeter Zijlstra1-2/+12
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao1-3/+30
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao1-1/+9
2024-10-30bpf: Add bpf_mem_alloc_check_size() helperHou Tao1-1/+13
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao1-6/+5
2024-10-29bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman1-12/+2
2024-10-29Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+20
2024-10-29Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-12/+17