Age | Commit message (Expand) | Author |
2019-08-30 | powerpc/64s/exception: reduce page fault unnecessary loads | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: Remove pointless KVM handler name bifurcation | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: program check handler do not branch into a macro | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: move interrupt entry code above the common handler | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile options | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 into caller | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: Expand EXCEPTION_COMMON macro into caller | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception ... | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3 | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macros | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: Add INT_KVM_HANDLER gas macro | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSI | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: Add the virt variant of the denorm interrupt handler | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2 | Nicholas Piggin |
2019-08-30 | powerpc/64s/exceptions: Use keyword params to shorten arg lists | Michael Ellerman |
2019-08-30 | powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macro | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: remove 0xb00 handler | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: Fix performance monitor virt handler | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: Add EXC_HV_OR_STD, which selects HSRR if HVMODE | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: move head-64.h exception code to exception-64s.S | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: Fix DAR load for handle_page_fault error case | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check improve labels and comments | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: untangle early machine check handler branch | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check move unrecoverable handling out of line | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: simplify machine check early path | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check move tramp code | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check restructure to reuse common macros | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check pseries should skip the late handler for... | Nicholas Piggin |
2019-08-30 | powerpc/64s/pseries: machine check convert to use common event code | Nicholas Piggin |
2019-08-30 | powerpc/64s/powernv: machine check dump SLB contents | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check use correct cfar for late handler | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check remove machine_check_pSeries_0 branch | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check pseries should always run the early handler | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check adjust RFI target | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check fix KVM guest test | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check remove bitrotted comment | Nicholas Piggin |
2019-08-30 | powerpc/64s/exception: machine check fwnmi remove HV case | Nicholas Piggin |
2019-08-30 | powerpc/configs: Enable secure guest support in pseries and ppc64 defconfigs | Ryan Grimm |
2019-08-30 | powerpc/pseries/svm: Force SWIOTLB for secure guests | Anshuman Khandual |
2019-08-30 | powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests | Thiago Jung Bauermann |
2019-08-30 | powerpc/pseries/svm: Disable doorbells in SVM guests | Sukadev Bhattiprolu |
2019-08-30 | powerpc/pseries/svm: Export guest SVM status to user space via sysfs | Ryan Grimm |
2019-08-30 | powerpc/pseries/svm: Unshare all pages before kexecing a new kernel | Ram Pai |
2019-08-30 | powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL) | Anshuman Khandual |
2019-08-30 | powerpc/pseries/svm: Use shared memory for LPPACA structures | Anshuman Khandual |
2019-08-30 | powerpc/pseries: Add and use LPPACA_SIZE constant | Thiago Jung Bauermann |
2019-08-30 | powerpc: Introduce the MSR_S bit | Sukadev Bhattiprolu |
2019-08-30 | powerpc/pseries/svm: Add helpers for UV_SHARE_PAGE and UV_UNSHARE_PAGE | Ram Pai |
2019-08-30 | powerpc/prom_init: Add the ESM call to prom_init | Ram Pai |
2019-08-30 | powerpc: Add support for adding an ESM blob to the zImage wrapper | Benjamin Herrenschmidt |