summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-02-21sched_ext: Fix incorrect assumption about migration disabled tasks in task_ca...Tejun Heo
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 migration disabled handling in targeted dispatchesTejun Heo
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-17bpf: Improve verifier log for resource leak on exitKumar Kartikeya Dwivedi
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-08kernel: be more careful about dup_mmap() failures and uprobe registeringLiam R. Howlett
2025-02-08PM: hibernate: Add error handling for syscore_suspend()Wentao Liang
2025-02-08module: Don't fail module loading when setting ro_after_init section RO failedChristophe Leroy
2025-02-08bpf: Cancel the running bpf_timer through kworker for PREEMPT_RTHou Tao
2025-02-08padata: avoid UAF for reorder_workChen Ridong
2025-02-08padata: add pd get/put refcnt helperChen Ridong
2025-02-08padata: fix UAF in padata_reorderChen Ridong
2025-02-08bpf: Send signals asynchronously if !preemptiblePuranjay Mohan
2025-02-08padata: fix sysfs store callback checkThomas Weißschuh
2025-02-08bpf: Reject struct_ops registration that uses module ptr and the module btf_i...Martin KaFai Lau
2025-02-08bpf: Use refcount_t instead of atomic_t for mmap_countPei Xiao
2025-02-08bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau
2025-02-08sched_ext: Use the NUMA scheduling domain for NUMA optimizationsAndrea Righi
2025-02-08cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)
2025-02-08genirq: Make handle_enforce_irqctx() unconditionally availableThomas Gleixner
2025-02-08printk: Defer legacy printing when holding printk_cpu_syncJohn Ogness
2025-02-08psi: Fix race when task wakes up before psi_sched_switch() adjusts flagsChengming Zhou
2025-02-08sched: Fix race between yield_to() and try_to_wake_up()Tianchen Ding
2025-02-08sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra
2025-02-08sched/fair: Untangle NEXT_BUDDY and pick_next_task()Peter Zijlstra
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui
2025-01-19Merge tag 'timers_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-01-19Merge tag 'sched_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den