index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
Alexei Starovoitov
2021-11-01
1
-1
/
+1
*
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
2021-11-01
1
-1
/
+1
*
bpf: Add missing map_delete_elem method to bloom filter map
Eric Dumazet
2021-11-01
1
-0
/
+6
*
bpf: Bloom filter map naming fixups
Joanne Koong
2021-11-01
1
-23
/
+26
*
bpf: Add dummy BPF STRUCT_OPS for test purpose
Hou Tao
2021-11-01
2
-0
/
+6
*
bpf: Factor out helpers for ctx access checking
Hou Tao
2021-11-01
1
-14
/
+2
*
bpf: Factor out a helper to prepare trampoline for struct_ops prog
Hou Tao
2021-11-01
1
-10
/
+19
*
bpf: Disallow unprivileged bpf by default
Pawan Gupta
2021-11-01
1
-0
/
+7
*
bpf: Add bpf_kallsyms_lookup_name helper
Kumar Kartikeya Dwivedi
2021-10-28
1
-0
/
+27
*
bpf: Add bloom filter map implementation
Joanne Koong
2021-10-28
4
-7
/
+233
*
bpf: Use u64_stats_t in struct bpf_prog_stats
Eric Dumazet
2021-10-27
2
-9
/
+15
*
bpf: Fixes possible race in update_prog_stats() for 32bit arches
Eric Dumazet
2021-10-27
1
-2
/
+4
*
bpf: Add BTF_KIND_DECL_TAG typedef support
Yonghong Song
2021-10-22
1
-2
/
+2
*
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
2021-10-21
2
-2
/
+7
*
bpf: Add bpf_skc_to_unix_sock() helper
Hengqi Chen
2021-10-21
1
-0
/
+2
*
bpf/preload: Clean up .gitignore and "clean-files" target
Quentin Monnet
2021-10-20
2
-5
/
+2
*
bpf: Silence Coverity warning for find_kfunc_desc_btf
Kumar Kartikeya Dwivedi
2021-10-19
1
-9
/
+4
*
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-10-18
1
-22
/
+22
*
bpftool: Add install-bin target to install binary only
Quentin Monnet
2021-10-08
1
-1
/
+1
*
bpf: iterators: Install libbpf headers when building
Quentin Monnet
2021-10-08
1
-13
/
+25
*
bpf: preload: Install libbpf headers when building
Quentin Monnet
2021-10-08
1
-5
/
+20
*
bpf: Avoid retpoline for bpf_for_each_map_elem
Andrey Ignatov
2021-10-05
1
-1
/
+10
*
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
2021-10-05
1
-0
/
+1
*
bpf: Enable TCP congestion control kfunc from modules
Kumar Kartikeya Dwivedi
2021-10-05
1
-0
/
+2
*
bpf: btf: Introduce helpers for dynamic BTF set registration
Kumar Kartikeya Dwivedi
2021-10-05
1
-0
/
+52
*
bpf: Be conservative while processing invalid kfunc calls
Kumar Kartikeya Dwivedi
2021-10-05
1
-0
/
+18
*
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-05
2
-27
/
+179
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-10-01
6
-63
/
+150
|
\
|
*
bpf: Replace callers of BPF_CAST_CALL with proper function typedef
Kees Cook
2021-09-28
3
-11
/
+8
|
*
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
2021-09-28
2
-20
/
+12
|
*
bpf: Support <8-byte scalar spill and refill
Martin KaFai Lau
2021-09-26
1
-15
/
+52
|
*
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
2021-09-26
1
-11
/
+19
|
*
bpf: Add bpf_trace_vprintk helper
Dave Marchevsky
2021-09-17
3
-1
/
+58
|
*
bpf: Merge printk and seq_printf VARARG max macros
Dave Marchevsky
2021-09-17
2
-6
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-30
8
-16
/
+41
|
\
\
|
*
\
Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-09-30
3
-8
/
+18
|
|
\
\
|
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-09-28
3
-8
/
+18
|
|
|
\
\
|
|
|
*
|
bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
Daniel Borkmann
2021-09-28
1
-5
/
+12
|
|
|
*
|
bpf: Exempt CAP_BPF from checks against bpf_jit_limit
Lorenz Bauer
2021-09-28
1
-1
/
+1
|
|
|
*
|
bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
Hou Tao
2021-09-14
1
-2
/
+5
|
*
|
|
|
Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-26
1
-1
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
posix-cpu-timers: Prevent spuriously armed 0-value itimer
Frederic Weisbecker
2021-09-23
1
-1
/
+2
|
|
|
/
/
/
|
*
|
|
|
Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-09-26
1
-1
/
+1
|
|
\
\
\
\
|
|
*
\
\
\
Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...
Thomas Gleixner
2021-09-24
1
-1
/
+1
|
|
|
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent
Bixuan Cui
2021-09-22
1
-1
/
+1
|
*
|
|
|
|
Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-09-25
1
-0
/
+8
|
|
\
\
\
\
\
|
|
*
|
|
|
|
blktrace: Fix uaf in blk_trace access after removing by sysfs
Zhihao Cheng
2021-09-24
1
-0
/
+8
|
*
|
|
|
|
|
entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
Sean Christopherson
2021-09-22
2
-6
/
+2
|
*
|
|
|
|
|
KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
Sean Christopherson
2021-09-22
2
-4
/
+14
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-23
4
-23
/
+50
|
\
|
|
|
|
|
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
[next]