summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-07-24rcu: Update comments for gp_seq and expedited GP trackingPuranjay Mohan
2026-07-24rcu: Enable RCU callbacks to benefit from expedited grace periodsPuranjay Mohan
2026-07-24tracing: Delay module ref count for "enable_event" triggerSteven Rostedt
2026-07-24tracing: Fix use-after-free freeing trigger private dataDavid Carlier
2026-07-24sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERFTejun Heo
2026-07-24sched_ext: Factor out scx_cpuperf_set()Tejun Heo
2026-07-24sched_ext: Count kicks denied for lacking baseline cid accessTejun Heo
2026-07-24sched_ext: Gate local DSQ reenq on baseline cid accessTejun Heo
2026-07-24bpf: Fix WARNING in bpf_tracing_link_releaseLeon Hwang
2026-07-24bpf: Fix CFI mismatch in task work callbackMykyta Yatsenko
2026-07-24tracing: Fix context switch counter truncationUsama Arif
2026-07-24tracing: Fix union collision of module and refcnt for dynamic eventsMasami Hiramatsu (Google)
2026-07-24tracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt
2026-07-23sched_ext: Fix incorrect SCX_PICK_IDLE_CPU_* flag prefix in kernel-docLiang Luo
2026-07-24rv/rtapp: Add wakeup monitorNam Cao
2026-07-24rv/rtapp/sleep: Stop monitoring kernel threadsNam Cao
2026-07-24rv/rtapp/sleep: Update nanosleep ruleNam Cao
2026-07-24rv/rtapp/sleep: Make the error more informative for userNam Cao
2026-07-23bpf: Reject passing scalar NULL to nonnull arg of a global subprogAmery Hung
2026-07-23sched_ext: Repair kernel-doc commentsRandy Dunlap
2026-07-23rcu-tasks: Remove smp_mb() in rcu_spawn_tasks_kthread_generic()Zqiang
2026-07-23rcu-tasks: Dump rcu tasks status when the boot-test failedZqiang
2026-07-23rcu-tasks: Remove unused struct rcu_tasks's->n_ipis_fails variablesZqiang
2026-07-23rcu: clear defer_qs_pending in deferred-QS bail when nesting > 0Joel Fernandes
2026-07-23rcu: introduce rcu_defer_qs_clear() helperJoel Fernandes
2026-07-23rcu: Use task_state_to_char() in stall-warning printsKunwu Chan
2026-07-23rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPsPuranjay Mohan
2026-07-23rcu/segcblist: Track segment grace periods with struct rcu_gp_seqPuranjay Mohan
2026-07-23rcu/segcblist: Factor out rcu_segcblist_advance_compact() helperPuranjay Mohan
2026-07-23rcu/segcblist: Add SRCU and Tasks RCU wrapper functionsPuranjay Mohan
2026-07-23rcu: Rename struct rcu_gp_oldstate to rcu_gp_seqPuranjay Mohan
2026-07-23rcu: Remove unused rdp parameter from trace_rcu_this_gp()Joel Fernandes
2026-07-23scftorture: Make invoker threads actually wait for all threads to startJoel Fernandes
2026-07-23scftorture: Count single_rpc offline failures in statistics outputJoel Fernandes
2026-07-23tracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog
2026-07-23tracing: Propagate errors from remote event bulk updatesJackie Liu
2026-07-23PM: sleep: Allow disabling DPM watchdog by defaultTzung-Bi Shih
2026-07-23PM: hibernate: swap: defer linking the next map pageHaesung Kim
2026-07-23PM: hibernate: Fix memory leak in snapshot_write_next() error pathMalaya Kumar Rout
2026-07-23rv: Simplify task monitor slot managementLi Qiang
2026-07-23Merge tag 'amd-pstate-v7.3-2026-07-22' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki
2026-07-22tracing/remotes: Fix page_va[] access before counter update in trace_remote_a...Fuad Tabba
2026-07-22perf: Use sysfs_emit() for cpumask show callbacksYury Norov
2026-07-22smp: Make CSD lock acquisition atomic for debug modeChuyi Zhou
2026-07-22smp: Avoid invalid per-CPU CSD lookup with CSD lock debugChuyi Zhou
2026-07-22Merge tag 'liveupdate-fixes-2026-07-22' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-07-22sched_ext: Fix stale errno in scx_sub_enable_workfn()Cui Jian
2026-07-22sched_ext: Mark waker CPU busy when selected in WAKE_SYNC caseKuba Piecuch
2026-07-22Merge tag 'ath-next-20260722' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg
2026-07-22bpf, x86: Make sure allocation in arch_bpf_trampoline_size() is writableMike Rapoport (Microsoft)