]> git.openfabrics.org - ~emulex/infiniband.git/shortlog
~emulex/infiniband.git
2014-07-21 Paolo BonziniMerge tag 'kvm-s390-20140715' of git://git.kernel.org...
2014-07-17 Wanpeng LiKVM: nVMX: Fix virtual interrupt delivery injection
2014-07-11 Nadav AmitKVM: x86: Emulator support for #UD on CPL>0
2014-07-11 Nadav AmitKVM: x86: Emulator flag for instruction that only suppo...
2014-07-11 Paolo BonziniKVM: x86: use kvm_read_guest_page for emulator accesses
2014-07-11 Paolo BonziniKVM: x86: ensure emulator fetches do not span multiple...
2014-07-11 Paolo BonziniKVM: emulate: put pointers in the fetch_cache
2014-07-11 Paolo BonziniKVM: emulate: avoid per-byte copying in instruction...
2014-07-11 Paolo BonziniKVM: emulate: avoid repeated calls to do_insn_fetch_bytes
2014-07-11 Paolo BonziniKVM: emulate: speed up do_insn_fetch
2014-07-11 Bandan DasKVM: emulate: do not initialize memopp
2014-07-11 Bandan DasKVM: emulate: rework seg_override
2014-07-11 Bandan DasKVM: emulate: clean up initializations in init_decode_cache
2014-07-11 Bandan DasKVM: emulate: cleanup decode_modrm
2014-07-11 Bandan DasKVM: emulate: Remove ctxt->intercept and ctxt->check_pe...
2014-07-11 Bandan DasKVM: emulate: move init_decode_cache to emulate.c
2014-07-11 Paolo BonziniKVM: emulate: simplify writeback
2014-07-11 Paolo BonziniKVM: emulate: speed up emulated moves
2014-07-11 Paolo BonziniKVM: emulate: protect checks on ctxt->d by a common...
2014-07-11 Paolo BonziniKVM: emulate: move around some checks
2014-07-11 Paolo BonziniKVM: x86: avoid useless set of KVM_REQ_EVENT after...
2014-07-11 Paolo BonziniKVM: x86: return all bits from get_interrupt_shadow
2014-07-11 Paolo BonziniKVM: vmx: speed up emulation of invalid guest state
2014-07-11 Matthias LangeKVM: svm: writes to MSR_K7_HWCR generates GPE in guest
2014-07-11 Nadav AmitKVM: x86: Pending interrupt may be delivered after...
2014-07-11 Jim MattsonKVM: Synthesize G bit for all segments.
2014-07-10 David HildenbrandKVM: s390: implement KVM_(S|G)ET_MP_STATE for user...
2014-07-10 David HildenbrandKVM: prepare for KVM_(S|G)ET_MP_STATE on other architec...
2014-07-10 David HildenbrandKVM: s390: remove __cpu_is_stopped and expose is_vcpu_s...
2014-07-10 David HildenbrandKVM: s390: move finalization of SIGP STOP orders to...
2014-07-10 David HildenbrandKVM: s390: allow only one SIGP STOP (AND STORE STATUS...
2014-07-09 James HoganKVM: MIPS: Document MIPS specifics of KVM API.
2014-07-09 James HoganKVM: Reformat KVM_SET_ONE_REG register documentation
2014-07-09 James HoganKVM: Document KVM_SET_SIGNAL_MASK as universal
2014-07-09 Nadav AmitKVM: x86: Fix lapic.c debug prints
2014-07-09 Tomasz GrabiecKVM: x86: fix TSC matching
2014-07-09 Jan KiszkaKVM: nSVM: Set correct port for IOIO interception evalu...
2014-07-09 Jan KiszkaKVM: nSVM: Fix IOIO size reported on emulation
2014-07-09 Jan KiszkaKVM: nSVM: Fix IOIO bitmap evaluation
2014-07-09 Jan KiszkaKVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0...
2014-06-30 Rickard Strandqvistarch: x86: kvm: x86.c: Cleaning up variable is set...
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Remove dead code of TLB index error in kvm_m...
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Rename files to remove the prefix "kvm_...
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Remove unneeded volatile
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Simplify functions by removing redundancy
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Use KVM internal logger
2014-06-30 Deng-Cheng ZhuMIPS: KVM: Reformat code and comments
2014-06-30 Paolo BonziniMerge tag 'kvms390-20140626' of git://git.kernel.org...
2014-06-30 Paolo BonziniMerge commit '33b458d276bb' into kvm-next
2014-06-30 Jan KiszkaKVM: SVM: Fix CPL export via SS.DPL
2014-06-26 Heiko CarstensKVM: s390: add sie.h uapi header file to Kbuild and...
2014-06-19 Nadav AmitKVM: vmx: vmx instructions handling does not consider...
2014-06-19 Nadav AmitKVM: vmx: handle_cr ignores 32/64-bit mode
2014-06-19 Nadav AmitKVM: x86: Hypercall handling does not considers opsize...
2014-06-19 Nadav AmitKVM: x86: check DR6/7 high-bits are clear only on long...
2014-06-19 Jan KiszkaKVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM
2014-06-19 Jan KiszkaKVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE...
2014-06-19 Jan KiszkaKVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED...
2014-06-19 Jan KiszkaKVM: nVMX: Allow to disable CR3 access interception
2014-06-19 Jan KiszkaKVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_...
2014-06-19 Jan KiszkaKVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOA...
2014-06-19 Nadav AmitKVM: x86: NOP emulation clears (incorrectly) the high...
2014-06-19 Nadav AmitKVM: x86: emulation of dword cmov on long-mode should...
2014-06-19 Nadav AmitKVM: x86: Inter-privilege level ret emulation is not...
2014-06-19 Nadav AmitKVM: x86: Wrong emulation on 'xadd X, X'
2014-06-19 Nadav AmitKVM: x86: bit-ops emulation ignores offset on 64-bit
2014-06-19 Fabian Frederickarch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIG...
2014-06-19 Paolo BonziniKVM: emulate: fix harmless typo in MMX decoding
2014-06-19 Paolo BonziniKVM: emulate: simplify BitOp handling
2014-06-18 Paolo BonziniKVM: emulate: POP SS triggers a MOV SS shadow too
2014-06-18 Nadav AmitKVM: x86: smsw emulation is incorrect in 64-bit mode
2014-06-18 Nadav AmitKVM: x86: Return error on cmpxchg16b emulation
2014-06-18 Nadav AmitKVM: x86: rdpmc emulation checks the counter incorrectly
2014-06-18 Nadav AmitKVM: x86: movnti minimum op size of 32-bit is not kept
2014-06-18 Nadav AmitKVM: x86: cmpxchg emulation should compare in reverse...
2014-06-18 Nadav AmitKVM: x86: sgdt and sidt are not privilaged
2014-06-18 Nadav AmitKVM: x86: Loading segments on 64-bit mode may be wrong
2014-06-18 Nadav AmitKVM: x86: Emulator ignores LDTR/TR extended base on...
2014-06-18 Nadav AmitKVM: x86: Mark VEX-prefix instructions emulation as...
2014-06-16 Linus TorvaldsLinux 3.16-rc1 v3.16-rc1
2014-06-16 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2014-06-16 Linus TorvaldsMerge tag 'clk-for-linus-3.16-part2' of git://git.linar...
2014-06-16 Linus TorvaldsMerge git://git.infradead.org/users/willy/linux-nvme
2014-06-15 Daniel Borkmannnet: sctp: fix permissions for rto_alpha and rto_beta...
2014-06-15 David S. MillerMerge branch 'csum_fixes'
2014-06-15 Tom Herbertvxlan: Checksum fixes
2014-06-15 Tom Herbertnet: add skb_pop_rcv_encapsulation
2014-06-15 Tom Herbertudp: call __skb_checksum_complete when doing full checksum
2014-06-15 Tom Herbertnet: Fix save software checksum complete
2014-06-15 Tom Herbertnet: Fix GSO constants to match NETIF flags
2014-06-15 Linus TorvaldsMerge tag 'scsi-for-linus' of git://git.kernel.org...
2014-06-15 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2014-06-15 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-next
2014-06-15 Al Virofix __swap_writepage() compile failure on old gcc versions
2014-06-14 Linus TorvaldsMerge tag 'hsi-for-3.16-fixes1' of git://git.kernel...
2014-06-14 Linus TorvaldsMerge tag 'gpio-v3.16-2' of git://git.kernel.org/pub...
2014-06-14 Linus TorvaldsMerge branch 'x86-vdso-for-linus' of git://git.kernel...
2014-06-14 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git.kernel.org...
2014-06-13 Eric Dumazetudp: ipv4: do not waste time in __udp4_lib_mcast_demux_...
next