index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Lines
2019-08-30
powerpc/64s/exception: Add INT_KVM_HANDLER gas macro
Nicholas Piggin
-59
/
+40
2019-08-30
powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSI
Nicholas Piggin
-6
/
+10
2019-08-30
powerpc/64s/exception: Add the virt variant of the denorm interrupt handler
Nicholas Piggin
-1
/
+5
2019-08-30
powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2
Nicholas Piggin
-78
/
+73
2019-08-30
powerpc/64s/exceptions: Use keyword params to shorten arg lists
Michael Ellerman
-60
/
+60
2019-08-30
powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macro
Nicholas Piggin
-296
/
+206
2019-08-30
powerpc/64s/exception: remove 0xb00 handler
Nicholas Piggin
-4
/
+2
2019-08-30
powerpc/64s/exception: Fix performance monitor virt handler
Nicholas Piggin
-1
/
+1
2019-08-30
powerpc/64s/exception: Add EXC_HV_OR_STD, which selects HSRR if HVMODE
Nicholas Piggin
-23
/
+79
2019-08-30
powerpc/64s/exception: move head-64.h exception code to exception-64s.S
Nicholas Piggin
-41
/
+41
2019-08-30
powerpc/64s/exception: Fix DAR load for handle_page_fault error case
Nicholas Piggin
-1
/
+1
2019-08-30
powerpc/64s/exception: machine check improve labels and comments
Nicholas Piggin
-4
/
+10
2019-08-30
powerpc/64s/exception: untangle early machine check handler branch
Nicholas Piggin
-67
/
+62
2019-08-30
powerpc/64s/exception: machine check move unrecoverable handling out of line
Nicholas Piggin
-43
/
+44
2019-08-30
powerpc/64s/exception: simplify machine check early path
Nicholas Piggin
-9
/
+22
2019-08-30
powerpc/64s/exception: machine check move tramp code
Nicholas Piggin
-11
/
+11
2019-08-30
powerpc/64s/exception: machine check restructure to reuse common macros
Nicholas Piggin
-35
/
+36
2019-08-30
powerpc/64s/exception: machine check pseries should skip the late handler for...
Nicholas Piggin
-20
/
+2
2019-08-30
powerpc/64s/pseries: machine check convert to use common event code
Nicholas Piggin
-267
/
+233
2019-08-30
powerpc/64s/powernv: machine check dump SLB contents
Nicholas Piggin
-11
/
+32
2019-08-30
powerpc/64s/exception: machine check use correct cfar for late handler
Nicholas Piggin
-0
/
+4
2019-08-30
powerpc/64s/exception: machine check remove machine_check_pSeries_0 branch
Nicholas Piggin
-13
/
+10
2019-08-30
powerpc/64s/exception: machine check pseries should always run the early handler
Nicholas Piggin
-4
/
+0
2019-08-30
powerpc/64s/exception: machine check adjust RFI target
Nicholas Piggin
-1
/
+1
2019-08-30
powerpc/64s/exception: machine check fix KVM guest test
Nicholas Piggin
-20
/
+13
2019-08-30
powerpc/64s/exception: machine check remove bitrotted comment
Nicholas Piggin
-4
/
+0
2019-08-30
powerpc/64s/exception: machine check fwnmi remove HV case
Nicholas Piggin
-2
/
+1
2019-08-30
powerpc/configs: Enable secure guest support in pseries and ppc64 defconfigs
Ryan Grimm
-0
/
+2
2019-08-30
powerpc/pseries/svm: Force SWIOTLB for secure guests
Anshuman Khandual
-0
/
+74
2019-08-30
powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests
Thiago Jung Bauermann
-1
/
+10
2019-08-30
powerpc/pseries/svm: Disable doorbells in SVM guests
Sukadev Bhattiprolu
-1
/
+2
2019-08-30
powerpc/pseries/svm: Export guest SVM status to user space via sysfs
Ryan Grimm
-0
/
+20
2019-08-30
powerpc/pseries/svm: Unshare all pages before kexecing a new kernel
Ram Pai
-0
/
+15
2019-08-30
powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL)
Anshuman Khandual
-1
/
+50
2019-08-30
powerpc/pseries/svm: Use shared memory for LPPACA structures
Anshuman Khandual
-1
/
+68
2019-08-30
powerpc/pseries: Add and use LPPACA_SIZE constant
Thiago Jung Bauermann
-5
/
+6
2019-08-30
powerpc: Introduce the MSR_S bit
Sukadev Bhattiprolu
-0
/
+3
2019-08-30
powerpc/pseries/svm: Add helpers for UV_SHARE_PAGE and UV_UNSHARE_PAGE
Ram Pai
-0
/
+12
2019-08-30
powerpc/prom_init: Add the ESM call to prom_init
Ram Pai
-0
/
+97
2019-08-30
powerpc: Add support for adding an ESM blob to the zImage wrapper
Benjamin Herrenschmidt
-3
/
+72
2019-08-30
powerpc/pseries: Introduce option to build secure virtual machines
Thiago Jung Bauermann
-2
/
+15
2019-08-30
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
-135
/
+453
2019-08-30
powerpc/powernv: Add ultravisor message log interface
Claudio Carvalho
-0
/
+50
2019-08-30
powerpc/powernv/opal-msglog: Refactor memcons code
Claudio Carvalho
-18
/
+39
2019-08-30
powerpc/kvm: Use UV_RETURN ucall to return to ultravisor
Sukadev Bhattiprolu
-6
/
+36
2019-08-30
powerpc/powernv: Access LDBAR only if ultravisor disabled
Claudio Carvalho
-2
/
+4
2019-08-30
powerpc/mm: Write to PTCR only if ultravisor disabled
Claudio Carvalho
-6
/
+21
2019-08-30
powerpc/mm: Use UV_WRITE_PATE ucall to register a PATE
Michael Anderson
-13
/
+50
2019-08-30
powerpc/powernv: Introduce FW_FEATURE_ULTRAVISOR
Claudio Carvalho
-2
/
+46
2019-08-30
powerpc/kernel: Add ucall_norets() ultravisor call handler
Claudio Carvalho
-0
/
+49
[prev]
[next]