summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
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
2014-11-07kvm: x86: vmx: avoid returning bool to distinguish success from errorPaolo Bonzini
2014-11-07kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()Tiejun Chen
2014-11-07kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()Tiejun Chen
2014-11-06PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang
2014-11-06crypto: aesni - remove unnecessary #defineValentin Rothberg
2014-11-05x86, microcode: Fix accessing dis_ucode_ldr on 32-bitBorislav Petkov
2014-11-05KVM: x86: Fix uninitialized op->type for some immediate valuesNadav Amit
2014-11-04x86-64: Use RIP-relative addressing for most per-CPU accessesJan Beulich
2014-11-04x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich
2014-11-04x86: Convert a few more per-CPU items to read-mostly onesJan Beulich
2014-11-04x86: mm: Use 2GB memory block size on large-memory x86-64 systemsDaniel J Blueman
2014-11-04x86: numachip: APIC driver cleanupsDaniel J Blueman
2014-11-04x86: numachip: Elide self-IPI ICR pollingDaniel J Blueman
2014-11-04x86: numachip: Fix 16-bit APIC ID truncationDaniel J Blueman
2014-11-04perf/x86: Fix embarrasing typoPeter Zijlstra (Intel)
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-11-03x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski
2014-11-03x86_64, vsyscall: Rewrite comment and clean up headers in vsyscall codeAndy Lutomirski
2014-11-03x86_64, vsyscall: Turn vsyscalls all the way off when vsyscall==noneAndy Lutomirski
2014-11-03x86: UV BAU: Increase maximum CPUs per socket/hubJames Custer
2014-11-03x86: UV BAU: Avoid NULL pointer reference in ptc_seq_showJames Custer
2014-11-03x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski
2014-11-03x86: mm: Re-use the early_ioremap fixed areaMinfei Huang
2014-11-03kvm: kvmclock: use get_cpu() and put_cpu()Tiejun Chen
2014-11-03KVM: x86: optimize some accesses to LVTT and SPIVRadim Krčmář
2014-11-03KVM: x86: detect LVTT changes under APICvRadim Krčmář
2014-11-03KVM: x86: detect SPIV changes under APICvRadim Krčmář
2014-11-03KVM: x86: Enable Intel AVX-512 for guestChao Peng
2014-11-03KVM: x86: fix deadline tsc interrupt injectionRadim Krčmář
2014-11-03KVM: x86: add apic_timer_expired()Radim Krčmář
2014-11-03KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit
2014-11-03KVM: x86: Emulator performs code segment checks on read accessNadav Amit
2014-11-03KVM: x86: Clear DR7.LE during task-switchNadav Amit