summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()Deng-Cheng Zhu2014-06-301-3/+0
* MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"Deng-Cheng Zhu2014-06-3014-15/+15
* MIPS: KVM: Remove unneeded volatileDeng-Cheng Zhu2014-06-301-2/+2
* MIPS: KVM: Simplify functions by removing redundancyDeng-Cheng Zhu2014-06-305-43/+17
* MIPS: KVM: Use KVM internal loggerDeng-Cheng Zhu2014-06-305-117/+110
* MIPS: KVM: Reformat code and commentsDeng-Cheng Zhu2014-06-3015-552/+564
* Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-06-302-14/+13
|\
| * KVM: s390: add sie.h uapi header file to Kbuild and remove header dependencyHeiko Carstens2014-06-262-14/+13
* | Merge commit '33b458d276bb' into kvm-nextPaolo Bonzini2014-06-301-0/+1
|\ \
| * | KVM: SVM: Fix CPL export via SS.DPLJan Kiszka2014-06-301-0/+1
* | | KVM: vmx: vmx instructions handling does not consider cs.lNadav Amit2014-06-192-6/+15
* | | KVM: vmx: handle_cr ignores 32/64-bit modeNadav Amit2014-06-191-3/+3
* | | KVM: x86: Hypercall handling does not considers opsize correctlyNadav Amit2014-06-191-5/+6
* | | KVM: x86: check DR6/7 high-bits are clear only on long-modeNadav Amit2014-06-192-1/+19
* | | KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUMJan Kiszka2014-06-191-1/+1
* | | KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLSJan Kiszka2014-06-191-6/+38
* | | KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLSJan Kiszka2014-06-192-2/+6
* | | KVM: nVMX: Allow to disable CR3 access interceptionJan Kiszka2014-06-191-1/+10
* | | KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLSJan Kiszka2014-06-192-11/+3
* | | KVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLSJan Kiszka2014-06-191-2/+2
* | | KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAXNadav Amit2014-06-191-2/+3
* | | KVM: x86: emulation of dword cmov on long-mode should clear [63:32]Nadav Amit2014-06-191-3/+5
* | | KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit2014-06-191-0/+4
* | | KVM: x86: Wrong emulation on 'xadd X, X'Nadav Amit2014-06-191-5/+5
* | | KVM: x86: bit-ops emulation ignores offset on 64-bitNadav Amit2014-06-191-1/+3
* | | arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZEFabian Frederick2014-06-191-5/+5
* | | KVM: emulate: fix harmless typo in MMX decodingPaolo Bonzini2014-06-191-1/+1
* | | KVM: emulate: simplify BitOp handlingPaolo Bonzini2014-06-191-1/+1
* | | KVM: emulate: POP SS triggers a MOV SS shadow tooPaolo Bonzini2014-06-181-0/+3
* | | KVM: x86: smsw emulation is incorrect in 64-bit modeNadav Amit2014-06-181-1/+2
* | | KVM: x86: Return error on cmpxchg16b emulationNadav Amit2014-06-181-1/+4
* | | KVM: x86: rdpmc emulation checks the counter incorrectlyNadav Amit2014-06-185-1/+19
* | | KVM: x86: movnti minimum op size of 32-bit is not keptNadav Amit2014-06-181-2/+2
* | | KVM: x86: cmpxchg emulation should compare in reverse orderNadav Amit2014-06-181-1/+4
* | | KVM: x86: sgdt and sidt are not privilagedNadav Amit2014-06-181-2/+2
* | | KVM: x86: Loading segments on 64-bit mode may be wrongNadav Amit2014-06-181-2/+4
* | | KVM: x86: Emulator ignores LDTR/TR extended base on LLDT/LTRNadav Amit2014-06-181-1/+7
* | | KVM: x86: Mark VEX-prefix instructions emulation as unimplementedNadav Amit2014-06-181-0/+7
* | | Linux 3.16-rc1v3.16-rc1Linus Torvalds2014-06-151-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-1510-34/+96
|\ \ \
| * | | net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann2014-06-151-4/+28
| * | | Merge branch 'csum_fixes'David S. Miller2014-06-157-25/+60
| |\ \ \
| | * | | vxlan: Checksum fixesTom Herbert2014-06-151-9/+2
| | * | | net: add skb_pop_rcv_encapsulationTom Herbert2014-06-151-0/+12
| | * | | udp: call __skb_checksum_complete when doing full checksumTom Herbert2014-06-151-1/+3
| | * | | net: Fix save software checksum completeTom Herbert2014-06-152-10/+29
| | * | | net: Fix GSO constants to match NETIF flagsTom Herbert2014-06-153-5/+14
| |/ / /
| * | | udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet2014-06-131-0/+4
| * | | vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang2014-06-131-4/+3
| * | | MAINTAINERS: update cxgb4 maintainerDimitris Michailidis2014-06-131-1/+1
OpenPOWER on IntegriCloud