]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2014-12-04 Nadav AmitKVM: x86: Fix reserved x2apic registers
2014-12-04 Nadav AmitKVM: x86: Generate #UD when memory operand is required
2014-12-03 Paolo BonziniMerge tag 'kvm-s390-next-20141128' of git://git.kernel...
2014-11-28 Jens FreimannKVM: s390: allow injecting all kinds of machine checks
2014-11-28 Jens FreimannKVM: s390: handle pending local interrupts via bitmap
2014-11-28 Jens FreimannKVM: s390: add bitmap for handling cpu-local interrupts
2014-11-28 Jens FreimannKVM: s390: refactor interrupt delivery code
2014-11-28 Jens FreimannKVM: s390: add defines for virtio and pfault interrupt...
2014-11-28 David HildenbrandKVM: s390: external param not valid for cpu timer and ckc
2014-11-28 Jens FreimannKVM: s390: refactor interrupt injection code
2014-11-28 Jason J. HerneKVM: S390: Create helper function get_guest_storage_key
2014-11-28 Christian BorntraegerKVM: s390: trigger the right CPU exit for floating...
2014-11-28 Thomas HuthKVM: s390: Fix rewinding of the PSW pointing to an...
2014-11-28 Thomas HuthKVM: s390: Small fixes for the PFMF handler
2014-11-24 Paolo Bonzinikvm: x86: avoid warning about potential shift wrapping bug
2014-11-24 Paolo BonziniKVM: x86: move device assignment out of kvm_host.h
2014-11-23 Paolo Bonzinikvm: x86: mask out XSAVES
2014-11-23 Radim Krčmářkvm: x86: move assigned-dev.c and iommu.c to arch/x86/
2014-11-21 Radim Krčmářkvm: remove IA64 ioctls
2014-11-21 Radim Krcmarkvm: remove CONFIG_X86 #ifdefs from files formerly...
2014-11-21 Paolo Bonzinikvm: x86: move ioapic.c and irq_comm.c back to arch...
2014-11-20 Tiejun Chenkvm: Documentation: remove ia64
2014-11-20 Paolo BonziniKVM: ia64: remove
2014-11-19 Nicholas KrauseKVM: x86: Remove FIXMEs in emulate.c
2014-11-19 Paolo BonziniKVM: emulator: remove duplicated limit check
2014-11-19 Paolo BonziniKVM: emulator: remove code duplication in register_addr...
2014-11-19 Nadav AmitKVM: x86: Move __linearize masking of la into switch
2014-11-19 Nadav AmitKVM: x86: Non-canonical access using SS should cause #SS
2014-11-19 Nadav AmitKVM: x86: Perform limit checks when assigning EIP
2014-11-19 Nadav AmitKVM: x86: Emulator performs privilege checks on __linearize
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
next