summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-09-05powerpc: Rename 64-bit PVR constants to PVR_fooMichael Ellerman1-1/+1
2012-09-05powerpc: Remove all includes of <asm/abs_addr.h>Michael Ellerman3-3/+1
2012-09-05powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs()Michael Ellerman2-6/+4
2012-07-30Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds4-17/+22
2012-07-30common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski4-17/+22
2012-07-27powerpc/ftrace: Trace function graph entry before updating indexSteven Rostedt1-6/+5
2012-07-27powerpc: Lack of firmware flash support is not an errorAnton Blanchard1-1/+1
2012-07-27powerpc: Set stack limit properly in crit_transfer_to_handlerStuart Yoder1-2/+10
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-12/+13
2012-07-24Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2-7/+4
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-36/+82
2012-07-23Remove stale .rej fileBenjamin Herrenschmidt1-22/+0
2012-07-13powerpc/iommu: Fix iommu pool initializationBenjamin Herrenschmidt1-2/+2
2012-07-13Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt3-41/+33
2012-07-11powerpc/watchdog: move booke watchdog param related code to setup-common.cShaohui Xie2-24/+27
2012-07-11powerpc/ftrace: Fix assembly trampoline register usageroger blofeld1-6/+6
2012-07-11powerpc/hw_breakpoints: Fix incorrect pointer accessNaveen N. Rao1-1/+1
2012-07-11powerpc: Add VDSO version of getcpuAnton Blanchard9-2/+130
2012-07-11powerpc: Add a symbol for hypervisor trampolinesMichael Ellerman1-0/+1
2012-07-11powerpc: Fixup oddity in entry_32.SBenjamin Herrenschmidt1-6/+0
2012-07-11powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder11-29/+51
2012-07-10powerpc/e500: make load_up_spe a normal fuctionLiu Yu1-17/+6
2012-07-10powerpc: IOMMU fault injectionAnton Blanchard1-0/+94
2012-07-10powerpc: Call dma_debug_add_bus for PCI and VIO busesAnton Blanchard2-4/+10
2012-07-10powerpc/vio: Separate vio bus probe and device probeAnton Blanchard1-1/+7
2012-07-10powerpc/vio: Remove dma not supported warningsAnton Blanchard1-9/+15
2012-07-10powerpc: Enforce usage of RA 0-R31 where possibleMichael Neuling2-5/+5
2012-07-10powerpc: Enforce usage of R0-R31 where possibleMichael Neuling1-5/+7
2012-07-10powerpc: Fixes for instructions not using correct register namingMichael Neuling2-6/+6
2012-07-10powerpc/pasemi: Move lbz/stbciz to ppc-opcode.hMichael Neuling1-5/+0
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling4-8/+8
2012-07-10Merge branch 'merge' into nextBenjamin Herrenschmidt1-1/+47
2012-07-10powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt1-1/+1
2012-07-10powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt1-0/+46
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely2-7/+4
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-5/+0
2012-07-05powerpc/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-07-03powerpc: Fix kernel-doc warningWanpeng Li2-4/+3
2012-07-03powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performanceAnton Blanchard1-34/+114
2012-07-03powerpc/iommu: Push spinlock into iommu_range_alloc and __iommu_freeAnton Blanchard1-33/+8
2012-07-03powerpc/iommu: Reduce spinlock coverage in iommu_freeAnton Blanchard1-11/+40
2012-07-03powerpc/iommu: Reduce spinlock coverage in iommu_alloc and iommu_freeAnton Blanchard1-10/+5
2012-07-03powerpc/pci: cleanup on duplicate assignmentGavin Shan1-1/+0
2012-07-03powerpc: Clear RI and EE at the same time in system call exitAnton Blanchard1-12/+13
2012-07-03powerpc/smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang1-2/+0
2012-07-03powerpc/ftrace: Use patch_instruction instead of probe_kernel_write()Steven Rostedt1-13/+4
2012-07-03powerpc/ftrace: Have PPC skip updating with stop_machine()Steven Rostedt1-0/+52
2012-06-29powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt1-1/+1
2012-06-29powerpc: Fix Section mismatch warnings in prom_init.cLi Zhong1-2/+2
2012-06-29ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preemptTiejun Chen1-57/+40