summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2023-10-19KVM: x86: remove the unused assigned_dev_head from kvm_archLiang Chen
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1]Jim Mattson
2023-10-18x86/microcode/32: Move early loading after paging enableThomas Gleixner
2023-10-18x86/boot/32: Temporarily map initrd for microcode loadingThomas Gleixner
2023-10-18x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32()Thomas Gleixner
2023-10-18x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel
2023-10-17KVM: x86: Update the variable naming in kvm_x86_ops.sched_in()Mingwei Zhang
2023-10-17x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong
2023-10-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-10-16x86/mce: Cleanup mce_usable_address()Yazen Ghannam
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds
2023-10-15Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-15Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-10-14Merge tag 'x86-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-13x86/entry/64: Convert SYSRET validation tests to CBrian Gerst
2023-10-13x86/apic, x86/hyperv: Use u32 in hv_snp_boot_ap() tooIngo Molnar
2023-10-12x86/cpu: Fix the AMD Fam 17h, Fam 19h, Zen2 and Zen4 MSR enumerationsBorislav Petkov
2023-10-12x86: KVM: SVM: add support for Invalid IPI Vector interceptionMaxim Levitsky
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann
2023-10-12x86/msi: Fix compile error caused by CONFIG_GENERIC_MSI_IRQ=y && !CONFIG_X86_...Lu Yao
2023-10-11Merge branch 'x86/urgent' into perf/core, to resolve conflictIngo Molnar
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)
2023-10-11x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)
2023-10-11x86/sev: Move sev_setup_arch() to mem_encrypt.cAlexander Shishkin
2023-10-10Merge tag 'hyperv-fixes-signed-20231009' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner
2023-10-10x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner
2023-10-10x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner
2023-10-10x86/apic: Use u32 for check_apicid_used()Thomas Gleixner
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cu_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_core_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner
2023-10-09KVM: x86: Don't sync user-written TSC against startup valuesLike Xu
2023-10-09locking/atomic/x86: Introduce arch_sync_try_cmpxchg()Uros Bizjak
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar
2023-10-09perf/x86/amd/uncore: Add memory controller supportSandipan Das
2023-10-07x86/speculation: Add __update_spec_ctrl() helperWaiman Long
2023-10-06platform/x86/intel/ifs: Store IFS generation numberJithu Joseph
2023-10-05x86/entry/32: Convert do_fast_syscall_32() to bool return typeBrian Gerst
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar
2023-10-04KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson
2023-10-04KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=nPeng Hao