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
2017-08-17
kselftests: timers: set-timer-lat: Add one-shot timer test cases
Greg Hackmann
1
-13
/
+73
2017-08-17
kselftests: timers: set-timer-lat: Tweak reporting when timer fires early
Greg Hackmann
1
-8
/
+25
2017-08-17
kselftests: timers: freq-step: Fix build warning
John Stultz
1
-2
/
+2
2017-08-17
kselftests: timers: freq-step: Define ADJ_SETOFFSET if device has older kerne...
John Stultz
1
-0
/
+4
2017-08-17
Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...
Paul E. McKenney
10
-51
/
+150
2017-08-17
rcu: Drive TASKS_RCU directly off of PREEMPT
Paul E. McKenney
1
-1
/
+1
2017-08-17
Merge tag 'perf-core-for-mingo-4.14-20170816' of git://git.kernel.org/pub/scm...
Ingo Molnar
14
-47
/
+611
2017-08-17
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
4
-5
/
+4
2017-08-16
perf test shell: Replace '|&' with '2>&1 |' to work with more shells
Kim Phillips
3
-4
/
+4
2017-08-16
bpf: selftests add sockmap tests
John Fastabend
7
-39
/
+443
2017-08-16
bpf: selftests: add tests for new __sk_buff members
John Fastabend
1
-0
/
+152
2017-08-16
bpf: sockmap sample program
John Fastabend
4
-4
/
+67
2017-08-16
Tools: hv: update buffer handling in hv_fcopy_daemon
Olaf Hering
1
-15
/
+17
2017-08-16
Tools: hv: fix snprintf warning in kvp_daemon
Olaf Hering
1
-1
/
+1
2017-08-16
Tools: hv: vss: Skip freezing filesystems backed by loop
Alex Ng
1
-0
/
+7
2017-08-16
perf bpf: Fix endianness problem when loading parameters in prologue
Wang Nan
2
-3
/
+50
2017-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-5
/
+4
2017-08-15
selftests: add 'ip get' to rtnetlink.sh
Florian Westphal
1
-0
/
+32
2017-08-15
perf script python: Add support for sqlite3 to call-graph-from-sql.py
Adrian Hunter
1
-24
/
+36
2017-08-15
Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
4
-5
/
+4
2017-08-15
perf script python: Rename call-graph-from-postgresql.py to call-graph-from-s...
Adrian Hunter
3
-7
/
+7
2017-08-15
perf script python: Add support for exporting to sqlite3
Adrian Hunter
4
-3
/
+491
2017-08-15
perf scripts python: Fix query in call-graph-from-postgresql.py
Adrian Hunter
1
-1
/
+1
2017-08-15
perf scripts python: Fix missing call_path_id in export-to-postgresql script
Adrian Hunter
1
-1
/
+2
2017-08-15
perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1
Arnaldo Carvalho de Melo
1
-3
/
+3
2017-08-15
perf test shell: Check if 'perf probe' is available, skip tests if not
Arnaldo Carvalho de Melo
6
-1
/
+22
2017-08-15
perf tests shell: Remove duplicate skip_if_no_debuginfo() function
Arnaldo Carvalho de Melo
1
-5
/
+0
2017-08-14
Merge 4.13-rc5 into driver-core-next
Greg Kroah-Hartman
11
-31
/
+562
2017-08-11
selftests: bpf: add check for ip XDP redirect
William Tu
1
-0
/
+5
2017-08-11
perf test shell: Add uprobes + backtrace ping test
Arnaldo Carvalho de Melo
1
-0
/
+40
2017-08-11
perf report: Fix module symbol adjustment for s390x
Thomas Richter
3
-1
/
+17
2017-08-11
perf record: Fix wrong size in perf_record_mmap for last kernel module
Thomas Richter
4
-10
/
+19
2017-08-11
perf srcline: Do not consider empty files as valid srclines
Milian Wolff
1
-0
/
+6
2017-08-11
perf util: Take elf_name as const string in dso__demangle_sym
Milian Wolff
3
-3
/
+3
2017-08-11
perf test shell: Add test using vfs_getname + 'perf trace'
Arnaldo Carvalho de Melo
1
-0
/
+31
2017-08-11
perf test shell: Add test using probe:vfs_getname and verifying results
Arnaldo Carvalho de Melo
1
-0
/
+37
2017-08-11
perf test shell: Move vfs_getname probe function to lib
Arnaldo Carvalho de Melo
3
-22
/
+32
2017-08-11
perf test shell: Install shell tests
Arnaldo Carvalho de Melo
1
-1
/
+3
2017-08-11
perf test shell: Add 'probe_vfs_getname' shell test
Arnaldo Carvalho de Melo
1
-0
/
+30
2017-08-11
perf test: Make 'list' use same filtering code as main 'perf test'
Arnaldo Carvalho de Melo
1
-8
/
+10
2017-08-11
perf test: Add infrastructure to run shell based tests
Arnaldo Carvalho de Melo
2
-1
/
+170
2017-08-11
selftests: timers: freq-step: fix compile error
Shuah Khan
1
-4
/
+3
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
54
-124
/
+127
2017-08-11
perf test: Make 'list' subcommand match main 'perf test' numbering/matching
Arnaldo Carvalho de Melo
1
-1
/
+3
2017-08-11
perf tools: Add missing newline to expr parser error messages
Andi Kleen
1
-1
/
+1
2017-08-11
perf stat: Fix saved values rbtree lookup
Andi Kleen
1
-1
/
+5
2017-08-11
perf vendor events powerpc: Update POWER9 events
Sukadev Bhattiprolu
9
-2298
/
+3511
2017-08-11
perf vendor events powerpc: remove suffix in mapfile
Sukadev Bhattiprolu
1
-10
/
+10
2017-08-11
perf scripting python: Add ppc64le to audit uname list
Naveen N. Rao
1
-0
/
+1
2017-08-11
objtool: Track DRAP separately from callee-saved registers
Josh Poimboeuf
2
-25
/
+31
[prev]
[next]