summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2013-05-06powerpc/cputable: Advertise ISEL support on appropriate embedded processorsNishanth Aravamudan1-0/+5
2013-05-06powerpc/cputable: Advertise DSCR support on P7/P7+Nishanth Aravamudan1-0/+4
2013-05-06powerpc/cputable: Reserve bits in HWCAP2 for new featuresNishanth Aravamudan2-0/+11
2013-05-06powerpc/pseries: Perform proper max_bus_speed detectionKleber Sacilotto de Souza5-0/+70
2013-05-06powerpc/pseries: Force 32 bit MSIs for devices that require itBrian King2-3/+20
2013-05-06powerpc/tm: Fix null pointer deference in flush_hash_pageMichael Neuling1-0/+1
2013-05-06powerpc/powernv: Defer OPAL exception handler registrationJeremy Kerr1-2/+13
2013-05-06powerpc: Emulate non privileged DSCR read and writeAnton Blanchard2-2/+12
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds37-230/+5185
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds182-1111/+6437
2013-05-02KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras6-25/+205
2013-05-02kvm/ppc/mpic: fix missing unlock in set_base_addr()Wei Yongjun1-1/+1
2013-05-02kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/writeScott Wood1-4/+19
2013-05-02kvm/ppc/mpic: remove usersScott Wood1-1/+0
2013-05-02kvm/ppc/mpic: fix mmio region lists when multiple guests usedScott Wood1-21/+32
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-296/+230
2013-05-02powerpc: Fix build error for book3eAneesh Kumar K.V1-0/+18
2013-05-02powerpc: Context switch the new EBB SPRsMichael Ellerman4-0/+25
2013-05-02powerpc: Turn on the EBB H/FSCR bitsMichael Neuling2-2/+4
2013-05-02powerpc: Replace CPU_FTR_BCTAR with CPU_FTR_ARCH_207SMichael Ellerman2-6/+6
2013-05-02powerpc: Setup BHRB instructions facility in HFSCR for POWER8Anshuman Khandual2-1/+3
2013-05-02powerpc: Fix interrupt range check on debug exceptionBharat Bhushan3-8/+12
2013-05-01ppc: Clean up scanlogDavid Howells1-18/+11
2013-05-01ppc: Clean up rtas_flash driver somewhatDavid Howells1-248/+204
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells2-2/+2
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-10/+40
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-127/+18
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2-13/+3
2013-04-30powerpc/xmon/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-6/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-6/+0
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-565/+26
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+2
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-63/+30
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+24
2013-04-30powerpc: Update tlbie/tlbiel as per ISA docAneesh Kumar K.V1-2/+30
2013-04-30powerpc: Print page size info during bootAneesh Kumar K.V1-5/+5
2013-04-30powerpc: print both base and actual page size on hash failureAneesh Kumar K.V3-7/+10
2013-04-30powerpc: Fix hpte_decode to use the correct decoding for page sizesAneesh Kumar K.V1-31/+22
2013-04-30powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V10-118/+234
2013-04-30powerpc: Use encode avpn where we need only avpn valuesAneesh Kumar K.V3-10/+10
2013-04-30powerpc: Reduce PTE table memory wastageAneesh Kumar K.V7-58/+195
2013-04-30powerpc: Move the pte free routines from common headerAneesh Kumar K.V3-59/+189
2013-04-30powerpc: Reduce the PTE_INDEX_SIZEAneesh Kumar K.V1-3/+3
2013-04-30powerpc: Switch 16GB and 16MB explicit hugepages to a different page table fo...Aneesh Kumar K.V4-30/+168
2013-04-30powerpc: New hugepage directory formatAneesh Kumar K.V6-22/+75
2013-04-30powerpc: Don't truncate pgd_index wronglyAneesh Kumar K.V1-2/+1
2013-04-30powerpc: Don't hard code the size of pte pageAneesh Kumar K.V2-2/+8
2013-04-30powerpc: Save DAR and DSISR in pt_regs on MCEAneesh Kumar K.V2-1/+10