summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kprobes: Remove redundant text_mutex lock in optimizeMasami Hiramatsu2010-10-251-3/+4
* x86/oprofile: Fix uninitialized variable use in debug printkIngo Molnar2010-10-251-15/+11
* tracing: Fix 'faild' -> 'failed' typoJoe Perches2010-10-231-1/+1
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-10-2311-236/+823
|\
| * perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo2010-10-221-1/+0
| * perf probe: Add basic module supportMasami Hiramatsu2010-10-217-69/+239
| * perf probe: Show accessible global variablesMasami Hiramatsu2010-10-216-14/+41
| * perf probe: Function style fixMasami Hiramatsu2010-10-213-4/+4
| * perf probe: Show accessible local variablesMasami Hiramatsu2010-10-216-105/+480
| * perf probe: Support global variablesMasami Hiramatsu2010-10-211-8/+17
| * perf probe: Fix local variable searching loopMasami Hiramatsu2010-10-211-8/+18
| * perf probe: Fix type searchingMasami Hiramatsu2010-10-211-8/+17
| * tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner2010-10-213-42/+30
* | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-10-221-6/+2
|\ \
| * | tracing: Do not limit the size of the number of CPU buffersSteven Rostedt2010-10-211-6/+2
| |/
* | perf_events: Fix for transaction recovery in group_sched_in()Stephane Eranian2010-10-221-2/+20
* | perf_events: Revert: Fix transaction recovery in group_sched_in()Stephane Eranian2010-10-221-63/+13
* | perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocationsPeter Zijlstra2010-10-221-3/+6
* | perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra2010-10-222-12/+6
* | perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra2010-10-222-16/+47
* | perf, x86: Fixup the precise_ip computationPeter Zijlstra2010-10-221-4/+5
* | perf, x86: Extract DS alloc/free functionsPeter Zijlstra2010-10-221-14/+26
* | perf, x86: Extract PEBS/BTS allocation functionsPeter Zijlstra2010-10-221-34/+56
* | perf, x86: Extract PEBS/BTS buffer free routinesPeter Zijlstra2010-10-221-5/+25
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-21130-683/+3676
|\ \
| * \ Merge remote branch 'jwb/next' into nextBenjamin Herrenschmidt2010-10-157-4/+360
| |\ \
| | * | powerpc/44x: Update ppc44x_defconfigJosh Boyer2010-10-141-4/+5
| | * | powerpc/44x: Add support for the AMCC APM821xx SoCTirumala Marri2010-10-136-0/+355
| * | | powerpc/watchdog: Make default timeout for Book-E watchdog a Kconfig optionTimur Tabi2010-10-142-7/+18
| * | | fsl_rio: Add comments for sRIO registers.Shaohui Xie2010-10-141-25/+40
| * | | powerpc/fsl-booke: Add e55xx (64-bit) smp defconfigKumar Gala2010-10-142-3/+85
| * | | powerpc/fsl-booke: Add p5020 DS board supportKumar Gala2010-10-143-0/+82
| * | | powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chipsKumar Gala2010-10-146-10/+29
| * | | powerpc/fsl-booke: Add support for FSL Arch v1.0 MMU in setup_page_sizesKumar Gala2010-10-142-3/+54
| * | | powerpc/fsl-booke: Add support for FSL 64-bit e5500 coreKumar Gala2010-10-146-4/+61
| * | | powerpc/85xx: add cache-sram supportHarninder Rai2010-10-145-0/+540
| * | | powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS boardTimur Tabi2010-10-141-0/+11
| * | | powerpc: Fix compile error with paca code on ppc64eKumar Gala2010-10-141-1/+1
| * | | powerpc/fsl-booke: Add p3041 DS board supportKumar Gala2010-10-143-0/+76
| * | | oprofile/fsl emb: Don't set MSR[PMM] until after clearing the interrupt.Scott Wood2010-10-141-7/+8
| * | | powerpc/fsl-booke: Add PCI device ids for P2040/P3041/P5010/P5020 QoirQ chipsKumar Gala2010-10-142-0/+16
| * | | powerpc/mpc8xxx_gpio: Add support for 'qoriq-gpio' controllersKumar Gala2010-10-141-0/+3
| * | | powerpc/fsl_booke: Add support to boot from core other than 0Matthew McClintock2010-10-142-3/+9
| * | | powerpc/p1022: Add probing for individual DMA channelsTimur Tabi2010-10-141-0/+2
| * | | powerpc/fsl_soc: Search all global-utilities nodes for rstccrMatthew McClintock2010-10-141-7/+13
| * | | powerpc: Fix invalid page flags in create TLB CAM path for PTE_64BITPaul Gortmaker2010-10-142-1/+9
| * | | powerpc/mpc83xx: Support for MPC8308 P1M boardIlya Yanok2010-10-143-3/+336
| * | | powerpc/85xx: flush dcache before resetting coresMatthew McClintock2010-10-141-0/+50
| * | | powerpc/85xx: Minor fixups for kexec on 85xxMatthew McClintock2010-10-141-13/+11
| * | | powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexecMatthew McClintock2010-10-141-2/+0
OpenPOWER on IntegriCloud