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
/
entry
Age
Commit message (
Expand
)
Author
2024-05-23
mseal: wire up mseal syscall
Jeff Xu
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2024-05-14
Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
2024-05-13
Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-05-13
Merge tag 'x86-entry-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-05-13
Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
2024-05-01
x86/mm: Remove broken vsyscall emulation code from the page fault code
Linus Torvalds
2024-04-30
x86/irq: Install posted MSI notification handler
Jacob Pan
2024-04-18
x86/fred: Fix incorrect error code printout in fred_bad_type()
Hou Wenlong
2024-04-18
x86/fred: Fix INT80 emulation for FRED
Xin Li (Intel)
2024-04-09
x86/entry: Merge thunk_64.S and thunk_32.S into thunk.S
Lai Jiangshan
2024-04-08
x86/bhi: Add support for clearing branch history at syscall entry
Pawan Gupta
2024-04-08
x86/syscall: Don't force use of indirect calls for system calls
Linus Torvalds
2024-03-26
x86/vdso: Fix rethunk patching for vdso-image-x32.o too
Borislav Petkov (AMD)
2024-03-22
x86/shstk: Enable shadow stacks for x32
H.J. Lu
2024-03-22
x86/syscall/compat: Remove ia32_unistd.h
Brian Gerst
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
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-entry-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-03-11
Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-02-27
x86/vdso: Move vDSO to mmap region
Daniel Micay
2024-02-23
kbuild: change tool coverage variables to take the path relative to $(obj)
Masahiro Yamada
2024-02-22
x86/vdso/kbuild: Group non-standard build attributes and primary object file ...
Ingo Molnar
2024-02-22
Merge branch 'x86/vdso' into x86/core, to resolve conflict and to prepare for...
Ingo Molnar
2024-02-20
x86/vdso: Fix rethunk patching for vdso-image-{32,64}.o
Josh Poimboeuf
2024-02-19
x86/entry_32: Add VERW just before userspace transition
Pawan Gupta
2024-02-19
x86/entry_64: Add VERW just before userspace transition
Pawan Gupta
2024-02-19
x86/bugs: Add asm helpers for executing VERW
Pawan Gupta
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-12
x86/retpoline: Ensure default return thunk isn't used at runtime
Josh Poimboeuf
2024-02-08
x86/vdso: Use CONFIG_COMPAT_32 to specify vdso32
Masahiro Yamada
2024-02-08
x86/vdso: Use $(addprefix ) instead of $(foreach )
Masahiro Yamada
2024-02-08
x86/vdso: Simplify obj-y addition
Masahiro Yamada
2024-02-08
x86/vdso: Consolidate targets and clean-files
Masahiro Yamada
2024-01-31
x86/fred: Add FRED initialization functions
H. Peter Anvin (Intel)
2024-01-31
x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
Xin Li
2024-01-31
x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
Peter Zijlstra (Intel)
2024-01-31
x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
Xin Li
2024-01-31
x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
H. Peter Anvin (Intel)
2024-01-31
x86/traps: Add sysvec_install() to install a system interrupt handler
Xin Li
2024-01-31
x86/fred: FRED entry/exit and dispatch code
H. Peter Anvin (Intel)
2024-01-31
x86/ptrace: Cleanup the definition of the pt_regs structure
Xin Li
2024-01-25
x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
Xin Li
2024-01-24
x86/entry: Avoid redundant CR3 write on paranoid returns
Lai Jiangshan
2024-01-10
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-10
x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRY
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
[next]