summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2019-09-14pseries/fadump: move out platform specific support from generic codeHari Bathini
2019-09-14powerpc/fadump: release all the memory above boot memory sizeHari Bathini
2019-09-14pseries/fadump: define RTAS register/un-register callback functionsHari Bathini
2019-09-14powerpc/fadump: introduce callbacks for platform specific operationsHari Bathini
2019-09-14powerpc/fadump: move rtas specific definitions to platform codeHari Bathini
2019-09-14powerpc/fadump: use helper functions to reserve/release cpu notes bufferHari Bathini
2019-09-14powerpc/fadump: declare helper functions in internal header fileHari Bathini
2019-09-14powerpc/fadump: add helper functionsHari Bathini
2019-09-14powerpc/fadump: move internal macros/definitions to a new headerHari Bathini
2019-09-14powerpc: improve prom_init_check ruleMasahiro Yamada
2019-09-14powerpc/kvm: Add ifdefs around template codeMichael Ellerman
2019-09-14powerpc/kvm: Explicitly mark kvm guest code as __initMichael Ellerman
2019-09-14powerpc/kvm: Move kvm_tmp into .text, shrink to 64KMichael Ellerman
2019-09-14powerpc/eeh: Fix build with STACKTRACE=nMichael Ellerman
2019-09-12powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructionsRavi Bangoria
2019-09-06kexec: add KEXEC_ELFSven Schnelle
2019-09-06Merge tag 'powerpc-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-05powerpc/eeh: Add a eeh_dev_break debugfs interfaceOliver O'Halloran
2019-09-05powerpc/eeh: Add debugfs interface to run an EEH checkOliver O'Halloran
2019-09-05powerpc/eeh: Set attention indicator while recoveringOliver O'Halloran
2019-09-05powerpc/eeh: Defer printing stack traceOliver O'Halloran
2019-09-05powerpc/eeh: Check slot presence state in eeh_handle_normal_event()Oliver O'Halloran
2019-09-05powerpc/eeh: Make permanently failed devices non-actionableOliver O'Halloran
2019-09-05powerpc/eeh: Fix race when freeing PDNsOliver O'Halloran
2019-09-05powerpc/eeh: Clean up EEH PEs after recovery finishesOliver O'Halloran
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada
2019-09-04powerpc/tm: Fix restoring FP/VMX facility incorrectly on interruptsGustavo Romero
2019-09-04powerpc/tm: Fix FP/VMX unavailable exceptions inside a transactionGustavo Romero
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig
2019-08-30powerpc/64s/exception: reduce page fault unnecessary loadsNicholas Piggin
2019-08-30powerpc/64s/exception: Remove pointless KVM handler name bifurcationNicholas Piggin
2019-08-30powerpc/64s/exception: program check handler do not branch into a macroNicholas Piggin
2019-08-30powerpc/64s/exception: move interrupt entry code above the common handlerNicholas Piggin
2019-08-30powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile optionsNicholas Piggin
2019-08-30powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 into callerNicholas Piggin
2019-08-30powerpc/64s/exception: Expand EXCEPTION_COMMON macro into callerNicholas Piggin
2019-08-30powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception ...Nicholas Piggin
2019-08-30powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3Nicholas Piggin
2019-08-30powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macrosNicholas Piggin
2019-08-30powerpc/64s/exception: Add INT_KVM_HANDLER gas macroNicholas Piggin
2019-08-30powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSINicholas Piggin
2019-08-30powerpc/64s/exception: Add the virt variant of the denorm interrupt handlerNicholas Piggin
2019-08-30powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2Nicholas Piggin
2019-08-30powerpc/64s/exceptions: Use keyword params to shorten arg listsMichael Ellerman
2019-08-30powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macroNicholas Piggin
2019-08-30powerpc/64s/exception: remove 0xb00 handlerNicholas Piggin
2019-08-30powerpc/64s/exception: Fix performance monitor virt handlerNicholas Piggin
2019-08-30powerpc/64s/exception: Add EXC_HV_OR_STD, which selects HSRR if HVMODENicholas Piggin
2019-08-30powerpc/64s/exception: move head-64.h exception code to exception-64s.SNicholas Piggin
2019-08-30powerpc/64s/exception: Fix DAR load for handle_page_fault error caseNicholas Piggin