index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-08
bpftool: Install libbpf headers instead of including the dir
Quentin Monnet
2
-12
/
+23
2021-10-08
bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>
Quentin Monnet
2
-2
/
+0
2021-10-08
libbpf: Skip re-installing headers file if source is older than target
Quentin Monnet
1
-9
/
+18
2021-10-08
perf daemon: Remove duplicate sys/file.h include
Guo Zhengkui
1
-2
/
+0
2021-10-08
selftests/bpf: Fix btf_dump test under new clang
Yucong Sun
4
-9
/
+9
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip: Send a full-length key
Amit Cohen
1
-2
/
+4
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip: Remove code duplication
Amit Cohen
1
-27
/
+11
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip: Align topology drawing correctly
Amit Cohen
1
-3
/
+3
2021-10-08
selftests: mlxsw: devlink_trap_tunnel_ipip6: Add test case for IPv6 decap_error
Amit Cohen
1
-0
/
+250
2021-10-08
selftests: forwarding: Add IPv6 GRE hierarchical tests
Amit Cohen
4
-1
/
+364
2021-10-08
selftests: forwarding: Add IPv6 GRE flat tests
Amit Cohen
4
-0
/
+465
2021-10-08
testing: selftests: tc_common: Add tc_check_at_least_x_packets()
Amit Cohen
1
-0
/
+10
2021-10-08
testing: selftests: forwarding.config.sample: Add tc flag
Amit Cohen
1
-0
/
+3
2021-10-08
perf test evlist-open-close: Use inline func to convert timeval to usec
Riccardo Mancini
1
-1
/
+6
2021-10-08
perf mmap: Introduce mmap_cpu_mask__duplicate()
Riccardo Mancini
2
-0
/
+14
2021-10-08
libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sorted
Riccardo Mancini
1
-4
/
+12
2021-10-08
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
61
-229
/
+1590
2021-10-07
selftests/bpf: Remove SEC("version") from test progs
Dave Marchevsky
40
-61
/
+0
2021-10-07
selftests/bpf: Skip the second half of get_branch_snapshot in vm
Song Liu
1
-0
/
+34
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-75
/
+542
2021-10-07
Merge tag 'perf-tools-fixes-for-v5.15-2021-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
Linus Torvalds
8
-54
/
+445
2021-10-07
Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-1
/
+3
2021-10-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-1
/
+3
2021-10-07
selftests: futex: Test sys_futex_waitv() wouldblock
André Almeida
1
-4
/
+37
2021-10-07
selftests: futex: Test sys_futex_waitv() timeout
André Almeida
1
-1
/
+20
2021-10-07
selftests: futex: Add sys_futex_waitv() test
André Almeida
5
-1
/
+265
2021-10-07
selftests: arm64: Add coverage of ptrace flags for SVE VL inheritance
Mark Brown
1
-1
/
+54
2021-10-06
objtool: Update section header before relocations
Michael Forney
1
-29
/
+17
2021-10-06
objtool: Check for gelf_update_rel[a] failures
Michael Forney
1
-2
/
+8
2021-10-07
Merge branch 'objtool/urgent'
Peter Zijlstra
77
-426
/
+1589
2021-10-06
selftests/bpf: Switch to new bpf_object__next_{map,program} APIs
Hengqi Chen
7
-9
/
+9
2021-10-06
libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
Hengqi Chen
3
-12
/
+51
2021-10-06
libbpf: Deprecate bpf_object__unload() API since v0.6
Hengqi Chen
2
-3
/
+6
2021-10-06
selftest/bpf: Switch recursion test to use htab_map_delete_elem
Jiri Olsa
2
-11
/
+8
2021-10-06
bpf: Use $(pound) instead of \# in Makefiles
Quentin Monnet
1
-2
/
+2
2021-10-06
selftests/bpf: Test new btf__add_btf() API
Andrii Nakryiko
1
-0
/
+86
2021-10-06
selftests/bpf: Refactor btf_write selftest to reuse BTF generation logic
Andrii Nakryiko
1
-6
/
+49
2021-10-06
libbpf: Add API that copies all BTF types from one BTF object to another
Andrii Nakryiko
3
-2
/
+135
2021-10-06
bpf, x64: Save bytes for DIV by reducing reg copies
Jie Meng
1
-0
/
+47
2021-10-06
x86/insn: Use get_unaligned() instead of memcpy()
Borislav Petkov
3
-2
/
+28
2021-10-05
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
6
-30
/
+126
2021-10-05
libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
Kumar Kartikeya Dwivedi
3
-58
/
+280
2021-10-05
libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
Kumar Kartikeya Dwivedi
1
-11
/
+13
2021-10-05
libbpf: Support kernel module function calls
Kumar Kartikeya Dwivedi
4
-24
/
+72
2021-10-05
tools: Allow specifying base BTF file in resolve_btfids
Kumar Kartikeya Dwivedi
2
-10
/
+20
2021-10-05
objtool: Remove redundant 'len' field from struct section
Joe Lawrence
5
-20
/
+17
2021-10-05
objtool: Make .altinstructions section entry size consistent
Joe Lawrence
1
-1
/
+1
2021-10-05
objtool: Remove reloc symbol type checks in get_alt_entry()
Josh Poimboeuf
1
-29
/
+7
2021-10-05
perf tests attr: Add missing topdown metrics events
Kan Liang
4
-52
/
+440
2021-10-05
tools include UAPI: Sync sound/asound.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
[prev]
[next]