summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2024-05-22x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-14Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-14Merge tag 'x86_alternatives_for_v6.10_rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-05-13Merge tag 'x86-platform-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-13Merge tag 'x86-percpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-13Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-13Merge tag 'x86-fpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-13Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-13Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-13Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-08x86/irq: Use existing helper for pending vector checkJacob Pan
2024-05-06x86/alternatives: Remove alternative_input_2()Borislav Petkov (AMD)
2024-05-01x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds
2024-04-30iommu/vt-d: Make posted MSI an opt-in command line optionJacob Pan
2024-04-30x86/irq: Extend checks for pending vectors to posted interruptsJacob Pan
2024-04-30x86/irq: Factor out common code for checking pending interruptsJacob Pan
2024-04-30x86/irq: Install posted MSI notification handlerJacob Pan
2024-04-30x86/irq: Set up per host CPU posted interrupt descriptorsJacob Pan
2024-04-30x86/irq: Reserve a per CPU IDT vector for posted MSIsJacob Pan
2024-04-30x86/irq: Remove bitfields in posted interrupt descriptorJacob Pan
2024-04-30x86/irq: Unionize PID.PIR for 64bit access w/o castingJacob Pan
2024-04-30KVM: VMX: Move posted interrupt descriptor out of VMX codeJacob Pan
2024-04-29x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra
2024-04-29x86/e820: Add a new e820 table update helperAshish Kalra
2024-04-25x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky
2024-04-24x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov
2024-04-24locking/pvqspinlock/x86: Use _Q_LOCKED_VAL in PV_UNLOCK_ASM macroUros Bizjak
2024-04-24locking/qspinlock/x86: Micro-optimize virt_spin_lock()Uros Bizjak
2024-04-24locking/atomic/x86: Merge __arch{,_try}_cmpxchg64_emu_local() with __arch{,_t...Uros Bizjak
2024-04-22x86/cpu/vfm: Update arch/x86/include/asm/intel-family.hTony Luck
2024-04-22x86/cpu/vfm: Add new macros to work with (vendor/family/model) valuesTony Luck
2024-04-22x86/cpu/vfm: Add/initialize x86_vfm field to struct cpuinfo_x86Tony Luck
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-16Merge tag 'kvm-x86-fixes-6.9-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-04-14locking/atomic/x86: Introduce arch_try_cmpxchg64_local()Uros Bizjak
2024-04-14x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross
2024-04-12Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar
2024-04-12locking/pvqspinlock/x86: Remove redundant CMP after CMPXCHG in __raw_callee_s...Uros Bizjak
2024-04-11perf/x86/intel: Expose existence of callback support to KVMSean Christopherson
2024-04-11KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson
2024-04-11Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar
2024-04-10locking/atomic/x86: Define arch_atomic_sub() family using arch_atomic_add() f...Uros Bizjak
2024-04-10locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() func...Uros Bizjak