summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-01-31x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake1-2/+2
2019-01-31KVM: x86: Fix single-step debuggingAlexander Popov1-2/+1
2019-01-13crypto: x86/chacha20 - avoid sleeping with preemption disabledEric Biggers1-0/+1
2019-01-09x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov2-3/+19
2019-01-09KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson1-1/+1
2018-12-29x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior1-2/+2
2018-12-29x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King1-0/+2
2018-12-21x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu1-1/+1
2018-12-21locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra1-0/+21
2018-12-21locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper boundWill Deacon1-0/+2
2018-12-21locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2-3/+2
2018-12-17x86/kvm/vmx: fix old-style function declarationYi Wang1-4/+4
2018-12-17KVM: x86: fix empty-body warningsYi Wang1-1/+1
2018-12-08svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang1-8/+11
2018-12-08x86/power/64: Use char arrays for asm function namesKees Cook2-6/+5
2018-12-05perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa2-18/+12
2018-12-05perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa2-21/+40
2018-12-05KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li1-1/+2
2018-12-05kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson1-5/+15
2018-12-05kvm: mmu: Fix race in emulated page table writesJunaid Shahid1-18/+9
2018-12-01perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang1-1/+114
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman1-51/+6
2018-11-23x86/build: Use cc-option to validate stack alignment parameterMatthias Kaehlcke1-3/+3
2018-11-23x86/build: Fix stack alignment for CLangMatthias Kaehlcke1-6/+8
2018-11-23x86/boot: #undef memcpy() et al in string.cMichael Davidson1-0/+9
2018-11-23x86/build: Specify stack alignment for clangMatthias Kaehlcke1-5/+21
2018-11-23x86/build: Use __cc-option for boot code compiler optionsMatthias Kaehlcke1-4/+5
2018-11-23crypto, x86: aesni - fix token pasting for clangMichael Davidson1-5/+2
2018-11-23x86/kbuild: Use cc-option to enable -falign-{jumps/loops}Matthias Kaehlcke1-2/+2
2018-11-13xen: fix xen_qlock_wait()Juergen Gross1-6/+8
2018-11-13xen: make xen_qlock_wait() nestableJuergen Gross1-14/+10
2018-11-13xen: fix race in xen_qlock_wait()Juergen Gross1-10/+5
2018-11-13x86: boot: Fix EFI stub alignmentBen Hutchings1-0/+7
2018-11-13x86/olpc: Indicate that legacy PC XO-1 platform should not register RTCLubomir Rintel1-0/+3
2018-11-13x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior1-1/+0
2018-11-13x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth4-2/+23
2018-11-13x86/corruption-check: Fix panic in memory_corruption_check() when boot option...He Zhe1-0/+15
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-6/+51
2018-11-10x86/time: Correct the attribute on jiffies' definitionNathan Chancellor1-1/+1
2018-11-10x86/percpu: Fix this_cpu_read()Peter Zijlstra1-4/+4
2018-11-10Revert "x86/mm: Expand static page table for fixmap space"Sasha Levin5-39/+7
2018-11-10x86/paravirt: Fix some warning messagesDan Carpenter1-2/+2
2018-11-10x86/cpu/cyrix: Add alternative Device ID of Geode GX1 SoCChristian Sünkenberg1-0/+1
2018-11-10perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKXKan Liang1-6/+6
2018-10-20mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara1-1/+1
2018-10-18x86/kvm/lapic: always disable MMIO interface in x2APIC modeVitaly Kuznetsov2-3/+20
2018-10-13x86/fpu: Finish excising 'eagerfpu'Andy Lutomirski3-26/+1
2018-10-13x86/fpu: Remove struct fpu::counterRik van Riel4-21/+1
2018-10-13x86/fpu: Remove use_eager_fpu()Andy Lutomirski7-105/+13
2018-10-13x86/mm: Expand static page table for fixmap spaceFeng Tang5-7/+39