linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-22 22:41:09 to 2022-10-04 00:40:42 UTC [more...]

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-04  0:40 UTC  (130+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v2 18/39] mm: Add guard pages around a shadow stack
` [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v2 20/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v2 21/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v2 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace
` [PATCH v2 30/39] x86: Expose thread features status in /proc/$PID/arch_status
` [PATCH v2 31/39] x86/cet/shstk: Wire in CET interface
` [PATCH v2 32/39] selftests/x86: Add shadow stack test
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
` [OPTIONAL/CLEANUP v2 34/39] x86: Separate out x86_regset for 32 and 64 bit
` [OPTIONAL/CLEANUP v2 35/39] x86: Improve formatting of user_regset arrays
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
` [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET
` [OPTIONAL/RFC v2 38/39] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-03 11:01 UTC  (36+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed

[GIT PULL] STATX_DIOALIGN for 6.1
 2022-10-03  3:31 UTC 

[RFC PATCH] rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
 2022-09-29 16:11 UTC  (3+ messages)

[PATCH v4] sched/numa: add per-process numa_balancing
 2022-09-29  8:45 UTC  (3+ messages)

IMPORTANT
 2022-09-27 18:57 UTC 

[PATCH mm-unstable v4 00/10] mm: add file/shmem support to MADV_COLLAPSE
 2022-09-27 16:32 UTC  (12+ messages)
` [PATCH mm-unstable v4 03/10] mm/madvise: add file and shmem "
` [PATCH mm-unstable v4 05/10] selftests/vm: dedup THP helpers
` [PATCH mm-unstable v4 06/10] selftests/vm: modularize thp collapse memory operations
` [PATCH mm-unstable v4 07/10] selftests/vm: add thp collapse file and tmpfs testing
` [PATCH mm-unstable v4 08/10] selftests/vm: add thp collapse shmem testing
` [PATCH mm-unstable v4 09/10] selftests/vm: add file/shmem MADV_COLLAPSE selftest for cleared pmd
` [PATCH mm-unstable v4 10/10] selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memory

[PATCH v4 09/25] sched: Introduce per memory space current virtual cpu id
 2022-09-27 13:43 UTC  (2+ messages)
` [PATCH v4.1 "

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-27 13:18 UTC  (18+ messages)

[PATCH v4 06/25] lib: Invert _find_next_bit source arguments
 2022-09-27  8:04 UTC  (2+ messages)

[PATCH] a.out: Remove the a.out implementation
 2022-09-27  7:52 UTC  (3+ messages)

Syscall kill() can send signal to thread ID
 2022-09-24  3:16 UTC  (12+ messages)

[PATCH v4 00/25] RSEQ node id and virtual cpu id extensions
 2022-09-23 13:46 UTC  (6+ messages)
` [PATCH v4 03/25] rseq: Extend struct rseq with numa node id
    ` [PATCH v4.1 03/25 1/1] "

[PATCH v4 25/25] tracing/rseq: Add mm_vcpu_id field to rseq_update
 2022-09-23  9:55 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).