summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/hyper-v: detect nested featuresVitaly Kuznetsov2018-03-281-0/+5
* x86/hyper-v: move definitions from TLFS to hyperv-tlfs.hVitaly Kuznetsov2018-03-281-7/+8
* x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-281-1/+1
* KVM: X86: Fix setup the virt_spin_lock_key before static key get initializedWanpeng Li2018-03-281-3/+9
* x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov2018-03-161-1/+2
* x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov2018-03-161-0/+14
* KVM: X86: Don't use PV TLB flush with dedicated physical CPUsWanpeng Li2018-03-061-0/+2
* KVM: X86: Choose qspinlock when dedicated physical CPUs are availableWanpeng Li2018-03-061-0/+5
* KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li2018-03-061-0/+5
* 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-263-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-154-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-1518-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
* | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-3/+3
* | | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-105-21/+110
|\ \ \
| * \ \ Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-0169-539/+1956
| |\ \ \
| | * | | x86/irq: Count Hyper-V reenlightenment interruptsVitaly Kuznetsov2018-01-301-0/+9
| | * | | x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov2018-01-301-0/+6
| * | | | Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-162-20/+47
| |\ \ \ \