summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/exception: remove pointless EXCEPTION_PROLOG macro indirectionNicholas Piggin2019-07-021-57/+51
* powerpc/64s/exception: generate regs clear instructions using .reptNicholas Piggin2019-07-021-13/+16
* powerpc/64s/exception: fix indenting irregularitiesNicholas Piggin2019-07-021-46/+46
* powerpc/64s/exception: use a gas macro for system call handler codeNicholas Piggin2019-07-021-72/+55
* powerpc/64s/exception: remove unused BRANCH_TO_COMMONNicholas Piggin2019-07-021-8/+0
* powerpc/64s/exception: remove __BRANCH_TO_KVMNicholas Piggin2019-07-021-25/+18
* powerpc/64s/exception: move head-64.h code to exception-64s.S where it is usedNicholas Piggin2019-07-023-253/+251
* powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it ...Nicholas Piggin2019-07-022-431/+431
* powerpc/64s/exception: move KVM related code togetherNicholas Piggin2019-07-021-19/+21
* powerpc/64s/exception: remove STD_EXCEPTION_COMMON variantsNicholas Piggin2019-07-022-24/+17
* powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical placeNicholas Piggin2019-07-021-56/+57
* powerpc/64s/exception: improve 0x500 handler codeNicholas Piggin2019-07-021-12/+4
* powerpc/64s/exception: unwind exception-64s.h macrosNicholas Piggin2019-07-023-139/+82
* powerpc/64s/exception: Move EXCEPTION_COMMON additions into callersNicholas Piggin2019-07-023-52/+39
* powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into...Nicholas Piggin2019-07-022-21/+26
* powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency wi...Nicholas Piggin2019-07-022-24/+25
* powerpc/64s/exception: KVM handler can set the HSRR trap bitNicholas Piggin2019-07-022-5/+7
* powerpc/64s/exception: merge KVM handler and skip variantsNicholas Piggin2019-07-023-23/+15
* powerpc/64s/exception: consolidate maskable and non-maskable prologsNicholas Piggin2019-07-022-77/+55
* powerpc/64s/exception: remove the "extra" macro parameterNicholas Piggin2019-07-022-122/+114
* powerpc/64s/exception: fix sreset KVM test codeNicholas Piggin2019-07-021-3/+3
* powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variantsNicholas Piggin2019-07-022-54/+51
* powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variantNicholas Piggin2019-07-022-38/+17
* powerpc/64s/exception: remove H concatenation for EXC_HV variantsNicholas Piggin2019-07-023-184/+253
* powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980Michael Ellerman2019-07-021-1/+0
* powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macrosNicholas Piggin2019-07-012-52/+52
* powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functionsChristoph Hellwig2019-07-013-49/+0
* powerpc/powernv: remove unused NPU DMA codeChristoph Hellwig2019-07-014-581/+0
* powerpc/powernv: remove the unused tunneling exportsChristoph Hellwig2019-07-014-77/+3
* powerpc/powernv: remove the unused pnv_pci_set_p2p functionChristoph Hellwig2019-07-015-84/+0
* powerpc/xmon: Fix disabling tracing while in xmonNaveen N. Rao2019-07-011-2/+4
* selftests/powerpc: ppc_asm.h: typo in the header guardDenis Efremov2019-07-011-1/+1
* powerpc/cacheflush: fix variable set but not usedQian Cai2019-07-011-2/+5
* powerpc/eeh_cache: fix a W=1 kernel-doc warningQian Cai2019-07-011-0/+3
* powerpc/ftrace: Enable C Version of recordmcountChristophe Leroy2019-07-011-0/+1
* recordmcount: Fix spurious mcount entries on powerpcNaveen N. Rao2019-07-011-1/+2
* powerpc/rtas: retry when cpu offline races with suspend/migrationNathan Lynch2019-07-011-4/+3
* powerpc: Document xive=off optionMichael Neuling2019-07-011-0/+9
* Merge branch 'fixes' into nextMichael Ellerman2019-07-0121-24/+230
|\
| * Merge tag 'powerpc-5.2-6' into fixesMichael Ellerman2019-07-014-10/+139
| |\
| | * Merge branch 'context-id-fix' into fixesMichael Ellerman2019-06-134-10/+139
| | |\
| | | * selftests/powerpc: Add test of fork with mapping above 512TBMichael Ellerman2019-06-133-2/+92
| | | * powerpc/mm/64s/hash: Reallocate context ids on forkMichael Ellerman2019-06-121-4/+42
| * | | powerpc/64s/exception: Fix machine check early corrupting AMRNicholas Piggin2019-06-251-1/+1
| * | | KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entriesSuraj Jitindar Singh2019-06-201-0/+1
| * | | powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig2019-06-193-1/+10
| * | | KVM: PPC: Book3S HV: Only write DAWR[X] when handling h_set_dawr in real modeSuraj Jitindar Singh2019-06-181-1/+10
| * | | KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr()Michael Neuling2019-06-181-1/+3
| * | | powerpc/32: fix build failure on book3e with KVMChristophe Leroy2019-06-152-3/+3
| * | | powerpc/booke: fix fast syscall entry on SMPChristophe Leroy2019-06-151-3/+3