summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-07-10x86/apic: KVM: Move apic_test)vector() to common codeNeeraj Upadhyay
2025-07-10x86/apic: KVM: Move lapic set/clear_vector() helpers to common codeNeeraj Upadhyay
2025-07-10x86/apic: KVM: Move lapic get/set helpers to common codeNeeraj Upadhyay
2025-07-10x86/apic: KVM: Move apic_find_highest_vector() to a common headerNeeraj Upadhyay
2025-07-10KVM: x86: Rename lapic set/clear vector helpersNeeraj Upadhyay
2025-07-10KVM: x86: Rename lapic get/set_reg64() helpersNeeraj Upadhyay
2025-07-10KVM: x86: Rename lapic get/set_reg() helpersNeeraj Upadhyay
2025-07-10KVM: x86: Rename find_highest_vector()Neeraj Upadhyay
2025-07-10KVM: x86: Change lapic regs base address to void pointerNeeraj Upadhyay
2025-07-10KVM: x86: Rename VEC_POS/REG_POS macro usagesNeeraj Upadhyay
2025-07-10x86/apic: KVM: Deduplicate APIC vector => register+bit mathSean Christopherson
2025-07-10KVM: x86: Remove redundant parentheses around 'bitmap'Neeraj Upadhyay
2025-07-10KVM: x86: Open code setting/clearing of bits in the ISRNeeraj Upadhyay
2025-07-10KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiencyKevin Loughlin
2025-07-10KVM: SVM: Remove wbinvd in sev_vm_destroy()Zheyun Shen
2025-07-10KVM: x86: Use wbinvd_on_cpu() instead of an open-coded equivalentSean Christopherson
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-07-10x86/lib: Add WBINVD and WBNOINVD helpers to target multiple CPUsZheyun Shen
2025-07-10x86/lib: Add WBNOINVD helper functionsKevin Loughlin
2025-07-10x86/lib: Drop the unused return value from wbinvd_on_all_cpus()Sean Christopherson
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes
2025-07-09x86/hyperv: Clean up hv_map/unmap_interrupt() return valuesNuno Das Neves
2025-07-09x86/hyperv: Fix usage of cpu_online_mask to get valid cpuNuno Das Neves
2025-07-09x86/hyperv: Fix warnings for missing export.h header inclusionNaman Jain
2025-07-09KVM: x86: avoid underflow when scaling TSC frequencyPaolo Bonzini
2025-07-09KVM: x86: Provide a capability to disable APERF/MPERF read interceptsJim Mattson
2025-07-09KVM: x86: Replace growing set of *_in_guest bools with a u64Jim Mattson
2025-07-09KVM: x86: Advertise support for LKGSXin Li
2025-07-09KVM: VMX: Add a macro to track which DEBUGCTL bits are host-ownedSean Christopherson
2025-07-09Merge tag 'tsa_x86_bugs_for_6.16' into tip-x86-bugsBorislav Petkov (AMD)
2025-07-09x86/mm: Disable hugetlb page table sharing on 32-bitJann Horn
2025-07-09perf/x86/intel/uncore: Add iMC freerunning for Panther LakeKan Liang
2025-07-09perf/x86/intel/uncore: Add Panther Lake supportKan Liang
2025-07-09perf/x86/intel/uncore: Support customized MMIO map sizeKan Liang
2025-07-09perf/x86/intel/uncore: Support MSR portal for discovery tablesKan Liang
2025-07-09x86/microcode: Move away from using a fake platform deviceGreg Kroah-Hartman
2025-07-08x86/CPU/AMD: Disable INVLPGB on Zen2Mikhail Paulyshka
2025-07-08x86/rdrand: Disable RDSEED on AMD Cyan SkillfishMikhail Paulyshka
2025-07-07Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-07x86/itmt: Add debugfs file to show core prioritiesMario Limonciello
2025-07-07x86/process: Clear hardware feedback history for AMD processorsPerry Yuan
2025-07-07x86/msr-index: Add AMD workload classification MSRsPerry Yuan
2025-07-06Merge tag 'x86_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-06Merge tag 'ras_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi