summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-30powerpc: Use signed formatting when printing errorAneesh Kumar K.V1-1/+1
2013-04-30powerpc/pseries: Correct builds break when CONFIG_SMP not definedNathan Fontenot1-0/+8
2013-04-30powerpc/booke: Remove obsolete macro FINISH_EXCEPTIONKevin Hao1-5/+0
2013-04-30powerpc/rtas_flash: Fix bad memory accessVasant Hegde1-10/+4
2013-04-30powerpc: Fix build failure after merge of the cgroup treeStephen Rothwell1-0/+1
2013-04-30powerpc: Fix usage of setup_pci_atmu()Michael Neuling1-1/+1
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-4/+2
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-0/+1
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-4/+2
2013-04-30Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt59-92/+2713
2013-04-30Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt12-24/+674
2013-04-30mm: use vm_unmapped_area() on powerpc architectureMichel Lespinasse1-45/+78
2013-04-30mm: remove free_area_cache use in powerpc architectureMichel Lespinasse4-93/+22
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes1-0/+12
2013-04-29powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer1-6/+3
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-8/+3
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer1-0/+1
2013-04-29mm/PPC: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-5/+1
2013-04-29mm/ppc: use common help functions to free reserved pagesJiang Liu5-45/+6
2013-04-29powerpc/fsl-booke: add the reg prop for pci bridge device node for T4/B4Kevin Hao2-0/+5
2013-04-29powerpc/fsl-pci: don't unmap the PCI SoC controller registers in setup_pci_atmuKevin Hao1-5/+2
2013-04-29powerpc/dts: Fix the dts for p1025rdb 36bitZhicheng Fan1-0/+5
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+4
2013-04-28Merge branch 'pm-cpufreq'Rafael J. Wysocki9-545/+12
2013-04-28Merge branch 'pm-cpuidle'Rafael J. Wysocki1-20/+14
2013-04-26KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras4-0/+123
2013-04-26KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS callsPaul Mackerras4-15/+113
2013-04-26KVM: PPC: Book3S HV: Improve real-mode handling of external interruptsPaul Mackerras3-64/+80
2013-04-26KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulationBenjamin Herrenschmidt5-19/+490
2013-04-26KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt7-19/+158
2013-04-26KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt12-2/+1192
2013-04-26KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman10-1/+230
2013-04-26kvm/ppc/mpic: Eliminate mmio_mappedScott Wood1-28/+1