summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-016-71/+151
|\
| * KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()Eiichi Tsukata2022-10-281-3/+4
| * KVM: x86: smm: number of GPRs in the SMRAM image depends on the image formatMaxim Levitsky2022-10-281-2/+2
| * KVM: x86: emulator: update the emulation mode after CR0 writeMaxim Levitsky2022-10-281-1/+15
| * KVM: x86: emulator: update the emulation mode after rsmMaxim Levitsky2022-10-281-1/+1
| * KVM: x86: emulator: introduce emulator_recalc_and_set_modeMaxim Levitsky2022-10-281-28/+57
| * KVM: x86: emulator: em_sysexit should update ctxt->modeMaxim Levitsky2022-10-281-0/+1
| * KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj2022-10-272-32/+37
| * KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailableEmanuele Giuseppe Esposito2022-10-271-0/+5
| * KVM: x86: Exempt pending triple fault from event injection sanity checkSean Christopherson2022-10-271-1/+14
| * KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()Hou Wenlong2022-10-271-1/+6
| * KVM: x86: Mask off reserved bits in CPUID.8000001FHJim Mattson2022-10-271-1/+2
| * KVM: x86: Mask off reserved bits in CPUID.8000001AHJim Mattson2022-10-221-0/+3
| * KVM: x86: Mask off reserved bits in CPUID.80000008HJim Mattson2022-10-221-0/+1
| * KVM: x86: Mask off reserved bits in CPUID.80000006HJim Mattson2022-10-221-1/+2
| * KVM: x86: Mask off reserved bits in CPUID.80000001HJim Mattson2022-10-221-0/+1
* | Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-302-1/+5
|\ \
| * | perf/mem: Rename PERF_MEM_LVLNUM_EXTN_MEM to PERF_MEM_LVLNUM_CXLRavi Bangoria2022-10-271-1/+1
| * | perf/x86/rapl: Add support for Intel Raptor LakeZhang Rui2022-10-271-0/+3
| * | perf/x86/rapl: Add support for Intel AlderLake-NZhang Rui2022-10-271-0/+1
* | | Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-293-10/+15
|\ \ \
| * | | x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2022-10-281-4/+7
| * | | x86: asm: make sure __put_user_size() evaluates pointer onceAlexander Potapenko2022-10-281-6/+7
| * | | x86/purgatory: disable KMSAN instrumentationAlexander Potapenko2022-10-281-0/+1
* | | | Merge tag 'v6.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-281-5/+14
|\ \ \ \
| * | | | crypto: x86/polyval - Fix crashes when keys are not 16-byte alignedNathan Huckleberry2022-10-211-5/+14
| |/ / /
* | | | x86/mm: Do not verify W^X at boot upSteven Rostedt (Google)2022-10-241-0/+4
* | | | Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-241-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-10-241-0/+13
| |\ \ \ | | |/ / | |/| |
| | * | bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa2022-10-201-0/+13
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-231-14/+73
|\ \ \ \ | | |_|/ | |/| |
| * | | KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf2022-10-221-0/+56
| * | | KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Alexander Graf2022-10-221-14/+17
| |/ /
* | | Merge tag 'objtool_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-231-1/+1
|\ \ \
| * | | x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin2022-10-211-1/+1
| |/ /
* | | Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-238-64/+63
|\ \ \
| * | | x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyChang S. Bae2022-10-211-0/+9
| * | | perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Maxim Levitsky2022-10-201-1/+1
| * | | ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-201-8/+9
| * | | x86/ftrace: Remove ftrace_epilogue()Peter Zijlstra2022-10-201-15/+6
| * | | x86/resctrl: Fix min_cbm_bits for AMDBabu Moger2022-10-181-6/+2
| * | | x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov2022-10-181-3/+13
| * | | x86/topology: Fix duplicated core ID within a packageZhang Rui2022-10-171-1/+1
| * | | x86/topology: Fix multiple packages shown on a single-package systemZhang Rui2022-10-171-4/+10
| * | | x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUBNathan Chancellor2022-10-171-1/+0
| * | | x86/fpu: Exclude dynamic states from init_fpstateChang S. Bae2022-10-171-3/+6
| * | | x86/fpu: Fix the init_fpstate size check with the actual sizeChang S. Bae2022-10-171-18/+6
| * | | x86/fpu: Configure init_fpstate attributes orderlyChang S. Bae2022-10-172-9/+5
| |/ /
* / / iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()Charlotte Tan2022-10-211-1/+3
|/ /
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-165-6/+6
|\ \