summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-02-24x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming1-2/+2
2016-02-12x86: vvar, fix excessive gcc-6 DECLARE_VVAR warningsJiri Slaby1-1/+1
2016-01-25x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu1-1/+1
2016-01-25x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner1-0/+8
2016-01-25x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)1-1/+2
2016-01-25x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin1-7/+10
2016-01-09efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar3-11/+10
2016-01-05x86/setup: Do not reserve crashkernel high memory if low reservation failedBaoquan He1-9/+11
2016-01-05x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper1-2/+1
2016-01-05x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov2-5/+15
2016-01-05x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur1-1/+1
2016-01-05x86/setup: Extend low identity map to cover whole kernel rangePaolo Bonzini1-0/+8
2015-11-18x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu3-10/+22
2015-11-18x86/mm/hotplug: Pass sync_global_pgds() a correct argument in remove_pagetable()Yasuaki Ishimatsu1-4/+5
2015-11-18KVM: x86: Use new is_noncanonical_address in _linearizeNadav Amit1-1/+1
2015-11-18KVM: x86: Fix far-jump to non-canonical checkNadav Amit1-3/+5
2015-11-18KVM: svm: unconditionally intercept #DBPaolo Bonzini1-11/+3
2015-11-18KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup3-1/+13
2015-11-18KVM: x86: Defining missing x86 vectorsNadav Amit1-0/+3
2015-10-28x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov1-0/+23
2015-10-27x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley1-1/+1
2015-10-27x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse1-7/+10
2015-10-27x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li1-0/+7
2015-10-09Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller1-1/+1
2015-10-07x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2-4/+23
2015-10-07x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski1-1/+4
2015-10-05x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski1-3/+26
2015-10-05x86/nmi/64: Reorder nested NMI checksAndy Lutomirski1-16/+17
2015-10-05x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2-70/+93
2015-09-30x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang1-0/+1
2015-09-30KVM: MMU: fix validation of mmio page faultXiao Guangrong1-45/+0
2015-09-30crypto: ghash-clmulni: specify context size for ghash async algorithmAndrey Ryabinin1-0/+1
2015-08-25x86/ldt: Further fix FPU emulationAndy Lutomirski1-1/+1
2015-08-25x86/ldt: Correct FPU emulation access to LDTJuergen Gross3-7/+20
2015-08-25x86/ldt: Correct LDT access in single stepping logicJuergen Gross1-2/+2
2015-08-25x86/ldt: Make modify_ldt synchronousAndy Lutomirski9-150/+208
2015-08-25arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-1/+42
2015-08-25x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski1-4/+61
2015-08-25x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski1-18/+0
2015-08-25x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski1-71/+52
2015-08-19x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski1-0/+40
2015-08-05efi: fix 32bit kernel boot failed problem using efiFupan Li1-1/+1
2015-07-30kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini1-1/+1
2015-07-30x86/PCI: Use host bridge _CRS info on systems with >32 bit addressingBjorn Helgaas1-2/+4
2015-07-30KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář3-4/+4
2015-07-30x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237ABjorn Helgaas1-0/+11
2015-07-30KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das1-2/+6
2015-07-30kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin1-2/+5
2015-06-23x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski4-26/+42
2015-06-10x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov1-1/+6