summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* kvm/x86: Hyper-V SynIC timers tracepointsAndrey Smetanin2016-01-082-1/+196
* kvm/x86: Hyper-V SynIC tracepointsAndrey Smetanin2016-01-082-5/+98
* kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin2016-01-082-19/+25
* kvm/x86: Skip SynIC vector check for QEMU sideAndrey Smetanin2016-01-081-3/+4
* kvm/x86: Hyper-V fix SynIC timer disabling conditionAndrey Smetanin2016-01-081-1/+1
* kvm/x86: Reorg stimer_expiration() to better control timer restartAndrey Smetanin2016-01-081-12/+14
* kvm/x86: Hyper-V unify stimer_start() and stimer_restart()Andrey Smetanin2016-01-081-23/+20
* kvm/x86: Drop stimer_stop() functionAndrey Smetanin2016-01-081-6/+1
* kvm/x86: Hyper-V timers fix incorrect logical operationAndrey Smetanin2016-01-081-1/+1
* KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-082-0/+43
* kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clockNicholas Krause2016-01-071-1/+2
* kvm: x86: fix comment about {mmu,nested_mmu}.gva_to_gpaDavid Matlack2016-01-071-4/+6
* Merge tag 'kvm-arm-for-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2016-01-0721-62/+88
|\
| * Merge branch 'for-linus-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-12-081-8/+10
| |\
| | * um: Fix fpstate handlingRichard Weinberger2015-12-081-8/+10
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-12-086-7/+10
| |\ \ | | |/ | |/|
| | * perf/x86/intel: Fix INTEL_FLAGS_UEVENT_CONSTRAINT_DATALA_NA macroJiri Olsa2015-12-061-1/+1
| | * perf/x86/intel: Make L1D_PEND_MISS.FB_FULL not constrained on HaswellYuanfang Chen2015-12-061-1/+1
| | * treewide: Remove old email addressPeter Zijlstra2015-11-233-3/+3
| | * perf/x86: Fix LBR call stack save/restoreAndi Kleen2015-11-232-1/+4
| | * perf/core: Robustify the perf_cgroup_from_task() RCU checksStephane Eranian2015-11-231-1/+1
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-0612-36/+54
| |\ \
| | * | x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin2015-12-051-7/+10
| | * | x86/mpx: Fix instruction decoder conditionDave Hansen2015-12-051-3/+3
| | * | x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov2015-12-046-19/+17
| | * | x86 smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown2015-11-251-4/+5
| | * | x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski2015-11-241-1/+18
| | * | x86/microcode: Initialize the driver late when facilities are upBorislav Petkov2015-11-232-2/+1
| | |/
| * | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-12-041-0/+12
| |\ \
| | * | libnvdimm, e820: skip module loading when no type-12Dan Williams2015-11-301-0/+12
| * | | Merge branches 'acpi-pci' and 'pm-pci'Rafael J. Wysocki2015-12-04218-4722/+8555
| |\ \ \ | | |/ /
| * | | x86/PCI/ACPI: Fix regression caused by commit 4d6b4e69a245Liu Jiang2015-12-021-11/+2
* | | | KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table()Takuya Yoshikawa2015-12-181-9/+1
* | | | kvm/x86: Remove Hyper-V SynIC timer stoppingAndrey Smetanin2015-12-161-1/+0
* | | | KVM: vmx: detect mismatched size in VMCS read/writePaolo Bonzini2015-12-161-17/+83
* | | | KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcsPaolo Bonzini2015-12-161-19/+20
* | | | KVM: VMX: fix read/write sizes of VMCS fieldsPaolo Bonzini2015-12-161-4/+4
* | | | KVM: VMX: fix the writing POSTED_INTR_NVLi RongQing2015-12-161-2/+2
* | | | kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-165-3/+367
* | | | kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin2015-12-161-0/+31
* | | | kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNTAndrey Smetanin2015-12-161-4/+7
* | | | kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpersAndrey Smetanin2015-12-161-6/+14
* | | | kvm/x86: Rearrange func's declarations inside Hyper-V headerAndrey Smetanin2015-12-161-10/+10
* | | | drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-161-0/+8
* | | | drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-161-0/+76
* | | | drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin2015-12-161-0/+2
* | | | KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()Takuya Yoshikawa2015-11-262-15/+9
* | | | KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()Takuya Yoshikawa2015-11-261-21/+6
* | | | KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...Takuya Yoshikawa2015-11-262-18/+11
* | | | KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()Takuya Yoshikawa2015-11-251-7/+7
OpenPOWER on IntegriCloud