summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2018-10-10x86/APM: Fix build warning when PROC_FS is not enabledRandy Dunlap
2018-10-03x86/mm: Expand static page table for fixmap spaceFeng Tang
2018-10-03x86/tsc: Add missing header to tsc_msr.cAndy Shevchenko
2018-09-26x86/EISA: Don't probe EISA bus for Xen PV guestsBoris Ostrovsky
2018-09-19x86/apic/vector: Make error return value negativeThomas Gleixner
2018-09-19x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn
2018-09-19x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi
2018-09-19x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava
2018-09-15x86/tsc: Prevent result truncation on 32bitChuanhua Lei
2018-09-09Fix kexec forbidding kernels signed with keys in the secondary keyring to bootYannik Sembritzki
2018-09-05x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn
2018-09-05x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()Jann Horn
2018-09-05x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen
2018-09-05x86/spectre: Add missing family 6 check to microcode checkAndi Kleen
2018-09-05x86/process: Re-export start_thread()Rian Hunter
2018-09-05x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka
2018-09-05x86/gpu: reserve ICL's graphics stolen memoryPaulo Zanoni
2018-08-17xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci
2018-08-17x86/platform/UV: Mark memblock related init code and data correctlyDou Liyang
2018-08-17x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck
2018-08-15x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...Vlastimil Babka
2018-08-15x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf
2018-08-15cpu/hotplug: Fix SMT supported evaluationThomas Gleixner
2018-08-15x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini
2018-08-15x86/speculation: Simplify sysfs report of VMX L1TF vulnerabilityPaolo Bonzini
2018-08-15x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-08-15x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina
2018-08-15cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner
2018-08-15x86/kvm: Allow runtime control of L1D flushThomas Gleixner
2018-08-15x86/l1tf: Handle EPT disabled state properThomas Gleixner
2018-08-15x86/litf: Introduce vmx status variableThomas Gleixner
2018-08-15Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner
2018-08-15x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblingsBorislav Petkov
2018-08-15x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner
2018-08-15x86/cpu/AMD: Evaluate smp_num_siblings earlyThomas Gleixner
2018-08-15x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP infoBorislav Petkov
2018-08-15x86/cpu/intel: Evaluate smp_num_siblings earlyThomas Gleixner
2018-08-15x86/cpu/topology: Provide detect_extended_topology_early()Thomas Gleixner
2018-08-15x86/cpu/common: Provide detect_ht_early()Thomas Gleixner
2018-08-15x86/cpu/AMD: Remove the pointless detect_ht() callThomas Gleixner
2018-08-15x86/cpu: Remove the pointless CPU printoutThomas Gleixner
2018-08-15x86/topology: Provide topology_smt_supported()Thomas Gleixner
2018-08-15x86/smp: Provide topology_is_primary_thread()Thomas Gleixner
2018-08-15x86/bugs: Move the l1tf function and define pr_fmt properlyKonrad Rzeszutek Wilk
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen
2018-08-15x86/speculation/l1tf: Make sure the first page is always reservedAndi Kleen
2018-08-15kprobes/x86: Fix %p uses in error messagesMasami Hiramatsu
2018-08-15x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina
2018-08-15x86/paravirt: Fix spectre-v2 mitigations for paravirt guestsPeter Zijlstra