aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf, powerpc: Use perf_sample_data_init() for the FSL codePeter Zijlstra2010-07-271-3/+3
* powerpc: Fix erroneous lmb->memblock conversionsBenjamin Herrenschmidt2010-07-231-1/+1
* Merge branch 'lmb-to-memblock' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-07-1413-72/+72
|\
| * lmb: rename to memblockYinghai Lu2010-07-1413-72/+72
* | powerpc/fsl-booke: Fix address issue when using relocatable kernelsMatthew McClintock2010-07-111-3/+1
|/
* powerpc: Fix default_machine_crash_shutdown #ifdef botchPaul E. McKenney2010-07-081-1/+1
* powerpc: Fix logic error in fixup_irqsJohannes Berg2010-07-081-1/+4
* powerpc: Linux cannot run with 0 coresAnton Blanchard2010-07-081-1/+1
* powerpc: Fix compile errors in prom_init_check for gcc 4.5Stephen Rothwell2010-07-081-0/+6
* powerpc/perf_event: Fix for power_pmu_disable()Matt Evans2010-07-081-1/+4
* powerpc: rtas_flash needs to use rtas_data_bufMilton Miller2010-06-151-18/+21
* powerpc: Unconditionally enabled irq stacksChristoph Hellwig2010-06-156-29/+0
* powerpc/kexec: Wait for online/possible CPUs only.Matt Evans2010-06-151-17/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-06-111-0/+1
|\
| * PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu2010-06-111-0/+1
* | powerpc/kprobes: Remove resume_execution() in kprobesAnanth N Mavinakayanahalli2010-06-021-12/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-06-019-202/+549
|\ \
| * | powerpc: Don't export cvt_fd & _df when CONFIG_PPC_FPU is not setBenjamin Herrenschmidt2010-05-311-1/+1
| * | Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2010-05-318-201/+548
| |\ \ | | |/ | |/|
| | * powerpc/kexec: Add support for FSL-BookESebastian Andrzej Siewior2010-05-244-0/+60
| | * powerpc/fsl-booke: Move the entry setup code into a seperate fileSebastian Andrzej Siewior2010-05-242-198/+201
| | * powerpc/fsl-booke: fix the case where we are not in the first pageSebastian Andrzej Siewior2010-05-241-0/+1
| | * powerpc/fsl-booke: Add hibernation support for FSL BookE processorsAnton Vorontsov2010-05-212-2/+199
| | * powerpc/e500mc: Implement machine check handler.Scott Wood2010-05-212-2/+88
* | | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-011-6/+4
|\ \ \ | |/ / |/| |
| * | Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-031-1/+1
| * | Rename .data.page_aligned to .data..page_aligned.Tim Abbott2010-03-031-1/+1
| * | Rename .data.init_task to .data..init_task.Tim Abbott2010-03-031-3/+1
| * | Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott2010-03-031-1/+1
* | | powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori2010-05-272-8/+8
* | | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2237-503/+1405
|\ \ \
| * \ \ Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-05-214-43/+81
| |\ \ \
| | * | | KVM: PPC: Find HTAB ourselvesAlexander Graf2010-05-171-5/+0
| | * | | KVM: PPC: Add KVM intercept handlersAlexander Graf2010-05-171-0/+14
| | * | | PPC: Export SWITCH_FRAME_SIZEAlexander Graf2010-05-171-1/+1
| | * | | KVM: PPC: Export MMU variablesAlexander Graf2010-05-171-0/+5
| | * | | KVM: PPC: Add SVCPU to Book3S_32Alexander Graf2010-05-171-0/+3
| | * | | KVM: PPC: Use now shadowed vcpu fieldsAlexander Graf2010-05-171-37/+54
| | * | | KVM: PPC: Use CONFIG_PPC_BOOK3S defineAlexander Graf2010-05-171-3/+3
| | * | | KVM: PPC: Name generic 64-bit code genericAlexander Graf2010-05-171-2/+2
| | * | | KVM: PPC: Don't export Book3S symbols on BookEAlexander Graf2010-05-171-0/+2
| | * | | KVM: PPC: Add helpers to call FPU instructionsAlexander Graf2010-04-251-0/+2
| * | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-05-2128-364/+1189
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | powerpc: Remove unused 'protect4gb' boot parameterFUJITA Tomonori2010-05-211-12/+0
| | * | | powerpc: Use smt_snooze_delay=-1 to always busy loopAnton Blanchard2010-05-211-9/+8
| | * | | powerpc: Remove check of ibm,smt-snooze-delay OF propertyAnton Blanchard2010-05-211-29/+0
| | * | | powerpc/kdump: Fix race in kdump shutdownMichael Neuling2010-05-211-0/+27
| | * | | powerpc/kexec: Fix race in kexec shutdownMichael Neuling2010-05-214-17/+42
| | * | | powerpc: Use more accurate limit for first segment memory allocationsAnton Blanchard2010-05-211-4/+13
| | * | | powerpc/kdump: Use chip->shutdown to disable IRQsAnton Blanchard2010-05-211-1/+1