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
/
kernel
/
shstk.c
Age
Commit message (
Expand
)
Author
2024-03-22
x86/shstk: Enable shadow stacks for x32
H.J. Lu
2023-09-19
x86/shstk: Add warning for shadow stack double unmap
Rick Edgecombe
2023-09-19
x86/shstk: Handle vfork clone failure correctly
Rick Edgecombe
2023-08-30
x86/shstk: Change order of __user in type
Rick Edgecombe
2023-08-02
x86/shstk: Don't retry vm_munmap() on -EINTR
Rick Edgecombe
2023-08-02
x86/shstk: Move arch detail comment out of core mm
Rick Edgecombe
2023-08-02
x86/shstk: Add ARCH_SHSTK_STATUS
Rick Edgecombe
2023-08-02
x86/shstk: Add ARCH_SHSTK_UNLOCK
Mike Rapoport
2023-08-02
x86/shstk: Wire in shadow stack interface
Rick Edgecombe
2023-08-02
x86/shstk: Support WRSS for userspace
Rick Edgecombe
2023-08-02
x86/shstk: Introduce map_shadow_stack syscall
Rick Edgecombe
2023-08-02
x86/shstk: Check that signal frame is shadow stack mem
Rick Edgecombe
2023-08-02
x86/shstk: Check that SSP is aligned on sigreturn
Rick Edgecombe
2023-08-02
x86/shstk: Handle signals for shadow stack
Rick Edgecombe
2023-08-02
x86/shstk: Introduce routines modifying shstk
Rick Edgecombe
2023-08-02
x86/shstk: Handle thread shadow stack
Rick Edgecombe
2023-08-02
x86/shstk: Add user-mode shadow stack support
Rick Edgecombe
2023-08-02
x86: Introduce userspace API for shadow stack
Rick Edgecombe