aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-21tracing/probes: Remove redundant boolean conversion in trace_probe_has_single_file()Masami Hiramatsu (Google)1-1/+1
2026-07-21tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definitionMasami Hiramatsu (Google)1-1/+0
2026-07-21tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)1-1/+2
2026-07-21tracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)1-1/+1
2026-07-21tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)1-1/+1
2026-07-21tracing/probes: Avoid temporary buffer truncation in trace_probe_match_command_args()Masami Hiramatsu (Google)1-4/+5
2026-07-20entry: Rework trace_syscall_enter()Thomas Gleixner1-7/+2
2026-07-20entry: Rework syscall_audit_enter()Thomas Gleixner1-0/+12
2026-07-20kcsan: avoid unintended access checking in NMIsMarco Elver1-2/+10
2026-07-20timers/migration: Fix bad line kernel-doc warning in struct tmigr_cpuBabanpreet Singh1-1/+1
2026-07-20rv: Simplify hybrid automata monitors's clock variablesNam Cao2-17/+3
2026-07-20genirq/msi: Move misplaced EXPORT_SYMBOL_GPL for msi_domain_free_irqs_all()Li RongQing1-1/+1
2026-07-19sched_ext: Rename the cid-form cgroup ops to cpuctl_*Tejun Heo2-31/+30
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo3-13/+237
2026-07-19sched_ext: Deliver cgroup ops to each task_group's schedTejun Heo2-47/+144
2026-07-19sched_ext: Re-home tasks on cgroup migrationTejun Heo3-15/+152
2026-07-19sched_ext: Relocate scx_cgroup_enabledTejun Heo2-6/+13
2026-07-19sched_ext: Factor out scx_rehome_task() and scx_punt_task()Tejun Heo1-28/+56
2026-07-19cgroup: Add cgroup_task_notifier and task migration eventsTejun Heo1-9/+84
2026-07-19bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insnLeon Hwang1-0/+5
2026-07-19bpf: Disallow interpreter fallback for gotox insnLeon Hwang1-0/+1
2026-07-19bpf: Disallow interpreter fallback for arena-related insnsLeon Hwang1-0/+1
2026-07-19bpf: Reject arena frees below the arena baseYiyang Chen1-0/+2
2026-07-19bpf: Add memory usage for arenaJiayuan Chen1-2/+8
2026-07-19bpf: Pass arena instead of scratch_page to the pte callbacksJiayuan Chen1-9/+8
2026-07-17Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo2-9/+49
2026-07-17sched_ext: Don't enable non-ext tasks in the sub-sched task loopsTejun Heo1-5/+16
2026-07-17sched_ext: Skip sub-disable teardown for never-linked sub-schedulersTejun Heo1-2/+12
2026-07-17sched_ext: Take cgroup_lock() first in scx_cgroup_lock()Tejun Heo1-2/+7
2026-07-17sched_ext: Reject setting disallow from init_task outside the enable pathTejun Heo1-0/+3
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi20-206/+463
2026-07-17bpf: Zero kfunc arg meta before error paths can read itAmery Hung1-1/+2
2026-07-17bpf: Disable raw mode for bloom filter map_peekAmery Hung1-0/+9
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-25/+101
2026-07-17printk: Handle pre-enabled consoles in the top-level register_console()Petr Mladek1-11/+8
2026-07-17dma/swiotlb: introduce Kconfig option for compile-time default pool sizeJagadeesh Pagadala1-0/+22
2026-07-16bpf: Reject callback subprogs invoke tailcallPu Lehui1-6/+2
2026-07-16bpf: Sync tail_call_reachable with callee state on entryPu Lehui1-2/+2
2026-07-16bpf: Fix tracing of kfuncs with implicit argsIhor Solodrai2-13/+82
2026-07-16cgroup/cpuset: Handle the special case of non-moving tasks in cpuset_can_attach()Waiman Long1-11/+23
2026-07-16cgroup/cpuset: Support multiple destination cpusets for cpuset_*attach()Waiman Long1-43/+56
2026-07-16scftorture: Remove preempt_disable() in scftorture_invoke_one()Chuyi Zhou1-9/+4
2026-07-16smp: Remove preempt_disable() from on_each_cpu_cond_mask()Chuyi Zhou1-6/+6
2026-07-16smp: Remove preempt_disable() from smp_call_function()Chuyi Zhou1-7/+6
2026-07-16smp: Enable preemption early in smp_call_function_many_cond()Chuyi Zhou1-10/+18
2026-07-16smp: Alloc percpu csd data in smpcfd_prepare_cpu() only onceChuyi Zhou1-2/+8
2026-07-16smp: Use task-local IPI cpumask in smp_call_function_many_cond()Chuyi Zhou2-9/+71
2026-07-16smp: Refactor remote CPU selection in smp_call_function_any()Chuyi Zhou2-28/+31
2026-07-16smp: Enable preemption early in smp_call_function_single()Chuyi Zhou1-2/+7
2026-07-16smp: Disable preemption explicitly in __csd_lock_wait()Chuyi Zhou1-0/+2