summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-07-06cgroup/cpuset: Make nr_deadline_tasks an atomic_tWaiman Long
2026-07-06cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowedFarhad Alemi
2026-07-06workqueue: annotate racy sum_exec_runtime reads for CPU-intensive detectionBreno Leitao
2026-07-06tracing: Remove unused ret assignment in tracing_set_tracer()Wayen.Yan
2026-07-06PM: sleep: Fix off-by-one in wakelocks number limit checkHaowen Tu
2026-07-06tracing/osnoise: Call synchronize_rcu() when unregisteringCrystal Wood
2026-07-06ring-buffer: Fix event length with forced 8-byte alignmentHui Wang
2026-07-06tracing/synthetic: Free pending field on error pathYu Peng
2026-07-06clocksource: Remove unused WATCHDOG_INTERVAL_NS macroZhan Xusheng
2026-07-06hrtimer: Remove unused next_timer argument from __hrtimer_reprogram()Zhan Xusheng
2026-07-06timekeeping: Document monotonic raw timestamps in snapshots correctlyThomas Gleixner
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-07-05Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-07-05Merge tag 'locking-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-07-05futex: Remove unnecessary NULL check before kvfree()Vasileios Almpanis
2026-07-05posix-cpu-timers: Don't abuse lock_task_sighand() in handle_posix_cpu_timers()Oleg Nesterov
2026-07-05posix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc2Daniel Borkmann
2026-07-03uprobes/x86: Remove struct uprobe_trampoline objectJiri Olsa
2026-07-03Merge branch 'perf/urgent'Peter Zijlstra
2026-07-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-02futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on...Sebastian Andrzej Siewior
2026-07-02workqueue: annotate racy PWQ_STAT_CPU_TIME update in wq_worker_tick()Breno Leitao
2026-07-02tracing/probes: Support dumping fetcharg program for debugging dynamic eventsMasami Hiramatsu (Google)
2026-07-02tracing/probes: Allow eprobe to use variable without $ prefixMasami Hiramatsu (Google)
2026-07-02tracing/probes: ignore id update from btf_type_skip_modifiersMartin Kaiser
2026-07-02tracing/probes: Rename FETCH_OP_DATA to FETCH_OP_IMMSTRMasami Hiramatsu (Google)
2026-07-02tracing/probes: make file offset error message probe-agnosticYudistira Putra
2026-07-02tracing: trace_fprobe: fix typo in function nameMartin Kaiser
2026-07-02perf/core: Detach event groups during remove_on_execTaeyang Lee
2026-07-02sched/eevdf: Delayed dequeue task can't preemptVincent Guittot
2026-07-01sched_ext: Split sub-scheduler implementation into sub.cTejun Heo
2026-07-01sched_ext: Inline small ext.c helpers shared across the sub.c splitTejun Heo
2026-07-01sched_ext: Expose the ext.c internals used by the sub.c splitTejun Heo
2026-07-01sched_ext: Prefix file-local ext.c helpers exposed by the sub.c splitTejun Heo
2026-07-01sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo
2026-07-01bpf,lsm: Drop bpf_prog_free from sleepable_lsm_hooksSechang Lim
2026-07-01bpf: Use BPF_CALL_IMM macro consistently in bpf_do_misc_fixupsTiezhu Yang
2026-07-01bpf: Add tracing_multi link info supportJiri Olsa
2026-07-01workqueue: dump the last woken worker for stalled poolsBreno Leitao
2026-07-01kexec_file: skip checksum verification when safeMichal Clapinski
2026-07-01bpf: Prefer dirty packs for eBPF allocationsPawan Gupta
2026-07-01bpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta
2026-07-01bpf: Skip redundant IBPB in pack allocatorPawan Gupta
2026-07-01bpf: Restrict JIT predictor flush to cBPFPawan Gupta
2026-07-01bpf: Support for hardening against JIT sprayingPawan Gupta
2026-06-30Merge tag 'probes-fixes-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-30genirq: export irq_can_set_affinity() for module driversHangtian Zhu
2026-06-30audit: Fix data races of skb_queue_len() readers on audit_queueChi Wang
2026-06-30sched_ext: Parenthesize local SCX_EVENT defines to fix checkpatch errorCheng-Yang Chou