index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2020-10-05
kselftest/arm64: Verify KSM page merge for MTE pages
Amit Daniel Kachhap
-0
/
+160
2020-10-05
kselftest/arm64: Verify all different mmap MTE options
Amit Daniel Kachhap
-0
/
+263
2020-10-05
kselftest/arm64: Check forked child mte memory accessibility
Amit Daniel Kachhap
-0
/
+196
2020-10-05
kselftest/arm64: Verify mte tag inclusion via prctl
Amit Daniel Kachhap
-0
/
+186
2020-10-05
kselftest/arm64: Add utilities and a test to validate mte memory
Amit Daniel Kachhap
-1
/
+1138
2020-10-05
test_firmware: Test partial read support
Scott Branden
-0
/
+91
2020-10-05
Merge 5.9-rc8 into staging-next
Greg Kroah-Hartman
-63
/
+260
2020-10-03
mm: remove compat_process_vm_{readv,writev}
Christoph Hellwig
-10
/
+8
2020-10-03
fs: remove compat_sys_vmsplice
Christoph Hellwig
-4
/
+4
2020-10-03
fs: remove the compat readv/writev syscalls
Christoph Hellwig
-8
/
+8
2020-10-02
selftests: ocelot: add some example VCAP IS1, IS2 and ES0 tc offloads
Vladimir Oltean
-0
/
+316
2020-10-02
bpf, sockmap: Update selftests to use skb_adjust_room
John Fastabend
-30
/
+31
2020-10-02
bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()
Hao Luo
-0
/
+50
2020-10-02
bpf: Introducte bpf_this_cpu_ptr()
Hao Luo
-0
/
+13
2020-10-02
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
-0
/
+18
2020-10-02
selftests/bpf: Ksyms_btf to test typed ksyms
Hao Luo
-25
/
+137
2020-10-02
bpf/libbpf: BTF support for typed ksyms
Hao Luo
-13
/
+99
2020-10-02
bpf: Introduce pseudo_btf_id
Hao Luo
-9
/
+27
2020-10-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-0
/
+2197
2020-10-02
bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags
Martin KaFai Lau
-6
/
+22
2020-10-02
tools/power/acpi: Serialize Makefile
Thomas Renninger
-0
/
+2
2020-10-02
tools: Avoid comma separated statements
Joe Perches
-128
/
+210
2020-10-02
kunit: tool: handle when .kunit exists but .kunitconfig does not
Brendan Higgins
-4
/
+8
2020-10-02
selftests/bpf: Properly initialize linfo in sockmap_basic
Stanislav Fomichev
-1
/
+1
2020-10-02
selftests/bpf: Initialize duration in xdp_noinline.c
Stanislav Fomichev
-1
/
+1
2020-10-02
objtool: Permit __kasan_check_{read,write} under UACCESS
Jann Horn
-0
/
+2
2020-10-02
Merge branch 'for-next/mte' into for-next/core
Will Deacon
-0
/
+2
2020-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-1055
/
+4993
2020-10-01
perf python scripting: Fix printable strings in python3 scripts
Jiri Olsa
-1
/
+1
2020-10-01
perf trace: Use the autogenerated mmap 'prot' string/id table
Arnaldo Carvalho de Melo
-27
/
+24
2020-10-01
tools beauty: Add script to generate table of mmap's 'prot' argument
Arnaldo Carvalho de Melo
-0
/
+30
2020-09-30
selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMS
Song Liu
-0
/
+104
2020-09-30
bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event array
Song Liu
-0
/
+3
2020-09-30
selftests/bpf: Fix alignment of .BTF_ids
Jean-Philippe Brucker
-0
/
+6
2020-09-30
selftests: net: Add drop monitor test
Ido Schimmel
-0
/
+219
2020-09-30
selftests: mlxsw: Add a PFC test
Petr Machata
-0
/
+403
2020-09-30
selftests: mlxsw: Add headroom handling test
Petr Machata
-0
/
+379
2020-09-30
selftests: mlxsw: qos_lib: Add a wrapper for running mlnx_qos
Petr Machata
-0
/
+14
2020-09-30
selftests: forwarding: devlink_lib: Support port-less topologies
Petr Machata
-1
/
+1
2020-09-30
selftests: forwarding: devlink_lib: Add devlink_cell_size_get()
Petr Machata
-0
/
+6
2020-09-30
selftests: forwarding: devlink_lib: Split devlink_..._set() into save & set
Petr Machata
-11
/
+72
2020-09-30
selftests/bpf: Test "incremental" btf_dump in C format
Andrii Nakryiko
-0
/
+105
2020-09-30
libbpf: Make btf_dump work with modifiable BTF
Andrii Nakryiko
-22
/
+65
2020-09-30
bpf, selftests: Add redirect_neigh selftest
Daniel Borkmann
-0
/
+312
2020-09-30
bpf, selftests: Use bpf_tail_call_static where appropriate
Daniel Borkmann
-40
/
+40
2020-09-30
bpf, libbpf: Add bpf_tail_call_static helper for bpf programs
Daniel Borkmann
-0
/
+46
2020-09-30
bpf: Add redirect_neigh helper as redirect drop-in
Daniel Borkmann
-0
/
+14
2020-09-30
bpf: Add classid helper only based on skb->sk
Daniel Borkmann
-0
/
+10
2020-09-30
perf beauty mmap_flags: Conditionaly define the mmap flags
Arnaldo Carvalho de Melo
-8
/
+8
2020-09-30
selftests: netfilter: add time counter check
Fabian Frederick
-2
/
+8
[prev]
[next]