index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
kvm_ppc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct
Suraj Jitindar Singh
1
-0
/
+4
2018-12-17
KVM: PPC: Pass change type down to memslot commit function
Bharata B Rao
1
-2
/
+4
2018-10-09
KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
Paul Mackerras
1
-0
/
+1
2018-10-09
KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
Paul Mackerras
1
-0
/
+2
2018-10-09
KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
Paul Mackerras
1
-0
/
+1
2018-10-09
KVM: PPC: Remove redundand permission bits removal
Alexey Kardashevskiy
1
-1
/
+1
2018-10-09
KVM: PPC: Validate TCEs against preregistered memory page sizes
Alexey Kardashevskiy
1
-2
/
+0
2018-05-22
KVM: PPC: Reimplement LOAD_VMX/STORE_VMX instruction mmio emulation with anal...
Simon Guo
1
-4
/
+6
2018-05-22
KVM: PPC: Add giveup_ext() hook to PPC KVM ops
Simon Guo
1
-0
/
+1
2018-05-22
KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana...
Simon Guo
1
-3
/
+3
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
1
-4
/
+4
2018-03-19
KVM: PPC: Remove unused kvm_unmap_hva callback
Paul Mackerras
1
-1
/
+0
2018-02-11
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+4
2018-02-09
KVM: PPC: Book3S: Add MMIO emulation for VMX instructions
Jose Ricardo Ziviani
1
-0
/
+4
2018-01-19
powerpc/64: Rename soft_enabled to irq_soft_mask
Madhavan Srinivasan
1
-1
/
+1
2018-01-19
powerpc/64: Move set_soft_enabled() and rename
Madhavan Srinivasan
1
-1
/
+1
2018-01-19
powerpc/64: Add #defines for paca->soft_enabled flags
Madhavan Srinivasan
1
-1
/
+1
2017-11-23
KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts
Paul Mackerras
1
-0
/
+1
2017-11-01
KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
Paul Mackerras
1
-0
/
+3
2017-06-19
KVM: PPC: Book3S HV: Allow userspace to set the desired SMT mode
Paul Mackerras
1
-0
/
+2
2017-04-28
Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next
Paul Mackerras
1
-9
/
+75
2017-04-27
KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller
Benjamin Herrenschmidt
1
-0
/
+74
2017-04-20
KVM: PPC: VFIO: Add in-kernel acceleration for VFIO
Alexey Kardashevskiy
1
-0
/
+4
2017-04-20
KVM: PPC: iommu: Unify TCE checking
Alexey Kardashevskiy
1
-2
/
+4
2017-04-20
KVM: PPC: Pass kvm* to kvmppc_find_table()
Alexey Kardashevskiy
1
-1
/
+1
2017-04-20
KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructions
Bin Lu
1
-0
/
+7
2017-04-20
KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interrupts
Paul Mackerras
1
-0
/
+3
2017-04-10
powerpc: Consolidate variants of real-mode MMIOs
Benjamin Herrenschmidt
1
-1
/
+1
2017-04-10
powerpc/kvm: Remove obsolete kvm_vm_ioctl_xics_irq declaration
Benjamin Herrenschmidt
1
-4
/
+0
2017-04-10
powerpc/kvm: Make kvmppc_xics_create_icp static
Benjamin Herrenschmidt
1
-4
/
+0
2017-01-31
KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementation
David Gibson
1
-0
/
+4
2017-01-31
KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
David Gibson
1
-1
/
+1
2017-01-31
KVM: PPC: Book3S HV: Split HPT allocation from activation
David Gibson
1
-2
/
+3
2017-01-31
KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarity
David Gibson
1
-2
/
+2
2017-01-31
KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
Paul Mackerras
1
-0
/
+2
2016-12-01
KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h
Paul Mackerras
1
-0
/
+42
2016-11-24
KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9
Paul Mackerras
1
-3
/
+4
2016-09-12
KVM: PPC: Book3S HV: Set server for passed-through interrupts
Paul Mackerras
1
-0
/
+4
2016-09-12
KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
Suresh Warrier
1
-1
/
+1
2016-09-12
KVM: PPC: Book3S HV: Complete passthrough interrupt in host
Suresh Warrier
1
-0
/
+3
2016-09-12
KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
Suresh Warrier
1
-0
/
+3
2016-09-09
KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmap
Suresh Warrier
1
-0
/
+14
2016-09-09
KVM: PPC: select IRQ_BYPASS_MANAGER
Suresh Warrier
1
-0
/
+4
2016-03-02
KVM: PPC: Add support for 64bit TCE windows
Alexey Kardashevskiy
1
-1
/
+1
2016-02-29
KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection
Suresh E. Warrier
1
-0
/
+1
2016-02-29
KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM
Suresh Warrier
1
-0
/
+1
2016-02-29
KVM: PPC: Book3S HV: Host-side RM data structures
Suresh Warrier
1
-0
/
+31
2016-02-16
KVM: PPC: Add support for multiple-TCE hcalls
Alexey Kardashevskiy
1
-0
/
+12
2016-02-16
KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers
Alexey Kardashevskiy
1
-0
/
+4
[next]