aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-07tracing/synthetic: Free type string on error pathYu Peng1-1/+3
2026-07-07tracing/user_events: Fix use-after-free in user_event_mm_dup()Michael Bommarito1-7/+32
2026-07-07tracing: Add a no-rcu-check version of trace_##event##_enabled()Steven Rostedt1-1/+1
2026-07-07tracing: Prevent out-of-bounds read in glob matchingHuihui Huang1-4/+2
2026-07-07tracing: Fix NULL pointer dereference in func_set_flag()Yuanhe Shu1-4/+4
2026-07-07tracing: Make tracepoint_printk static as not exportedBen Dooks1-1/+1
2026-07-07ring-buffer: Fix ring_buffer_read_page() copying only one event per pageDavid Carlier1-1/+1
2026-07-06cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowedFarhad Alemi1-1/+6
2026-07-06tracing: Remove unused ret assignment in tracing_set_tracer()Wayen.Yan1-1/+0
2026-07-06tracing/osnoise: Call synchronize_rcu() when unregisteringCrystal Wood1-1/+3
2026-07-06ring-buffer: Fix event length with forced 8-byte alignmentHui Wang1-1/+2
2026-07-06tracing/synthetic: Free pending field on error pathYu Peng1-2/+4
2026-07-05Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+9
2026-07-05Merge tag 'locking-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+0
2026-07-05posix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner3-60/+130
2026-07-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-23/+104
2026-07-02futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on...Sebastian Andrzej Siewior1-6/+0
2026-07-02perf/core: Detach event groups during remove_on_execTaeyang Lee1-8/+9
2026-07-01bpf: Prefer dirty packs for eBPF allocationsPawan Gupta1-3/+3
2026-07-01bpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta1-3/+24
2026-07-01bpf: Skip redundant IBPB in pack allocatorPawan Gupta1-1/+14
2026-07-01bpf: Restrict JIT predictor flush to cBPFPawan Gupta2-6/+9
2026-07-01bpf: Support for hardening against JIT sprayingPawan Gupta1-0/+19
2026-06-30Merge tag 'probes-fixes-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-8/+21
2026-06-30audit: Fix data races of skb_queue_len() readers on audit_queueChi Wang1-5/+5
2026-06-30tracing/probes: Make the $ prefix mandatory for comm accessMasami Hiramatsu (Google)1-5/+7
2026-06-30tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()Sechang Lim1-0/+10
2026-06-30tracing/probes: Fix double addition of offset for @+FOFFSETMasami Hiramatsu (Google)1-0/+1
2026-06-30tracing: eprobe: read the complete FILTER_PTR_STRING pointerMartin Kaiser1-1/+1
2026-06-30tracing/probes: Remove WARN_ON_ONCE from parse_btf_argMasami Hiramatsu (Google)1-1/+1
2026-06-30bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+9
2026-06-30sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()Tejun Heo1-1/+6
2026-06-29bpf,fork: wipe ->bpf_storage before bailouts that access itJann Horn1-4/+5
2026-06-29sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetimeTejun Heo1-2/+11
2026-06-26Merge tag 'pm-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
2026-06-25bpf: Fix insn_aux_data leak on verifier err_free_env pathKaFai Wan1-1/+1
2026-06-25bpf: Mask pseudo pointer values in verifier logsNuoqi Gui1-1/+4
2026-06-25bpf: Reject offset refcount acquire argumentsYiyang Chen1-10/+22
2026-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds8-198/+339
2026-06-25Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+9
2026-06-25tracing: probes: fix typo in a log messageMartin Kaiser1-1/+1
2026-06-24sched_ext: Annotate ksyncs with __rcu in alloc/free_kick_syncs()Tejun Heo1-2/+2
2026-06-24sched_ext: Check remote rq eligibility under task's rq lockKuba Piecuch2-18/+29
2026-06-24sched_ext: Reset dsq_vtime and slice when a task leaves SCXAndrea Righi1-0/+7
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-06-24sched_ext: Avoid flooding the log with deprecation warningsBreno Leitao1-2/+2
2026-06-23Merge tag 'timers-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+7
2026-06-23Merge tag 'smp-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+8
2026-06-23Merge tag 'perf-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2026-06-23Merge tag 'locking-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+24