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-09-28
tools build: Add fixdep dependency helper
Jiri Olsa
3
-0
/
+212
2015-09-28
tools build: Add test for missing include
Jiri Olsa
5
-1
/
+39
2015-09-28
tools build: Add Makefile.include
Jiri Olsa
7
-18
/
+39
2015-09-28
tools lib api fs: Store tracing mountpoint for better error message
Jiri Olsa
1
-10
/
+3
2015-09-28
perf tools: Use __map__is_kernel() when synthesizing kernel module mmap records
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-28
perf hists browser: Use the map to determine if a DSO is being used as a kernel
Arnaldo Carvalho de Melo
1
-10
/
+14
2015-09-28
perf top: Filter symbols based on __map__is_kernel(map)
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-28
Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...
Ingo Molnar
20
-112
/
+125
2015-09-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
13
-59
/
+113
2015-09-27
tools: usb: testusb: change the default value for length from 512 to 1024
Peter Chen
1
-2
/
+2
2015-09-27
tools: usb: testusb: change the help text
Peter Chen
1
-4
/
+4
2015-09-27
Merge branch 'turbostat' of https://git.kernel.org/pub/scm/linux/kernel/git/l...
Rafael J. Wysocki
1
-5
/
+34
2015-09-26
tools/power turbosat: update version number
Len Brown
1
-1
/
+1
2015-09-26
tools/power turbostat: SKL: Adjust for TSC difference from base frequency
Len Brown
1
-2
/
+20
2015-09-26
tools/power turbostat: KNL workaround for %Busy and Avg_MHz
Hubert Chrzaniuk
1
-0
/
+13
2015-09-26
tools/power turbostat: IVB Xeon: fix --debug regression
Len Brown
1
-2
/
+0
2015-09-25
perf tools: Fix copying of /proc/kcore
Adrian Hunter
1
-22
/
+13
2015-09-25
perf intel-pt: Remove no_force_psb from documentation
Adrian Hunter
1
-15
/
+0
2015-09-25
perf probe: Use existing routine to look for a kernel module by dso->short_name
Arnaldo Carvalho de Melo
1
-6
/
+7
2015-09-25
Merge branch 'linus' into x86/asm, to refresh the tree before applying new ch...
Ingo Molnar
14
-35
/
+68
2015-09-23
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
9
-13
/
+53
2015-09-23
Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new...
Ingo Molnar
2
-4
/
+24
2015-09-22
perf record: Synthesize COMM event for a command line workload
Namhyung Kim
3
-2
/
+20
2015-09-22
tools vm: Fix build due to removal of tools/lib/api/fs/debugfs.h
Arnaldo Carvalho de Melo
1
-3
/
+3
2015-09-22
membarrier: clean up selftest
Mathieu Desnoyers
2
-8
/
+4
2015-09-22
userfaultfd: selftest: don't error out if pthread_mutex_t isn't identical
Andrea Arcangeli
1
-9
/
+0
2015-09-22
userfaultfd: selftest: return an error if BOUNCE_VERIFY fails
Andrea Arcangeli
1
-3
/
+6
2015-09-22
userfaultfd: selftest: avoid my_bcmp false positives with powerpc
Andrea Arcangeli
1
-2
/
+10
2015-09-22
userfaultfd: selftest: only warn if __NR_userfaultfd is undefined
Michael Ellerman
1
-3
/
+13
2015-09-22
userfaultfd: selftest: headers fixup
Andrea Arcangeli
2
-12
/
+5
2015-09-22
userfaultfd: selftests: vm: pick up sanitized kernel headers
Thierry Reding
2
-2
/
+4
2015-09-22
tools: usbip: detach: avoid calling strlen() at each iteration
Eric Curtin
1
-1
/
+3
2015-09-22
tools lib traceevent: Fix string handling in heterogeneous arch environments
Kapileshwar Singh
1
-3
/
+20
2015-09-22
perf tools: Add include/err.h into MANIFEST
Jiri Olsa
1
-0
/
+1
2015-09-22
tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-09-22
tools build: Allow setting the feature detection user
Arnaldo Carvalho de Melo
1
-3
/
+4
2015-09-22
tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-09-22
tools build: Fixup feature detection display function name
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-21
perf tools: Don't assume that the parser returns non empty evsel list
Wang Nan
1
-0
/
+16
2015-09-21
perf probe: Fix a segfault when removing uprobe events
Masami Hiramatsu
1
-2
/
+5
2015-09-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-0
/
+2
2015-09-20
x86/fpu/math-emu, selftests: Add test for FISTTP instructions
Denys Vlasenko
2
-1
/
+138
2015-09-20
x86/fpu/math-emu, selftests: Add tests for FCMOV and FCOMI insns
Denys Vlasenko
3
-2
/
+427
2015-09-19
Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-34
/
+52
2015-09-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-1
/
+14
2015-09-18
perf record: Avoid infinite loop at buildid processing with no samples
Mark Rutland
1
-1
/
+4
2015-09-18
x86/asm/entry/32, selftests: Add 'test_syscall_vdso' test
Denys Vlasenko
3
-1
/
+458
2015-09-18
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...
Ingo Molnar
10
-14
/
+72
2015-09-18
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
9
-12
/
+69
2015-09-17
perf tools: Bool functions shouldn't return -1
Peter Senna Tschudin
1
-1
/
+1
[prev]
[next]