aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-26sched_ext: Bound per-task reenqueues and eject the owning schedulerTejun Heo5-40/+46
2026-07-26Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds9-11/+58
2026-07-26Merge tag 'smp-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+25
2026-07-26RDMA/cgroup: Disambiguate devices across net namespacesJiri Pirko1-12/+59
2026-07-25sched_ext: Use rcu_access_pointer() for the first_task comparisonTejun Heo1-1/+1
2026-07-25sched_ext: Resolve most remaining scx_root accessesTejun Heo4-21/+50
2026-07-25sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched readsTejun Heo3-10/+26
2026-07-25kho: align kho_scratch to MAX_ORDER_NR_PAGES pagesMichal Clapinski1-6/+16
2026-07-25liveupdate: Remember FLB retrieve() statusDavid Matlack1-3/+7
2026-07-25liveupdate: Reference count outgoing FLB dataDavid Matlack1-3/+7
2026-07-25liveupdate: reject nonzero reserved value for SESSION_FINISHJackie Liu1-1/+5
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman4-9/+12
2026-07-24tracing: perf: Fix stale head for perf syscall tracingSteven Rostedt1-0/+5
2026-07-24ftrace: Add global mutex to serialize trace_parser accessTengda Wu1-0/+13
2026-07-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+2
2026-07-24rcu-tasks: Dump rtpcp->lazy_timer status in show_rcu_tasks_generic_gp_kthread()Zqiang1-2/+6
2026-07-24rcu-tasks: Update comments in call_rcu_tasks_generic()Zqiang1-1/+5
2026-07-24rcu: Mark accesses to rdp->rcu_cpu_has_workPaul E. McKenney1-4/+4
2026-07-24rcu: Remove unused func parameter from callback-enqueue functionsJoel Fernandes3-9/+9
2026-07-24rcu: Remove unused expedited_need_qs field from rcu_stateJoel Fernandes1-1/+0
2026-07-24rcu: Use WRITE_ONCE() for ->rcu_need_heavy_qsPaul E. McKenney1-1/+2
2026-07-24rcu: Use this_cpu_{read,write}() for ->cpu_no_qs.b.expPaul E. McKenney2-4/+4
2026-07-24rcuscale: Add concurrent expedited GP threads for callback scaling testsPuranjay Mohan1-2/+82
2026-07-24rcu: Advance callbacks for expedited GP completion in rcu_core()Puranjay Mohan1-0/+17
2026-07-24rcu: Detect expedited grace period completion in rcu_pending()Puranjay Mohan1-7/+31
2026-07-24rcu: Wake NOCB rcuog kthreads on expedited grace period completionPuranjay Mohan4-17/+94
2026-07-24rcu: Update comments for gp_seq and expedited GP trackingPuranjay Mohan2-18/+31
2026-07-24rcu: Enable RCU callbacks to benefit from expedited grace periodsPuranjay Mohan4-24/+39
2026-07-24tracing: Delay module ref count for "enable_event" triggerSteven Rostedt1-2/+4
2026-07-24tracing: Fix use-after-free freeing trigger private dataDavid Carlier3-3/+18
2026-07-24sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERFTejun Heo2-10/+41
2026-07-24sched_ext: Factor out scx_cpuperf_set()Tejun Heo1-33/+45
2026-07-24sched_ext: Count kicks denied for lacking baseline cid accessTejun Heo2-6/+22
2026-07-24sched_ext: Gate local DSQ reenq on baseline cid accessTejun Heo2-1/+20
2026-07-24bpf: Fix WARNING in bpf_tracing_link_releaseLeon Hwang2-1/+8
2026-07-24bpf: Fix CFI mismatch in task work callbackMykyta Yatsenko1-4/+5
2026-07-24tracing: Fix context switch counter truncationUsama Arif1-1/+1
2026-07-24tracing: Fix union collision of module and refcnt for dynamic eventsMasami Hiramatsu (Google)1-1/+3
2026-07-24tracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt1-1/+1
2026-07-23sched_ext: Fix incorrect SCX_PICK_IDLE_CPU_* flag prefix in kernel-docLiang Luo1-3/+3
2026-07-24rv/rtapp: Add wakeup monitorNam Cao8-1/+279
2026-07-24rv/rtapp/sleep: Stop monitoring kernel threadsNam Cao3-98/+46
2026-07-24rv/rtapp/sleep: Update nanosleep ruleNam Cao2-36/+28
2026-07-24rv/rtapp/sleep: Make the error more informative for userNam Cao2-12/+12
2026-07-23bpf: Reject passing scalar NULL to nonnull arg of a global subprogAmery Hung1-1/+2
2026-07-23sched_ext: Repair kernel-doc commentsRandy Dunlap1-3/+6
2026-07-23rcu-tasks: Remove smp_mb() in rcu_spawn_tasks_kthread_generic()Zqiang1-1/+0
2026-07-23rcu-tasks: Dump rcu tasks status when the boot-test failedZqiang1-0/+5
2026-07-23rcu-tasks: Remove unused struct rcu_tasks's->n_ipis_fails variablesZqiang1-4/+2
2026-07-23rcu: clear defer_qs_pending in deferred-QS bail when nesting > 0Joel Fernandes1-1/+27