aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
14 daysMerge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
14 daysMerge tag 'v6.1.129' into v6.1/standard/baseBruce Ashfield
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-07Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2025-02-07Merge tag 'v6.1.128' into v6.1/standard/baseBruce Ashfield
2025-02-01softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernelK Prateek Nayak
2025-01-27Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2025-01-27Merge tag 'v6.1.127' into v6.1/standard/baseBruce Ashfield
2025-01-23hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2025-01-23kheaders: Ignore silly-rename filesDavid Howells
2025-01-20Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2025-01-20Merge tag 'v6.1.125' into v6.1/standard/baseBruce Ashfield
2025-01-17bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann
2025-01-17bpf: Add MEM_WRITE attributeDaniel Borkmann
2025-01-12Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2025-01-12Merge tag 'v6.1.124' into v6.1/standard/baseBruce Ashfield
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-02Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2025-01-02Merge tag 'v6.1.123' into v6.1/standard/baseBruce Ashfield
2025-01-02Merge tag 'v6.1.122' into v6.1/standard/baseBruce Ashfield
2025-01-02Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2025-01-02Merge tag 'v6.1.121' into v6.1/standard/baseBruce Ashfield
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