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
2024-04-11
x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
Ingo Molnar
3
-42
/
+42
2024-04-11
x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
Josh Poimboeuf
1
-15
/
+7
2024-04-10
x86/topology: Don't update cpu_possible_map in topo_set_cpuids()
Thomas Gleixner
1
-2
/
+5
2024-04-10
x86/bugs: Fix return type of spectre_bhi_state()
Daniel Sneddon
1
-1
/
+1
2024-04-10
x86/cpu: Improve readability of per-CPU cpumask initialization code
Ingo Molnar
2
-14
/
+17
2024-04-10
x86/cpu: Take NUMA node into account when allocating per-CPU cpumasks
Li RongQing
2
-7
/
+9
2024-04-09
x86/alternatives: Sort local vars in apply_alternatives()
Borislav Petkov (AMD)
1
-2
/
+2
2024-04-09
x86/alternatives: Optimize optimize_nops()
Borislav Petkov (AMD)
1
-0
/
+4
2024-04-09
x86/alternatives: Get rid of __optimize_nops()
Borislav Petkov (AMD)
1
-43
/
+16
2024-04-09
x86/alternatives: Use a temporary buffer when optimizing NOPs
Borislav Petkov (AMD)
2
-45
/
+48
2024-04-09
x86/alternatives: Catch late X86_FEATURE modifiers
Borislav Petkov (AMD)
1
-0
/
+3
2024-04-09
Merge tag 'v6.9-rc3' into locking/core, to pick up fixes
Ingo Molnar
24
-201
/
+185
2024-04-09
x86/mce: Implement recovery for errors in TDX/SEAM non-root mode
Tony Luck
2
-2
/
+32
2024-04-09
Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixes
Ingo Molnar
24
-201
/
+185
2024-04-08
Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-21
/
+125
2024-04-08
x86/bhi: Mitigate KVM by default
Pawan Gupta
1
-1
/
+8
2024-04-08
x86/bhi: Add BHI mitigation knob
Pawan Gupta
1
-1
/
+89
2024-04-08
x86/bhi: Enumerate Branch History Injection (BHI) bug
Pawan Gupta
1
-8
/
+16
2024-04-08
x86/bhi: Define SPEC_CTRL_BHI_DIS_S
Daniel Sneddon
1
-0
/
+1
2024-04-08
x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file
Josh Poimboeuf
1
-12
/
+12
2024-04-06
Merge branch 'linus' into x86/urgent, to pick up dependent commit
Ingo Molnar
2
-7
/
+8
2024-04-05
x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macro
Borislav Petkov (AMD)
1
-2
/
+0
2024-04-05
x86/microcode/AMD: Avoid -Wformat warning with clang-15
Arnd Bergmann
1
-1
/
+1
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+2
2024-04-04
x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
Borislav Petkov (AMD)
1
-1
/
+3
2024-04-04
x86/extable: Remove unused fixup type EX_TYPE_COPY
Tong Tiangen
1
-1
/
+0
2024-04-04
x86/CPU/AMD: Track SNP host status with cc_platform_*()
Borislav Petkov (AMD)
3
-26
/
+24
2024-04-04
x86/coco: Require seeding RNG with RDRAND on CoCo systems
Jason A. Donenfeld
1
-0
/
+2
2024-04-04
x86/fpu: Update fpu_swap_kvm_fpu() uses in comments as well
Li RongQing
1
-2
/
+2
2024-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+6
2024-04-03
x86/apic: Improve data types to fix Coccinelle warnings
Thorsten Blum
1
-4
/
+4
2024-04-03
x86/rtc: Remove unused intel-mid.h
Andy Shevchenko
1
-1
/
+0
2024-04-03
x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offline
Reinette Chatre
1
-1
/
+2
2024-04-03
x86/of: Change x86_dtb_parse_smp_config() to static
Saurabh Sengar
1
-9
/
+9
2024-04-03
x86/of: Map NUMA node to CPUs as per DeviceTree
Saurabh Sengar
1
-0
/
+2
2024-04-03
x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by default
Saurabh Sengar
1
-2
/
+4
2024-04-02
Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
12
-128
/
+114
2024-04-01
x86/bpf: Fix IP for relocating call depth accounting
Joan Bruguera Micó
1
-2
/
+2
2024-03-31
Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2024-03-29
x86/boot: Move kernel cmdline setup earlier in the boot process (again)
Julian Stecklina
1
-16
/
+16
2024-03-27
x86/dumpstack: Use uniform "Oops: " prefix for die() messages
Alex Shi
1
-2
/
+2
2024-03-26
x86/sev: Skip ROM range scans and validation for SEV-SNP guests
Kevin Loughlin
5
-28
/
+17
2024-03-26
x86/mce: Dynamically size space for machine check records
Tony Luck
1
-15
/
+25
2024-03-26
x86/nmi: Upgrade NMI backtrace stall checks & messages
Paul E. McKenney
1
-10
/
+14
2024-03-26
x86/cpu: Clear TME feature flag if TME is not enabled by BIOS
Bingsong Si
1
-0
/
+1
2024-03-25
x86/head: Simplify relative include path to xen-head.S
Yuntao Wang
2
-2
/
+2
2024-03-25
x86/CPU/AMD: Improve the erratum 1386 workaround
Borislav Petkov (AMD)
1
-0
/
+12
2024-03-25
perf/x86/amd/lbr: Use freeze based on availability
Sandipan Das
1
-0
/
+1
2024-03-24
Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-80
/
+69
2024-03-24
x86/boot/64: Move 5-level paging global variable assignments back
Tom Lendacky
1
-9
/
+7
[prev]
[next]