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-08-31
tools/power/x86: Enable compiler optimisations and Fortify by default
Ben Hutchings
2
-2
/
+4
2019-08-31
tools/power x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2
Ben Hutchings
1
-11
/
+15
2019-08-31
selftests/ftrace: Add syntax error test for multiprobe
Masami Hiramatsu
2
-1
/
+11
2019-08-31
selftests/ftrace: Add syntax error test for immediates
Masami Hiramatsu
1
-0
/
+5
2019-08-31
selftests/ftrace: Add a testcase for kprobe multiprobe event
Masami Hiramatsu
1
-0
/
+35
2019-08-31
libbpf: add flags to umem config
Kevin Laatz
5
-4
/
+71
2019-08-31
selftests/bpf: Fix a typo in test_offload.py
Masanari Iida
1
-1
/
+1
2019-08-31
tools: bpftool: do not link twice against libbpf.a in Makefile
Quentin Monnet
1
-2
/
+2
2019-08-31
tools: bpf: account for generated feature/ and libbpf/ directories
Quentin Monnet
4
-6
/
+12
2019-08-31
tools: bpftool: improve and check builds for different make invocations
Quentin Monnet
3
-6
/
+152
2019-08-31
tools: bpftool: ignore make built-in rules for getting kernel version
Quentin Monnet
1
-1
/
+1
2019-08-29
libnvdimm/security: Introduce a 'frozen' attribute
Dan Williams
1
-15
/
+4
2019-08-29
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
23
-3
/
+24
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
48
-51
/
+0
2019-08-29
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
21
-3
/
+18
2019-08-29
perf time-utils: Adopt rdclock() from perf.h
Arnaldo Carvalho de Melo
4
-9
/
+11
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
23
-23
/
+34
2019-08-29
perf header: Move CPUINFO_PROC to the only file where it is used
Arnaldo Carvalho de Melo
2
-44
/
+18
2019-08-29
perf tools: Remove needless libtraceevent include directives
Arnaldo Carvalho de Melo
3
-3
/
+0
2019-08-29
libperf: Warn when exceeding MAX_NR_CPUS in cpumap
Kyle Meyer
1
-0
/
+6
2019-08-29
perf header: Replace MAX_NR_CPUS with cpu__max_cpu()
Kyle Meyer
1
-3
/
+4
2019-08-29
perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
1
-4
/
+7
2019-08-29
perf session: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
1
-1
/
+2
2019-08-29
perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()
Kyle Meyer
1
-2
/
+2
2019-08-29
perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
1
-17
/
+16
2019-08-29
perf timechart: Refactor svg_build_topology_map()
Kyle Meyer
3
-13
/
+16
2019-08-29
perf c2c: Display proper cpu count in nodes column
Jiri Olsa
1
-1
/
+1
2019-08-29
sefltest/ima: support appended signatures (modsig)
Mimi Zohar
1
-4
/
+34
2019-08-29
cpupower: update German translation
Benjamin Weis
1
-164
/
+180
2019-08-29
tools/power/cpupower: fix 64bit detection when cross-compiling
Sébastien Szymanski
1
-6
/
+8
2019-08-29
cpupower: Add missing newline at end of file
Geert Uytterhoeven
2
-2
/
+2
2019-08-29
KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctl
Thomas Huth
2
-0
/
+167
2019-08-29
tools lib traceevent: Remove unneeded qsort and uses memmove instead
Steven Rostedt (VMware)
1
-6
/
+49
2019-08-29
tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
Steven Rostedt (VMware)
1
-2
/
+1
2019-08-29
perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) work
Arnaldo Carvalho de Melo
1
-0
/
+9
2019-08-29
libperf: Move 'enum perf_user_event_type' to perf/event.h
Jiri Olsa
2
-23
/
+23
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
33
-193
/
+193
2019-08-29
libperf: Add 'union perf_event' to perf/event.h
Jiri Olsa
2
-36
/
+36
2019-08-29
libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.h
Jiri Olsa
2
-5
/
+5
2019-08-29
libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.h
Jiri Olsa
3
-7
/
+7
2019-08-29
libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.h
Jiri Olsa
2
-7
/
+7
2019-08-29
libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.h
Jiri Olsa
3
-7
/
+7
2019-08-29
libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.h
Jiri Olsa
3
-19
/
+19
2019-08-29
libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h
Jiri Olsa
3
-19
/
+19
2019-08-29
libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.h
Jiri Olsa
2
-11
/
+11
2019-08-29
libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.h
Jiri Olsa
2
-6
/
+6
2019-08-29
libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/eve...
Jiri Olsa
2
-5
/
+6
2019-08-29
libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h
Jiri Olsa
3
-8
/
+8
2019-08-29
libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf...
Jiri Olsa
3
-16
/
+16
2019-08-29
libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.h
Jiri Olsa
3
-12
/
+12
[prev]
[next]