summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2019-09-14powerpc/fadump: add fadump support on powernvHari Bathini5-5/+115
2019-09-14powerpc/opal: add MPIPL interface definitionsHari Bathini3-1/+51
2019-09-14pseries/fadump: move out platform specific support from generic codeHari Bathini2-318/+274
2019-09-14powerpc/fadump: release all the memory above boot memory sizeHari Bathini1-24/+10
2019-09-14powerpc/fadump: add source info while displaying region contentsHari Bathini1-4/+4
2019-09-14pseries/fadump: define RTAS register/un-register callback functionsHari Bathini3-153/+176
2019-09-14powerpc/fadump: introduce callbacks for platform specific operationsHari Bathini4-44/+148
2019-09-14powerpc/fadump: move rtas specific definitions to platform codeHari Bathini4-160/+172
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 Bathini2-8/+16
2019-09-14powerpc/fadump: add helper functionsHari Bathini2-62/+67
2019-09-14powerpc/fadump: move internal macros/definitions to a new headerHari Bathini3-71/+87
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/64s: Remove overlaps_kvm_tmp()Michael Ellerman2-15/+0
2019-09-14powerpc/kvm: Move kvm_tmp into .text, shrink to 64KMichael Ellerman2-19/+13
2019-09-14powerpc/powernv: Fix build with IOMMU_API=nMichael Ellerman1-1/+1
2019-09-14powerpc/eeh: Fix build with STACKTRACE=nMichael Ellerman3-1/+6
2019-09-12powerpc/xive: Fix bogus error code returned by OPALGreg Kurz3-2/+13
2019-09-12powerpc/pseries: correctly track irq state in default idleNathan Lynch1-0/+3
2019-09-12powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructionsRavi Bangoria1-16/+33
2019-09-12powerpc/powernv: Add new opal message typeVasant Hegde2-1/+8
2019-09-12powerpc/powernv: Enhance opal message read interfaceVasant Hegde1-10/+21
2019-09-12powerpc/powernv: Remove unused pnv_npu_try_dma_set_bypass() functionChristoph Hellwig1-99/+0
2019-09-12powerpc/memcpy: Fix stack corruption for smaller sizesSantosh Sivaraj1-1/+1
2019-09-12powerpc: Add attributes for setjmp/longjmpSegher Boessenkool1-2/+2
2019-09-05powerpc: Remove empty commentJordan Niethe1-3/+0
2019-09-05powerpc/imc: Dont create debugfs files for cpu-less nodesMadhavan Srinivasan1-6/+6
2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin4-18/+234
2019-09-05powerpc/64s: remove unnecessary translation cache flushes at bootNicholas Piggin4-13/+7
2019-09-05powerpc/64s/pseries: radix flush translations before MMU is enabled at bootNicholas Piggin2-8/+10
2019-09-05powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin5-6/+6
2019-09-05powerpc/64s/radix: tidy up TLB flushing codeNicholas Piggin4-110/+34
2019-09-05powerpc/64s: remove register_process_table callbackNicholas Piggin5-48/+27
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-05pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBsOliver O'Halloran1-1/+2
2019-09-05powernv/eeh: Use generic code to handle hot resetsOliver O'Halloran1-3/+35
2019-09-05powerpc/eeh: Remove stale CAPI commentOliver O'Halloran1-7/+0
2019-09-05powerpc/eeh: Defer printing stack traceOliver O'Halloran4-26/+64
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'Halloran3-2/+27
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 Piggin2-23/+19
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