summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-12-09powerpc/iommu: Use coherent_dma_mask for alloc_coherentNishanth Aravamudan2-1/+5
2010-12-09Merge branch 'nvram' into nextBenjamin Herrenschmidt1-321/+160
2010-11-30powerpc/nvram: Handle partition names >= 12 charsJim Keniston1-2/+3
2010-11-30powerpc/nvram: Fix NVRAM partition list setupJim Keniston1-18/+8
2010-11-30powerpc/nvram: Move the log partition stuff to pseriesBenjamin Herrenschmidt1-236/+18
2010-11-30powerpc/nvram: Change nvram_setup_partition() to use new helperBenjamin Herrenschmidt1-39/+32
2010-11-30powerpc/nvram: Add nvram_find_partition()Benjamin Herrenschmidt1-0/+22
2010-11-30powerpc/nvram: Improve partition removalBenjamin Herrenschmidt1-48/+43
2010-11-30powerpc/nvram: Shuffle code around in nvram_create_partition()Benjamin Herrenschmidt1-46/+62
2010-11-30powerpc/nvram: Completely clear a new partitionBenjamin Herrenschmidt1-9/+10
2010-11-30powerpc/nvram: Ensure that the partition header/block size is rightBenjamin Herrenschmidt1-0/+2
2010-11-30powerpc/nvram: nvram_create_partitions() now uses bytesBenjamin Herrenschmidt1-6/+14
2010-11-30powerpc/nvram: More flexible nvram_create_partition()Benjamin Herrenschmidt1-18/+28
2010-11-30powerpc/nvram: Move things out of asm/nvram.hBenjamin Herrenschmidt1-1/+20
2010-11-29powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell13-1/+12
2010-11-29powerpc: Add POWER7+ cputable entryMichael Neuling1-0/+16
2010-11-29powerpc: Remove POWER6 oprofile workarounds for POWER7Michael Neuling1-4/+0
2010-11-29powerpc: Remove unneeded cpu_setup/restore from POWER7 cputable entryMichael Neuling2-7/+0
2010-11-29powerpc: Consolidate obj-y assignmentsMichael Ellerman1-5/+4
2010-11-29powerpc/vio: Use dma ops helpersNishanth Aravamudan1-3/+8
2010-11-29powerpc: Cleanup APIs for cpu/thread/core mappingsVaidyanathan Srinivasan1-3/+16
2010-11-29powerpc/kdump: Override crash_free_reserved_phys_range to avoid freeing RTASAnton Blanchard1-0/+33
2010-11-29powerpc: Add support for popcnt instructionsAnton Blanchard1-0/+7
2010-11-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-2/+2
2010-11-18powerpc: Update a BKL related commentAlessio Igor Bogani1-3/+2
2010-11-17kgdb,ppc: Fix regression in evr register handlingDongdong Deng1-2/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-05PPC: KVM: Book E doesn't have __end_interrupts.Scott Wood1-1/+1
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-63/+125
2010-10-29kgdb,ppc: Individual register get/set for ppcDongdong Deng1-63/+125
2010-10-27ptrace: cleanup arch_ptrace() on powerpcNamhyung Kim1-25/+26
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-7/+8
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-3/+1
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-20/+25
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-10/+927
2010-10-24KVM: PPC: Enable napping only for Book3s_64Alexander Graf1-0/+2
2010-10-24KVM: PPC: Force enable nap on KVMAlexander Graf1-0/+3
2010-10-24KVM: PPC: Make PV mtmsrd L=1 work with r30 and r31Alexander Graf2-5/+24
2010-10-24KVM: PPC: Make PV mtmsr work with r30 and r31Alexander Graf2-16/+40
2010-10-24KVM: PPC: Add mtsrin PV codeAlexander Graf3-0/+111
2010-10-24KVM: PPC: Add feature bitmap for magic pageAlexander Graf1-6/+15
2010-10-24KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM caseAlexander Graf2-4/+3
2010-10-24KVM: PPC: Move KVM trampolines before __end_interruptsAlexander Graf2-6/+6
2010-10-24KVM: PPC: PV wrteeiAlexander Graf2-0/+91
2010-10-24KVM: PPC: PV mtmsrd L=0 and mtmsrAlexander Graf2-0/+135
2010-10-24KVM: PPC: PV mtmsrd L=1Alexander Graf2-0/+101
2010-10-24KVM: PPC: PV assembler helpersAlexander Graf1-0/+30
2010-10-24KVM: PPC: Introduce branch patching helperAlexander Graf1-0/+14
2010-10-24KVM: PPC: Introduce kvm_tmp frameworkAlexander Graf1-2/+40
2010-10-24KVM: PPC: PV tlbsync to nopAlexander Graf1-0/+12