index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-17
bpf: Add cookie support to programs attached with kprobe multi link
Jiri Olsa
4
-2
/
+116
2022-03-17
bpf: Add support to inline bpf_get_func_ip helper on x86
Jiri Olsa
2
-1
/
+21
2022-03-17
bpf: Add bpf_get_func_ip kprobe helper for multi kprobe link
Jiri Olsa
1
-1
/
+15
2022-03-17
bpf: Add multi kprobe link
Jiri Olsa
6
-5
/
+266
2022-03-17
kallsyms: Skip the name search for empty string
Jiri Olsa
1
-0
/
+4
2022-03-17
lib/sort: Add priv pointer to swap function
Jiri Olsa
3
-11
/
+32
2022-03-17
Merge branch 'fprobe: Introduce fprobe function entry/exit probe'
Alexei Starovoitov
40
-14
/
+1876
2022-03-17
fprobe: Add a selftest for fprobe
Masami Hiramatsu
3
-0
/
+188
2022-03-17
docs: fprobe: Add fprobe description to ftrace-use.rst
Masami Hiramatsu
2
-0
/
+175
2022-03-17
fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe
Masami Hiramatsu
3
-1
/
+33
2022-03-17
fprobe: Add sample program for fprobe
Masami Hiramatsu
4
-0
/
+131
2022-03-17
fprobe: Add exit_handler support
Masami Hiramatsu
3
-9
/
+122
2022-03-17
ARM: rethook: Add rethook arm implementation
Masami Hiramatsu
5
-2
/
+113
2022-03-17
powerpc: Add rethook support
Masami Hiramatsu
3
-0
/
+74
2022-03-17
arm64: rethook: Add arm64 rethook implementation
Masami Hiramatsu
6
-2
/
+121
2022-03-17
rethook: x86: Add rethook x86 implementation
Masami Hiramatsu
5
-1
/
+129
2022-03-17
rethook: Add a generic return hook
Masami Hiramatsu
7
-0
/
+437
2022-03-17
fprobe: Add ftrace based probe APIs
Masami Hiramatsu
4
-0
/
+311
2022-03-17
ftrace: Add ftrace_set_filter_ips function
Jiri Olsa
2
-9
/
+52
2022-03-17
selftests/bpf: Fix tunnel remote IP comments
Kaixi Fan
1
-1
/
+1
2022-03-17
veth: Allow jumbo frames in xdp mode
Lorenzo Bianconi
1
-3
/
+8
2022-03-17
veth: Rework veth_xdp_rcv_skb in order to accept non-linear skb
Lorenzo Bianconi
2
-56
/
+122
2022-03-17
net: veth: Account total xdp_frame len running ndo_xdp_xmit
Lorenzo Bianconi
2
-2
/
+16
2022-03-16
selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedly
Hou Tao
1
-9
/
+68
2022-03-16
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
3
-3
/
+6
2022-03-16
bpf, x86: Fall back to interpreter mode when extra pass fails
Hou Tao
1
-2
/
+9
2022-03-16
Merge branch 'Remove libcap dependency from bpf selftests'
Alexei Starovoitov
5
-102
/
+124
2022-03-16
bpf: selftests: Remove libcap usage from test_progs
Martin KaFai Lau
2
-38
/
+11
2022-03-16
bpf: selftests: Remove libcap usage from test_verifier
Martin KaFai Lau
2
-64
/
+27
2022-03-16
bpf: selftests: Add helpers to directly use the capget and capset syscall
Martin KaFai Lau
2
-0
/
+86
2022-03-15
bpftool: man: Add missing top level docs
Daniel Xu
1
-1
/
+12
2022-03-15
bpftool: Add bpf_cookie to link output
Dmitrii Dolgov
4
-0
/
+34
2022-03-15
selftests/bpf: Clean up array_size.cocci warnings
Guo Zhengkui
9
-15
/
+15
2022-03-15
samples/bpf, xdpsock: Fix race when running for fix duration of time
Niklas Söderlund
1
-3
/
+3
2022-03-15
bpf, sockmap: Fix double uncharge the mem of sk_msg
Wang Yufen
1
-4
/
+3
2022-03-15
bpf, sockmap: Fix more uncharged while msg has more_data
Wang Yufen
1
-2
/
+5
2022-03-15
bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
Wang Yufen
1
-4
/
+13
2022-03-15
bpf, sockmap: Fix memleak in sk_psock_queue_msg
Wang Yufen
1
-9
/
+4
2022-03-11
selftests/bpf: Fix a clang compilation error for send_signal.c
Yonghong Song
1
-1
/
+1
2022-03-11
selftests/bpf: Add a test for maximum packet size in xdp_do_redirect
Toke Høiland-Jørgensen
1
-0
/
+24
2022-03-11
bpf, test_run: Fix packet size check for live packet mode
Toke Høiland-Jørgensen
1
-3
/
+3
2022-03-10
compiler_types: Refactor the use of btf_type_tag attribute.
Hao Luo
1
-10
/
+9
2022-03-10
Merge branch 'bpf-lsm: Extend interoperability with IMA'
Alexei Starovoitov
7
-29
/
+321
2022-03-10
selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy
Roberto Sassu
2
-0
/
+35
2022-03-10
selftests/bpf: Add test for bpf_lsm_kernel_read_file()
Roberto Sassu
3
-1
/
+49
2022-03-10
bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
Roberto Sassu
1
-0
/
+1
2022-03-10
selftests/bpf: Check if the digest is refreshed after a file write
Roberto Sassu
3
-4
/
+103
2022-03-10
selftests/bpf: Add test for bpf_ima_file_hash()
Roberto Sassu
2
-6
/
+47
2022-03-10
selftests/bpf: Move sample generation code to ima_test_common()
Roberto Sassu
1
-3
/
+8
2022-03-10
bpf-lsm: Introduce new helper bpf_ima_file_hash()
Roberto Sassu
3
-0
/
+42
[next]