summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2014-11-14kvm: x86: increase user memory slots to 509Igor Mammedov
2014-11-13kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano
2014-11-12x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest matchAndy Lutomirski
2014-11-12perf/x86/amd/ibs: Update IBS MSRs and feature definitionsAravind Gopalakrishnan
2014-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2014-11-12Merge tag 'x86_queue_for_3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2014-11-12Merge tag 'v3.18-rc4' into x86/cleanups, to refresh the tree before pulling n...Ingo Molnar
2014-11-12x86, kvm, vmx: Always use LOAD_IA32_EFER if availableAndy Lutomirski
2014-11-12Merge tag 'v3.18-rc4' into drm-nextDave Airlie
2014-11-12intel_pstate: Add support for HWPDirk Brandewie
2014-11-12x86: Add support for Intel HWP feature detection.Dirk Brandewie
2014-11-11x86, ptdump: Add section for EFI runtime servicesMathias Krause
2014-11-11efi/x86: Move x86 back to libstubArd Biesheuvel
2014-11-11Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang
2014-11-11Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux...Arnd Bergmann
2014-11-11ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)
2014-11-11ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolinesSteven Rostedt (Red Hat)
2014-11-11x86, CPU, AMD: Move K8 TLB flush filter workaround to K8 codeBorislav Petkov
2014-11-11x86, espfix: Remove stale ptemaskBorislav Petkov
2014-11-10Merge tag 'microcode_fixes_for_3.18' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar
2014-11-10/dev/mem: Use more consistent data typesThierry Reding
2014-11-10KVM: x86: fix warning on 32-bit compilationPaolo Bonzini
2014-11-10x86, microcode, AMD: Fix ucode patch stashing on 32-bitBorislav Petkov
2014-11-10x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky
2014-11-10x86_64/vsyscall: Restore orig_ax after vsyscall seccompAndy Lutomirski
2014-11-10x86_64: Add a comment explaining the TASK_SIZE_MAX guard pageAndy Lutomirski
2014-11-08kvm: x86: add trace event for pvclock updatesDavid Matlack
2014-11-08kvm: x86: Fix kvm clock versioning.Owen Hofmann
2014-11-08KVM: x86: MOVNTI emulation min opsize is not respectedNadav Amit
2014-11-08KVM: x86: update masterclock values on TSC writesMarcelo Tosatti
2014-11-08KVM: x86: Return UNHANDLABLE on unsupported SYSENTERNadav Amit
2014-11-08KVM: x86: Warn on APIC base relocationNadav Amit
2014-11-08KVM: x86: Emulator mis-decodes VEX instructions on real-modeNadav Amit
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla
2014-11-07KVM: x86: Remove redundant and incorrect cpl check on task-switchNadav Amit
2014-11-07KVM: x86: Inject #GP when loading system segments with non-canonical baseNadav Amit
2014-11-07KVM: x86: Combine the lgdt and lidt emulation logicNadav Amit
2014-11-07KVM: x86: Do not update EFLAGS on faulting emulationNadav Amit
2014-11-07KVM: x86: MOV to CR3 can set bit 63Nadav Amit
2014-11-07KVM: x86: Emulate push sreg as done in CoreNadav Amit
2014-11-07KVM: x86: Wrong flags on CMPS and SCAS emulationNadav Amit
2014-11-07KVM: x86: SYSCALL cannot clear eflags[1]Nadav Amit
2014-11-07KVM: x86: Emulation of MOV-sreg to memory uses incorrect sizeNadav Amit
2014-11-07KVM: x86: Breakpoints do not consider CS.baseNadav Amit
2014-11-07KVM: x86: Clear DR6[0:3] on #DB during handle_drNadav Amit
2014-11-07KVM: x86: Emulator should set DR6 upon GD like real CPUNadav Amit
2014-11-07KVM: x86: No error-code on real-mode exceptionsNadav Amit
2014-11-07KVM: x86: decode_modrm does not regard modrm correctlyNadav Amit
2014-11-07KVM: x86: reset RVI upon system resetWei Wang