summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-for-mingo-4.16-20171227' of git://git.kernel.org/pub/scm...Ingo Molnar2017-12-2851-363/+1328
|\
| * perf tools: Auto-complete for events with ':'Jin Yao2017-12-271-0/+5
| * perf tools: Return all events as auto-completions after commaJin Yao2017-12-271-3/+7
| * perf tool: Improve bash command line auto-complete for multiple events with c...Jin Yao2017-12-271-4/+34
| * perf probe arm64: Fix symbol fixup issues due to ELF typeKim Phillips2017-12-272-0/+23
| * perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang2017-12-272-4/+47
| * perf s390: Always build with -fPICHendrik Brueckner2017-12-271-1/+1
| * Revert "perf s390: Always build with -fPIC"Arnaldo Carvalho de Melo2017-12-271-1/+0Star
| * perf test shell: Fix check open filename arg using 'perf trace'Michael Petlan2017-12-271-4/+3Star
| * perf evsel: Fix swap for samples with raw dataJiri Olsa2017-12-272-3/+18
| * perf probe: Support escaped character in parserMasami Hiramatsu2017-12-272-23/+51
| * perf string: Add {strdup,strpbrk}_esc()Masami Hiramatsu2017-12-272-0/+48
| * perf probe: Find versioned symbols from mapMasami Hiramatsu2017-12-274-2/+32
| * perf probe: Add __return suffix for return eventsMasami Hiramatsu2017-12-272-5/+6
| * perf probe: Cut off the version suffix from event nameMasami Hiramatsu2017-12-271-2/+2
| * perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu2017-12-271-0/+8
| * perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo2017-12-276-60/+54Star
| * perf annotate: Use perf_env when obtaining the arch nameArnaldo Carvalho de Melo2017-12-273-17/+8Star
| * perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo2017-12-277-13/+12Star
| * perf trace: Use generated syscall table on s390 tooHendrik Brueckner2017-12-272-1/+13
| * perf s390: Generate system call table from asm/unistd.hHendrik Brueckner2017-12-272-0/+57
| * tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.hHendrik Brueckner2017-12-272-0/+413
| * perf perf: Remove duplicate includesPravin Shedge2017-12-279-15/+0Star
| * perf test: Handle properly readdir DT_UNKNOWNJiri Olsa2017-12-271-5/+5
| * perf utils: Move is_directory() to path.hJiri Olsa2017-12-273-13/+18
| * perf stat: Resort '--per-thread' resultJin Yao2017-12-272-11/+75
| * perf stat: Remove --per-thread pid/tid limitationJin Yao2017-12-272-8/+22
| * perf thread_map: Enumerate all threads from /procJin Yao2017-12-274-4/+8
| * perf stat: Update or print per-thread statsJin Yao2017-12-272-5/+15
| * perf stat: Allocate shadow stats buffer for threadsJin Yao2017-12-272-1/+47
| * perf stat: Remove a set of shadow stats static variablesJin Yao2017-12-272-53/+16Star
| * perf stat: Print per-thread shadow statsJin Yao2017-12-274-87/+151
| * perf stat: Update per-thread shadow statsJin Yao2017-12-275-34/+68
| * perf stat: Create the runtime_stat init/exit functionJin Yao2017-12-272-0/+20
| * perf stat: Extend rbtree to support per-thread shadow statsJin Yao2017-12-271-0/+27
| * perf stat: Define a structure for per-thread shadow statsJin Yao2017-12-272-12/+42
|/
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-12-186-37/+180
|\
| * Merge tag 'perf-urgent-for-mingo-4.15-20171218' of git://git.kernel.org/pub/s...Ingo Molnar2017-12-188-42/+186
| |\
| | * x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo2017-12-181-0/+2
| | * tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo2017-12-183-1/+46
| | * perf jvmti: Generate correct debug information for inlined codeBen Gainey2017-12-183-36/+134
| | * perf tools: Fix up build in hardened environmentsJiri Olsa2017-12-181-4/+3Star
| | * perf tools: Use shell function for perl cflags retrievalJiri Olsa2017-12-181-1/+1
* | | Merge tag 'v4.15-rc4' into perf/core, to pick up fixesIngo Molnar2017-12-18339-3046/+2411Star
|\| |
| * | Linux 4.15-rc4Linus Torvalds2017-12-181-1/+1
| |/
| * Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook2017-12-171-6/+1Star
| * Merge branch 'WIP.x86-pti.base-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2017-12-170-0/+0
| |\
| | * x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-12-172-8/+137
| | * locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-1713-27/+27
| | * locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon2017-12-171-0/+1