deliverable/linux.git
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-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./linux/kernel...
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
2014-06-16  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
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./linux/kernel...
2014-06-15  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
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./linux...
2014-06-14  Linus TorvaldsMerge tag 'gpio-v3.16-2' of git://git./linux/kernel...
2014-06-14  Linus TorvaldsMerge branch 'x86-vdso-for-linus' of git://git./linux...
2014-06-14  Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git./linux/kernel...
2014-06-13  Eric Dumazetudp: ipv4: do not waste time in __udp4_lib_mcast_demux_...
2014-06-13  Cong Wangvxlan: use dev->needed_headroom instead of dev->hard_he...
2014-06-13  Dimitris MichailidisMAINTAINERS: update cxgb4 maintainer
2014-06-13  Andy Lutomirskix86/vdso: Fix vdso_install
2014-06-13  Dan McLeranNVMe: Fix START_STOP_UNIT Scsi->NVMe translation.
2014-06-13  Eric Sandeenbtrfs: fix error handling in create_pending_snapshot
2014-06-13  Eric Sandeenbtrfs: fix use of uninit "ret" in end_extent_writepage()
2014-06-13  Eric Sandeenbtrfs: free ulist in qgroup_shared_accounting() error...
2014-06-13  Filipe MananaBtrfs: fix qgroups sanity test crash or hang
2014-06-13  Sasha Levinbtrfs: prevent RCU warning when dereferencing radix...
2014-06-13  Wang ShilongBtrfs: fix unfinished readahead thread for raid5/6...
2014-06-13  Gerhard Heiftbtrfs: new ioctl TREE_SEARCH_V2
2014-06-13  Matthew WilcoxNVMe: Use Log Page constants in SCSI emulation
next
This page took 0.038958 seconds and 5 git commands to generate.