summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-11-05sched: Add TIF_NEED_RESCHED_LAZY infrastructurePeter Zijlstra-16/+24
2024-11-05sched/ext: Remove sched_fork() hackThomas Gleixner-6/+1
2024-11-05sched: Initialize idle tasks only onceThomas Gleixner-7/+5
2024-11-05seqlock, treewide: Switch to non-raw seqcount_latch interfaceMarco Elver-14/+19
2024-11-05time/sched_clock: Broaden sched_clock()'s instrumentation coverageMarco Elver-2/+14
2024-11-05time/sched_clock: Swap update_clock_read_data() latch writesMarco Elver-3/+3
2024-11-04PM: EM: Add min/max available performance state limitsLukasz Luba-0/+52
2024-11-04bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi-8/+76
2024-11-03bpf: Unify resource leak checksKumar Kartikeya Dwivedi-56/+34
2024-11-03bpf: Tighten tail call checks for lingering locks, RCU, preempt_disableKumar Kartikeya Dwivedi-0/+15
2024-11-03rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks()Paul E. McKenney-7/+11
2024-11-03Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2024-11-03Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-22/+69
2024-11-03Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-11-03Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-11-03css_set_fork(): switch to CLASS(fd_raw, ...)Al Viro-8/+4
2024-11-03fdget(), more trivial conversionsAl Viro-48/+23
2024-11-03fdget(), trivial conversionsAl Viro-31/+16
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro-6/+3
2024-11-03get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)Al Viro-33/+16
2024-11-03regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()Al Viro-1/+3
2024-11-02timekeeping: Always check for negative motionThomas Gleixner-12/+0
2024-11-02timekeeping: Remove CONFIG_DEBUG_TIMEKEEPINGThomas Gleixner-105/+3
2024-11-02kdb: Fix breakpoint enable to be silent if already enabledNir Lichtman-2/+4
2024-11-02kdb: Remove fallback interpretation of arbitrary numbers as hexNir Lichtman-12/+4
2024-11-02trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdumpYuran Pereira-8/+5
2024-11-02kdb: Replace the use of simple_strto with safer kstrto in kdb_mainYuran Pereira-48/+21
2024-11-01bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF linksAndrii Nakryiko-2/+4
2024-11-01bpf: decouple BPF link/attach hook and BPF program sleepable semanticsAndrii Nakryiko-11/+28
2024-11-01bpf: put bpf_link's program when link is safe to be deallocatedAndrii Nakryiko-5/+17
2024-11-01tracing: Replace strncpy() with strscpy() when copying commJinjie Ruan-4/+4
2024-11-01tracing: Fix syscall tracepoint use-after-freeMathieu Desnoyers-4/+7
2024-11-01tracing: Introduce tracepoint extended structureMathieu Desnoyers-5/+4
2024-11-01tracing: Remove TRACE_FLAG_IRQS_NOSUPPORTSebastian Andrzej Siewior-1/+0
2024-11-01bpf: Add open coded version of kmem_cache iteratorNamhyung Kim-44/+110
2024-11-01tracing: Document tracefs gid mount optionKalesh Singh-0/+4
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-116/+171
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-27/+66
2024-10-31arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernateDavid Woodhouse-1/+4
2024-10-31timers: Add missing READ_ONCE() in __run_timer_base()Thomas Gleixner-1/+2
2024-10-31tick: Remove now unneeded low-res tick stop on CPUHP_AP_TICK_DYINGFrederic Weisbecker-19/+6
2024-10-31clockevents: Shutdown and unregister current clockevents at CPUHP_AP_TICK_DYINGFrederic Weisbecker-23/+12
2024-10-31clockevents: Improve clockevents_notify_released() commentFrederic Weisbecker-2/+10
2024-10-31kprobes: Use struct_size() in __get_insn_slot()Nathan Chancellor-5/+1
2024-10-31kprobes: Cleanup collect_one_slot() and __disable_kprobe()Jinjie Ruan-39/+40
2024-10-31kprobes: Cleanup the config commentJinjie Ruan-3/+3
2024-10-30tracing: Replace multiple deprecated strncpy with memcpyJustin Stitt-4/+4
2024-10-30tracing: Make percpu stack trace buffer invariant to PAGE_SIZERyan Roberts-1/+1
2024-10-30ftrace: Show timings of how long nop patching tookSteven Rostedt-7/+21
2024-10-30uprobes: SRCU-protect uretprobe lifetime (with timeout)Andrii Nakryiko-35/+252