summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-03-07sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo
2025-03-07sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner
2025-03-07perf/core: Fix low freq setting via IOC_PERIODKan Liang
2025-03-07perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao
2025-03-07ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov
2025-03-07tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt
2025-03-07uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen
2025-03-07perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun
2025-02-27sched_ext: Fix incorrect assumption about migration disabled tasks in task_ca...Tejun Heo
2025-02-27tracing: Fix using ret variable in tracing_set_tracer()Steven Rostedt
2025-02-27ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt
2025-02-27ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt
2025-02-27ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior
2025-02-27acct: block access to kernel internal filesystemsChristian Brauner
2025-02-27acct: perform last write from workqueueChristian Brauner
2025-02-27bpf: skip non exist keys in generic_map_lookup_batchYan Zhai
2025-02-27bpf: Fix softlockup in arena_map_free on 64k page kernelAlan Maguire
2025-02-27net: Add rx_skb of kfree_skb to raw_tp_null_args[].Kuniyuki Iwashima
2025-02-27bpf: Fix deadlock when freeing cgroup storageAbel Wu
2025-02-27bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko
2025-02-27bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logicAndrii Nakryiko
2025-02-27sched_ext: Fix migration disabled handling in targeted dispatchesTejun Heo
2025-02-27sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq()Tejun Heo
2025-02-27tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt
2025-02-27tracing: Switch trace.c code over to use guard()Steven Rostedt
2025-02-21clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long
2025-02-21clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long
2025-02-21sched_ext: Fix incorrect autogroup migration detectionTejun Heo
2025-02-21cgroup: fix race between fork and cgroup.killShakeel Butt
2025-02-21ring-buffer: Update pages_touched to reflect persistent buffer contentSteven Rostedt
2025-02-21ring-buffer: Validate the persistent meta data subbuf arraySteven Rostedt
2025-02-21tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt
2025-02-21ring-buffer: Unlock resize on mmap errorSteven Rostedt
2025-02-21sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou
2025-02-21cgroup: Remove steal time from usage_usecMuhammad Adeel
2025-02-21sched_ext: Fix lock imbalance in dispatch_to_local_dsq()Andrea Righi
2025-02-21workqueue: Put the pwq after detaching the rescuer from the poolLai Jiangshan
2025-02-17timers/migration: Fix off-by-one root mis-connectionFrederic Weisbecker
2025-02-17tracing/osnoise: Fix resetting of tracepointsSteven Rostedt
2025-02-17fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BITSteven Rostedt
2025-02-17hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker
2025-02-17ring-buffer: Do not allow events in NMI with generic atomic64 cmpxchg()Steven Rostedt
2025-02-17seccomp: passthrough uretprobe systemcall without filteringEyal Birger
2025-02-17sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeueK Prateek Nayak
2025-02-17ring-buffer: Make reading page consistent with the code logicJeongjun Park
2025-02-17printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu
2025-02-17locking/ww_mutex/test: Use swap() macroThorsten Blum
2025-02-17sched: Don't try to catch up excess steal time.Suleiman Souhlal
2025-02-08dma-mapping: save base/size instead of pointer to shared DMA poolGeert Uytterhoeven
2025-02-08PM: hibernate: Add error handling for syscore_suspend()Wentao Liang