index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-27
x86/um/vdso: Drop VDSO64-y from Makefile
Thomas Weißschuh
1
-5
/
+2
2025-10-27
x86/um/vdso: Panic when vDSO can not be allocated
Thomas Weißschuh
1
-11
/
+1
2025-10-27
x86/um/vdso: Use prototypes from generic vDSO headers
Thomas Weißschuh
1
-3
/
+1
2025-10-27
x86/um/vdso: Fix prototype of clock_gettime()
Thomas Weißschuh
1
-3
/
+3
2025-10-27
um: move asm-offsets generation into a single file
Johannes Berg
1
-18
/
+0
2025-10-27
um/hostfs: define HOSTFS_ATTR_* via asm-offsets
Johannes Berg
1
-0
/
+1
2025-10-27
Merge tag 'x86_urgent_for_v6.18_rc3' into x86/microcode
Borislav Petkov (AMD)
8
-25
/
+70
2025-10-26
crypto: x86/aes-gcm - optimize long AAD processing with AVX512
Eric Biggers
1
-47
/
+99
2025-10-26
crypto: x86/aes-gcm - optimize AVX512 precomputation of H^2 from H^1
Eric Biggers
1
-2
/
+14
2025-10-26
crypto: x86/aes-gcm - revise some comments in AVX512 code
Eric Biggers
1
-16
/
+11
2025-10-26
crypto: x86/aes-gcm - reorder AVX512 precompute and aad_update functions
Eric Biggers
1
-95
/
+92
2025-10-26
crypto: x86/aes-gcm - clean up AVX512 code to assume 512-bit vectors
Eric Biggers
1
-200
/
+153
2025-10-26
crypto: x86/aes-gcm - rename avx10 and avx10_512 to avx512
Eric Biggers
5
-138
/
+105
2025-10-26
crypto: x86/aes-gcm - remove VAES+AVX10/256 optimized code
Eric Biggers
2
-59
/
+6
2025-10-26
crypto: x86/aes-gcm - add VAES+AVX2 optimized code
Eric Biggers
3
-2
/
+1255
2025-10-24
x86/mm: Unify __phys_addr_symbol()
Brendan Jackman
2
-14
/
+11
2025-10-24
x86/bugs: Remove dead code which might prevent from building
Andy Shevchenko
1
-7
/
+0
2025-10-24
x86/tsx: Get the tsx= command line parameter with early_param()
Petr Tesarik
1
-25
/
+26
2025-10-24
x86/tsx: Make tsx_ctrl_state static
Petr Tesarik
2
-10
/
+8
2025-10-21
bpf: Do not audit capability check in do_jit()
Ondrej Mosnacek
1
-1
/
+1
2025-10-21
x86/bugs: Qualify RETBLEED_INTEL_MSG
David Kaplan
1
-1
/
+3
2025-10-21
x86/microcode: Fix Entrysign revision check for Zen1/Naples
Andrew Cooper
1
-1
/
+1
2025-10-21
x86/ioapic: Simplify mp_irqdomain_alloc() slightly
Christophe JAILLET
1
-1
/
+1
2025-10-20
KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL
Sean Christopherson
3
-0
/
+17
2025-10-20
x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb...
Babu Moger
1
-1
/
+10
2025-10-19
Merge tag 'x86_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-9
/
+47
2025-10-18
Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-6
/
+9
2025-10-17
KVM: SVM: Add AVIC support for 4k vCPUs in x2AVIC mode
Naveen N Rao
2
-13
/
+40
2025-10-17
x86/cpufeatures: Add X86_FEATURE_X2AVIC_EXT
Naveen N Rao
2
-0
/
+2
2025-10-17
KVM: SVM: Move AVIC Physical ID table allocation to vcpu_precreate()
Naveen N Rao
3
-4
/
+24
2025-10-17
KVM: SVM: Expand AVIC_PHYSICAL_MAX_INDEX_MASK to be a 12-bit field
Naveen N Rao
1
-1
/
+1
2025-10-17
KVM: SVM: Replace hard-coded value 0x1FF with the corresponding macro
Naveen N Rao
1
-1
/
+1
2025-10-17
KVM: SVM: Add a helper to look up the max physical ID for AVIC
Naveen N Rao
1
-6
/
+20
2025-10-17
KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_ids
Naveen N Rao
1
-2
/
+5
2025-10-17
KVM: nVMX: Add an off-by-default module param to WARN on missed consistency c...
Sean Christopherson
1
-0
/
+43
2025-10-17
KVM: nVMX: Remove support for "early" consistency checks via hardware
Sean Christopherson
1
-118
/
+12
2025-10-17
KVM: nVMX: Stuff vmcs02.TSC_MULTIPLIER early on for nested early checks
Sean Christopherson
1
-0
/
+7
2025-10-17
KVM: nVMX: Add consistency check for TSC_MULTIPLIER=0
Sean Christopherson
1
-0
/
+4
2025-10-17
KVM: nVMX: Add consistency check for TPR_THRESHOLD[31:4]!=0 without VID
Sean Christopherson
1
-0
/
+3
2025-10-17
KVM: VMX: Use kvm_mmu_page role to construct EPTP, not current vCPU state
Sean Christopherson
1
-11
/
+30
2025-10-17
KVM: x86/mmu: Move "dummy root" helpers to spte.h
Sean Christopherson
2
-10
/
+10
2025-10-17
KVM: nVMX: Hardcode dummy EPTP used for early nested consistency checks
Sean Christopherson
3
-7
/
+4
2025-10-17
KVM: VMX: Hoist construct_eptp() "up" in vmx.c
Sean Christopherson
1
-14
/
+14
2025-10-16
x86/sgx: Enable automatic SVN updates for SGX enclaves
Elena Reshetova
1
-2
/
+18
2025-10-16
x86/sgx: Implement ENCLS[EUPDATESVN]
Elena Reshetova
3
-15
/
+96
2025-10-16
x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
Elena Reshetova
1
-0
/
+6
2025-10-16
x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
Elena Reshetova
3
-0
/
+3
2025-10-16
x86/sgx: Introduce functions to count the sgx_(vepc_)open()
Elena Reshetova
5
-2
/
+51
2025-10-16
x86/idtentry: Add missing '*' to kernel-doc lines
Randy Dunlap
1
-2
/
+2
2025-10-16
sched/topology,x86: Fix build warning
Peter Zijlstra
1
-0
/
+2
[prev]
[next]