aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-14/+73
2022-10-23Merge tag 'objtool_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2022-10-23Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-64/+63
2022-10-22KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERGravatar Alexander Graf 1-0/+56
2022-10-22KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Gravatar Alexander Graf 1-14/+17
2022-10-21x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyGravatar Chang S. Bae 1-0/+9
2022-10-21x86/unwind/orc: Fix unreliable stack dump with gcovGravatar Chen Zhongjin 1-1/+1
2022-10-21iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()Gravatar Charlotte Tan 1-1/+3
2022-10-20perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Gravatar Maxim Levitsky 1-1/+1
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Gravatar Peter Zijlstra 1-8/+9
2022-10-20x86/ftrace: Remove ftrace_epilogue()Gravatar Peter Zijlstra 1-15/+6
2022-10-18x86/resctrl: Fix min_cbm_bits for AMDGravatar Babu Moger 1-6/+2
2022-10-18x86/microcode/AMD: Apply the patch early on every logical threadGravatar Borislav Petkov 1-3/+13
2022-10-17x86/topology: Fix duplicated core ID within a packageGravatar Zhang Rui 1-1/+1
2022-10-17x86/topology: Fix multiple packages shown on a single-package systemGravatar Zhang Rui 1-4/+10
2022-10-17x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUBGravatar Nathan Chancellor 1-1/+0
2022-10-17x86/fpu: Exclude dynamic states from init_fpstateGravatar Chang S. Bae 1-3/+6
2022-10-17x86/fpu: Fix the init_fpstate size check with the actual sizeGravatar Chang S. Bae 1-18/+6
2022-10-17x86/fpu: Configure init_fpstate attributes orderlyGravatar Chang S. Bae 2-9/+5
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-6/+6
2022-10-12Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-60/+123
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+0
2022-10-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-124/+59
2022-10-11treewide: use get_random_u32() when possibleGravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 4-5/+5
2022-10-11xen/pv: support selecting safe/unsafe msr accessesGravatar Juergen Gross 2-10/+23
2022-10-11xen/pv: refactor msr access functions to support safe and unsafe accessesGravatar Juergen Gross 1-19/+56
2022-10-11xen/pv: fix vendor checks for pmu emulationGravatar Juergen Gross 1-3/+6
2022-10-11xen/pv: add fault recovery control to pmu msr accessesGravatar Juergen Gross 1-28/+38
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 30-34/+302
2022-10-10Merge tag 'x86_mm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-15/+64
2022-10-10Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+3
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 6-0/+2029
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 2-3/+3
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 3-5/+0
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 4-10/+7
2022-10-10Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+7
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 23-522/+1525
2022-10-10xen/virtio: enable grant based virtio on x86Gravatar Juergen Gross 2-2/+2
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 28-843/+1440
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-8/+23
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-31/+68
2022-10-04x86/mm: Ease W^X enforcement back to just a warningGravatar Dave Hansen 1-5/+9
2022-10-04Merge tag 'x86_cleanups_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 7-12/+13
2022-10-04Merge tag 'x86_cache_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 7-261/+463
2022-10-04Merge tag 'x86_microcode_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-30/+6
2022-10-04Merge tag 'x86_paravirt_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-0/+2
2022-10-04Merge tag 'x86_misc_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2022-10-04Merge tag 'x86_asm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-21/+33