index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_hv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants...
Suraj Jitindar Singh
1
-1
/
+5
2018-12-17
KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest
Suraj Jitindar Singh
1
-4
/
+8
2018-12-17
KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct
Suraj Jitindar Singh
1
-0
/
+40
2018-12-17
KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/off
Paul Mackerras
1
-0
/
+17
2018-12-17
KVM: PPC: Pass change type down to memslot commit function
Bharata B Rao
1
-1
/
+2
2018-12-14
KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch
Paul Mackerras
1
-6
/
+11
2018-11-15
KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTED
Michael Roth
1
-0
/
+1
2018-11-02
Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+1
2018-10-26
KVM: PPC: Use exported tb_to_ns() function in decrementer emulation
Paul Mackerras
1
-2
/
+1
2018-10-19
KVM: PPC: Book3S HV: Don't use streamlined entry path on early POWER9 chips
Paul Mackerras
1
-2
/
+11
2018-10-09
KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result
Paul Mackerras
1
-0
/
+4
2018-10-09
KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
Paul Mackerras
1
-9
/
+30
2018-10-09
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
1
-55
/
+776
2018-10-09
KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
Paul Mackerras
1
-4
/
+12
2018-10-09
KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
Paul Mackerras
1
-0
/
+6
2018-10-09
KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
Paul Mackerras
1
-12
/
+21
2018-10-09
KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
Suraj Jitindar Singh
1
-38
/
+63
2018-10-09
KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
Suraj Jitindar Singh
1
-0
/
+3
2018-10-09
KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
Suraj Jitindar Singh
1
-0
/
+1
2018-10-09
KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
Paul Mackerras
1
-0
/
+43
2018-10-09
KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
Paul Mackerras
1
-1
/
+6
2018-10-09
KVM: PPC: Book3S HV: Nested guest entry via hypercall
Paul Mackerras
1
-30
/
+184
2018-10-09
KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
Paul Mackerras
1
-3
/
+28
2018-10-09
KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
Suraj Jitindar Singh
1
-1
/
+7
2018-10-09
KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
Paul Mackerras
1
-2
/
+2
2018-10-09
KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
Paul Mackerras
1
-0
/
+2
2018-10-09
KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
Paul Mackerras
1
-1
/
+4
2018-10-09
KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
Paul Mackerras
1
-1
/
+432
2018-10-09
KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
Paul Mackerras
1
-9
/
+10
2018-10-09
KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
Paul Mackerras
1
-2
/
+1
2018-10-05
KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VM
Paul Mackerras
1
-0
/
+8
2018-08-24
Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+1
2018-08-21
powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
Luke Dashjr
1
-0
/
+1
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-13
/
+29
2018-08-17
Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-11
/
+0
2018-07-30
powerpc: remove unnecessary inclusion of asm/tlbflush.h
Christophe Leroy
1
-1
/
+0
2018-07-26
KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock
Paul Mackerras
1
-9
/
+8
2018-07-26
KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space
Sam Bobroff
1
-6
/
+21
2018-07-18
KVM: PPC: Book3S HV: Fix constant size warning
Nicholas Mc Guire
1
-8
/
+8
2018-07-18
KVM: PPC: Book3S HV: Add of_node_put() in success path
Nicholas Mc Guire
1
-0
/
+2
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
1
-10
/
+0
2018-06-20
sched/swait: Rename to exclusive
Peter Zijlstra
1
-3
/
+3
2018-06-14
Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-3
/
+94
2018-06-13
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+1
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+1
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+4
2018-06-01
kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-2
/
+1
2018-05-18
KVM: PPC: Book3S HV: Make radix handle process scoped LPID flush in C, with r...
Nicholas Piggin
1
-0
/
+26
2018-05-18
KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch
Simon Guo
1
-3
/
+3
[next]