Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d89c69f42bf0fe42d1f52ea9b3dca15b1ade7601
/
arch
/
powerpc
/
kvm
/
book3s_hv.c
d89c69f
KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor
by Paul Mackerras
· 5 years ago
2294568
KVM: PPC: Book3S HV: Support reset of secure guest
by Bharata B Rao
· 5 years ago
c326225
KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VM
by Bharata B Rao
· 5 years ago
ca9f494
KVM: PPC: Book3S HV: Support for running secure guests
by Bharata B Rao
· 5 years ago
55d7004
KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE mode
by Nicholas Piggin
· 5 years ago
268f4ef
KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest delivery
by Nicholas Piggin
· 5 years ago
87a45e0
KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op
by Nicholas Piggin
· 5 years ago
13c7bb3
powerpc/64s: Set reserved PCR bits
by Jordan Niethe
· 5 years ago
45824fc
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 5 years ago
2275d7b
powerpc/64s/radix: introduce options to disable use of the tlbie instruction
by Nicholas Piggin
· 5 years ago
ff42df4
KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9
by Paul Mackerras
· 5 years ago
d28eafc
KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores
by Paul Mackerras
· 5 years ago
c8b4083
KVM: PPC: Book3S HV: Save and restore guest visible PSSCR bits on pseries
by Suraj Jitindar Singh
· 6 years ago
63279ee
KVM: PPC: Book3S HV: Always save guest pmu for guest capable of nesting
by Suraj Jitindar Singh
· 6 years ago
192f0f8
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
3c25ab3
KVM: PPC: Book3S HV: Clear pending decrementer exceptions on nested guest entry
by Suraj Jitindar Singh
· 6 years ago
8695377
KVM: PPC: Book3S HV: Signed extend decrementer value if not using large decrementer
by Suraj Jitindar Singh
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
d724c9e
KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry()
by Suraj Jitindar Singh
· 6 years ago
1b28d55
KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9
by Paul Mackerras
· 6 years ago
5a3f493
KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu
by Paul Mackerras
· 6 years ago
0d4ee88
KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup
by Paul Mackerras
· 6 years ago
a878957
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 6 years ago
44b198a
KVM: PPC: Book3S HV: Save/restore vrsave register in kvmhv_p9_guest_entry()
by Suraj Jitindar Singh
· 6 years ago
70ea13f
KVM: PPC: Book3S HV: Flush TLB on secondary radix threads
by Paul Mackerras
· 6 years ago
6fabc9f
KVM: PPC: Book3S HV: smb->smp comment fixup
by Palmer Dabbelt
· 6 years ago
3309bec
KVM: PPC: Book3S HV: Fix lockdep warning when entering the guest
by Alexey Kardashevskiy
· 6 years ago
2d34d1c
KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler
by Suraj Jitindar Singh
· 6 years ago
c1fe190
powerpc: Add force enable of DAWR on P9 option
by Michael Neuling
· 6 years ago
7cb9eb1
KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit
by Suraj Jitindar Singh
· 6 years ago
54a1f39
Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-next
by Paolo Bonzini
· 6 years ago
0a0c50f
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 6 years ago
e40542a
KVM: PPC: Book3S HV: Fix build failure without IOMMU support
by Jordan Niethe
· 6 years ago
c057720
powerpc/64s: Better printing of machine check info for guest MCEs
by Paul Mackerras
· 6 years ago
884dfb7
KVM: PPC: Book3S HV: Simplify machine check handling
by Paul Mackerras
· 6 years ago
d976f68
KVM: PPC: Book3S HV: Context switch AMR on Power9
by Michael Ellerman
· 6 years ago
dee339b
KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_start
by Nir Weiner
· 6 years ago
49113d3
KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter
by Nir Weiner
· 6 years ago
7fa08e7
KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_ns
by Nir Weiner
· 6 years ago
03f9533
KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVE
by Paul Mackerras
· 6 years ago
08434ab
KVM: PPC: Book3S HV: Replace kmalloc_node+memset with kzalloc_node
by wangbo
· 6 years ago
6ff887b
KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2
by Suraj Jitindar Singh
· 6 years ago
873db2c
KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest
by Suraj Jitindar Singh
· 6 years ago
dceadcf
KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct
by Suraj Jitindar Singh
· 6 years ago
5af3e9d
KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/off
by Paul Mackerras
· 6 years ago
f032b73
KVM: PPC: Pass change type down to memslot commit function
by Bharata B Rao
· 6 years ago
234ff0b
KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch
by Paul Mackerras
· 6 years ago
6c08ec1
KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTED
by Michael Roth
· 6 years ago
b69f9e1
Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
c43befc
KVM: PPC: Use exported tb_to_ns() function in decrementer emulation
by Paul Mackerras
· 6 years ago
8d9fcac
KVM: PPC: Book3S HV: Don't use streamlined entry path on early POWER9 chips
by Paul Mackerras
· 6 years ago
901f8c3
KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result
by Paul Mackerras
· 6 years ago
aa069a9
KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
by Paul Mackerras
· 6 years ago
9d67121
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 6 years ago
de760db
KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
by Paul Mackerras
· 6 years ago
3032341
KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
by Paul Mackerras
· 6 years ago
f3c99f9
KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
by Paul Mackerras
· 6 years ago
9d0b048
KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
by Suraj Jitindar Singh
· 6 years ago
e3b6b46
KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
by Suraj Jitindar Singh
· 6 years ago
8cf531e
KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
by Suraj Jitindar Singh
· 6 years ago
4bad777
KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
by Paul Mackerras
· 6 years ago
f3c18e9
KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
by Paul Mackerras
· 6 years ago
360cae3
KVM: PPC: Book3S HV: Nested guest entry via hypercall
by Paul Mackerras
· 6 years ago
8e3f5fc
KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
by Paul Mackerras
· 6 years ago
89329c0
KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
by Suraj Jitindar Singh
· 6 years ago
fd0944b
KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
by Paul Mackerras
· 6 years ago
9a94d3e
KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
by Paul Mackerras
· 6 years ago
32eb150
KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
by Paul Mackerras
· 6 years ago
95a6432
KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
by Paul Mackerras
· 6 years ago
53655dd
KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
by Paul Mackerras
· 6 years ago
f7035ce
KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
by Paul Mackerras
· 6 years ago
aa22786
KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VM
by Paul Mackerras
· 6 years ago
aa5b105
Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
d6ee76d
powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
by Luke Dashjr
· 6 years ago
e61cf2e
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
5e2d059
Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
45ef599
powerpc: remove unnecessary inclusion of asm/tlbflush.h
by Christophe Leroy
· 7 years ago
b5c6f76
KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock
by Paul Mackerras
· 6 years ago
1e175d2
KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space
by Sam Bobroff
· 6 years ago
0abb75b
KVM: PPC: Book3S HV: Fix constant size warning
by Nicholas Mc Guire
· 7 years ago
51eaa08
KVM: PPC: Book3S HV: Add of_node_put() in success path
by Nicholas Mc Guire
· 7 years ago
2bf1071
powerpc/64s: Remove POWER9 DD1 support
by Nicholas Piggin
· 7 years ago
b3dae10
sched/swait: Rename to exclusive
by Peter Zijlstra
· 7 years ago
09027ab
Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 7 years ago
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 7 years ago
b357bf6
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
c90fca9
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
929f45e
kvm: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
9a4506e
KVM: PPC: Book3S HV: Make radix handle process scoped LPID flush in C, with relocation on
by Nicholas Piggin
· 7 years ago
173c520
KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch
by Simon Guo
· 7 years ago
7aa1584
KVM: PPC: Book3S HV: Set RWMR on POWER8 so PURR/SPURR count correctly
by Paul Mackerras
· 7 years ago
a1f1582
KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interface
by Paul Mackerras
· 7 years ago
57b8daa
KVM: PPC: Book3S HV: Snapshot timebase offset on guest entry
by Paul Mackerras
· 7 years ago
a4bc64d
powerpc64/ftrace: Disable ftrace during kvm entry/exit
by Naveen N. Rao
· 7 years ago
d8312a3
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
49a695b
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
e303c08
KVM: PPC: Book3S HV: Fix ppc_breakpoint_available compile error
by Nicholas Piggin
· 7 years ago
f437c51
Merge branch 'topic/paca' into next
by Michael Ellerman
· 7 years ago
499dcd4
powerpc/64s: Allocate LPPACAs individually
by Nicholas Piggin
· 7 years ago
Next »