aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09powerpc/tm: Fix context switching TAR, PPR and DSCR SPRsMichael Neuling2-0/+23
2013-08-09powerpc: Save the TAR register earlierMichael Neuling2-9/+10
2013-08-09powerpc: Fix context switch DSCR on POWER8Michael Neuling2-25/+60
2013-08-09powerpc: Fix hypervisor facility unavaliable vector numberMichael Neuling1-2/+3
2013-08-09powerpc/eeh: Add missing procfs entry for PowerNVMike Qiu1-1/+1
2013-08-01powerpc: Rename PMU interrupts from CNT to PMIMichael Ellerman1-1/+1
2013-07-24powerpc/eeh: Introdce flag to protect sysfsGavin Shan2-1/+17
2013-07-24powerpc/eeh: Fix unbalanced enable for IRQGavin Shan1-1/+5
2013-07-24powerpc/eeh: Don't use pci_dev during BAR restoreGavin Shan1-13/+12
2013-07-24powerpc/eeh: Use partial hotplug for EEH unaware driversGavin Shan4-21/+110
2013-07-24powerpc/pci: Partial tree hotplug supportGavin Shan3-21/+51
2013-07-24powerpc/eeh: Use safe list traversal when walking EEH devicesGavin Shan2-7/+7
2013-07-24powerpc/eeh: Keep PE during hotplugGavin Shan4-53/+15
2013-07-24powerpc/pci: Override pcibios_release_device()Gavin Shan1-0/+11
2013-07-24powerpc/eeh: Export functions for hotplugGavin Shan1-3/+3
2013-07-24powerpc/eeh: Remove reference to PCI deviceGavin Shan2-17/+5
2013-07-24powerpc/modules: Module CRC relocation fix causes perf issuesAnton Blanchard1-3/+0
2013-07-24powerpc: Add second POWER8 PVR entryMichael Neuling2-3/+22
2013-07-09ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov1-26/+4
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-12/+10
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds35-157/+3944
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2-17/+2
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+2
2013-07-03powerpc: Remove savemaxmem parameter setupZhang Yanfei1-10/+0
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-7/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-18/+2
2013-07-02powerpc: Handle both new style and old style reserve mapsBenjamin Herrenschmidt1-14/+17
2013-07-02powerpc/hw_brk: Fix off by one error when validating DAWR region endMichael Neuling1-1/+1
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt6-11/+28
2013-07-01powerpc/perf: Core EBB support for 64-bit book3sMichael Ellerman1-0/+4
2013-07-01powerpc/perf: Drop MMCRA from thread_structMichael Ellerman1-1/+0
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 Ellerman1-2/+0
2013-07-01powerpc: Remove unreachable relocation on exception handlersMichael Ellerman1-15/+3
2013-07-01powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_secondariesChen 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 Gortmaker6-24/+29
2013-07-01powerpc/idle: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-07-01powerpc: Don't flush/invalidate the d/icache for an unknown relocation typeKevin Hao1-1/+2
2013-07-01powerpc/eeh: Avoid build warningsGavin Shan2-2/+2
2013-07-01powerpc/eeh: Refactor the output messageGavin Shan2-7/+25
2013-07-01powerpc/eeh: Fix address catch for PowerNVGavin Shan1-1/+1
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-30powerpc/pci: Improve device hotplug initializationGuenter Roeck1-5/+12