aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-02-23x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operationsSamuel Neves1-0/+1
2018-02-23x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in resctrl file systemWang Hui1-0/+1
2018-02-23x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner1-3/+22
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu2-0/+2
2018-02-21x86/mce/AMD: Carve out SMCA get_block_address() codeYazen Ghannam1-26/+31
2018-02-21x86/mce/AMD: Get address from already initialized blockYazen Ghannam1-0/+15
2018-02-21x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank typeYazen Ghannam1-0/+7
2018-02-21x86/mce/AMD: Pass the bank number to smca_get_bank_type()Yazen Ghannam1-8/+7
2018-02-21x86/mce/AMD: Collect error info even if valid bits are not setBorislav Petkov1-0/+14
2018-02-21x86/mce: Issue the 'mcelog --ascii' message only on !AMDBorislav Petkov1-1/+3
2018-02-21x86/mce: Convert 'struct mca_config' bools to a bitfieldBorislav Petkov2-13/+16
2018-02-21x86/mce: Put private structures and definitions into the internal headerBorislav Petkov1-2/+54
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf1-2/+1
2018-02-21x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov2-3/+8
2018-02-21x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELKirill A. Shutemov1-6/+6
2018-02-21x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra1-0/+2
2018-02-20x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse1-1/+11
2018-02-20x86/IO-APIC: Avoid warning in 32-bit buildsJan Beulich1-1/+1
2018-02-17x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He1-1/+1
2018-02-17x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He2-5/+5
2018-02-17x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He3-19/+4
2018-02-17x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdumpBaoquan He2-2/+4
2018-02-17x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He3-3/+5
2018-02-17x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()Baoquan He1-0/+5
2018-02-17x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava1-2/+8
2018-02-17x86/CPU: Check CPU feature bits after microcode upgradeBorislav Petkov1-0/+20
2018-02-17x86/CPU: Add a microcode loader callbackBorislav Petkov2-2/+16
2018-02-17x86/microcode: Propagate return value from updating functionsBorislav Petkov3-26/+27
2018-02-16x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov2-16/+25
2018-02-16x86/mm: Initialize vmemmap_base at boot-timeKirill A. Shutemov1-1/+2
2018-02-16x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov1-1/+2
2018-02-16x86/mm: Initialize 'page_offset_base' at boot-timeKirill A. Shutemov2-5/+10
2018-02-16x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-timeKirill A. Shutemov1-2/+4
2018-02-16x86/mm: Initialize 'pgtable_l5_enabled' at boot-timeKirill A. Shutemov1-1/+23
2018-02-16x86/apic: Make setup_local_APIC() staticDou Liyang1-1/+1
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-11/+39
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds18-85/+70
2018-02-15x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva3-4/+4
2018-02-15x86/spectre: Fix an error messageDan Carpenter1-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang15-46/+46
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]()Andy Lutomirski1-3/+3
2018-02-15x86/debug: Use UD2 for WARN()Peter Zijlstra1-1/+1
2018-02-14x86/mm: Make MAX_PHYSADDR_BITS and MAX_PHYSMEM_BITS dynamicKirill A. Shutemov1-3/+2
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2-13/+11
2018-02-14x86/mm: Introduce 'pgtable_l5_enabled'Kirill A. Shutemov1-0/+5
2018-02-14x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=yKirill A. Shutemov1-0/+9
2018-02-13x86/apic: Simplify init_bsp_APIC() usageDou Liyang1-2/+7
2018-02-13x86/x2apic: Mark set_x2apic_phys_mode() as __initDou Liyang1-1/+1
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2-6/+26
2018-02-13x86/platform/UV: Fix GAM Range Table entries less than 1GBmike.travis@hpe.com1-3/+12