summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-02-11KVM: nVMX: Always reflect #NM VM-exits to L1Jim Mattson1-10/+0
2019-02-11KVM: x86: remove code for lazy FPU handlingPaolo Bonzini4-144/+25
2019-02-11x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu1-1/+1
2019-02-11x86/corruption-check: Fix panic in memory_corruption_check() when boot option...He Zhe1-0/+15
2019-02-11x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clearJuergen Gross1-4/+3
2019-02-11x86/boot: eboot.c: Include string function declarationsBen Hutchings1-2/+1
2019-02-11x86/eisa: Add missing includeThomas Gleixner1-0/+1
2019-02-11x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov6-19/+17
2019-02-11x86/mm: Simplify p[g4um]d_page() macrosTom Lendacky1-5/+8
2019-02-11x86/asm: Fix pud/pmd interfaces to handle large PAT bitToshi Kani2-8/+10
2019-02-11x86/asm: Move PUD_PAGE macros to page_types.hToshi Kani2-3/+3
2019-02-11x86/asm: Add pud/pmd mask interfaces to handle large PAT bitToshi Kani1-2/+34
2018-12-17x86/percpu: Fix this_cpu_read()Peter Zijlstra1-4/+4
2018-12-17x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski1-8/+10
2018-12-17x86/paravirt: Fix some warning messagesDan Carpenter1-2/+2
2018-12-17x86/EISA: Don't probe EISA bus for Xen PV guestsBoris Ostrovsky1-2/+8
2018-12-17x86/boot: Move EISA setup to a separate fileThomas Gleixner3-13/+19
2018-12-17x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit2-11/+11
2018-12-17x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn6-8/+24
2018-12-17x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi2-16/+14
2018-12-17x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava2-0/+8
2018-12-17x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj2-0/+23
2018-12-17x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov4-36/+29
2018-12-17x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen3-6/+45
2018-12-17x86/spectre: Add missing family 6 check to microcode checkAndi Kleen1-0/+3
2018-12-17x86/process: Re-export start_thread()Rian Hunter1-0/+1
2018-11-20x86/apic: Fix build failure with X86_IO_APIC disabledBen Hutchings1-1/+2
2018-11-20KVM: x86: fix escape of guest dr6 to the hostWanpeng Li1-0/+6
2018-11-20x86/MCE: Remove min interval polling limitationDewet Thibaut1-3/+0
2018-11-20x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä2-6/+5
2018-11-20x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSRTom Lendacky1-3/+5
2018-11-20x86/bugs: Switch the selection of mitigation from CPU vendor to CPU featuresKonrad Rzeszutek Wilk1-8/+3
2018-11-20x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk6-9/+24
2018-11-20x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk3-2/+4
2018-11-20x86/cpufeatures: Hide AMD-specific speculation flagsBen Hutchings1-3/+3
2018-11-20x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov1-8/+10
2018-11-20x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec()Dan Williams1-1/+1
2018-11-20x86/speculation: Fix up array_index_nospec_mask() asm constraintDan Williams1-1/+1
2018-11-20x86: Call fixup_exception() before notify_die() in math_error()Siarhei Liakh1-6/+8
2018-11-20x86: msr-index.h: Correct SNB_C1/C3_AUTO_UNDEMOTE definesMatt Turner1-2/+2
2018-11-20arch/x86/kernel/cpu/common.c: fix unused symbol warningAndrew Morton1-1/+3
2018-10-21KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang1-1/+4
2018-10-21tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)1-5/+1
2018-10-21efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel1-2/+4
2018-10-21x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa2-2/+8
2018-10-21perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*Peter Zijlstra1-1/+4
2018-10-21perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()Peter Zijlstra1-0/+3
2018-10-21bpf, x64: fix memleak when not converging after imageDaniel Borkmann1-1/+2
2018-10-21x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam1-0/+2
2018-10-21x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=yJoerg Roedel1-4/+6