summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2016-01-09efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar
2016-01-05x86/setup: Do not reserve crashkernel high memory if low reservation failedBaoquan He
2016-01-05x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper
2016-01-05x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov
2016-01-05x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur
2016-01-05x86/setup: Extend low identity map to cover whole kernel rangePaolo Bonzini
2015-11-18x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu
2015-11-18x86/mm/hotplug: Pass sync_global_pgds() a correct argument in remove_pagetable()Yasuaki Ishimatsu
2015-11-18KVM: x86: Use new is_noncanonical_address in _linearizeNadav Amit
2015-11-18KVM: x86: Fix far-jump to non-canonical checkNadav Amit
2015-11-18KVM: svm: unconditionally intercept #DBPaolo Bonzini
2015-11-18KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup
2015-11-18KVM: x86: Defining missing x86 vectorsNadav Amit
2015-10-28x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov
2015-10-27x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley
2015-10-27x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse
2015-10-27x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li
2015-10-09Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller
2015-10-07x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski
2015-10-07x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski
2015-10-05x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski
2015-10-05x86/nmi/64: Reorder nested NMI checksAndy Lutomirski
2015-10-05x86/nmi/64: Improve nested NMI commentsAndy Lutomirski
2015-09-30x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang
2015-09-30KVM: MMU: fix validation of mmio page faultXiao Guangrong
2015-09-30crypto: ghash-clmulni: specify context size for ghash async algorithmAndrey Ryabinin
2015-08-25x86/ldt: Further fix FPU emulationAndy Lutomirski
2015-08-25x86/ldt: Correct FPU emulation access to LDTJuergen Gross
2015-08-25x86/ldt: Correct LDT access in single stepping logicJuergen Gross
2015-08-25x86/ldt: Make modify_ldt synchronousAndy Lutomirski
2015-08-25arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra
2015-08-25x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski
2015-08-25x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski
2015-08-25x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski
2015-08-19x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski
2015-08-05efi: fix 32bit kernel boot failed problem using efiFupan Li
2015-07-30kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini
2015-07-30x86/PCI: Use host bridge _CRS info on systems with >32 bit addressingBjorn Helgaas
2015-07-30KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář
2015-07-30x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237ABjorn Helgaas
2015-07-30KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das
2015-07-30kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin
2015-06-23x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski
2015-06-10x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov
2015-06-03KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini
2015-06-02perf/x86/amd/ibs: Update IBS MSRs and feature definitionsAravind Gopalakrishnan
2015-06-02amd64_edac: Add support for newer F16h modelsAravind Gopalakrishnan
2015-05-26config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selectedKonrad Rzeszutek Wilk
2015-05-04nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven
2015-04-30sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savi...Len Brown