summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-23KVM: s390: no need to hold the kvm->mutex for floating interruptsChristian Borntraeger1-8/+0
2015-01-23KVM: s390: forward most SIGP orders to user spaceDavid Hildenbrand5-0/+76
2015-01-23KVM: s390: clear the pfault queue if user space sets the invalid tokenDavid Hildenbrand3-1/+7
2015-01-23KVM: s390: only one external call may be pending at a timeDavid Hildenbrand6-28/+68
2015-01-23s390/sclp: introduce check for the SIGP Interpretation FacilityDavid Hildenbrand2-1/+11
2015-01-23KVM: s390: SIGP SET PREFIX cleanupDavid Hildenbrand2-19/+14
2015-01-23KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand4-5/+9
2015-01-23KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand7-92/+88
2015-01-23KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand4-2/+26
2015-01-23KVM: s390: forward hrtimer if guest ckc not pending yetDavid Hildenbrand1-2/+12
2015-01-23KVM: s390: base hrtimer on a monotonic clockDavid Hildenbrand1-1/+1
2015-01-23KVM: s390: prevent sleep duration underflows in handle_wait()David Hildenbrand1-1/+7
2015-01-23KVM: s390: Allow userspace to limit guest memory sizeDominik Dingel3-3/+77
2015-01-23KVM: s390: move vcpu specific initalization to a later pointDominik Dingel1-9/+16
2015-01-23KVM: s390: make local function staticChristian Borntraeger1-1/+1
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel6-16/+8
2015-01-08kvm: x86: Remove kvm_make_request from lapic.cNicholas Krause3-6/+11
2015-01-08KVM: x86: Access to LDT/GDT that wraparound is incorrectNadav Amit1-13/+34
2015-01-08KVM: x86: Do not set access bit on accessed segmentsNadav Amit1-4/+7
2015-01-08KVM: x86: POP [ESP] is not emulated correctlyNadav Amit1-1/+6
2015-01-08KVM: x86: em_call_far should return failure resultNadav Amit1-1/+1
2015-01-08KVM: x86: JMP/CALL using call- or task-gate causes exceptionNadav Amit1-20/+34
2015-01-08KVM: x86: fnstcw and fnstsw may cause spurious exceptionNadav Amit1-6/+3
2015-01-08KVM: x86: pop sreg accesses only 2 bytesNadav Amit1-1/+3
2015-01-08KVM: x86: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ONPaolo Bonzini1-28/+14
2015-01-08KVM: x86: mmu: remove ASSERT(vcpu)Paolo Bonzini1-13/+0
2015-01-08KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini4-22/+26
2015-01-08KVM: x86: mmu: do not use return to tail-call functions that return voidPaolo Bonzini1-3/+3
2015-01-08KVM: x86: add tracepoint to wait_lapic_expireMarcelo Tosatti2-0/+21
2015-01-08KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti4-1/+66
2015-01-08KVM: x86: add method to test PIR bitmap vectorMarcelo Tosatti2-0/+15
2015-01-08kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicvTiejun Chen2-6/+6
2015-01-08KVM: x86: Remove FIXMEs in emulate.c for the function,task_switch_32Nicholas Krause1-4/+0
2015-01-08KVM: nVMX: consult PFEC_MASK and PFEC_MATCH when generating #PF VM-exitEugene Korenevsky1-2/+13
2015-01-08KVM: nVMX: Improve nested msr switch checkingEugene Korenevsky2-14/+117
2015-01-08KVM: nVMX: Add nested msr load/restore algorithmWincy Van4-11/+97
2015-01-05Linux 3.19-rc3v3.19-rc3Linus Torvalds1-1/+1
2015-01-05Merge tag 'powerpc-3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds7-11/+22
2015-01-05Merge tag 'please-pull-syscall' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+3
2015-01-05[IA64] Enable execveat syscall for ia64Tony Luck3-1/+3
2015-01-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-2/+3
2015-01-04Revert "ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo"Pavel Machek2-0/+21
2015-01-04x86, um: actually mark system call tables readonlyDaniel Borkmann2-2/+2
2015-01-04um: Skip futex_atomic_cmpxchg_inatomic() testRichard Weinberger1-0/+1
2015-01-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-5/+21
2015-01-02Merge tag 'sound-3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds10-45/+57
2015-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-3/+14
2014-12-31Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-9/+40
2014-12-31Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"Linus Torvalds1-73/+26
2014-12-31Merge tag 'nios2-fixes-v3.19-rc3' of git://git.rocketboards.org/linux-socfpga...Linus Torvalds2-18/+3