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-04cgroup/pids: Avoid spurious event notificationXiu Jianfeng1-11/+7
2024-10-04padata: Honor the caller's alignment in case of chunk_size 0Kamlesh Gurudasani1-0/+3
2024-09-12Merge tag 'wq-for-6.11-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+6
2024-09-11workqueue: Clear worker->pool in the worker thread contextLai Jiangshan1-2/+6
2024-09-11Merge tag 'printk-for-6.11-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2024-09-11Merge branch 'for-6.11-fixup' into for-linusPetr Mladek1-0/+1
2024-09-10Merge tag 'trace-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+5
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko1-4/+0
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt1-5/+5
2024-09-09printk: Export match_devname_and_update_preferred_console()Yu Liao1-0/+1
2024-09-08Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+16
2024-09-05Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-2/+4
2024-09-05Merge tag 'trace-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-34/+72
2024-09-05tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt1-7/+6
2024-09-05tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt1-6/+13
2024-09-05tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt1-3/+15
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian1-0/+2
2024-09-04bpf: add check for invalid name in btf_name_valid_section()Jeongjun Park1-1/+3
2024-09-04perf/aux: Fix AUX buffer serializationPeter Zijlstra3-6/+15
2024-09-04Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-09-03uprobes: Use kzalloc to allocate xol areaSven Schnelle1-2/+1
2024-09-01kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=yPetr Tesarik1-1/+1
2024-09-01Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2024-09-01Merge tag 'locking-urgent-2024-08-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+5
2024-08-30bpf: Fix a crash when btf_parse_base() returns an error pointerMartin KaFai Lau1-1/+1
2024-08-27Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-22/+3
2024-08-24Merge tag 'cgroup-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+21
2024-08-24Merge tag 'wq-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-23/+27
2024-08-21Revert "pidfd: prevent creation of pidfds for kthreads"Christian Brauner1-22/+3
2024-08-21tracing: Fix memory leak in fgraph storage selftestMasami Hiramatsu (Google)1-5/+18
2024-08-21tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...Masami Hiramatsu (Google)1-13/+18
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner1-4/+2