summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu2020-05-071-0/+1
* kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini2020-05-061-15/+5
* KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson2020-05-061-0/+3
* kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini2020-05-041-5/+5
* KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit2020-05-041-2/+2
* KVM: SVM: fill in kvm_run->debug.arch.dr[67]Paolo Bonzini2020-05-041-0/+2
* KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warningSean Christopherson2020-05-041-1/+1
* Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-04-2178-395/+1090
|\
| * Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-196-21/+56
| |\
| | * x86/split_lock: Add Tremont family CPU modelsTony Luck2020-04-181-0/+3
| | * x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck2020-04-181-14/+31
| | * x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse2020-04-173-0/+16
| | * x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre2020-04-171-1/+2
| | * x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()Tony Luck2020-04-171-4/+2
| | * x86/umip: Make umip_insns staticJason Yan2020-04-151-1/+1
| | * x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen2020-04-141-1/+1
| * | Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-162-4/+14
| |\ \
| | * | efi/x86: Revert struct layout change to fix kexec boot regressionArd Biesheuvel2020-04-141-0/+2
| | * | efi/x86: Don't remap text<->rodata gap read-only for mixed modeArd Biesheuvel2020-04-141-2/+10
| | * | efi/x86: Fix the deletion of variables in mixed modeGary Lin2020-04-141-2/+2
| | |/
| * | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-142-3/+17
| |\ \ | | |/ | |/|
| | * x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan2020-04-111-1/+5
| | * x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan2020-04-111-0/+10
| | * x86: hyperv: report value of misc_featuresOlaf Hering2020-04-091-2/+2
| * | Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-124-9/+79
| |\ \
| | * | KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li2020-04-111-3/+34
| | * | KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li2020-04-111-1/+11
| | * | x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-112-5/+34
| * | | Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-123-0/+522
| |\ \ \
| | * | | perf/x86/intel/uncore: Add Ice Lake server uncore supportKan Liang2020-04-083-0/+522
| * | | | Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-1120-277/+91
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-0812-62/+6
| | * | | crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada2020-04-081-2/+0
| | * | | crypto: x86 - rework configuration based on KconfigJason A. Donenfeld2020-04-081-87/+65
| | * | | x86: add comments about the binutils version to support code in as-instrMasahiro Yamada2020-04-081-0/+10
| | * | | x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld2020-04-083-10/+19
| | * | | x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada2020-04-0813-89/+21
| | * | | x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada2020-04-082-5/+2
| | * | | x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada2020-04-082-6/+2
| | * | | x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada2020-04-082-10/+2
| | * | | x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada2020-04-082-44/+2
| | * | | x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.hMasahiro Yamada2020-04-081-1/+1
| | |/ /
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-1113-43/+77
| |\ \ \
| | * | | mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-112-1/+13
| | * | | x86/mm: introduce __set_memory_prot()Logan Gunthorpe2020-04-112-0/+14
| | * | | x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2020-04-118-25/+34
| | * | | mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-112-6/+6
| | * | | mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-111-1/+1
| | * | | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-112-11/+3
| | * | | mm: define pte_index as macro for x86Arjun Roy2020-04-111-0/+3