summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-30Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt60-92/+2735
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-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-26powerpc/perf: Enable branch stack sampling frameworkAnshuman Khandual2-3/+165
2013-04-26powerpc/perf: Define BHRB generic functions, data and flags for POWER8Anshuman Khandual1-1/+56
2013-04-26powerpc/perf: Add new BHRB related generic functions, data and flagsAnshuman Khandual1-0/+6
2013-04-26powerpc/perf: Add basic assembly code to read BHRB entries on POWER8Anshuman Khandual2-1/+45
2013-04-26powerpc/perf: Add new BHRB related instructions for POWER8Anshuman Khandual1-0/+8
2013-04-26powerpc/perf: Power8 PMU supportMichael Ellerman2-1/+539
2013-04-26powerpc/perf: Add support for SIERMichael Ellerman3-0/+25
2013-04-26powerpc/perf: Add regs_no_sipr()Michael Ellerman1-3/+12
2013-04-26powerpc/perf: Add an accessor for regs->resultMichael Ellerman1-2/+7
2013-04-26powerpc/perf: Convert mmcra_sipr/sihv() to regs_sipr/sihv()Michael Ellerman1-9/+11
2013-04-26powerpc/perf: Add an explict flag indicating presence of SLOT fieldMichael Ellerman4-2/+5
2013-04-26powerpc: Initialise PMU related regs on Power8Michael Ellerman2-1/+26
2013-04-26powerpc/powernv: Fix invalid IOMMU tableGavin Shan1-21/+12
2013-04-26powerpc/powernv: Build DMA space for PE on PHB3Gavin Shan1-6/+93
2013-04-26powerpc/powernv: TCE invalidation for PHB3Gavin Shan3-49/+90
2013-04-26powerpc/powernv: Patch MSI EOI handler on P8Gavin Shan8-8/+50
2013-04-26powerpc/powernv: Add option CONFIG_POWERNV_MSIGavin Shan2-1/+6