summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* xen: fix xen_qlock_wait()Juergen Gross2018-11-131-6/+8
* crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...Mikulas Patocka2018-11-131-1/+1
* xen/pvh: don't try to unplug emulated devicesJuergen Gross2018-11-131-0/+4
* xen/pvh: increase early stack sizeRoger Pau Monne2018-11-131-1/+1
* xen: make xen_qlock_wait() nestableJuergen Gross2018-11-131-14/+10
* xen: fix race in xen_qlock_wait()Juergen Gross2018-11-131-10/+5
* KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson2018-11-132-2/+6
* x86: boot: Fix EFI stub alignmentBen Hutchings2018-11-131-0/+7
* efi/x86: Call efi_parse_options() from efi_main()Hans de Goede2018-11-131-0/+10
* x86/intel_rdt: Show missing resctrl mount optionsXiaochen Shen2018-11-131-0/+7
* x86/olpc: Indicate that legacy PC XO-1 platform should not register RTCLubomir Rintel2018-11-131-0/+3
* x86/numa_emulation: Fix uniform-split numa emulationDave Jiang2018-11-131-2/+10
* x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2018-11-132-1/+11
* x86/kvm/nVMX: allow bare VMXON state migrationVitaly Kuznetsov2018-11-131-7/+8
* x86/corruption-check: Fix panic in memory_corruption_check() when boot option...He Zhe2018-11-131-0/+15
* x86/xen: Fix boot loader version reported for PVH guestsJuergen Gross2018-11-131-1/+1
* x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-11-131-6/+51
* kprobes/x86: Use preempt_enable() in optimized_callback()Masami Hiramatsu2018-11-131-1/+1
* x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernelsChristoph Hellwig2018-10-191-2/+0
* x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ...Sebastian Andrzej Siewior2018-10-171-1/+1
* x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior2018-10-171-1/+0
* x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski2018-10-171-6/+4
* x86/entry/32: Clear the CS high bitsJan Kiszka2018-10-171-6/+7
* x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor2018-10-141-0/+1
* x86/time: Correct the attribute on jiffies' definitionNathan Chancellor2018-10-141-1/+1
* x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen2018-10-141-0/+15
* x86/percpu: Fix this_cpu_read()Peter Zijlstra2018-10-141-4/+4
* x86/tsc: Force inlining of cyc2ns bitsPeter Zijlstra2018-10-141-3/+3
* Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-141-1/+1
|\
| * mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara2018-10-091-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman2018-10-132-2/+10
|\ \
| * | KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_t...Vitaly Kuznetsov2018-10-131-1/+5
| * | KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=mPaolo Bonzini2018-10-091-1/+5
* | | x86/mm: Avoid VLA in pgd_alloc()Kees Cook2018-10-091-2/+8
* | | x86/intel_rdt: Fix out-of-bounds memory access in CBM testsReinette Chatre2018-10-093-25/+37
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-053-7/+25
|\ \ \
| * | | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan2018-10-022-0/+18
| * | | perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKXKan Liang2018-10-021-6/+6
| * | | perf/x86/intel/uncore: Use boot_cpu_data.phys_proc_id instead of hardcorded p...Masayoshi Mizuma2018-10-021-1/+1
| | |/ | |/|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-10-055-15/+39
|\ \ \
| * | | x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski2018-10-041-4/+4
| * | | x86/cpu/amd: Remove unnecessary parenthesesNathan Chancellor2018-10-031-1/+1
| * | | x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski2018-10-031-2/+14
| * | | x86/tsc: Fix UV TSC initializationMike Travis2018-10-021-0/+4
| * | | x86/platform/uv: Provide is_early_uv_system()Mike Travis2018-10-021-0/+6
| * | | x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski2018-10-021-8/+10
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman2018-10-053-66/+97
|\ \ \ | |/ / |/| / | |/
| * kvm: nVMX: fix entry with pending interrupt if APICv is enabledPaolo Bonzini2018-10-041-12/+26
| * KVM: VMX: hide flexpriority from guest when disabled at the module levelPaolo Bonzini2018-10-041-1/+5
| * KVM: VMX: check for existence of secondary exec controls before accessingSean Christopherson2018-10-041-3/+4