summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-03-28sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn
2025-03-28hrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko
2025-03-28hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer
2025-03-13uprobes: Fix race in uprobe_free_utaskJiri Olsa
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li
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-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-07ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt
2025-03-07ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior
2025-03-07acct: block access to kernel internal filesystemsChristian Brauner
2025-03-07acct: perform last write from workqueueChristian Brauner
2025-03-07bpf: skip non exist keys in generic_map_lookup_batchYan Zhai
2025-02-21kdb: Do not assume write() callback availableJohn Ogness
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-21cgroup: fix race between fork and cgroup.killShakeel Butt
2025-02-21cgroup: Remove steal time from usage_usecMuhammad Adeel
2025-02-21printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu
2025-02-21sched: Don't try to catch up excess steal time.Suleiman Souhlal
2025-02-21PM: hibernate: Add error handling for syscore_suspend()Wentao Liang
2025-02-21padata: avoid UAF for reorder_workChen Ridong
2025-02-21padata: add pd get/put refcnt helperChen Ridong
2025-02-21padata: fix UAF in padata_reorderChen Ridong
2025-02-21bpf: Send signals asynchronously if !preemptiblePuranjay Mohan
2025-02-21padata: fix sysfs store callback checkThomas Weißschuh
2025-02-21cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)
2025-02-21genirq: Make handle_enforce_irqctx() unconditionally availableThomas Gleixner
2025-02-21sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra
2025-02-21sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou
2025-02-01softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernelK Prateek Nayak
2025-01-23hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2025-01-23kheaders: Ignore silly-rename filesDavid Howells
2025-01-17bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann
2025-01-17bpf: Add MEM_WRITE attributeDaniel Borkmann
2025-01-09kcov: mark in_softirq_really() as __always_inlineArnd Bergmann
2025-01-09bpf: fix potential error returnAnton Protopopov
2025-01-09tracing: Have process_string() also allow arraysSteven Rostedt
2025-01-02Revert "rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks...Greg Kroah-Hartman
2025-01-02tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu
2025-01-02bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2025-01-02tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)
2024-12-27tracing: Add "%s" check in test_event_printk()Steven Rostedt
2024-12-27tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt
2024-12-27tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt
2024-12-19x86/static-call: provide a way to do very early static-call updatesJuergen Gross
2024-12-19tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...Nikolay Kuratov
2024-12-19bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman