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
/
virt
/
kvm
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
KVM: Move running VCPU from ARM to common code
Paolo Bonzini
4
-45
/
+7
2020-01-27
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
1
-5
/
+0
2020-01-27
KVM: arm64: Free sve_state via arm specific hook
Sean Christopherson
1
-0
/
+2
2020-01-27
KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
1
-14
/
+20
2020-01-27
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
1
-27
/
+2
2020-01-24
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
1
-1
/
+1
2020-01-24
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
1
-10
/
+11
2020-01-24
KVM: arm: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-7
/
+2
2019-12-18
Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
13
-163
/
+324
2019-12-12
KVM: arm/arm64: Properly handle faulting of device mappings
Marc Zyngier
1
-4
/
+17
2019-12-06
KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_...
Jia He
1
-9
/
+0
2019-12-06
KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vg...
Miaohe Lin
1
-15
/
+4
2019-12-06
KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest...
Miaohe Lin
1
-0
/
+1
2019-12-06
KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
Miaohe Lin
1
-2
/
+2
2019-11-08
Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next
Marc Zyngier
8
-50
/
+55
2019-11-08
KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI inj...
Marc Zyngier
1
-2
/
+2
2019-11-08
KVM: vgic-v4: Track the number of VLPIs per vcpu
Marc Zyngier
3
-0
/
+6
2019-11-07
KVM: arm/arm64: Let the timer expire in hardirq context on RT
Thomas Gleixner
1
-4
/
+4
2019-10-29
KVM: arm/arm64: vgic: Don't rely on the wrong pending table
Zenghui Yu
1
-3
/
+3
2019-10-29
KVM: arm/arm64: vgic: Fix some comments typo
Zenghui Yu
2
-2
/
+2
2019-10-28
KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
Marc Zyngier
5
-39
/
+38
2019-10-24
Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...
Marc Zyngier
4
-82
/
+215
2019-10-21
KVM: arm64: Provide VCPU attributes for stolen time
Steven Price
1
-0
/
+59
2019-10-21
KVM: arm64: Support stolen time reporting via shared structure
Steven Price
3
-0
/
+69
2019-10-21
KVM: arm64: Implement PV_TIME_FEATURES call
Steven Price
2
-1
/
+27
2019-10-21
KVM: arm/arm64: Factor out hypercall handling from PSCI code
Christoffer Dall
2
-82
/
+61
2019-10-21
KVM: arm/arm64: Allow user injection of external data aborts
Christoffer Dall
1
-0
/
+1
2019-10-21
KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace
Christoffer Dall
2
-1
/
+29
2019-10-20
KVM: arm64: pmu: Reset sample period on overflow handling
Marc Zyngier
1
-0
/
+20
2019-10-20
KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event
Marc Zyngier
1
-3
/
+3
2019-10-20
KVM: arm64: pmu: Fix cycle counter truncation
Marc Zyngier
1
-10
/
+12
2019-10-03
Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-1
/
+1
2019-09-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-81
/
+302
2019-09-11
KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH
Zenghui Yu
1
-1
/
+1
2019-09-09
KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE
Marc Zyngier
1
-0
/
+2
2019-08-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
4
-2
/
+33
2019-08-28
KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WI
Marc Zyngier
3
-2
/
+26
2019-08-27
KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is long
Heyi Guo
1
-0
/
+7
2019-08-25
KVM: arm/arm64: vgic: Use a single IO device per redistributor
Eric Auger
2
-58
/
+24
2019-08-25
KVM: arm/arm64: vgic: Remove spurious semicolons
Marc Zyngier
1
-1
/
+1
2019-08-24
Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kern...
Will Deacon
2
-10
/
+27
2019-08-23
KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity
Andre Przywara
1
-10
/
+20
2019-08-22
KVM: arm/arm64: Only skip MMIO insn once
Andrew Jones
1
-0
/
+7
2019-08-18
KVM: arm/arm64: vgic: Make function comments match function declarations
Alexandru Elisei
2
-6
/
+8
2019-08-18
KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic
Marc Zyngier
1
-6
/
+30
2019-08-18
KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection
Marc Zyngier
2
-0
/
+37
2019-08-18
KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation
Marc Zyngier
1
-0
/
+86
2019-08-18
KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on vgic teardown
Marc Zyngier
1
-0
/
+2
2019-08-18
KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on ITS disable
Marc Zyngier
1
-0
/
+2
2019-08-18
KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIs
Marc Zyngier
1
-1
/
+3
[next]