summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-17/+22
2023-10-31Merge tag 'x86_platform_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2023-10-31Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-7/+5
2023-10-31Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-38/+29
2023-10-31Merge tag 'ras_core_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-27x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner1-0/+2
2023-10-27x86/cpu: Add model number for Intel Arrow Lake mobile processorTony Luck1-0/+2
2023-10-20x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Josh Poimboeuf1-9/+4
2023-10-20x86/nospec: Refactor UNTRAIN_RET[_*]Josh Poimboeuf1-21/+10
2023-10-20x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf1-7/+18
2023-10-20x86/srso: Unexport untraining functionsJosh Poimboeuf1-4/+0
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-2/+2
2023-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-2/+3
2023-10-16x86/mce: Cleanup mce_usable_address()Yazen Ghannam1-1/+1
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds1-1/+0
2023-10-15Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2023-10-15Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2023-10-15Merge tag 'x86-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+7
2023-10-12x86: KVM: SVM: add support for Invalid IPI Vector interceptionMaxim Levitsky1-0/+1
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson1-1/+2
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)1-2/+0
2023-10-11x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)1-2/+7
2023-10-10Merge tag 'hyperv-fixes-signed-20231009' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+2
2023-10-09locking/atomic/x86: Introduce arch_sync_try_cmpxchg()Uros Bizjak1-0/+6
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar7-21/+54
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak1-17/+16
2023-10-02x86/of: Move the x86_flattree_get_config() call out of x86_dtb_init()Saurabh Sengar1-0/+5
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+8
2023-09-30mm: abstract moving to the next PFNMatthew Wilcox (Oracle)1-0/+8
2023-09-26KVM: x86/pmu: Synthesize at most one PMI per VM-exitJim Mattson1-1/+0
2023-09-25iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()David Howells1-1/+1
2023-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2023-09-23Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini3-44/+41
2023-09-23KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson1-2/+1
2023-09-22Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+8
2023-09-22x86/hyperv: Remove hv_vtl_early_init initcallSaurabh Sengar1-0/+2
2023-09-22x86/cpu: Clear SVM feature if disabled by BIOSPaolo Bonzini2-7/+5
2023-09-19x86/shstk: Handle vfork clone failure correctlyRick Edgecombe1-2/+1
2023-09-19x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf1-2/+0
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross1-2/+13
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross2-15/+26
2023-09-18x86/asm: Fix build of UML with KASANVincent Whitchurch1-0/+7
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-14/+39
2023-09-17x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov1-14/+31
2023-09-12x86/ibt: Suppress spurious ENDBRPeter Zijlstra1-0/+8
2023-09-11efi/x86: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel1-30/+2
2023-09-10Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+15
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-214/+70
2023-09-07x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth2-8/+15