summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller13-165/+274
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+2
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-0/+14
2009-03-26Merge commit 'v2.6.29' into core/header-fixesIngo Molnar43-383/+799
2009-03-26Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar1-1/+1
2009-03-25powerpc/PCI: include pci.h in powerpc MSI implementationJesse Barnes1-0/+1
2009-03-24PS3: replace bus_id usageGreg Kroah-Hartman1-2/+2
2009-03-24powerpc/83xx: Update ranges in gianfar node to match other dtsKumar Gala1-5/+6
2009-03-24powerpc/86xx: Move gianfar mdio nodes under the ethernet nodesAnton Vorontsov11-199/+237
2009-03-24powerpc/85xx: Move gianfar mdio nodes under the ethernet nodesAnton Vorontsov31-1016/+1183
2009-03-24powerpc/83xx: Move gianfar mdio nodes under the ethernet nodesAnton Vorontsov18-393/+488
2009-03-24powerpc/83xx: Add power management support for MPC837x boardsAnton Vorontsov6-171/+323
2009-03-24KVM: ppc: e500: Fix the bug that KVM is unstable in SMPLiu Yu2-1/+5
2009-03-24KVM: ppc: e500: Fix the bug that mas0 update to wrong value when read TLB entryLiu Yu1-1/+1
2009-03-24KVM: ppc: Add emulation of E500 register mmucsr0Liu Yu3-0/+25
2009-03-24KVM: ppc: Move to new TLB invalidate interfaceLiu Yu1-5/+5
2009-03-24KVM: ppc: Fix e500 warnings and some spelling problemsLiu Yu3-6/+4
2009-03-24powerpc/fsl-booke: declare tlbcam_index for use in cLiu Yu1-0/+2
2009-03-24KVM: Add CONFIG_HAVE_KVM_IRQCHIPAvi Kivity1-0/+3
2009-03-24KVM: ppc: remove debug support broken by KVM debug rewriteHollis Blanchard4-99/+2
2009-03-24KVM: ppc: Add extra E500 exceptionsHollis Blanchard7-15/+92
2009-03-24KVM: ppc: distinguish between interrupts and prioritiesHollis Blanchard2-1/+2
2009-03-24KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for bookeHollis Blanchard3-0/+12
2009-03-24KVM: ppc: E500 core-specific codeHollis Blanchard7-0/+1330
2009-03-24KVM: ppc: ifdef iccci with CONFIG_44xHollis Blanchard1-0/+2
2009-03-24KVM: ppc: No need to include core-header for KVM in asm-offsets.c currentlyHollis Blanchard1-3/+1
2009-03-24KVM: ppc: Add dbsr in kvm_vcpu_archHollis Blanchard2-0/+5
2009-03-24KVM: ppc: split out common Book E instruction emulationHollis Blanchard4-202/+284
2009-03-24KVM: ppc: use macros instead of hardcoded literals for instruction decodingHollis Blanchard1-30/+63
2009-03-24KVM: ppc: remove last 44x-specific bits from booke.cHollis Blanchard1-4/+0
2009-03-24KVM: ppc: rename 44x MMU functions used in booke.cHollis Blanchard4-6/+6
2009-03-24KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)Hollis Blanchard5-20/+15
2009-03-24KVM: ppc: change kvmppc_mmu_map() parametersHollis Blanchard3-13/+9
2009-03-24KVM: ppc: small cosmetic changes to Book E DTLB miss handlerHollis Blanchard1-3/+5
2009-03-24KVM: ppc: cosmetic changes to mmu hook namesHollis Blanchard3-4/+5
2009-03-24KVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific headerHollis Blanchard2-7/+7
2009-03-24KVM: Remove old kvm_guest_debug structsJan Kiszka1-6/+0
2009-03-24KVM: New guest debug interfaceJan Kiszka2-2/+9
2009-03-24powerpc/mm: Introduce early_init_mmu() on 64-bitBenjamin Herrenschmidt4-34/+43
2009-03-24powerpc/mm: Add option for non-atomic PTE updates to ppc64Benjamin Herrenschmidt2-1/+13
2009-03-24powerpc/mm: Fix printk type warning in mmu_context_nohashBenjamin Herrenschmidt1-1/+1
2009-03-24powerpc/mm: Rename arch/powerpc/kernel/mmap.c to mmap_64.cBenjamin Herrenschmidt2-1/+1
2009-03-24powerpc/mm: Merge various PTE bits and accessors definitionsBenjamin Herrenschmidt4-337/+233
2009-03-24powerpc/mm: Tweak PTE bit combination definitionsBenjamin Herrenschmidt12-76/+89
2009-03-24powerpc/cell: Fix iommu exception reportingJeremy Kerr1-4/+5
2009-03-24powerpc/mm: e300c2/c3/c4 TLB errata workaroundKumar Gala4-7/+45
2009-03-24powerpc/mm: Used free register to save a few cycles in SW TLB miss handlingKumar Gala1-27/+24
2009-03-24powerpc/mm: Remove unused register usage in SW TLB miss handlingKumar Gala1-8/+3
2009-03-24powerpc: expect all devices calling dma ops to have archdata setKumar Gala1-11/+1
2009-03-24powerpc: setup default archdata for {of_}platform via bus_register_notifierKumar Gala2-13/+36