summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde7-59/+5
2026-05-19sched/fair: Update util_est after updating util_avg during dequeueVincent Guittot1-96/+92
2026-05-19sched/clock: Provide !HAVE_UNSTABLE_SCHED_CLOCK stub for sched_clock_stable()Yiyang Chen1-7/+0
2026-05-19sched/cputime: Drop now-stale mul_u64_u64_div_u64() over-approximation guardNicolas Pitre1-6/+0
2026-05-19sched/deadline: Fix replenishment logic for non-deferred serversYuri Andriaccio1-2/+6
2026-05-19sched/rt: Update default bandwidth for real-time tasks to ONEYuri Andriaccio1-2/+2
2026-05-19pidfd: refuse access to tasks that have started exiting harderChristian Brauner1-3/+5
2026-05-18bpf: Check tail zero of bpf_common_attr using offsetofendLeon Hwang1-1/+3
2026-05-18sched/cache: Fix stale preferred_llc for a new taskChen Yu1-0/+5
2026-05-18sched/cache: Fix has_multi_llcs iff at least one partition has multiple LLCsChen Yu1-16/+53
2026-05-18sched/cache: Fix cache aware scheduling enabling for multi LLCs systemChen Yu1-3/+36
2026-05-18sched/cache: Fix race condition during sched domain rebuildChen Yu3-29/+20
2026-05-18sched/cache: Fix checking active load balance by only considering the CFS taskChen Yu1-2/+3
2026-05-18sched/cache: Fix unpaired account_llc_enqueue/dequeueChen Yu1-3/+28
2026-05-18sched/cache: Annotate lockless accesses to mm->sc_stat.cpuChen Yu1-14/+15
2026-05-18sched/cache: Fix potential NULL mm pointer accessChen Yu1-2/+3
2026-05-18sched/cache: Fix rcu warning when accessing sd_llc domainChen Yu1-1/+1
2026-05-18sched/cache: Add user control to adjust the aggressiveness of cache-aware sch...Chen Yu3-8/+75
2026-05-18sched/cache: Avoid cache-aware scheduling for memory-heavy processesChen Yu2-3/+88
2026-05-18sched/cache: Calculate the LLC size and store it in sched_domainChen Yu1-3/+95
2026-05-18sched/cache: Skip cache-aware scheduling for single-threaded processesChen Yu1-4/+16
2026-05-18sched/cache: Disable cache aware scheduling for processes with high thread co...Chen Yu1-5/+43
2026-05-18sched/cache: Allow only 1 thread of the process to calculate the LLC occupancyJianyong Wu1-0/+11
2026-05-18cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-10/+20
2026-05-18srcu: Don't queue workqueue handlers to never-online CPUsPaul E. McKenney1-6/+6
2026-05-18cgroup/rdma: Drop unnecessary READ_ONCE() on event countersTao Cui1-8/+8
2026-05-18clocksource: Add devm_clocksource_register_*() helpersDaniel Lezcano1-0/+20
2026-05-18dma-mapping: move dma_map_resource() sanity check into debug codeJianpeng Chang2-5/+8
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song2-1/+2
2026-05-17Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo1-15/+29
2026-05-17sched_ext: Fix deadlock between scx_root_disable() and concurrent forksTejun Heo1-1/+21
2026-05-17Merge tag 'trace-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+4
2026-05-17bpf: Check global subprog exception pathsKumar Kartikeya Dwivedi2-7/+29
2026-05-17Merge tag 'irq-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+14
2026-05-16bpf: Clean up redundant stack arg checks for non-JITed programsYonghong Song2-2/+2
2026-05-16bpf: Fix arg_track_join log to use sa prefix for stack arg slotsYonghong Song1-1/+3
2026-05-16bpf: Validate outgoing stack args when btf_prepare_func_args failsYonghong Song1-2/+8
2026-05-16tracing: Fix desc in error path for the trace remote test moduleVincent Donnefort1-2/+2
2026-05-15ring-buffer remote: Avoid unexpected symbol warnings (arm, s390)Arnd Bergmann1-2/+2
2026-05-15cgroup: Defer kill_css_finish() in cgroup_apply_control_disable()Tejun Heo1-2/+3
2026-05-15cgroup: Add per-subsys-css kill_css_finish deferralTejun Heo1-40/+43
2026-05-15cgroup: Move populated counters to cgroup_subsys_stateTejun Heo1-38/+53
2026-05-15cgroup: Annotate unlocked nr_populated_* accesses with READ_ONCE/WRITE_ONCETejun Heo1-4/+7
2026-05-15cgroup: Inline cgroup_has_tasks() in cgroup.hTejun Heo3-7/+2
2026-05-15bpf: make bpf_session_is_return() reference optionalArnd Bergmann1-0/+4
2026-05-14cgroup/rdma: add rdma.events.local for per-cgroup allocation failure attributionTao Cui1-36/+107
2026-05-14cgroup/rdma: add rdma.events to track resource limit exhaustionTao Cui1-2/+70
2026-05-14cgroup/rdma: add rdma.peak for per-device peak usage trackingTao Cui1-0/+40
2026-05-14bug/kunit: Core support for suppressing warning backtracesAlessandro Carminati1-0/+11
2026-05-14Merge tag 'audit-pr-20260513' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+5