summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-02-08PM: hibernate: Add error handling for syscore_suspend()Wentao Liang1-1/+6
2025-02-08module: Don't fail module loading when setting ro_after_init section RO failedChristophe Leroy1-3/+4
2025-02-08bpf: Cancel the running bpf_timer through kworker for PREEMPT_RTHou Tao1-2/+16
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: Reject struct_ops registration that uses module ptr and the module btf_i...Martin KaFai Lau2-5/+21
2025-02-08bpf: Use refcount_t instead of atomic_t for mmap_countPei Xiao1-4/+4
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-08printk: Defer legacy printing when holding printk_cpu_syncJohn Ogness3-1/+17
2025-02-08psi: Fix race when task wakes up before psi_sched_switch() adjusts flagsChengming Zhou2-3/+7
2025-02-08sched: psi: pass enqueue/dequeue flags to psi callbacks directlyJohannes Weiner3-44/+53
2025-02-08sched: Split out __schedule() deactivate task logic into a helperJohn Stultz1-27/+40
2025-02-08sched: Fix race between yield_to() and try_to_wake_up()Tianchen Ding1-1/+1
2025-02-08sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-4/+13
2025-02-08sched/fair: Untangle NEXT_BUDDY and pick_next_task()Peter Zijlstra2-2/+11
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui2-22/+24
2025-01-23timers/migration: Enforce group initialization visibility to tree walkersFrederic Weisbecker1-2/+12
2025-01-23timers/migration: Fix another race between hotplug and idle entry/exitFrederic Weisbecker1-1/+28
2025-01-23hrtimers: Handle CPU state correctly on hotplugKoichiro Den2-2/+11
2025-01-23sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUEPeter Zijlstra1-1/+5
2025-01-23sched_ext: keep running prev when prev->scx.slice != 0Henry Huang1-4/+7
2025-01-23kheaders: Ignore silly-rename filesDavid Howells1-0/+1
2025-01-17sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi3-15/+59
2025-01-17cgroup/cpuset: remove kernfs active breakChen Ridong1-25/+0
2025-01-17sched_ext: switch class when preempted by higher priority schedulerHonglei Wang1-1/+2
2025-01-17sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass()Changwoo Min1-6/+6
2025-01-17cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long1-1/+9
2025-01-09fgraph: Add READ_ONCE() when accessing fgraph_array[]Zilin Guan1-1/+1
2025-01-09sched_ext: initialize kit->cursor.flagsHenry Huang1-1/+1
2025-01-09workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLA...Tvrtko Ursulin1-9/+13
2025-01-09sched_ext: Fix invalid irq restore in scx_ops_bypass()Tejun Heo1-1/+1
2025-01-09kcov: mark in_softirq_really() as __always_inlineArnd Bergmann1-1/+1
2025-01-09ftrace: Fix function profiler's filtering functionalityKohei Enju1-6/+2
2025-01-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman2-2/+2
2025-01-09bpf: fix potential error returnAnton Protopopov1-1/+5
2025-01-09workqueue: add printf attribute to __alloc_workqueue()Su Hui1-0/+1
2025-01-09tracing: Have process_string() also allow arraysSteven Rostedt1-0/+12
2025-01-02tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu1-0/+3
2025-01-02bpf: Zero index arg error string for dynptr and iterKumar Kartikeya Dwivedi1-6/+6
2025-01-02tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)1-1/+1
2025-01-02fork: avoid inappropriate uprobe access to invalid mmLorenzo Stoakes1-7/+6
2025-01-02bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMPAndrea Righi1-1/+5
2024-12-27tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt4-216/+83
2024-12-27tracing: Add "%s" check in test_event_printk()Steven Rostedt1-15/+89
2024-12-27tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt1-2/+19