summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam2018-10-211-0/+2
* x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=yJoerg Roedel2018-10-211-4/+6
* x86/acpi: Prevent X2APIC id 0xffffffff from being accountedDou Liyang2018-10-211-0/+5
* x86/tsc: Prevent 32bit truncation in calc_hpet_ref()Xiaoming Gao2018-10-211-1/+1
* x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing2018-10-215-10/+13
* kvm: x86: fix a compile warningPeng Hao2018-10-211-1/+1
* crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers2018-10-211-2/+1
* um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur2018-10-211-1/+1
* x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf2018-10-031-1/+4
* x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka2018-10-031-0/+4
* x86/mm/kmmio: Make the tracer robust against L1TFAndi Kleen2018-10-031-10/+15
* x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen2018-10-031-2/+4
* x86/speculation/l1tf: Make pmd/pud_mknotpresent() invertAndi Kleen2018-10-031-5/+6
* x86/speculation/l1tf: Protect NUMA-balance entries against L1TFBen Hutchings2018-10-031-0/+48
* x86/speculation/l1tf: Exempt zeroed PTEs from inversionSean Christopherson2018-10-031-1/+10
* x86/speculation/l1tf: Invert all not present mappingsAndi Kleen2018-10-031-1/+1
* x86/speculation/l1tf: Fix up pte->pfn conversion for PAEMichal Hocko2018-10-031-6/+6
* x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-10-033-3/+3
* x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2018-10-032-4/+4
* x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka2018-10-032-3/+34
* x86/speculation/l1tf: Extend 64bit swap file size limitVlastimil Babka2018-10-031-1/+9
* x86/bugs: Move the l1tf function and define pr_fmt properlyKonrad Rzeszutek Wilk2018-10-031-26/+29
* x86/init: fix build with CONFIG_SWAP=nVlastimil Babka2018-10-031-0/+2
* x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-10-031-0/+14
* x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-10-032-0/+29
* x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie2018-10-032-0/+20
* x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-10-034-0/+67
* x86/speculation/l1tf: Make sure the first page is always reservedAndi Kleen2018-10-031-0/+6
* x86/speculation/l1tf: Protect PROT_NONE PTEs against speculationAndi Kleen2018-10-035-13/+84
* x86: mm: Add PUD functionsBen Hutchings2018-10-031-0/+25
* x86/speculation/l1tf: Protect swap entries against L1TFLinus Torvalds2018-10-031-3/+8
* x86/speculation/l1tf: Change order of offset/type in swap entryLinus Torvalds2018-10-031-12/+21
* mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1Naoya Horiguchi2018-10-032-8/+14
* x86/mm: Move swap offset/type up in PTE to work around erratumDave Hansen2018-10-031-8/+22
* x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFTAndi Kleen2018-10-031-2/+7
* x86: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2018-10-035-77/+2
* x86/cpufeatures: Show KAISER in cpuinfoBen Hutchings2018-10-031-1/+1
* x86/xen: Add call of speculative_store_bypass_ht_init() to PV pathsJuergen Gross2018-10-031-0/+5
* KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner2018-10-031-4/+4
* KVM/VMX: Expose SSBD properly to guestsKonrad Rzeszutek Wilk2018-10-032-2/+2
* x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk2018-10-032-2/+2
* KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-10-037-7/+58
* x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner2018-10-032-0/+36
* x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner2018-10-031-7/+19
* x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner2018-10-032-13/+2
* x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner2018-10-033-24/+6
* x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov2018-10-032-49/+44
* x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner2018-10-033-4/+9
* x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky2018-10-034-2/+18
* x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-10-034-9/+36