summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-12-19bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_progJiri Olsa
2024-12-19bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavorsJann Horn
2024-12-14bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-12-14tracing/eprobe: Fix to release eprobe when failed to add dyn_eventMasami Hiramatsu (Google)
2024-12-14sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak
2024-12-14sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak
2024-12-14sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak
2024-12-14tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak
2024-12-14tracing/ftrace: disable preemption in syscall probeMathieu Desnoyers
2024-12-14dma-debug: fix a possible deadlock on radix_lockLevi Yun
2024-12-14kcsan: Turn report_filterlist_lock into a raw_spinlockMarco Elver
2024-12-14bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski
2024-12-14tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu
2024-12-14bpf: Fix exact match conditions in trie_get_next_key()Hou Tao
2024-12-14bpf: Handle in-place update for full LPM trie correctlyHou Tao