aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2026-07-23tracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog1-1/+1
2026-07-23tracing: Propagate errors from remote event bulk updatesJackie Liu1-1/+12
2026-07-23PM: sleep: Allow disabling DPM watchdog by defaultTzung-Bi Shih1-0/+10
2026-07-23PM: hibernate: swap: defer linking the next map pageHaesung Kim1-10/+20
2026-07-23PM: hibernate: Fix memory leak in snapshot_write_next() error pathMalaya Kumar Rout1-2/+3
2026-07-23rv: Simplify task monitor slot managementLi Qiang1-13/+5
2026-07-23Merge tag 'amd-pstate-v7.3-2026-07-22' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linuxRafael J. Wysocki19-192/+454
2026-07-22tracing/remotes: Fix page_va[] access before counter update in trace_remote_alloc_buffer()Fuad Tabba1-2/+1
2026-07-22perf: Use sysfs_emit() for cpumask show callbacksYury Norov1-1/+1
2026-07-22smp: Make CSD lock acquisition atomic for debug modeChuyi Zhou1-4/+23
2026-07-22smp: Avoid invalid per-CPU CSD lookup with CSD lock debugChuyi Zhou1-1/+2
2026-07-22Merge tag 'liveupdate-fixes-2026-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds1-1/+1
2026-07-22sched_ext: Fix stale errno in scx_sub_enable_workfn()Cui Jian1-0/+2
2026-07-22sched_ext: Mark waker CPU busy when selected in WAKE_SYNC caseKuba Piecuch1-1/+3
2026-07-22Merge tag 'ath-next-20260722' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/athJohannes Berg1-0/+1
2026-07-22bpf, x86: Make sure allocation in arch_bpf_trampoline_size() is writableMike Rapoport (Microsoft)1-0/+5
2026-07-22bpf: alloc_prog_pack(): Skip ROX management for already ROX memoryMike Rapoport (Microsoft)1-7/+14
2026-07-22bpf: Drop __weak from bpf_jit_alloc_exec() and bpf_jit_free_exec()Mike Rapoport (Microsoft)1-2/+2
2026-07-22bpf: dispatcher: Allocate bpf_dispatcher->rw_image with vzalloc()Mike Rapoport (Microsoft)1-1/+4
2026-07-22PM: hibernate: Use %pe to print error pointer valuesRonan Marchal1-2/+2
2026-07-22cpufreq: schedutil: Replace sprintf() with sysfs_emit() in sysfs showZhongqiu Han1-1/+1
2026-07-22cpufreq: schedutil: Publish util hooks only after all sg_cpu are initializedZhongqiu Han1-0/+11
2026-07-22PM: hibernate: Remove kernel-doc markings from helper descriptionsAdi Nata1-21/+21
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo5-139/+273
2026-07-21sched_ext: Drop unused scx_cpumask_to_cmask()Tejun Heo2-22/+0
2026-07-21sched_ext: Skip the default CPU selection while bypassingTejun Heo1-2/+13
2026-07-21sched_ext: Blame the DSQ's owning scheduler for a runnable stallTejun Heo1-0/+11
2026-07-21bpf: Mark bpf_refcount field as uniqueKumar Kartikeya Dwivedi1-1/+1
2026-07-21bpf: Preserve unique-field state across nested structsKumar Kartikeya Dwivedi1-12/+14
2026-07-21bpf: Fix offset warn check for bpf_res_spin_lockKumar Kartikeya Dwivedi1-1/+1
2026-07-21bpf: Zero queue and stack outputs on lock failureKumar Kartikeya Dwivedi1-2/+6
2026-07-21cgroup/dmem: accept only one region per limit writeEric Chanudet1-44/+25
2026-07-21tracing/probes: Fix extra whitespace in trace_probe_kernel.hMasami Hiramatsu (Google)1-1/+1
2026-07-21tracing/kprobe: Remove redundant memset in kprobe_perf_func()Masami Hiramatsu (Google)1-1/+0
2026-07-21tracing/fprobe: Remove redundant memset in fentry_perf_func()Masami Hiramatsu (Google)1-1/+0
2026-07-21tracing/fprobe: Remove redundant snprintf in trace_fprobe_match_command_head()Masami Hiramatsu (Google)1-4/+1
2026-07-21tracing/probes: Simplify BTF_KIND_PTR case in fetch_type_from_btf_type()Masami Hiramatsu (Google)1-4/+1
2026-07-21tracing/probes: Cleanup pointer arithmetic in store_trace_entry_data()Masami Hiramatsu (Google)1-1/+1
2026-07-21tracing/probes: Remove unused parameter from parse_probe_var_retval()Masami Hiramatsu (Google)1-2/+2
2026-07-21tracing/probes: Remove redundant bounds check in trace_probe_compare_arg_type()Masami Hiramatsu (Google)1-4/+3