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
perf tools: Remove unused cpu_relax() macros
Arnaldo Carvalho de Melo
1
-9
/
+0
2017-08-17
perf events parse: Rename parse_events_parse arguments
Arnaldo Carvalho de Melo
4
-104
/
+104
2017-08-17
perf events parse: Use just one parse events state struct
Arnaldo Carvalho de Melo
3
-6
/
+3
2017-08-17
perf events parse: Rename parsing state struct to clearer name
Arnaldo Carvalho de Melo
4
-31
/
+31
2017-08-17
perf events parse: Remove some needless local variables
Arnaldo Carvalho de Melo
1
-13
/
+7
2017-08-17
perf trace: Fix off by one string allocation problem
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-08-17
perf jevents: Support FCMask and PortMask
Andi Kleen
1
-0
/
+2
2017-08-17
tools lib bpf: Fix double file test in Makefile
Daniel Díaz
1
-2
/
+2
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
selftests/powerpc: Improve tm-resched-dscr
Sam Bobroff
2
-4
/
+9
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
rtc: rtctest: Improve support detection
Lukáš Doktor
1
-1
/
+6
2017-08-16
selftests/cpu-hotplug: Skip test when there is only one online cpu
Li Zhijian
1
-0
/
+6
2017-08-16
selftests/cpu-hotplug: exit with failure when test occured unexpected behaviors
Li Zhijian
1
-0
/
+8
2017-08-16
selftests: futex: convert test to use ksft TAP13 framework
Shuah Khan
8
-23
/
+30
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
selftests/seccomp: Test thread vs process killing
Kees Cook
1
-60
/
+168
2017-08-14
seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD
Kees Cook
1
-7
/
+10
2017-08-14
seccomp: Action to log before allowing
Tyler Hicks
1
-1
/
+97
2017-08-14
seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
Tyler Hicks
1
-1
/
+68
2017-08-14
seccomp: Selftest for detection of filter flag support
Tyler Hicks
1
-0
/
+60
2017-08-14
seccomp: Operation for checking if an action is available
Tyler Hicks
1
-0
/
+36
2017-08-14
selftests/seccomp: Refactor RET_ERRNO tests
Kees Cook
1
-37
/
+58
2017-08-14
selftests/seccomp: Add simple seccomp overhead benchmark
Kees Cook
2
-5
/
+112
2017-08-14
Merge 4.13-rc5 into driver-core-next
Greg Kroah-Hartman
11
-31
/
+562
2017-08-14
selftests/seccomp: Add tests for basic ptrace actions
Kees Cook
1
-7
/
+34
[prev]
[next]