index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-31
23
-369
/
+672
|
\
|
*
bpf: Fix typo in a comment in bpf lpm_trie.
Leon Huayra
2021-12-31
1
-1
/
+1
|
*
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
2021-12-30
1
-0
/
+1
|
*
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
2021-12-30
4
-15
/
+50
|
*
bpf: Add missing map_get_next_key method to bloom filter map.
Haimin Zhang
2021-12-29
1
-0
/
+6
|
*
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
|
*
bpf: Use struct_size() helper
Xiu Jianfeng
2021-12-22
2
-7
/
+2
|
*
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
2021-12-19
1
-21
/
+73
|
*
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-18
7
-24
/
+38
|
*
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2021-12-18
2
-6
/
+28
|
*
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2021-12-18
2
-2
/
+2
|
*
bpf: Introduce MEM_RDONLY flag
Hao Luo
2021-12-18
3
-38
/
+53
|
*
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
3
-177
/
+132
|
*
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
2
-27
/
+27
|
*
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
1
-25
/
+14
|
*
Only output backtracking information in log level 2
Christy Lee
2021-12-17
1
-3
/
+3
|
*
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-17
1
-21
/
+36
|
*
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-17
1
-14
/
+69
|
*
add missing bpf-cgroup.h includes
Jakub Kicinski
2021-12-16
6
-0
/
+6
|
*
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
2
-4
/
+4
|
*
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-12-13
3
-6
/
+134
|
*
bpf: Allow access to int pointer arguments in tracing programs
Jiri Olsa
2021-12-13
1
-4
/
+3
|
*
bpf: Silence coverity false positive warning.
Alexei Starovoitov
2021-12-12
1
-4
/
+4
|
*
bpf: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
2021-12-12
1
-2
/
+1
|
*
bpf: Add bpf_strncmp helper
Hou Tao
2021-12-12
1
-0
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-30
5
-9
/
+31
|
\
\
|
*
\
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-12-25
1
-0
/
+11
|
|
\
\
|
|
*
|
kernel/crash_core: suppress unknown crashkernel parameter warning
Philipp Rudo
2021-12-25
1
-0
/
+11
|
*
|
|
Merge branch 'ucount-rlimit-fixes-for-v5.16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2021-12-24
1
-6
/
+9
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
ucounts: Fix rlimit max values check
Alexey Gladkov
2021-12-09
1
-6
/
+9
|
*
|
|
Merge tag 'timers_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-12-19
1
-2
/
+1
|
|
\
\
\
|
|
*
|
|
timekeeping: Really make sure wall_to_monotonic isn't positive
Yu Liao
2021-12-17
1
-2
/
+1
|
*
|
|
|
Merge tag 'locking_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2021-12-19
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
Zqiang
2021-12-18
1
-1
/
+1
|
|
|
/
/
/
|
*
|
|
|
Merge tag 'core_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-12-19
1
-0
/
+9
|
|
\
\
\
\
|
|
*
|
|
|
signal: Skip the altstack update when not needed
Chang S. Bae
2021-12-14
1
-0
/
+9
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-17
6
-41
/
+75
|
\
|
|
|
|
|
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-12-17
1
-11
/
+10
|
|
\
\
\
\
|
|
*
|
|
|
audit: improve robustness of the audit queue handling
Paul Moore
2021-12-15
1
-11
/
+10
|
*
|
|
|
|
Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-12-17
1
-17
/
+36
|
|
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
2021-12-16
1
-9
/
+15
|
|
*
|
|
|
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
2021-12-16
1
-0
/
+4
|
|
*
|
|
|
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
2021-12-15
1
-1
/
+8
|
|
*
|
|
|
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
2021-12-15
1
-3
/
+9
|
|
*
|
|
|
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
2021-12-10
1
-4
/
+0
|
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-12-11
1
-7
/
+9
|
|
\
\
\
\
\
|
|
*
|
|
|
|
timers: implement usleep_idle_range()
SeongJae Park
2021-12-11
1
-7
/
+9
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-12-10
2
-6
/
+13
|
|
\
\
\
\
\
|
|
*
|
|
|
|
tracing: Fix possible memory leak in __create_synth_event() error path
Miaoqian Lin
2021-12-09
1
-5
/
+6
|
|
*
|
|
|
|
ftrace: Add cleanup to unregister_ftrace_direct_multi
Jiri Olsa
2021-12-08
1
-0
/
+4
[next]