summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-04-301-9/+14
|\
| * powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-301-9/+14
* | powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-211-0/+3
* | powerpc/64s/radix: Fix radix segment exception handlingNicholas Piggin2019-04-081-0/+12
|/
* powerpc/64s: Fix unrelocated interrupt trampoline address testNicholas Piggin2019-03-011-4/+4
* powerpc/64s: Fix data interrupts vs d-side MCE reentrancyNicholas Piggin2019-02-261-10/+26
* powerpc/64s: Prepare to handle data interrupts vs d-side MCE reentrancyNicholas Piggin2019-02-261-6/+42
* powerpc/64s: Fix HV NMI vs HV interrupt recoverability testNicholas Piggin2019-02-261-0/+8
* powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-231-1/+1
* Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-271-1/+1
|\
| * powerpc: Fix HMIs on big-endian with CONFIG_RELOCATABLE=yBenjamin Herrenschmidt2018-12-221-1/+1
* | KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh2018-12-171-0/+9
|/
* powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin2018-10-141-160/+42Star
* Merge branch 'fixes' into nextMichael Ellerman2018-10-091-2/+2
|\
| * KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workaroundsMichael Neuling2018-09-171-2/+2
* | Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-42/+160
* | powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin2018-09-191-160/+42Star
* | powernv/pseries: consolidate code for mce early handling.Mahesh Salgaonkar2018-09-191-127/+28Star
* | powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-191-0/+129
|/
* powerpc/64s: Make rfi_flush_fallback a little more robustMichael Ellerman2018-08-071-0/+6
* powerpc/64s: Don't use __MASKABLE_EXCEPTION unnecessarilyMichael Ellerman2018-08-071-11/+5Star
* powerpc/64s: Remove PSERIES naming from the MASKABLE macrosMichael Ellerman2018-08-071-4/+4
* powerpc/64s: Drop _MASKABLE_RELON_EXCEPTION_PSERIES()Michael Ellerman2018-08-071-2/+2
* powerpc/64s: Drop _MASKABLE_EXCEPTION_PSERIES()Michael Ellerman2018-08-071-2/+2
* powerpc/64s: Remove PSERIES from the NORI macrosMichael Ellerman2018-08-071-5/+5
* powerpc/64s: Rename EXCEPTION_PROLOG_PSERIES_1 to EXCEPTION_PROLOG_2Michael Ellerman2018-08-071-2/+2
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin2018-07-241-1/+4
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-3/+1Star
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-0/+1
|\
| * powerpc/64: Save stack pointer when we hard disable interruptsMichael Ellerman2018-06-031-0/+1
* | powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin2018-05-221-2/+17
|/
* powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2018-03-311-8/+2Star
* powerpc/64s: return more carefully from sreset NMINicholas Piggin2018-03-311-3/+58
* powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-301-4/+7
* Merge branch 'fixes' into nextMichael Ellerman2018-03-281-1/+1
|\
| * powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRsNicholas Piggin2018-03-251-1/+1
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-03-231-2/+2
|\ \ | |/ |/|
| * KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9Paul Mackerras2018-03-231-2/+2
* | powerpc/64s: Fix may_hard_irq_enable() for PMI soft maskingNicholas Piggin2018-02-081-3/+3
|/
* powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin2018-01-231-40/+36Star
* Merge branch 'fixes' into nextMichael Ellerman2018-01-211-13/+124
|\
| * powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-101-0/+84
| * powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+28
| * powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-091-12/+12
* | powerpc: Handle exceptions caused by pkey violationRam Pai2018-01-201-1/+1
* | powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan2018-01-191-2/+4
* | powerpc/64s: Add support to take additional parameter in MASKABLE_* macroMadhavan Srinivasan2018-01-191-13/+19
* | powerpc: Remove useless EXC_COMMON_HVBenjamin Herrenschmidt2018-01-161-1/+1
|/
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-17/+32
|\