summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-2230-233/+426
|\
| * Merge remote branch 'jwb/next' into nextBenjamin Herrenschmidt2010-10-152-0/+16
| |\
| | * powerpc/44x: Add support for the AMCC APM821xx SoCTirumala Marri2010-10-132-0/+16
| * | powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chipsKumar Gala2010-10-141-2/+2
| * | powerpc/fsl-booke: Add support for FSL 64-bit e5500 coreKumar Gala2010-10-144-2/+50
| * | powerpc: Fix compile error with paca code on ppc64eKumar Gala2010-10-141-1/+1
| * | powerpc/fsl_booke: Add support to boot from core other than 0Matthew McClintock2010-10-142-3/+9
| * | powerpc/kexec: make masking/disabling interrupts genericMatthew McClintock2010-10-143-12/+29
| * | powerpc: export ppc_proc_freq and ppc_tb_freq as GPL symbolsTimur Tabi2010-10-141-1/+2
| |/
| * powerpc/Makefiles: Change to new flag variablesmatt mooney2010-10-132-6/+6
| * powerpc/pci: Cleanup device dma setup codeNishanth Aravamudan2010-10-131-3/+1
| * powerpc/viobus: Free TCE table on device releaseNishanth Aravamudan2010-10-131-1/+6
| * powerpc/vio: Use put_device() on device_register failureNishanth Aravamudan2010-10-131-2/+1
| * powerpc/dma: Fix check for direct DMA supportNishanth Aravamudan2010-10-131-1/+1
| * powerpc/dma: Fix dma_iommu_dma_supported compareNishanth Aravamudan2010-10-131-10/+11
| * powerpc/irq.c: Add of_node_put to avoid memory leakJulia Lawall2010-10-131-1/+3
| * powerpc: Use static const char arraysJoe Perches2010-10-131-1/+1
| * powerpc/pseries: Export rtas_ibm_suspend_me()Nathan Fontenot2010-10-131-2/+2
| * Merge remote branch 'kumar/merge' into nextBenjamin Herrenschmidt2010-10-134-9/+4
| |\
| * | powerpc/perf: Fix sampling enable for PPC970Paul Mackerras2010-09-231-0/+2
| * | powerpc/dma: Add optional platform override of dma_set_mask()Benjamin Herrenschmidt2010-09-021-0/+18
| * | powerpc: Use is_32bit_task() helper to test 32-bit binaryDenis Kirjanov2010-09-022-4/+4
| * | powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}Andreas Schwab2010-09-022-12/+2
| * | powerpc/pseries: Re-enable dispatch trace log userspace interfacePaul Mackerras2010-09-021-1/+5
| * | powerpc: Account time using timebase rather than PURRPaul Mackerras2010-09-025-150/+150
| * | powerpc: Dynamically allocate most lppaca structsPaul Mackerras2010-09-021-2/+68
| * | powerpc: Abstract indexing of lppaca structsPaul Mackerras2010-09-021-7/+7
| * | powerpc: Move arch_sd_sibling_asym_packing() to smp.cMichael Neuling2010-09-022-11/+9
| * | powerpc: Feature nop out reservation clear when stcx checks addressAnton Blanchard2010-09-021-0/+22
* | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-226-14/+15
|\ \ \
| * \ \ Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-087-24/+27
| |\ \ \ | | | |/ | | |/|
| * | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-3146-1933/+1285
| |\ \ \
| * | | | memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt2010-08-055-29/+12
| * | | | memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-052-2/+20
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-212-4/+4
|\ \ \ \ \
| * | | | | Fix IRQ flag handling namingDavid Howells2010-10-072-4/+4
| | |_|/ / | |/| | |
* | | | | perf, powerpc: Fix power_pmu_event_init to not use event->ctxPaul Mackerras2010-10-191-1/+1
* | | | | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-21/+21
* | | | | Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-081-6/+0
|\| | | |
| * | | | powerpc: remove unused variableStephen Rothwell2010-10-061-1/+0
| * | | | modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-5/+0
* | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-09-233-3/+4
|\| | | |
| * | | | powerpc: fix double syscall restartsAl Viro2010-09-223-3/+4
| | |_|/ | |/| |
* | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-153-15/+23
|\| | |
| * | | powerpc: Don't use kernel stack with translation offMichael Neuling2010-08-311-3/+9
| * | | powerpc/perf_event: Reduce latency of calling perf_event_do_pendingPaul Mackerras2010-08-311-12/+11
| * | | powerpc/kexec: Adds correct calling convention for kexec purgatoryMatthew McClintock2010-08-311-0/+3
| | |/ | |/|
* | | perf: Rework the PMU methodsPeter Zijlstra2010-09-092-78/+134
* | | perf: Per PMU disablePeter Zijlstra2010-09-092-19/+23
* | | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-092-2/+9