index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-19
x86/cpuid: Use u32 in instead of uint32_t in <asm/cpuid/api.h>
Ingo Molnar
1
-2
/
+2
2025-03-19
x86/cpuid: Standardize on u32 in <asm/cpuid/api.h>
Ingo Molnar
1
-20
/
+20
2025-03-19
x86/cpuid: Clean up <asm/cpuid/api.h>
Ingo Molnar
1
-14
/
+16
2025-03-19
x86/cpuid: Clean up <asm/cpuid/types.h>
Ingo Molnar
1
-4
/
+7
2025-03-19
x86/cpuid: Refactor <asm/cpuid.h>
Ahmed S. Darwish
3
-216
/
+238
2025-03-19
x86/amd_node: Add a smn_read_register() helper
Mario Limonciello
1
-0
/
+11
2025-03-19
x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE
Yazen Ghannam
2
-1
/
+13
2025-03-19
x86/cpufeatures: Warn about unmet CPU feature dependencies
Sohil Mehta
1
-0
/
+1
2025-03-19
x86/cpu: Add cpu_type to struct x86_cpu_id
Pawan Gupta
1
-9
/
+23
2025-03-19
x86/cpu: Shorten CPU matching macro
Pawan Gupta
1
-84
/
+26
2025-03-19
x86/cpu: Fix the description of X86_MATCH_VFM_STEPS()
Pawan Gupta
1
-2
/
+4
2025-03-19
x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET in <asm...
Xin Li (Intel)
1
-69
/
+0
2025-03-19
x86/cpufeatures: Remove {disabled,required}-features.h
Xin Li (Intel)
2
-272
/
+0
2025-03-19
x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build c...
H. Peter Anvin (Intel)
3
-8
/
+2
2025-03-19
x86/mm: Always set the ASID valid bit for the INVLPGB instruction
Tom Lendacky
1
-26
/
+32
2025-03-19
x86/mm: Enable AMD translation cache extensions
Rik van Riel
1
-0
/
+2
2025-03-19
x86/mm: Enable broadcast TLB invalidation for multi-threaded processes
Rik van Riel
1
-0
/
+6
2025-03-19
x86/mm: Add global ASID process exit helpers
Rik van Riel
2
-1
/
+16
2025-03-19
x86/mm: Handle global ASID context switch and TLB flush
Rik van Riel
1
-0
/
+14
2025-03-19
x86/mm: Add global ASID allocation helper functions
Rik van Riel
3
-0
/
+51
2025-03-19
x86/mm: Add INVLPGB support code
Rik van Riel
1
-0
/
+132
2025-03-19
x86/mm: Add INVLPGB feature and Kconfig entry
Rik van Riel
3
-1
/
+11
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
3
-7
/
+8
2025-03-17
arch, mm: streamline HIGHMEM freeing
Mike Rapoport (Microsoft)
3
-20
/
+0
2025-03-17
Revert "x86/xen: allow nesting of same lazy mode"
Ryan Roberts
1
-13
/
+2
2025-03-16
mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long
Ryan Roberts
1
-1
/
+1
2025-03-16
mm: support tlbbatch flush for a range of PTEs
Barry Song
1
-2
/
+1
2025-03-16
percpu/x86: enable strict percpu checks via named AS qualifiers
Uros Bizjak
1
-3
/
+12
2025-03-16
percpu: use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
Uros Bizjak
1
-2
/
+6
2025-03-16
percpu: use TYPEOF_UNQUAL() in variable declarations
Uros Bizjak
1
-5
/
+5
2025-03-14
KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT
Yan Zhao
2
-2
/
+5
2025-03-14
KVM: x86: Allow vendor code to disable quirks
Paolo Bonzini
1
-0
/
+3
2025-03-14
KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
Isaku Yamahata
1
-0
/
+1
2025-03-14
KVM: TDX: Detect unexpected SEPT violations due to pending SPTEs
Yan Zhao
1
-0
/
+2
2025-03-14
KVM: TDX: Handle EXIT_REASON_OTHER_SMI
Isaku Yamahata
1
-0
/
+1
2025-03-14
KVM: TDX: Wait lapic expire when timer IRQ was injected
Isaku Yamahata
1
-0
/
+5
2025-03-14
KVM: TDX: Add support for find pending IRQ in a protected local APIC
Sean Christopherson
2
-0
/
+2
2025-03-14
KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>
Binbin Wu
1
-0
/
+1
2025-03-14
KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
Isaku Yamahata
1
-1
/
+3
2025-03-14
KVM: TDX: Add a place holder to handle TDX VM exit
Isaku Yamahata
1
-0
/
+1
2025-03-14
KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
Isaku Yamahata
1
-2
/
+9
2025-03-14
KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
Chao Gao
1
-0
/
+1
2025-03-14
x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest
Kai Huang
1
-0
/
+1
2025-03-14
KVM: x86: Make cpu_dirty_log_size a per-VM value
Yan Zhao
1
-5
/
+7
2025-03-14
KVM: TDX: Finalize VM initialization
Isaku Yamahata
1
-0
/
+1
2025-03-14
KVM: TDX: Add an ioctl to create initial guest memory
Isaku Yamahata
1
-0
/
+9
2025-03-14
KVM: TDX: Add load_mmu_pgd method for TDX
Sean Christopherson
1
-0
/
+1
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contents
Isaku Yamahata
1
-0
/
+2
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private page
Isaku Yamahata
1
-0
/
+2
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB tracking
Isaku Yamahata
1
-0
/
+2
[prev]
[next]