summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-21/+56
2020-04-18x86/split_lock: Add Tremont family CPU modelsTony Luck1-0/+3
2020-04-18x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck1-14/+31
2020-04-17x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse3-0/+16
2020-04-17x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre1-1/+2
2020-04-17x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()Tony Luck1-4/+2
2020-04-16Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+14
2020-04-15x86/umip: Make umip_insns staticJason Yan1-1/+1
2020-04-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+17
2020-04-14x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen1-1/+1
2020-04-14efi/x86: Revert struct layout change to fix kexec boot regressionArd Biesheuvel1-0/+2
2020-04-14efi/x86: Don't remap text<->rodata gap read-only for mixed modeArd Biesheuvel1-2/+10
2020-04-14efi/x86: Fix the deletion of variables in mixed modeGary Lin1-2/+2
2020-04-12Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-9/+79
2020-04-12Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+522
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds20-277/+91
2020-04-11x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan1-1/+5
2020-04-11x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan1-0/+10
2020-04-11KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li1-3/+34
2020-04-11KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li1-1/+11
2020-04-11x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2-5/+34
2020-04-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-43/+77
2020-04-11Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2020-04-11mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2-1/+13
2020-04-11x86/mm: introduce __set_memory_prot()Logan Gunthorpe2-0/+14
2020-04-11x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe8-25/+34
2020-04-11mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2-6/+6
2020-04-11mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2020-04-11mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2-11/+3
2020-04-11mm: define pte_index as macro for x86Arjun Roy1-0/+3
2020-04-11mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin1-0/+4
2020-04-10Merge tag 'acpi-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2020-04-10Merge branches 'acpi-ec' and 'acpi-x86'Rafael J. Wysocki1-1/+1
2020-04-09x86: hyperv: report value of misc_featuresOlaf Hering1-2/+2
2020-04-09x86/xen: fix booting 32-bit pv guestJuergen Gross1-1/+1
2020-04-09Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-15/+53
2020-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-3513/+3737
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+0
2020-04-08x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld12-62/+6
2020-04-08crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada1-2/+0
2020-04-08crypto: x86 - rework configuration based on KconfigJason A. Donenfeld1-87/+65
2020-04-08x86: add comments about the binutils version to support code in as-instrMasahiro Yamada1-0/+10
2020-04-08x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld3-10/+19
2020-04-08x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada13-89/+21
2020-04-08x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada2-5/+2
2020-04-08x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada2-6/+2
2020-04-08x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada2-10/+2
2020-04-08x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada2-44/+2
2020-04-08x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.hMasahiro Yamada1-1/+1
2020-04-08ACPI, x86/boot: make acpi_nobgrt staticJason Yan1-1/+1