]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/shortlog
mirror_ubuntu-bionic-kernel.git
2015-01-26 Nadav AmitKVM: x86: IRET emulation does not clear NMI masking
2015-01-26 Nadav AmitKVM: x86: Wrong operand size for far ret
2015-01-26 Nadav AmitKVM: x86: Dirty the dest op page on cmpxchg emulation
2015-01-23 Paolo BonziniMerge tag 'kvm-s390-next-20150122' of git://git.kernel...
2015-01-23 Paolo BonziniMerge tag 'kvm-arm-for-3.20' of git://git.kernel.org...
2015-01-23 Jens FreimannKVM: s390: remove redundant setting of interrupt type
2015-01-23 Jens FreimannKVM: s390: fix bug in interrupt parameter check
2015-01-23 David HildenbrandKVM: s390: avoid memory leaks if __inject_vm() fails
2015-01-23 Tony KrowiakKVM: s390/cpacf: Enable/disable protected key functions...
2015-01-23 Jason J. HerneKVM: s390: Provide guest TOD Clock Get/Set Controls
2015-01-23 Jens FreimannKVM: s390: trace correct values for set prefix and...
2015-01-23 Jens FreimannKVM: s390: fix bug in sigp emergency signal injection
2015-01-23 Thomas HuthKVM: s390: Take addressing mode into account for MVPG...
2015-01-23 Christian BorntraegerKVM: s390: no need to hold the kvm->mutex for floating...
2015-01-23 David HildenbrandKVM: s390: forward most SIGP orders to user space
2015-01-23 David HildenbrandKVM: s390: clear the pfault queue if user space sets...
2015-01-23 David HildenbrandKVM: s390: only one external call may be pending at...
2015-01-23 David Hildenbrands390/sclp: introduce check for the SIGP Interpretation...
2015-01-23 David HildenbrandKVM: s390: SIGP SET PREFIX cleanup
2015-01-23 David HildenbrandKVM: s390: a VCPU may only stop when no interrupts...
2015-01-23 David HildenbrandKVM: s390: handle stop irqs without action_bits
2015-01-23 David HildenbrandKVM: s390: new parameter for SIGP STOP irqs
2015-01-23 David HildenbrandKVM: s390: forward hrtimer if guest ckc not pending yet
2015-01-23 David HildenbrandKVM: s390: base hrtimer on a monotonic clock
2015-01-23 David HildenbrandKVM: s390: prevent sleep duration underflows in handle_...
2015-01-23 Dominik DingelKVM: s390: Allow userspace to limit guest memory size
2015-01-23 Dominik DingelKVM: s390: move vcpu specific initalization to a later...
2015-01-23 Christian BorntraegerKVM: s390: make local function static
2015-01-23 Dominik DingelKVM: remove unneeded return value of vcpu_postcreate
2015-01-23 Paolo BonziniMerge branch 'arm64/common-esr-macros' of git://git...
2015-01-23 Christoffer... KVM: Remove unused config symbol
2015-01-23 Christoffer... arm/arm64: KVM: Fixup incorrect config symbol in comment
2015-01-21 Borislav Petkovkvm: Fix CR3_PCID_INVD type on 32-bit
2015-01-20 Marcelo TosattiKVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclo...
2015-01-20 Fengguang WuKVM: fix "Should it be static?" warnings from sparse
2015-01-20 Andre Przywaraarm/arm64: KVM: force alignment of VGIC dist/CPU/redist...
2015-01-20 Andre Przywaraarm/arm64: KVM: allow userland to request a virtual...
2015-01-20 Andre Przywaraarm/arm64: KVM: enable kernel side of GICv3 emulation
2015-01-20 Andre Przywaraarm64: KVM: add SGI generation register emulation
2015-01-20 Andre Przywaraarm64: GICv3: introduce symbolic names for GICv3 ICC_SG...
2015-01-20 Andre Przywaraarm/arm64: KVM: add virtual GICv3 distributor emulation
2015-01-20 Andre Przywaraarm/arm64: KVM: add opaque private pointer to MMIO...
2015-01-20 Andre Przywaraarm/arm64: KVM: split GICv2 specific emulation code...
2015-01-20 Andre Przywaraarm/arm64: KVM: add vgic.h header file
2015-01-20 Andre Przywaraarm/arm64: KVM: refactor/wrap vgic_set/get_attr()
2015-01-20 Andre Przywaraarm/arm64: KVM: refactor MMIO accessors
2015-01-20 Andre Przywaraarm/arm64: KVM: make the value of ICC_SRE_EL1 a per...
2015-01-20 Andre Przywaraarm/arm64: KVM: make the maximum number of vCPUs a...
2015-01-20 Andre Przywaraarm/arm64: KVM: dont rely on a valid GICH base address
2015-01-20 Andre Przywaraarm/arm64: KVM: move kvm_register_device_ops() into...
2015-01-20 Andre Przywaraarm/arm64: KVM: introduce per-VM ops
2015-01-20 Andre Przywaraarm/arm64: KVM: wrap 64 bit MMIO accesses with two...
2015-01-20 Andre Przywaraarm/arm64: KVM: refactor vgic_handle_mmio() function
2015-01-20 Andre Przywaraarm/arm64: KVM: pass down user space provided GIC type...
2015-01-20 Andre Przywaraarm/arm64: KVM: rework MPIDR assignment and add accessors
2015-01-19 Kai HuangOptimize TLB flush in kvm_mmu_slot_remove_write_access.
2015-01-19 Rickard Strandqvistx86: kvm: vmx: Remove some unused functions
2015-01-16 Mario SmarduchKVM: arm/arm64: Enable Dirty Page logging for ARMv8
2015-01-16 Mario SmarduchKVM: arm64: Add HYP interface to flush VM Stage 1/2...
2015-01-16 Mario SmarduchKVM: arm64: ARMv8 header changes for page logging
2015-01-16 Mario SmarduchKVM: arm: page logging 2nd stage fault handling
2015-01-16 Mario SmarduchKVM: arm: dirty logging write protect support
2015-01-16 Mario SmarduchKVM: arm: Add initial dirty page locking support
2015-01-16 Mario SmarduchKVM: arm: Add ARMv7 API to flush TLBs
2015-01-16 Paolo BonziniKVM: x86: switch to kvm_get_dirty_log_protect
2015-01-16 Mario SmarduchKVM: Add generic support for dirty page logging
2015-01-16 Mario SmarduchKVM: Add architecture-defined TLB flush support
2015-01-15 Mark Rutlandarm64: kvm: decode ESR_ELx.EC when reporting exceptions
2015-01-15 Mark Rutlandarm64: kvm: remove ESR_EL2_* macros
2015-01-15 Mark Rutlandarm64: remove ESR_EL1_* macros
2015-01-15 Mark Rutlandarm64: kvm: move to ESR_ELx macros
2015-01-15 Mark Rutlandarm64: decode ESR_ELx.EC when reporting exceptions
2015-01-15 Mark Rutlandarm64: move to ESR_ELx macros
2015-01-15 Mark Rutlandarm64: introduce common ESR_ELx_* definitions
2015-01-15 Andre PrzywaraARM: KVM: extend WFI tracepoint to differentiate betwee...
2015-01-15 Wei Huangarm/arm64: KVM: add tracing support for arm64 exit...
2015-01-11 Eric AugerKVM: arm/arm64: vgic: add init entry to VGIC KVM device
2015-01-11 Eric AugerKVM: arm/arm64: vgic: vgic_init returns -ENODEV when...
2015-01-09 Nadav AmitKVM: x86: #PF error-code on R/W operations is wrong
2015-01-09 Kai HuangKVM: x86: flush TLB when D bit is manually changed.
2015-01-09 Radim KrčmářKVM: x86: allow TSC deadline timer on all hosts
2015-01-08 Nicholas Krausekvm: x86: Remove kvm_make_request from lapic.c
2015-01-08 Nadav AmitKVM: x86: Access to LDT/GDT that wraparound is incorrect
2015-01-08 Nadav AmitKVM: x86: Do not set access bit on accessed segments
2015-01-08 Nadav AmitKVM: x86: POP [ESP] is not emulated correctly
2015-01-08 Nadav AmitKVM: x86: em_call_far should return failure result
2015-01-08 Nadav AmitKVM: x86: JMP/CALL using call- or task-gate causes...
2015-01-08 Nadav AmitKVM: x86: fnstcw and fnstsw may cause spurious exception
2015-01-08 Nadav AmitKVM: x86: pop sreg accesses only 2 bytes
2015-01-08 Paolo BonziniKVM: x86: mmu: replace assertions with MMU_WARN_ON...
2015-01-08 Paolo BonziniKVM: x86: mmu: remove ASSERT(vcpu)
2015-01-08 Paolo BonziniKVM: x86: mmu: remove argument to kvm_init_shadow_mmu...
2015-01-08 Paolo BonziniKVM: x86: mmu: do not use return to tail-call functions...
2015-01-08 Marcelo TosattiKVM: x86: add tracepoint to wait_lapic_expire
2015-01-08 Marcelo TosattiKVM: x86: add option to advance tscdeadline hrtimer...
2015-01-08 Marcelo TosattiKVM: x86: add method to test PIR bitmap vector
2015-01-08 Tiejun Chenkvm: x86: vmx: NULL out hwapic_isr_update() in case...
2015-01-08 Nicholas KrauseKVM: x86: Remove FIXMEs in emulate.c for the function...
2015-01-08 Eugene KorenevskyKVM: nVMX: consult PFEC_MASK and PFEC_MATCH when genera...
2015-01-08 Eugene KorenevskyKVM: nVMX: Improve nested msr switch checking
next