aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-24KVM: PPC: PV instructions to loads and storesAlexander Graf1-0/+109
2010-10-24KVM: PPC: KVM PV guest stubsAlexander Graf1-0/+95
2010-10-24KVM: PPC: Generic KVM PV guest supportAlexander Graf4-1/+55
2010-10-24KVM: PPC: Implement hypervisor interfaceAlexander Graf2-0/+70
2010-10-24KVM: PPC: Convert MSR to shared pageAlexander Graf1-1/+1
2010-10-24KVM: PPC: Introduce shared pageAlexander Graf1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds3-0/+5
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds30-233/+426
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-14/+15
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2-4/+4
2010-10-21of/flattree: Eliminate need to provide early_init_dt_scan_chosen_archGrant Likely1-2/+10
2010-10-21of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely1-7/+4
2010-10-19perf, powerpc: Fix power_pmu_event_init to not use event->ctxPaul Mackerras1-1/+1
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-21/+21
2010-10-15llseek: automatically add .llseek fopArnd Bergmann3-0/+5
2010-10-15Merge remote branch 'jwb/next' into nextBenjamin Herrenschmidt2-0/+16
2010-10-14powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chipsKumar Gala1-2/+2
2010-10-14powerpc/fsl-booke: Add support for FSL 64-bit e5500 coreKumar Gala4-2/+50
2010-10-14powerpc: Fix compile error with paca code on ppc64eKumar Gala1-1/+1
2010-10-14powerpc/fsl_booke: Add support to boot from core other than 0Matthew McClintock2-3/+9
2010-10-14powerpc/kexec: make masking/disabling interrupts genericMatthew McClintock3-12/+29
2010-10-14powerpc: export ppc_proc_freq and ppc_tb_freq as GPL symbolsTimur Tabi1-1/+2
2010-10-13powerpc/44x: Add support for the AMCC APM821xx SoCTirumala Marri2-0/+16
2010-10-13powerpc/Makefiles: Change to new flag variablesmatt mooney2-6/+6
2010-10-13powerpc/pci: Cleanup device dma setup codeNishanth Aravamudan1-3/+1
2010-10-13powerpc/viobus: Free TCE table on device releaseNishanth Aravamudan1-1/+6
2010-10-13powerpc/vio: Use put_device() on device_register failureNishanth Aravamudan1-2/+1
2010-10-13powerpc/dma: Fix check for direct DMA supportNishanth Aravamudan1-1/+1
2010-10-13powerpc/dma: Fix dma_iommu_dma_supported compareNishanth Aravamudan1-10/+11
2010-10-13powerpc/irq.c: Add of_node_put to avoid memory leakJulia Lawall1-1/+3
2010-10-13powerpc: Use static const char arraysJoe Perches1-1/+1
2010-10-13powerpc/pseries: Export rtas_ibm_suspend_me()Nathan Fontenot1-2/+2
2010-10-13Merge remote branch 'kumar/merge' into nextBenjamin Herrenschmidt4-9/+4