index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf evsel: Switch to libperf's cpumap.h
Arnaldo Carvalho de Melo
2019-08-22
1
-1
/
+4
*
perf x86 kvm-stat: Add missing string.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf evsel: util/evsel.h needs stdio.h as it uses FILE
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf evsel: Remove needless stddef.h from util/evsel.h
Arnaldo Carvalho de Melo
2019-08-22
1
-1
/
+0
*
perf evsel: Remove needless counts.h header from util/evsel.h
Arnaldo Carvalho de Melo
2019-08-22
2
-1
/
+2
*
perf evsel: Add missing perf/evsel.h header in util/evsel.h
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf scripting python: Add missing counts.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf stat: Add missing counts.h
Arnaldo Carvalho de Melo
2019-08-22
2
-0
/
+2
*
perf tests: Add missing counts.h
Arnaldo Carvalho de Melo
2019-08-22
2
-0
/
+2
*
perf script: Add missing counts.h
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf evlist: Add missing xyarray.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+2
*
perf bpf: Add missing xyarray.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+2
*
perf counts: Add missing headers needed for types used
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+4
*
perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep tree
Arnaldo Carvalho de Melo
2019-08-22
2
-1
/
+2
*
perf metricgroup: Remove needless includes from metricgroup.h
Arnaldo Carvalho de Melo
2019-08-22
2
-6
/
+10
*
perf kvm s390: Add missing string.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf arm64: Add missing debug.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
2019-08-22
5
-15
/
+16
*
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
2019-08-22
14
-29
/
+32
*
perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
Jiri Olsa
2019-08-22
5
-14
/
+9
*
tools headers: Add missing perf_event.h include
Jiri Olsa
2019-08-22
1
-0
/
+1
*
Merge tag 'perf-core-for-mingo-5.4-20190820' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-08-20
20
-44
/
+166
|
\
|
*
libperf: Fix arch include paths
Jiri Olsa
2019-08-20
1
-1
/
+1
|
*
tools headers: Fixup bitsperlong per arch includes
Arnaldo Carvalho de Melo
2019-08-20
1
-9
/
+9
|
*
perf top: Show info message while collecting samples
Arnaldo Carvalho de Melo
2019-08-20
1
-0
/
+3
|
*
perf ui browser: Allow specifying message to show when no samples are availab...
Arnaldo Carvalho de Melo
2019-08-20
2
-0
/
+3
|
*
perf ui: Introduce non-interactive ui__info_window() function
Arnaldo Carvalho de Melo
2019-08-20
2
-8
/
+17
|
*
perf ui: Make 'exit_msg' optional in ui__question_window()
Arnaldo Carvalho de Melo
2019-08-20
1
-3
/
+11
|
*
perf cs-etm: Support sample flags 'insn' and 'insnlen'
Leo Yan
2019-08-20
1
-1
/
+34
|
*
perf report: Prefer DWARF callstacks to LBR ones when captured both
Alexey Budankov
2019-08-20
1
-0
/
+2
|
*
perf report: Dump LBR callstack data by -D jointly with thread stack
Alexey Budankov
2019-08-20
1
-12
/
+19
|
*
perf record: Enable LBR callstack capture jointly with thread stack
Alexey Budankov
2019-08-20
1
-0
/
+1
|
*
tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file
Steven Rostedt (VMware)
2019-08-20
1
-2
/
+2
|
*
perf evsel: Add comment for 'idx' member in 'struct perf_sample_id
Adrian Hunter
2019-08-20
1
-0
/
+7
|
*
tools arch x86: Sync asm/cpufeatures.h with the with the kernel
Arnaldo Carvalho de Melo
2019-08-20
1
-0
/
+3
|
*
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
2019-08-20
1
-7
/
+10
|
*
tools headers: Grab copy of linux/const.h, needed by linux/bits.h
Arnaldo Carvalho de Melo
2019-08-20
3
-0
/
+42
|
*
perf tools: tools/include should come before tools/uapi/include
Arnaldo Carvalho de Melo
2019-08-20
1
-1
/
+1
|
*
tools headers: Add limits.h to access __WORDSIZE
Arnaldo Carvalho de Melo
2019-08-20
1
-0
/
+1
*
|
Merge tag 'v5.3-rc5' into perf/core, to pick up fixes
Ingo Molnar
2019-08-20
173
-814
/
+1441
|
\
\
|
|
/
|
/
|
|
*
Linux 5.3-rc5
v5.3-rc5
Linus Torvalds
2019-08-18
1
-1
/
+1
|
*
Merge tag 'fixes-for-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-08-18
1
-2
/
+3
|
|
\
|
|
*
mtd: spi-nor: Fix the disabling of write protection at init
Tudor Ambarus
2019-08-13
1
-2
/
+3
|
*
|
Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-08-18
4
-55
/
+35
|
|
\
\
|
|
*
|
btrfs: trim: Check the range passed into to prevent overflow
Qu Wenruo
2019-08-07
1
-3
/
+11
|
|
*
|
Btrfs: fix sysfs warning and missing raid sysfs directories
Filipe Manana
2019-08-07
4
-52
/
+24
|
*
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-08-18
6
-20
/
+99
|
|
\
\
\
|
|
*
|
|
x86/boot: Save fields explicitly, zero out everything else
John Hubbard
2019-08-16
1
-15
/
+48
|
|
*
|
|
MAINTAINERS, x86/CPU: Tony Luck will maintain asm/intel-family.h
Tony Luck
2019-08-15
1
-0
/
+7
|
|
*
|
|
x86/fpu/math-emu: Address fallthrough warnings
Thomas Gleixner
2019-08-12
2
-3
/
+4
[next]