summaryrefslogtreecommitdiffstats
path: root/init/noinitramfs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-04powerpc/64s: Consolidate Reserved 0xb00 interruptNicholas Piggin1-4/+3
2016-10-04powerpc/64s: Consolidate Directed Privileged Doorbell 0xa00 interruptNicholas Piggin1-7/+7
2016-10-04powerpc/64s: Consolidate Hypervisor Decrementer 0x980 interruptNicholas Piggin1-3/+4
2016-10-04powerpc/64s: Consolidate Decrementer 0x900 interruptNicholas Piggin1-3/+4
2016-10-04powerpc/64s: Consolidate FP Unavailable 0x800 interruptNicholas Piggin1-31/+30
2016-10-04powerpc/64s: Consolidate Program 0x700 interruptNicholas Piggin1-10/+9
2016-10-04powerpc/64s: Consolidate Alignment 0x600 interruptNicholas Piggin1-18/+17
2016-10-04powerpc/64s: Consolidate External 0x500 interruptNicholas Piggin1-11/+13
2016-10-04powerpc/64s: Consolidate Instruction Segment 0x480 interruptNicholas Piggin1-111/+113
2016-10-04powerpc/64s: Consolidate Instruction Storage 0x400 interruptNicholas Piggin1-17/+18
2016-10-04powerpc/64s: Consolidate Data Segment 0x380 interruptNicholas Piggin1-25/+25
2016-10-04powerpc/64s: Consolidate Data Storage 0x300 interruptNicholas Piggin1-26/+27
2016-10-04powerpc/64s: Consolidate Machine Check 0x200 interruptNicholas Piggin1-296/+295
2016-10-04powerpc/64s: Consolidate System Reset 0x100 interruptNicholas Piggin1-13/+13
2016-10-04powerpc: Use gas sections for arranging exception vectorsNicholas Piggin5-67/+404
2016-10-04powerpc/64: Change the way relocation copy is calculatedNicholas Piggin1-4/+9
2016-10-04powerpc/64s: Consolidate exception handler alignmentNicholas Piggin2-36/+1
2016-10-04powerpc/64s: Add new exception vector macrosMichael Ellerman3-391/+504
2016-09-29powerpc/vdso64: Use double word compare on pointersAnton Blanchard2-2/+2
2016-09-29KVM: PPC: Book3S HV: Migrate pinned pages out of CMABalbir Singh2-4/+78
2016-09-29drivers/pci/hotplug: Support surprise hotplug in powernv driverGavin Shan2-0/+216
2016-09-29drivers/pci/hotplug: Remove likely() and unlikely() in powernv driverGavin Shan1-28/+28
2016-09-29powerpc/powernv: Unfreeze PE on allocationGavin Shan1-0/+13
2016-09-29powerpc/eeh: Export eeh_pe_state_mark()Gavin Shan1-0/+1
2016-09-29powerpc/eeh: Export confirm_error_lockGavin Shan1-0/+1
2016-09-29powerpc/eeh: Allow to freeze PE in eeh_pe_set_option()Gavin Shan1-0/+1
2016-09-29powerpc/powernv: Call opal_pci_poll() if neededGavin Shan1-2/+4
2016-09-28powerpc/boot: Add support for XZ compressionOliver O'Halloran7-0/+89
2016-09-28powerpc/boot: Add XZ support to the wrapper scriptOliver O'Halloran2-18/+50
2016-09-28powerpc/boot: Remove the legacy gzip wrapperOliver O'Halloran3-250/+0
2016-09-28powerpc/boot: Use the pre-boot decompression APIOliver O'Halloran4-25/+190
2016-09-28powerpc/boot: Use CONFIG_KERNEL_GZIPOliver O'Halloran2-12/+19
2016-09-28powerpc/boot: Add sed scriptOliver O'Halloran2-11/+17
2016-09-23selftests/powerpc: Compile selftests against headers without AT_HWCAP2Cyril Bur1-0/+7
2016-09-22powerpc: Clean up tm_abort duplication in hash_utils_64.cRui Teng1-31/+25
2016-09-22powerpc/powernv: Fix comment style and spellingAndrew Donnellan1-2/+3
2016-09-22powerpc/32: Remove CLR_TOP32Christophe Leroy4-6/+0
2016-09-22powerpc: Fix usage of _PAGE_RO in hugepageChristophe Leroy2-0/+9
2016-09-22powerpc/eeh: Skip finding bus until after failure reportingRussell Currey1-2/+2
2016-09-22powerpc/powernv/eeh: Skip finding bus for VF resetsRussell Currey1-2/+3
2016-09-22powerpc/eeh: Null check uses of eeh_pe_bus_getRussell Currey2-0/+13
2016-09-22powerpc/pseries: Remove unnecessary syscall trampolineNicholas Piggin2-7/+3
2016-09-22powerpc/pseries: Fix HV facility unavailable to use correct handlerNicholas Piggin1-2/+2
2016-09-22powerpc/powernv/pci: Add PHB register dump debugfs handleRussell Currey1-1/+38
2016-09-22powerpc/64/kexec: Remove BookE special default_machine_kexec_prepare()Benjamin Herrenschmidt1-16/+0
2016-09-22powerpc/64/kexec: Copy image with MMU off when possibleBenjamin Herrenschmidt2-31/+36
2016-09-22powerpc/mm: Add radix flush all with IS=3Aneesh Kumar K.V2-0/+25
2016-09-22powerpc/64/kexec: Fix MMU cleanup on radixBenjamin Herrenschmidt5-10/+30
2016-09-22powerpc/64/kexec: NULL check "clear_all" in kexec_sequenceBenjamin Herrenschmidt1-3/+4
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman80-200/+204