]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2014-11-19 Nadav AmitKVM: x86: Stack size is overridden by __linearize
2014-11-19 Nadav AmitKVM: x86: Revert NoBigReal patch in the emulator
2014-11-18 Tiejun Chenkvm: x86: vmx: remove MMIO_MAX_GEN
2014-11-18 Tiejun Chenkvm: x86: vmx: cleanup handle_ept_violation
2014-11-17 Nadav AmitKVM: x86: Fix lost interrupt on irr_pending race
2014-11-17 Paolo BonziniKVM: compute correct map even if all APICs are software...
2014-11-17 Nadav AmitKVM: x86: Software disabled APIC should still deliver...
2014-11-17 Paolo Bonzinikvm: simplify update_memslots invocation
2014-11-17 Paolo Bonzinikvm: commonize allocation of the new memory slots
2014-11-14 Paolo Bonzinikvm: memslots: track id_to_index changes during the...
2014-11-14 Igor Mammedovkvm: memslots: replace heap sort with an insertion...
2014-11-14 Igor Mammedovkvm: x86: increase user memory slots to 509
2014-11-13 Chris J Argeskvm: svm: move WARN_ON in svm_adjust_tsc_offset
2014-11-12 Andy Lutomirskix86, kvm, vmx: Don't set LOAD_IA32_EFER when host and...
2014-11-12 Andy Lutomirskix86, kvm, vmx: Always use LOAD_IA32_EFER if available
2014-11-10 Paolo BonziniKVM: x86: fix warning on 32-bit compilation
2014-11-08 David Matlackkvm: x86: add trace event for pvclock updates
2014-11-08 Owen Hofmannkvm: x86: Fix kvm clock versioning.
2014-11-08 Nadav AmitKVM: x86: MOVNTI emulation min opsize is not respected
2014-11-08 Marcelo TosattiKVM: x86: update masterclock values on TSC writes
2014-11-08 Nadav AmitKVM: x86: Return UNHANDLABLE on unsupported SYSENTER
2014-11-08 Nadav AmitKVM: x86: Warn on APIC base relocation
2014-11-08 Nadav AmitKVM: x86: Emulator mis-decodes VEX instructions on...
2014-11-07 Nadav AmitKVM: x86: Remove redundant and incorrect cpl check...
2014-11-07 Nadav AmitKVM: x86: Inject #GP when loading system segments with...
2014-11-07 Nadav AmitKVM: x86: Combine the lgdt and lidt emulation logic
2014-11-07 Nadav AmitKVM: x86: Do not update EFLAGS on faulting emulation
2014-11-07 Nadav AmitKVM: x86: MOV to CR3 can set bit 63
2014-11-07 Nadav AmitKVM: x86: Emulate push sreg as done in Core
2014-11-07 Nadav AmitKVM: x86: Wrong flags on CMPS and SCAS emulation
2014-11-07 Nadav AmitKVM: x86: SYSCALL cannot clear eflags[1]
2014-11-07 Nadav AmitKVM: x86: Emulation of MOV-sreg to memory uses incorrec...
2014-11-07 Nadav AmitKVM: x86: Breakpoints do not consider CS.base
2014-11-07 Nadav AmitKVM: x86: Clear DR6[0:3] on #DB during handle_dr
2014-11-07 Nadav AmitKVM: x86: Emulator should set DR6 upon GD like real CPU
2014-11-07 Nadav AmitKVM: x86: No error-code on real-mode exceptions
2014-11-07 Nadav AmitKVM: x86: decode_modrm does not regard modrm correctly
2014-11-07 Wei WangKVM: x86: reset RVI upon system reset
2014-11-07 Paolo Bonzinikvm: x86: vmx: avoid returning bool to distinguish...
2014-11-07 Tiejun Chenkvm: x86: vmx: move some vmx setting from vmx_init...
2014-11-07 Tiejun Chenkvm: x86: vmx: move down hardware_setup() and hardware_...
2014-11-07 Paolo BonziniMerge tag 'kvm-s390-next-20141107' of git://git.kernel...
2014-11-07 Dominik DingelKVM: fix vm device attribute documentation
2014-11-07 Heiko CarstensKVM: s390: fix handling of lctl[g]/stctl[g]
2014-11-07 Christian BorntraegerKVM: s390: flush CPU on load control
2014-11-07 Christian BorntraegerKVM: s390: Fix ipte locking
2014-11-03 Tiejun Chenkvm: kvmclock: use get_cpu() and put_cpu()
2014-11-03 Radim KrčmářKVM: x86: optimize some accesses to LVTT and SPIV
2014-11-03 Radim KrčmářKVM: x86: detect LVTT changes under APICv
2014-11-03 Radim KrčmářKVM: x86: detect SPIV changes under APICv
2014-11-03 Dominik DingelKVM: trivial fix comment regarding __kvm_set_memory_region
2014-11-03 Chao PengKVM: x86: Enable Intel AVX-512 for guest
2014-11-03 Michael S.... kvm: drop unsupported capabilities, fix documentation
2014-11-03 Radim KrčmářKVM: x86: fix deadline tsc interrupt injection
2014-11-03 Radim KrčmářKVM: x86: add apic_timer_expired()
2014-11-03 Tiejun ChenDocumentation: virtual: kvm: correct one bit descriptio...
2014-11-03 Nadav AmitKVM: vmx: Unavailable DR4/5 is checked before CPL
2014-11-03 Nadav AmitKVM: x86: Emulator performs code segment checks on...
2014-11-03 Nadav AmitKVM: x86: Clear DR7.LE during task-switch
2014-11-03 Nadav AmitKVM: x86: Emulator does not calculate address correctly
2014-11-03 Nadav AmitKVM: x86: DR7.GD should be cleared upon any #DB exception
2014-11-03 Nadav AmitKVM: x86: some apic broadcast modes does not work
2014-11-03 Andy Lutomirskix86,kvm,vmx: Don't trap writes to CR4.TSD
2014-11-03 Nadav AmitKVM: x86: Sysexit emulation does not mask RIP/RSP
2014-11-03 Nadav AmitKVM: x86: Distinguish between stack operation and near...
2014-11-03 Nadav AmitKVM: x86: Getting rid of grp45 in emulator
2014-11-03 Nadav AmitKVM: x86: Use new is_noncanonical_address in _linearize
2014-11-03 Paolo BonziniKVM: emulator: always inline __linearize
2014-11-03 Paolo BonziniMerge remote-tracking branch 'origin/master' into HEAD
2014-11-02 Linus TorvaldsLinux 3.18-rc3 v3.18-rc3
2014-11-02 Linus TorvaldsMerge tag 'for-linus-20141102' of git://git.infradead...
2014-11-02 Linus TorvaldsMerge tag 'scsi-for-linus' of git://git.kernel.org...
2014-11-02 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2014-11-02 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2014-11-02 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2014-11-02 Dave AirlieMerge branch 'exynos-drm-fixes' of git://git.kernel...
2014-11-02 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-11-02 Linus Torvaldsirda: stop calling sk_prot->disconnect() on connection...
2014-11-02 Andrzej Hajdadrm/exynos: correct connector->dpms field before resuming
2014-11-02 Andrzej Hajdadrm/exynos: enable vblank after DPMS on
2014-11-02 Andrzej Hajdadrm/exynos: init kms poll at the end of initialization
2014-11-02 Andrzej Hajdadrm/exynos: propagate plane initialization errors
2014-11-02 Inki Daedrm/exynos: vidi: fix build warning
2014-11-02 Andrzej Hajdadrm/exynos: remove explicit encoder/connector de-initia...
2014-11-02 Andrzej Hajdadrm/exynos: init vblank with real number of crtcs
2014-11-02 Paolo BonziniKVM: vmx: defer load of APIC access page address during...
2014-11-02 Jan KiszkaKVM: nVMX: Disable preemption while reading from shadow...
2014-11-02 Nadav AmitKVM: x86: Fix far-jump to non-canonical check
2014-11-01 Dave AirlieMerge branch 'vmwgfx-fixes-3.18' of git://people.freede...
2014-11-01 Linus TorvaldsMerge tag 'staging-3.18-rc3' of git://git.kernel.org...
2014-11-01 Linus TorvaldsMerge tag 'usb-3.18-rc3' of git://git.kernel.org/pub...
2014-11-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-11-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-11-01 Linus TorvaldsMerge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org...
2014-11-01 Linus TorvaldsMerge tag 'pci-v3.18-fixes-1' of git://git.kernel.org...
2014-11-01 Andy Lutomirskix86_64, entry: Fix out of bounds read on sysenter
2014-10-31 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git.kernel...
2014-10-31 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2014-10-31 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2014-10-31 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
next