index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
Age
Commit message (
Expand
)
Author
2024-04-17
x86/retpolines: Enable the default thunk warning only on relevant configs
Borislav Petkov (AMD)
2024-04-06
x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk
Borislav Petkov (AMD)
2024-04-03
x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO
Borislav Petkov (AMD)
2024-03-29
x86/bugs: Fix the SRSO mitigation on Zen3/4
Borislav Petkov (AMD)
2024-03-12
Merge branch 'linus' into x86/boot, to resolve conflict
Ingo Molnar
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-11
Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-11
Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-03-11
Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-04
x86/boot: Move mem_encrypt= parsing to the decompressor
Ard Biesheuvel
2024-03-04
x86/msr: Add missing __percpu annotations
Thomas Gleixner
2024-02-22
x86/insn: Directly assign x86_64 state in insn_init()
Nikolay Borisov
2024-02-22
x86/insn: Remove superfluous checks from instruction decoding routines
Nikolay Borisov
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
2024-02-14
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
2024-02-13
x86/insn-eval: Fix function param name in get_eff_addr_sib()
Randy Dunlap
2024-02-12
x86/retpoline: Ensure default return thunk isn't used at runtime
Josh Poimboeuf
2024-01-31
x86/opcode: Add ERET[US] instructions to the x86 opcode map
H. Peter Anvin (Intel)
2024-01-29
x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups
Qiuxu Zhuo
2024-01-25
x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support
Xin Li
2024-01-10
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-01-10
x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNK
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSO
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRY
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...
Breno Leitao
2024-01-08
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-08
Merge tag 'x86_misc_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-01-04
x86/csum: clean up `csum_partial' further
Linus Torvalds
2024-01-04
x86/csum: Remove unnecessary odd handling
Noah Goldstein
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
2023-12-20
x86: fix missing includes/forward declarations
Kent Overstreet
2023-11-17
x86/lib: Fix overflow when counting digits
Colin Ian King
2023-10-30
Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-10-30
Merge tag 'x86-headers-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-10-30
Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-10-30
Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...
Linus Torvalds
2023-10-20
x86/retpoline: Document some thunk handling aspects
Borislav Petkov (AMD)
2023-10-20
x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()
Josh Poimboeuf
2023-10-20
x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros
Josh Poimboeuf
2023-10-20
x86/srso: Disentangle rethunk-dependent options
Josh Poimboeuf
2023-10-20
x86/srso: Unexport untraining functions
Josh Poimboeuf
2023-10-20
x86/percpu: Introduce %rip-relative addressing to PER_CPU_VAR()
Uros Bizjak
2023-10-20
x86/srso: Improve i-cache locality for alias mitigation
Josh Poimboeuf
2023-10-03
x86/lib: Address kernel-doc warnings
Zhu Wang
2023-10-03
x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2023-09-25
iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
David Howells
2023-09-22
x86/bitops: Remove unused __sw_hweight64() assembly implementation on x86-32
Ingo Molnar
2023-09-18
x86/asm: Fix build of UML with KASAN
Vincent Whitchurch
2023-09-12
x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()
Peter Zijlstra
[next]