summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/perf: Check that events only include valid bits on Power8Michael Ellerman2013-07-011-0/+13
* powerpc: Wire up the HV facility unavailable exceptionMichael Ellerman2013-07-012-4/+27
* powerpc: Rename and flesh out the facility unavailable exception handlerMichael Ellerman2013-07-012-22/+32
* powerpc: Remove KVMTEST from RELON exception handlersMichael Ellerman2013-07-012-6/+4
* powerpc: Remove unreachable relocation on exception handlersMichael Ellerman2013-07-011-15/+3
* powerpc/numa: Do not update sysfs cpu registration from invalid contextNathan Fontenot2013-07-011-2/+3
* powerpc/eeh: Update MAINTAINERSGavin Shan2013-07-011-1/+7
* powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_se...Chen Gang2013-07-011-1/+1
* macintosh/windfarm: Remove obsolete cleanup for clientdataWolfram Sang2013-07-011-1/+0
* powerpc/nvram64: Need return the related error code on failure occursChen Gang2013-07-011-6/+14
* powerpc: Set cpu sibling mask before online cpuLi Zhong2013-07-011-3/+5
* mac: Make cuda_init_via() __initGeert Uytterhoeven2013-07-011-1/+1
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-0119-50/+54
* macintosh: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-07-011-4/+4
* powerpc/idle: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-07-011-2/+2
* powerpc/iommu: Remove unused pci_iommu_init() and pci_direct_iommu_init()Bjorn Helgaas2013-07-011-7/+0
* powerpc: Don't flush/invalidate the d/icache for an unknown relocation typeKevin Hao2013-07-011-1/+2
* powerpc/windfarm: Fix overtemperature clearingAaro Koskinen2013-07-013-3/+15
* powerpc/powernv: Use dev-node in PCI config accessorsGavin Shan2013-07-013-89/+79
* powerpc/eeh: Avoid build warningsGavin Shan2013-07-013-4/+4
* powerpc/eeh: Refactor the output messageGavin Shan2013-07-013-16/+41
* powerpc/eeh: Fix address catch for PowerNVGavin Shan2013-07-012-1/+2
* powerpc/powernv: Replace variables with flagsGavin Shan2013-07-013-8/+11
* powerpc/eeh: Check PCIe link after resetGavin Shan2013-07-011-13/+144
* powerpc/eeh: Don't collect PCI-CFG data on PHBGavin Shan2013-07-011-9/+23
* powerpc/tm: Clear MSR RI in non-recoverable TM codeMichael Neuling2013-06-301-2/+16
* powerpc: Fix string instr. emulation for 32-bit processes on ppc64James Yang2013-06-301-0/+4
* trivial: powerpc: Fix typo in ioei_interrupt() descriptionSebastien Bessiere2013-06-301-1/+1
* mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THPKirill A. Shutemov2013-06-261-1/+5
* powerpc/eeh: Use interruptible sleep in keehdGavin Shan2013-06-251-1/+2
* powerpc/eeh: Remove eeh_mutexGavin Shan2013-06-253-46/+1
* powerpc/mm: Fix build warnings with CONFIG_TRANSPARENT_HUGEPAGE disabledNathan Fontenot2013-06-251-0/+1
* powerpc/pseries: Enable PSTORE in pseries_defconfigAruna Balakrishnaiah2013-06-251-0/+1
* powerpc/hw_brk: Fix clearing of extraneous IRQMichael Neuling2013-06-251-0/+1
* powerpc/hw_brk: Fix setting of length for exact mode breakpointsMichael Neuling2013-06-251-1/+3
* macintosh/adb: Replace __WAITQUEUE_INITIALIZER with more standard DECLARE_WAI...Robert P. J. Day2013-06-251-1/+1
* powerpc: Optimize hugepage invalidateAneesh Kumar K.V2013-06-214-9/+201
* powerpc/THP: Enable THP on PPC64Aneesh Kumar K.V2013-06-212-2/+30
* powerpc: split hugepage when using subpage protectionAneesh Kumar K.V2013-06-211-0/+48
* powerpc: disable assert_pte_locked for collapse_huge_pageAneesh Kumar K.V2013-06-211-0/+8
* powerpc: Prevent gcc to re-read the pagetablesAneesh Kumar K.V2013-06-212-5/+5
* powerpc: Make linux pagetable walk safe with THP enabledAneesh Kumar K.V2013-06-214-38/+68
* powerpc/THP: Add code to handle HPTE faults for hugepagesAneesh Kumar K.V2013-06-214-4/+203
* powerpc: Update gup_pmd_range to handle transparent hugepagesAneesh Kumar K.V2013-06-211-2/+8
* powerpc/kvm: Handle transparent hugepage in KVMAneesh Kumar K.V2013-06-213-34/+44
* powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V2013-06-217-33/+36
* powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepagesAneesh Kumar K.V2013-06-211-6/+26
* powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common codeAneesh Kumar K.V2013-06-215-138/+138
* powerpc/THP: Implement transparent hugepages for ppc64Aneesh Kumar K.V2013-06-216-2/+625
* powerpc/THP: Double the PMD table size for THPAneesh Kumar K.V2013-06-214-8/+16