summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky2019-11-061-13/+17
* x86/xen: Return from panic notifierBoris Ostrovsky2019-11-061-3/+25
* efi/x86: Do not clean dummy variable in kexec pathDave Young2019-11-061-3/+0
* x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang2019-11-061-1/+2
* kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson2019-10-294-28/+38
* kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in useJunaid Shahid2019-10-291-10/+4
* kvm: vmx: Introduce lapic_mode enumerationJim Mattson2019-10-292-11/+29
* KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li2019-10-294-21/+22
* x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel areaSteve Wahl2019-10-291-2/+20
* xen/efi: Set nonblocking callbacksRoss Lagerwall2019-10-291-0/+2
* x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2019-10-172-3/+3
* KVM: nVMX: handle page fault in vmread fixJack Wang2019-10-111-1/+1
* KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson2019-10-051-3/+8
* KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-10-052-0/+8
* KVM: x86: always stop emulation on page faultJan Dakinevich2019-10-051-1/+3
* x86/retpolines: Fix up backport of a9d57ef15cbeNathan Chancellor2019-10-051-1/+1
* x86/apic: Soft disable APIC before initializing itThomas Gleixner2019-10-051-0/+8
* x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat2019-10-051-19/+27
* x86/hyper-v: Fix overflow bug in fill_gva_list()Tianyu Lan2019-09-211-3/+5
* x86/uaccess: Don't leak the AC flags into __get_user() argument evaluationPeter Zijlstra2019-09-211-1/+3
* perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips2019-09-212-7/+18
* perf/x86/intel: Restrict period on NehalemJosh Hunt2019-09-211-0/+6
* x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner2019-09-211-1/+7
* x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Linus Torvalds2019-09-191-0/+1
* KVM: nVMX: handle page fault in vmreadPaolo Bonzini2019-09-191-2/+5
* KVM: x86: work around leak of uninitialized stack contentsFuqian Huang2019-09-191-0/+7
* x86/boot: Preserve boot_params.secure_boot from sanitizingJohn S. Gruber2019-09-101-0/+1
* Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds2019-09-101-4/+0
* x86/ptrace: fix up botched merge of spectrev1 fixGreg Kroah-Hartman2019-09-061-2/+1
* uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr2019-09-061-7/+10
* x86/apic: Include the LDR when clearing out APIC registersBandan Das2019-09-061-0/+4
* x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das2019-09-061-22/+2
* KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson2019-09-061-4/+5
* kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar2019-09-061-0/+5
* x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard2019-08-291-0/+1
* x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard2019-08-291-13/+47
* x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky2019-08-293-13/+140
* x86/apic: Handle missing global clockevent gracefullyThomas Gleixner2019-08-291-15/+53
* x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson2019-08-291-1/+1
* x86/lib/cpu: Address missing prototypes warningValdis Klētnieks2019-08-291-0/+1
* x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit2019-08-252-15/+15
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2019-08-251-2/+0
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-164-0/+29
* x86/mm: Sync also unmappings in vmalloc_sync_all()Joerg Roedel2019-08-161-8/+5
* x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel2019-08-161-1/+1
* x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner2019-08-063-29/+32
* x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf2019-08-061-9/+106
* x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2019-08-063-2/+36
* x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu2019-08-066-34/+34
* x86/cpufeatures: Carve out CQM features retrievalBorislav Petkov2019-08-061-27/+33