summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2019-01-14ANDROID: cuttlefish_defconfig: remove DM_VERITY_HASH_PREFETCH_MIN_SIZESami Tolvanen
2019-01-13Merge 4.14.93 into android-4.14Greg Kroah-Hartman
2019-01-13x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov
2019-01-13x86/mm: Fix guard hole handlingKirill A. Shutemov
2019-01-09Merge 4.14.92 into android-4.14Greg Kroah-Hartman
2019-01-09KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() failsSean Christopherson
2019-01-09KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson
2019-01-09x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams
2019-01-09x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko
2019-01-02ANDROID: cuttlefish_defconfig: Enable VIRTIO_INPUTAlistair Strachan
2018-12-29Merge 4.14.91 into android-4.14Greg Kroah-Hartman
2018-12-29x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King
2018-12-29KVM: Fix UAF in nested posted interrupt processingCfir Cohen
2018-12-29kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost
2018-12-21Merge 4.14.90 into android-4.14Greg Kroah-Hartman
2018-12-21x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu
2018-12-21locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra
2018-12-21locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper boundWill Deacon
2018-12-21locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon
2018-12-21x86/build: Fix compiler support check for CONFIG_RETPOLINEMasahiro Yamada
2018-12-17Merge 4.14.89 into android-4.14Greg Kroah-Hartman
2018-12-17Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin
2018-12-17x86/kvm/vmx: fix old-style function declarationYi Wang
2018-12-17KVM: x86: fix empty-body warningsYi Wang
2018-12-10ANDROID: cuttlefish_defconfig: Enable VIRT_WIFIAlistair Strachan
2018-12-08Merge 4.14.87 into android-4.14Greg Kroah-Hartman
2018-12-08svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang
2018-12-05ANDROID: cuttlefish_defconfig: Enable CONFIG_CRYPTO_ADIANTUMAlistair Strachan
2018-12-05FROMGIT: crypto: poly1305 - use structures for key and accumulatorEric Biggers
2018-12-05BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying numbe...Eric Biggers
2018-12-05Merge 4.14.86 into android-4.14Greg Kroah-Hartman
2018-12-05perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa
2018-12-05perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa
2018-12-05x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior
2018-12-05x86/MCE/AMD: Fix the thresholding machinery initialization orderBorislav Petkov
2018-12-05KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li
2018-12-05KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon
2018-12-05kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson
2018-12-05kvm: mmu: Fix race in emulated page table writesJunaid Shahid
2018-12-05x86/speculation: Provide IBPB always command line optionsThomas Gleixner
2018-12-05x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner
2018-12-05x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner
2018-12-05x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2018-12-05x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner
2018-12-05x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner
2018-12-05x86/speculation: Split out TIF updateThomas Gleixner
2018-12-05x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2018-12-05x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner
2018-12-05x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner
2018-12-05x86/speculation: Prepare for per task indirect branch speculation controlTim Chen