index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_hv_rmhandlers.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2020-05-20
1
-0
/
+5
|
\
|
*
powerpc/xive: Enforce load-after-store ordering when StoreEOI is active
Cédric Le Goater
2020-05-07
1
-0
/
+5
*
|
powerpc/watchpoint: Rename current DAWR macros
Ravi Bangoria
2020-05-19
1
-9
/
+9
|
/
*
powerpc/64s/exception: Move KVM test to common code
Nicholas Piggin
2020-04-01
1
-11
/
+0
*
powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
Jordan Niethe
2020-01-26
1
-0
/
+2
*
KVM: PPC: Book3S HV: Fix regression on big endian hosts
Marcus Comstedt
2019-12-17
1
-2
/
+2
*
KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
Michael Ellerman
2019-11-14
1
-0
/
+30
*
powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_host
Jordan Niethe
2019-10-09
1
-0
/
+1
*
powerpc/64s: Set reserved PCR bits
Jordan Niethe
2019-09-21
1
-4
/
+6
*
powerpc/kvm: Use UV_RETURN ucall to return to ultravisor
Sukadev Bhattiprolu
2019-08-30
1
-6
/
+33
*
KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE device
Paul Mackerras
2019-08-16
1
-0
/
+2
*
KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interrupts
Paul Mackerras
2019-08-16
1
-13
/
+23
*
Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-06-22
1
-2
/
+13
|
\
|
*
KVM: PPC: Book3S HV: Only write DAWR[X] when handling h_set_dawr in real mode
Suraj Jitindar Singh
2019-06-18
1
-1
/
+10
|
*
KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr()
Michael Neuling
2019-06-18
1
-1
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-8
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-17
1
-53
/
+33
|
\
|
*
KVM: PPC: Book3S HV: Make sure to load LPID for radix VCPUs
Paul Mackerras
2019-05-14
1
-6
/
+0
|
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2019-04-30
1
-10
/
+13
|
|
\
|
*
|
KVM: PPC: Book3S HV: Flush TLB on secondary radix threads
Paul Mackerras
2019-04-30
1
-2
/
+4
|
*
|
KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C code
Paul Mackerras
2019-04-30
1
-34
/
+4
|
*
|
KVM: PPC: Book3S HV: Handle virtual mode in XIVE VCPU push code
Suraj Jitindar Singh
2019-04-30
1
-11
/
+25
|
*
|
KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handler
Suraj Jitindar Singh
2019-04-30
1
-1
/
+1
*
|
|
powerpc/64s: Reimplement book3s idle code in C
Nicholas Piggin
2019-04-30
1
-46
/
+72
|
|
/
|
/
|
*
|
powerpc: Add force enable of DAWR on P9 option
Michael Neuling
2019-04-20
1
-10
/
+13
|
/
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2019-02-22
1
-46
/
+20
|
\
|
*
powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
Michael Ellerman
2019-02-22
1
-9
/
+17
|
*
KVM: PPC: Book3S HV: Simplify machine check handling
Paul Mackerras
2019-02-21
1
-37
/
+3
*
|
KVM: PPC: Book3S HV: Fix build failure without IOMMU support
Jordan Niethe
2019-02-22
1
-0
/
+10
|
/
*
KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
Paul Mackerras
2018-10-09
1
-0
/
+2
*
KVM: PPC: Book3S HV: Nested guest entry via hypercall
Paul Mackerras
2018-10-09
1
-0
/
+8
*
KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
Paul Mackerras
2018-10-09
1
-2
/
+2
*
KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
Paul Mackerras
2018-10-09
1
-3
/
+92
*
KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
Paul Mackerras
2018-10-09
1
-26
/
+23
*
KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
Paul Mackerras
2018-10-09
1
-109
/
+111
*
KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
Paul Mackerras
2018-10-09
1
-164
/
+199
*
KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
Paul Mackerras
2018-10-09
1
-53
/
+17
*
KVM: PPC: Book3S: Simplify external interrupt handling
Paul Mackerras
2018-10-09
1
-2
/
+2
*
powerpc: clean inclusions of asm/feature-fixups.h
Christophe Leroy
2018-07-30
1
-0
/
+1
*
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
2018-07-30
1
-0
/
+1
*
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-07-16
1
-14
/
+2
*
Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2018-06-14
1
-241
/
+77
|
\
|
*
KVM: PPC: Book3S PR: Add C function wrapper for _kvmppc_save/restore_tm()
Simon Guo
2018-06-01
1
-3
/
+3
|
*
KVM: PPC: Book3S PR: Add guest MSR parameter for kvmppc_save_tm()/kvmppc_rest...
Simon Guo
2018-06-01
1
-12
/
+21
|
*
KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
Simon Guo
2018-05-31
1
-231
/
+0
|
*
KVM: PPC: Book3S HV: Factor fake-suspend handling out of kvmppc_save/restore_tm
Paul Mackerras
2018-05-31
1
-69
/
+126
|
*
KVM: PPC: Book3S HV: Fix kvmppc_bad_host_intr for real mode interrupts
Nicholas Piggin
2018-05-18
1
-0
/
+2
|
*
KVM: PPC: Book3S HV: Make radix handle process scoped LPID flush in C, with r...
Nicholas Piggin
2018-05-18
1
-7
/
+6
*
|
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-06-07
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
powerpc64/ftrace: Disable ftrace during kvm entry/exit
Naveen N. Rao
2018-05-03
1
-0
/
+3
[next]