summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv_rmhandlers.S
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras2013-10-171-2/+14
* KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-171-1/+11
* KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-171-2/+3
* KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield countPaul Mackerras2013-10-171-10/+10
* KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutinePaul Mackerras2013-10-171-49/+68
* KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutinePaul Mackerras2013-10-171-166/+178
* KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-171-9/+41
* KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras2013-10-171-0/+8
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-061-0/+12
|\
| * powerpc: Make rwlocks endian safeAnton Blanchard2013-08-141-0/+8
| * powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-141-0/+4
* | KVM: PPC: Book3S HV: Allow negative offsets to real-mode hcall handlersPaul Mackerras2013-07-101-1/+1
|/
* KVM: PPC: Book3S HV: Improve real-mode handling of external interruptsPaul Mackerras2013-04-261-63/+75
* KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulationBenjamin Herrenschmidt2013-04-261-5/+13
* KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt2013-04-261-16/+86
* KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras2013-04-261-0/+4
* powerpc/kvm/book3s_hv: Preserve guest CFAR register valuePaul Mackerras2013-02-151-0/+9
* KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan...Paul Mackerras2012-12-061-28/+47
* KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras2012-12-061-30/+26Star
* Merge commit 'origin/queue' into for-queueAlexander Graf2012-10-311-1/+1
|\
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2012-09-071-5/+7
| |\
| * | powerpc: Restore VDSO information on critical exception om BookEMihai Caraman2012-09-071-1/+1
* | | KVM: PPC: Book3S HV: Fix some races in starting secondary threadsPaul Mackerras2012-10-301-3/+8
| |/ |/|
* | KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE codePaul Mackerras2012-08-161-5/+7
|/
* powerpc: Add VDSO version of getcpuAnton Blanchard2012-07-111-0/+4
* powerpc: Merge VCPU_GPRMichael Neuling2012-07-101-3/+0Star
* powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling2012-07-101-110/+110
* powerpc/kvm: sldi should be sldMichael Neuling2012-07-021-1/+1
* KVM: PPC: Work around POWER7 DABR corruption problemPaul Mackerras2012-04-081-39/+54
* KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIsPaul Mackerras2012-04-081-38/+54
* KVM: PPC: Allow for read-only pages backing a Book3S HV guestPaul Mackerras2012-03-051-2/+2
* KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras2012-03-051-0/+49
* KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras2012-03-051-22/+105
* powerpc: Provide a way for KVM to indicate that NV GPR values are lostPaul Mackerras2011-12-081-0/+3
* powerpc/kvm: Fix build with older toolchainsNishanth Aravamudan2011-11-081-1/+1
* KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras2011-09-251-34/+263
* KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separatelyPaul Mackerras2011-09-251-0/+3
* powerpc/kvm: Fix build errors with older toolchainsNishanth Aravamudan2011-08-051-2/+2
* KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras2011-07-121-5/+225
* KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras2011-07-121-4/+15
* KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras2011-07-121-6/+162
* KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson2011-07-121-1/+1
* KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras2011-07-121-3/+155
* KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras2011-07-121-0/+806