summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-08-28cgroup/cpuset: Fix a partition error with CPU hotplugWaiman Long
2025-08-28cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config...Waiman Long
2025-08-28tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-08-28tracing: Remove unneeded goto out logicSteven Rostedt
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt
2025-08-28sched_ext: initialize built-in idle state before ops.init()Andrea Righi
2025-08-28sched/ext: Fix invalid task state transitions on class switchAndrea Righi
2025-08-28tracing: fprobe-event: Sanitize wildcard for fprobe event nameMasami Hiramatsu (Google)
2025-08-20rcu: Fix racy re-initialization of irq_work causing hangsFrederic Weisbecker
2025-08-20printk: nbcon: Allow reacquire during panicJohn Ogness
2025-08-20module: Prevent silent truncation of module name in delete_module(2)Petr Pavlu
2025-08-20rcu: Fix rcu_read_unlock() deadloop due to IRQ workJoel Fernandes
2025-08-20bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai
2025-08-20rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer accessZqiang
2025-08-20sched/fair: Bump sd->max_newidle_lb_cost when newidle balance failsChris Mason
2025-08-20bpf: Forget ranges when refining tnum after JSETPaul Chaignon
2025-08-20sched/deadline: Fix accounting after global limits changeJuri Lelli
2025-08-20rcu: Protect ->defer_qs_iw_pending from data racePaul E. McKenney
2025-08-20PM: sleep: console: Fix the black screen issuetuhaowen
2025-08-15perf/core: Prevent VMA split of buffer mappingsThomas Gleixner
2025-08-15perf/core: Exit early on perf_mmap() failThomas Gleixner
2025-08-15perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner
2025-08-15sched/psi: Fix psi_seq initializationPeter Zijlstra
2025-08-15ucount: fix atomic_long_inc_below() argument typeUros Bizjak
2025-08-15kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann
2025-08-15bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh
2025-08-15kcsan: test: Initialize dummy variableMarco Elver
2025-08-15ring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt
2025-08-15rcu: Fix delayed execution of hurry callbacksTze-nan Wu
2025-08-15sched/psi: Optimize psi_group_change() cpu_clock() usagePeter Zijlstra
2025-08-15refscale: Check that nreaders and loops multiplication doesn't overflowArtem Sadovnikov
2025-08-15bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi
2025-08-15audit,module: restore audit logging in load failure caseRichard Guy Briggs
2025-08-01selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song
2025-08-01resource: fix false warning in __request_region()Akinobu Mita
2025-08-01timekeeping: Zero initialize system_counterval when querying time from phc dr...Markus Blöchl
2025-07-24sched,freezer: Remove unnecessary warning in __thaw_taskChen Ridong
2025-07-24sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna
2025-07-24Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong
2025-07-24bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon
2025-07-24tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar
2025-07-24tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt
2025-07-24tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor
2025-07-17rseq: Fix segfault on registration when rseq_cs is non-zeroMichael Jeanson
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn
2025-07-17sched/deadline: Fix dl_server runtime calculation formulakuyo chang
2025-07-17perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra
2025-07-17sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra
2025-07-17perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun
2025-07-10rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)