summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2026-06-30hrtimer: Remove unused clock_base_next_timer_safe()Zhan Xusheng
2026-06-30workqueue: trigger a single-CPU backtrace for stalled poolsBreno Leitao
2026-06-30workqueue: only show running workers in stall diagnosticsBreno Leitao
2026-06-30powerpc/kexec_file: Use crash_exclude_core_ranges() helperJinjie Ruan
2026-06-30crash: Add crash_prepare_headers() to exclude crash kernel memoryJinjie Ruan
2026-06-30tracing/probes: Make the $ prefix mandatory for comm accessMasami Hiramatsu (Google)
2026-06-30tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()Sechang Lim
2026-06-30tracing/probes: Fix double addition of offset for @+FOFFSETMasami Hiramatsu (Google)
2026-06-30tracing: eprobe: read the complete FILTER_PTR_STRING pointerMartin Kaiser
2026-06-30tracing/probes: Remove WARN_ON_ONCE from parse_btf_argMasami Hiramatsu (Google)
2026-06-30bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
2026-06-30sched_ext: Replace open-coded event lists with SCX_EVENTS_LISTCheng-Yang Chou
2026-06-30sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()Tejun Heo
2026-06-30sched/fair: Fix stale comments referring to removed CFS conceptsZhan Xusheng
2026-06-30perf/core: Check kernel access when kernel callchains are requestedDapeng Mi
2026-06-30perf/core: Fix kernel register info leak via hardware skidDapeng Mi
2026-06-30sched/debug: Remove unused schedstatsShrikanth Hegde
2026-06-30sched/psi: skip irqtime accounting when no new irq time has elapsedUsama Arif
2026-06-30sched/fair: Reflow sched_balance_rq()Peter Zijlstra
2026-06-30sched/fair: Simplify balance_interval reset logic in sched_balance_rq()Xin Zhao
2026-06-30sched/fair: Don't trigger active lb if src_rq->curr is not on_rqXin Zhao
2026-06-30sched/eevdf: Speedup short slice task schedulingVincent Guittot