aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-08powerpc: Fix default_machine_crash_shutdown #ifdef botchPaul E. McKenney1-1/+1
2010-07-08powerpc: Fix logic error in fixup_irqsJohannes Berg1-1/+4
2010-07-08powerpc: Linux cannot run with 0 coresAnton Blanchard1-1/+1
2010-07-08powerpc: Fix compile errors in prom_init_check for gcc 4.5Stephen Rothwell1-0/+6
2010-07-08powerpc/perf_event: Fix for power_pmu_disable()Matt Evans1-1/+4
2010-06-15powerpc: rtas_flash needs to use rtas_data_bufMilton Miller1-18/+21
2010-06-15powerpc: Unconditionally enabled irq stacksChristoph Hellwig6-29/+0
2010-06-15powerpc/kexec: Wait for online/possible CPUs only.Matt Evans1-17/+1
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+1
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu1-0/+1
2010-06-02powerpc/kprobes: Remove resume_execution() in kprobesAnanth N Mavinakayanahalli1-12/+2
2010-06-01Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds9-202/+549
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-6/+4
2010-05-31powerpc: Don't export cvt_fd & _df when CONFIG_PPC_FPU is not setBenjamin Herrenschmidt1-1/+1
2010-05-31Merge commit 'kumar/next' into nextBenjamin Herrenschmidt8-201/+548
2010-05-27powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori2-8/+8
2010-05-24powerpc/kexec: Add support for FSL-BookESebastian Andrzej Siewior4-0/+60
2010-05-24powerpc/fsl-booke: Move the entry setup code into a seperate fileSebastian Andrzej Siewior2-198/+201
2010-05-24powerpc/fsl-booke: fix the case where we are not in the first pageSebastian Andrzej Siewior1-0/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely37-503/+1405
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely2-4/+2
2010-05-22drivercore: Add of_match_table to the common device driversGrant Likely1-1/+4
2010-05-22arch/powerpc: Move dma_mask from of_device into pdev_archdataGrant Likely2-2/+2
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-43/+81
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds28-364/+1189
2010-05-21powerpc/fsl-booke: Add hibernation support for FSL BookE processorsAnton Vorontsov2-2/+199
2010-05-21powerpc/e500mc: Implement machine check handler.Scott Wood2-2/+88
2010-05-21powerpc: Remove unused 'protect4gb' boot parameterFUJITA Tomonori1-12/+0
2010-05-21powerpc: Use smt_snooze_delay=-1 to always busy loopAnton Blanchard1-9/+8
2010-05-21powerpc: Remove check of ibm,smt-snooze-delay OF propertyAnton Blanchard1-29/+0
2010-05-21powerpc/kdump: Fix race in kdump shutdownMichael Neuling1-0/+27
2010-05-21powerpc/kexec: Fix race in kexec shutdownMichael Neuling4-17/+42
2010-05-21powerpc: Use more accurate limit for first segment memory allocationsAnton Blanchard1-4/+13
2010-05-21powerpc/kdump: Use chip->shutdown to disable IRQsAnton Blanchard1-1/+1
2010-05-21powerpc/kdump: CPUs assume the context of the oopsing CPUAnton Blanchard1-1/+5
2010-05-21powerpc/crashdump: Do not fail on NULL pointer dereferencingMaxim Uvarov1-0/+3
2010-05-21powerpc/pci: Check devices status property when scanning OF treeSonny Rao1-0/+2
2010-05-21powerpc/vio: Switch VIO Bus PM to use generic helpersBrian King1-24/+1
2010-05-21powerpc: Use common cpu_die (fixes SMP+SUSPEND build)Milton Miller2-6/+6
2010-05-21powerpc/rtasd: Don't start event scan if scan rate is zeroMichael Ellerman1-0/+6
2010-05-20powerpc,kgdb: Introduce low level trap catchingJason Wessel2-4/+9
2010-05-20kgdb: core changes to support kdbJason Wessel1-0/+5
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely3-13/+9
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely3-14/+14
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-61/+68
2010-05-17powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftraceKumar Gala1-0/+8
2010-05-17powerpc/fsl-booke: Fix InstructionTLBError execute permission checkLi Yang1-3/+10
2010-05-17KVM: PPC: Find HTAB ourselvesAlexander Graf1-5/+0
2010-05-17KVM: PPC: Add KVM intercept handlersAlexander Graf1-0/+14
2010-05-17PPC: Export SWITCH_FRAME_SIZEAlexander Graf1-1/+1