summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-30genirq: export irq_can_set_affinity() for module driversHangtian Zhu1-0/+1
2026-06-30audit: Fix data races of skb_queue_len() readers on audit_queueChi Wang1-5/+5
2026-06-30sched_ext: Parenthesize local SCX_EVENT defines to fix checkpatch errorCheng-Yang Chou1-2/+2
2026-06-30hrtimer: Remove unused clock_base_next_timer_safe()Zhan Xusheng1-7/+0
2026-06-30workqueue: trigger a single-CPU backtrace for stalled poolsBreno Leitao1-1/+13
2026-06-30workqueue: only show running workers in stall diagnosticsBreno Leitao1-4/+34
2026-06-30powerpc/kexec_file: Use crash_exclude_core_ranges() helperJinjie Ruan1-6/+13
2026-06-30crash: Add crash_prepare_headers() to exclude crash kernel memoryJinjie Ruan1-3/+79
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: Replace open-coded event lists with SCX_EVENTS_LISTCheng-Yang Chou2-51/+25
2026-06-30sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()Tejun Heo1-1/+6
2026-06-30sched/fair: Fix stale comments referring to removed CFS conceptsZhan Xusheng1-2/+5
2026-06-30perf/core: Check kernel access when kernel callchains are requestedDapeng Mi1-1/+3
2026-06-30perf/core: Fix kernel register info leak via hardware skidDapeng Mi1-7/+30
2026-06-30sched/debug: Remove unused schedstatsShrikanth Hegde1-3/+0
2026-06-30sched/psi: skip irqtime accounting when no new irq time has elapsedUsama Arif1-1/+1
2026-06-30sched/fair: Reflow sched_balance_rq()Peter Zijlstra2-68/+77
2026-06-30sched/fair: Simplify balance_interval reset logic in sched_balance_rq()Xin Zhao1-4/+2
2026-06-30sched/fair: Don't trigger active lb if src_rq->curr is not on_rqXin Zhao1-5/+14
2026-06-30sched/eevdf: Speedup short slice task schedulingVincent Guittot1-2/+69
2026-06-30sched/eevdf: Always update slice protectionVincent Guittot1-5/+6
2026-06-30sched/eevdf: Cancel slice protection if short slice task is eligibleVincent Guittot1-10/+12
2026-06-30sched/eevdf: Update slice protection even when resched is already setVincent Guittot1-1/+1
2026-06-30sched/eevdf: Take into account current's lag when updating slice protectionVincent Guittot1-1/+2
2026-06-30sched/fair: Set next buddy for preempt shortVincent Guittot1-1/+10
2026-06-30sched/fair: Remove unused arguments from set_preempt_buddy()K Prateek Nayak1-6/+2
2026-06-30sched/eevdf: Move to a single runqueuePeter Zijlstra (Intel)5-474/+373
2026-06-30sched/fair: Change the default cgroup_mode to concurPeter Zijlstra2-3/+3
2026-06-30sched/fair: Add cgroup_mode: tasksPeter Zijlstra2-0/+17
2026-06-30sched/fair: Add cgroup_mode: concurPeter Zijlstra3-7/+40
2026-06-30sched/fair: Add cgroup_mode: maxPeter Zijlstra3-5/+70
2026-06-30sched/fair: Add cgroup_mode: upPeter Zijlstra3-3/+34
2026-06-30sched/fair: Add cgroup_mode switchPeter Zijlstra1-0/+74
2026-06-30sched/fair: Fix overflow in update_tg_cfs_runnable()Chen, Yu C1-2/+3
2026-06-30sched/core: Fix inter-class wakeup_preempt()Peter Zijlstra3-4/+8
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-29workqueue: defer the worker wakeup outside pool->lock in process_one_work()Breno Leitao1-1/+10
2026-06-29workqueue: defer the worker wakeup outside pool->lock in __queue_work()Breno Leitao1-1/+4