aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-16liveupdate: fix GET_NAME ioctl argument validationJackie Liu1-1/+1
2026-07-15sched_ext: Add the scx_has_subs static key and gate sub-sched hot pathsTejun Heo5-4/+65
2026-07-15sched_ext: Gate sub_dispatch_prev with CONFIG_EXT_SUB_SCHEDTejun Heo2-10/+12
2026-07-15sched_ext: Move scx_dispatch_sched() to a new inlines.hTejun Heo5-110/+128
2026-07-15sched_ext: Remove queued ecaps syncs directly on sched teardownTejun Heo2-26/+43
2026-07-15srcu: expose srcu_readers_active()Onur Özkan2-26/+1
2026-07-15srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()Onur Özkan2-11/+12
2026-07-15rcutorture: Abstract reader-segment dump into rcu_torture_dump_read_segs()Paul E. McKenney1-72/+76
2026-07-15rcu-tasks: TASKS_TRACE_RCU doesn't need IRQ_WORKPaul E. McKenney1-1/+0
2026-07-15cpufreq: schedutil: Fix self-contradictory comment in sugov_iowait_apply()Zhongqiu Han1-1/+1
2026-07-15cpufreq: intel_pstate: Adjust the .adjust_perf() driver callbackRafael J. Wysocki1-1/+3
2026-07-15sched/psi: Shut down rtpoll_timer in psi_cgroup_free()Tejun Heo1-0/+6
2026-07-15sched/psi: Create the psimon kthread outside of cgroup_mutexTejun Heo2-17/+75
2026-07-15bpf: Reject negative const offsets for buffer pointersSun Jian1-12/+19
2026-07-15bpf: Unify helper and kfunc call argument metaAmery Hung2-57/+39
2026-07-15bpf: Drop redundant pkt_access from bpf_call_arg_metaAmery Hung1-6/+4
2026-07-15bpf: Unify helper and kfunc allocation-size argument handlingAmery Hung1-40/+47
2026-07-15bpf: Pass argno to callees in check_func_arg() instead of argno_from_reg(regno)Amery Hung1-19/+17
2026-07-15bpf: Factor out raw_mode-related fields in bpf_call_arg_metaAmery Hung1-31/+27
2026-07-15bpf: Remove dynptr check in check_stack_range_initialized()Amery Hung1-25/+0
2026-07-15liveupdate: Remove redundant INIT_LIST_HEAD in luo_session_allocHongfu Li1-1/+0
2026-07-14tracing/probes: Eliminate recursion in parse_probe_arg()Masami Hiramatsu2-133/+236
2026-07-14tracing/probes: Extend max length of argument stringMasami Hiramatsu4-4/+5
2026-07-14tracing/probes: Sort ERRORS list in trace_probe.h alphabeticallyMasami Hiramatsu1-80/+80
2026-07-14tracing/probes: Refactor parse_probe_arg()Masami Hiramatsu1-126/+174
2026-07-14tracing/probes: Refactor parse_probe_vars()Masami Hiramatsu1-97/+140
2026-07-14tracing: fprobe: Remove __packed from generic __fprobe_headerMarkus Schneider-Pargmann (The Capable Hub)1-1/+1
2026-07-14tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetchargMasami Hiramatsu (Google)4-45/+134
2026-07-14tracing/probes: Add $current variable supportMasami Hiramatsu (Google)4-3/+42
2026-07-14tracing/probes: Support field specifier option for typecastMasami Hiramatsu (Google)3-57/+121
2026-07-14tracing/probes: Type casting always involves nested callsMasami Hiramatsu (Google)2-51/+74
2026-07-14tracing/probes: Support nested typecastMasami Hiramatsu (Google)3-9/+82
2026-07-14tracing/probes: Support typecast for various probe eventsMasami Hiramatsu (Google)3-7/+23
2026-07-13sched_ext: Add scx_bpf_sub_kill() to evict a child sub-schedulerTejun Heo3-12/+84
2026-07-13sched_ext: Replay ecaps notifications suppressed by bypassTejun Heo3-1/+40
2026-07-13sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed schedsTejun Heo6-29/+133
2026-07-13sched_ext: Authorize remote-move inserts against the placing schedulerTejun Heo3-15/+25
2026-07-13sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPTTejun Heo4-15/+77
2026-07-13sched_ext: Add the SCX_CAP_ENQ capTejun Heo3-5/+22
2026-07-13sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task sliceTejun Heo3-12/+218
2026-07-13sched_ext: Track the cpu a task is runnable onTejun Heo1-0/+9
2026-07-13sched_ext: Route task slice writes through set_task_slice()Tejun Heo1-13/+19
2026-07-13sched_ext: Assign a unique id to each scheduler instanceTejun Heo2-0/+7
2026-07-13sched_ext: Add the SCX_CAP_ENQ_IMMED capTejun Heo4-6/+19
2026-07-13sched_ext: Add SCX_ENQ_IGNORE_CAPS for in-place restoreTejun Heo3-2/+9
2026-07-13sched_ext: Add reject DSQ for cap-rejected dispatchesTejun Heo5-9/+231
2026-07-13sched_ext: Generalize local-DSQ handling to rq-owned DSQsTejun Heo1-12/+22
2026-07-13sched_ext: Add sub_ecaps_updated() effective-cap change notifierTejun Heo4-15/+154
2026-07-13sched_ext: Maintain per-cpu effective cap copies for single-read checksTejun Heo5-3/+180
2026-07-13sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulersTejun Heo4-9/+254