linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-24 15:12:12 to 2019-01-31 09:51:21 UTC [more...]

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-01-31  9:51 UTC  (9+ messages)
` [PATCH 0/3] mincore() and IOCB_NOWAIT adjustments
  ` [PATCH 1/3] mm/mincore: make mincore() more conservative
  ` [PATCH 2/3] mm/filemap: initiate readahead even if IOCB_NOWAIT is set for the I/O
  ` [PATCH 3/3] mm/mincore: provide mapped status when cached status is not allowed

[PATCH 05/18] Add io_uring IO interface
 2019-01-31  5:11 UTC  (18+ messages)

[PATCHSET v10] io_uring IO interface
 2019-01-30 21:55 UTC  (19+ messages)
` [PATCH 01/18] fs: add an iopoll method to struct file_operations
` [PATCH 02/18] block: wire up block device iopoll method
` [PATCH 03/18] block: add bio_set_polled() helper
` [PATCH 04/18] iomap: wire up the iopoll method
` [PATCH 05/18] Add io_uring IO interface
` [PATCH 06/18] io_uring: add fsync support
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 08/18] fs: add fget_many() and fput_many()
` [PATCH 09/18] io_uring: use fget/fput_many() for file references
` [PATCH 10/18] io_uring: batch io_kiocb allocation
` [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/18] io_uring: add file set registration
` [PATCH 14/18] io_uring: add submission polling
` [PATCH 15/18] io_uring: add io_kiocb ref count
` [PATCH 16/18] io_uring: add support for IORING_OP_POLL
` [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 18/18] io_uring: add io_uring_event cache hit information

[RFC PATCH glibc 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v6)
 2019-01-30 21:10 UTC  (7+ messages)

[RFD] A mount api that notices previous mounts
 2019-01-30 18:00 UTC  (14+ messages)

[PATCHSET v9] io_uring IO interface
 2019-01-30 15:35 UTC  (36+ messages)
` [PATCH 01/18] fs: add an iopoll method to struct file_operations
` [PATCH 02/18] block: wire up block device iopoll method
` [PATCH 03/18] block: add bio_set_polled() helper
` [PATCH 04/18] iomap: wire up the iopoll method
` [PATCH 05/18] Add io_uring IO interface
` [PATCH 06/18] io_uring: add fsync support
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 08/18] fs: add fget_many() and fput_many()
` [PATCH 09/18] io_uring: use fget/fput_many() for file references
` [PATCH 10/18] io_uring: batch io_kiocb allocation
` [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/18] io_uring: add file set registration
` [PATCH 14/18] io_uring: add submission polling
` [PATCH 15/18] io_uring: add io_kiocb ref count
` [PATCH 16/18] io_uring: add support for IORING_OP_POLL
` [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 18/18] io_uring: add io_uring_event cache hit information

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-01-30 12:29 UTC  (10+ messages)

[PATCHSET v8] io_uring IO interface
 2019-01-29 20:37 UTC  (65+ messages)
` [PATCH 01/18] fs: add an iopoll method to struct file_operations
` [PATCH 02/18] block: wire up block device iopoll method
` [PATCH 03/18] block: add bio_set_polled() helper
` [PATCH 04/18] iomap: wire up the iopoll method
` [PATCH 05/18] Add io_uring IO interface
` [PATCH 06/18] io_uring: add fsync support
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 08/18] fs: add fget_many() and fput_many()
` [PATCH 09/18] io_uring: use fget/fput_many() for file references
` [PATCH 10/18] io_uring: batch io_kiocb allocation
` [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/18] io_uring: add file set registration
` [PATCH 14/18] io_uring: add submission polling
` [PATCH 15/18] io_uring: add io_kiocb ref count
` [PATCH 16/18] io_uring: add support for IORING_OP_POLL
` [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 18/18] io_uring: add io_uring_event cache hit information

[PATCH 0/1] Add prctl to kill descendants on exit
 2019-01-29  1:23 UTC  (4+ messages)
` [RESEND PATCH v2 "
  ` [RESEND PATCH v2 1/1] prctl: add PR_{GET,SET}_KILL_DESCENDANTS_ON_EXIT

[PATCH] Fix: membarrier: racy access to p->mm in membarrier_global_expedited()
 2019-01-28 23:22 UTC  (5+ messages)

[RFC PATCH] Fix: membarrier: racy access to p->mm in membarrier_global_expedited()
 2019-01-28 21:33 UTC  (6+ messages)

[PATCHv5 00/10] Heterogeneuos memory node attributes
 2019-01-28 14:00 UTC 

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-01-28 13:49 UTC  (11+ messages)

[PATCH] syscalls/preadv203: Add basic RWF_NOWAIT test
 2019-01-28 13:46 UTC 

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-25 16:21 UTC  (10+ messages)
` [PATCH v2 06/29] ARM: add migrate_pages() system call
` [PATCH v2 07/29] ARM: add kexec_file_load system call number
` [PATCH v2 25/29] y2038: syscalls: rename y2038 compat syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures

[PATCH v6 00/16] Add utilization clamping support
 2019-01-25 13:56 UTC  (16+ messages)
` [PATCH v6 01/16] sched/core: Allow sched_setattr() to use the current policy
` [PATCH v6 09/16] sched/cpufreq: uclamp: Add utilization clamping for RT tasks

[PATCH ghak90 (was ghak32) V4 00/10] audit: implement container identifier
 2019-01-24 20:36 UTC  (6+ messages)
` [PATCH ghak90 (was ghak32) V4 01/10] audit: collect audit task parameters


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).