summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use gas sections for arranging exception vectorsNicholas Piggin2016-10-045-67/+404
* powerpc/64: Change the way relocation copy is calculatedNicholas Piggin2016-10-041-4/+9
* powerpc/64s: Consolidate exception handler alignmentNicholas Piggin2016-10-042-36/+1
* powerpc/64s: Add new exception vector macrosMichael Ellerman2016-10-043-391/+504
* powerpc/vdso64: Use double word compare on pointersAnton Blanchard2016-09-292-2/+2
* KVM: PPC: Book3S HV: Migrate pinned pages out of CMABalbir Singh2016-09-292-4/+78
* drivers/pci/hotplug: Support surprise hotplug in powernv driverGavin Shan2016-09-291-0/+2
* powerpc/powernv: Unfreeze PE on allocationGavin Shan2016-09-291-0/+13
* powerpc/eeh: Export eeh_pe_state_mark()Gavin Shan2016-09-291-0/+1
* powerpc/eeh: Export confirm_error_lockGavin Shan2016-09-291-0/+1
* powerpc/eeh: Allow to freeze PE in eeh_pe_set_option()Gavin Shan2016-09-291-0/+1
* powerpc/powernv: Call opal_pci_poll() if neededGavin Shan2016-09-291-2/+4
* powerpc/boot: Add support for XZ compressionOliver O'Halloran2016-09-287-0/+89
* powerpc/boot: Add XZ support to the wrapper scriptOliver O'Halloran2016-09-282-18/+50
* powerpc/boot: Remove the legacy gzip wrapperOliver O'Halloran2016-09-283-250/+0
* powerpc/boot: Use the pre-boot decompression APIOliver O'Halloran2016-09-284-25/+190
* powerpc/boot: Use CONFIG_KERNEL_GZIPOliver O'Halloran2016-09-282-12/+19
* powerpc/boot: Add sed scriptOliver O'Halloran2016-09-282-11/+17
* powerpc: Clean up tm_abort duplication in hash_utils_64.cRui Teng2016-09-231-31/+25
* powerpc/powernv: Fix comment style and spellingAndrew Donnellan2016-09-231-2/+3
* powerpc/32: Remove CLR_TOP32Christophe Leroy2016-09-234-6/+0
* powerpc: Fix usage of _PAGE_RO in hugepageChristophe Leroy2016-09-232-0/+9
* powerpc/eeh: Skip finding bus until after failure reportingRussell Currey2016-09-231-2/+2
* powerpc/powernv/eeh: Skip finding bus for VF resetsRussell Currey2016-09-231-2/+3
* powerpc/eeh: Null check uses of eeh_pe_bus_getRussell Currey2016-09-232-0/+13
* powerpc/pseries: Remove unnecessary syscall trampolineNicholas Piggin2016-09-232-7/+3
* powerpc/pseries: Fix HV facility unavailable to use correct handlerNicholas Piggin2016-09-231-2/+2
* powerpc/powernv/pci: Add PHB register dump debugfs handleRussell Currey2016-09-231-1/+38
* powerpc/64/kexec: Remove BookE special default_machine_kexec_prepare()Benjamin Herrenschmidt2016-09-231-16/+0
* powerpc/64/kexec: Copy image with MMU off when possibleBenjamin Herrenschmidt2016-09-232-31/+36
* powerpc/mm: Add radix flush all with IS=3Aneesh Kumar K.V2016-09-232-0/+25
* powerpc/64/kexec: Fix MMU cleanup on radixBenjamin Herrenschmidt2016-09-235-10/+30
* powerpc/64/kexec: NULL check "clear_all" in kexec_sequenceBenjamin Herrenschmidt2016-09-231-3/+4
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-2072-176/+180
* powerpc/pseries: fix memory leak in queue_hotplug_event() error pathAndrew Donnellan2016-09-201-0/+1
* powerpc/nvram: Fix an incorrect partition mergePan Xinhui2016-09-201-3/+3
* powerpc/nvram: Fix a memory leak in err pathPan Xinhui2016-09-201-1/+1
* powerpc/64s: Optimise MSR handling in exception handlingNicholas Piggin2016-09-201-12/+9
* powerpc/64: Optimise syscall entry for virtual, relocatable caseNicholas Piggin2016-09-201-5/+2
* powerpc/mm: Update FORCE_MAX_ZONEORDER range to allow hugetlb w/4KAneesh Kumar K.V2016-09-201-1/+1
* powerpc/64: Replay hypervisor maintenance interrupt firstNicholas Piggin2016-09-201-5/+9
* powerpc: Ensure .mem(init|exit).text are within _stext/_etextMichael Ellerman2016-09-191-0/+2
* powerpc: Don't change the section in _GLOBAL()Michael Ellerman2016-09-191-6/+2
* powerpc/kernel: Use kprobe blacklist for asm functionsNicholas Piggin2016-09-193-29/+20
* powerpc: Use kprobe blacklist for exception handlersNicholas Piggin2016-09-194-15/+25
* powerpc: Set used_(vsr|vr|spe) in sigreturn path when MSR bits are activeSimon Guo2016-09-132-3/+14
* powerpc/ptrace: Fix cppcheck issue in gpr32_set_common/gpr32_get_common()Simon Guo2016-09-131-45/+29
* powerpc/32: Add missing \n and switch to pr_warn()Colin Ian King2016-09-131-1/+1
* powerpc/mm: Update the HID bit when switching from radix to hashAneesh Kumar K.V2016-09-133-0/+56
* powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V2016-09-137-22/+71