summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-03-13acct: perform last write from workqueueChristian Brauner1-50/+70
2025-03-13kernel/acct.c: use dedicated helper to access rlimit valuesYang Yang1-1/+1
2025-03-13kernel/acct.c: use #elif instead of #end and #elifHui Su1-5/+2
2025-03-13sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner1-1/+1
2025-03-13perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2025-03-13ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-03-13acct: block access to kernel internal filesystemsChristian Brauner1-0/+14
2025-03-13bpf: skip non exist keys in generic_map_lookup_batchYan Zhai1-13/+5
2025-03-13kdb: Do not assume write() callback availableJohn Ogness1-0/+2
2025-03-13clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long1-2/+4
2025-03-13clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long1-1/+2
2025-03-13clocksource: Replace cpumask_weight() with cpumask_empty()Yury Norov1-1/+1
2025-03-13clocksource: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-3/+3
2025-03-13clocksource: Limit number of CPUs checked for clock synchronizationPaul E. McKenney1-2/+72
2025-03-13printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu1-1/+1
2025-03-13sched: Don't try to catch up excess steal time.Suleiman Souhlal1-2/+4
2025-03-13PM: hibernate: Add error handling for syscore_suspend()Wentao Liang1-1/+6
2025-03-13padata: avoid UAF for reorder_workChen Ridong1-1/+9
2025-03-13padata: add pd get/put refcnt helperChen Ridong1-7/+20
2025-03-13padata: fix UAF in padata_reorderChen Ridong1-0/+6
2025-03-13bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-03-13padata: fix sysfs store callback checkThomas Weißschuh1-1/+1
2025-03-13cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)1-2/+2
2025-03-13cpufreq: schedutil: Simplify sugov_update_next_freq()Rafael J. Wysocki1-5/+3
2025-03-13genirq: Make handle_enforce_irqctx() unconditionally availableThomas Gleixner1-6/+3
2025-02-01hrtimers: Handle CPU state correctly on hotplugKoichiro Den2-2/+11
2025-02-01kheaders: Ignore silly-rename filesDavid Howells1-0/+1
2025-01-09bpf: fix potential error returnAnton Protopopov1-1/+5
2025-01-09tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu1-0/+3
2025-01-09kernel: Initialize cpumask before parsingTetsuo Handa3-4/+4
2025-01-09bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao1-4/+9
2025-01-09tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)1-1/+1
2024-12-19x86/static-call: provide a way to do very early static-call updatesJuergen Gross1-1/+1
2024-12-19tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...Nikolay Kuratov1-1/+1
2024-12-19bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman1-1/+4
2024-12-14sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak1-1/+1
2024-12-14sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak1-1/+1
2024-12-14sched/fair: Add NOHZ balancer flag for nohz.next_balance updatesValentin Schneider2-11/+21
2024-12-14sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot4-4/+35
2024-12-14sched/fair: Merge for each idle cpu loop of ILBVincent Guittot1-25/+7
2024-12-14sched/fair: Remove unused parameter of update_nohz_statsVincent Guittot1-3/+3
2024-12-14sched/fair: Remove update of blocked load from newidle_balanceVincent Guittot1-28/+5
2024-12-14sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak1-1/+1
2024-12-14tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak1-1/+1
2024-12-14dma-debug: fix a possible deadlock on radix_lockLevi Yun1-2/+6
2024-12-14kcsan: Turn report_filterlist_lock into a raw_spinlockMarco Elver1-38/+36
2024-12-14bpf: fix OOB devmap writes when deleting elementsMaciej Fijalkowski1-3/+3
2024-12-14tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu1-5/+1
2024-12-14bpf: Fix exact match conditions in trie_get_next_key()Hou Tao1-2/+2
2024-12-14bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao1-3/+20