summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen2013-07-121-3/+4
* perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-121-1/+14
* perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-121-1/+10
* perf: Clone child context from parent context pmuJiri Olsa2013-07-121-1/+1
* Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-07-1232-157/+125Star
|\
| * perf script: Fix broken include in Context.xsRamkumar Ramachandra2013-07-101-1/+1
| * perf tools: Fix -ldw/-lelf link test when static linkingMike Frysinger2013-07-102-3/+3
| * perf tools: Revert regression in configuration of Python supportMichael Witten2013-07-091-1/+1
| * perf tools: Fix perf version generationRobert Richter2013-07-081-6/+15
| * perf stat: Fix per-socket output bug for uncore eventsStephane Eranian2013-07-081-3/+4
| * perf symbols: Fix vdso list searchingWaiman Long2013-07-083-4/+11
| * perf evsel: Fix missing increment in sample parsingAdrian Hunter2013-07-081-1/+1
| * perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter2013-07-081-0/+2
| * perf tools: Fix new_term() missing free on error pathAdrian Hunter2013-07-081-0/+1
| * perf tools: Fix parse_events_terms() segfault on error pathAdrian Hunter2013-07-081-1/+2
| * perf evsel: Fix count parameter to read call in event_format__newDavid Ahern2013-07-081-1/+1
| * perf tools: fix a typo of a Power7 event nameRunzhen Wang2013-07-082-7/+7
| * perf tools: Fix -x/--exclude-other option for report commandJiri Olsa2013-07-084-6/+1Star
| * perf evlist: Enhance perf_evlist__start_workload()Namhyung Kim2013-07-081-1/+9
| * perf record: Remove -f/--force optionJiri Olsa2013-07-087-14/+6Star
| * perf record: Remove -A/--append optionJiri Olsa2013-07-083-88/+11Star
| * perf stat: Avoid sending SIGTERM to random processesStephane Eranian2013-07-081-1/+22
| * tools lib lk: Fix for cross buildJoonsoo Kim2013-07-081-0/+15
| * perf tools: Include termios.h explicitlyJoonsoo Kim2013-07-081-1/+1
| * perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov2013-07-082-3/+3
| * perf tools: Fix build errors with O and DESTDIR make vars setRobert Richter2013-07-082-4/+3Star
| * perf tools: Fix output directory of Documentation/Robert Richter2013-07-081-8/+2Star
| * tools: Get only verbose output with V=1Robert Richter2013-07-083-3/+3
|/
* perf: Fix interrupt handler timing harnessStephane Eranian2013-07-051-2/+2
* perf/x86/amd: Do not print an error when the device is not presentPeter Zijlstra2013-07-051-3/+1Star
* Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-031-7/+59
|\
| * x86/UV: Add GRU distributed mode mappingsDimitri Sivanich2013-05-301-7/+59
* | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-0324-72/+602
|\ \
| * \ Merge remote-tracking branch 'trace/tip/x86/trace' into x86/traceH. Peter Anvin2013-06-242-6/+8
| |\ \
| | * | trace,x86: Do not call local_irq_save() in load_current_idt()Steven Rostedt (Red Hat)2013-06-222-6/+8
| * | | x86/tracing: Add config option checking to the definitions of mce handlersSeiji Aguchi2013-06-231-0/+5
| |/ /
| * | trace,x86: Move creation of irq tracepoints from apic.c to irq.cSteven Rostedt (Red Hat)2013-06-214-4/+5
| * | x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-2120-15/+422
| * | x86: Rename variables for debuggingSeiji Aguchi2013-06-214-13/+54
| * | x86, trace: Introduce entering/exiting_irq()Seiji Aguchi2013-06-217-46/+109
| * | tracing: Add DEFINE_EVENT_FN() macroSteven Rostedt2013-06-213-0/+11
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-038-19/+68
|\ \ \
| * \ \ Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-06-281-10/+5Star
| |\ \ \
| | * | | x86/mce: Update MCE severity condition checkChen Gong2013-06-271-10/+5Star
| * | | | Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/li...Ingo Molnar2013-06-26112-531/+1005
| |\ \ \ \
| | * | | | mce: acpi/apei: Add comments to clarify usage of the various bitfields in the...Naveen N. Rao2013-06-252-1/+16
| | |/ / /
| * | | | Merge tag 'please-pull-einj' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-06-193-5/+44
| |\ \ \ \
| | * | | | ACPI/APEI: Update einj documentation for param1/param2Chen Gong2013-06-071-2/+7
| | * | | | ACPI/APEI: Add parameter check before error injectionChen Gong2013-06-072-3/+36
| | * | | | ACPI, APEI, EINJ: Fix error return code in einj_init()Wei Yongjun2013-06-061-0/+1