summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-03-01x86/bugs: Add asm helpers for executing VERWPawan Gupta2-1/+14
2024-02-23x86/barrier: Do not serialize MSR accesses on AMDBorislav Petkov (AMD)3-19/+19
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds5-11/+11
2024-02-05mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver1-1/+16
2024-02-05arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+0
2024-02-01x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe1-4/+21
2024-01-26KVM: x86/pmu: Move PMU reset logic to common x86 codeSean Christopherson1-1/+1
2024-01-26x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogramPeter Zijlstra1-2/+9
2024-01-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds1-30/+4
2023-12-20x86/speculation, objtool: Use absolute relocations for annotationsFangrui Song2-4/+4
2023-12-13x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2-4/+4
2023-12-13x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov1-0/+7
2023-12-13x86: Introduce ia32_enabled()Nikolay Borisov1-1/+15
2023-11-28acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0Roger Pau Monne2-0/+23
2023-11-28KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.Haitao Shan2-0/+2
2023-11-28KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero1-0/+1
2023-11-28x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)1-7/+0
2023-11-20x86/numa: Introduce numa_fill_memblks()Alison Schofield1-0/+2
2023-11-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-2/+2
2023-11-20iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()David Howells1-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-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-2/+3
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-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-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-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 Torvalds1-0/+15