aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-14powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini8-11/+144
2019-09-14powerpc/fadump: improve how crashed kernel's memory is reservedHari Bathini1-24/+29
2019-09-14powerpc/fadump: consider reserved ranges while releasing memoryHari Bathini1-21/+146
2019-09-14powerpc/fadump: make crash memory ranges array allocation genericHari Bathini2-56/+72
2019-09-14powerpc/fadump: process architected register state data provided by firmwareHari Bathini3-7/+247
2019-09-14powerpc/fadump: make use of memblock's bottom up allocation modeHari Bathini1-14/+12
2019-09-14powerpc/fadump: handle invalidation of crashdump and re-registraionHari Bathini2-2/+18
2019-09-14powerpc/fadump: Warn before processing partial crashdumpHari Bathini1-0/+24
2019-09-14powerpc/fadump: process the crashdump by exporting it as /proc/vmcoreHari Bathini1-2/+145
2019-09-14powerpc/fadump: support copying multiple kernel boot memory regionsHari Bathini1-7/+27
2019-09-14powerpc/fadump: define OPAL register/un-register callback functionsHari Bathini1-2/+77
2019-09-14powerpc/fadump: reset metadata address during clean upHari Bathini3-0/+17
2019-09-14powerpc/fadump: register kernel metadata address with opalHari Bathini4-4/+146
2019-09-14powerpc/fadump: improve fadump_reserve_mem()Hari Bathini1-23/+25
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-10Merge tag 'kvmarm-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini8-9/+55
2019-09-10Merge tag 'kvm-ppc-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini28-98/+328
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-5/+5
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-1/+1
2019-09-06kexec: add KEXEC_ELFSven Schnelle2-540/+6
2019-09-06Merge tag 'powerpc-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-18/+4
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