aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2026-07-23rcu: introduce rcu_defer_qs_clear() helperJoel Fernandes2-2/+7
2026-07-23rcu: Use task_state_to_char() in stall-warning printsKunwu Chan1-6/+6
2026-07-23rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPsPuranjay Mohan2-3/+13
2026-07-23rcu/segcblist: Track segment grace periods with struct rcu_gp_seqPuranjay Mohan4-34/+42
2026-07-23rcu/segcblist: Factor out rcu_segcblist_advance_compact() helperPuranjay Mohan1-18/+32
2026-07-23rcu/segcblist: Add SRCU and Tasks RCU wrapper functionsPuranjay Mohan4-11/+23
2026-07-23rcu: Rename struct rcu_gp_oldstate to rcu_gp_seqPuranjay Mohan4-57/+57
2026-07-23rcu: Remove unused rdp parameter from trace_rcu_this_gp()Joel Fernandes2-15/+12
2026-07-23scftorture: Make invoker threads actually wait for all threads to startJoel Fernandes1-1/+1
2026-07-23scftorture: Count single_rpc offline failures in statistics outputJoel Fernandes1-0/+1