summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-03-28Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann1-19/+3
2025-03-22sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn1-2/+3
2025-03-22sched/debug: Provide slice length for fair tasksChristian Loehle1-0/+2
2025-03-22hrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko1-10/+12
2025-03-22bpf: Use raw_spinlock_t in ringbufWander Lairson Costa1-6/+6
2025-03-22hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer3-15/+13
2025-03-13uprobes: Fix race in uprobe_free_utaskJiri Olsa1-1/+1
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li1-2/+4
2025-03-13tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)1-1/+0
2025-03-13perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra1-2/+2
2025-03-13tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)1-0/+2
2025-03-07sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner1-1/+1
2025-03-07perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2025-03-07perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao1-1/+2
2025-03-07ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-03-07tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt1-15/+15
2025-03-07uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen1-0/+5
2025-03-07perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun1-2/+9
2025-02-27ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt1-0/+3
2025-02-27ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior1-4/+2
2025-02-27acct: block access to kernel internal filesystemsChristian Brauner1-0/+14
2025-02-27acct: perform last write from workqueueChristian Brauner1-50/+70
2025-02-27bpf: skip non exist keys in generic_map_lookup_batchYan Zhai1-13/+5
2025-02-27bpf: Fix deadlock when freeing cgroup storageAbel Wu1-1/+1
2025-02-27bpf: avoid holding freeze_mutex during mmap operationAndrii Nakryiko1-7/+10
2025-02-27bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logicAndrii Nakryiko2-6/+8
2025-02-21clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long1-2/+4
2025-02-21clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long1-1/+2
2025-02-21cgroup: fix race between fork and cgroup.killShakeel Butt1-8/+12
2025-02-21cgroup: Remove steal time from usage_usecMuhammad Adeel1-1/+0
2025-02-17tracing/osnoise: Fix resetting of tracepointsSteven Rostedt1-3/+14
2025-02-17printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu1-1/+1
2025-02-17sched: Don't try to catch up excess steal time.Suleiman Souhlal1-2/+4
2025-02-08PM: hibernate: Add error handling for syscore_suspend()Wentao Liang1-1/+6
2025-02-08padata: avoid UAF for reorder_workChen Ridong1-1/+9
2025-02-08padata: add pd get/put refcnt helperChen Ridong1-7/+20
2025-02-08padata: fix UAF in padata_reorderChen Ridong1-0/+6
2025-02-08bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-02-08padata: fix sysfs store callback checkThomas Weißschuh1-1/+1
2025-02-08bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau1-2/+6
2025-02-08cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)1-2/+2
2025-02-08genirq: Make handle_enforce_irqctx() unconditionally availableThomas Gleixner1-6/+3
2025-02-08sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra2-5/+5
2025-02-08sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-4/+13
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui2-22/+24
2025-01-23hrtimers: Handle CPU state correctly on hotplugKoichiro Den2-2/+11
2025-01-23kheaders: Ignore silly-rename filesDavid Howells1-0/+1
2025-01-17workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLA...Tvrtko Ursulin1-9/+13
2025-01-17workqueue: Update lock debugging codeTejun Heo1-17/+34
2025-01-17workqueue: Add rcu lock check at the end of work item executionXuewen Yan1-4/+5