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
2020-03-24
perf dso: Fix dso comparison
Ravi Bangoria
1
-1
/
+21
2020-03-24
perf cpumap: Fix snprintf overflow check
Christophe JAILLET
1
-5
/
+5
2020-03-24
perf test: Test pmu-events aliases
John Garry
1
-1
/
+147
2020-03-24
perf pmu: Make pmu_uncore_alias_match() public
John Garry
2
-1
/
+2
2020-03-24
perf pmu: Add is_pmu_core()
John Garry
2
-0
/
+6
2020-03-24
perf test: Add pmu-events test
John Garry
4
-0
/
+239
2020-03-24
perf pmu: Refactor pmu_add_cpu_aliases()
John Garry
2
-8
/
+16
2020-03-24
perf jevents: Support test events folder
John Garry
1
-0
/
+30
2020-03-24
perf jevents: Add some test events
John Garry
3
-0
/
+59
2020-03-24
perf tools: Unify a bit the build directory output
Jiri Olsa
1
-4
/
+5
2020-03-24
tools headers uapi: Update linux/in.h copy
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-03-24
perf vendor events amd: Update Zen1 events to V2
Vijay Thakkar
7
-136
/
+172
2020-03-24
perf vendor events amd: Add Zen2 events
Vijay Thakkar
7
-0
/
+1117
2020-03-24
perf vendor events amd: Restrict model detection for zen1 based processors
Vijay Thakkar
7
-1
/
+1
2020-03-24
perf metricgroup: Fix printing event names of metric group with multiple even...
Kajol Jain
1
-19
/
+30
2020-03-24
perf stat: Align the output for interval aggregation mode
Jin Yao
1
-3
/
+3
2020-03-24
perf report/top TUI: Support hotkeys to let user select any event for sorting
Jin Yao
1
-1
/
+27
2020-03-24
perf report: Support a new key to reload the browser
Jin Yao
4
-3
/
+6
2020-03-24
perf report: Allow specifying event to be used as sort key in --group output
Jin Yao
4
-15
/
+94
2020-03-24
perf report/top TUI: Support hotkey 'a' for annotation of unresolved addresses
Jin Yao
1
-11
/
+35
2020-03-24
perf report: Support interactive annotation of code without symbols
Jin Yao
2
-6
/
+38
2020-03-24
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
6
-3
/
+40
2020-03-23
selftests/net/forwarding: add Makefile to install tests
Vadym Kochan
2
-0
/
+76
2020-03-23
kunit: add --make_options
Greg Thelen
2
-14
/
+24
2020-03-23
samples, bpf: Move read_trace_pipe to trace_helpers
Daniel T. Lee
2
-0
/
+24
2020-03-23
bpf: Add tests for bpf_sk_storage to bpf_tcp_ca
Martin KaFai Lau
2
-8
/
+47
2020-03-23
tools/kvm_stat: add command line switch '-c' to log in csv format
Stefan Raspl
2
-14
/
+53
2020-03-23
tools/kvm_stat: add command line switch '-s' to set update interval
Stefan Raspl
2
-12
/
+38
2020-03-23
tools/kvm_stat: switch to argparse
Stefan Raspl
1
-80
/
+62
2020-03-23
tools/kvm_stat: rework command line sequence and message texts
Stefan Raspl
2
-24
/
+25
2020-03-23
thermal: int340x: processor_thermal: Add Tiger Lake support
Sumeet Pawnikar
1
-17
/
+9
2020-03-23
perf report: Print al_addr when symbol is not found
Jin Yao
1
-2
/
+4
2020-03-23
perf symbols: Consolidate symbol fixup issue
Leo Yan
5
-33
/
+8
2020-03-23
perf parse-events: Fix 3 use after frees found with clang ASAN
Ian Rogers
2
-3
/
+4
2020-03-23
tools/virtio: option to build an out of tree module
Michael S. Tsirkin
1
-1
/
+26
2020-03-23
Merge 5.6-rc7 into char-misc-next
Greg Kroah-Hartman
39
-179
/
+302
2020-03-21
selftests/net: add definition for SOL_DCCP to fix compilation errors for old ...
Alan Maguire
1
-0
/
+4
2020-03-21
selftests: txtimestamp: print statistics for timestamp events.
Jian Yang
1
-0
/
+58
2020-03-21
selftests: txtimestamp: add support for epoll().
Jian Yang
1
-5
/
+48
2020-03-21
selftests: txtimestamp: add new command-line flags.
Jian Yang
1
-9
/
+15
2020-03-21
selftests: txtimestamp: allow printing latencies in nsec.
Jian Yang
1
-12
/
+44
2020-03-21
selftests: txtimestamp: allow individual txtimestamp tests.
Jian Yang
1
-3
/
+28
2020-03-21
Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...
Paul E. McKenney
6
-3
/
+40
2020-03-21
lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()
Peter Zijlstra
1
-4
/
+4
2020-03-21
lockdep: Rename trace_hardirq_{enter,exit}()
Thomas Gleixner
1
-2
/
+2
2020-03-21
tools/power turbostat: update version
Len Brown
1
-1
/
+1
2020-03-21
tools/power turbostat: Print cpuidle information
Len Brown
1
-0
/
+26
2020-03-20
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
5
-36
/
+115
2020-03-20
kunit: kunit_parser: make parser more robust
Heidi Fahim
10
-20
/
+280
2020-03-20
selftests/bpf: Fix mix of tabs and spaces
Bill Wendling
1
-1
/
+1
[prev]
[next]