summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2024-09-09KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection siteSean Christopherson
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown
2024-09-09Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-09-05Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede
2024-09-05x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)
2024-09-04x86/cpu/vfm: Delete all the *_FAM6_ CPU #definesTony Luck
2024-09-04x86/cpu/vfm: Delete X86_MATCH_INTEL_FAM6_MODEL[_STEPPING]() macrosTony Luck
2024-09-04KVM: x86: Register "emergency disable" callbacks when virt is enabledSean Christopherson
2024-09-04x86/reboot: Unconditionally define cpu_emergency_virt_cb typedefSean Christopherson
2024-09-04KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVMSean Christopherson
2024-09-04x86/sched: Add basic support for CPU capacity scalingRafael J. Wysocki
2024-09-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)
2024-09-03mm: introduce numa_emulationMike Rapoport (Microsoft)
2024-09-03mm: move numa_distance and related code from x86 to numa_memblksMike Rapoport (Microsoft)
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)
2024-09-03x86/numa: numa_{add,remove}_cpu: make cpu parameter unsignedMike Rapoport (Microsoft)
2024-09-03x86/numa_emu: use a helper function to get MAX_DMA32_PFNMike Rapoport (Microsoft)
2024-09-03x86/numa_emu: split __apicid_to_node update to a helper functionMike Rapoport (Microsoft)
2024-09-03x86/numa: move FAKE_NODE_* defines to numa_emuMike Rapoport (Microsoft)
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)
2024-09-03x86/cpu/intel: Replace PAT erratum model/family magic numbers with symbolic I...Dave Hansen
2024-09-01mm: remove arch_unmap()Michael Ellerman
2024-09-01mm/x86: add missing pud helpersPeter Xu
2024-09-01mm/x86: implement arch_check_zapped_pud()Peter Xu
2024-09-01mm/x86: make pud_leaf() only care about PSE bitPeter Xu
2024-09-01Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-29KVM: x86: Exit to userspace if fastpath triggers one on instruction skipSean Christopherson
2024-08-29KVM: SVM: Add host SEV-ES save area structure into VMCB via a unionSean Christopherson
2024-08-29KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)Sean Christopherson
2024-08-28x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman
2024-08-27virt: sev-guest: Ensure the SNP guest messages do not exceed a pageNikunj A Dadhania
2024-08-25x86/entry: Set FRED RSP0 on return to userspace instead of context switchXin Li (Intel)
2024-08-25x86/msr: Switch between WRMSRNS and WRMSR with the alternatives mechanismAndrew Cooper
2024-08-25x86/entry: Test ti_work for zero before processing individual bitsXin Li (Intel)
2024-08-25x86/extable: Remove unused declaration fixup_bug()Yue Haibing
2024-08-25x86/mtrr: Remove obsolete declaration for mtrr_bp_restore()Gaosheng Cui
2024-08-23x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()Kees Cook
2024-08-22KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()Sean Christopherson
2024-08-22KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entrySean Christopherson
2024-08-22KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-ExitSean Christopherson
2024-08-22KVM: VMX: Open code VMX preemption timer rate mask in its accessorXin Li
2024-08-22KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.hSean Christopherson
2024-08-22KVM: nVMX: Add a helper to encode VMCS info in MSR_IA32_VMX_BASICSean Christopherson
2024-08-22KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit valueXin Li
2024-08-22KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.hXin Li
2024-08-22x86/cpu: KVM: Move macro to encode PAT value to common headerSean Christopherson
2024-08-22x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...Sean Christopherson
2024-08-22KVM: x86: Advertise AVX10.1 CPUID to userspaceTao Su
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner
2024-08-19x86: do the user address masking outside the user access areaLinus Torvalds