summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/64s: Consolidate Reserved 0xec0, 0xee0 interruptsNicholas Piggin2016-10-041-2/+2
| * | | | powerpc/64s: Consolidate Hypervisor Virtualization 0xea0 interruptNicholas Piggin2016-10-041-8/+6
| * | | | powerpc/64s: Consolidate Directed Hypervisor Doorbell 0xe80 interruptNicholas Piggin2016-10-041-11/+10
| * | | | powerpc/64s: Consolidate Hypervisor Maintenance 0xe60 interruptNicholas Piggin2016-10-041-57/+56
| * | | | powerpc/64s: Consolidate Hypervisor Emulation Assistance 0xe40 interruptNicholas Piggin2016-10-041-7/+6
| * | | | powerpc/64s: Consolidate Hypervisor Instruction Storage 0xe20 interruptNicholas Piggin2016-10-041-9/+7
| * | | | powerpc/64s: Consolidate Hypervisor Data Storage 0xe00 interruptNicholas Piggin2016-10-041-24/+18
| * | | | powerpc/64s: Consolidate Trace 0xd00 interruptNicholas Piggin2016-10-041-4/+2
| * | | | powerpc/64s: Consolidate System Call 0xc00 interruptNicholas Piggin2016-10-041-60/+61
| * | | | powerpc/64s: Consolidate Reserved 0xb00 interruptNicholas Piggin2016-10-041-4/+3
| * | | | powerpc/64s: Consolidate Directed Privileged Doorbell 0xa00 interruptNicholas Piggin2016-10-041-7/+7
| * | | | powerpc/64s: Consolidate Hypervisor Decrementer 0x980 interruptNicholas Piggin2016-10-041-3/+4
| * | | | powerpc/64s: Consolidate Decrementer 0x900 interruptNicholas Piggin2016-10-041-3/+4
| * | | | powerpc/64s: Consolidate FP Unavailable 0x800 interruptNicholas Piggin2016-10-041-31/+30
| * | | | powerpc/64s: Consolidate Program 0x700 interruptNicholas Piggin2016-10-041-10/+9
| * | | | powerpc/64s: Consolidate Alignment 0x600 interruptNicholas Piggin2016-10-041-18/+17
| * | | | powerpc/64s: Consolidate External 0x500 interruptNicholas Piggin2016-10-041-11/+13
| * | | | powerpc/64s: Consolidate Instruction Segment 0x480 interruptNicholas Piggin2016-10-041-111/+113
| * | | | powerpc/64s: Consolidate Instruction Storage 0x400 interruptNicholas Piggin2016-10-041-17/+18
| * | | | powerpc/64s: Consolidate Data Segment 0x380 interruptNicholas Piggin2016-10-041-25/+25
| * | | | powerpc/64s: Consolidate Data Storage 0x300 interruptNicholas Piggin2016-10-041-26/+27
| * | | | powerpc/64s: Consolidate Machine Check 0x200 interruptNicholas Piggin2016-10-041-296/+295
| * | | | powerpc/64s: Consolidate System Reset 0x100 interruptNicholas Piggin2016-10-041-13/+13
| * | | | powerpc: Use gas sections for arranging exception vectorsNicholas Piggin2016-10-043-50/+158
| * | | | powerpc/64: Change the way relocation copy is calculatedNicholas Piggin2016-10-041-4/+9
| * | | | powerpc/64s: Consolidate exception handler alignmentNicholas Piggin2016-10-041-36/+0
| * | | | powerpc/64s: Add new exception vector macrosMichael Ellerman2016-10-041-310/+287
| * | | | powerpc/vdso64: Use double word compare on pointersAnton Blanchard2016-09-292-2/+2
| * | | | 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/32: Remove CLR_TOP32Christophe Leroy2016-09-233-5/+0
| * | | powerpc/eeh: Skip finding bus until after failure reportingRussell Currey2016-09-231-2/+2
| * | | powerpc/eeh: Null check uses of eeh_pe_bus_getRussell Currey2016-09-231-0/+8
| * | | powerpc/pseries: Remove unnecessary syscall trampolineNicholas Piggin2016-09-231-6/+2
| * | | powerpc/pseries: Fix HV facility unavailable to use correct handlerNicholas Piggin2016-09-231-2/+2
| * | | 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/64/kexec: Fix MMU cleanup on radixBenjamin Herrenschmidt2016-09-231-10/+2
| * | | powerpc/64/kexec: NULL check "clear_all" in kexec_sequenceBenjamin Herrenschmidt2016-09-231-3/+4
| * | | powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-205-12/+13
| * | | 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/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/kernel: Use kprobe blacklist for asm functionsNicholas Piggin2016-09-192-3/+6
| * | | powerpc: Use kprobe blacklist for exception handlersNicholas Piggin2016-09-192-10/+20
| * | | powerpc: Set used_(vsr|vr|spe) in sigreturn path when MSR bits are activeSimon Guo2016-09-132-3/+14