summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-13powerpc/fadump: add fadump support on powernvHari Bathini5-5/+115
2019-09-13powerpc/opal: add MPIPL interface definitionsHari Bathini3-1/+51
2019-09-13powerpc/fadump: use FADump instead of fadump for how it is pronouncedHari Bathini1-25/+30
2019-09-13pseries/fadump: move out platform specific support from generic codeHari Bathini2-318/+274
2019-09-13powerpc/fadump: release all the memory above boot memory sizeHari Bathini1-24/+10
2019-09-13powerpc/fadump: add source info while displaying region contentsHari Bathini1-4/+4
2019-09-13pseries/fadump: define RTAS register/un-register callback functionsHari Bathini3-153/+176
2019-09-13powerpc/fadump: introduce callbacks for platform specific operationsHari Bathini4-44/+148
2019-09-13powerpc/fadump: move rtas specific definitions to platform codeHari Bathini4-160/+172
2019-09-13powerpc/fadump: use helper functions to reserve/release cpu notes bufferHari Bathini1-15/+6
2019-09-13powerpc/fadump: Improve fadump documentationHari Bathini1-28/+33
2019-09-13powerpc/fadump: declare helper functions in internal header fileHari Bathini2-8/+16
2019-09-13powerpc/fadump: add helper functionsHari Bathini2-62/+67
2019-09-13powerpc/fadump: move internal macros/definitions to a new headerHari Bathini3-71/+87
2019-09-13powerpc: improve prom_init_check ruleMasahiro Yamada2-8/+7
2019-09-13powerpc/kvm: Add ifdefs around template codeMichael Ellerman1-0/+8
2019-09-13powerpc/kvm: Explicitly mark kvm guest code as __initMichael Ellerman1-17/+17
2019-09-13powerpc/64s: Remove overlaps_kvm_tmp()Michael Ellerman2-15/+0
2019-09-13powerpc/kvm: Move kvm_tmp into .text, shrink to 64KMichael Ellerman2-19/+13
2019-09-13powerpc/powernv: Fix build with IOMMU_API=nMichael Ellerman1-1/+1
2019-09-13powerpc/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-12seltests/powerpc: Add a selftest for memcpy_mcsafeSantosh Sivaraj4-1/+9
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 Piggin7-18/+246
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-05selftests/powerpc: Add basic EEH selftestOliver O'Halloran4-0/+168
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 attention indicator supportOliver O'Halloran1-1/+13
2019-09-05pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBsOliver O'Halloran2-1/+8
2019-09-05pci-hotplug/pnv_php: Add a reset_slot() callbackOliver O'Halloran1-0/+39
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