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
2019-06-26
perf probe: Use skip_spaces() for argv handling
Arnaldo Carvalho de Melo
1
-14
/
+2
2019-06-26
tools: bpftool: use correct argument in cgroup errors
Jakub Kicinski
1
-3
/
+3
2019-06-26
selftests/bpf: build tests with debug info
Andrii Nakryiko
1
-1
/
+1
2019-06-26
libbpf: fix max() type mismatch for 32bit
Ivan Khoronzhuk
1
-1
/
+1
2019-06-25
perf time-utils: Use skip_spaces()
Arnaldo Carvalho de Melo
1
-4
/
+2
2019-06-25
perf header: Use skip_spaces() in __write_cpudesc()
Arnaldo Carvalho de Melo
1
-3
/
+2
2019-06-25
perf stat: Use recently introduced skip_spaces()
Arnaldo Carvalho de Melo
1
-3
/
+2
2019-06-25
tools lib: Adopt skip_spaces() from the kernel sources
Arnaldo Carvalho de Melo
2
-1
/
+17
2019-06-25
perf tools: Use linux/ctype.h in more places
Arnaldo Carvalho de Melo
3
-3
/
+3
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
46
-117
/
+155
2019-06-25
perf tools: Add missing util.h to pick up 'page_size' variable
Arnaldo Carvalho de Melo
6
-0
/
+6
2019-06-25
perf tools: Remove old baggage that is util/include/linux/ctype.h
Arnaldo Carvalho de Melo
2
-2
/
+0
2019-06-25
perf symbols: We need util.h in symbol-elf.c for zfree()
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-06-25
perf kallsyms: Adopt hex2u64 from tools/perf/util/util.h
Arnaldo Carvalho de Melo
4
-14
/
+15
2019-06-25
tools x86 machine: Add missing util.h to pick up 'page_size'
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-06-25
tc-testing: add ingress qdisc tests
Roman Mashak
1
-0
/
+102
2019-06-25
perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h
Arnaldo Carvalho de Melo
8
-12
/
+16
2019-06-25
tc-testing: Restore original behaviour for namespaces in tdc
Lucas Bates
8
-20
/
+296
2019-06-25
perf ctype: Remove now unused 'spaces' variable
Arnaldo Carvalho de Melo
2
-5
/
+0
2019-06-25
perf ui stdio: No need to use 'spaces' to left align
Arnaldo Carvalho de Melo
1
-3
/
+7
2019-06-25
perf ctype: Remove unused 'graph_line' variable
Arnaldo Carvalho de Melo
2
-5
/
+0
2019-06-25
perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...
Adrian Hunter
1
-0
/
+251
2019-06-25
perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite e...
Adrian Hunter
1
-0
/
+239
2019-06-25
perf db-export: Export synth events
Adrian Hunter
1
-2
/
+44
2019-06-25
perf intel-pt: Synthesize CBR events when last seen value changes
Adrian Hunter
1
-24
/
+41
2019-06-25
perf intel-pt: Add CBR value to decoder state
Adrian Hunter
2
-0
/
+2
2019-06-25
perf intel-pt: Cater for CBR change in PSB+
Adrian Hunter
1
-0
/
+7
2019-06-25
perf intel-pt: Decoder to output CBR changes immediately
Adrian Hunter
1
-10
/
+6
2019-06-25
perf tools: Increase MAX_NR_CPUS and MAX_CACHES
Kyle Meyer
2
-2
/
+2
2019-06-25
perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()
Adrian Hunter
1
-12
/
+6
2019-06-25
perf thread-stack: Fix thread stack return from kernel for kernel-only case
Adrian Hunter
1
-1
/
+29
2019-06-25
perf tools: Fix cache.h include directive
Numfor Mbiziwo-Tiapo
1
-1
/
+1
2019-06-24
selftests, bpf: Add test for veth native XDP
Toshiaki Makita
4
-0
/
+162
2019-06-24
libbpf: fix spelling mistake "conflictling" -> "conflicting"
Colin Ian King
1
-4
/
+4
2019-06-24
Merge branch 'x86/cpu' into perf/core, to pick up dependent patches
Ingo Molnar
1
-3
/
+176
2019-06-24
Merge tag 'v5.2-rc6' into perf/core, to refresh branch
Ingo Molnar
98
-307
/
+1231
2019-06-24
perf/x86/regs: Use PERF_REG_EXTENDED_MASK
Kan Liang
3
-3
/
+5
2019-06-24
selftests: pmtu: Make list_flush_ipv6_exception test more demanding
Stefano Brivio
1
-8
/
+14
2019-06-24
selftests: pmtu: Introduce list_flush_ipv4_exception test case
Stefano Brivio
1
-0
/
+60
2019-06-24
Merge LKMM and RCU commits
Paul E. McKenney
18
-58
/
+107
2019-06-24
tools/memory-model: Improve data-race detection
Alan Stern
1
-3
/
+5
2019-06-24
selftests: add route_localnet test script
Shijie Luo
1
-0
/
+74
2019-06-24
Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-2
/
+92
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
78
-249
/
+307
2019-06-22
Merge branch 'linus' into timers/core
Thomas Gleixner
1
-0
/
+2
2019-06-22
selftests/x86/fsgsbase: Test ptracer-induced GSBASE write with FSGSBASE
Chang S. Bae
1
-2
/
+9
2019-06-22
selftests/x86/fsgsbase: Test RD/WRGSBASE
Andy Lutomirski
1
-3
/
+99
2019-06-22
selftests/x86/fsgsbase: Test ptracer-induced GSBASE write
Chang S. Bae
1
-0
/
+70
2019-06-22
kselftests: timers: freq-step: Update maximum acceptable precision and errors
Miroslav Lichvar
1
-3
/
+3
2019-06-21
tools/memory-model: Change definition of rcu-fence
Alan Stern
1
-10
/
+13
[prev]
[next]