summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang3-37/+34
2015-05-12perf trace: Removed duplicated NULL testHe Kuang1-2/+1
2015-05-12perf report: Force tty output if -T/--thread option is givenNamhyung Kim1-2/+2
2015-05-12perf tools: Document relation of per-thread event count featureNamhyung Kim2-2/+4
2015-05-12perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo1-1/+1
2015-05-11perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU supportStephane Eranian3-0/+24
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar128-557/+1699
2015-05-11perf/x86/rapl: Enable Broadwell-U RAPL supportStephane Eranian1-0/+1
2015-05-09Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar71-323/+1392
2015-05-08perf build: Disable libdw DWARF unwind when built with NO_DWARFNaveen N. Rao1-0/+4
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu6-11/+59
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu4-1/+8
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu5-63/+48
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu3-33/+27
2015-05-08perf bench futex: Handle spurious wakeupsDavidlohr Bueso1-1/+6
2015-05-08perf bench futex: Support parallel waker threadsDavidlohr Bueso5-0/+301
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo29-114/+284
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo2-4/+5
2015-05-08tools include: Add basic atomic.h implementation from the kernel sourcesArnaldo Carvalho de Melo7-0/+193
2015-05-08perf tools: Move generic barriers out of perf-sys.hArnaldo Carvalho de Melo2-9/+2
2015-05-08perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.hArnaldo Carvalho de Melo4-3/+18
2015-05-08perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.hArnaldo Carvalho de Melo4-9/+23
2015-05-08perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barr...Arnaldo Carvalho de Melo4-3/+21
2015-05-08perf tools: Move arm(64) barrier.h stuff to tools/arch/arm*/include/asm/barri...Arnaldo Carvalho de Melo5-10/+33
2015-05-08perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.hArnaldo Carvalho de Melo4-3/+51
2015-05-08perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.hArnaldo Carvalho de Melo4-3/+11
2015-05-08perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.hArnaldo Carvalho de Melo6-9/+61
2015-05-08perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.hArnaldo Carvalho de Melo4-9/+35
2015-05-08tools: Adopt asm-generic/barrier.hArnaldo Carvalho de Melo2-0/+45
2015-05-08perf tools: Move barrier() definition to tools/include/linux/compiler.hArnaldo Carvalho de Melo2-2/+4
2015-05-08perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.hArnaldo Carvalho de Melo4-3/+33
2015-05-08perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/ba...Arnaldo Carvalho de Melo4-3/+32
2015-05-08perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.hArnaldo Carvalho de Melo4-6/+34
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu3-14/+20
2015-05-08perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu1-7/+24
2015-05-08perf probe: Make --line checks validate C-style function nameMasami Hiramatsu1-15/+20
2015-05-08perf probe: Fix to return 0 when positive value returnedMasami Hiramatsu1-1/+1
2015-05-08perf probe: Fix a typo for the flags of openMasami Hiramatsu1-1/+1
2015-05-08perf probe: Fix to close probe_events file in errorMasami Hiramatsu1-1/+3
2015-05-08perf_event: Don't allow vmalloc() backed perf on powerpcMichael Ellerman1-1/+1
2015-05-08perf: Fix software migrate eventsPeter Zijlstra3-4/+29
2015-05-08perf/x86/intel: Fix SLM cache event listKan Liang1-4/+3
2015-05-08perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra1-8/+33
2015-05-08Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-7/+51
2015-05-07Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki230-1649/+2700
2015-05-07Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-5/+12
2015-05-07Merge tag 'pinctrl-v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds7-13/+16
2015-05-07Merge tag 'vfio-v4.1-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds2-4/+25
2015-05-07Merge tag 'for-linus' of git://github.com/dledford/linuxLinus Torvalds31-219/+568
2015-05-07Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-74/+168