summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2018-04-011-8/+2
* powerpc/64s: return more carefully from sreset NMINicholas Piggin2018-04-011-3/+58
* powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-311-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-261-1/+1
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-03-241-2/+2
|\ \ | |/ |/|
| * KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9Paul Mackerras2018-03-241-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/+36
* 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-101-1/+28
| * powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-101-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
|\
| * powerpc/64s: Fix masking of SRR1 bits on instruction faultMichael Ellerman2017-11-141-1/+1
| * powerpc: Fix DABR match on hash based systemsBenjamin Herrenschmidt2017-11-131-1/+1
| * powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-4/+4
| * KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin2017-11-061-0/+2
| * powerpc: Disable the fast-endian switch syscall by defaultMichael Ellerman2017-10-221-0/+5
| * powerpc/64s: Move the two FAST_ENDIAN macros next to each otherMichael Ellerman2017-10-221-6/+6
| * powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh2017-10-161-1/+1
| * powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-271-4/+12
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | powerpc/64s: Use emergency stack for kernel TM Bad Thing program checksCyril Bur2017-10-061-1/+23
|/
* powerpc/64s: Remove spurious IRQ reason in IRQ replayNicholas Piggin2017-08-231-2/+0
* powerpc/64s: Use the HV handler for external IRQ replay in HV mode on POWER9Nicholas Piggin2017-08-231-0/+4
* powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin2017-08-231-1/+1
* powerpc/64s: masked_interrupt() returns to kernel so avoid restoring r13Nicholas Piggin2017-08-231-1/+1
* powerpc/64s: Optimise clearing of MSR_EE in masked_[H]interrupt()Nicholas Piggin2017-08-231-2/+1
* powerpc/64s: Avoid a branch in masked_[H]interrupt()Nicholas Piggin2017-08-231-4/+2
* powerpc/64s: Fix replay interrupt return label nameMichael Ellerman2017-08-231-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2017-08-231-1/+9
|\
| * powerpc/64s: Fix stack setup in watchdog soft_nmi_common()Nicholas Piggin2017-07-311-1/+9
| * Merge tag 'v4.13-rc1' into fixesMichael Ellerman2017-07-311-2/+28
| |\
* | | powerpc: Fix powerpc-specific watchdog build configurationNicholas Piggin2017-08-101-3/+3
* | | powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIsBenjamin Herrenschmidt2017-08-031-1/+1
* | | powerpc/mm: Update bits used to skip hash_pageBenjamin Herrenschmidt2017-08-031-2/+4
* | | Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-211-14/+14
|\ \ \ | |/ / | | / | |/ |/|
| * powerpc/64s: Fix hypercall entry clobbering r12 inputNicholas Piggin2017-07-181-14/+14
* | powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin2017-07-121-2/+28
|/
* powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao2017-07-031-0/+2
* powerpc/64s: Convert .L__replay_interrupt_return to a local labelNaveen N. Rao2017-07-031-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2017-07-031-4/+7
|\
| * powerpc/64s: Handle data breakpoints in Radix modeNaveen N. Rao2017-06-161-4/+7
* | powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9Benjamin Herrenschmidt2017-06-271-3/+5
* | powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman2017-06-211-1/+1
OpenPOWER on IntegriCloud