summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner2024-10-101-14/+12
* uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov2024-10-101-1/+1
* close_range(): fix the logics in descriptor table trimmingAl Viro2024-10-101-18/+14
* tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li2024-10-101-2/+5
* tracing/timerlat: Fix a race during cpuhp processingWei Li2024-10-101-0/+2
* tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li2024-10-101-7/+6
* tracing/hwlat: Fix a race during cpuhp processingWei Li2024-10-101-0/+2
* sched/core: Clear prev->dl_server in CFS pick fast pathYoussef Esmat2024-10-101-0/+7
* sched/core: Add clearing of ->dl_server in put_prev_task_balance()Joel Fernandes (Google)2024-10-101-8/+8
* resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying2024-10-101-8/+50
* perf/core: Fix small negative period being ignoredLuo Gengkun2024-10-101-1/+5
* perf: Really fix event_function_call() lockingNamhyung Kim2024-10-101-5/+8
* bpf: Fix a sdiv overflow issueYonghong Song2024-10-101-4/+89
* bpf: Make the pointer returned by iter next method validJuntong Deng2024-10-101-4/+22
* perf: Fix event_function_call() lockingPeter Zijlstra2024-10-101-4/+5
* perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko2024-10-101-0/+2
* rcuscale: Provide clear error when async specified without primitivesPaul E. McKenney2024-10-101-2/+2
* rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gp...Zqiang2024-10-101-29/+53
* drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark2024-10-101-0/+9
* jump_label: Fix static_key_slow_dec() yet againPeter Zijlstra2024-10-101-7/+27
* jump_label: Simplify and clarify static_key_fast_inc_cpus_locked()Thomas Gleixner2024-10-101-9/+11
* static_call: Replace pointless WARN_ON() in static_call_module_notify()Thomas Gleixner2024-10-101-1/+1
* static_call: Handle module init failure correctly in static_call_del_module()Thomas Gleixner2024-10-101-0/+11
* bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov2024-10-041-3/+6
* module: Fix KCOV-ignored file nameDmitry Vyukov2024-10-041-1/+1
* lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu2024-10-041-16/+32
* padata: use integer wrap around to prevent deadlock on seq_nr overflowVanGiang Nguyen2024-10-041-1/+2
* bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann2024-10-042-0/+3
* bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann2024-10-041-5/+11
* bpf: Fix helper writes to read-only mapsDaniel Borkmann2024-10-044-41/+15
* bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann2024-10-041-2/+2
* sched/pelt: Use rq_clock_task() for hw_pressureChen Yu2024-10-041-1/+2
* sched/numa: Fix the vma scan starving issueYujie Liu2024-10-041-0/+9
* sched/deadline: Fix schedstats vs deadline serversHuang Shijie2024-10-041-22/+16
* kthread: fix task state in kthread worker if being frozenChen Yu2024-10-041-1/+9
* bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relosEduard Zingerman2024-10-041-0/+8
* bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song2024-10-041-2/+3
* bpf: Fix compare error in function retval_range_withinXu Kuohai2024-10-041-5/+11
* bpf, lsm: Add check for BPF LSM return valueXu Kuohai2024-10-043-11/+88
* sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding2024-10-041-13/+9
* rcu/nocb: Fix RT throttling hrtimer armed from offline CPUFrederic Weisbecker2024-10-041-1/+4
* padata: Honor the caller's alignment in case of chunk_size 0Kamlesh Gurudasani2024-10-041-0/+3
* tracing/kprobes: Fix build error when find_module() is not availableMasami Hiramatsu (Google)2024-09-181-6/+19
* tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt2024-09-181-5/+5
* cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long2024-09-181-16/+17
* workqueue: Improve scalability of workqueue watchdog touchNicholas Piggin2024-09-121-2/+8
* workqueue: wq_watchdog_touch is always called with valid CPUNicholas Piggin2024-09-121-0/+2
* perf/aux: Fix AUX buffer serializationPeter Zijlstra2024-09-123-6/+15
* uprobes: Use kzalloc to allocate xol areaSven Schnelle2024-09-121-2/+1
* smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()Zqiang2024-09-121-0/+1