summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-07-01powerpc/pseries: Inform the hypervisor we are using EBB regsMichael Ellerman2-1/+5
2013-07-01powerpc/perf: Add power8 EBB supportMichael Ellerman1-12/+33
2013-07-01powerpc/perf: Core EBB support for 64-bit book3sMichael Ellerman6-14/+182
2013-07-01powerpc/perf: Drop MMCRA from thread_structMichael Ellerman2-2/+0
2013-07-01powerpc/perf: Don't enable if we have zero eventsMichael Ellerman1-2/+5
2013-07-01powerpc/perf: Use existing out label in power_pmu_enable()Michael Ellerman1-4/+5
2013-07-01powerpc/perf: Freeze PMC5/6 if we're not using themMichael Ellerman3-2/+8
2013-07-01powerpc/perf: Rework disable logic in pmu_disable()Michael Ellerman1-12/+19
2013-07-01powerpc/perf: Check that events only include valid bits on Power8Michael Ellerman1-0/+13
2013-07-01powerpc: Wire up the HV facility unavailable exceptionMichael Ellerman2-4/+27
2013-07-01powerpc: Rename and flesh out the facility unavailable exception handlerMichael Ellerman2-22/+32
2013-07-01powerpc: Remove KVMTEST from RELON exception handlersMichael Ellerman2-6/+4
2013-07-01powerpc: Remove unreachable relocation on exception handlersMichael Ellerman1-15/+3
2013-07-01powerpc/numa: Do not update sysfs cpu registration from invalid contextNathan Fontenot1-2/+3
2013-07-01powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_se...Chen Gang1-1/+1
2013-07-01powerpc/nvram64: Need return the related error code on failure occursChen Gang1-6/+14
2013-07-01powerpc: Set cpu sibling mask before online cpuLi Zhong1-3/+5
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker19-50/+54
2013-07-01powerpc/idle: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-07-01powerpc/iommu: Remove unused pci_iommu_init() and pci_direct_iommu_init()Bjorn Helgaas1-7/+0
2013-07-01powerpc: Don't flush/invalidate the d/icache for an unknown relocation typeKevin Hao1-1/+2
2013-07-01powerpc/powernv: Use dev-node in PCI config accessorsGavin Shan3-89/+79
2013-07-01powerpc/eeh: Avoid build warningsGavin Shan3-4/+4
2013-07-01powerpc/eeh: Refactor the output messageGavin Shan3-16/+41
2013-07-01powerpc/eeh: Fix address catch for PowerNVGavin Shan2-1/+2
2013-07-01powerpc/powernv: Replace variables with flagsGavin Shan3-8/+11
2013-07-01powerpc/eeh: Check PCIe link after resetGavin Shan1-13/+144
2013-07-01powerpc/eeh: Don't collect PCI-CFG data on PHBGavin Shan1-9/+23
2013-06-30powerpc/tm: Clear MSR RI in non-recoverable TM codeMichael Neuling1-2/+16
2013-06-30powerpc: Fix string instr. emulation for 32-bit processes on ppc64James Yang1-0/+4
2013-06-30trivial: powerpc: Fix typo in ioei_interrupt() descriptionSebastien Bessiere1-1/+1
2013-06-25powerpc/eeh: Use interruptible sleep in keehdGavin Shan1-1/+2
2013-06-25powerpc/eeh: Remove eeh_mutexGavin Shan3-46/+1
2013-06-25powerpc/mm: Fix build warnings with CONFIG_TRANSPARENT_HUGEPAGE disabledNathan Fontenot1-0/+1
2013-06-25powerpc/pseries: Enable PSTORE in pseries_defconfigAruna Balakrishnaiah1-0/+1
2013-06-25powerpc/hw_brk: Fix clearing of extraneous IRQMichael Neuling1-0/+1
2013-06-25powerpc/hw_brk: Fix setting of length for exact mode breakpointsMichael Neuling1-1/+3
2013-06-21powerpc: Optimize hugepage invalidateAneesh Kumar K.V4-9/+201
2013-06-21powerpc/THP: Enable THP on PPC64Aneesh Kumar K.V2-2/+30
2013-06-21powerpc: split hugepage when using subpage protectionAneesh Kumar K.V1-0/+48
2013-06-21powerpc: disable assert_pte_locked for collapse_huge_pageAneesh Kumar K.V1-0/+8
2013-06-21powerpc: Prevent gcc to re-read the pagetablesAneesh Kumar K.V2-5/+5
2013-06-21powerpc: Make linux pagetable walk safe with THP enabledAneesh Kumar K.V4-38/+68
2013-06-21powerpc/THP: Add code to handle HPTE faults for hugepagesAneesh Kumar K.V4-4/+203
2013-06-21powerpc: Update gup_pmd_range to handle transparent hugepagesAneesh Kumar K.V1-2/+8
2013-06-21powerpc/kvm: Handle transparent hugepage in KVMAneesh Kumar K.V3-34/+44
2013-06-21powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V7-33/+36
2013-06-21powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepagesAneesh Kumar K.V1-6/+26
2013-06-21powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common codeAneesh Kumar K.V5-138/+138
2013-06-21powerpc/THP: Implement transparent hugepages for ppc64Aneesh Kumar K.V6-2/+625