summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-27perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang
2017-12-27perf s390: Always build with -fPICHendrik Brueckner
2017-12-27Revert "perf s390: Always build with -fPIC"Arnaldo Carvalho de Melo
2017-12-27perf test shell: Fix check open filename arg using 'perf trace'Michael Petlan
2017-12-27perf evsel: Fix swap for samples with raw dataJiri Olsa
2017-12-27perf probe: Support escaped character in parserMasami Hiramatsu
2017-12-27perf string: Add {strdup,strpbrk}_esc()Masami Hiramatsu
2017-12-27perf probe: Find versioned symbols from mapMasami Hiramatsu
2017-12-27perf probe: Add __return suffix for return eventsMasami Hiramatsu
2017-12-27perf probe: Cut off the version suffix from event nameMasami Hiramatsu
2017-12-27perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu
2017-12-27perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo
2017-12-27perf annotate: Use perf_env when obtaining the arch nameArnaldo Carvalho de Melo
2017-12-27perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo
2017-12-27perf trace: Use generated syscall table on s390 tooHendrik Brueckner
2017-12-27perf s390: Generate system call table from asm/unistd.hHendrik Brueckner
2017-12-27tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.hHendrik Brueckner
2017-12-27perf perf: Remove duplicate includesPravin Shedge
2017-12-27perf test: Handle properly readdir DT_UNKNOWNJiri Olsa
2017-12-27perf utils: Move is_directory() to path.hJiri Olsa
2017-12-27perf stat: Resort '--per-thread' resultJin Yao
2017-12-27perf stat: Remove --per-thread pid/tid limitationJin Yao
2017-12-27perf thread_map: Enumerate all threads from /procJin Yao
2017-12-27perf stat: Update or print per-thread statsJin Yao
2017-12-27perf stat: Allocate shadow stats buffer for threadsJin Yao
2017-12-27perf stat: Remove a set of shadow stats static variablesJin Yao
2017-12-27perf stat: Print per-thread shadow statsJin Yao
2017-12-27perf stat: Update per-thread shadow statsJin Yao
2017-12-27perf stat: Create the runtime_stat init/exit functionJin Yao
2017-12-27perf stat: Extend rbtree to support per-thread shadow statsJin Yao
2017-12-27perf stat: Define a structure for per-thread shadow statsJin Yao
2017-12-18Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-12-18Merge tag 'perf-urgent-for-mingo-4.15-20171218' of git://git.kernel.org/pub/s...Ingo Molnar
2017-12-18x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo
2017-12-18tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo
2017-12-18perf jvmti: Generate correct debug information for inlined codeBen Gainey
2017-12-18perf tools: Fix up build in hardened environmentsJiri Olsa
2017-12-18perf tools: Use shell function for perl cflags retrievalJiri Olsa
2017-12-18Merge tag 'v4.15-rc4' into perf/core, to pick up fixesIngo Molnar
2017-12-17Linux 4.15-rc4v4.15-rc4Linus Torvalds
2017-12-17Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook
2017-12-17Merge branch 'WIP.x86-pti.base-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2017-12-17Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/sc...Linus Torvalds
2017-12-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-12-17Merge tag 'dmaengine-fix-4.15-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds
2017-12-17cramfs: fix MTD dependencyArnd Bergmann
2017-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-17Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-12-17x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin
2017-12-17locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon