summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-10-04bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov1-3/+6
2024-10-04module: Fix KCOV-ignored file nameDmitry Vyukov1-1/+1
2024-10-04lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu1-16/+32
2024-10-04padata: use integer wrap around to prevent deadlock on seq_nr overflowVanGiang Nguyen1-1/+2
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann2-0/+3
2024-10-04bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann1-5/+11
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann4-41/+15
2024-10-04bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bitDaniel Borkmann1-2/+2
2024-10-04sched/pelt: Use rq_clock_task() for hw_pressureChen Yu1-1/+2
2024-10-04sched/numa: Fix the vma scan starving issueYujie Liu1-0/+9
2024-10-04sched/deadline: Fix schedstats vs deadline serversHuang Shijie1-22/+16
2024-10-04kthread: fix task state in kthread worker if being frozenChen Yu1-1/+9
2024-10-04bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relosEduard Zingerman1-0/+8
2024-10-04bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song1-2/+3
2024-10-04bpf: Fix compare error in function retval_range_withinXu Kuohai1-5/+11
2024-10-04bpf, lsm: Add check for BPF LSM return valueXu Kuohai3-11/+88
2024-10-04sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding1-13/+9
2024-10-04rcu/nocb: Fix RT throttling hrtimer armed from offline CPUFrederic Weisbecker1-1/+4
2024-10-04padata: Honor the caller's alignment in case of chunk_size 0Kamlesh Gurudasani1-0/+3
2024-09-18tracing/kprobes: Fix build error when find_module() is not availableMasami Hiramatsu (Google)1-6/+19
2024-09-18tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt1-5/+5
2024-09-18cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long1-16/+17
2024-09-12workqueue: Improve scalability of workqueue watchdog touchNicholas Piggin1-2/+8
2024-09-12workqueue: wq_watchdog_touch is always called with valid CPUNicholas Piggin1-0/+2
2024-09-12perf/aux: Fix AUX buffer serializationPeter Zijlstra3-6/+15
2024-09-12uprobes: Use kzalloc to allocate xol areaSven Schnelle1-2/+1
2024-09-12smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()Zqiang1-0/+1
2024-09-12dma-mapping: benchmark: Don't starve others when doing the testYicong Yang1-0/+16
2024-09-12tracing/kprobes: Add symbol counting check when module loadsMasami Hiramatsu (Google)1-44/+81
2024-09-12cgroup: Protect css->cgroup write under css_set_lockWaiman Long1-1/+1
2024-09-12bpf: add check for invalid name in btf_name_valid_section()Jeongjun Park1-1/+3
2024-09-12seccomp: release task filters when the task exitsAndrei Vagin2-6/+20
2024-09-12bpf, verifier: Correct tail_call_reachable for bpf progLeon Hwang1-1/+3
2024-09-12cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partitionWaiman Long1-7/+29
2024-09-12tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt1-7/+6
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian1-0/+2
2024-09-12tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt1-6/+13
2024-09-12tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt1-3/+15
2024-09-12kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=yPetr Tesarik1-1/+1
2024-09-12rtmutex: Drop rt_mutex::wait_lock before schedulingRoland Xu1-4/+5
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner1-4/+2
2024-09-08rcu/nocb: Remove buggy bypass lock contention mitigationFrederic Weisbecker2-27/+6
2024-09-08dma-debug: avoid deadlock between dma debug vs printk and netconsoleRik van Riel1-1/+4
2024-08-29Revert "pidfd: prevent creation of pidfds for kthreads"Christian Brauner1-22/+3
2024-08-29cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long1-1/+2
2024-08-29cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong1-0/+2
2024-08-29workqueue: Fix spruious data race in __flush_work()Tejun Heo1-20/+25
2024-08-29workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()Will Deacon1-1/+1
2024-08-29printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura2-2/+8
2024-08-29cpu/SMT: Enable SMT only if a core is onlineNysal Jan K.A1-1/+11