summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
33 hourstracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
33 hourscgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li
33 hourscgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming
33 hourssrcu: Don't queue workqueue handlers to never-online CPUsPaul E. McKenney
33 hoursdma-mapping: move dma_map_resource() sanity check into debug codeJianpeng Chang
33 hoursirq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen
33 hoursfprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)
33 hourskho: skip KHO for crash kernelEvangelos Petrongonas
33 hourstracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
33 hoursring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
33 hoursring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
33 hourssched_ext: Avoid UAF in scx_root_enable_workfn() init failure pathTejun Heo
33 hourssched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti
11 daysworkqueue: Annotate alloc_workqueue_va() with __printf(1, 0)Tejun Heo
11 daysrseq: Reenable performance optimizations conditionallyThomas Gleixner
11 daysrseq: Implement read only ABI enforcement for optimized RSEQ V2 modeThomas Gleixner
11 daysrseq: Revert to historical performance killing behaviourThomas Gleixner
11 dayscgroup/cpuset: Return only actually allocated CPUs during partition invalidationsunshaojie
11 daysaudit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia
11 dayscgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang
11 dayscgroup/dmem: Return -ENOMEM on failed pool preallocationGuopeng Zhang
11 daysaudit: fix incorrect inheritable capability in CAPSET recordsSergio Correia
11 dayscgroup/cpuset: Reset DL migration state on can_attach() failureGuopeng Zhang
11 daysworkqueue: Fix wq->cpu_pwq leak in alloc_and_link_pwqs() WQ_UNBOUND pathBreno Leitao
11 dayssched/fair: Fix wakeup_preempt_fair() for not waking up taskVincent Guittot
11 daysworkqueue: fix devm_alloc_workqueue() va_list misuseBreno Leitao
11 daysfutex: Drop CLONE_THREAD requirement for private default hash allocDavidlohr Bueso
11 daysfutex: Prevent lockup in requeue-PI during signal/ timeout wakeupSebastian Andrzej Siewior
11 dayssched/fair: Clear rel_deadline when initializing forked entitiesZicheng Qu
11 dayssched/fair: Fix wakeup_preempt_fair() vs delayed dequeueVincent Guittot
11 daystracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
11 dayscgroup/cpuset: record DL BW alloc CPU for attach rollbackGuopeng Zhang
11 dayscgroup/rdma: fix integer overflow in rdmacg_try_charge()cuitao
11 dayssched/psi: fix race between file release and pressure writeEdward Adam Davis
11 daysprintk_ringbuffer: Fix get_data() size sanity checkJohn Ogness
11 daysbpf: Validate node_id in arena_alloc_pages()Puranjay Mohan
11 daysbpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
11 daysbpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko
11 daysworkqueue: devres: Add device-managed allocate workqueueKrzysztof Kozlowski
11 daystracing: Rebuild full_name on each hist_field_name() callPengpeng Hou
11 daystracing: move __printf() attribute on __ftrace_vbprintk()Arnd Bergmann
11 daysunshare: fix nsproxy leak in ksys_unshare() on set_cred_ucounts() failureMichal Grzedzicki
11 dayssched_ext: Fix ops.cgroup_move() invocation kf_mask and rq trackingTejun Heo
11 dayssched_ext: Track @p's rq lock across set_cpus_allowed_scx -> ops.set_cpumaskTejun Heo
11 dayspadata: Put CPU offline callback in ONLINE section to allow failureDaniel Jordan
11 dayspadata: Remove cpu online check from cpu add and removalChuyi Zhou
11 daysbpf: Fix OOB in pcpu_init_valueLang Xu
11 daysbpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis
11 daysbpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann
11 daysbpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim