summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds10-265/+178
2021-04-26Merge tag 'x86-vdso-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-04-26Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-22/+105
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+20
2021-04-26Merge tag 'x86-apic-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+13
2021-04-26Merge tag 'x86_platform_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-40/+40
2021-04-26Merge tag 'x86_build_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+3
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds144-265/+237
2021-04-26Merge tag 'x86_boot_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-71/+84
2021-04-26Merge tag 'x86_sgx_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-188/+758
2021-04-26Merge tag 'x86_vmware_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2021-04-26Merge tag 'x86_seves_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-63/+372
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds34-595/+410
2021-04-26Merge tag 'ras_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2021-04-26Merge tag 'x86_microcode_for_v5.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+3
2021-04-25Merge tag 'perf_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-36/+27
2021-04-25Merge tag 'x86_urgent_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-04-24KVM: x86/xen: Take srcu lock when accessing kvm_memslots()Wanpeng Li1-11/+9
2021-04-22perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[]Jim Mattson1-1/+1
2021-04-21perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3Kan Liang1-35/+26
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury7-34/+32
2021-04-21x86/hyperv: Move hv_do_rep_hypercall to asm-genericJoseph Salisbury1-32/+0
2021-04-20x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith1-1/+1
2021-04-20x86/platform/uv: Remove dead !CONFIG_KEXEC_CORE codeIngo Molnar1-11/+2
2021-04-20x86/platform/uv: Fix !KEXEC build failureIngo Molnar1-0/+1
2021-04-19x86/build: Disable HIGHMEM64G selection for M486SXMaciej W. Rozycki1-1/+1
2021-04-17kasan: remove redundant config optionWalter Wu1-1/+1
2021-04-16x86/platform/uv: Add more to secondary CPU kdump infoGeorges Aureau1-15/+24
2021-04-16x86/platform/uv: Use x2apic enabled bit as set by BIOS to indicate APIC modeMike Travis1-17/+13
2021-04-15Merge tag 'acpi-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+2
2021-04-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+5
2021-04-14x86/pat: Do not compile stubbed functions when X86_PAT is offJan Kiszka1-0/+2
2021-04-14x86/setup: Move trim_snb_memory() later in setup_arch() to fix boot hangsMike Rapoport1-5/+15
2021-04-14KVM: VMX: Don't use vcpu->run->internal.ndata as an array indexReiji Watanabe1-5/+5
2021-04-13ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()Rafael J. Wysocki1-3/+2
2021-04-12x86/sgx: Mark sgx_vepc_vm_ops staticWei Yongjun1-1/+1
2021-04-12x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka1-0/+2
2021-04-11Merge tag 'x86_urgent_for_v5.12-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-04-10x86/platform/intel/quark: Fix incorrect kernel-doc comment syntax in filesAditya Srivastava2-2/+2
2021-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+6
2021-04-10Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+20
2021-04-10kfence, x86: fix preemptible warning on KPTI-enabled systemsMarco Elver1-1/+6
2021-04-09Merge tag 'acpi-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-15/+13
2021-04-09x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai1-2/+2
2021-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2021-04-08x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()Jarkko Sakkinen1-1/+0
2021-04-08bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk1-1/+10
2021-04-08bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk1-1/+10
2021-04-08x86/entry: Enable random_kstack_offset supportKees Cook3-0/+20