aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-56/+121
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-9/+26
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSGravatar Sven Joachim 2-2/+2
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestGravatar Sean Christopherson 1-4/+9
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidGravatar Sean Christopherson 5-20/+52
2023-07-29Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"Gravatar Sean Christopherson 1-8/+2
2023-07-29KVM: x86: Acquire SRCU read lock when handling fastpath MSR writesGravatar Sean Christopherson 1-0/+4
2023-07-29KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathGravatar Sean Christopherson 1-2/+1
2023-07-29KVM: VMX: Make VMREAD error path play nice with noinstrGravatar Sean Christopherson 3-9/+26
2023-07-29KVM: x86/irq: Conditionally register IRQ bypass consumer againGravatar Like Xu 1-1/+1
2023-07-29KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipivGravatar Peng Hao 1-1/+2
2023-07-29KVM: x86: check the kvm_cpu_get_interrupt result before using itGravatar Maxim Levitsky 1-3/+7
2023-07-29KVM: x86: VMX: set irr_pending in kvm_apic_update_irrGravatar Maxim Levitsky 1-1/+4
2023-07-29KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomicallyGravatar Maxim Levitsky 1-7/+13
2023-07-25x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryGravatar Kirill A. Shutemov 1-7/+11
2023-07-22x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledGravatar Kim Phillips 1-6/+9
2023-07-22x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksGravatar Yazen Ghannam 1-2/+2
2023-07-20x86: Fix kthread unwindGravatar Peter Zijlstra 1-1/+15
2023-07-17x86/cpu/amd: Add a Zenbleed fixGravatar Borislav Petkov (AMD) 5-0/+66
2023-07-17x86/cpu/amd: Move the errata checking functionality upGravatar Borislav Petkov (AMD) 1-72/+67
2023-07-16Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+7
2023-07-14Merge tag 'x86_urgent_for_6.5_rc2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-74/+119
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2023-07-13Merge tag 'for-linus-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-16/+21
2023-07-11x86/cfi: Only define poison_cfi() if CONFIG_X86_KERNEL_IBT=yGravatar Ingo Molnar 1-0/+2
2023-07-10x86/ftrace: Remove unsued extern declaration ftrace_regs_caller_ret()Gravatar YueHaibing 1-1/+0
2023-07-10x86/fineibt: Poison ENDBR at +0Gravatar Peter Zijlstra 1-0/+16
2023-07-10x86: Rewrite ret_from_fork() in CGravatar Brian Gerst 4-49/+40
2023-07-10x86/32: Remove schedule_tail_wrapper()Gravatar Brian Gerst 1-23/+10
2023-07-10x86/cfi: Extend ENDBR sealing to kCFIGravatar Peter Zijlstra 1-1/+43
2023-07-10x86/alternative: Rename apply_ibt_endbr()Gravatar Peter Zijlstra 4-6/+9
2023-07-10x86/cfi: Extend {JMP,CAKK}_NOSPEC commentGravatar Peter Zijlstra 1-0/+4
2023-07-10perf/x86: Fix lockdep warning in for_each_sibling_event() on SPRGravatar Namhyung Kim 1-0/+7
2023-07-09Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+8
2023-07-07x86/smp: Don't send INIT to boot CPUGravatar Thomas Gleixner 1-0/+8
2023-07-05x86/xen: Fix secondary processors' FPU initializationGravatar Juergen Gross 1-0/+1
2023-07-04x86/Xen: tidy xen-head.SGravatar Jan Beulich 1-16/+21
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 24-281/+471
2023-07-01Merge tag 'x86-urgent-2023-07-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2023-07-01Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 8-37/+73
2023-07-01Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 3-35/+13
2023-07-01Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 12-118/+260
2023-07-01Merge tag 'kvm-x86-mmu-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 2-6/+48
2023-07-01Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 8-85/+77
2023-06-30Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+9
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 4-6/+30
2023-06-30x86/efi: Make efi_set_virtual_address_map IBT safeGravatar Thomas Gleixner 1-3/+3
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-26/+23
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 2-50/+3