summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-08-02x86/shstk: Add ARCH_SHSTK_STATUSRick Edgecombe
2023-08-02x86/shstk: Add ARCH_SHSTK_UNLOCKMike Rapoport
2023-08-02x86: Add PTRACE interface for shadow stackRick Edgecombe
2023-08-02x86/cpufeatures: Enable CET CR4 bit for shadow stackRick Edgecombe
2023-08-02x86/shstk: Wire in shadow stack interfaceRick Edgecombe
2023-08-02x86: Expose thread features in /proc/$PID/statusRick 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/shstk: Add user control-protection fault handlerRick Edgecombe
2023-08-02x86: Introduce userspace API for shadow stackRick Edgecombe
2023-08-02x86/fpu: Add helper for modifying xstateRick Edgecombe
2023-08-02x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor statesRick Edgecombe
2023-08-02mm: Don't allow write GUPs to shadow stack memoryRick Edgecombe
2023-07-11x86/mm: Teach pte_mkwrite() about stack memoryRick Edgecombe
2023-07-11x86/mm: Introduce MAP_ABOVE4GRick Edgecombe
2023-07-11x86/mm: Warn if create Write=0,Dirty=1 with raw protRick Edgecombe
2023-07-11mm: Warn on shadow stack memory in wrong vmaRick Edgecombe
2023-07-11x86/mm: Check shadow stack page fault errorsRick Edgecombe
2023-07-11x86/mm: Remove _PAGE_DIRTY from kernel RO pagesRick Edgecombe
2023-07-11x86/mm: Start actually marking _PAGE_SAVED_DIRTYRick Edgecombe
2023-07-11x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTYRick Edgecombe
2023-07-11x86/mm: Introduce _PAGE_SAVED_DIRTYRick Edgecombe
2023-07-11x86/mm: Move pmd_write(), pud_write() up in the fileRick Edgecombe
2023-07-11x86/cpufeatures: Add CPU feature flags for shadow stacksRick Edgecombe
2023-07-11x86/traps: Move control protection handler to separate fileRick Edgecombe
2023-07-11x86/shstk: Add Kconfig option for shadow stackRick Edgecombe
2023-07-11mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()Rick Edgecombe
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-07-09Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-09Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-07Merge tag 'powerpc-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-07-07x86/smp: Don't send INIT to boot CPUThomas Gleixner
2023-07-07MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabledThomas Bogendoerfer
2023-07-06Merge tag 'drm-next-2023-07-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-07-06Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-07-06Merge patch series "riscv: some CMO alternative related clean up"Palmer Dabbelt
2023-07-06riscv: mm: mark noncoherent_supported as __ro_after_initJisheng Zhang
2023-07-06riscv: mm: mark CBO relate initialization funcs as __initJisheng Zhang
2023-07-06riscv: errata: thead: only set cbom size & noncoherent during bootJisheng Zhang
2023-07-06riscv: Select HAVE_ARCH_USERFAULTFD_MINORSamuel Holland
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds