index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-17
tools lib traceevent: Simplify pointer print logic and fix %pF
Steven Rostedt (VMware)
1
-8
/
+9
2018-01-17
tools lib traceevent: Print value of unknown symbolic fields
Jan Kiszka
1
-0
/
+2
2018-01-17
tools lib traceevent: Show value of flags that have not been parsed
Steven Rostedt (VMware)
1
-0
/
+5
2018-01-17
tools lib traceevent: Fix bad force_token escape sequence
Michael Sartain
1
-1
/
+1
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-9
/
+606
2018-01-17
libbpf: Makefile set specified permission mode
Jesper Dangaard Brouer
1
-1
/
+1
2018-01-17
libbpf: cleanup Makefile, remove unused elements
Jesper Dangaard Brouer
1
-13
/
+2
2018-01-17
libbpf: install the header file libbpf.h
Jesper Dangaard Brouer
1
-1
/
+2
2018-01-17
libbpf: fix string comparison for guessing eBPF program type
Quentin Monnet
1
-1
/
+1
2018-01-17
tools: bpftool: add -DPACKAGE when including bfd.h
Jiong Wang
2
-2
/
+2
2018-01-16
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-2
/
+27
2018-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+40
2018-01-16
selftests: Fix loss of test output in run_kselftests.sh
Michael Ellerman
2
-2
/
+9
2018-01-16
selftest: ftrace: Fix to add 256 kprobe events correctly
Masami Hiramatsu
1
-2
/
+17
2018-01-16
selftest: ftrace: Fix to pick text symbols for kprobes
Masami Hiramatsu
1
-2
/
+2
2018-01-16
bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
Roman Gushchin
1
-0
/
+1
2018-01-16
objtool: Improve error message for bad file argument
Josh Poimboeuf
1
-1
/
+3
2018-01-15
usercopy: Enhance and rename report_usercopy()
Kees Cook
1
-0
/
+1
2018-01-15
Merge 4.15-rc8 into usb-next
Greg Kroah-Hartman
6
-30
/
+567
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-0
/
+1
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-8
/
+565
2018-01-13
tools/objtool/Makefile: don't assume sync-check.sh is executable
Andrew Morton
1
-1
/
+1
2018-01-13
selftests/x86: Add test_vsyscall
Andy Lutomirski
2
-1
/
+501
2018-01-12
perf trace: Fix setting of --call-graph/--max-stack for non-syscall events
Arnaldo Carvalho de Melo
1
-15
/
+5
2018-01-12
perf evsel: Check if callchain is enabled before setting it up
Arnaldo Carvalho de Melo
1
-3
/
+11
2018-01-12
perf tools: Fix copyfile_offset update of output offset
Jiri Olsa
1
-1
/
+1
2018-01-12
selftests: media_tests: Add SPDX license identifier
Shuah Khan
3
-3
/
+6
2018-01-12
selftests: kselftest.h: Add SPDX license identifier
Shuah Khan
1
-1
/
+1
2018-01-12
selftests: kselftest_install.sh: Add SPDX license identifier
Shuah Khan
1
-3
/
+1
2018-01-12
selftests: gen_kselftest_tar.h: Add SPDX license identifier
Shuah Khan
1
-3
/
+1
2018-01-12
selftests: media_tests: Fix Makefile 'clean' target warning
Shuah Khan
1
-5
/
+2
2018-01-12
tools/testing: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-12
perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitely
Arnaldo Carvalho de Melo
1
-23
/
+0
2018-01-12
perf script python: Add script to profile and resolve physical mem type
Kan Liang
4
-0
/
+119
2018-01-12
perf evlist: Remove trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+1
2018-01-12
objtool: Allow alternatives to be ignored
Josh Poimboeuf
2
-7
/
+57
2018-01-12
objtool: Detect jumps to retpoline thunks
Josh Poimboeuf
1
-0
/
+7
2018-01-11
perf evsel: Fix incorrect handling of type _TERM_DRV_CFG
Mathieu Poirier
1
-1
/
+1
2018-01-10
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+40
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-21
/
+1
2018-01-10
tools headers: Synchronize kernel <-> tooling headers
Arnaldo Carvalho de Melo
2
-2
/
+10
2018-01-10
perf report: Introduce --mmaps
Arnaldo Carvalho de Melo
2
-5
/
+54
2018-01-10
kselftest: fix OOM in memory compaction test
Arnd Bergmann
1
-0
/
+2
2018-01-10
selftests: seccomp: fix compile error seccomp_bpf
Anders Roxell
1
-2
/
+2
2018-01-10
perf report: Add --tasks option to display monitored tasks
Jiri Olsa
2
-2
/
+138
2018-01-10
perf trace: Beautify 'gettid' syscall result
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-01-10
perf report: Add --stats option to display quick data statistics
Jiri Olsa
2
-1
/
+29
2018-01-10
perf tools: Make the tool's warning messages optional
Jiri Olsa
2
-2
/
+5
2018-01-10
perf script: Add support to display lost events
Jiri Olsa
3
-0
/
+39
[prev]
[next]