summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-01macintosh: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-4/+4
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/windfarm: Fix overtemperature clearingAaro Koskinen3-3/+15
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-26mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THPKirill A. Shutemov1-1/+5
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-25macintosh/adb: Replace __WAITQUEUE_INITIALIZER with more standard DECLARE_WAI...Robert P. J. Day1-1/+1
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
2013-06-21powerpc/THP: Double the PMD table size for THPAneesh Kumar K.V4-8/+16
2013-06-21powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V9-107/+95
2013-06-21powerpc/eeh: Debugfs for error injectionGavin Shan1-0/+31
2013-06-21powerpc/powernv: Debugfs directory for PHBGavin Shan2-0/+27
2013-06-21powerpc/eeh: Register OPAL notifier for PCI errorGavin Shan1-1/+40
2013-06-21powernv/opal: Disable OPAL notifier upon poweroffGavin Shan1-0/+4
2013-06-21powernv/opal: Notifier for OPAL eventsGavin Shan2-1/+73
2013-06-20powerpc/eeh: Allow to check fenced PHB proactivelyGavin Shan1-0/+60
2013-06-20powerpc/eeh: Enable EEH check for config accessGavin Shan1-1/+39
2013-06-20powerpc/eeh: Initialization for PowerNVGavin Shan2-5/+17
2013-06-20powerpc/eeh: PowerNV EEH backendsGavin Shan2-1/+420
2013-06-20powerpc/eeh: I/O chip next errorGavin Shan2-2/+333
2013-06-20powerpc/eeh: I/O chip PE log and bridge setupGavin Shan1-2/+55
2013-06-20powerpc/eeh: I/O chip PE resetGavin Shan1-1/+233