summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-2215-76/+1
|\
| * smpboot: Remove leftover declarationThomas Gleixner2012-06-111-2/+0
| * smp: Remove num_booting_cpus()Thomas Gleixner2012-06-053-11/+0
| * smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()Yong Zhang2012-06-052-24/+0
| * POWERPC: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0
| * SPARC: SMP: Remove call to ipi_call_lock_irq()/ipi_call_unlock_irq()Yong Zhang2012-06-051-6/+1
| * ia64: SMP: Remove call to ipi_call_lock_irq()/ipi_call_unlock_irq()Yong Zhang2012-06-051-2/+0
| * x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlockYong Zhang2012-06-052-11/+0
| * tile: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-10/+0
| * S390: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0
| * parisc: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0
| * mn10300: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0
| * hexagon: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-22109-1706/+5782
|\ \
| * \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-07-181-0/+4
| |\ \
| | * | tracing: Check for allocation failure in __tracing_open()Dan Carpenter2012-07-111-0/+4
| * | | Merge branch 'linus' into perf/coreIngo Molnar2012-07-18331-1775/+2887
| |\ \ \ | | |/ / | |/| |
| * | | perf/x86: Fix intel_perfmon_event_mapformattingPekka Enberg2012-07-061-8/+8
| * | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2012-07-061-12/+11
| |\ \ \
| | * | | oprofile, perf: Use per-cpu frameworkRobert Richter2012-06-221-12/+11
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-07-067-22/+36
| |\ \ \ \
| | * | | | ring-buffer: Fix uninitialized read_stampSteven Rostedt2012-06-281-0/+4
| | * | | | tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt2012-06-284-11/+28
| | * | | | tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim2012-06-282-11/+2
| | * | | | tracing/selftest: Add a WARN_ON() if a tracer test failsSteven Rostedt2012-06-281-0/+2
| * | | | | jump label: Remove static_branch()Jason Baron2012-07-061-16/+1
| * | | | | tracepoint: Use static_key_false(), since static_branch() is deprecatedJason Baron2012-07-061-1/+1
| * | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-07-0617-314/+726
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'libtraceevent-core-for-acme' of git://git.kernel.org/pub/scm/linux...Arnaldo Carvalho de Melo2012-07-052-122/+251
| | |\ \ \ \ \
| | | * | | | | tools lib traceevent: Cleanup realloc useNamhyung Kim2012-07-042-22/+10
| | | * | | | | tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe2012-07-041-0/+1
| | | * | | | | tools lib traceevent: Check return value of arg_to_str()Namhyung Kim2012-07-041-2/+13
| | | * | | | | tools lib traceevent: Check result of malloc() during reading tokenNamhyung Kim2012-07-041-1/+1
| | | * | | | | tools lib traceevent: Fix some commentsNamhyung Kim2012-07-041-9/+7
| | | * | | | | tools lib traceevent: Do not call add_event() again if allocation failedNamhyung Kim2012-07-041-1/+2
| | | * | | | | tools lib traceevent: Pass string type argument to argsNamhyung Kim2012-07-041-0/+1
| | | * | | | | tools lib traceevent: Handle realloc() failure pathNamhyung Kim2012-07-041-16/+60
| | | * | | | | tools lib traceevent: Handle strdup failure casesNamhyung Kim2012-07-041-2/+27
| | | * | | | | tools lib traceevent: Introduce extend_token()Namhyung Kim2012-07-041-26/+24
| | | * | | | | tools lib traceevent: Fix printk_cmp()Namhyung Kim2012-07-041-4/+4
| | | * | | | | tools lib traceevent: Fix trace_printk for long integersWolfgang Mauerer2012-07-041-2/+3
| | | * | | | | tools lib traceevent: Fix %pM print format arg handlingSteven Rostedt2012-07-041-0/+1
| | | * | | | | tools lib traceevent: Add support to show migrate disable counterSteven Rostedt2012-07-041-19/+38
| | | * | | | | tools lib traceevent: Add support for "%.*s" in bprintk eventsSteven Rostedt2012-07-041-9/+25
| | | * | | | | tools lib traceevent: Let filtering numbers by string use function namesSteven Rostedt2012-07-041-10/+35
| | * | | | | | perf tools: Split event symbols arrays to hw and sw partsJiri Olsa2012-07-051-57/+117
| | * | | | | | perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa2012-07-052-5/+12
| | * | | | | | perf tools: Add empty rule for new line in event syntax parsingJiri Olsa2012-07-051-0/+1
| | * | | | | | perf test: Use ARRAY_SIZE in parse events testsJiri Olsa2012-07-041-19/+10
| | |/ / / / /
| | * | | | | perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake2012-07-023-82/+82
OpenPOWER on IntegriCloud