summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-1214-87/+246
|\
| * x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers2018-03-092-1/+11
| * x86/microcode: Synchronize late microcode loadingAshok Raj2018-03-081-26/+92
| * x86/microcode: Request microcode on the BSPBorislav Petkov2018-03-081-6/+5
| * x86/microcode/intel: Look into the patch cache firstBorislav Petkov2018-03-081-6/+5
| * x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj2018-03-081-0/+18
| * x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj2018-03-081-0/+12
| * x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj2018-03-081-3/+24
| * x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov2018-03-081-11/+8
| * x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk2018-03-081-0/+7
| * x86/syscalls: Use proper syscall definition for sys_ioperm()Dominik Brodowski2018-03-071-1/+1
| * x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-012-25/+9
| * extable: Make init_kernel_text() globalJosh Poimboeuf2018-02-211-2/+1
| * x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra2018-02-211-0/+2
| * x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse2018-02-201-1/+11
| * x86/IO-APIC: Avoid warning in 32-bit buildsJan Beulich2018-02-201-1/+1
| * x86/CPU: Check CPU feature bits after microcode upgradeBorislav Petkov2018-02-171-0/+20
| * x86/CPU: Add a microcode loader callbackBorislav Petkov2018-02-172-2/+16
| * x86/microcode: Propagate return value from updating functionsBorislav Petkov2018-02-173-26/+27
* | kdump, vmcoreinfo: Export pgtable_l5_enabled valueBaoquan He2018-03-121-0/+1
* | x86/boot/e820: Implement a range manipulation operatorJan H. Schönherr2018-02-261-0/+18
* | x86/boot: Make the x86_init noop functions staticJuergen Gross2018-02-261-5/+5
* | x86/acpi: Add a new x86_init_acpi structure to x86_init_opsJuergen Gross2018-02-261-0/+5
* | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-2626-101/+143
|\ \
| * \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-253-3/+24
| |\ \
| | * | x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves2018-02-231-0/+1
| | * | x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directo...Wang Hui2018-02-231-0/+1
| | * | x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner2018-02-231-3/+22
| * | | x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu2018-02-222-0/+2
| |/ /
| * | x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava2018-02-171-2/+8
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-144-11/+39
| |\ \ | | |/ | |/|
| | * x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-132-6/+26
| | * x86/platform/UV: Fix GAM Range Table entries less than 1GBmike.travis@hpe.com2018-02-131-3/+12
| | * x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physica...Masayoshi Mizuma2018-02-131-1/+0
| | * x86/MCE: Fix build warning introduced by "x86: do not use print_symbol()"Borislav Petkov2018-02-111-1/+1
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-1418-85/+70
| |\ \
| | * | x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva2018-02-153-4/+4
| | * | x86/spectre: Fix an error messageDan Carpenter2018-02-151-1/+1
| | * | x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-1515-46/+46
| | * | x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-3/+3
| | * | x86/debug: Use UD2 for WARN()Peter Zijlstra2018-02-151-1/+1
| | * | x86/speculation: Clean up various Spectre related detailsIngo Molnar2018-02-131-17/+11
| | * | Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"David Woodhouse2018-02-131-6/+0
| | * | x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse2018-02-131-5/+6
| | * | x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse2018-02-111-4/+0
* | | | x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov2018-02-212-3/+8
* | | | x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELKirill A. Shutemov2018-02-211-6/+6
* | | | x86/mm: Support boot-time switching of paging modes in the early boot codeKirill A. Shutemov2018-02-162-17/+26
* | | | x86/mm: Initialize vmemmap_base at boot-timeKirill A. Shutemov2018-02-161-1/+2
* | | | x86/mm: Adjust vmalloc base and size at boot-timeKirill A. Shutemov2018-02-161-1/+2
OpenPOWER on IntegriCloud