summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-10-23x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov1-0/+23
2015-10-23x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley1-1/+1
2015-10-23x86/process: Add proper bound checks in 64bit get_wchan()Thomas Gleixner1-10/+42
2015-10-23x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi1-4/+3
2015-10-23x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming1-1/+66
2015-10-23Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller1-1/+1
2015-10-23x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski1-1/+4
2015-10-23x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2-4/+23
2015-10-23x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse1-7/+10
2015-10-23x86/alternatives: Make optimize_nops() interrupt safe and syncedThomas Gleixner1-0/+5
2015-10-23x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li1-0/+7
2015-10-23perf/x86/intel: Fix constraint accessPeter Zijlstra1-1/+4
2015-10-23KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li1-0/+2
2015-09-29lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-1/+2
2015-09-29x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang1-0/+1
2015-09-21ACPI, PCI: Penalize legacy IRQ used by ACPI SCIJiang Liu1-0/+1
2015-09-21x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi1-18/+23
2015-09-21KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUSTHaozhong Zhang1-1/+1
2015-09-21KVM: MMU: fix validation of mmio page faultXiao Guangrong1-45/+0
2015-09-21crypto: ghash-clmulni: specify context size for ghash async algorithmAndrey Ryabinin1-0/+1
2015-09-21x86/ldt: Further fix FPU emulationAndy Lutomirski1-1/+1
2015-09-21x86/ldt: Correct FPU emulation access to LDTJuergen Gross3-7/+20
2015-09-21x86/ldt: Correct LDT access in single stepping logicJuergen Gross1-2/+2
2015-09-21x86/ldt: Make modify_ldt synchronousAndy Lutomirski9-153/+210
2015-09-13x86/idle: Restore trace_cpu_idle to mwait_idle() callsJisheng Zhang1-0/+2
2015-09-13x86/apic: Fix fallout from x2apic cleanupThomas Gleixner1-7/+7
2015-09-13x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APICDavid Vrabel1-2/+2
2015-09-13Revert x86 sigcontext cleanupsLinus Torvalds3-36/+17
2015-09-13x86/xen: build "Xen PV" APIC driver for domU as wellJason A. Donenfeld2-6/+4
2015-08-17kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini1-1/+1
2015-08-17x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski1-0/+40
2015-08-17x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski1-4/+25
2015-08-17x86/nmi/64: Reorder nested NMI checksAndy Lutomirski1-16/+18
2015-08-17x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2-70/+94
2015-08-17x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski1-4/+57
2015-08-17x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski1-18/+0
2015-08-17x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski1-71/+52
2015-08-17x86/asm/entry/64: Remove pointless jump to irq_returnAndy Lutomirski1-3/+1
2015-08-10perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming1-0/+8
2015-08-10x86/efi: Use all 64 bit of efi_memmap in setup_e820()Dmitry Skorodumov1-0/+4
2015-08-10efi: Check for NULL efi kernel parametersRicardo Neri1-0/+5
2015-08-10x86/mm: Add parenthesis for TLB tracepoint size calculationDave Hansen1-1/+1
2015-08-10x86, perf: Fix static_key bug in load_mm_cr4()Peter Zijlstra1-1/+1
2015-08-10x86/kasan: Fix boot crash on AMD processorsAndrey Ryabinin1-3/+3
2015-08-10x86/kasan: Flush TLBs after switching CR3Andrey Ryabinin1-0/+2
2015-08-10x86/kasan: Fix KASAN shadow region page tablesAlexander Popov4-42/+38
2015-08-10x86/init: Clear 'init_level4_pgt' earlierAndrey Ryabinin1-1/+2
2015-08-03x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov2-19/+8
2015-07-10KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář3-4/+4
2015-07-10KVM: x86: properly restore LVT0Radim Krčmář1-0/+1