summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-07-24sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao1-4/+8
2025-07-24sched,freezer: Remove unnecessary warning in __thaw_taskChen Ridong1-12/+3
2025-07-24sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna2-2/+2
2025-07-24Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong1-7/+1
2025-07-24bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon1-3/+8
2025-07-24tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar1-1/+1
2025-07-24tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt1-0/+5
2025-07-24tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor1-1/+1
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn2-3/+7
2025-07-17sched: Fix preemption string of preempt_dynamic_noneThomas Weißschuh1-1/+1
2025-07-17module: Fix memory deallocation on error path in move_module()Petr Pavlu1-2/+2
2025-07-17sched/deadline: Fix dl_server runtime calculation formulakuyo chang1-5/+5
2025-07-17perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra1-1/+1
2025-07-17sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra2-10/+15
2025-07-17perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun1-2/+2
2025-07-10rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)1-0/+4
2025-07-10genirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek1-1/+1
2025-07-06sched_ext: Make scx_group_set_weight() always update tg->scx.weightSasha Levin1-6/+6
2025-06-27perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun1-2/+20
2025-06-27perf: Fix cgroup state vs ERRORPeter Zijlstra1-21/+30
2025-06-27perf: Fix sample vs do_exit()Peter Zijlstra2-8/+16
2025-06-27tracing: Do not free "head" on error path of filter_free_subsystem_filters()Steven Rostedt1-3/+1
2025-06-27workqueue: Initialize wq_isolated_cpumask in workqueue_init_early()Chuyi Zhou1-1/+2
2025-06-27sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...Tejun Heo3-2/+9
2025-06-27fgraph: Do not enable function_graph tracer when setting funcgraph-argsSteven Rostedt1-0/+6
2025-06-27tracing: Fix regression of filter waiting a long time on RCU synchronizationSteven Rostedt1-48/+138
2025-06-27bpf: Use proper type to calculate bpf_raw_tp_null_args.mask indexShung-Hsi Yu1-2/+2
2025-06-27tracing: Only return an adjusted address if it matches the kernel addressSteven Rostedt1-1/+4
2025-06-27bpf: Pass the same orig_call value to trampoline functionsIlya Leoshkevich1-1/+1
2025-06-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao1-1/+2
2025-06-27workqueue: Fix race condition in wq->stats incrementationJiayuan Chen1-1/+3
2025-06-27clocksource: Fix the CPUs' choice in the watchdog per CPU verificationGuilherme G. Piccoli1-1/+1
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin1-3/+7
2025-06-27watchdog: fix watchdog may detect false positive of softlockupLuo Gengkun1-14/+27
2025-06-27cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong1-2/+1
2025-06-27sched/fair: Adhere to place_entity() constraintsPeter Zijlstra1-1/+3
2025-06-27sched/rt: Fix race in push_rt_taskHarshit Agarwal1-28/+26
2025-06-27alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan1-2/+3
2025-06-19ring-buffer: Move cpus_read_lock() outside of buffer->mutexSteven Rostedt1-5/+6
2025-06-19ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov1-3/+1
2025-06-19ring-buffer: Do not trigger WARN_ON() due to a commit_overrunSteven Rostedt1-8/+18
2025-06-19posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov1-0/+9
2025-06-19perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra1-4/+30
2025-06-19sched_ext: idle: Skip cross-node search with !CONFIG_NUMAAndrea Righi1-0/+8
2025-06-19bpf: Do not include stack ptr register in precision backtracking bookkeepingYonghong Song1-2/+16
2025-06-19bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1
2025-06-19bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...Di Shen1-0/+2
2025-06-19bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen1-1/+1
2025-06-19tracing: Fix error handling in event_trigger_parse()Miaoqian Lin1-2/+2
2025-06-19tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt3-14/+12