summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-07-22bpf: alloc_prog_pack(): Skip ROX management for already ROX memoryMike Rapoport (Microsoft)
2026-07-22bpf: Drop __weak from bpf_jit_alloc_exec() and bpf_jit_free_exec()Mike Rapoport (Microsoft)
2026-07-22bpf: dispatcher: Allocate bpf_dispatcher->rw_image with vzalloc()Mike Rapoport (Microsoft)
2026-07-22PM: hibernate: Use %pe to print error pointer valuesRonan Marchal
2026-07-22cpufreq: schedutil: Replace sprintf() with sysfs_emit() in sysfs showZhongqiu Han
2026-07-22cpufreq: schedutil: Publish util hooks only after all sg_cpu are initializedZhongqiu Han
2026-07-22PM: hibernate: Remove kernel-doc markings from helper descriptionsAdi Nata
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo
2026-07-21sched_ext: Drop unused scx_cpumask_to_cmask()Tejun Heo
2026-07-21sched_ext: Skip the default CPU selection while bypassingTejun Heo
2026-07-21sched_ext: Blame the DSQ's owning scheduler for a runnable stallTejun Heo
2026-07-21bpf: Mark bpf_refcount field as uniqueKumar Kartikeya Dwivedi
2026-07-21bpf: Preserve unique-field state across nested structsKumar Kartikeya Dwivedi
2026-07-21bpf: Fix offset warn check for bpf_res_spin_lockKumar Kartikeya Dwivedi
2026-07-21bpf: Zero queue and stack outputs on lock failureKumar Kartikeya Dwivedi
2026-07-21cgroup/dmem: accept only one region per limit writeEric Chanudet
2026-07-21tracing/probes: Fix extra whitespace in trace_probe_kernel.hMasami Hiramatsu (Google)
2026-07-21tracing/kprobe: Remove redundant memset in kprobe_perf_func()Masami Hiramatsu (Google)
2026-07-21tracing/fprobe: Remove redundant memset in fentry_perf_func()Masami Hiramatsu (Google)
2026-07-21tracing/fprobe: Remove redundant snprintf in trace_fprobe_match_command_head()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Simplify BTF_KIND_PTR case in fetch_type_from_btf_type()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Cleanup pointer arithmetic in store_trace_entry_data()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Remove unused parameter from parse_probe_var_retval()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Remove redundant bounds check in trace_probe_compare_arg_type()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Remove redundant boolean conversion in trace_probe_has_single...Masami Hiramatsu (Google)
2026-07-21tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definitionMasami Hiramatsu (Google)
2026-07-21tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)
2026-07-21tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)
2026-07-20entry: Rework trace_syscall_enter()Thomas Gleixner
2026-07-20entry: Rework syscall_audit_enter()Thomas Gleixner
2026-07-20kcsan: avoid unintended access checking in NMIsMarco Elver
2026-07-20timers/migration: Fix bad line kernel-doc warning in struct tmigr_cpuBabanpreet Singh
2026-07-20rv: Simplify hybrid automata monitors's clock variablesNam Cao
2026-07-20genirq/msi: Move misplaced EXPORT_SYMBOL_GPL for msi_domain_free_irqs_all()Li RongQing
2026-07-19sched_ext: Rename the cid-form cgroup ops to cpuctl_*Tejun Heo
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo
2026-07-19sched_ext: Deliver cgroup ops to each task_group's schedTejun Heo
2026-07-19sched_ext: Re-home tasks on cgroup migrationTejun Heo
2026-07-19sched_ext: Relocate scx_cgroup_enabledTejun Heo
2026-07-19sched_ext: Factor out scx_rehome_task() and scx_punt_task()Tejun Heo
2026-07-19cgroup: Add cgroup_task_notifier and task migration eventsTejun Heo
2026-07-19bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insnLeon Hwang
2026-07-19bpf: Disallow interpreter fallback for gotox insnLeon Hwang
2026-07-19bpf: Disallow interpreter fallback for arena-related insnsLeon Hwang
2026-07-19bpf: Reject arena frees below the arena baseYiyang Chen
2026-07-19bpf: Add memory usage for arenaJiayuan Chen
2026-07-19bpf: Pass arena instead of scratch_page to the pte callbacksJiayuan Chen
2026-07-17Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo