index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
Age
Commit message (
Expand
)
Author
2024-05-22
x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
Tony Luck
2024-05-14
Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-14
Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-05-14
Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-05-14
Merge tag 'x86_alternatives_for_v6.10_rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2024-05-13
Merge tag 'x86-platform-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-05-13
Merge tag 'x86-percpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-05-13
Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-13
Merge tag 'x86-fpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-13
Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-13
Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-05-13
Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-05-13
Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-05-13
Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-13
Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-05-08
x86/irq: Use existing helper for pending vector check
Jacob Pan
2024-05-06
x86/alternatives: Remove alternative_input_2()
Borislav Petkov (AMD)
2024-05-01
x86/mm: Remove broken vsyscall emulation code from the page fault code
Linus Torvalds
2024-04-30
iommu/vt-d: Make posted MSI an opt-in command line option
Jacob Pan
2024-04-30
x86/irq: Extend checks for pending vectors to posted interrupts
Jacob Pan
2024-04-30
x86/irq: Factor out common code for checking pending interrupts
Jacob Pan
2024-04-30
x86/irq: Install posted MSI notification handler
Jacob Pan
2024-04-30
x86/irq: Set up per host CPU posted interrupt descriptors
Jacob Pan
2024-04-30
x86/irq: Reserve a per CPU IDT vector for posted MSIs
Jacob Pan
2024-04-30
x86/irq: Remove bitfields in posted interrupt descriptor
Jacob Pan
2024-04-30
x86/irq: Unionize PID.PIR for 64bit access w/o casting
Jacob Pan
2024-04-30
KVM: VMX: Move posted interrupt descriptor out of VMX code
Jacob Pan
2024-04-29
x86/sev: Add callback to apply RMP table fixups for kexec
Ashish Kalra
2024-04-29
x86/e820: Add a new e820 table update helper
Ashish Kalra
2024-04-25
x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_page
Tom Lendacky
2024-04-24
x86/tdx: Preserve shared bit on mprotect()
Kirill A. Shutemov
2024-04-24
locking/pvqspinlock/x86: Use _Q_LOCKED_VAL in PV_UNLOCK_ASM macro
Uros Bizjak
2024-04-24
locking/qspinlock/x86: Micro-optimize virt_spin_lock()
Uros Bizjak
2024-04-24
locking/atomic/x86: Merge __arch{,_try}_cmpxchg64_emu_local() with __arch{,_t...
Uros Bizjak
2024-04-22
x86/cpu/vfm: Update arch/x86/include/asm/intel-family.h
Tony Luck
2024-04-22
x86/cpu/vfm: Add new macros to work with (vendor/family/model) values
Tony Luck
2024-04-22
x86/cpu/vfm: Add/initialize x86_vfm field to struct cpuinfo_x86
Tony Luck
2024-04-21
Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-04-16
Merge tag 'kvm-x86-fixes-6.9-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-04-16
sched: Add missing memory barrier in switch_mm_cid
Mathieu Desnoyers
2024-04-14
locking/atomic/x86: Introduce arch_try_cmpxchg64_local()
Uros Bizjak
2024-04-14
x86/pat: Introduce lookup_address_in_pgd_attr()
Juergen Gross
2024-04-12
Merge branch 'x86/urgent' into x86/cpu, to resolve conflict
Ingo Molnar
2024-04-12
locking/pvqspinlock/x86: Remove redundant CMP after CMPXCHG in __raw_callee_s...
Uros Bizjak
2024-04-11
perf/x86/intel: Expose existence of callback support to KVM
Sean Christopherson
2024-04-11
KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
Sean Christopherson
2024-04-11
Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...
Ingo Molnar
2024-04-10
locking/atomic/x86: Define arch_atomic_sub() family using arch_atomic_add() f...
Uros Bizjak
2024-04-10
locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() func...
Uros Bizjak
[next]