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
2023-08-28
Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+6
2023-08-28
Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+2
2023-08-24
x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4
Feng Tang
1
-0
/
+7
2023-08-24
x86/fpu: Invalidate FPU state correctly on exec()
Rick Edgecombe
2
-3
/
+2
2023-08-18
x86/srso: Correct the mitigation status when SMT is disabled
Borislav Petkov (AMD)
1
-3
/
+2
2023-08-17
x86/static_call: Fix __static_call_fixup()
Peter Zijlstra
1
-0
/
+13
2023-08-16
x86/srso: Explain the untraining sequences a bit more
Borislav Petkov (AMD)
1
-0
/
+19
2023-08-16
x86/cpu/kvm: Provide UNTRAIN_RET_VM
Peter Zijlstra
3
-5
/
+14
2023-08-16
x86/cpu: Cleanup the untrain mess
Peter Zijlstra
3
-14
/
+13
2023-08-16
x86/cpu: Rename srso_(.*)_alias to srso_alias_\1
Peter Zijlstra
3
-20
/
+20
2023-08-16
x86/cpu: Rename original retbleed methods
Peter Zijlstra
4
-21
/
+21
2023-08-16
x86/cpu: Clean up SRSO return thunk mess
Peter Zijlstra
4
-19
/
+61
2023-08-16
x86/alternative: Make custom return thunk unconditional
Peter Zijlstra
3
-8
/
+7
2023-08-16
x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()
Peter Zijlstra
1
-2
/
+2
2023-08-16
x86/cpu: Fix __x86_return_thunk symbol type
Peter Zijlstra
1
-1
/
+3
2023-08-14
x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...
Petr Pavlu
3
-29
/
+16
2023-08-14
x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
Petr Pavlu
2
-8
/
+8
2023-08-14
x86/srso: Disable the mitigation on unaffected configurations
Borislav Petkov (AMD)
1
-1
/
+6
2023-08-14
x86/CPU/AMD: Fix the DIV(0) initial fix attempt
Borislav Petkov (AMD)
4
-2
/
+4
2023-08-14
x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()
Sean Christopherson
1
-4
/
+3
2023-08-12
locking: remove spin_lock_prefetch
Mateusz Guzik
1
-6
/
+0
2023-08-12
Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-7
/
+48
2023-08-12
Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-5
/
+11
2023-08-11
x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405
Cristian Ciocaltea
1
-0
/
+1
2023-08-11
Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-0
/
+6
2023-08-10
x86: Move gds_ucode_mitigated() declaration to header
Arnd Bergmann
2
-2
/
+2
2023-08-10
x86/srso: Fix build breakage with the LLVM linker
Nick Desaulniers
1
-3
/
+9
2023-08-09
x86/mm: Fix VDSO and VVAR placement on 5-level paging machines
Kirill A. Shutemov
1
-2
/
+2
2023-08-09
ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD Zen
Hans de Goede
2
-0
/
+6
2023-08-09
x86/CPU/AMD: Do not leak quotient data after a division by 0
Borislav Petkov (AMD)
4
-0
/
+24
2023-08-08
x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h
Jinghao Jia
1
-1
/
+1
2023-08-08
x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit ke...
Xin Li
1
-1
/
+1
2023-08-07
Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-10
/
+221
2023-08-07
Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
13
-14
/
+361
2023-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-63
/
+87
2023-08-07
x86/sev: Do not try to parse for the CC blob on non-AMD hardware
Borislav Petkov (AMD)
2
-3
/
+43
2023-08-07
x86/srso: Tie SBPB bit setting to microcode patch detection
Borislav Petkov (AMD)
2
-11
/
+15
2023-08-04
Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
7
-27
/
+34
2023-08-04
KVM: SEV: remove ghcb variable declarations
Paolo Bonzini
1
-18
/
+12
2023-08-04
KVM: SEV: only access GHCB fields once
Paolo Bonzini
1
-11
/
+14
2023-08-04
KVM: SEV: snapshot the GHCB before accessing it
Paolo Bonzini
2
-34
/
+61
2023-08-03
x86/paravirt: Fix tlb_remove_table function callback prototype warning
Kees Cook
1
-2
/
+6
2023-08-02
x86/hyperv: add noop functions to x86_init mpparse functions
Saurabh Sengar
1
-0
/
+4
2023-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-56
/
+121
2023-07-30
Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-9
/
+26
2023-07-29
arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
Sven Joachim
2
-2
/
+2
2023-07-29
KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
Sean Christopherson
1
-4
/
+9
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
5
-20
/
+52
2023-07-29
Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"
Sean Christopherson
1
-8
/
+2
2023-07-29
KVM: x86: Acquire SRCU read lock when handling fastpath MSR writes
Sean Christopherson
1
-0
/
+4
[next]