aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-04-15Merge tag 'trace-rv-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds22-226/+1205
2026-04-15Merge tag 'trace-ringbuffer-v7.1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-132/+2737
2026-04-15Merge tag 'ftrace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-0/+22
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-69/+61
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+17
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-366/+363
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-1023/+3523
2026-04-15Merge tag 'wq-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-24/+261
2026-04-15Merge tag 'cgroup-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-90/+31
2026-04-14Merge tag 'kernel-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-21/+20
2026-04-14Merge tag 'vfs-7.1-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+30
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds29-8880/+11205
2026-04-14Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-80/+151
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-99/+10
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-401/+984
2026-04-14Merge tag 'perf-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-22/+21
2026-04-14Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-121/+286
2026-04-14Merge tag 'smp-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+43
2026-04-14Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-171/+225
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds25-1135/+1652
2026-04-14Merge tag 'irq-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+6
2026-04-14ring-buffer: Prevent off-by-one array access in ring_buffer_desc_page()Vincent Donnefort1-2/+2
2026-04-14ring-buffer: Report header_page overwrite as charCao Ruichuang1-2/+2
2026-04-13Merge tag 'pm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-4/+8
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+4
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2026-04-13Merge tag 'audit-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+6
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-4/+55
2026-04-13Merge tag 'namespaces-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-13/+7
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-19/+18
2026-04-13Merge tag 'rcu.2026.03.31a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-148/+211
2026-04-13workqueue: validate cpumask_first() result in llc_populate_cpu_shard_id()Breno Leitao1-1/+12
2026-04-12Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"Alexei Starovoitov1-1/+1
2026-04-12bpf: Fix OOB in pcpu_init_valueLang Xu1-1/+1
2026-04-12bpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis1-3/+11
2026-04-12bpf: add missing fsession to the verifier logMenglong Dong1-5/+5
2026-04-12bpf: Move BTF checking logic into check_btf.cAlexei Starovoitov3-458/+466
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov3-945/+939
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov3-1746/+1698
2026-04-12bpf: Move check_cfg() into cfg.cAlexei Starovoitov3-996/+904
2026-04-12bpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov2-249/+248
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov3-2725/+2688
2026-04-12Merge tag 'wq-for-7.0-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+13
2026-04-12Merge tag 'timers-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+30
2026-04-12Merge tag 'sched-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2026-04-11bpf: Simplify do_check_insn()Alexei Starovoitov1-57/+46
2026-04-11bpf: Move checks for reserved fields out of the main passAlexei Starovoitov1-147/+200
2026-04-11Merge tag 'probes-fixes-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-04-11bpf: Delete unused variableAlexei Starovoitov1-3/+1