index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
kvm_book3s.h
Commit message (
Expand
)
Author
Age
...
*
Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue
Paolo Bonzini
2014-01-29
|
\
|
*
KVM: PPC: Book3S: MMIO emulation support for little endian guests
Cédric Le Goater
2014-01-27
|
*
KVM: PPC: Unify kvmppc_get_last_inst and sc
Alexander Graf
2014-01-09
|
*
KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivec
Paul Mackerras
2014-01-09
*
|
KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu
Alexander Graf
2013-12-09
|
/
*
kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
Aneesh Kumar K.V
2013-10-17
*
kvm: powerpc: Add kvmppc_ops callback
Aneesh Kumar K.V
2013-10-17
*
kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
Aneesh Kumar K.V
2013-10-17
*
kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
Aneesh Kumar K.V
2013-10-17
*
KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()
Paul Mackerras
2013-10-17
*
KVM: PPC: Book3S PR: Better handling of host-side read-only pages
Paul Mackerras
2013-10-17
*
KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
Paul Mackerras
2013-10-17
*
KVM: PPC: Book3S PR: Use 64k host pages where possible
Paul Mackerras
2013-10-17
*
KVM: PPC: Book3S PR: Allow guest to use 64k pages
Paul Mackerras
2013-10-17
*
KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
Paul Mackerras
2013-10-17
*
KVM: PPC: Book3S HV: Store LPCR value for each virtual core
Paul Mackerras
2013-10-17
*
KVM: PPC: Book3S PR: Make instruction fetch fallback work for system calls
Paul Mackerras
2013-08-28
*
KVM: PPC: Book3S PR: Allow guest to use 1TB segments
Paul Mackerras
2013-06-29
*
KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
Benjamin Herrenschmidt
2013-04-26
*
KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map
Paul Mackerras
2013-04-26
*
Added ONE_REG interface for debug instruction
Bharat Bhushan
2013-04-17
*
KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers
Paul Mackerras
2012-12-05
*
KVM: PPC: Book3S HV: Make a HPTE removal function available
Paul Mackerras
2012-12-05
*
KVM: PPC: Book3S HV: Restructure HPT entry creation code
Paul Mackerras
2012-12-05
*
Merge remote-tracking branch 'master' into queue
Marcelo Tosatti
2012-10-29
|
\
|
*
powerpc/mm: Convert virtual address to vpn
Aneesh Kumar K.V
2012-09-17
*
|
KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
Paul Mackerras
2012-10-05
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-05-24
|
\
|
*
KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
Scott Wood
2012-04-08
*
|
powerpc/kvm: Fix VSID usage in 64-bit "PR" KVM
Benjamin Herrenschmidt
2012-05-16
|
/
*
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 HV: Use the hardware referenced bit for kvm_age_hva
Paul Mackerras
2012-03-05
*
KVM: PPC: Implement MMU notifiers for Book3S HV guests
Paul Mackerras
2012-03-05
*
KVM: PPC: Implement MMIO emulation support for Book3S HV guests
Paul Mackerras
2012-03-05
*
KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
Paul Mackerras
2012-03-05
*
KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
Paul Mackerras
2012-03-05
*
KVM: PPC: Use get/set for to_svcpu to help preemption
Alexander Graf
2012-03-05
*
KVM: PPC: move compute_tlbie_rb to book3s_64 common header
Andreas Schwab
2011-12-26
*
Revert "KVM: PPC: Add support for explicit HIOR setting"
Alexander Graf
2011-11-17
*
KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode
Paul Mackerras
2011-09-25
*
KVM: PPC: Add PAPR hypercall code for PR mode
Alexander Graf
2011-09-25
*
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
2011-09-25
*
KVM: PPC: move compute_tlbie_rb to book3s common header
Alexander Graf
2011-09-25
*
KVM: PPC: Remove prog_flags
Alexander Graf
2011-07-12
*
KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
Paul Mackerras
2011-07-12
*
KVM: PPC: Add support for Book3S processors in hypervisor mode
Paul Mackerras
2011-07-12
*
KVM: PPC: Split out code from book3s.c into book3s_pr.c
Paul Mackerras
2011-07-12
*
KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s
Paul Mackerras
2011-07-12
*
KVM: PPC: Resolve real-mode handlers through function exports
Alexander Graf
2011-07-12
[prev]
[next]