Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
398a76c677a2612c1b03a8d20fbf116e3778ebec
/
arch
/
powerpc
/
kvm
/
book3s_hv.c
398a76c
KVM: PPC: Add devname:kvm aliases for modules
by Alexander Graf
· 11 years ago
27025a6
powerpc: kvm: optimize "sc 1" as fast return
by Liu Ping Fan
· 11 years ago
a78b55d
kvm: powerpc: book3s: drop is_hv_enabled
by Aneesh Kumar K.V
· 11 years ago
cbbc58d
kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
by Aneesh Kumar K.V
· 11 years ago
2ba9f0d
kvm: powerpc: book3s: Support building HV and PR KVM as module
by Aneesh Kumar K.V
· 11 years ago
699cc87
kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
by Aneesh Kumar K.V
· 11 years ago
3a167bea
kvm: powerpc: Add kvmppc_ops callback
by Aneesh Kumar K.V
· 11 years ago
f1378b1
kvm: powerpc: book3s hv: Fix vcore leak
by Paul Mackerras
· 11 years ago
f3271d4
KVM: PPC: Book3S HV: Don't crash host on unknown guest interrupt
by Paul Mackerras
· 11 years ago
388cc6e
KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
by Paul Mackerras
· 11 years ago
4b8473c
KVM: PPC: Book3S HV: Add support for guest Program Priority Register
by Paul Mackerras
· 11 years ago
a0144e2
KVM: PPC: Book3S HV: Store LPCR value for each virtual core
by Paul Mackerras
· 11 years ago
42d7604
KVM: PPC: Book3S HV: Implement H_CONFER
by Paul Mackerras
· 11 years ago
93b0f4d
KVM: PPC: Book3S HV: Implement timebase offset for guests
by Paul Mackerras
· 11 years ago
1494178
KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
by Paul Mackerras
· 11 years ago
39eda2a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 11 years ago
a9f6cf9
Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into queue
by Gleb Natapov
· 11 years ago
5d226ae
arch: powerpc: kvm: add signed type cast for comparation
by Chen Gang
· 11 years ago
3f1f431
Merge branch 'merge' into next
by Benjamin Herrenschmidt
· 11 years ago
2f84d5e
ppc: kvm: use anon_inode_getfd() with O_CLOEXEC flag
by Yann Droneaud
· 11 years ago
8791644
powerpc/kvm: Copy the pvr value after memset
by Aneesh Kumar K.V
· 11 years ago
f13c13a
powerpc: Stop using non-architected shared_proc field in lppaca
by Anton Blanchard
· 11 years ago
2fb1067
powerpc/kvm: Add signed type cast for comparation
by Chen Gang
· 11 years ago
6c45b81
powerpc/kvm: Contiguous memory allocator based RMA allocation
by Aneesh Kumar K.V
· 12 years ago
505d642
powerpc,kvm: fix imbalance srcu_read_[un]lock()
by Lai Jiangshan
· 12 years ago
8e44ddc
powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulation
by Paul Mackerras
· 12 years ago
01227a8
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
5a148af
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
b1022fb
powerpc: Decode the pte-lp-encoding bits correctly.
by Aneesh Kumar K.V
· 12 years ago
4619ac8
KVM: PPC: Book3S HV: Improve real-mode handling of external interrupts
by Paul Mackerras
· 12 years ago
54695c3
KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM
by Benjamin Herrenschmidt
· 12 years ago
bc5ad3f
KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
by Benjamin Herrenschmidt
· 12 years ago
8e591cb
KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
by Michael Ellerman
· 12 years ago
c35635e
KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map
by Paul Mackerras
· 12 years ago
75ef9de
constify a bunch of struct file_operations instances
by Al Viro
· 12 years ago
8482644
KVM: set_memory_region: Refactor commit_memory_region()
by Takuya Yoshikawa
· 12 years ago
bbacc0c
KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS
by Alex Williamson
· 12 years ago
b4072df
KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking
by Paul Mackerras
· 12 years ago
1b400ba
KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations
by Paul Mackerras
· 12 years ago
a293292
KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT
by Paul Mackerras
· 12 years ago
0588000
Merge commit 'origin/queue' into for-queue
by Alexander Graf
· 12 years ago
9f8c8c7
KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0
by Paul Mackerras
· 12 years ago
c7b6767
KVM: PPC: Book3S HV: Fix accounting of stolen time
by Paul Mackerras
· 12 years ago
8455d79
KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
by Paul Mackerras
· 12 years ago
2f12f03
KVM: PPC: Book3S HV: Fixes for late-joining threads
by Paul Mackerras
· 12 years ago
913d3ff9a
KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
by Paul Mackerras
· 12 years ago
7b444c6
KVM: PPC: Book3S HV: Fix some races in starting secondary threads
by Paul Mackerras
· 12 years ago
512691d
KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
by Paul Mackerras
· 12 years ago
19bf7f8
Merge remote-tracking branch 'master' into queue
by Marcelo Tosatti
· 12 years ago
314e51b
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
by Konstantin Khlebnikov
· 12 years ago
55b665b
KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas
by Paul Mackerras
· 12 years ago
a8bd19e
KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface
by Paul Mackerras
· 12 years ago
a136a8b
KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface
by Paul Mackerras
· 12 years ago
964ee98
KVM: PPC: Book3S HV: Remove bogus update of physical thread IDs
by Paul Mackerras
· 12 years ago
dfe49db
KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
by Paul Mackerras
· 12 years ago
a66b48c
KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
by Paul Mackerras
· 12 years ago
2c9097e
KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots
by Paul Mackerras
· 12 years ago
5fecc9d
Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
081f323
KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_page
by Paul Mackerras
· 13 years ago
32fad28
KVM: PPC: Book3S HV: Make the guest hash table size configurable
by Paul Mackerras
· 13 years ago
07acfc2
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
de6c0b0
KVM: PPC: Book3S HV: Fix refcounting of hugepages
by David Gibson
· 13 years ago
54771e6
KVM: PPC: Emulator: clean up SPR reads and writes
by Alexander Graf
· 13 years ago
5b74716
kvm/powerpc: Add new ioctl to retreive server MMU infos
by Benjamin Herrenschmidt
· 13 years ago
f31e65e
kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM
by Benjamin Herrenschmidt
· 13 years ago
0456ec4
KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace log
by Paul Mackerras
· 13 years ago
2e25aa5
KVM: PPC: Book3S HV: Make virtual processor area registration more robust
by Paul Mackerras
· 13 years ago
f0888f7
KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIs
by Paul Mackerras
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
ae3a197
Disintegrate asm/system.h for PowerPC
by David Howells
· 13 years ago
9cc815e
arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice
by Danny Kukawka
· 13 years ago
b4e7061
KVM: PPC: Convert RMA allocation into generic code
by Alexander Graf
· 13 years ago
31f3438
KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
by Paul Mackerras
· 13 years ago
6b75e6b
KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs
by Sasha Levin
· 13 years ago
82ed361
KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
by Paul Mackerras
· 13 years ago
342d3db
KVM: PPC: Implement MMU notifiers for Book3S HV guests
by Paul Mackerras
· 13 years ago
697d389
KVM: PPC: Implement MMIO emulation support for Book3S HV guests
by Paul Mackerras
· 13 years ago
da9d1d7
KVM: PPC: Allow use of small pages to back Book3S HV guests
by Paul Mackerras
· 13 years ago
c77162d
KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
by Paul Mackerras
· 13 years ago
93e6024
KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
by Paul Mackerras
· 13 years ago
b2b2f16
KVM: PPC: Keep page physical addresses in per-slot arrays
by Paul Mackerras
· 13 years ago
25051b5a
KVM: PPC: Move prepare_to_enter call site into subarch code
by Scott Wood
· 13 years ago
7e28e60e
KVM: PPC: Rename deliver_interrupts to prepare_to_enter
by Scott Wood
· 13 years ago
ed7e3d1
arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice
by Danny Kukawka
· 13 years ago
251da03
KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N
by Michael Neuling
· 13 years ago
de1d924
powerpc: Add hvcall.h include to book3s_hv.c
by Michael Neuling
· 13 years ago
66b15db
powerpc: add export.h to files making use of EXPORT_SYMBOL
by Paul Gortmaker
· 14 years ago
19ccb76
KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code
by Paul Mackerras
· 13 years ago
af8f38b
KVM: PPC: Add sanity checking to vcpu_run
by Alexander Graf
· 13 years ago
9e368f2
KVM: PPC: book3s_hv: Add support for PPC970-family processors
by Paul Mackerras
· 14 years ago
969391c
powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits
by Paul Mackerras
· 14 years ago
aa04b4c
KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
by Paul Mackerras
· 14 years ago
371fefd
KVM: PPC: Allow book3s_hv guests to use SMT processor modes
by Paul Mackerras
· 14 years ago
54738c0
KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode
by David Gibson
· 14 years ago
a8606e2
KVM: PPC: Handle some PAPR hcalls in the kernel
by Paul Mackerras
· 14 years ago
de56a94
KVM: PPC: Add support for Book3S processors in hypervisor mode
by Paul Mackerras
· 14 years ago