index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_pr.c
Age
Commit message (
Expand
)
Author
2012-10-05
KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface
Paul Mackerras
2012-10-05
KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface
Paul Mackerras
2012-10-05
KVM: PPC: Book3S HV: Fix updates of vcpu->cpu
Paul Mackerras
2012-10-05
KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
Paul Mackerras
2012-10-05
KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
Paul Mackerras
2012-10-05
KVM: PPC: Add return value to core_check_requests
Alexander Graf
2012-10-05
KVM: PPC: Add return value in prepare_to_enter
Alexander Graf
2012-10-05
KVM: PPC: Move kvm_guest_enter call into generic code
Alexander Graf
2012-10-05
KVM: PPC: Book3S: PR: Rework irq disabling
Alexander Graf
2012-10-05
KVM: PPC: Consistentify vcpu exit path
Alexander Graf
2012-10-05
KVM: PPC: Book3S: PR: Indicate we're out of guest mode
Alexander Graf
2012-10-05
KVM: PPC: Exit guest context while handling exit
Alexander Graf
2012-10-05
KVM: PPC: Book3S: PR: Only do resched check once per exit
Alexander Graf
2012-10-05
KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support
Alexander Graf
2012-10-05
KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr
Alexander Graf
2012-10-05
KVM: PPC: PR: Use generic tracepoint for guest exit
Alexander Graf
2012-08-06
KVM: do not release the error page
Xiao Guangrong
2012-05-06
kvm/powerpc: Add new ioctl to retreive server MMU infos
Benjamin Herrenschmidt
2012-05-06
kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM
Benjamin Herrenschmidt
2012-05-06
KVM: PPC: Book3S: Enable IRQs during exit handling
Alexander Graf
2012-04-08
powerpc/kvm: Fix magic page vs. 32-bit RTAS on ppc64
Benjamin Herrenschmidt
2012-04-08
KVM: PPC: Ignore unhalt request from kvm_vcpu_block
Alexander Graf
2012-04-08
KVM: PPC: Book3s: PR: Add HV traps so we can run in HV=1 mode on p7
Alexander Graf
2012-04-08
KVM: PPC: Pass EA to updating emulation ops
Alexander Graf
2012-04-03
KVM: PPC: Book3S: PR: Fix preemption
Alexander Graf
2012-04-03
KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access code
Alexander Graf
2012-04-02
powerpc/kvm: Fallout from system.h disintegration
Benjamin Herrenschmidt
2012-03-28
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-03-20
powerpc: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-05
KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
Paul Mackerras
2012-03-05
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
2012-03-05
KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
Paul Mackerras
2012-03-05
KVM: PPC: Book3S: PR: Fix signal check race
Alexander Graf
2012-03-05
KVM: PPC: Use get/set for to_svcpu to help preemption
Alexander Graf
2012-03-05
KVM: PPC: Book3s: PR: No irq_disable in vcpu_run
Alexander Graf
2012-03-05
KVM: PPC: Book3s: PR: Disable preemption in vcpu_run
Alexander Graf
2012-03-05
KVM: PPC: Move prepare_to_enter call site into subarch code
Scott Wood
2012-03-05
KVM: PPC: Rename deliver_interrupts to prepare_to_enter
Scott Wood
2011-12-26
KVM: PPC: protect use of kvmppc_h_pr
Andreas Schwab
2011-11-17
Revert "KVM: PPC: Add support for explicit HIOR setting"
Alexander Graf
2011-10-31
powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-09-25
KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode
Paul Mackerras
2011-09-25
KVM: PPC: Add sanity checking to vcpu_run
Alexander Graf
2011-09-25
KVM: PPC: Support SC1 hypercalls for PAPR in PR mode
Alexander Graf
2011-09-25
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
2011-07-12
KVM: PPC: Move guest enter/exit down into subarch-specific code
Paul Mackerras
2011-07-12
KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down
Paul Mackerras
2011-07-12
KVM: PPC: Split out code from book3s.c into book3s_pr.c
Paul Mackerras