Linux API
[Prev Page][Next Page]
- [PATCH v7 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot, (continued)
- [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
- [PATCH v5 20/39] mm: Add guard pages around a shadow stack., Rick Edgecombe
- [PATCH v5 19/39] mm: Fixup places that call pte_mkwrite() directly, Rick Edgecombe
- [PATCH v5 21/39] mm/mmap: Add shadow stack pages to memory accounting, Rick Edgecombe
- [PATCH v5 22/39] mm: Re-introduce vm_flags to do_mmap(), Rick Edgecombe
- [PATCH v5 23/39] mm: Don't allow write GUPs to shadow stack memory, Rick Edgecombe
- [PATCH v5 25/39] mm: Warn on shadow stack memory in wrong vma, Rick Edgecombe
- [PATCH v5 26/39] x86: Introduce userspace API for shadow stack, Rick Edgecombe
- [PATCH v5 24/39] x86/mm: Introduce MAP_ABOVE4G, Rick Edgecombe
- [PATCH v5 27/39] x86/shstk: Add user-mode shadow stack support, Rick Edgecombe
- [PATCH v5 38/39] x86/shstk: Add ARCH_SHSTK_UNLOCK, Rick Edgecombe
- [PATCH v5 31/39] x86/shstk: Introduce map_shadow_stack syscall, Rick Edgecombe
- [PATCH v5 32/39] x86/shstk: Support WRSS for userspace, Rick Edgecombe
- [PATCH v5 29/39] x86/shstk: Introduce routines modifying shstk, Rick Edgecombe
- [PATCH v5 39/39] x86/shstk: Add ARCH_SHSTK_STATUS, Rick Edgecombe
- [PATCH v5 30/39] x86/shstk: Handle signals for shadow stack, Rick Edgecombe
- [PATCH v5 34/39] x86/shstk: Wire in shadow stack interface, Rick Edgecombe
- [PATCH v5 35/39] selftests/x86: Add shadow stack test, Rick Edgecombe
- [PATCH v5 28/39] x86/shstk: Handle thread shadow stack, Rick Edgecombe
- [PATCH v5 33/39] x86: Expose thread features in /proc/$PID/status, Rick Edgecombe
- [PATCH v5 36/39] x86/fpu: Add helper for initing features, Rick Edgecombe
- [PATCH v5 37/39] x86: Add PTRACE interface for shadow stack, Rick Edgecombe
- Re: [PATCH v5 00/39] Shadow stacks for userspace, Andrew Morton
- Re: [PATCH v5 00/39] Shadow stacks for userspace, John Allen
- Re: [PATCH v5 00/39] Shadow stacks for userspace, Mike Rapoport
[PATCH v6 0/3] fanotify: Allow user space to pass back additional audit info,
Richard Guy Briggs
[PATCH v6 0/3] cachestat: a new syscall for page cache state of files,
Nhat Pham
[RFC PATCH tip 1/2] rseq selftests: Fix: use KHDR_INCLUDES for kernel headers,
Mathieu Desnoyers
[RFC PATCH 0/4] random: a simple vDSO mechanism for reseeding userspace CSPRNGs,
Yann Droneaud
[PATCH v5 0/8] LSM: Three basic syscalls,
Casey Schaufler
Re: [PATCH v3] ethtool: Replace 0-length array with flexible array,
Jann Horn
[RFC PATCH v1] syscall_user_dispatch: ptrace SUSPEND feature for checkpoint/restore, Gregory Price
[RFC PATCH tip] rseq: Fix: Increase AT_VECTOR_SIZE_BASE to match rseq auxvec entries,
Mathieu Desnoyers
[PATCH tip] selftests/rseq: Revert "selftests/rseq: Add mm_numa_cid to test script",
Mathieu Desnoyers
[RFC PATCH for tip] sched: Fix concurrency ID handling of usermodehelper kthreads, Mathieu Desnoyers
[PATCH v14 0/7] implement getrandom() in vDSO,
Jason A. Donenfeld
[PATCHSET v24.0 00/21] xfs: atomic file updates,
Darrick J. Wong
- [PATCH 01/21] vfs: introduce new file range exchange ioctl, Darrick J. Wong
- [PATCH 02/21] xfs: create a new helper to return a file's allocation unit, Darrick J. Wong
- [PATCH 03/21] xfs: refactor non-power-of-two alignment checks, Darrick J. Wong
- [PATCH 04/21] xfs: parameterize all the incompat log feature helpers, Darrick J. Wong
- [PATCH 05/21] xfs: create a log incompat flag for atomic extent swapping, Darrick J. Wong
- [PATCH 06/21] xfs: introduce a swap-extent log intent item, Darrick J. Wong
- [PATCH 08/21] xfs: enable xlog users to toggle atomic extent swapping, Darrick J. Wong
- [PATCH 07/21] xfs: create deferred log items for extent swapping, Darrick J. Wong
- [PATCH 09/21] xfs: add a ->xchg_file_range handler, Darrick J. Wong
- [PATCH 10/21] xfs: add error injection to test swapext recovery, Darrick J. Wong
- [PATCH 11/21] xfs: port xfs_swap_extents_rmap to our new code, Darrick J. Wong
- [PATCH 12/21] xfs: consolidate all of the xfs_swap_extent_forks code, Darrick J. Wong
- [PATCH 14/21] xfs: allow xfs_swap_range to use older extent swap algorithms, Darrick J. Wong
- [PATCH 13/21] xfs: port xfs_swap_extent_forks to use xfs_swapext_req, Darrick J. Wong
- [PATCH 16/21] xfs: condense extended attributes after an atomic swap, Darrick J. Wong
- [PATCH 15/21] xfs: remove old swap extents implementation, Darrick J. Wong
- [PATCH 17/21] xfs: condense directories after an atomic swap, Darrick J. Wong
- [PATCH 18/21] xfs: condense symbolic links after an atomic swap, Darrick J. Wong
- [PATCH 19/21] xfs: make atomic extent swapping support realtime files, Darrick J. Wong
- [PATCH 20/21] xfs: support non-power-of-two rtextsize with exchange-range, Darrick J. Wong
- [PATCH 21/21] xfs: enable atomic swapext feature, Darrick J. Wong
[PATCH v4 0/8] LSM: Three basic syscalls,
Casey Schaufler
[PATCH] kernels/ksysfs.c: export kernel address bits, Thomas Weißschuh
[PATCH v13 0/7] implement getrandom() in vDSO,
Jason A. Donenfeld
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]