summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov2012-03-081-1/+1
* KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-083-1/+69
* KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa2012-03-081-2/+1
* KVM: Fix write protection race during dirty loggingTakuya Yoshikawa2012-03-081-6/+5
* KVM: VMX: remove yield_on_hltRaghavendra K T2012-03-081-21/+1
* KVM: Track TSC synchronization in generationsZachary Amsden2012-03-082-11/+40
* KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2012-03-082-5/+89
* KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-084-4/+19
* KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-082-8/+4
* KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden2012-03-081-4/+6
* KVM: Leave TSC synchronization window open with each new syncZachary Amsden2012-03-081-1/+0
* KVM: Improve TSC offset matchingZachary Amsden2012-03-082-15/+30
* KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-085-58/+71
* KVM: x86: increase recommended max vcpus to 160Marcelo Tosatti2012-03-051-1/+1
* x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov2012-03-054-3/+5
* KVM: x86: reset edge sense circuit of i8259 on initGleb Natapov2012-03-051-0/+1
* KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity2012-03-051-0/+19
* KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina2012-03-051-1/+1
* KVM: SVM: comment nested paging and virtualization module parametersDavidlohr Bueso2012-03-051-2/+4
* KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa2012-03-052-15/+15
* KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()Takuya Yoshikawa2012-03-051-4/+4
* KVM: MMU: Remove unused kvm_pte_chainTakuya Yoshikawa2012-03-051-7/+0
* KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hackAvi Kivity2012-03-051-8/+5
* KVM: x86 emulator: add 8-bit memory operandsAvi Kivity2012-03-051-0/+5
* KVM: provide synchronous registers in kvm_runChristian Borntraeger2012-03-051-0/+4
* KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky2012-03-055-1/+94
* KVM: MMU: unnecessary NX state assignmentDavidlohr Bueso2012-03-051-1/+0
* KVM: s390: ucontrol: export SIE control block to userCarsten Otte2012-03-051-0/+5
* KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte2012-03-051-1/+4
* KVM: MMU: remove the redundant get_written_sptesXiao Guangrong2012-03-051-4/+2
* KVM: MMU: Add missing large page accounting to drop_large_spte()Takuya Yoshikawa2012-03-051-0/+1
* KVM: MMU: Remove for_each_unsync_children() macroTakuya Yoshikawa2012-03-051-6/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-10/+46
|\
| * x86/mce/AMD: Fix UP build errorBorislav Petkov2012-02-221-0/+2
| * x86: Specify a size for the cmp in the NMI handlerSteven Rostedt2012-02-201-2/+2
| * x86/nmi: Test saved %cs in NMI to determine nested NMI caseSteven Rostedt2012-02-201-0/+7
| * x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann2012-02-091-8/+36
| * x86/microcode: Remove noisy AMD microcode warningPrarit Bhargava2012-02-071-1/+0
* | Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-02-262-8/+6
|\ \
| * | xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk2012-02-202-4/+6
| * | xen/setup: Remove redundant filtering of PTE masks.Konrad Rzeszutek Wilk2012-02-201-4/+0
* | | i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds2012-02-201-0/+3
* | | i387: support lazy restore of FPU stateLinus Torvalds2012-02-205-15/+29
* | | i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds2012-02-202-35/+22
* | | i387: fix up some fpu_counter confusionLinus Torvalds2012-02-203-1/+4
* | | i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-184-42/+133
* | | i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-186-32/+30
* | | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-163-22/+16
* | | i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-164-68/+11
* | | i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-164-23/+58