aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-11-03kvm: x86: avoid atomic operations on APICv vmentryPaolo Bonzini
2016-11-02KVM: nVMX: support descriptor table exitsPaolo Bonzini
2016-11-02KVM: x86: use ktime_get instead of seeking the hrtimer_clock_basePaolo Bonzini
2016-11-02KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer supportWanpeng Li
2016-11-02KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timerWanpeng Li
2016-11-02KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()Wanpeng Li
2016-11-02KVM: LAPIC: guarantee the timer is in tsc-deadline modeWanpeng Li
2016-11-02KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot modeWanpeng Li
2016-11-02kvm: x86: remove the misleading comment in vmx_handle_external_intrLongpeng(Mike)
2016-11-02KVM: x86: add track_flush_slot page track notifierXiaoguang Chen
2016-11-02KVM: VMX: refactor setup of global page-sized bitmapsRadim Krčmář
2016-11-02KVM: VMX: join functions that disable x2apic msr interceptsRadim Krčmář
2016-11-02KVM: VMX: remove functions that enable msr interceptsRadim Krčmář
2016-11-02kvm: nVMX: Update MSR load counts on a VMCS switchJim Mattson
2016-11-02kvm: nVMX: Fetch VM_INSTRUCTION_ERROR from vmcs02 on vmx->failJim Mattson
2016-11-02KVM: X86: MMU: no mmu_notifier_seq++ in kvm_age_hvaPeter Feiner
2016-11-02KVM: VMX: Better name x2apic msr bitmapsWanpeng Li
2016-11-02kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann
2016-11-02kvm: nVMX: VMCLEAR an active shadow VMCS after last useJim Mattson
2016-11-02KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini
2016-10-28KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv
2016-10-27kvm/x86: Show WRMSR data is in hexBorislav Petkov
2016-10-27Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2016-10-27kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson
2016-10-26KVM: s390: Fix STHYI buffer alignment for diag224Janosch Frank
2016-10-26KVM: MIPS: Precalculate MMIO load resume PCJames Hogan
2016-10-26KVM: MIPS: Make ERET handle ERL before EXLJames Hogan
2016-10-26KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan
2016-10-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-10-22x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä
2016-10-21Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-10-21Merge tag 'kvm-arm-for-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář
2016-10-21arm/arm64: KVM: Map the BSS at HYPMarc Zyngier
2016-10-21arm64: KVM: Take S1 walks into account when determining S2 write faultsWill Deacon
2016-10-20Merge tag 'kvm-s390-master-4.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář
2016-10-20KVM: s390: reject invalid modes for runtime instrumentationChristian Borntraeger
2016-10-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2016-10-20Merge tag 'kvm_mips_4.9_2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář
2016-10-20arm64: remove pr_cont abuse from mem_initMark Rutland
2016-10-20arm64: fix show_regs fallout from KERN_CONT changesMark Rutland
2016-10-20kvm: x86: memset whole irq_eoiJiri Slaby
2016-10-20kvm/x86: Fix unused variable warning in kvm_timer_init()Borislav Petkov
2016-10-20sched/core, x86: Make struct thread_info arch specific againHeiko Carstens
2016-10-20x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov
2016-10-20arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=yArd Biesheuvel
2016-10-20arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse
2016-10-20arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara