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: report RCU QS in cpumap kthread
Yan Zhai
2024-03-20
1
-0
/
+3
*
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-03-12
31
-734
/
+3094
|
\
|
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-11
16
-141
/
+1122
|
|
\
|
|
*
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-03-11
7
-16
/
+16
|
|
*
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
2024-03-11
1
-1
/
+6
|
|
*
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
2024-03-11
2
-4
/
+30
|
|
*
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
2024-03-11
3
-9
/
+107
|
|
*
bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.
Alexei Starovoitov
2024-03-11
1
-0
/
+5
|
|
*
bpf: Disasm support for addr_space_cast instruction.
Alexei Starovoitov
2024-03-11
1
-0
/
+10
|
|
*
bpf: Introduce bpf_arena.
Alexei Starovoitov
2024-03-11
5
-0
/
+609
|
|
*
bpf: Fix stackmap overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-07
1
-3
/
+6
|
|
*
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-07
1
-5
/
+9
|
|
*
bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-07
1
-5
/
+6
|
|
*
bpf: Tell bpf programs kernel's PAGE_SIZE
Alexei Starovoitov
2024-03-07
1
-1
/
+6
|
|
*
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
2024-03-07
1
-0
/
+16
|
|
*
bpf: Recognize '__map' suffix in kfunc arguments
Alexei Starovoitov
2024-03-07
1
-0
/
+16
|
|
*
bpf: Allow kfuncs return 'void *'
Alexei Starovoitov
2024-03-07
1
-0
/
+3
|
|
*
bpf: Allow all printable characters in BTF DATASEC names
Eduard Zingerman
2024-03-06
1
-1
/
+15
|
|
*
bpf: Recognize that two registers are safe when their ranges match
Alexei Starovoitov
2024-03-06
1
-21
/
+30
|
|
*
bpf: Introduce may_goto instruction
Alexei Starovoitov
2024-03-06
3
-30
/
+138
|
|
*
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
2024-03-04
1
-41
/
+89
|
|
*
bpf, net: validate struct_ops when updating value.
Kui-Feng Lee
2024-03-04
1
-5
/
+6
|
*
|
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
2024-03-07
1
-1
/
+3
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-07
4
-13
/
+14
|
|
\
\
|
*
|
|
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
2024-03-04
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-02
16
-252
/
+688
|
|
\
\
|
|
*
|
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
Kees Cook
2024-02-29
1
-10
/
+10
|
|
*
|
bpf: add is_async_callback_calling_insn() helper
Benjamin Tissoires
2024-02-22
1
-4
/
+7
|
|
*
|
bpf: introduce in_sleepable() helper
Benjamin Tissoires
2024-02-22
1
-6
/
+11
|
|
*
|
bpf: allow more maps in sleepable bpf programs
Benjamin Tissoires
2024-02-22
1
-0
/
+2
|
|
*
|
bpf: Check cfi_stubs before registering a struct_ops type.
Kui-Feng Lee
2024-02-22
1
-0
/
+5
|
|
*
|
bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
Yonghong Song
2024-02-15
1
-5
/
+13
|
|
*
|
bpf: improve duplicate source code line detection
Andrii Nakryiko
2024-02-15
1
-2
/
+15
|
|
*
|
bpf: Use O(log(N)) binary search to find line info record
Andrii Nakryiko
2024-02-14
1
-5
/
+25
|
|
*
|
bpf: emit source code file name and line number in verifier log
Andrii Nakryiko
2024-02-13
1
-3
/
+12
|
|
*
|
bpf: don't infer PTR_TO_CTX for programs with unnamed context type
Andrii Nakryiko
2024-02-13
1
-0
/
+3
|
|
*
|
bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg
Andrii Nakryiko
2024-02-13
1
-0
/
+15
|
|
*
|
bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
Andrii Nakryiko
2024-02-13
2
-15
/
+14
|
|
*
|
bpf: remove check in __cgroup_bpf_run_filter_skb
Oliver Crumrine
2024-02-13
1
-3
/
+0
|
|
*
|
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
2024-02-13
3
-12
/
+234
|
|
*
|
bpf: Move __kfunc_param_match_suffix() to btf.c.
Kui-Feng Lee
2024-02-13
2
-28
/
+28
|
|
*
|
bpf: add btf pointer to struct bpf_ctx_arg_aux.
Kui-Feng Lee
2024-02-13
1
-1
/
+1
|
|
*
|
bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
Yonghong Song
2024-02-13
1
-2
/
+2
|
|
*
|
bpf: Have bpf_rdonly_cast() take a const pointer
Daniel Xu
2024-02-13
1
-2
/
+2
|
|
*
|
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
Marco Elver
2024-02-11
1
-39
/
+13
|
|
*
|
bpf, btf: Check btf for register_bpf_struct_ops
Geliang Tang
2024-02-08
1
-1
/
+3
|
|
*
|
bpf, btf: Add check_btf_kconfigs helper
Geliang Tang
2024-02-08
1
-18
/
+15
|
|
*
|
bpf, btf: Fix return value of register_btf_id_dtor_kfuncs
Geliang Tang
2024-02-08
1
-4
/
+2
|
|
*
|
bpf: Merge two CONFIG_BPF entries
Masahiro Yamada
2024-02-07
1
-0
/
+1
|
|
*
|
bpf: Transfer RCU lock state between subprog calls
Kumar Kartikeya Dwivedi
2024-02-05
1
-2
/
+1
[next]