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
2015-12-17
perf thread_map: Add thread_map event sythesize function
Jiri Olsa
5
-0
/
+74
2015-12-17
perf thread_map: Add thread_map user level event
Jiri Olsa
4
-1
/
+42
2015-12-17
tools subcmd: Rename subcmd header include guards
Josh Poimboeuf
7
-21
/
+22
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
66
-68
/
+129
2015-12-17
perf tools: Finalize subcmd independence
Josh Poimboeuf
11
-62
/
+237
2015-12-16
perf tools: Remove 'perf' from subcmd function and variable names
Josh Poimboeuf
9
-32
/
+32
2015-12-16
perf tools: Remove subcmd dependencies on strbuf
Josh Poimboeuf
4
-41
/
+66
2015-12-17
selftests/powerpc: Add script to test HMI functionality
Daniel Axtens
1
-0
/
+89
2015-12-17
selftests/powerpc: Make context_switch touch FP/altivec/vector by default
Michael Ellerman
1
-6
/
+6
2015-12-17
selftests/powerpc: Make context_switch do something with no args
Michael Ellerman
2
-9
/
+24
2015-12-17
selftests/powerpc: Import Anton's context_switch2 benchmark
Michael Ellerman
3
-1
/
+456
2015-12-17
selftests/powerpc: Move pick_online_cpu() up into utils.c
Michael Ellerman
5
-28
/
+31
2015-12-16
perf list: Robustify event printing routine
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-12-16
perf list: Add support for PERF_COUNT_SW_BPF_OUT
Arnaldo Carvalho de Melo
1
-0
/
+4
2015-12-16
perf tools: Provide subcmd configuration at runtime
Josh Poimboeuf
11
-12
/
+67
2015-12-16
perf tools: Document the fact that parse_options*() may exit
Josh Poimboeuf
1
-0
/
+3
2015-12-16
perf tools: Move strlcpy() from perf to tools/lib/string.c
Josh Poimboeuf
4
-23
/
+33
2015-12-16
tools build: Fix feature Makefile issues with 'O='
Josh Poimboeuf
2
-47
/
+48
2015-12-15
Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...
Doug Ledford
2
-2
/
+2
2015-12-15
perf record: Add record.build-id config option
Namhyung Kim
2
-1
/
+26
2015-12-15
libnvdimm, pfn: enable pfn sysfs interface unit testing
Dan Williams
2
-0
/
+50
2015-12-14
tools: hv: vss: fix the write()'s argument: error -> vss_msg
Dexuan Cui
1
-1
/
+1
2015-12-14
tools: hv: remove repeated HV_FCOPY string
Olaf Hering
1
-2
/
+2
2015-12-14
tools: hv: report ENOSPC errors in hv_fcopy_daemon
Olaf Hering
1
-3
/
+17
2015-12-15
tools/power/acpi: Add userspace AML interface support
Lv Zheng
3
-8
/
+473
2015-12-14
perf record: Support custom vmlinux path
He Kuang
2
-2
/
+24
2015-12-14
perf tools: Make options always available, even if required libs not linked
Wang Nan
4
-13
/
+134
2015-12-14
perf tools: Convert parse-options.c internal functions to static
Josh Poimboeuf
2
-18
/
+9
2015-12-14
perf tools: Move help_unknown_cmd() to its own file
Josh Poimboeuf
5
-104
/
+110
2015-12-14
perf tools: Remove check for unused PERF_PAGER_IN_USE
Josh Poimboeuf
1
-7
/
+1
2015-12-14
perf tools: Create pager.h
Josh Poimboeuf
2
-4
/
+8
2015-12-14
perf build: Rename LIB_PATH -> API_PATH
Josh Poimboeuf
1
-4
/
+4
2015-12-14
perf build: Fix 'make clean'
Josh Poimboeuf
1
-3
/
+4
2015-12-14
perf test: Remove tarpkg at end of test
Josh Poimboeuf
1
-1
/
+2
2015-12-14
perf test: Add Build file to dependencies for llvm-src-*.c
Josh Poimboeuf
1
-3
/
+3
2015-12-14
perf build: Remove unnecessary line in Makefile.feature
Josh Poimboeuf
1
-1
/
+0
2015-12-14
perf test: Fix hist testcases when kptr_restrict is on
Namhyung Kim
1
-3
/
+2
2015-12-14
perf evsel: Disable branch flags/cycles for --callgraph lbr
Andi Kleen
1
-1
/
+13
2015-12-14
perf thread: Fix reference count initial state
Arnaldo Carvalho de Melo
3
-11
/
+22
2015-12-14
perf test: Dump the stack when test segfaults when in verbose mode
Arnaldo Carvalho de Melo
1
-0
/
+3
2015-12-14
perf tools: Use same signal handling strategy as 'record'
Arnaldo Carvalho de Melo
1
-1
/
+2
2015-12-14
selftests/powerpc: Add test to check if VSRs are corrupted
Rashmica Gupta
3
-1
/
+105
2015-12-14
selftests/powerpc: Add TM signal with invalid stack test
Michael Neuling
3
-1
/
+78
2015-12-14
selftests/powerpc: Add TM signal return test
Michael Neuling
3
-1
/
+76
2015-12-14
selftests/powerpc: Skip tm-resched-dscr if we don't have TM
Michael Ellerman
2
-2
/
+5
2015-12-14
selftests/powerpc: Move TM helpers into tm.h
Michael Ellerman
2
-11
/
+35
2015-12-14
selftests/powerpc: Add have_hwcap2() helper
Michael Ellerman
3
-4
/
+8
2015-12-14
selftests/powerpc: Move get_auxv_entry() into utils.c
Michael Ellerman
5
-45
/
+63
2015-12-14
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
5
-36
/
+57
2015-12-14
Merge tag 'v4.4-rc5' into perf/core, to pick up fixes
Ingo Molnar
6
-52
/
+42
[prev]
[next]