summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-01-23KVM: s390: avoid memory leaks if __inject_vm() failsDavid Hildenbrand1-1/+5
2015-01-23KVM: s390/cpacf: Enable/disable protected key functions for kvm guestTony Krowiak3-2/+90
2015-01-23KVM: s390: Provide guest TOD Clock Get/Set ControlsJason J. Herne3-0/+134
2015-01-23KVM: s390: trace correct values for set prefix and machine checksJens Freimann1-4/+4
2015-01-23KVM: s390: fix bug in sigp emergency signal injectionJens Freimann1-3/+2
2015-01-23KVM: s390: Take addressing mode into account for MVPG interceptionThomas Huth1-6/+8
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 Hildenbrand3-0/+55
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 Hildenbrand1-1/+3
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 Hildenbrand2-1/+19
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 Dingel2-3/+63
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 Dingel5-15/+7
2015-01-09kvm: x86: Remove kvm_make_request from lapic.cNicholas Krause3-6/+11
2015-01-09KVM: x86: Access to LDT/GDT that wraparound is incorrectNadav Amit1-13/+34
2015-01-09KVM: x86: Do not set access bit on accessed segmentsNadav Amit1-4/+7
2015-01-09KVM: x86: POP [ESP] is not emulated correctlyNadav Amit1-1/+6
2015-01-09KVM: x86: em_call_far should return failure resultNadav Amit1-1/+1
2015-01-09KVM: x86: JMP/CALL using call- or task-gate causes exceptionNadav Amit1-20/+34
2015-01-09KVM: x86: fnstcw and fnstsw may cause spurious exceptionNadav Amit1-6/+3
2015-01-09KVM: x86: pop sreg accesses only 2 bytesNadav Amit1-1/+3
2015-01-09KVM: x86: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ONPaolo Bonzini1-28/+14
2015-01-09KVM: x86: mmu: remove ASSERT(vcpu)Paolo Bonzini1-13/+0
2015-01-09KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini4-22/+26
2015-01-09KVM: x86: mmu: do not use return to tail-call functions that return voidPaolo Bonzini1-3/+3
2015-01-09KVM: x86: add tracepoint to wait_lapic_expireMarcelo Tosatti2-0/+21
2015-01-09KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti4-1/+66
2015-01-09KVM: x86: add method to test PIR bitmap vectorMarcelo Tosatti2-0/+15
2015-01-09kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicvTiejun Chen2-6/+6
2015-01-09KVM: x86: Remove FIXMEs in emulate.c for the function,task_switch_32Nicholas Krause1-4/+0
2015-01-09KVM: nVMX: consult PFEC_MASK and PFEC_MATCH when generating #PF VM-exitEugene Korenevsky1-2/+13
2015-01-09KVM: nVMX: Improve nested msr switch checkingEugene Korenevsky2-14/+117
2015-01-09KVM: nVMX: Add nested msr load/restore algorithmWincy Van3-11/+96
2015-01-06Merge tag 'powerpc-3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds7-11/+22
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
2014-12-31Merge tag 'nios2-fixes-v3.19-rc3' of git://git.rocketboards.org/linux-socfpga...Linus Torvalds2-18/+3
2014-12-31nios2: Use preempt_schedule_irqTobias Klauser1-18/+2