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