messages from 2019-02-01 17:04:29 to 2019-02-10 01:11:45 UTC [more...]
[PATCHSET v14] io_uring IO interface
2019-02-10 1:11 UTC (23+ messages)
` [PATCH 01/19] fs: add an iopoll method to struct file_operations
` [PATCH 02/19] block: wire up block device iopoll method
` [PATCH 03/19] block: add bio_set_polled() helper
` [PATCH 04/19] iomap: wire up the iopoll method
` [PATCH 05/19] Add io_uring IO interface
` [PATCH 06/19] io_uring: add fsync support
` [PATCH 07/19] io_uring: support for IO polling
` [PATCH 08/19] fs: add fget_many() and fput_many()
` [PATCH 09/19] io_uring: use fget/fput_many() for file references
` [PATCH 10/19] io_uring: batch io_kiocb allocation
` [PATCH 11/19] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/19] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/19] net: split out functions related to registering inflight socket files
` [PATCH 14/19] io_uring: add file set registration
` [PATCH 15/19] io_uring: add submission polling
` [PATCH 16/19] io_uring: add io_kiocb ref count
` [PATCH 17/19] io_uring: add support for IORING_OP_POLL
` [PATCH 18/19] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 19/19] io_uring: add io_uring_event cache hit information
[PATCHSET v13] io_uring IO interface
2019-02-09 16:50 UTC (46+ messages)
` [PATCH 01/19] fs: add an iopoll method to struct file_operations
` [PATCH 02/19] block: wire up block device iopoll method
` [PATCH 03/19] block: add bio_set_polled() helper
` [PATCH 04/19] iomap: wire up the iopoll method
` [PATCH 05/19] Add io_uring IO interface
` [PATCH 06/19] io_uring: add fsync support
` [PATCH 07/19] io_uring: support for IO polling
` [PATCH 08/19] fs: add fget_many() and fput_many()
` [PATCH 09/19] io_uring: use fget/fput_many() for file references
` [PATCH 10/19] io_uring: batch io_kiocb allocation
` [PATCH 11/19] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/19] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/19] net: split out functions related to registering inflight socket files
` [PATCH 14/19] io_uring: add file set registration
` [PATCH 15/19] io_uring: add submission polling
` [PATCH 16/19] io_uring: add io_kiocb ref count
` [PATCH 17/19] io_uring: add support for IORING_OP_POLL
` [PATCH 18/19] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 19/19] io_uring: add io_uring_event cache hit information
[PATCH 00/32] kernel: Introduce Time Namespace
2019-02-08 15:18 UTC (44+ messages)
` [PATCH 01/32] ns: "
` [PATCH 02/32] timens: Add timens_offsets
` [PATCH 03/32] timens: Introduce CLOCK_MONOTONIC offsets
` [PATCH 04/32] timens: Introduce CLOCK_BOOTTIME offset
` [PATCH 05/32] timerfd/timens: Take into account ns clock offsets
` [PATCH 06/32] posix-timers/timens: Take into account "
` [PATCH 07/32] timens/kernel: Take into account timens clock offsets in clock_nanosleep
` [PATCH 08/32] timens: Shift /proc/uptime
` [PATCH 09/32] x86/vdso2c: Correct err messages on file opening
` [PATCH 10/32] x86/vdso2c: Convert iterator to unsigned
` [PATCH 11/32] x86/vdso/Makefile: Add vobjs32
` [PATCH 12/32] x86/vdso/timens: Add offsets page in vvar
` [PATCH 13/32] x86/vdso: Build timens .so(s)
` [PATCH 14/32] x86/VDSO: Build VDSO with -ffunction-sections
` [PATCH 15/32] x86/vdso2c: Optionally produce linker script for vdso entries
` [PATCH 16/32] x86/vdso: Generate vdso{,32}-timens.lds
` [PATCH 17/32] x86/vdso2c: Sort vdso entries by addresses for linker script
` [PATCH 18/32] x86/vdso.lds: Align !timens (host's) vdso.so entries
` [PATCH 19/32] x86/vdso2c: Align LOCAL symbols between vdso{-timens,}.so
` [PATCH 20/32] x86/vdso: Initialize timens 64-bit vdso
` [PATCH 21/32] x86/vdso: Switch image on setns()/unshare()/clone()
` [PATCH 22/32] timens: Add align for timens_offsets
` [PATCH 23/32] timens/fs/proc: Introduce /proc/pid/timens_offsets
` [PATCH 24/32] selftest/timens: Add Time Namespace test for supported clocks
` [PATCH 25/32] selftest/timens: Add a test for timerfd
` [PATCH 26/32] selftest/timens: Add a test for clock_nanosleep()
` [PATCH 27/32] selftest/timens: Add procfs selftest
` [PATCH 28/32] selftest/timens: Add timer offsets test
` [PATCH 29/32] selftests: Add a simple perf test for clock_gettime()
` [PATCH 30/32] selftest/timens: Check that a right vdso is mapped after fork and exec
` [PATCH 31/32] x86/vdso: Align VDSO functions by CPU L1 cache line
` [PATCH 32/32] x86/vdso: Restrict splitting VVAR VMA
[PATCHSET v12] io_uring IO interface
2019-02-08 15:13 UTC (31+ 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 v7 00/15] Add utilization clamping support
2019-02-08 10:05 UTC (16+ messages)
` [PATCH v7 01/15] sched/core: uclamp: Add CPU's clamp buckets refcounting
` [PATCH v7 02/15] sched/core: uclamp: Enforce last task UCLAMP_MAX
` [PATCH v7 03/15] sched/core: uclamp: Add system default clamps
` [PATCH v7 04/15] sched/core: Allow sched_setattr() to use the current policy
` [PATCH v7 05/15] sched/core: uclamp: Extend sched_setattr() to support utilization clamping
` [PATCH v7 06/15] sched/core: uclamp: Reset uclamp values on RESET_ON_FORK
` [PATCH v7 07/15] sched/core: uclamp: Set default clamps for RT tasks
` [PATCH v7 08/15] sched/cpufreq: uclamp: Add clamps for FAIR and "
` [PATCH v7 09/15] sched/core: uclamp: Add uclamp_util_with()
` [PATCH v7 10/15] sched/fair: uclamp: Add uclamp support to energy_compute()
` [PATCH v7 11/15] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v7 12/15] sched/core: uclamp: Propagate parent clamps
` [PATCH v7 13/15] sched/core: uclamp: Propagate system defaults to root group
` [PATCH v7 14/15] sched/core: uclamp: Use TG's clamps to restrict TASK's clamps
` [PATCH v7 15/15] sched/core: uclamp: Update CPU's refcount on TG's clamp changes
[PATCHSET v9] io_uring IO interface
2019-02-07 19:08 UTC (27+ messages)
` [PATCH 13/18] io_uring: add file set registration
[PATCH] mm/mincore: allow for making sys_mincore() privileged
2019-02-06 20:14 UTC (8+ messages)
` [PATCH 0/3] mincore() and IOCB_NOWAIT adjustments
` [PATCH 3/3] mm/mincore: provide mapped status when cached status is not allowed
[PATCHSET v11] io_uring IO interface
2019-02-06 20:05 UTC (13+ messages)
` [PATCH 04/18] iomap: wire up the iopoll method
` [PATCH 05/18] Add io_uring IO interface
[RFC PATCH 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v7)
2019-02-05 19:46 UTC (3+ messages)
` [RFC PATCH 2/4] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux
[PATCHSET v8] io_uring IO interface
2019-02-01 18:05 UTC (9+ messages)
` [PATCH 05/18] Add "
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).