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
2019-06-28
selftests: timestamping: Fix SIOCGSTAMP undeclared build failure
Shuah Khan
-8
/
+1
2019-06-28
selftests: dma-buf: Adding kernel config fragment CONFIG_UDMABUF=y
Naresh Kamboju
-0
/
+1
2019-06-28
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
-89
/
+203
2019-06-28
tests: add pidfd_open() tests
Christian Brauner
-44
/
+234
2019-06-28
pidfd: add polling selftests
Joel Fernandes (Google)
-1
/
+211
2019-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-2
/
+92
2019-06-27
bpftool: support cgroup sockopt
Stanislav Fomichev
-8
/
+20
2019-06-27
selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI
Stanislav Fomichev
-1
/
+449
2019-06-27
selftests/bpf: add sockopt test that exercises sk helpers
Stanislav Fomichev
-1
/
+328
2019-06-27
selftests/bpf: add sockopt test
Stanislav Fomichev
-1
/
+1024
2019-06-27
selftests/bpf: test sockopt section name
Stanislav Fomichev
-0
/
+10
2019-06-27
libbpf: support sockopt hooks
Stanislav Fomichev
-0
/
+6
2019-06-27
bpf: sync bpf.h to tools/
Stanislav Fomichev
-0
/
+14
2019-06-28
selftests/x86: Add a test for process_vm_readv() on the vsyscall page
Andy Lutomirski
-0
/
+35
2019-06-28
selftests/x86/vsyscall: Verify that vsyscall=none blocks execution
Andy Lutomirski
-24
/
+52
2019-06-28
x86/vsyscall: Document odd SIGSEGV error code for vsyscalls
Andy Lutomirski
-1
/
+8
2019-06-27
xsk: Change the default frame size to 4096 and allow controlling it
Maxim Mikityanskiy
-1
/
+1
2019-06-27
libbpf: Support getsockopt XDP_OPTIONS
Maxim Mikityanskiy
-0
/
+12
2019-06-27
xsk: Add getsockopt XDP_OPTIONS
Maxim Mikityanskiy
-0
/
+8
2019-06-27
iio: iio-utils: Fix possible incorrect mask calculation
Bastien Nocera
-2
/
+2
2019-06-27
selftests: rtnetlink: add small test case with 'promote_secondaries' enabled
Florian Westphal
-0
/
+20
2019-06-27
Merge tag 'gpio-v5.3-updates-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Walleij
-1
/
+1
2019-06-26
perf tools: Remove trim() implementation, use tools/lib's strim()
Arnaldo Carvalho de Melo
-10
/
+8
2019-06-26
tools lib: Adopt strim() from the kernel
Arnaldo Carvalho de Melo
-0
/
+27
2019-06-26
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
-38
/
+23
2019-06-26
perf report: Use skip_spaces()
Arnaldo Carvalho de Melo
-2
/
+1
2019-06-26
perf metricgroup: Use strsep()
Arnaldo Carvalho de Melo
-2
/
+1
2019-06-26
perf strfilter: Use skip_spaces()
Arnaldo Carvalho de Melo
-2
/
+2
2019-06-26
perf probe: Use skip_spaces() for argv handling
Arnaldo Carvalho de Melo
-14
/
+2
2019-06-26
tools: bpftool: use correct argument in cgroup errors
Jakub Kicinski
-3
/
+3
2019-06-26
selftests/bpf: build tests with debug info
Andrii Nakryiko
-1
/
+1
2019-06-26
libbpf: fix max() type mismatch for 32bit
Ivan Khoronzhuk
-1
/
+1
2019-06-25
perf time-utils: Use skip_spaces()
Arnaldo Carvalho de Melo
-4
/
+2
2019-06-25
perf header: Use skip_spaces() in __write_cpudesc()
Arnaldo Carvalho de Melo
-3
/
+2
2019-06-25
perf stat: Use recently introduced skip_spaces()
Arnaldo Carvalho de Melo
-3
/
+2
2019-06-25
tools lib: Adopt skip_spaces() from the kernel sources
Arnaldo Carvalho de Melo
-1
/
+17
2019-06-25
perf tools: Use linux/ctype.h in more places
Arnaldo Carvalho de Melo
-3
/
+3
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
-117
/
+155
2019-06-25
perf tools: Add missing util.h to pick up 'page_size' variable
Arnaldo Carvalho de Melo
-0
/
+6
2019-06-25
perf tools: Remove old baggage that is util/include/linux/ctype.h
Arnaldo Carvalho de Melo
-2
/
+0
2019-06-25
perf symbols: We need util.h in symbol-elf.c for zfree()
Arnaldo Carvalho de Melo
-0
/
+1
2019-06-25
perf kallsyms: Adopt hex2u64 from tools/perf/util/util.h
Arnaldo Carvalho de Melo
-14
/
+15
2019-06-25
tools x86 machine: Add missing util.h to pick up 'page_size'
Arnaldo Carvalho de Melo
-0
/
+1
2019-06-25
tc-testing: add ingress qdisc tests
Roman Mashak
-0
/
+102
2019-06-25
perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h
Arnaldo Carvalho de Melo
-12
/
+16
2019-06-25
tc-testing: Restore original behaviour for namespaces in tdc
Lucas Bates
-20
/
+296
2019-06-25
perf ctype: Remove now unused 'spaces' variable
Arnaldo Carvalho de Melo
-5
/
+0
2019-06-25
perf ui stdio: No need to use 'spaces' to left align
Arnaldo Carvalho de Melo
-3
/
+7
2019-06-25
perf ctype: Remove unused 'graph_line' variable
Arnaldo Carvalho de Melo
-5
/
+0
2019-06-25
perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...
Adrian Hunter
-0
/
+251
[prev]
[next]