messages from 2016-05-31 15:28:19 to 2016-06-28 17:04:47 UTC [more...]
[PATCH v9 00/12] kthread: Kthread worker API improvements
2016-06-28 17:04 UTC (31+ messages)
` [PATCH v9 01/12] kthread: Rename probe_kthread_data() to kthread_probe_data()
` [PATCH v9 02/12] kthread: Kthread worker API cleanup
` [PATCH v9 03/12] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v9 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v9 05/12] kthread: Add kthread_create_worker*()
` [PATCH v9 06/12] kthread: Add kthread_drain_worker()
` [PATCH v9 07/12] kthread: Add kthread_destroy_worker()
` [PATCH v9 08/12] kthread: Detect when a kthread work is used by more workers
` [PATCH v9 09/12] kthread: Initial support for delayed kthread work
` [PATCH v9 10/12] kthread: Allow to cancel "
` [PATCH v9 11/12] kthread: Allow to modify delayed "
` [PATCH v9 12/12] kthread: Better support freezable kthread workers
Review of ptrace Yama ptrace_scope description
2016-06-28 6:11 UTC (3+ messages)
[PATCH v2 2/2] namespaces: add transparent user namespaces
2016-06-27 3:34 UTC
Re:Help you develop global target market to win customers! !
2016-06-27 0:17 UTC
Documenting ptrace access mode checking
2016-06-25 7:21 UTC (25+ messages)
[PATCH v8 0/6] crypto: algif - add akcipher
2016-06-24 6:07 UTC (9+ messages)
` [PATCH v8 2/6] crypto: AF_ALG -- add setpubkey setsockopt call
` [PATCH v8 3/6] crypto: AF_ALG -- add asymmetric cipher interface
` [PATCH v8 4/6] crypto: algif_akcipher - enable compilation
` [PATCH v8 1/6] crypto: AF_ALG -- add sign/verify API
` [PATCH v8 5/6] crypto: algif_akcipher - add ops_nokey
` [PATCH v8 6/6] crypto: AF_ALG - add support for key_id
[PATCH v6 0/6] crypto: algif - add akcipher
2016-06-23 15:22 UTC (26+ messages)
` [PATCH v6 3/6] crypto: AF_ALG -- add asymmetric cipher interface
` [PATCH v6 6/6] crypto: AF_ALG - add support for key_id
[RESEND PATCH 0/3] RFKill airplane-mode indicator
2016-06-21 9:35 UTC (13+ messages)
` [RESEND PATCH 1/3] rfkill: Create "rfkill-airplane-mode" LED trigger
[PATCH v9 0/3] fallocate for block devices
2016-06-20 12:37 UTC (6+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices
[PATCH 0/1] Add ro_after_init support for modules
2016-06-14 23:53 UTC (4+ messages)
` [PATCH 1/1] modules: add ro_after_init support
` "
[RFC PATCH] sys_read: add a compat_sys_read for 64bit system
2016-06-14 3:05 UTC (5+ messages)
[PATCH 0/9] [v3] System Calls for Memory Protection Keys
2016-06-13 16:03 UTC (12+ messages)
` [PATCH 1/9] x86, pkeys: add fault handling for PF_PK page fault bit
` [PATCH 2/9] mm: implement new pkey_mprotect() system call
` [PATCH 3/9] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 4/9] x86: wire up mprotect_key() system call
` [PATCH 5/9] x86, pkeys: allocation/free syscalls
` [PATCH 6/9] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/9] generic syscalls: wire up memory protection keys syscalls
` [PATCH 8/9] pkeys: add details of system call use to Documentation/
` [PATCH 9/9] x86, pkeys: add self-tests
[PATCH v8 00/12] kthread: Kthread worker API improvements
2016-06-13 16:03 UTC (18+ messages)
` [PATCH v8 01/12] kthread: Rename probe_kthread_data() to kthread_probe_data()
` [PATCH v8 02/12] kthread: Kthread worker API cleanup
` [PATCH v8 03/12] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v8 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v8 05/12] kthread: Add kthread_create_worker*()
` [PATCH v8 06/12] kthread: Add kthread_drain_worker()
` [PATCH v8 07/12] kthread: Add kthread_destroy_worker()
` [PATCH v8 08/12] kthread: Detect when a kthread work is used by more workers
` [PATCH v8 09/12] kthread: Initial support for delayed kthread work
` [PATCH v8 10/12] kthread: Allow to cancel "
` [PATCH v8 11/12] kthread: Allow to modify delayed "
` [PATCH v8 12/12] kthread: Better support freezable kthread workers
Quota-size Check
2016-06-13 15:36 UTC
[PATCH] ioctl_ficlone/clonerange/dedupe: fix licensing
2016-06-10 8:15 UTC (2+ messages)
[PATCH] ioctl_ficlonerange.2/ioctl_fideduperange.2: mention same-fs requirement
2016-06-09 17:34 UTC (3+ messages)
[PATCH 0/6] [RFCv4] add manpages for Memory Protection Keys
2016-06-08 17:36 UTC (7+ messages)
` [PATCH 1/6] pkey.7: New page with overview of "
` [PATCH 2/6] mprotect.2: add pkey_mprotect() syscall
` [PATCH 3/6] pkey_alloc.2: New page describing protection key allocation and free
` [PATCH 4/6] pkey_get.2: New page desribing pkey rights manipulation syscalls
` [PATCH 5/6] sigaction.2: describe siginfo changes from pkey-induced signals
` [PATCH 6/6] proc.5: describe new ProtectionKey smaps field
[PATCH 0/9] [v2] System Calls for Memory Protection Keys
2016-06-08 17:35 UTC (13+ messages)
` [PATCH 1/9] x86, pkeys: add fault handling for PF_PK page fault bit
` [PATCH 2/9] mm: implement new pkey_mprotect() system call
` [PATCH 3/9] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 4/9] x86: wire up mprotect_key() system call
` [PATCH 5/9] x86, pkeys: allocation/free syscalls
` [PATCH 6/9] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/9] generic syscalls: wire up memory protection keys syscalls
` [PATCH 8/9] pkeys: add details of system call use to Documentation/
` [PATCH 9/9] x86, pkeys: add self-tests
[PATCH v5 0/2] man-pages: document reflink/dedupe ioctls
2016-06-08 16:39 UTC (6+ messages)
` [PATCH 1/2] man2: document FICLONE and FICLONERANGE
` [PATCH 2/2] man2: document the FIDEDUPERANGE ioctl
[PATCH] [RFCv3] add manpages for Memory Protection Keys
2016-06-03 20:26 UTC (5+ messages)
[PATCH v9 04/13] task_isolation: add initial support
2016-06-03 19:32 UTC (12+ messages)
[PATCH 0/8] System Calls for Memory Protection Keys
2016-06-03 19:27 UTC (20+ messages)
` [PATCH 3/8] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 4/8] x86: wire up mprotect_key() system call
` [PATCH 5/8] x86, pkeys: allocation/free syscalls
` [PATCH 6/8] x86, pkeys: add pkey set/get syscalls
` [PATCH 7/8] pkeys: add details of system call use to Documentation/
` [PATCH 8/8] x86, pkeys: add self-tests
[PATCH v7 00/10] kthread: Kthread worker API improvements
2016-06-01 19:36 UTC (3+ messages)
` [PATCH v7 03/10] kthread: Add create_kthread_worker*()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).