summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt1-9/+10
2025-08-28sched/fair: Fix frequency selection for non-invariant caseVincent Guittot1-1/+5
2025-08-28cpufreq/schedutil: Use a fixed reference frequencyVincent Guittot1-2/+24
2025-08-28mm: drop the assumption that VM_SHARED always implies writableIsaac J. Manjarres1-1/+1
2025-08-28tracing: fprobe-event: Sanitize wildcard for fprobe event nameMasami Hiramatsu (Google)1-1/+1
2025-08-28rcu: Fix racy re-initialization of irq_work causing hangsFrederic Weisbecker3-2/+9
2025-08-28module: Prevent silent truncation of module name in delete_module(2)Petr Pavlu1-4/+6
2025-08-28rcu: Fix rcu_read_unlock() deadloop due to IRQ workJoel Fernandes2-12/+38
2025-08-28bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai1-1/+2
2025-08-28sched/fair: Bump sd->max_newidle_lb_cost when newidle balance failsChris Mason1-3/+16
2025-08-28rcu: Protect ->defer_qs_iw_pending from data racePaul E. McKenney1-0/+3
2025-08-28PM: sleep: console: Fix the black screen issuetuhaowen1-1/+6
2025-08-15sched,freezer: Remove unnecessary warning in __thaw_taskChen Ridong1-12/+3
2025-08-15freezer,sched: Clean saved_state when restoring it during thawElliot Berman1-0/+1
2025-08-15freezer,sched: Do not restore saved_state of a thawed taskElliot Berman1-1/+1
2025-08-15freezer,sched: Use saved_state to reduce some spurious wakeupsElliot Berman2-30/+32
2025-08-15sched/core: Remove ifdeffery for saved_stateElliot Berman1-8/+2
2025-08-15perf/core: Prevent VMA split of buffer mappingsThomas Gleixner1-0/+10
2025-08-15perf/core: Exit early on perf_mmap() failThomas Gleixner1-0/+3
2025-08-15perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner1-3/+4
2025-08-15sched/psi: Fix psi_seq initializationPeter Zijlstra1-5/+1
2025-08-15ucount: fix atomic_long_inc_below() argument typeUros Bizjak1-1/+1
2025-08-15kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann1-4/+9
2025-08-15bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh1-1/+0
2025-08-15kcsan: test: Initialize dummy variableMarco Elver1-1/+1
2025-08-15sched/psi: Optimize psi_group_change() cpu_clock() usagePeter Zijlstra1-55/+66
2025-08-15audit,module: restore audit logging in load failure caseRichard Guy Briggs3-4/+6
2025-08-01resource: fix false warning in __request_region()Akinobu Mita1-2/+3
2025-07-24sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna2-2/+2
2025-07-24Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong1-7/+1
2025-07-24bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon1-3/+8
2025-07-24tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar1-1/+1
2025-07-24tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt1-0/+5
2025-07-24tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor1-1/+1
2025-07-17rseq: Fix segfault on registration when rseq_cs is non-zeroMichael Jeanson1-12/+48
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn2-3/+7
2025-07-17perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra1-1/+1
2025-07-17perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun1-2/+2
2025-07-10rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)1-0/+4
2025-06-27perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun1-2/+20
2025-06-27perf: Fix cgroup state vs ERRORPeter Zijlstra1-21/+30
2025-06-27perf: Fix sample vs do_exit()Peter Zijlstra2-8/+16
2025-06-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao1-1/+2
2025-06-27clocksource: Fix the CPUs' choice in the watchdog per CPU verificationGuilherme G. Piccoli1-1/+1
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin1-3/+7
2025-06-27watchdog: fix watchdog may detect false positive of softlockupLuo Gengkun1-14/+27
2025-06-27cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong1-2/+1
2025-06-19posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov1-0/+9
2025-06-19perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra1-4/+30
2025-06-19bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1