summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
3 daysx86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-0/+58
3 daysRevert "x86, crash: wrap crash dumping code into crash related ifdefs"Greg Kroah-Hartman10-28/+11
3 daysRevert "x86/hyperv: Fix hv tsc page based sched_clock for hibernation"Greg Kroah-Hartman1-58/+0
4 daysx86/fred: Clear WFE in missing-ENDBRANCH #CPsXin Li (Intel)1-0/+30
4 daysx86/ptrace: Add FRED additional information to the pt_regs structureXin Li1-5/+61
4 daysx86/ptrace: Cleanup the definition of the pt_regs structureXin Li3-15/+37
4 daysx86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-0/+58
4 daysx86, crash: wrap crash dumping code into crash related ifdefsBaoquan He10-11/+28
4 daysNUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni1-32/+2
4 daysx86/mm: Carve out INVLPG inline asm for use by othersBorislav Petkov (AMD)2-1/+6
11 daysx86/cpu/intel: Drop stray FAM6 check with new Intel CPU model definesAndrew Cooper1-11/+7
11 daysx86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementationLen Brown1-1/+3
11 daysx86/cpu/intel: Switch to new Intel CPU model definesTony Luck1-55/+53
11 daysx86/cpu/vfm: Update arch/x86/include/asm/intel-family.hTony Luck2-2/+85
11 daysx86/cpu/vfm: Add/initialize x86_vfm field to struct cpuinfo_x86Tony Luck1-3/+17
11 daysx86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck1-0/+1
11 daysx86/cpu: Add model number for Intel Clearwater Forest processorTony Luck1-0/+2
2024-12-27KVM: x86: Play nice with protected guests in complete_hypercall_exit()Sean Christopherson1-1/+1
2024-12-27KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module initSean Christopherson3-5/+29
2024-12-19x86/xen: remove hypercall pageJuergen Gross6-47/+1
2024-12-19x86/xen: use new hypercall functions instead of hypercall pageJuergen Gross1-13/+20
2024-12-19x86/xen: add central hypercall functionsJuergen Gross7-1/+190
2024-12-19x86/xen: don't do PV iret hypercall through hypercall pageJuergen Gross1-9/+18
2024-12-19x86/static-call: provide a way to do very early static-call updatesJuergen Gross3-3/+27
2024-12-19x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross2-16/+24
2024-12-19perf/x86/intel/ds: Unconditionally drain PEBS DS when changing PEBS_DATA_CFGKan Liang1-1/+1
2024-12-14KVM: x86/mmu: Ensure that kvm_release_pfn_clean() takes exact pfn from kvm_fa...Nikolay Kuratov2-3/+12
2024-12-14x86: Fix build regression with CONFIG_KEXEC_JUMP enabledDamien Le Moal1-0/+1
2024-12-14PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-0/+119
2024-12-14perf/x86/amd: Warn only on new bits setBreno Leitao1-2/+8
2024-12-14x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tablesDavid Woodhouse3-6/+10
2024-12-14x86/kexec: Restore GDT on return from ::preserve_context kexecDavid Woodhouse1-0/+7
2024-12-14x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson1-1/+1
2024-12-11Revert "x86/pvh: Set phys_base when calling xen_prepare_pvh()"Greg Kroah-Hartman1-13/+0
2024-12-11Revert "x86/pvh: Call C code via the kernel virtual mapping"Greg Kroah-Hartman1-8/+1
2024-12-09KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTESean Christopherson1-5/+13
2024-12-09crypto: x86/aegis128 - access 32-bit arguments as 32-bitEric Biggers1-14/+15
2024-12-09perf/x86/intel/pt: Fix buffer full but size is 0 caseAdrian Hunter2-3/+10
2024-12-09perf/x86/intel: Hide Topdown metrics events if the feature is not enumeratedKan Liang1-1/+33
2024-12-09x86/tdx: Dynamically disable SEPT violations from causing #VEsKirill A. Shutemov2-17/+67
2024-12-09x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()Kirill A. Shutemov1-5/+8
2024-12-09x86/tdx: Introduce wrappers to read and write TD metadataKirill A. Shutemov2-5/+28
2024-12-09x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang6-117/+95
2024-12-09x86/tdx: Rename __tdx_module_call() to __tdcall()Kai Huang4-17/+17
2024-12-09x86/tdx: Make macros of TDCALLs consistent with the specKai Huang3-11/+11
2024-12-09x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalidKai Huang2-12/+20
2024-12-09of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-12-09x86/of: Unconditionally call unflatten_and_copy_device_tree()Stephen Boyd1-12/+14
2024-12-09x86/unwind/orc: Fix unwind for newly forked tasksZheng Yejian1-1/+1
2024-12-09x86/pvh: Call C code via the kernel virtual mappingArd Biesheuvel1-1/+8