summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2012-07-10powerpc: Turn on BPF_JIT in ppc64_defconfigMichael Ellerman1-0/+1
2012-07-10powerpc: IOMMU fault injectionAnton Blanchard3-0/+106
2012-07-10powerpc: Call dma_debug_add_bus for PCI and VIO busesAnton Blanchard3-4/+12
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/pseries: Fix whitespace in eehMichael Neuling1-2/+2
2012-07-10powerpc/perf: Use perf_instruction_pointer in callchainsAnton Blanchard1-3/+3
2012-07-10powerpc/perf: Always use pt_regs for userspace samplesAnton Blanchard1-1/+22
2012-07-10powerpc/perf: Move code to select SIAR or pt_regs into perf_read_regsAnton Blanchard2-22/+30
2012-07-10powerpc/perf: Create mmcra_sihv/mmcra_sipv helpersAnton Blanchard1-9/+22
2012-07-10powerpc: Enforce usage of RA 0-R31 where possibleMichael Neuling5-25/+25
2012-07-10powerpc: Add defines for RA 0-R31Michael Neuling1-0/+34
2012-07-10powerpc: Enforce usage of R0-R31 where possibleMichael Neuling4-50/+23
2012-07-10powerpc: Introduce new __REG_R macrosMichael Neuling1-0/+33
2012-07-10powerpc: Start using ___PPC_RA/B/S/T where necessaryMichael Neuling2-59/+59
2012-07-10powerpc: Introduce new ___PPC_RA/B/S/T macrosMichael Neuling1-0/+4
2012-07-10powerpc: Fix VSX macros so register names aren't wrappedMichael Neuling1-3/+3
2012-07-10powerpc: Fixes for instructions not using correct register namingMichael Neuling4-13/+13
2012-07-10powerpc: Change LOAD_REG_ADDR to use real register namesMichael Neuling1-1/+1
2012-07-10powerpc: Change mtcrf to use real register namesMichael Neuling5-12/+12
2012-07-10powerpc: Move and fix MTMSR_EERI definitionBenjamin Herrenschmidt3-3/+2
2012-07-10powerpc: Merge VCPU_GPRMichael Neuling5-14/+7
2012-07-10powerpc: Merge STK_REG/PARAM/FRAMESIZEMichael Neuling9-114/+93
2012-07-10powerpc/pasemi: Move lbz/stbciz to ppc-opcode.hMichael Neuling2-5/+7
2012-07-10powerpc: Convert to %r for all GPR usageMichael Neuling1-34/+40
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling25-659/+659
2012-07-10powerpc: Modify macro ready for %r0 register changeMichael Neuling1-9/+9
2012-07-10powerpc: Add defines for R0-R31Michael Neuling1-0/+33
2012-07-10Merge branch 'merge' into nextBenjamin Herrenschmidt7-18/+70
2012-07-10powerpc/numa: Avoid stupid uninitialized warning from gccBenjamin Herrenschmidt1-1/+1
2012-07-10powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt2-3/+3
2012-07-10powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt4-12/+64
2012-07-03powerpc/mm: remove obsolete comment about page size name arrayScott Wood1-6/+1
2012-07-03powerpc: Kill flatdevtree_env.h tooPaul Bolle1-27/+0
2012-07-03powerpc: Fix kernel-doc warningWanpeng Li2-4/+3
2012-07-03powerpc: Fix assmption of end_of_DRAM() returns end addressBharat Bhushan8-8/+8
2012-07-03powerpc: Optimise the 64bit optimised __clear_userAnton Blanchard1-1/+62
2012-07-03powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performanceAnton Blanchard3-39/+128
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/pseries: Disable interrupts around IOMMU percpu data accessesAnton Blanchard1-0/+6
2012-07-03powerpc: POWER7 optimised memcpy using VMX and enhanced prefetchAnton Blanchard3-1/+656
2012-07-03powerpc: Use enhanced touch instructions in POWER7 copy_to_user/copy_from_userAnton Blanchard1-0/+31
2012-07-03powerpc/pci: cleanup on duplicate assignmentGavin Shan1-1/+0
2012-07-03powerpc/numa: Fix OF node refcounting bugGavin Shan1-0/+2
2012-07-03powerpc: POWER7 optimised copy_page using VMX and enhanced prefetchAnton Blanchard4-1/+196
2012-07-03powerpc: Rename copyuser_power7_vmx.c to vmx-helper.cAnton Blanchard3-7/+7
2012-07-03powerpc: Clear RI and EE at the same time in system call exitAnton Blanchard1-12/+13
2012-07-03powerpc: Use enhanced touch instructions in POWER7 copy_to_user/copy_from_userAnton Blanchard1-0/+31