| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/64s/radix: Fix radix segment exception handling | Nicholas Piggin | 2019-04-08 | 1 | -0/+12 |
* | powerpc/64s: Fix unrelocated interrupt trampoline address test | Nicholas Piggin | 2019-03-01 | 1 | -4/+4 |
* | powerpc/64s: Fix data interrupts vs d-side MCE reentrancy | Nicholas Piggin | 2019-02-26 | 1 | -10/+26 |
* | powerpc/64s: Prepare to handle data interrupts vs d-side MCE reentrancy | Nicholas Piggin | 2019-02-26 | 1 | -6/+42 |
* | powerpc/64s: Fix HV NMI vs HV interrupt recoverability test | Nicholas Piggin | 2019-02-26 | 1 | -0/+8 |
* | powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFO | Christophe Leroy | 2019-02-23 | 1 | -1/+1 |
* | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-12-27 | 1 | -1/+1 |
|\ |
|
| * | powerpc: Fix HMIs on big-endian with CONFIG_RELOCATABLE=y | Benjamin Herrenschmidt | 2018-12-22 | 1 | -1/+1 |
* | | KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2 | Suraj Jitindar Singh | 2018-12-17 | 1 | -0/+9 |
|/ |
|
* | powerpc/64s/hash: Convert SLB miss handlers to C | Nicholas Piggin | 2018-10-14 | 1 | -160/+42 |
* | Merge branch 'fixes' into next | Michael Ellerman | 2018-10-09 | 1 | -2/+2 |
|\ |
|
| * | KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds | Michael Neuling | 2018-09-17 | 1 | -2/+2 |
* | | Revert "convert SLB miss handlers to C" and subsequent commits | Michael Ellerman | 2018-10-03 | 1 | -42/+160 |
* | | powerpc/64s/hash: convert SLB miss handlers to C | Nicholas Piggin | 2018-09-19 | 1 | -160/+42 |
* | | powernv/pseries: consolidate code for mce early handling. | Mahesh Salgaonkar | 2018-09-19 | 1 | -127/+28 |
* | | powerpc/pseries: Flush SLB contents on SLB MCE errors. | Mahesh Salgaonkar | 2018-09-19 | 1 | -0/+129 |
|/ |
|
* | powerpc/64s: Make rfi_flush_fallback a little more robust | Michael Ellerman | 2018-08-07 | 1 | -0/+6 |
* | powerpc/64s: Don't use __MASKABLE_EXCEPTION unnecessarily | Michael Ellerman | 2018-08-07 | 1 | -11/+5 |
* | powerpc/64s: Remove PSERIES naming from the MASKABLE macros | Michael Ellerman | 2018-08-07 | 1 | -4/+4 |
* | powerpc/64s: Drop _MASKABLE_RELON_EXCEPTION_PSERIES() | Michael Ellerman | 2018-08-07 | 1 | -2/+2 |
* | powerpc/64s: Drop _MASKABLE_EXCEPTION_PSERIES() | Michael Ellerman | 2018-08-07 | 1 | -2/+2 |
* | powerpc/64s: Remove PSERIES from the NORI macros | Michael Ellerman | 2018-08-07 | 1 | -5/+5 |
* | powerpc/64s: Rename EXCEPTION_PROLOG_PSERIES_1 to EXCEPTION_PROLOG_2 | Michael Ellerman | 2018-08-07 | 1 | -2/+2 |
* | powerpc: clean inclusions of asm/feature-fixups.h | Christophe Leroy | 2018-07-30 | 1 | -0/+1 |
* | powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closely | Nicholas Piggin | 2018-07-24 | 1 | -1/+4 |
* | powerpc/64s: Remove POWER9 DD1 support | Nicholas Piggin | 2018-07-16 | 1 | -3/+1 |
* | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-06-07 | 1 | -0/+1 |
|\ |
|
| * | powerpc/64: Save stack pointer when we hard disable interrupts | Michael Ellerman | 2018-06-03 | 1 | -0/+1 |
* | | powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit | Nicholas Piggin | 2018-05-22 | 1 | -2/+17 |
|/ |
|
* | powerpc/64s: Set assembler machine type to POWER4 | Nicholas Piggin | 2018-03-31 | 1 | -8/+2 |
* | powerpc/64s: return more carefully from sreset NMI | Nicholas Piggin | 2018-03-31 | 1 | -3/+58 |
* | powerpc/mm: Add support for handling > 512TB address in SLB miss | Aneesh Kumar K.V | 2018-03-30 | 1 | -4/+7 |
* | Merge branch 'fixes' into next | Michael Ellerman | 2018-03-28 | 1 | -1/+1 |
|\ |
|
| * | powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs | Nicholas Piggin | 2018-03-25 | 1 | -1/+1 |
* | | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 2018-03-23 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9 | Paul Mackerras | 2018-03-23 | 1 | -2/+2 |
* | | powerpc/64s: Fix may_hard_irq_enable() for PMI soft masking | Nicholas Piggin | 2018-02-08 | 1 | -3/+3 |
|/ |
|
* | powerpc/64s: Improve RFI L1-D cache flush fallback | Nicholas Piggin | 2018-01-23 | 1 | -40/+36 |
* | Merge branch 'fixes' into next | Michael Ellerman | 2018-01-21 | 1 | -13/+124 |
|\ |
|
| * | powerpc/64s: Add support for RFI flush of L1-D cache | Michael Ellerman | 2018-01-10 | 1 | -0/+84 |
| * | powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNEL | Nicholas Piggin | 2018-01-09 | 1 | -1/+28 |
| * | powerpc/64s: Simple RFI macro conversions | Nicholas Piggin | 2018-01-09 | 1 | -12/+12 |
* | | powerpc: Handle exceptions caused by pkey violation | Ram Pai | 2018-01-20 | 1 | -1/+1 |
* | | powerpc/64s: Add support to mask perf interrupts and replay them | Madhavan Srinivasan | 2018-01-19 | 1 | -2/+4 |
* | | powerpc/64s: Add support to take additional parameter in MASKABLE_* macro | Madhavan Srinivasan | 2018-01-19 | 1 | -13/+19 |
* | | powerpc: Remove useless EXC_COMMON_HV | Benjamin Herrenschmidt | 2018-01-16 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-11-16 | 1 | -17/+32 |
|\ |
|
| * | powerpc/64s: Fix masking of SRR1 bits on instruction fault | Michael Ellerman | 2017-11-14 | 1 | -1/+1 |
| * | powerpc: Fix DABR match on hash based systems | Benjamin Herrenschmidt | 2017-11-13 | 1 | -1/+1 |
| * | powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64 | Michael Ellerman | 2017-11-06 | 1 | -4/+4 |