index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-22
x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handler
Tom Lendacky
1
-2
/
+4
2024-04-22
x86/cpu/vfm: Update arch/x86/include/asm/intel-family.h
Tony Luck
2
-2
/
+85
2024-04-22
x86/cpu/vfm: Add new macros to work with (vendor/family/model) values
Tony Luck
1
-0
/
+93
2024-04-22
x86/cpu/vfm: Add/initialize x86_vfm field to struct cpuinfo_x86
Tony Luck
1
-3
/
+17
2024-04-21
x86/Kconfig: Merge the two CONFIG_X86_EXTENDED_PLATFORM entries
Masahiro Yamada
1
-19
/
+7
2024-04-21
Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+3
2024-04-21
Merge tag 'x86_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-12
/
+87
2024-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
18
-113
/
+157
2024-04-20
x86/purgatory: Switch to the position-independent small code model
Ard Biesheuvel
1
-1
/
+2
2024-04-19
KVM: VMX: Introduce test mode related to EPT violation VE
Isaku Yamahata
4
-4
/
+73
2024-04-19
KVM, x86: add architectural support code for #VE
Paolo Bonzini
2
-0
/
+16
2024-04-19
KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
Sean Christopherson
5
-10
/
+13
2024-04-19
KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
Isaku Yamahata
2
-2
/
+5
2024-04-19
KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
Sean Christopherson
3
-14
/
+28
2024-04-19
KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
Sean Christopherson
4
-13
/
+19
2024-04-19
Merge x86 bugfixes from Linux 6.9-rc3
Paolo Bonzini
42
-162
/
+369
2024-04-19
crypto: x86/aes-xts - optimize size of instructions operating on lengths
Eric Biggers
2
-28
/
+30
2024-04-19
crypto: x86/aes-xts - eliminate a few more instructions
Eric Biggers
1
-26
/
+13
2024-04-19
crypto: x86/aes-xts - handle AES-128 and AES-192 more efficiently
Eric Biggers
1
-86
/
+92
2024-04-19
crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
Eric Biggers
1
-191
/
+79
2024-04-19
crypto: x86/aes-xts - handle CTS encryption more efficiently
Eric Biggers
1
-24
/
+29
2024-04-19
crypto: x86/sha256-ni - simplify do_4rounds
Eric Biggers
1
-6
/
+4
2024-04-19
crypto: x86/sha256-ni - optimize code size
Eric Biggers
1
-15
/
+15
2024-04-19
crypto: x86/sha256-ni - rename some register aliases
Eric Biggers
1
-17
/
+17
2024-04-19
crypto: x86/sha256-ni - convert to use rounds macros
Eric Biggers
1
-182
/
+29
2024-04-19
crypto: x86/aes-xts - access round keys using single-byte offsets
Eric Biggers
1
-37
/
+44
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-145
/
+128
2024-04-18
bpf: Fix JIT of is_mov_percpu_addr instruction.
Alexei Starovoitov
1
-1
/
+1
2024-04-18
x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ
Eric Biggers
1
-3
/
+3
2024-04-18
x86/fred: Fix incorrect error code printout in fred_bad_type()
Hou Wenlong
1
-4
/
+4
2024-04-18
x86/fred: Fix INT80 emulation for FRED
Xin Li (Intel)
2
-1
/
+66
2024-04-17
x86/retpolines: Enable the default thunk warning only on relevant configs
Borislav Petkov (AMD)
1
-0
/
+7
2024-04-17
Merge branch 'svm' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-67
/
+57
2024-04-16
Merge tag 'kvm-x86-fixes-6.9-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-43
/
+84
2024-04-16
sched: Add missing memory barrier in switch_mm_cid
Mathieu Desnoyers
1
-0
/
+3
2024-04-14
locking/atomic/x86: Introduce arch_try_cmpxchg64_local()
Uros Bizjak
2
-0
/
+40
2024-04-14
Merge branch 'linus' into perf/core, to pick up perf/urgent fixes
Ingo Molnar
49
-274
/
+710
2024-04-14
x86/pat: Fix W^X violation false-positives when running as Xen PV guest
Juergen Gross
1
-8
/
+18
2024-04-14
x86/pat: Restructure _lookup_address_cpa()
Juergen Gross
1
-4
/
+7
2024-04-14
x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()
Juergen Gross
1
-3
/
+4
2024-04-14
x86/pat: Introduce lookup_address_in_pgd_attr()
Juergen Gross
2
-3
/
+32
2024-04-14
Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-119
/
+115
2024-04-14
Merge tag 'perf-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2024-04-14
x86/bugs: Fix BHI retpoline check
Josh Poimboeuf
1
-4
/
+7
2024-04-12
x86/sev: Take NUMA node into account when allocating memory for per-CPU SEV data
Li RongQing
1
-4
/
+4
2024-04-12
Merge branch 'x86/urgent' into x86/cpu, to resolve conflict
Ingo Molnar
22
-124
/
+394
2024-04-12
x86/cpu/amd: Move TOPOEXT enablement into the topology parser
Thomas Gleixner
2
-15
/
+21
2024-04-12
x86/cpu/amd: Make the NODEID_MSR union actually work
Thomas Gleixner
1
-3
/
+3
2024-04-12
x86/cpu/amd: Make the CPUID 0x80000008 parser correct
Thomas Gleixner
1
-6
/
+18
2024-04-12
x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
Josh Poimboeuf
2
-15
/
+4
[prev]
[next]