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-08
x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file
Josh Poimboeuf
1
-12
/
+12
2024-04-08
x86/math-emu: Fix function cast warnings
Arnd Bergmann
3
-6
/
+16
2024-04-08
x86/apic: Force native_apic_mem_read() to use the MOV instruction
Adam Dunlap
1
-1
/
+2
2024-04-08
x86/vdso: Make delta calculation overflow safe
Adrian Hunter
2
-9
/
+23
2024-04-08
vdso: Consolidate nanoseconds calculation
Adrian Hunter
1
-9
/
+8
2024-04-07
Merge tag 'x86-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-39
/
+150
2024-04-07
Merge tag 'perf-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+4
2024-04-06
x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk
Borislav Petkov (AMD)
1
-0
/
+1
2024-04-06
Merge branch 'linus' into x86/urgent, to pick up dependent commit
Ingo Molnar
13
-81
/
+149
2024-04-06
x86/percpu: Introduce raw_cpu_read_long() to reduce ifdeffery
Uros Bizjak
1
-8
/
+6
2024-04-06
x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macros
Uros Bizjak
2
-33
/
+24
2024-04-06
x86/percpu: Fix x86_this_cpu_variable_test_bit() asm template
Uros Bizjak
1
-2
/
+3
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-05
Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-14
/
+35
2024-04-05
x86/mm/pat: fix VM_PAT handling in COW mappings
David Hildenbrand
1
-14
/
+35
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation
Eric Biggers
2
-0
/
+41
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX10/256 implementation
Eric Biggers
2
-0
/
+25
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX2 implementation
Eric Biggers
2
-0
/
+31
2024-04-05
crypto: x86/aes-xts - wire up AESNI + AVX implementation
Eric Biggers
2
-2
/
+209
2024-04-05
crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUs
Eric Biggers
2
-1
/
+802
2024-04-05
x86: add kconfig symbols for assembler VAES and VPCLMULQDQ support
Eric Biggers
1
-0
/
+10
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
35
-160
/
+272
2024-04-04
x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined word
Sean Christopherson
2
-0
/
+4
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-15
/
+12
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
4
-14
/
+1
2024-04-04
bpf: Optimize emit_mov_imm64().
Alexei Starovoitov
1
-1
/
+4
2024-04-04
x86/CPU/AMD: Track SNP host status with cc_platform_*()
Borislav Petkov (AMD)
6
-37
/
+45
2024-04-04
x86/cc: Add cc_platform_set/_clear() helpers
Borislav Petkov (AMD)
1
-0
/
+52
2024-04-04
x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM
Borislav Petkov (AMD)
1
-0
/
+1
2024-04-04
x86/coco: Require seeding RNG with RDRAND on CoCo systems
Jason A. Donenfeld
3
-0
/
+45
2024-04-04
x86/fpu: Update fpu_swap_kvm_fpu() uses in comments as well
Li RongQing
1
-2
/
+2
2024-04-04
x86/numa/32: Include missing <asm/pgtable_areas.h>
Arnd Bergmann
1
-0
/
+1
2024-04-03
bpf: handle CONFIG_SMP=n configuration in x86 BPF JIT
Andrii Nakryiko
1
-4
/
+3
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
1
-0
/
+16
2024-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-51
/
+94
2024-04-03
x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO
Borislav Petkov (AMD)
1
-1
/
+4
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
perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS event
Kan Liang
1
-4
/
+4
2024-04-03
x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offline
Reinette Chatre
1
-1
/
+2
2024-04-03
perf/x86/amd: Don't reject non-sampling events with configured LBR
Andrii Nakryiko
1
-4
/
+0
2024-04-03
perf/x86/amd: Support capturing LBR from software events
Andrii Nakryiko
1
-0
/
+35
2024-04-03
perf/x86/amd: Avoid taking branches before disabling LBR
Andrii Nakryiko
2
-8
/
+14
2024-04-03
perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlined
Andrii Nakryiko
1
-1
/
+1
2024-04-03
Merge tag 'v6.9-rc2' into perf/core, to pick up dependent commits
Ingo Molnar
55
-371
/
+534
2024-04-03
x86/percpu: Re-enable named address spaces with sanitizers for GCC 13.3+
Uros Bizjak
1
-6
/
+5
2024-04-03
x86/percpu: Use __force to cast from __percpu address space
Uros Bizjak
1
-3
/
+3
2024-04-03
Merge tag 'v6.9-rc2' into x86/percpu, to pick up fixes and resolve conflict
Ingo Molnar
55
-371
/
+534
[prev]
[next]