summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-01-22kheaders: use standard naming for the temporary directoryThomas Weißschuh
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Waiman Long
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky
2023-01-06bpf: Skip task with pid=1 in send_signal_common()Hao Sun
2023-01-06bpf: Skip invalid kfunc call in backtrack_insnHao Sun
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-03time: Fix various kernel-doc problemsRandy Dunlap
2023-01-02kcsan: test: don't put the expect array on the stackMax Filippov
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-12-28bpf: Always use maximal size for copy_array()Kees Cook
2022-12-28bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageChuang Wang
2022-12-27futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers
2022-12-27perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim
2022-12-27perf: Fix use-after-free in error pathPeter Zijlstra
2022-12-27perf/core: Fix cgroup events trackingChengming Zhou
2022-12-27perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-23Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds
2022-12-23Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Linus Torvalds
2022-12-23cfi: Fix CFI failure with KASANSami Tolvanen
2022-12-22bpf: fix nullness propagation for reg to reg comparisonsHao Sun
2022-12-21Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2022-12-21Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-21gcov: add support for checksum fieldRickard x Andersson
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-21dma-mapping: reject GFP_COMP for noncoherent allocationsChristoph Hellwig