aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-04-08x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf1-12/+12
2024-04-08x86/math-emu: Fix function cast warningsArnd Bergmann3-6/+16
2024-04-08x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap1-1/+2
2024-04-08x86/vdso: Make delta calculation overflow safeAdrian Hunter2-9/+23
2024-04-08vdso: Consolidate nanoseconds calculationAdrian Hunter1-9/+8
2024-04-07Merge tag 'x86-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-39/+150
2024-04-07Merge tag 'perf-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2024-04-06x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)1-0/+1
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar13-81/+149
2024-04-06x86/percpu: Introduce raw_cpu_read_long() to reduce ifdefferyUros Bizjak1-8/+6
2024-04-06x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macrosUros Bizjak2-33/+24
2024-04-06x86/percpu: Fix x86_this_cpu_variable_test_bit() asm templateUros Bizjak1-2/+3
2024-04-05x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macroBorislav Petkov (AMD)1-2/+0
2024-04-05x86/microcode/AMD: Avoid -Wformat warning with clang-15Arnd Bergmann1-1/+1
2024-04-05Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://git.kernel.org/pub/s...Linus Torvalds1-14/+35
2024-04-05x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-14/+35
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/512 implementationEric Biggers2-0/+41
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX10/256 implementationEric Biggers2-0/+25
2024-04-05crypto: x86/aes-xts - wire up VAES + AVX2 implementationEric Biggers2-0/+31
2024-04-05crypto: x86/aes-xts - wire up AESNI + AVX implementationEric Biggers2-2/+209
2024-04-05crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers2-1/+802
2024-04-05x86: add kconfig symbols for assembler VAES and VPCLMULQDQ supportEric Biggers1-0/+10
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-160/+272
2024-04-04x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson2-0/+4
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-15/+12
2024-04-04x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)1-1/+3
2024-04-04x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen4-14/+1
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov1-1/+4
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)6-37/+45
2024-04-04x86/cc: Add cc_platform_set/_clear() helpersBorislav Petkov (AMD)1-0/+52
2024-04-04x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORMBorislav Petkov (AMD)1-0/+1
2024-04-04x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld3-0/+45
2024-04-04x86/fpu: Update fpu_swap_kvm_fpu() uses in comments as wellLi RongQing1-2/+2
2024-04-04x86/numa/32: Include missing <asm/pgtable_areas.h>Arnd Bergmann1-0/+1
2024-04-03bpf: handle CONFIG_SMP=n configuration in x86 BPF JITAndrii Nakryiko1-4/+3
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko1-0/+16
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-51/+94
2024-04-03x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)1-1/+4
2024-04-03x86/apic: Improve data types to fix Coccinelle warningsThorsten Blum1-4/+4
2024-04-03x86/rtc: Remove unused intel-mid.hAndy Shevchenko1-1/+0
2024-04-03perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang1-4/+4
2024-04-03x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre1-1/+2
2024-04-03perf/x86/amd: Don't reject non-sampling events with configured LBRAndrii Nakryiko1-4/+0
2024-04-03perf/x86/amd: Support capturing LBR from software eventsAndrii Nakryiko1-0/+35
2024-04-03perf/x86/amd: Avoid taking branches before disabling LBRAndrii Nakryiko2-8/+14
2024-04-03perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlinedAndrii Nakryiko1-1/+1
2024-04-03Merge tag 'v6.9-rc2' into perf/core, to pick up dependent commitsIngo Molnar55-371/+534
2024-04-03x86/percpu: Re-enable named address spaces with sanitizers for GCC 13.3+Uros Bizjak1-6/+5
2024-04-03x86/percpu: Use __force to cast from __percpu address spaceUros Bizjak1-3/+3
2024-04-03Merge tag 'v6.9-rc2' into x86/percpu, to pick up fixes and resolve conflictIngo Molnar55-371/+534