summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds2020-07-051-10/+1
* Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-0512-64/+196
|\
| * x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski2020-07-041-1/+34
| * x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski2020-07-043-12/+17
| * x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski2020-07-044-25/+44
| * x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2020-07-041-0/+19
| * x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERAndy Lutomirski2020-07-041-9/+10
| * x86/entry/64/compat: Fix Xen PV SYSENTER frame setupAndy Lutomirski2020-07-012-4/+17
| * x86/entry: Move SYSENTER's regs->sp and regs->flags fixups into CAndy Lutomirski2020-07-013-9/+19
| * x86/entry: Assert that syscalls are on the right stackAndy Lutomirski2020-07-011-3/+15
| * x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelistedSean Christopherson2020-06-301-1/+10
| * x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen2020-06-292-0/+11
* | vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig2020-07-041-1/+2
* | Merge tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-281-1/+1
|\ \
| * | perf/x86/rapl: Fix RAPL config variable bugStephane Eranian2020-06-021-1/+1
* | | Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-281-1/+10
|\ \ \
| * | | efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar2020-06-171-1/+10
* | | | Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-2810-20/+32
|\ \ \ \
| * | | | x86/asm/64: Align start of __clear_user() loop to 16-bytesMatt Fleming2020-06-191-0/+1
| * | | | x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook2020-06-181-12/+12
| * | | | x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter2020-06-171-0/+1
| * | | | x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson2020-06-155-4/+13
| * | | | x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger2020-06-152-4/+5
| |/ / /
* | | | Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-06-281-1/+1
|\ \ \ \
| * | | | objtool: Fix noinstr vs KCOVPeter Zijlstra2020-06-181-1/+1
| |/ / /
* | | | Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-288-45/+73
|\ \ \ \
| * \ \ \ Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar2020-06-2627-133/+116
| |\ \ \ \
| * | | | | x86/entry: Fix #UD vs WARN morePeter Zijlstra2020-06-251-34/+38
| * | | | | x86/entry: Increase entry_stack size to a full pagePeter Zijlstra2020-06-251-1/+1
| * | | | | x86/entry: Fixup bad_iret vs noinstrPeter Zijlstra2020-06-252-3/+7
| * | | | | x86/entry, bug: Comment the instrumentation_begin() usage for WARN()Peter Zijlstra2020-06-151-0/+6
| * | | | | x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra2020-06-153-2/+20
| * | | | | x86, kcsan: Remove __no_kcsan_or_inline usagePeter Zijlstra2020-06-151-5/+1
| | |/ / / | |/| | |
* | | | | x86/hyperv: allocate the hypercall page with only read and execute bitsChristoph Hellwig2020-06-262-1/+5
| |/ / / |/| | |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-2312-82/+72
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruSean Christopherson2020-06-231-2/+0
| * | | KVM: x86: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti2020-06-231-1/+2
| * | | KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li2020-06-231-2/+2
| * | | KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson2020-06-233-26/+0
| * | | KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson2020-06-235-10/+11
| * | | KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()Vitaly Kuznetsov2020-06-221-6/+3
| * | | KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini2020-06-222-21/+32
| * | | kvm: lapic: fix broken vcpu hotplugIgor Mammedov2020-06-221-0/+1
| * | | Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Vitaly Kuznetsov2020-06-191-2/+1
| * | | KVM: VMX: Add helpers to identify interrupt type from intr_infoSean Christopherson2020-06-151-12/+20
| * | | kvm/svm: disable KCSAN for svm_vcpu_run()Qian Cai2020-06-151-1/+1
| |/ /
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-211-2/+2
|\ \ \
| * | | x86/platform/intel-mid: convert to use i2c_new_client_device()Wolfram Sang2020-06-191-2/+2
| |/ /
* | | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-13/+3
|\ \ \
| * | | kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-171-13/+3
| |/ /