aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2026-07-13sched_ext: Add per-shard cap delegation for sub-schedulersTejun Heo4-15/+462
2026-07-13sched_ext: Stop resolving a disabled scheduler's programsTejun Heo3-4/+32
2026-07-13sched_ext: Add scx_skip_subtree_pre()Tejun Heo2-9/+30
2026-07-13sched_ext: RCU-protect the sub-sched tree's children/sibling listsTejun Heo3-9/+24
2026-07-13sched_ext: Build the set_cmask scratch from trusted geometryTejun Heo3-4/+81
2026-07-13sched_ext: Add scx_cmask_ref for validated arena cmask accessTejun Heo3-1/+178
2026-07-13sched_ext: Add per-shard scx_sched storage scaffoldingTejun Heo4-0/+84
2026-07-13sched_ext: Defer scx_sched kobj sysfs add into the enable workfnsTejun Heo3-29/+53
2026-07-13sched_ext: Add shard boundaries to scx_bpf_cid_override()Tejun Heo1-17/+137
2026-07-13sched_ext: Add CID shardingTejun Heo5-12/+176