Linux API
[Prev Page][Next Page]
- Re: [PATCH] Syscall arguments are unsigned long (full registers), (continued)
- [PATCH review 0/11] General unprivileged mount support,
Eric W. Biederman
- [PATCH review 01/11] fs: Refuse uid/gid changes which don't map into s_user_ns, Eric W. Biederman
- [PATCH review 02/11] userns: Handle -1 in k[ug]id_has_mapping when !CONFIG_USER_NS, Eric W. Biederman
- [PATCH review 03/11] vfs: Verify acls are valid within superblock's s_user_ns., Eric W. Biederman
- [PATCH review 04/11] fs: Check for invalid i_uid in may_follow_link(), Eric W. Biederman
- [PATCH review 05/11] cred: Reject inodes with invalid ids in set_create_file_as(), Eric W. Biederman
- [PATCH review 06/11] vfs: Don't modify inodes with a uid or gid unknown to the vfs, Eric W. Biederman
- [PATCH review 07/11] vfs: Don't create inodes with a uid or gid unknown to the vfs, Eric W. Biederman
- [PATCH review 08/11] quota: Ensure qids map to the filesystem, Eric W. Biederman
- [PATCH review 09/11] quota: Handle quota data stored in s_user_ns., Eric W. Biederman
- [PATCH review 10/11] evm: Translate user/group ids relative to s_user_ns when computing HMAC, Eric W. Biederman
- [PATCH review 11/11] fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns, Eric W. Biederman
- Re: [PATCH review 0/11] General unprivileged mount support, Jan Kara
- Re: [PATCH review 0/11] General unprivileged mount support, Andy Lutomirski
- Re: [PATCH review 0/11] General unprivileged mount support, Andy Lutomirski
- [PATCH review 0/12] General unprivileged mount support v2, Eric W. Biederman
- [PATCH review 01/12] fs: Refuse uid/gid changes which don't map into s_user_ns, Eric W. Biederman
- [PATCH review 03/12] vfs: Verify acls are valid within superblock's s_user_ns., Eric W. Biederman
- [PATCH review 04/12] fs: Check for invalid i_uid in may_follow_link(), Eric W. Biederman
- [PATCH review 06/12] vfs: Don't modify inodes with a uid or gid unknown to the vfs, Eric W. Biederman
- [PATCH review 02/12] userns: Handle -1 in k[ug]id_has_mapping when !CONFIG_USER_NS, Eric W. Biederman
- [PATCH review 07/12] vfs: Don't create inodes with a uid or gid unknown to the vfs, Eric W. Biederman
- [PATCH review 08/12] quota: Ensure qids map to the filesystem, Eric W. Biederman
- [PATCH review 09/12] quota: Handle quota data stored in s_user_ns in quota_setxquota, Eric W. Biederman
- [PATCH review 10/12] dquot: For now explicitly don't support filesystems outside of init_user_ns, Eric W. Biederman
- [PATCH review 05/12] cred: Reject inodes with invalid ids in set_create_file_as(), Eric W. Biederman
- [PATCH review 11/12] evm: Translate user/group ids relative to s_user_ns when computing HMAC, Eric W. Biederman
- [PATCH review 12/12] fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns, Eric W. Biederman
- [PATCH v23 00/22] Richacls (Core and Ext4),
Andreas Gruenbacher
- [PATCH v23 22/22] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v23 19/22] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v23 17/22] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v23 20/22] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v23 21/22] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v23 14/22] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v23 15/22] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v23 16/22] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v23 13/22] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v23 18/22] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v23 04/22] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v23 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- [PATCH v23 11/22] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v23 12/22] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v23 09/22] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v23 08/22] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v23 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v23 07/22] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v23 06/22] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v23 10/22] posix_acl: Improve xattr fixup code, Andreas Gruenbacher
- [PATCH v23 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v23 05/22] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- Re: [PATCH v23 00/22] Richacls (Core and Ext4), Volker Lendecke
- Re: [PATCH v2 2/2] namespaces: add transparent user namespaces, Michael Kerrisk
- Re:Help you develop global target market to win customers! !, omc3
- Review of ptrace Yama ptrace_scope description,
Michael Kerrisk (man-pages)
- [PATCH v8 0/6] crypto: algif - add akcipher,
Tadeusz Struk
- Documenting ptrace access mode checking,
Michael Kerrisk (man-pages)
- [PATCH v9 0/3] fallocate for block devices,
Darrick J. Wong
- [PATCH v9 00/12] kthread: Kthread worker API improvements,
Petr Mladek
- [PATCH v9 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args, Petr Mladek
- [PATCH v9 03/12] kthread/smpboot: Do not park in kthread_create_on_cpu(), Petr Mladek
- [PATCH v9 02/12] kthread: Kthread worker API cleanup, Petr Mladek
- [PATCH v9 01/12] kthread: Rename probe_kthread_data() to kthread_probe_data(), Petr Mladek
- [PATCH v9 05/12] kthread: Add kthread_create_worker*(), Petr Mladek
- [PATCH v9 09/12] kthread: Initial support for delayed kthread work, Petr Mladek
- [PATCH v9 11/12] kthread: Allow to modify delayed kthread work, Petr Mladek
- [PATCH v9 12/12] kthread: Better support freezable kthread workers, Petr Mladek
- [PATCH v9 10/12] kthread: Allow to cancel kthread work, Petr Mladek
- [PATCH v9 08/12] kthread: Detect when a kthread work is used by more workers, Petr Mladek
- [PATCH v9 07/12] kthread: Add kthread_destroy_worker(), Petr Mladek
- [PATCH v9 06/12] kthread: Add kthread_drain_worker(), Petr Mladek
- [PATCH 0/1] Add ro_after_init support for modules,
Jessica Yu
- RE: Quota-size Check, Levin, Marci
- [PATCH] ioctl_ficlone/clonerange/dedupe: fix licensing,
Darrick J. Wong
- [PATCH v8 00/12] kthread: Kthread worker API improvements,
Petr Mladek
- [PATCH v8 01/12] kthread: Rename probe_kthread_data() to kthread_probe_data(), Petr Mladek
- [PATCH v8 07/12] kthread: Add kthread_destroy_worker(), Petr Mladek
- [PATCH v8 12/12] kthread: Better support freezable kthread workers, Petr Mladek
- [PATCH v8 11/12] kthread: Allow to modify delayed kthread work, Petr Mladek
- [PATCH v8 08/12] kthread: Detect when a kthread work is used by more workers, Petr Mladek
- [PATCH v8 10/12] kthread: Allow to cancel kthread work, Petr Mladek
- [PATCH v8 09/12] kthread: Initial support for delayed kthread work, Petr Mladek
- [PATCH v8 06/12] kthread: Add kthread_drain_worker(), Petr Mladek
- [PATCH v8 05/12] kthread: Add kthread_create_worker*(), Petr Mladek
- [PATCH v8 03/12] kthread/smpboot: Do not park in kthread_create_on_cpu(), Petr Mladek
- [PATCH v8 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args, Petr Mladek
- [PATCH v8 02/12] kthread: Kthread worker API cleanup, Petr Mladek
- [PATCH 0/9] [v3] System Calls for Memory Protection Keys,
Dave Hansen
- [PATCH 3/9] x86, pkeys: make mprotect_key() mask off additional vm_flags, Dave Hansen
- [PATCH 9/9] x86, pkeys: add self-tests, Dave Hansen
- [PATCH 7/9] generic syscalls: wire up memory protection keys syscalls, Dave Hansen
- [PATCH 2/9] mm: implement new pkey_mprotect() system call, Dave Hansen
- [PATCH 8/9] pkeys: add details of system call use to Documentation/, Dave Hansen
- [PATCH 6/9] x86, pkeys: add pkey set/get syscalls, Dave Hansen
- [PATCH 5/9] x86, pkeys: allocation/free syscalls, Dave Hansen
- [PATCH 4/9] x86: wire up mprotect_key() system call, Dave Hansen
- [PATCH 1/9] x86, pkeys: add fault handling for PF_PK page fault bit, Dave Hansen
- Re: [PATCH 0/9] [v3] System Calls for Memory Protection Keys, Ingo Molnar
- [PATCH 0/6] [RFCv4] add manpages for Memory Protection Keys,
Dave Hansen
- [PATCH] ioctl_ficlonerange.2/ioctl_fideduperange.2: mention same-fs requirement,
Darrick J. Wong
- Re: [RFC PATCH] sys_read: add a compat_sys_read for 64bit system,
Zhangjian (Bamvor)
- [PATCH 0/9] [v2] System Calls for Memory Protection Keys,
Dave Hansen
- [PATCH 1/9] x86, pkeys: add fault handling for PF_PK page fault bit, Dave Hansen
- [PATCH 4/9] x86: wire up mprotect_key() system call, Dave Hansen
- [PATCH 8/9] pkeys: add details of system call use to Documentation/, Dave Hansen
- [PATCH 9/9] x86, pkeys: add self-tests, Dave Hansen
- [PATCH 6/9] x86, pkeys: add pkey set/get syscalls, Dave Hansen
- [PATCH 7/9] generic syscalls: wire up memory protection keys syscalls, Dave Hansen
- [PATCH 5/9] x86, pkeys: allocation/free syscalls, Dave Hansen
- [PATCH 3/9] x86, pkeys: make mprotect_key() mask off additional vm_flags, Dave Hansen
- [PATCH 2/9] mm: implement new pkey_mprotect() system call, Dave Hansen
- Re: [PATCH 0/9] [v2] System Calls for Memory Protection Keys, Michael Kerrisk (man-pages)
- Re: [PATCH] [RFCv3] add manpages for Memory Protection Keys,
Michael Kerrisk (man-pages)
- [PATCH v22 00/22] Richacls (Core and Ext4),
Andreas Gruenbacher
- [PATCH v22 12/22] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v22 21/22] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v22 22/22] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v22 20/22] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v22 19/22] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v22 18/22] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v22 17/22] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v22 15/22] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v22 16/22] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v22 14/22] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v22 13/22] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v22 11/22] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v22 10/22] posix_acl: Improve xattr fixup code, Andreas Gruenbacher
- [PATCH v22 09/22] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v22 07/22] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v22 08/22] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v22 06/22] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v22 05/22] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v22 04/22] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v22 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v22 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v22 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- [PATCH v7 00/10] kthread: Kthread worker API improvements,
Petr Mladek
- [PATCH v7 04/10] kthread: Add drain_kthread_worker(), Petr Mladek
- [PATCH v7 09/10] kthread: Allow to modify delayed kthread work, Petr Mladek
- [PATCH v7 10/10] kthread: Better support freezable kthread workers, Petr Mladek
- [PATCH v7 08/10] kthread: Allow to cancel kthread work, Petr Mladek
- [PATCH v7 07/10] kthread: Initial support for delayed kthread work, Petr Mladek
- [PATCH v7 06/10] kthread: Detect when a kthread work is used by more workers, Petr Mladek
- [PATCH v7 05/10] kthread: Add destroy_kthread_worker(), Petr Mladek
- [PATCH v7 03/10] kthread: Add create_kthread_worker*(), Petr Mladek
- [PATCH v7 02/10] kthread: Allow to call __kthread_create_on_node() with va_list args, Petr Mladek
- [PATCH v7 01/10] kthread/smpboot: Do not park in kthread_create_on_cpu(), Petr Mladek
- [PATCH] user-namespaced file capabilities - now with even more magic,
Serge E. Hallyn
- [PATCH v21 00/22] Richacls,
Andreas Gruenbacher
- [PATCH v21 19/22] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v21 22/22] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v21 21/22] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v21 20/22] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v21 18/22] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v21 17/22] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v21 16/22] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v21 15/22] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v21 14/22] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v21 13/22] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v21 12/22] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v21 11/22] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v21 09/22] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v21 10/22] posix_acl: Improve xattr fixup code, Andreas Gruenbacher
- [PATCH v21 08/22] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v21 07/22] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v21 06/22] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v21 05/22] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v21 04/22] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v21 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v21 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v21 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- Re: [PATCH v21 00/22] Richacls, Volker Lendecke
- <Possible follow-ups>
- Re: [PATCH v21 00/22] Richacls, James Johnston
- [PATCH v8 0/6] of: overlay: kobject & sysfs'ation,
Pantelis Antoniou
- [PATCH] Use pid_t instead of int,
René Nyffenegger
- [PATCH RESEND v5 0/6] crypto: algif - add akcipher,
Tadeusz Struk
- [RFC 0/3] getfsmapx ioctl,
Darrick J. Wong
- [PATCH] mountinfo: implement show_path for kernfs and cgroup,
Serge E. Hallyn
- [PATCH 1/4] signals/sigaltstack: If SS_AUTODISARM, bypass on_sig_stack,
Andy Lutomirski
- [PATCH 2/4] selftests/sigaltstack: Fix the sas test on old kernels,
Andy Lutomirski
- [PATCH 3/4] signals/sigaltstack: Report current flag bits in sigaltstack(),
Andy Lutomirski
- [PATCH 4/4] signals/sigaltstack: Change SS_AUTODISARM to (1U << 31),
Andy Lutomirski
- [RESEND PATCH 0/3] RFKill airplane-mode indicator,
João Paulo Rechi Vita
- [PATCH 00/13] Rework for AFE440x drivers to prepare for AFE4405,
Andrew F. Davis
- [PATCH 05/13] iio: health/afe440x: Fix scan_index assignment, Andrew F. Davis
- [PATCH 07/13] iio: health/afe4404: Remove LED3 input channel, Andrew F. Davis
- [PATCH 10/13] iio: health/afe440x: Make gain settings a modifier for the stages, Andrew F. Davis
- [PATCH 09/13] iio: health/afe440x: Use regmap fields, Andrew F. Davis
- [PATCH 01/13] iio: health/afe440x: Fix kernel-doc format, Andrew F. Davis
- [PATCH 06/13] iio: health/afe440x: Remove unneeded offset handling, Andrew F. Davis
- [PATCH 13/13] iio: health/afe4404: ENSEPGAIN is part of CONTROL2 register, Andrew F. Davis
- [PATCH 03/13] iio: health/afe440x: Remove unneeded initializers, Andrew F. Davis
- [PATCH 02/13] iio: health/afe440x: Remove of_match_ptr and ifdefs, Andrew F. Davis
- [PATCH 04/13] iio: health/afe440x: Always use separate gain values, Andrew F. Davis
- [PATCH 11/13] iio: health/afe440x: Match LED currents to stages, Andrew F. Davis
- [PATCH 08/13] iio: health/afe440x: Remove channel names, Andrew F. Davis
- [PATCH 12/13] iio: health/afe440x: Remove unused definitions, Andrew F. Davis
- Re: [PATCH 00/13] Rework for AFE440x drivers to prepare for AFE4405, Jonathan Cameron
- [PATCH V18 3/3] dmaengine: qcom_hidma: add support for object hierarchy, Sinan Kaya
- O_DIRECT as a hint, was: Re: [PATCH] ext4: refuse O_DIRECT opens for mode where DIO doesn't work,
Christoph Hellwig
- namespaced file capabilities,
serge . hallyn
- [PATCH 1/1] simplified security.nscapability xattr, serge . hallyn
- Re: [PATCH 1/1] simplified security.nscapability xattr, Seth Forshee
- Re: [PATCH 1/1] simplified security.nscapability xattr, Kees Cook
- Re: [PATCH 1/1] simplified security.nscapability xattr, Serge E. Hallyn
- Re: [PATCH 1/1] simplified security.nscapability xattr, Kees Cook
- Re: [PATCH 1/1] simplified security.nscapability xattr, Serge E. Hallyn
- Re: [PATCH 1/1] simplified security.nscapability xattr, Jann Horn
- Re: [PATCH 1/1] simplified security.nscapability xattr, Serge E. Hallyn
- Re: [PATCH 1/1] simplified security.nscapability xattr, Michael Kerrisk (man-pages)
- Re: [PATCH 1/1] simplified security.nscapability xattr, Eric W. Biederman
- Message not available
- Re: [PATCH 1/1] simplified security.nscapability xattr, Serge E. Hallyn
- Re: [PATCH 1/1] simplified security.nscapability xattr, Eric W. Biederman
- Re: [PATCH 1/1] simplified security.nscapability xattr, Serge E. Hallyn
- Re: [PATCH 1/1] simplified security.nscapability xattr, Jann Horn
- Re: [PATCH 1/1] simplified security.nscapability xattr, Serge E. Hallyn
- Re: [PATCH 1/1] simplified security.nscapability xattr, Serge E. Hallyn
- Re: [PATCH 1/1] simplified security.nscapability xattr, Serge E. Hallyn
- [PATCH RFC] user-namespaced file capabilities - now with more magic, Serge E. Hallyn
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Mimi Zohar
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Serge E. Hallyn
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Mimi Zohar
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Eric W. Biederman
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Mimi Zohar
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Eric W. Biederman
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Serge E. Hallyn
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Eric W. Biederman
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Serge E. Hallyn
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Mimi Zohar
- Re: [PATCH RFC] user-namespaced file capabilities - now with more magic, Serge E. Hallyn
[PATCH v11 4/4] tpm: Add documentation for the tpm_vtpm_proxy device driver,
Stefan Berger
[PATCH v11 3/4] tpm: Proxy driver for supporting multiple emulated TPMs,
Stefan Berger
Show virtualized dentry root in mountinfo for cgroupfs,
serge . hallyn
[PATCH v5 0/6] crypto: algif - add akcipher,
Tadeusz Struk
[PATCH v10 5/5] tpm: Add documentation for the tpm_vtpm_proxy device driver, Stefan Berger
[PATCH v10 4/5] tpm: Initialize TPM and get durations and timeouts,
Stefan Berger
[PATCH v10 3/5] tpm: Proxy driver for supporting multiple emulated TPMs, Stefan Berger
[PATCH v6(resend2) 0/4] make sigaltstack compatible with swapcontext(),
Stas Sergeev
[PATCH v6 00/20] kthread: Use kthread worker API more widely,
Petr Mladek
- [PATCH v6 05/20] kthread: Add destroy_kthread_worker(), Petr Mladek
- [PATCH v6 14/20] kmemleak: Convert kmemleak kthread into kthread worker API, Petr Mladek
- [PATCH v6 15/20] ipmi: Convert kipmi kthread into kthread worker API, Petr Mladek
- [PATCH v6 18/20] memstick/r592: convert r592_io kthread into kthread worker API, Petr Mladek
- [PATCH v6 19/20] thermal/intel_powerclamp: Remove duplicated code that starts the kthread, Petr Mladek
- [PATCH v6 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API, Petr Mladek
- [PATCH v6 17/20] memstick/r592: Better synchronize debug messages in r592_io kthread, Petr Mladek
- [PATCH v6 16/20] IB/fmr_pool: Convert the cleanup thread into kthread worker API, Petr Mladek
- [PATCH v6 10/20] kthread: Better support freezable kthread workers, Petr Mladek
- [PATCH v6 12/20] ring_buffer: Convert benchmark kthreads into kthread worker API, Petr Mladek
- [PATCH v6 13/20] hung_task: Convert hungtaskd into kthread worker API, Petr Mladek
- [PATCH v6 11/20] mm/huge_page: Convert khugepaged() into kthread worker API, Petr Mladek
- [PATCH v6 07/20] kthread: Initial support for delayed kthread work, Petr Mladek
- [PATCH v6 09/20] kthread: Allow to modify delayed kthread work, Petr Mladek
- [PATCH v6 08/20] kthread: Allow to cancel kthread work, Petr Mladek
- [PATCH v6 06/20] kthread: Detect when a kthread work is used by more workers, Petr Mladek
- [PATCH v6 03/20] kthread: Add create_kthread_worker*(), Petr Mladek
- [PATCH v6 04/20] kthread: Add drain_kthread_worker(), Petr Mladek
- [PATCH v6 02/20] kthread: Allow to call __kthread_create_on_node() with va_list args, Petr Mladek
- [PATCH v6 01/20] kthread/smpboot: Do not park in kthread_create_on_cpu(), Petr Mladek
- Re: [PATCH v6 00/20] kthread: Use kthread worker API more widely, Tejun Heo
[PATCH v4 0/3] vfs: Define new syscall umask2 [formerly getumask],
Richard W.M. Jones
[PATCH v3 0/2] vfs: Define new syscall getumask.,
Richard W.M. Jones
[PATCH v2 0/2] vfs: Define new syscall getumask.,
Richard W.M. Jones
[PATCH 0/2] vfs: Define new syscall getumask.,
Richard W.M. Jones
[RFC DONOTMERGE v8 0/3] fallocate for block devices,
Darrick J. Wong
[PATCH 0/8] System Calls for Memory Protection Keys,
Dave Hansen
- [PATCH 6/8] x86, pkeys: add pkey set/get syscalls, Dave Hansen
- [PATCH 5/8] x86, pkeys: allocation/free syscalls, Dave Hansen
- [PATCH 8/8] x86, pkeys: add self-tests, Dave Hansen
- [PATCH 7/8] pkeys: add details of system call use to Documentation/, Dave Hansen
- [PATCH 4/8] x86: wire up mprotect_key() system call, Dave Hansen
- [PATCH 2/8] mm: implement new pkey_mprotect() system call, Dave Hansen
- <Possible follow-ups>
- [PATCH 0/8] System Calls for Memory Protection Keys, Dave Hansen
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]