aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-20arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara2-5/+10
2015-01-20arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara3-0/+12
2015-01-20arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara1-1/+1
2015-01-20arm/arm64: KVM: rework MPIDR assignment and add accessorsAndre Przywara7-18/+39
2015-01-16KVM: arm/arm64: Enable Dirty Page logging for ARMv8Mario Smarduch4-24/+13
2015-01-16KVM: arm64: Add HYP interface to flush VM Stage 1/2 TLB entriesMario Smarduch1-0/+22
2015-01-16KVM: arm64: ARMv8 header changes for page loggingMario Smarduch4-0/+24
2015-01-16KVM: arm: page logging 2nd stage fault handlingMario Smarduch1-9/+88
2015-01-16KVM: arm: dirty logging write protect supportMario Smarduch3-0/+57
2015-01-16KVM: arm: Add initial dirty page locking supportMario Smarduch4-0/+159
2015-01-16KVM: arm: Add ARMv7 API to flush TLBsMario Smarduch4-0/+25
2015-01-16KVM: x86: switch to kvm_get_dirty_log_protectPaolo Bonzini4-64/+16
2015-01-15ARM: KVM: extend WFI tracepoint to differentiate between wfi and wfeAndre Przywara2-7/+12
2015-01-15arm/arm64: KVM: add tracing support for arm64 exit handlerWei Huang4-2/+73
2015-01-11KVM: arm/arm64: vgic: add init entry to VGIC KVM deviceEric Auger2-0/+4
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_mmuPaolo 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 Van3-11/+96
2015-01-05Merge tag 'powerpc-3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus 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-nextLinus Torvalds2-18/+3
2014-12-31nios2: Use preempt_schedule_irqTobias Klauser1-18/+2
2014-12-31nios2: Initialize cpuinfo.mmuWalter Goossens1-0/+1
2014-12-30Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-24/+1
2014-12-30Add USB_EHCI_EXYNOS to multi_v7_defconfigSteev Klimaszewski1-0/+1
2014-12-29Revert "powerpc: Secondary CPUs must set cpu_callin_map after setting active and online"Michael Ellerman1-8/+1
2014-12-29powerpc/kdump: Ignore failure in enabling big endian exception during crashHari Bathini3-2/+18
2014-12-29powerpc: Wire up sys_execveat() syscallPranith Kumar3-1/+3
2014-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-45/+45