summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/shstk.c
AgeCommit message (Expand)Author
2023-09-19x86/shstk: Add warning for shadow stack double unmapRick Edgecombe
2023-09-19x86/shstk: Handle vfork clone failure correctlyRick Edgecombe
2023-08-30x86/shstk: Change order of __user in typeRick Edgecombe
2023-08-02x86/shstk: Don't retry vm_munmap() on -EINTRRick Edgecombe
2023-08-02x86/shstk: Move arch detail comment out of core mmRick Edgecombe
2023-08-02x86/shstk: Add ARCH_SHSTK_STATUSRick Edgecombe
2023-08-02x86/shstk: Add ARCH_SHSTK_UNLOCKMike Rapoport
2023-08-02x86/shstk: Wire in shadow stack interfaceRick Edgecombe
2023-08-02x86/shstk: Support WRSS for userspaceRick Edgecombe
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe
2023-08-02x86/shstk: Check that signal frame is shadow stack memRick Edgecombe
2023-08-02x86/shstk: Check that SSP is aligned on sigreturnRick Edgecombe
2023-08-02x86/shstk: Handle signals for shadow stackRick Edgecombe
2023-08-02x86/shstk: Introduce routines modifying shstkRick Edgecombe
2023-08-02x86/shstk: Handle thread shadow stackRick Edgecombe
2023-08-02x86/shstk: Add user-mode shadow stack supportRick Edgecombe
2023-08-02x86: Introduce userspace API for shadow stackRick Edgecombe