summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple9-74/+75
2013-12-30powerpc: Remove unused REDBOOT Kconfig parameterMichael Opdenacker3-5/+0
2013-12-30powerpc: Fix "attempt to move .org backwards" errorMahesh Salgaonkar1-140/+138
2013-12-09powerpc/powernv: Get FSP memory errors and plumb into memory poison infrastru...Mahesh Salgaonkar3-0/+199
2013-12-09powerpc/powernv: Add config option for hwpoisoning.Mahesh Salgaonkar1-0/+6
2013-12-09powerpc/mm: Enable _PAGE_NUMA for book3sAneesh Kumar K.V3-1/+72
2013-12-09powerpc/mm: Only check for _PAGE_PRESENT in set_pte/pmd functionsAneesh Kumar K.V2-2/+2
2013-12-09powerpc/mm: Free up _PAGE_COHERENCE for numa fault use laterAneesh Kumar K.V5-8/+26
2013-12-09powerpc/mm: Use HPTE constants when updating hpte bitsAneesh Kumar K.V2-3/+4
2013-12-09powerpc: Dynamically allocate slb_shadow from memblockJeremy Kerr1-7/+25
2013-12-09powerpc: Make slb_shadow a localJeremy Kerr3-4/+2
2013-12-09powerpc/pci: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-1/+1
2013-12-05powernv: Remove get/set_rtc_time when they are not presentMichael Neuling1-1/+5
2013-12-05powerpc: Add real mode cache inhibited IO accessorsMichael Ellerman1-0/+16
2013-12-05powerpc: Increase EEH recovery timeout for SR-IOVBrian King2-2/+2
2013-12-05powerpc/eeh: Output PHB diag-dataGavin Shan1-5/+2
2013-12-05powerpc/powernv: Move PHB-diag dump functions aroundGavin Shan3-205/+144
2013-12-05PPC: POWERNV: move iommu_add_device earlierAlexey Kardashevskiy6-53/+72
2013-12-05powerpc/powernv: Move SG list structure to header fileVasant Hegde2-25/+28
2013-12-05powerpc/powernv: Infrastructure to read opal messages in generic format.Mahesh Salgaonkar3-1/+115
2013-12-05powerpc/powernv: Machine check exception handling.Mahesh Salgaonkar3-1/+70
2013-12-05powerpc/powernv: Remove machine check handling in OPAL.Mahesh Salgaonkar1-6/+2
2013-12-05powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar5-98/+168
2013-12-05powerpc/book3s: Decode and save machine check event.Mahesh Salgaonkar6-39/+434
2013-12-05powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power8.Mahesh Salgaonkar3-0/+41
2013-12-05powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power7.Mahesh Salgaonkar5-0/+227
2013-12-05powerpc/book3s: Add flush_tlb operation in cpu_spec.Mahesh Salgaonkar4-25/+44
2013-12-05powerpc/book3s: Introduce a early machine check hook in cpu_spec.Mahesh Salgaonkar2-2/+12
2013-12-05powerpc/book3s: Return from interrupt if coming from evil context.Mahesh Salgaonkar2-0/+83
2013-12-05powerpc/book3s: handle machine check in Linux host.Mahesh Salgaonkar3-0/+127
2013-12-05powerpc/book3s: Introduce exclusive emergency stack for machine check exception.Mahesh Salgaonkar3-1/+22
2013-12-05powerpc/book3s: Split the common exception prolog logic into two section.Mahesh Salgaonkar1-7/+14
2013-12-02powerpc/powernv: Replace CONFIG_POWERNV_MSI with just CONFIG_PPC_POWERNVMichael Ellerman2-6/+1
2013-12-02powerpc/pseries: CONFIG_PSERIES_MSI should depend on PPC_PSERIESMichael Ellerman1-1/+1
2013-12-02powerpc/kernel/sysfs: Cleanup set up macros for PMC/non-PMC SPRsMadhavan Srinivasan1-34/+38
2013-12-02powerpc: Make irq_stat.timers_irqs counting more specificfan.du3-5/+13
2013-12-02powerpc: purge all the prefetched instructions for the coherent icache flushKevin Hao3-2/+22
2013-12-02powerpc: kernel: remove useless code which related with 'max_cpus'Chen Gang1-7/+2
2013-12-02powerpc/boot: Ignore .dtb files.Ian Campbell1-0/+1
2013-12-02powerpc/dts/virtex440: Declare address/size-cells for phy deviceIan Campbell1-0/+2
2013-12-02powerpc/4xx: Fix warning in kilauea.dtbIan Campbell1-1/+1
2013-12-02powerpc: Use patch_exception to update the debug exception handlerKevin Hao1-5/+1
2013-12-02powerpc: Move the patch_exception to a common placeKevin Hao3-19/+22
2013-12-02powerpc/ps3: Remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-1/+1
2013-11-25arch/powerpc/kernel: Use %12.12s instead of %12s to avoid memory overflowChen Gang1-1/+1
2013-11-25powerpc/signals: Improved mark VSX not saved with small contexts fixMichael Neuling2-9/+13
2013-11-25powerpc/kdump: Adding symbols in vmcoreinfo to facilitate dump filteringHari Bathini2-0/+13
2013-11-25powerpc: allyesconfig should not select CONFIG_CPU_LITTLE_ENDIANAnton Blanchard1-3/+17
2013-11-25powerpc: Fix error when cross building TAGS & cscopeMichael Neuling1-0/+2
2013-11-22powerpc/booke: Only check for hugetlb in flush if vma != NULLScott Wood2-3/+2