aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-03-22x86/hyperv: Cosmetic changes for hv_apic.cErni Sri Satya Vennela1-8/+8
2024-03-22x86/fred: Fix typo in Kconfig descriptionPaul Menzel1-1/+1
2024-03-22x86/asm/64: Clean up memset16(), memset32(), memset64() assembly constraints ...Alexey Dobriyan1-21/+24
2024-03-22kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)1-1/+10
2024-03-22x86/boot: Replace __PHYSICAL_START with LOAD_PHYSICAL_ADDRWei Yang2-8/+5
2024-03-22x86/percpu: Unify arch_raw_cpu_ptr() definesUros Bizjak1-24/+18
2024-03-22x86/cpu/topology: Add support for the AMD 0x80000026 leafThomas Gleixner2-8/+26
2024-03-22x86/tsc: Make __use_tsc __ro_after_initValentin Schneider1-1/+1
2024-03-22x86/kvm: Make kvm_async_pf_enabled __ro_after_initValentin Schneider1-1/+1
2024-03-22x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov1-5/+5
2024-03-22x86/shstk: Enable shadow stacks for x32H.J. Lu3-3/+9
2024-03-22x86/kexec: Do not update E820 kexec table for setup_dataDave Young1-16/+1
2024-03-22x86/boot: Ignore relocations in .notes sections in walk_relocs() tooGuixiong Wei1-0/+9
2024-03-22x86/syscall/compat: Remove ia32_unistd.hBrian Gerst4-14/+2
2024-03-22x86/syscall/compat: Remove unused macro __SYSCALL_ia32_NRBrian Gerst1-1/+0
2024-03-22x86/virt/tdx: Remove duplicate includeJiapeng Chong1-1/+0
2024-03-22x86/xen: Remove duplicate #includeJiapeng Chong1-3/+0
2024-03-22x86: Rename __{start,end}_init_task to __{start,end}_init_stackXin Li (Intel)1-1/+1
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds4-3/+5
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+0
2024-03-21x86/cpu: Get rid of an unnecessary local variable in get_cpu_address_sizes()Borislav Petkov (AMD)1-10/+7
2024-03-21perf/x86/rapl: Prefer struct_size() over open coded arithmeticErick Archer1-3/+1
2024-03-21x86/cpu: Move leftover contents of topology.c to setup.cRafael J. Wysocki3-44/+9
2024-03-21x86/boot: Simplify boot stack setupBrian Gerst5-16/+8
2024-03-21x86/percpu: Enable named address spaces for GCC 9.1+Uros Bizjak1-1/+1
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-141/+157
2024-03-21x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'Masahiro Yamada1-0/+1
2024-03-20x86/percpu: Re-enable named address spaces with KASAN for GCC 13.3+Uros Bizjak1-3/+6
2024-03-20x86/percpu: Move raw_percpu_xchg_op() to a better placeUros Bizjak1-12/+11
2024-03-20x86/percpu: Convert this_percpu_xchg_op() from asm() to C code, to generate b...Uros Bizjak1-21/+11
2024-03-20x86/asm: Use "m" operand constraint in WRUSSQ asm templateUros Bizjak1-2/+2
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-44/+122
2024-03-19x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixupUros Bizjak1-2/+2
2024-03-19x86/asm: Use %a instead of %P operand modifier in asm templatesUros Bizjak1-1/+1
2024-03-19x86/asm: Use %c/%n instead of %P operand modifier in asm templatesUros Bizjak6-18/+18
2024-03-19x86/asm: Remove %P operand modifier from altinstr asm templatesUros Bizjak3-6/+6
2024-03-18Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-16/+26
2024-03-18KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OPPaolo Bonzini1-0/+23
2024-03-18Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/kvm-x86/linux into ...Paolo Bonzini2-6/+6
2024-03-18Merge tag 'kvm-x86-svm-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-29/+39
2024-03-18x86/hyperv: Use Hyper-V entropy to seed guest random number generatorMichael Kelley1-0/+1
2024-03-18x86/hyperv: Cosmetic changes for hv_spinlock.cPurna Pavan Chandra Aekkaladevi1-1/+2
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy1-1/+2
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy1-4/+0
2024-03-18hyperv-tlfs: Rename some HV_REGISTER_* defines for consistencyNuno Das Neves1-1/+1
2024-03-17Merge tag 'perf-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+4
2024-03-16x86/CPU/AMD: Update the Zenbleed microcode revisionsBorislav Petkov (AMD)1-5/+5
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds38-656/+1253
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+14
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy1-2/+1