summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2014-07-14x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel
2014-07-14x86, cpu: Kill cpu_has_mpBorislav Petkov
2014-07-14x86, amd: Cleanup init_amdBorislav Petkov
2014-07-14x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov
2014-07-14x86: intel-mid: Use the new io_apic interfacesJiang Liu
2014-07-14xen: Introduce 'xen_nopv' to disable PV extensions for HVM guests.Konrad Rzeszutek Wilk
2014-07-13x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig
2014-07-11x86: Simplify __HAVE_ARCH_CMPXCHG testsBorislav Petkov
2014-07-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-07-11x86, vdso: Get rid of the fake section mechanismAndy Lutomirski
2014-07-11x86, vdso: Move the vvar area before the vdso textAndy Lutomirski
2014-07-11KVM: x86: Emulator support for #UD on CPL>0Nadav Amit
2014-07-11KVM: x86: Emulator flag for instruction that only support 16-bit addresses in...Nadav Amit
2014-07-11KVM: x86: use kvm_read_guest_page for emulator accessesPaolo Bonzini
2014-07-11KVM: x86: ensure emulator fetches do not span multiple pagesPaolo Bonzini
2014-07-11KVM: emulate: put pointers in the fetch_cachePaolo Bonzini
2014-07-11KVM: emulate: avoid per-byte copying in instruction fetchesPaolo Bonzini
2014-07-11KVM: emulate: avoid repeated calls to do_insn_fetch_bytesPaolo Bonzini
2014-07-11KVM: emulate: speed up do_insn_fetchPaolo Bonzini
2014-07-11KVM: emulate: do not initialize memoppBandan Das
2014-07-11KVM: emulate: rework seg_overrideBandan Das
2014-07-11KVM: emulate: clean up initializations in init_decode_cacheBandan Das
2014-07-11KVM: emulate: cleanup decode_modrmBandan Das
2014-07-11KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checksBandan Das
2014-07-11KVM: emulate: move init_decode_cache to emulate.cBandan Das
2014-07-11KVM: emulate: simplify writebackPaolo Bonzini
2014-07-11KVM: emulate: speed up emulated movesPaolo Bonzini
2014-07-11KVM: emulate: protect checks on ctxt->d by a common "if (unlikely())"Paolo Bonzini
2014-07-11KVM: emulate: move around some checksPaolo Bonzini
2014-07-11KVM: x86: avoid useless set of KVM_REQ_EVENT after emulationPaolo Bonzini
2014-07-11KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini
2014-07-11KVM: vmx: speed up emulation of invalid guest statePaolo Bonzini
2014-07-11KVM: svm: writes to MSR_K7_HWCR generates GPE in guestMatthias Lange
2014-07-11KVM: x86: Pending interrupt may be delivered after INITNadav Amit
2014-07-11KVM: Synthesize G bit for all segments.Jim Mattson
2014-07-10x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr()Jan Beulich
2014-07-10x86-64, vdso: Fix vDSO build breakage due to empty .rela.dynJan Beulich
2014-07-10x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()Bruno Prémont
2014-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-07-10x86/efi: Include a .bss section within the PE/COFF headersMichael Brown
2014-07-09KVM: x86: Fix lapic.c debug printsNadav Amit
2014-07-09KVM: x86: fix TSC matchingTomasz Grabiec
2014-07-09KVM: nSVM: Set correct port for IOIO interception evaluationJan Kiszka
2014-07-09KVM: nSVM: Fix IOIO size reported on emulationJan Kiszka
2014-07-09KVM: nSVM: Fix IOIO bitmap evaluationJan Kiszka
2014-07-09KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1Jan Kiszka
2014-07-08KVM: x86: Check for nested events if there is an injectable interruptBandan Das
2014-07-07efi: efistub: Refactor stub componentsArd Biesheuvel
2014-07-07efi/x86: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel
2014-07-07efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel