summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* perf_counter: powerpc: add nmi_enter/nmi_exit callsPaul Mackerras2009-04-091-14/+17
* perf_counter: allow for data addresses to be recordedPeter Zijlstra2009-04-082-4/+6
* perf_counter: powerpc: set sample enable bit for marked instruction eventsPaul Mackerras2009-04-085-12/+413
* perf_counter: fix powerpc buildPaul Mackerras2009-04-081-2/+1
* Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar2009-04-0836-89/+190
|\
| * Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-04-071-4/+4
| |\
| | * powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates boardWolfgang Grandegger2009-04-071-4/+4
| * | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-074-5/+5
| * | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2009-04-0731-79/+181
| |\ \ | | |/ | |/|
| | * powerpc: Fix oops when loading modulesPaul Mackerras2009-04-071-2/+4
| | * powerpc: Wire up preadv and pwritevStephen Rothwell2009-04-072-1/+6
| | * powerpc/ftrace: Fix printf format warningMichael Ellerman2009-04-071-1/+1
| | * powerpc/ftrace: Fix #if that should be #ifdefMichael Ellerman2009-04-071-1/+1
| | * powerpc: Fix ptrace compat wrapper for FPU register accessMichael Neuling2009-04-071-4/+11
| | * powerpc: Print information about mapping hw irqs to virtual irqsMichael Ellerman2009-04-071-1/+3
| | * powerpc: Correct dependency of KEXECGeert Uytterhoeven2009-04-071-1/+1
| | * powerpc: Disable VSX or current process in giveup_fpu/altivecMichael Neuling2009-04-072-0/+13
| | * powerpc/pseries: Enable relay in pseries_defconfigAnton Blanchard2009-04-071-1/+1
| | * powerpc/pseries: Fix ibm,client-architecture commentAnton Blanchard2009-04-071-1/+1
| | * powerpc/pseries: Scan for all events in rtasdAnton Blanchard2009-04-071-1/+2
| | * powerpc/pseries: Add dispatch dispersion statisticsAnton Blanchard2009-04-072-1/+17
| | * powerpc: Clean up some prom printoutsAnton Blanchard2009-04-071-4/+4
| | * powerpc: Print progress of ibm,client-architecture methodAnton Blanchard2009-04-071-3/+5
| | * powerpc: Remove duplicated #include'sHuang Weiyi2009-04-072-2/+0
| | * Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Paul Mackerras2009-04-0716-55/+111
| | |\
| | | * powerpc/pq2fads: Update device tree for use with device-tree-aware u-boot.Scott Wood2009-04-061-6/+14
| | | * powerpc: Add support for CoreInt delivery of interrupts on MPICKumar Gala2009-04-062-0/+46
| | | * powerpc/math-emu: Change types to work on ppc64Kumar Gala2009-04-021-3/+3
| | | * powerpc/85xx: Re-add the device_type soc to socrates.dtsWolfgang Grandegger2009-04-021-0/+1
| | | * powerpc: Move SPEFSCR defines to common headerKumar Gala2009-04-022-30/+30
| | | * powerpc/85xx: Use fsl,mpc85.. as prefix for memory ctrl & l2-cache nodesKumar Gala2009-03-318-16/+16
| | | * powerpc: Make LOWMEM_CAM_NUM depend on FSL_BOOKEJosh Boyer2009-03-311-0/+1
* | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-073-5/+11
|\ \ \ \ | |/ / /
| * | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-063-5/+11
| |\ \ \ | | |/ / | |/| |
| | * | powerpc/85xx: TQM8548: Update DTS file for multi-chip supportWolfgang Grandegger2009-04-062-4/+10
| | * | [MTD] [NAND] FSL-UPM: add multi chip supportWolfgang Grandegger2009-04-061-1/+1
* | | | perf_counter: theres more to overflow than writing eventsPeter Zijlstra2009-04-071-1/+1
* | | | perf_counter: make it possible for hw_perf_counter_init to return error codesPaul Mackerras2009-04-061-7/+7
* | | | perf_counter: powerpc: only reserve PMU hardware when we need itPaul Mackerras2009-04-061-5/+42
* | | | perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2009-04-063-23/+5
* | | | perf_counter: record time running and time enabled for each counterPaul Mackerras2009-04-061-0/+2
* | | | perf_counter: new output ABI - part 1Peter Zijlstra2009-04-061-6/+3
* | | | perf_counter: add an mmap method to allow userspace to read hardware countersPaul Mackerras2009-04-061-0/+6
* | | | perf_counter: remove the event config bitfieldsPeter Zijlstra2009-04-061-3/+3
* | | | perf_counter: fix type/event_id layout on big-endian systemsPaul Mackerras2009-04-061-4/+5
* | | | perf_counter: powerpc: clean up perc_counter_interruptPaul Mackerras2009-04-061-12/+7
* | | | perf_counter: unify irq output codePeter Zijlstra2009-04-061-49/+2
* | | | perf_counter: revamp syscall input ABIPeter Zijlstra2009-04-061-2/+2
* | | | perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras2009-04-063-13/+15
OpenPOWER on IntegriCloud