summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-116-49/+178
|\
| * 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/MCE: Serialize sysfs changesSeunghun Han2018-03-081-1/+21
* | x86/MCE: Save microcode revision in machine check recordsTony Luck2018-03-081-1/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-061-0/+65
|\ \
| * | signal/x86: Include the field offsets in the build time checksEric W. Biederman2018-03-061-0/+65
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-042-25/+9
|\ \ \ | | |/ | |/|
| * | x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-012-25/+9
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-268-31/+77
|\ \ \ | |/ /
| * | 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
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-261-9/+11
|\ \ \
| * | | KVM: X86: Avoid traversing all the cpus for pv tlb flush when steal time is d...Wanpeng Li2018-02-241-2/+4
| * | | x86/kvm: Make parse_no_xxx __init for kvmDou Liyang2018-02-241-3/+3
| * | | KVM: x86: fix backward migration with async_PFRadim Krčmář2018-02-241-4/+4
| | |/ | |/|
* | | 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
OpenPOWER on IntegriCloud