aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-05-21sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()Samuele Mariotti1-2/+15
2026-05-21tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)1-4/+13
2026-05-21tracing: Create output file from cmd_check_undefinedThomas Weißschuh1-1/+2
2026-05-21tracing: Fix unload_page for simple_ring_buffer init rollbackVincent Donnefort1-1/+1
2026-05-21tracing: Fix nr_subbufs initialization in simple_ring_buffer_init_mm()David Carlier1-1/+1
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+22
2026-05-21ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt1-5/+3
2026-05-21bpf: add bpf_list_is_first/last/empty kfuncsKaitao Cheng2-2/+53
2026-05-21bpf: Add bpf_list_add to insert node after a given list nodeKaitao Cheng2-3/+20
2026-05-21bpf: refactor __bpf_list_add to take insertion point via **prev_ptrKaitao Cheng1-10/+26
2026-05-21bpf: Introduce the bpf_list_del kfunc.Kaitao Cheng2-1/+15
2026-05-21bpf: allow non-owning list-node args via __nonown_allowedKaitao Cheng1-0/+13
2026-05-21bpf: clear list node owner and unlink before dropKaitao Cheng1-8/+19
2026-05-21bpf: refactor __bpf_list_del to take list node pointerKaitao Cheng1-8/+15
2026-05-20sched_ext: Add cmask mask opsTejun Heo2-0/+279
2026-05-20sched_ext: Track bits[] storage size in struct scx_cmaskTejun Heo3-15/+156
2026-05-20sched_ext: Rename scx_cmask.nr_bits to nr_cidsTejun Heo2-10/+10
2026-05-20tracing/osnoise: Dump stack on timerlat uret threshold eventCrystal Wood1-2/+5
2026-05-20PM: hibernate: call preallocate_image() after freeze prepareMatthew Leach1-37/+9
2026-05-20tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier1-4/+2
2026-05-20cgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li1-4/+3
2026-05-20Merge tag 'rcu-fixes.v7.1-20260519a' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linuxLinus Torvalds1-6/+6
2026-05-20bpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh1-0/+5
2026-05-19locking/rtmutex: Annotate API and implementationBart Van Assche2-3/+32
2026-05-19sched/topology: Allow multiple domains to claim sched_domain_sharedK Prateek Nayak1-9/+54
2026-05-19Merge branch 'sched/cache'Peter Zijlstra7-56/+1695
2026-05-19sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RTSteven Rostedt1-0/+8
2026-05-19sched: Switch rq->next_class on proxy_resched_idle()John Stultz1-0/+1
2026-05-19sched/fair: Add SIS_UTIL support to select_idle_capacity()K Prateek Nayak1-0/+19
2026-05-19sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacityAndrea Righi1-1/+10
2026-05-19sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selectionAndrea Righi1-6/+114
2026-05-19sched/fair: Attach sched_domain_shared to sd_asym_cpucapacityK Prateek Nayak3-22/+97
2026-05-19sched/fair: Drop redundant RCU read lock in NOHZ kick pathAndrea Righi1-27/+11
2026-05-19sched: Unify SMT active check via sched_smt_active()Shrikanth Hegde3-3/+3
2026-05-19sched/fair: Add sched_smt_active check for fastpathsShrikanth Hegde1-5/+4
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