Linux API
[Prev Page][Next Page]
- [PATCH v8 17/40] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, (continued)
- [PATCH v8 17/40] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Rick Edgecombe
- [PATCH v8 18/40] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Rick Edgecombe
- [PATCH v8 20/40] x86/mm: Teach pte_mkwrite() about stack memory, Rick Edgecombe
- [PATCH v8 19/40] x86/mm: Check shadow stack page fault errors, Rick Edgecombe
- [PATCH v8 21/40] mm: Add guard pages around a shadow stack., Rick Edgecombe
- [PATCH v8 22/40] mm/mmap: Add shadow stack pages to memory accounting, Rick Edgecombe
- [PATCH v8 23/40] mm: Re-introduce vm_flags to do_mmap(), Rick Edgecombe
- [PATCH v8 26/40] mm: Warn on shadow stack memory in wrong vma, Rick Edgecombe
- [PATCH v8 25/40] x86/mm: Introduce MAP_ABOVE4G, Rick Edgecombe
- [PATCH v8 27/40] x86/mm: Warn if create Write=0,Dirty=1 with raw prot, Rick Edgecombe
- [PATCH v8 24/40] mm: Don't allow write GUPs to shadow stack memory, Rick Edgecombe
- [PATCH v8 28/40] x86: Introduce userspace API for shadow stack, Rick Edgecombe
- [PATCH v8 29/40] x86/shstk: Add user-mode shadow stack support, Rick Edgecombe
- [PATCH v8 31/40] x86/shstk: Introduce routines modifying shstk, Rick Edgecombe
- [PATCH v8 32/40] x86/shstk: Handle signals for shadow stack, Rick Edgecombe
- [PATCH v8 30/40] x86/shstk: Handle thread shadow stack, Rick Edgecombe
- [PATCH v8 33/40] x86/shstk: Introduce map_shadow_stack syscall, Rick Edgecombe
- [PATCH v8 34/40] x86/shstk: Support WRSS for userspace, Rick Edgecombe
- [PATCH v8 35/40] x86: Expose thread features in /proc/$PID/status, Rick Edgecombe
- [PATCH v8 37/40] selftests/x86: Add shadow stack test, Rick Edgecombe
- [PATCH v8 38/40] x86: Add PTRACE interface for shadow stack, Rick Edgecombe
- [PATCH v8 36/40] x86/shstk: Wire in shadow stack interface, Rick Edgecombe
- [PATCH v8 39/40] x86/shstk: Add ARCH_SHSTK_UNLOCK, Rick Edgecombe
- [PATCH v8 40/40] x86/shstk: Add ARCH_SHSTK_STATUS, Rick Edgecombe
- Re: [PATCH v8 00/40] Shadow stacks for userspace, Borislav Petkov
- Re: [PATCH v1 3/4] xfs: add XFS_IOC_SETFSUUID ioctl, Amir Goldstein
- [RFC PATCH 00/10] Additional selftests for restrictedmem,
Ackerley Tng
- [RFC PATCH 01/10] KVM: selftests: Test error message fixes for memfd_restricted selftests, Ackerley Tng
- [RFC PATCH 03/10] KVM: selftests: Test that VM private memory should not be readable from host, Ackerley Tng
- [RFC PATCH 02/10] KVM: selftests: Test that ftruncate to non-page-aligned size on a restrictedmem fd should fail, Ackerley Tng
- [RFC PATCH 04/10] KVM: selftests: Exercise restrictedmem allocation and truncation code after KVM invalidation code has been unbound, Ackerley Tng
- [RFC PATCH 05/10] KVM: selftests: Generalize private_mem_conversions_test for parallel execution, Ackerley Tng
- [RFC PATCH 06/10] KVM: selftests: Default private_mem_conversions_test to use 1 memslot for test data, Ackerley Tng
- [RFC PATCH 08/10] KVM: selftests: Default private_mem_conversions_test to use 1 restrictedmem file for test data, Ackerley Tng
- [RFC PATCH 07/10] KVM: selftests: Add vm_userspace_mem_region_add_with_restrictedmem, Ackerley Tng
- [RFC PATCH 09/10] KVM: selftests: Add tests around sharing a restrictedmem fd, Ackerley Tng
- [RFC PATCH 10/10] KVM: selftests: Test KVM exit behavior for private memory/access, Ackerley Tng
- [PATCH v7 00/11] LSM: Three basic syscalls,
Casey Schaufler
- [PATCH v7 02/11] LSM: Maintain a table of LSM attribute data, Casey Schaufler
- [PATCH v7 01/11] LSM: Identify modules by more than name, Casey Schaufler
- [PATCH v7 03/11] proc: Use lsmids instead of lsm names for attrs, Casey Schaufler
- [PATCH v7 04/11] LSM: syscalls for current process attributes, Casey Schaufler
- [PATCH v7 05/11] LSM: Create lsm_list_modules system call, Casey Schaufler
- [PATCH v7 06/11] LSM: wireup Linux Security Module syscalls, Casey Schaufler
- [PATCH v7 07/11] LSM: Helpers for attribute names and filling an lsm_ctx, Casey Schaufler
- [PATCH v7 08/11] Smack: implement setselfattr and getselfattr hooks, Casey Schaufler
- [PATCH v7 10/11] SELinux: Add selfattr hooks, Casey Schaufler
- [PATCH v7 09/11] AppArmor: Add selfattr hooks, Casey Schaufler
- [PATCH v7 11/11] LSM: selftests for Linux Security Module syscalls, Casey Schaufler
- [PATCH for-next] scsi: Implement host state statistics,
Seymour, Shane M
- [PATCH] selftests: sigaltstack: fix -Wuninitialized,
Nick Desaulniers
- [PATCH v11 0/3] cachestat: a new syscall for page cache state of files,
Nhat Pham
- selftests: sigaltstack: sas # exit=1 - # Bail out! SP is not on sigaltstack - on clang build,
Naresh Kamboju
- Re: [PATCH 0/1] process attribute support for Landlock,
Mickaël Salaün
- [PATCH v7 00/41] Shadow stacks for userspace,
Rick Edgecombe
- [PATCH v7 01/41] Documentation/x86: Add CET shadow stack description, Rick Edgecombe
- [PATCH v7 02/41] x86/shstk: Add Kconfig option for shadow stack, Rick Edgecombe
- [PATCH v7 05/41] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Rick Edgecombe
- [PATCH v7 03/41] x86/cpufeatures: Add CPU feature flags for shadow stacks, Rick Edgecombe
- [PATCH v7 04/41] x86/cpufeatures: Enable CET CR4 bit for shadow stack, Rick Edgecombe
- [PATCH v7 12/41] s390/mm: Introduce pmd_mkwrite_kernel(), Rick Edgecombe
- [PATCH v7 08/41] x86/shstk: Add user control-protection fault handler, Rick Edgecombe
- [PATCH v7 09/41] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Rick Edgecombe
- [PATCH v7 17/41] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Rick Edgecombe
- [PATCH v7 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Rick Edgecombe
- [PATCH v7 15/41] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY, Rick Edgecombe
- [PATCH v7 22/41] mm/mmap: Add shadow stack pages to memory accounting, Rick Edgecombe
- [PATCH v7 23/41] mm: Re-introduce vm_flags to do_mmap(), Rick Edgecombe
- [PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA, Rick Edgecombe
- [PATCH v7 06/41] x86/fpu: Add helper for modifying xstate, Rick Edgecombe
- [PATCH v7 24/41] mm: Don't allow write GUPs to shadow stack memory, Rick Edgecombe
- [PATCH v7 16/41] x86/mm: Start actually marking _PAGE_SAVED_DIRTY, Rick Edgecombe
- [PATCH v7 19/41] x86/mm: Check shadow stack page fault errors, Rick Edgecombe
- [PATCH v7 11/41] mm: Introduce pte_mkwrite_kernel(), Rick Edgecombe
- [PATCH v7 20/41] x86/mm: Teach pte_mkwrite() about stack memory, Rick Edgecombe
- [PATCH v7 07/41] x86: Move control protection handler to separate file, Rick Edgecombe
- [PATCH v7 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY, Rick Edgecombe
- [PATCH v7 21/41] mm: Add guard pages around a shadow stack., Rick Edgecombe
- [PATCH v7 10/41] x86/mm: Move pmd_write(), pud_write() up in the file, Rick Edgecombe
- [PATCH v7 25/41] x86/mm: Introduce MAP_ABOVE4G, Rick Edgecombe
- [PATCH v7 26/41] mm: Warn on shadow stack memory in wrong vma, Rick Edgecombe
- [PATCH v7 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot, Rick Edgecombe
- [PATCH v7 31/41] x86/shstk: Introduce routines modifying shstk, Rick Edgecombe
- [PATCH v7 30/41] x86/shstk: Handle thread shadow stack, Rick Edgecombe
- [PATCH v7 29/41] x86/shstk: Add user-mode shadow stack support, Rick Edgecombe
- [PATCH v7 28/41] x86: Introduce userspace API for shadow stack, Rick Edgecombe
- [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall, Rick Edgecombe
- [PATCH v7 35/41] x86: Expose thread features in /proc/$PID/status, Rick Edgecombe
- [PATCH v7 32/41] x86/shstk: Handle signals for shadow stack, Rick Edgecombe
- [PATCH v7 34/41] x86/shstk: Support WRSS for userspace, Rick Edgecombe
- [PATCH v7 36/41] x86/shstk: Wire in shadow stack interface, Rick Edgecombe
- [PATCH v7 38/41] x86/fpu: Add helper for initing features, Rick Edgecombe
- [PATCH v7 37/41] selftests/x86: Add shadow stack test, Rick Edgecombe
- [PATCH v7 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK, Rick Edgecombe
- [PATCH v7 41/41] x86/shstk: Add ARCH_SHSTK_STATUS, Rick Edgecombe
- [PATCH v7 39/41] x86: Add PTRACE interface for shadow stack, Rick Edgecombe
- [PATCH v6 00/11] LSM: Three basic syscalls,
Casey Schaufler
- [PATCH v6 01/11] LSM: Identify modules by more than name, Casey Schaufler
- [PATCH v6 02/11] LSM: Maintain a table of LSM attribute data, Casey Schaufler
- [PATCH v6 05/11] LSM: Create lsm_module_list system call, Casey Schaufler
- [PATCH v6 04/11] LSM: syscalls for current process attributes, Casey Schaufler
- [PATCH v6 03/11] proc: Use lsmids instead of lsm names for attrs, Casey Schaufler
- [PATCH v6 06/11] LSM: wireup Linux Security Module syscalls, Casey Schaufler
- [PATCH v6 08/11] Smack: implement setselfattr and getselfattr hooks, Casey Schaufler
- [PATCH v6 07/11] LSM: Helpers for attribute names and filling an lsm_ctx, Casey Schaufler
- [PATCH v6 10/11] SELinux: Add selfattr hooks, Casey Schaufler
- [PATCH v6 11/11] LSM: selftests for Linux Security Module syscalls, Casey Schaufler
- [PATCH v6 09/11] AppArmor: Add selfattr hooks, Casey Schaufler
- [PATCH v10 0/3] cachestat: a new syscall for page cache state of files,
Nhat Pham
- [PATCH v6 00/41] Shadow stacks for userspace,
Rick Edgecombe
- [PATCH v6 01/41] Documentation/x86: Add CET shadow stack description, Rick Edgecombe
- [PATCH v6 02/41] x86/shstk: Add Kconfig option for shadow stack, Rick Edgecombe
- [PATCH v6 03/41] x86/cpufeatures: Add CPU feature flags for shadow stacks, Rick Edgecombe
- [PATCH v6 04/41] x86/cpufeatures: Enable CET CR4 bit for shadow stack, Rick Edgecombe
- [PATCH v6 05/41] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Rick Edgecombe
- [PATCH v6 06/41] x86/fpu: Add helper for modifying xstate, Rick Edgecombe
- [PATCH v6 08/41] x86/shstk: Add user control-protection fault handler, Rick Edgecombe
- [PATCH v6 09/41] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Rick Edgecombe
- [PATCH v6 07/41] x86: Move control protection handler to separate file, Rick Edgecombe
- [PATCH v6 10/41] x86/mm: Move pmd_write(), pud_write() up in the file, Rick Edgecombe
- [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel(), Rick Edgecombe
- [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel(), Rick Edgecombe
- [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA, Rick Edgecombe
- [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY, Rick Edgecombe
- [PATCH v6 15/41] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY, Rick Edgecombe
- [PATCH v6 16/41] x86/mm: Start actually marking _PAGE_SAVED_DIRTY, Rick Edgecombe
- [PATCH v6 17/41] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Rick Edgecombe
- [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors, Rick Edgecombe
- [PATCH v6 20/41] x86/mm: Teach pte_mkwrite() about stack memory, Rick Edgecombe
- [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Rick Edgecombe
- [PATCH v6 21/41] mm: Add guard pages around a shadow stack., Rick Edgecombe
- [PATCH v6 23/41] mm: Re-introduce vm_flags to do_mmap(), Rick Edgecombe
- [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting, Rick Edgecombe
- [PATCH v6 24/41] mm: Don't allow write GUPs to shadow stack memory, Rick Edgecombe
- [PATCH v6 25/41] x86/mm: Introduce MAP_ABOVE4G, Rick Edgecombe
- [PATCH v6 26/41] mm: Warn on shadow stack memory in wrong vma, Rick Edgecombe
- [PATCH v6 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot, Rick Edgecombe
- [PATCH v6 28/41] x86: Introduce userspace API for shadow stack, Rick Edgecombe
- [PATCH v6 29/41] x86/shstk: Add user-mode shadow stack support, Rick Edgecombe
- [PATCH v6 31/41] x86/shstk: Introduce routines modifying shstk, Rick Edgecombe
- [PATCH v6 30/41] x86/shstk: Handle thread shadow stack, Rick Edgecombe
- [PATCH v6 33/41] x86/shstk: Introduce map_shadow_stack syscall, Rick Edgecombe
- [PATCH v6 32/41] x86/shstk: Handle signals for shadow stack, Rick Edgecombe
- [PATCH v6 34/41] x86/shstk: Support WRSS for userspace, Rick Edgecombe
- [PATCH v6 35/41] x86: Expose thread features in /proc/$PID/status, Rick Edgecombe
- [PATCH v6 36/41] x86/shstk: Wire in shadow stack interface, Rick Edgecombe
- [PATCH v6 38/41] x86/fpu: Add helper for initing features, Rick Edgecombe
- [PATCH v6 37/41] selftests/x86: Add shadow stack test, Rick Edgecombe
- [PATCH v6 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK, Rick Edgecombe
- [PATCH v6 39/41] x86: Add PTRACE interface for shadow stack, Rick Edgecombe
- [PATCH v6 41/41] x86/shstk: Add ARCH_SHSTK_STATUS, Rick Edgecombe
- Re: [PATCH v6 00/41] Shadow stacks for userspace, Kees Cook
- Re: [PATCH v6 00/41] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH v6 00/41] Shadow stacks for userspace, John Allen
- Re: [PATCH v6 00/41] Shadow stacks for userspace, Pengfei Xu
- Re: [PATCH v6 00/41] Shadow stacks for userspace, Borislav Petkov
- [RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall,
Ackerley Tng
- [RFC PATCH 0/2] Providing mount for memfd_restricted() syscall,
Ackerley Tng
- [PATCH v2] rseq.2: New man page for the rseq(2) API,
Mathieu Desnoyers
- [PATCH 1/1] rseq.2: New man page for the rseq(2) API,
Mathieu Desnoyers
- copy on write for splice() from file to pipe?,
Stefan Metzmacher
- Re: copy on write for splice() from file to pipe?, Matthew Wilcox
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Stefan Metzmacher
- Re: copy on write for splice() from file to pipe?, Dave Chinner
- Re: copy on write for splice() from file to pipe?, Dave Chinner
- Re: copy on write for splice() from file to pipe?, Matthew Wilcox
- Re: copy on write for splice() from file to pipe?, Dave Chinner
- Re: copy on write for splice() from file to pipe?, Andy Lutomirski
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Andy Lutomirski
- Re: copy on write for splice() from file to pipe?, Jeremy Allison
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Andy Lutomirski
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Jeremy Allison
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Andy Lutomirski
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Andy Lutomirski
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Ming Lei
- Re: copy on write for splice() from file to pipe?, Ming Lei
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Ming Lei
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- Re: copy on write for splice() from file to pipe?, Jens Axboe
- Re: copy on write for splice() from file to pipe?, Linus Torvalds
- [PATCH v7 0/3] fanotify: Allow user space to pass back additional audit info,
Richard Guy Briggs
- [PATCH v9 0/3] cachestat: a new syscall for page cache state of files,
Nhat Pham
- [PATCH v9 3/3] selftests: Add selftests for cachestat, Nhat Pham
[PATCH bpf-next v3 0/1] Document kfunc lifecycle / stability expectations,
David Vernet
[PATCH v8 0/3] cachestat: a new syscall for page cache state of files,
Nhat Pham
[PATCH v7 0/3] cachestat: a new syscall for page cache state of files,
Nhat Pham
[PATCH v5 00/39] Shadow stacks for userspace,
Rick Edgecombe
- [PATCH v5 01/39] Documentation/x86: Add CET shadow stack description, Rick Edgecombe
- [PATCH v5 02/39] x86/shstk: Add Kconfig option for shadow stack, Rick Edgecombe
- [PATCH v5 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks, Rick Edgecombe
- [PATCH v5 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Rick Edgecombe
- [PATCH v5 06/39] x86/fpu: Add helper for modifying xstate, Rick Edgecombe
- [PATCH v5 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack, Rick Edgecombe
- [PATCH v5 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Rick Edgecombe
- [PATCH v5 09/39] x86/mm: Move pmd_write(), pud_write() up in the file, Rick Edgecombe
- [PATCH v5 07/39] x86: Add user control-protection fault handler, Rick Edgecombe
- [PATCH v5 10/39] x86/mm: Introduce _PAGE_COW, Rick Edgecombe
- [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW, Rick Edgecombe
- [PATCH v5 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Rick Edgecombe
- [PATCH v5 14/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Rick Edgecombe
- [PATCH v5 13/39] x86/mm: Start actually marking _PAGE_COW, Rick Edgecombe
- [PATCH v5 15/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Rick Edgecombe
- [PATCH v5 16/39] x86/mm: Check shadow stack page fault errors, Rick Edgecombe
- [PATCH v5 17/39] x86/mm: Update maybe_mkwrite() for shadow stack, Rick Edgecombe
- [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk, Rick Edgecombe
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]