summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-09-14powerpc/fadump: add fadump support on powernvHari Bathini1-3/+12
2019-09-14pseries/fadump: move out platform specific support from generic codeHari Bathini1-315/+14
2019-09-14powerpc/fadump: release all the memory above boot memory sizeHari Bathini1-24/+10
2019-09-14pseries/fadump: define RTAS register/un-register callback functionsHari Bathini1-150/+15
2019-09-14powerpc/fadump: introduce callbacks for platform specific operationsHari Bathini1-44/+1
2019-09-14powerpc/fadump: move rtas specific definitions to platform codeHari Bathini1-47/+49
2019-09-14powerpc/fadump: use helper functions to reserve/release cpu notes bufferHari Bathini1-15/+6
2019-09-14powerpc/fadump: declare helper functions in internal header fileHari Bathini1-8/+8
2019-09-14powerpc/fadump: add helper functionsHari Bathini1-61/+66
2019-09-14powerpc/fadump: move internal macros/definitions to a new headerHari Bathini1-0/+1
2019-09-14powerpc: improve prom_init_check ruleMasahiro Yamada2-8/+7
2019-09-14powerpc/kvm: Add ifdefs around template codeMichael Ellerman1-0/+8
2019-09-14powerpc/kvm: Explicitly mark kvm guest code as __initMichael Ellerman1-17/+17
2019-09-14powerpc/kvm: Move kvm_tmp into .text, shrink to 64KMichael Ellerman2-19/+13
2019-09-14powerpc/eeh: Fix build with STACKTRACE=nMichael Ellerman2-1/+4
2019-09-12powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructionsRavi Bangoria1-16/+33
2019-09-05powerpc/eeh: Add a eeh_dev_break debugfs interfaceOliver O'Halloran1-1/+138
2019-09-05powerpc/eeh: Add debugfs interface to run an EEH checkOliver O'Halloran1-0/+61
2019-09-05powerpc/eeh: Set attention indicator while recoveringOliver O'Halloran1-0/+32
2019-09-05powerpc/eeh: Defer printing stack traceOliver O'Halloran3-26/+53
2019-09-05powerpc/eeh: Check slot presence state in eeh_handle_normal_event()Oliver O'Halloran1-0/+60
2019-09-05powerpc/eeh: Make permanently failed devices non-actionableOliver O'Halloran1-2/+10
2019-09-05powerpc/eeh: Fix race when freeing PDNsOliver O'Halloran2-2/+26
2019-09-05powerpc/eeh: Clean up EEH PEs after recovery finishesOliver O'Halloran3-3/+64
2019-08-30powerpc/64s/exception: reduce page fault unnecessary loadsNicholas Piggin1-21/+17
2019-08-30powerpc/64s/exception: Remove pointless KVM handler name bifurcationNicholas Piggin1-58/+44
2019-08-30powerpc/64s/exception: program check handler do not branch into a macroNicholas Piggin1-7/+8
2019-08-30powerpc/64s/exception: move interrupt entry code above the common handlerNicholas Piggin1-225/+225
2019-08-30powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile optionsNicholas Piggin1-60/+51
2019-08-30powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 into callerNicholas Piggin1-45/+40
2019-08-30powerpc/64s/exception: Expand EXCEPTION_COMMON macro into callerNicholas Piggin1-27/+27
2019-08-30powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception ...Nicholas Piggin1-20/+32
2019-08-30powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3Nicholas Piggin1-12/+6
2019-08-30powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macrosNicholas Piggin1-8/+8
2019-08-30powerpc/64s/exception: Add INT_KVM_HANDLER gas macroNicholas Piggin1-59/+40
2019-08-30powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSINicholas Piggin1-6/+10
2019-08-30powerpc/64s/exception: Add the virt variant of the denorm interrupt handlerNicholas Piggin1-1/+5
2019-08-30powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2Nicholas Piggin1-78/+73
2019-08-30powerpc/64s/exceptions: Use keyword params to shorten arg listsMichael Ellerman1-60/+60
2019-08-30powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macroNicholas Piggin1-296/+206
2019-08-30powerpc/64s/exception: remove 0xb00 handlerNicholas Piggin1-4/+2
2019-08-30powerpc/64s/exception: Fix performance monitor virt handlerNicholas Piggin1-1/+1
2019-08-30powerpc/64s/exception: Add EXC_HV_OR_STD, which selects HSRR if HVMODENicholas Piggin1-23/+79
2019-08-30powerpc/64s/exception: move head-64.h exception code to exception-64s.SNicholas Piggin1-0/+41
2019-08-30powerpc/64s/exception: Fix DAR load for handle_page_fault error caseNicholas Piggin1-1/+1
2019-08-30powerpc/64s/exception: machine check improve labels and commentsNicholas Piggin1-4/+10
2019-08-30powerpc/64s/exception: untangle early machine check handler branchNicholas Piggin1-67/+62
2019-08-30powerpc/64s/exception: machine check move unrecoverable handling out of lineNicholas Piggin1-43/+44
2019-08-30powerpc/64s/exception: simplify machine check early pathNicholas Piggin1-9/+22
2019-08-30powerpc/64s/exception: machine check move tramp codeNicholas Piggin1-11/+11