index
:
linux-stable.git
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.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
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-10-03
17
-377
/
+1215
|
\
|
*
bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
Martin KaFai Lau
2022-09-29
1
-0
/
+23
|
*
bpf: Handle show_fdinfo for the parameterized task BPF iterators
Kui-Feng Lee
2022-09-28
1
-0
/
+18
|
*
bpf: Handle bpf_link_info for the parameterized task BPF iterators.
Kui-Feng Lee
2022-09-28
1
-0
/
+18
|
*
bpf: Parameterize task iterators.
Kui-Feng Lee
2022-09-28
1
-22
/
+166
|
*
bpf: Enforce W^X for bpf trampoline
Song Liu
2022-09-26
1
-17
/
+5
|
*
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2022-09-26
2
-8
/
+28
|
*
bpf: Return value in kprobe get_func_ip only for entry address
Jiri Olsa
2022-09-26
1
-1
/
+4
|
*
bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
Jiri Olsa
2022-09-26
1
-2
/
+18
|
*
ftrace: Keep the resolved addr in kallsyms_callback
Jiri Olsa
2022-09-26
1
-2
/
+1
|
*
kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
Jiri Olsa
2022-09-26
1
-1
/
+5
|
*
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
2022-09-21
1
-5
/
+13
|
*
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
2022-09-21
1
-52
/
+14
|
*
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
2022-09-21
3
-13
/
+19
|
*
bpf: Add bpf_verify_pkcs7_signature() kfunc
Roberto Sassu
2022-09-21
1
-0
/
+45
|
*
bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
Roberto Sassu
2022-09-21
1
-0
/
+135
|
*
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
2022-09-21
1
-1
/
+1
|
*
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2022-09-21
2
-5
/
+38
|
*
bpf: Move dynptr type check to is_dynptr_type_expected()
Roberto Sassu
2022-09-21
1
-8
/
+27
|
*
btf: Export bpf_dynptr definition
Roberto Sassu
2022-09-21
1
-0
/
+2
|
*
bpf: Allow kfuncs to be used in LSM programs
KP Singh
2022-09-21
1
-0
/
+1
|
*
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2022-09-21
3
-9
/
+235
|
*
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-21
2
-6
/
+59
|
*
bpf: simplify code in btf_parse_hdr
William Dean
2022-09-21
1
-6
/
+1
|
*
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
2022-09-20
1
-1
/
+2
|
*
bpf/btf: Use btf_type_str() whenever possible
Peilin Ye
2022-09-16
1
-9
/
+8
|
*
ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
Peter Zijlstra (Intel)
2022-09-16
1
-0
/
+6
|
*
bpf: use kvmemdup_bpfptr helper
Wang Yufen
2022-09-16
1
-9
/
+4
|
*
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
2022-09-15
2
-10
/
+26
|
*
bpf: Add verifier support for custom callback return range
Dave Marchevsky
2022-09-10
1
-1
/
+6
|
*
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
2022-09-10
2
-0
/
+2
|
*
bpf: Remove duplicate PTR_TO_BTF_ID RO check
Daniel Xu
2022-09-10
1
-3
/
+0
|
*
bpf: Simplify code by using for_each_cpu_wrap()
Punit Agrawal
2022-09-10
1
-32
/
+16
|
*
bpf: add missing percpu_counter_destroy() in htab_map_alloc()
Tetsuo Handa
2022-09-10
1
-0
/
+2
|
*
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-09-07
1
-107
/
+28
|
*
bpf: Support kptrs in percpu arraymap
Kumar Kartikeya Dwivedi
2022-09-07
2
-10
/
+26
|
*
bpf: Fix resetting logic for unreferenced kptrs
Jules Irenge
2022-09-07
1
-1
/
+1
|
*
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2022-09-07
2
-33
/
+113
|
*
bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
Benjamin Tissoires
2022-09-07
1
-1
/
+1
|
*
bpf/verifier: allow all functions to read user provided context
Benjamin Tissoires
2022-09-07
1
-0
/
+19
|
*
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2022-09-07
2
-6
/
+50
|
*
bpf: Allow struct argument in trampoline based programs
Yonghong Song
2022-09-06
1
-6
/
+39
|
*
bpf: Replace __ksize with ksize.
Alexei Starovoitov
2022-09-06
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-29
2
-5
/
+6
|
\
\
|
*
\
Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-09-24
1
-1
/
+4
|
|
\
\
|
|
*
|
cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
Ming Lei
2022-09-23
1
-1
/
+4
|
*
|
|
Merge tag 'wq-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-09-24
1
-4
/
+2
|
|
\
\
\
|
|
*
|
|
workqueue: don't skip lockdep work dependency in cancel_work_sync()
Tetsuo Handa
2022-08-16
1
-4
/
+2
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
14
-31
/
+27
|
\
|
|
|
|
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-09-20
2
-6
/
+2
|
|
\
\
\
[next]