aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-23/+35
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2023-01-21prlimit: do_prlimit needs to have a speculation checkGravatar Greg Kroah-Hartman 1-0/+2
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 5-23/+21
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2023-01-19Merge branch 'rework/console-list-lock' into for-linusGravatar Petr Mladek 1-0/+2
2023-01-18kheaders: explicitly validate existence of cpio commandGravatar Thomas Weißschuh 1-0/+2
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 5-23/+21
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningGravatar Anuradha Weeraman 1-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()Gravatar John Ogness 1-0/+1
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Gravatar Waiman Long 1-2/+8
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-15/+6
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testGravatar Nicholas Piggin 1-15/+6
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationGravatar Luis Gerhorst 1-1/+3
2023-01-13sched/fair: Fixes for capacity inversion detectionGravatar Qais Yousef 1-2/+11
2023-01-13sched/uclamp: Fix a uninitialized variable warningsGravatar Qais Yousef 1-19/+16
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskGravatar Tonghao Zhang 1-2/+2
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-10/+10
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+60
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 1-1/+6
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Gravatar Paul Moore 1-14/+6
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Gravatar Paul Moore 2-7/+2
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Gravatar Waiman Long 1-4/+29
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Gravatar Waiman Long 1-5/+29
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsGravatar Yair Podemsky 1-1/+3
2023-01-06bpf: Skip task with pid=1 in send_signal_common()Gravatar Hao Sun 1-0/+3
2023-01-06bpf: Skip invalid kfunc call in backtrack_insnGravatar Hao Sun 1-0/+6
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-18/+48
2023-01-03time: Fix various kernel-doc problemsGravatar Randy Dunlap 3-10/+10
2023-01-02kcsan: test: don't put the expect array on the stackGravatar Max Filippov 1-1/+6
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-37/+17
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-16/+56
2022-12-28bpf: Always use maximal size for copy_array()Gravatar Kees Cook 1-5/+7
2022-12-28bpf: keep a reference to the mm, in case the task is dead.Gravatar Kui-Feng Lee 1-12/+27
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageGravatar Chuang Wang 1-0/+4
2022-12-27futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorGravatar Mathieu Desnoyers 1-4/+7
2022-12-27perf/core: Call LSM hook after copying perf_event_attrGravatar Namhyung Kim 1-3/+3
2022-12-27perf: Fix use-after-free in error pathGravatar Peter Zijlstra 1-1/+3
2022-12-27perf/core: Fix cgroup events trackingGravatar Chengming Zhou 1-32/+10
2022-12-27perf core: Return error pointer if inherit_event() fails to find pmu_ctxGravatar Ravi Bangoria 1-1/+1
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-1/+10
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-7/+9
2022-12-23Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Gravatar Linus Torvalds 1-0/+4
2022-12-23Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+5
2022-12-23cfi: Fix CFI failure with KASANGravatar Sami Tolvanen 1-3/+0
2022-12-22bpf: fix nullness propagation for reg to reg comparisonsGravatar Hao Sun 1-1/+8
2022-12-21Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 2-2/+2
2022-12-21Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-48/+112
2022-12-21gcov: add support for checksum fieldGravatar Rickard x Andersson 1-0/+5