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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-22
x86/hyperv: Add sev-snp enlightened guest static key
Tianyu Lan
1
-2
/
+7
2023-08-18
x86/kernel: increase kcov coverage under arch/x86/kernel folder
Pengfei Xu
1
-5
/
+4
2023-08-18
nmi_backtrace: allow excluding an arbitrary CPU
Douglas Anderson
1
-2
/
+2
2023-08-18
x86/MCE: Always save CS register on AMD Zen IF Poison errors
Yazen Ghannam
2
-1
/
+30
2023-08-18
x86/srso: Correct the mitigation status when SMT is disabled
Borislav Petkov (AMD)
1
-3
/
+2
2023-08-17
x86/ibt: Convert IBT selftest to asm
Josh Poimboeuf
4
-23
/
+20
2023-08-17
x86/static_call: Fix __static_call_fixup()
Peter Zijlstra
1
-0
/
+13
2023-08-16
x86/cpu/kvm: Provide UNTRAIN_RET_VM
Peter Zijlstra
1
-0
/
+1
2023-08-16
x86/cpu: Cleanup the untrain mess
Peter Zijlstra
1
-0
/
+1
2023-08-16
x86/cpu: Rename srso_(.*)_alias to srso_alias_\1
Peter Zijlstra
1
-4
/
+4
2023-08-16
x86/cpu: Rename original retbleed methods
Peter Zijlstra
2
-2
/
+2
2023-08-16
x86/cpu: Clean up SRSO return thunk mess
Peter Zijlstra
2
-3
/
+14
2023-08-16
x86/sev: Do not handle #VC for DR7 read/write
Alexey Kardashevskiy
1
-0
/
+6
2023-08-16
x86/alternative: Make custom return thunk unconditional
Peter Zijlstra
2
-4
/
+2
2023-08-14
x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...
Petr Pavlu
2
-26
/
+16
2023-08-14
x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
Petr Pavlu
1
-4
/
+4
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)
2
-2
/
+1
2023-08-13
Merge 6.5-rc6 into char-misc-next
Greg Kroah-Hartman
7
-12
/
+450
2023-08-13
x86/microcode/intel: Remove pointless mutex
Thomas Gleixner
1
-22
/
+2
2023-08-13
x86/microcode/intel: Remove debug code
Thomas Gleixner
1
-75
/
+0
2023-08-13
x86/microcode: Move core specific defines to local header
Thomas Gleixner
4
-2
/
+176
2023-08-13
x86/microcode/intel: Rename get_datasize() since its used externally
Ashok Raj
1
-4
/
+4
2023-08-13
x86/microcode: Make reload_early_microcode() static
Thomas Gleixner
1
-1
/
+1
2023-08-13
x86/microcode: Include vendor headers into microcode.h
Ashok Raj
5
-6
/
+2
2023-08-13
x86/microcode/intel: Move microcode functions out of cpu/intel.c
Thomas Gleixner
2
-174
/
+202
2023-08-13
x86/microcode: Hide the config knob
Thomas Gleixner
1
-2
/
+2
2023-08-12
Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2023-08-12
Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+9
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
1
-0
/
+4
2023-08-10
x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models
Avadhut Naik
1
-0
/
+8
2023-08-10
x86/srso: Fix build breakage with the LLVM linker
Nick Desaulniers
1
-3
/
+9
2023-08-09
x86/cpu: Fix Gracemont uarch
Peter Zijlstra
1
-1
/
+1
2023-08-09
ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD Zen
Hans de Goede
1
-0
/
+4
2023-08-09
x86/apic: Provide static call infrastructure for APIC callbacks
Thomas Gleixner
1
-0
/
+53
2023-08-09
x86/apic: Wrap IPI calls into helper functions
Dave Hansen
8
-16
/
+17
2023-08-09
x86/apic: Convert other overrides to apic_update_callback()
Thomas Gleixner
2
-5
/
+5
2023-08-09
x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()
Thomas Gleixner
3
-30
/
+3
2023-08-09
x86/apic: Provide apic_update_callback()
Thomas Gleixner
2
-1
/
+40
2023-08-09
x86/apic: Provide common init infrastructure
Thomas Gleixner
7
-56
/
+54
2023-08-09
x86/apic: Wrap apic->native_eoi() into a helper
Thomas Gleixner
1
-1
/
+1
2023-08-09
x86/apic: Nuke ack_APIC_irq()
Dave Hansen
11
-26
/
+26
2023-08-09
x86/apic: Remove pointless arguments from [native_]eoi_write()
Thomas Gleixner
10
-17
/
+18
2023-08-09
x86/apic/noop: Tidy up the code
Thomas Gleixner
1
-30
/
+8
2023-08-09
x86/apic: Remove pointless NULL initializations
Thomas Gleixner
6
-13
/
+0
2023-08-09
x86/apic: Sanitize APIC ID range validation
Thomas Gleixner
10
-34
/
+0
2023-08-09
x86/apic: Prepare x2APIC for using apic::max_apic_id
Thomas Gleixner
4
-1
/
+10
2023-08-09
x86/apic: Simplify X2APIC ID validation
Thomas Gleixner
1
-5
/
+2
2023-08-09
x86/apic: Add max_apic_id member
Thomas Gleixner
8
-0
/
+10
[prev]
[next]