summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/fadump: remove RMA_START and RMA_END macrosHari Bathini2019-09-141-15/+17
* powerpc/fadump: consider f/w load areaHari Bathini2019-09-141-4/+12
* powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini2019-09-143-8/+44
* powerpc/fadump: improve how crashed kernel's memory is reservedHari Bathini2019-09-141-24/+29
* powerpc/fadump: consider reserved ranges while releasing memoryHari Bathini2019-09-141-21/+146
* powerpc/fadump: make crash memory ranges array allocation genericHari Bathini2019-09-141-53/+60
* powerpc/fadump: make use of memblock's bottom up allocation modeHari Bathini2019-09-141-14/+12
* powerpc/fadump: handle invalidation of crashdump and re-registraionHari Bathini2019-09-141-1/+7
* powerpc/fadump: reset metadata address during clean upHari Bathini2019-09-141-0/+6
* powerpc/fadump: register kernel metadata address with opalHari Bathini2019-09-141-3/+20
* powerpc/fadump: improve fadump_reserve_mem()Hari Bathini2019-09-141-23/+25
* powerpc/fadump: add fadump support on powernvHari Bathini2019-09-141-3/+12
* pseries/fadump: move out platform specific support from generic codeHari Bathini2019-09-141-315/+14
* powerpc/fadump: release all the memory above boot memory sizeHari Bathini2019-09-141-24/+10
* pseries/fadump: define RTAS register/un-register callback functionsHari Bathini2019-09-141-150/+15
* powerpc/fadump: introduce callbacks for platform specific operationsHari Bathini2019-09-141-44/+1
* powerpc/fadump: move rtas specific definitions to platform codeHari Bathini2019-09-141-47/+49
* powerpc/fadump: use helper functions to reserve/release cpu notes bufferHari Bathini2019-09-141-15/+6
* powerpc/fadump: declare helper functions in internal header fileHari Bathini2019-09-141-8/+8
* powerpc/fadump: add helper functionsHari Bathini2019-09-141-61/+66
* powerpc/fadump: move internal macros/definitions to a new headerHari Bathini2019-09-141-0/+1
* powerpc: improve prom_init_check ruleMasahiro Yamada2019-09-142-8/+7
* powerpc/kvm: Add ifdefs around template codeMichael Ellerman2019-09-141-0/+8
* powerpc/kvm: Explicitly mark kvm guest code as __initMichael Ellerman2019-09-141-17/+17
* powerpc/kvm: Move kvm_tmp into .text, shrink to 64KMichael Ellerman2019-09-142-19/+13
* powerpc/eeh: Fix build with STACKTRACE=nMichael Ellerman2019-09-142-1/+4
* powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructionsRavi Bangoria2019-09-121-16/+33
* powerpc/eeh: Add a eeh_dev_break debugfs interfaceOliver O'Halloran2019-09-051-1/+138
* powerpc/eeh: Add debugfs interface to run an EEH checkOliver O'Halloran2019-09-051-0/+61
* powerpc/eeh: Set attention indicator while recoveringOliver O'Halloran2019-09-051-0/+32
* powerpc/eeh: Defer printing stack traceOliver O'Halloran2019-09-053-26/+53
* powerpc/eeh: Check slot presence state in eeh_handle_normal_event()Oliver O'Halloran2019-09-051-0/+60
* powerpc/eeh: Make permanently failed devices non-actionableOliver O'Halloran2019-09-051-2/+10
* powerpc/eeh: Fix race when freeing PDNsOliver O'Halloran2019-09-052-2/+26
* powerpc/eeh: Clean up EEH PEs after recovery finishesOliver O'Halloran2019-09-053-3/+64
* powerpc/64s/exception: reduce page fault unnecessary loadsNicholas Piggin2019-08-301-21/+17
* powerpc/64s/exception: Remove pointless KVM handler name bifurcationNicholas Piggin2019-08-301-58/+44
* powerpc/64s/exception: program check handler do not branch into a macroNicholas Piggin2019-08-301-7/+8
* powerpc/64s/exception: move interrupt entry code above the common handlerNicholas Piggin2019-08-301-225/+225
* powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile optionsNicholas Piggin2019-08-301-60/+51
* powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 into callerNicholas Piggin2019-08-301-45/+40
* powerpc/64s/exception: Expand EXCEPTION_COMMON macro into callerNicholas Piggin2019-08-301-27/+27
* powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception ...Nicholas Piggin2019-08-301-20/+32
* powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3Nicholas Piggin2019-08-301-12/+6
* powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macrosNicholas Piggin2019-08-301-8/+8
* powerpc/64s/exception: Add INT_KVM_HANDLER gas macroNicholas Piggin2019-08-301-59/+40
* powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSINicholas Piggin2019-08-301-6/+10
* powerpc/64s/exception: Add the virt variant of the denorm interrupt handlerNicholas Piggin2019-08-301-1/+5
* powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2Nicholas Piggin2019-08-301-78/+73
* powerpc/64s/exceptions: Use keyword params to shorten arg listsMichael Ellerman2019-08-301-60/+60
OpenPOWER on IntegriCloud