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-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-7
/
+524
2017-10-22
bpf: add test cases to bpf selftests to cover all access tests
Daniel Borkmann
1
-0
/
+480
2017-10-20
bpf: remove mark access for SK_SKB program types
John Fastabend
1
-2
/
+14
2017-10-20
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
3
-4
/
+5
2017-10-20
bpf: enforce TCP only support for sockmap
John Fastabend
1
-1
/
+11
2017-10-20
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
18
-54
/
+123
2017-10-20
objtool: Fix memory leak in decode_instructions()
Kamalesh Babulal
1
-2
/
+7
2017-10-20
Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/s...
Ingo Molnar
6
-10
/
+35
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
1
-0
/
+14
2017-10-18
perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/Ubuntu
Li Zhijian
1
-3
/
+6
2017-10-18
perf xyarray: Fix wrong processing when closing evsel fd
Jin Yao
1
-2
/
+2
2017-10-18
Revert "tools/power turbostat: stop migrating, unless '-m'"
Len Brown
1
-9
/
+1
2017-10-17
perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE
Namhyung Kim
1
-0
/
+2
2017-10-17
perf record: Fix documentation for a inexistent option '-l'
Taeung Song
1
-2
/
+2
2017-10-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-23
/
+55
2017-10-13
userfaultfd: selftest: exercise -EEXIST only in background transfer
Andrea Arcangeli
1
-5
/
+20
2017-10-13
perf tools: Check wether the eBPF file exists in event parsing
Jiri Olsa
1
-2
/
+15
2017-10-13
perf hists: Add extra integrity checks to fmt_free()
Jiri Olsa
1
-0
/
+7
2017-10-13
perf hists: Fix crash in perf_hpp__reset_output_field()
Jiri Olsa
1
-1
/
+1
2017-10-10
Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2
-3
/
+3
2017-10-09
tools include uapi bpf.h: Sync kernel ABI header with tooling header
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-10-09
perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
Mark Rutland
3
-19
/
+47
2017-10-06
perf script: Add missing separator for "-F ip,brstack" (and brstackoff)
Mark Santaniello
1
-2
/
+2
2017-10-05
selftests/net: rxtimestamp: Fix an off by one
Dan Carpenter
1
-1
/
+1
2017-10-05
Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/s...
Ingo Molnar
1
-1
/
+5
2017-10-05
selftests: mqueue: fix regression in silencing output from RUN_TESTS
Shuah Khan
1
-2
/
+2
2017-10-05
selftests: x86: sysret_ss_attrs doesn't build on a PIE build
Shuah Khan
1
-1
/
+1
2017-10-05
perf callchain: Compare dsos (as well) for CCKEY_FUNCTION
Ravi Bangoria
1
-1
/
+5
2017-10-03
perf tests attr: Fix group stat tests
Jiri Olsa
2
-0
/
+4
2017-10-03
perf top: Add option to set the number of thread for event synthesize
Kan Liang
4
-4
/
+16
2017-10-03
perf top: Implement multithreading for perf_event__synthesize_threads
Kan Liang
9
-42
/
+155
2017-10-03
perf tools: Lock to protect comm_str rb tree
Kan Liang
1
-1
/
+17
2017-10-03
perf tools: Lock to protect namespaces and comm list
Kan Liang
2
-5
/
+51
2017-10-02
perf test attr: Fix ignored test case result
Thomas Richter
1
-1
/
+1
2017-10-02
perf test attr: Fix python error on empty result
Thomas Richter
1
-1
/
+5
2017-10-02
perf tests attr: Fix task term values
Jiri Olsa
4
-2
/
+4
2017-10-02
Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixes
Arnaldo Carvalho de Melo
16
-73
/
+190
2017-10-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
18
-169
/
+195
2017-09-29
Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/s...
Ingo Molnar
18
-169
/
+195
2017-09-28
perf test: Fix vmlinux failure on s390x part 2
Thomas Richter
2
-22
/
+0
2017-09-28
perf test: Fix vmlinux failure on s390x
Thomas Richter
3
-18
/
+1
2017-09-28
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
26
-189
/
+906
2017-09-28
objtool: Support unoptimized frame pointer setup
Josh Poimboeuf
1
-3
/
+8
2017-09-27
Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
20
-65
/
+245
2017-09-25
selftests: timers: set-timer-lat: Fix hang when testing unsupported alarms
Shuah Khan
1
-3
/
+6
2017-09-25
selftests: timers: set-timer-lat: fix hang when std out/err are redirected
Shuah Khan
1
-3
/
+1
2017-09-25
selftests/memfd: correct run_tests.sh permission
Li Zhijian
1
-0
/
+0
2017-09-25
selftests/seccomp: Support glibc 2.26 siginfo_t.h
Kees Cook
1
-5
/
+13
2017-09-25
selftests: futex: Makefile: fix for loops in targets to run silently
Shuah Khan
1
-3
/
+3
2017-09-25
selftests: Makefile: fix for loops in targets to run silently
Shuah Khan
1
-7
/
+7
[prev]
[next]