summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-10-10sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner
2024-10-10uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov
2024-10-10close_range(): fix the logics in descriptor table trimmingAl Viro
2024-10-10tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li
2024-10-10tracing/timerlat: Fix a race during cpuhp processingWei Li
2024-10-10tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li
2024-10-10tracing/hwlat: Fix a race during cpuhp processingWei Li
2024-10-10sched/core: Clear prev->dl_server in CFS pick fast pathYoussef Esmat
2024-10-10sched/core: Add clearing of ->dl_server in put_prev_task_balance()Joel Fernandes (Google)
2024-10-10resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying
2024-10-10perf/core: Fix small negative period being ignoredLuo Gengkun
2024-10-10perf: Really fix event_function_call() lockingNamhyung Kim
2024-10-10bpf: Fix a sdiv overflow issueYonghong Song
2024-10-10bpf: Make the pointer returned by iter next method validJuntong Deng
2024-10-10perf: Fix event_function_call() lockingPeter Zijlstra
2024-10-10perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko
2024-10-10rcuscale: Provide clear error when async specified without primitivesPaul E. McKenney
2024-10-10rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gp...Zqiang
2024-10-10drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark
2024-10-10jump_label: Fix static_key_slow_dec() yet againPeter Zijlstra
2024-10-10jump_label: Simplify and clarify static_key_fast_inc_cpus_locked()Thomas Gleixner
2024-10-10static_call: Replace pointless WARN_ON() in static_call_module_notify()Thomas Gleixner
2024-10-10static_call: Handle module init failure correctly in static_call_del_module()Thomas Gleixner
2024-10-04bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov
2024-10-04module: Fix KCOV-ignored file nameDmitry Vyukov
2024-10-04lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu
2024-10-04padata: use integer wrap around to prevent deadlock on seq_nr overflowVanGiang Nguyen
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann
2024-10-04bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-10-04bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann
2024-10-04sched/pelt: Use rq_clock_task() for hw_pressureChen Yu
2024-10-04sched/numa: Fix the vma scan starving issueYujie Liu
2024-10-04sched/deadline: Fix schedstats vs deadline serversHuang Shijie
2024-10-04kthread: fix task state in kthread worker if being frozenChen Yu
2024-10-04bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relosEduard Zingerman
2024-10-04bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song
2024-10-04bpf: Fix compare error in function retval_range_withinXu Kuohai
2024-10-04bpf, lsm: Add check for BPF LSM return valueXu Kuohai
2024-10-04sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding
2024-10-04rcu/nocb: Fix RT throttling hrtimer armed from offline CPUFrederic Weisbecker
2024-10-04padata: Honor the caller's alignment in case of chunk_size 0Kamlesh Gurudasani
2024-09-18tracing/kprobes: Fix build error when find_module() is not availableMasami Hiramatsu (Google)
2024-09-18tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt
2024-09-18cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long
2024-09-12workqueue: Improve scalability of workqueue watchdog touchNicholas Piggin
2024-09-12workqueue: wq_watchdog_touch is always called with valid CPUNicholas Piggin
2024-09-12perf/aux: Fix AUX buffer serializationPeter Zijlstra
2024-09-12uprobes: Use kzalloc to allocate xol areaSven Schnelle
2024-09-12smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()Zqiang