]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - arch
KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kick
[mirror_ubuntu-bionic-kernel.git] / arch /
2017-05-03 Paolo BonziniRevert "KVM: Support vCPU-based gfn->hva cache"
2017-05-02 David HildenbrandKVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING
2017-04-27 Paolo BonziniMerge tag 'kvm-arm-for-v4.12' of git://git.kernel.org...
2017-04-27 Jim Mattsonkvm: nVMX: Remove superfluous VMX instruction fault...
2017-04-27 Ladi ProsekKVM: x86: fix emulation of RSM and IRET instructions
2017-04-27 Paolo BonziniKVM: mark requests that need synchronization
2017-04-27 Andrew JonesKVM: add explicit barrier to kvm_vcpu_kick
2017-04-27 Radim KrčmářKVM: mark requests that do not need a wakeup
2017-04-27 Radim KrčmářKVM: x86: always use kvm_make_request instead of set_bit
2017-04-27 Radim KrčmářKVM: add kvm_{test,clear}_request to replace {test...
2017-04-27 Paolo BonziniMerge tag 'kvm-s390-next-4.12-3' of git://git.kernel...
2017-04-26 Jason J. Hernes390: kvm: Cpu model support for msa6, msa7 and msa8
2017-04-26 Christian BorntraegerMerge branch 's390forkvm' of git://git.kernel.org/pub...
2017-04-26 Jason J. Hernes390/cpacf: Introduce kma instruction
2017-04-26 Jason J. Hernes390/cpacf: query instructions use unique parameters...
2017-04-21 Marcelo TosattiKVM: x86: remove irq disablement around KVM_SET_CLOCK...
2017-04-21 Michael S. Tsirkinkvm: better MWAIT emulation for guests
2017-04-21 Kyle HueyKVM: x86: virtualize cpuid faulting
2017-04-21 Paolo BonziniMerge tag 'kvm-s390-next-4.12-2' of git://git.kernel...
2017-04-21 Paolo BonziniMerge branch 'kvm-ppc-next' of git://git.kernel.org...
2017-04-21 Paolo BonziniMerge branch 'x86/process' of git://git.kernel.org...
2017-04-21 David HildenbrandKVM: VMX: drop vmm_exclusive module parameter
2017-04-21 Farhan AliKVM: s390: Support keyless subset guest mode
2017-04-21 Farhan Alis390/sclp: Detect KSS facility
2017-04-20 Marc ZyngierARM: KVM: Fix idmap stub entry when running Thumb-2...
2017-04-20 Marc ZyngierARM: hyp-stub: Fix Thumb-2 compilation
2017-04-20 Thomas HuthKVM: PPC: Book3S PR: Do not fail emulation with mtspr...
2017-04-20 Alexey KardashevskiyKVM: PPC: VFIO: Add in-kernel acceleration for VFIO
2017-04-20 Alexey KardashevskiyKVM: PPC: iommu: Unify TCE checking
2017-04-20 Alexey KardashevskiyKVM: PPC: Use preregistered memory API to access TCE...
2017-04-20 Alexey KardashevskiyKVM: PPC: Pass kvm* to kvmppc_find_table()
2017-04-20 Alexey KardashevskiyKVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
2017-04-20 Paul MackerrasMerge remote-tracking branch 'remotes/powerpc/topic...
2017-04-20 Alexey KardashevskiyKVM: PPC: Align the table size to system page size
2017-04-20 Alexey KardashevskiyKVM: PPC: Book3S PR: Preserve storage control bits
2017-04-20 Alexey KardashevskiyKVM: PPC: Book3S PR: Exit KVM on failed mapping
2017-04-20 Alexey KardashevskiyKVM: PPC: Book3S PR: Get rid of unused local variable
2017-04-20 Markus ElfringKVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()
2017-04-20 Markus ElfringKVM: PPC: Book3S HV: Use common error handling code...
2017-04-20 Paul MackerrasKVM: PPC: Add MMIO emulation for remaining floating...
2017-04-20 Paul MackerrasKVM: PPC: Emulation for more integer loads and stores
2017-04-20 Alexey KardashevskiyKVM: PPC: Add MMIO emulation for stdx (store doubleword...
2017-04-20 Bin LuKVM: PPC: Book3S: Add MMIO emulation for FP and VSX...
2017-04-20 Paul MackerrasKVM: PPC: Provide functions for queueing up FP/VEC...
2017-04-19 Andrew JonesKVM: arm/arm64: fix races in kvm_psci_vcpu_on
2017-04-13 Radim KrčmářKVM: nVMX: fix AD condition when handling EPT violation
2017-04-12 Ladi ProsekKVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored...
2017-04-12 Wanpeng Lix86/kvm: virt_xxx memory barriers instead of mandatory...
2017-04-12 Denis PlotnikovKVM: x86: fix maintaining of kvm_clock stability on...
2017-04-12 Denis PlotnikovKVM: x86: remaster kvm_write_tsc code
2017-04-12 David HildenbrandKVM: x86: use irqchip_kernel() to check for pic+ioapic
2017-04-12 David HildenbrandKVM: x86: simplify pic_ioport_read()
2017-04-12 David HildenbrandKVM: x86: set data directly in picdev_read()
2017-04-12 David HildenbrandKVM: x86: drop picdev_in_range()
2017-04-12 David HildenbrandKVM: x86: make kvm_pic_reset() static
2017-04-12 David HildenbrandKVM: x86: simplify pic_unlock()
2017-04-12 David HildenbrandKVM: x86: drop goto label in kvm_set_routing_entry()
2017-04-12 David HildenbrandKVM: x86: rename kvm_vcpu_request_scan_ioapic()
2017-04-12 David HildenbrandKVM: x86: directly call kvm_make_scan_ioapic_request...
2017-04-12 David HildenbrandKVM: x86: remove all-vcpu request from kvm_ioapic_init()
2017-04-12 David HildenbrandKVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pins
2017-04-12 David HildenbrandKVM: x86: push usage of slots_lock down
2017-04-12 David HildenbrandKVM: x86: don't take kvm->irq_lock when creating IRQCHIP
2017-04-12 David HildenbrandKVM: x86: convert kvm_(set|get)_ioapic() into void
2017-04-12 David HildenbrandKVM: x86: remove duplicate checks for ioapic
2017-04-12 David HildenbrandKVM: x86: use ioapic_in_kernel() to check for ioapic...
2017-04-12 David HildenbrandKVM: x86: get rid of ioapic_irqchip()
2017-04-12 David HildenbrandKVM: x86: get rid of pic_irqchip()
2017-04-12 David HildenbrandKVM: x86: check against irqchip_mode in ioapic_in_kernel()
2017-04-12 David HildenbrandKVM: x86: check against irqchip_mode in pic_in_kernel()
2017-04-12 David HildenbrandKVM: x86: check against irqchip_mode in kvm_set_routing...
2017-04-12 David HildenbrandKVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS
2017-04-12 Christian BorntraegerKVM: s390: fix stale machine check data for guarded...
2017-04-12 Christian BorntraegerKVM: s390: Fix sdnxo setting for nested guests
2017-04-11 Radim KrčmářMerge tag 'kvm-s390-next-4.12-1' of git://git.kernel...
2017-04-09 Christoffer DallMerge remote-tracking branch 'rutland/kvm/common-sysreg...
2017-04-09 Christoffer DallKVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQ
2017-04-09 Christoffer DallKVM: arm/arm64: Report PMU overflow interrupts to users...
2017-04-09 Alexander GrafKVM: arm/arm64: Support arch timers with a userspace gic
2017-04-09 Alexander GrafKVM: arm/arm64: Add ARM user space interrupt signaling ABI
2017-04-09 Marc ZyngierARM: hyp-stub: Zero r0 on successful stub handling
2017-04-09 Marc Zyngierarm64: hyp-stub: Zero x0 on successful stub handling
2017-04-09 Marc Zyngierarm64: hyp-stub/KVM: Kill __hyp_get_vectors
2017-04-09 Marc ZyngierARM: hyp-stub/KVM: Kill __hyp_get_vectors
2017-04-09 Marc ZyngierARM: decompressor: Remove __hyp_get_vectors usage
2017-04-09 Marc Zyngierarm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP...
2017-04-09 Marc Zyngierarm/arm64: KVM: Remove kvm_get_idmap_start
2017-04-09 Marc Zyngierarm/arm64: KVM: Use __hyp_reset_vectors() directly
2017-04-09 Marc ZyngierARM: KVM: Gracefully handle hyp-stubs being restored...
2017-04-09 Marc ZyngierARM: KVM: Implement HVC_SOFT_RESTART in the init code
2017-04-09 Marc ZyngierARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_r...
2017-04-09 Marc ZyngierARM: KVM: Allow the main HYP code to use the init hyp...
2017-04-09 Marc ZyngierARM: KVM: Implement HVC_GET_VECTORS in the init code
2017-04-09 Marc ZyngierARM: KVM: Implement HVC_RESET_VECTORS stub hypercall...
2017-04-09 Marc ZyngierARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
2017-04-09 Marc ZyngierARM: hyp-stub: Define a return value for failed stub...
2017-04-09 Marc ZyngierARM: Expose the VA/IDMAP offset
2017-04-09 Marc ZyngierARM: hyp-stub: Use r1 for the soft-restart address
2017-04-09 Marc ZyngierARM: Update cpu_v7_reset documentation
2017-04-09 Marc ZyngierARM: KVM: Convert KVM to use HVC_GET_VECTORS
next