linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-21 12:00:04 to 2018-05-28 07:00:19 UTC [more...]

[RFC PATCH for 4.18 00/14] Restartable Sequences
 2018-05-28  7:00 UTC  (19+ messages)
` [PATCH 03/14] arm: Add restartable sequences support
` [PATCH 07/14] powerpc: Add support for restartable sequences

aio poll and a new in-kernel poll API V13
 2018-05-27 22:27 UTC  (38+ messages)
` [PATCH 01/33] fix io_destroy()/aio_complete() race
` [PATCH 02/33] uapi: turn __poll_t sparse checkin on by default
` [PATCH 03/33] fs: unexport poll_schedule_timeout
` [PATCH 04/33] fs: cleanup do_pollfd
` [PATCH 05/33] fs: update documentation to mention __poll_t and match the code
` [PATCH 06/33] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 07/33] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 08/33] aio: simplify KIOCB_KEY handling
` [PATCH 09/33] aio: simplify cancellation
` [PATCH 10/33] aio: implement IOCB_CMD_POLL
` [PATCH 11/33] aio: try to complete poll iocbs without context switch
` [PATCH 12/33] net: refactor socket_poll
` [PATCH 13/33] net: add support for ->poll_mask in proto_ops
` [PATCH 14/33] net: remove sock_no_poll
` [PATCH 15/33] net/tcp: convert to ->poll_mask
` [PATCH 16/33] net/unix: "
` [PATCH 17/33] net: convert datagram_poll users tp ->poll_mask
` [PATCH 18/33] net/dccp: convert to ->poll_mask
` [PATCH 19/33] net/atm: "
` [PATCH 20/33] net/vmw_vsock: "
` [PATCH 21/33] net/tipc: "
` [PATCH 22/33] net/sctp: "
` [PATCH 23/33] net/bluetooth: "
` [PATCH 24/33] net/caif: "
` [PATCH 25/33] net/nfc: "
` [PATCH 26/33] net/phonet: "
` [PATCH 27/33] net/iucv: "
` [PATCH 28/33] net/rxrpc: "
` [PATCH 29/33] crypto: af_alg: "
` [PATCH 30/33] pipe: "
` [PATCH 31/33] eventfd: switch "
` [PATCH 32/33] timerfd: convert "
` [PATCH 33/33] random: "

[RFC PATCH 0/5] kmalloc-reclaimable caches
 2018-05-25 15:59 UTC  (16+ messages)
` [RFC PATCH 1/5] mm, slab/slub: introduce "
` [RFC PATCH 2/5] mm, slab: allocate off-slab freelists as reclaimable when appropriate
` [RFC PATCH 3/5] dcache: allocate external names from reclaimable kmalloc caches
` [RFC PATCH 4/5] mm: rename and change semantics of nr_indirectly_reclaimable_bytes
` [RFC PATCH 5/5] mm, proc: add NR_RECLAIMABLE to /proc/meminfo

[PATCH 0/6 v1 resend] statfs: handle mount propagation
 2018-05-25 12:48 UTC  (7+ messages)
` [PATCH 1/6 v1 resend] fs: use << for MS_* flags
` [PATCH 2/6 v1 resend] statfs: use << to align with fs header
` [PATCH 3/6 v1 resend] statfs: add ST_UNBINDABLE
` [PATCH 4/6 v1 resend] statfs: add ST_SHARED
` [PATCH 5/6 v1 resend] statfs: add ST_SLAVE
` [PATCH 6/6 v1 resend] statfs: add ST_PRIVATE

[PATCH v8 bpf-next 4/9] net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepoint
 2018-05-25 10:48 UTC  (5+ messages)
  ` [v8, bpf-next, "

[PATCH -next 0/6] rhashtable: guarantee first allocation
 2018-05-25  3:34 UTC  (11+ messages)
` [PATCH 1/6] lib/rhashtable: convert param sanitations to WARN_ON
` [PATCH 2/6] lib/rhashtable: guarantee initial hashtable allocation
` [PATCH 3/6] lib/bucket_locks: use kvmalloc_array()
` [PATCH 4/6] ipc: get rid of ids->tables_initialized hack
` [PATCH 5/6] ipc: simplify ipc initialization
` [PATCH 6/6] lib/test_rhashtable: rhashtable_init() can no longer fail

[PATCH v5 00/28] FPGA Device Feature List (DFL) Device Drivers
 2018-05-24 23:59 UTC  (13+ messages)
` [PATCH v5 04/28] fpga: mgr: add compat_id support
` [PATCH v5 20/28] fpga: dfl: add fpga bridge platform driver for FME

semantics of rhashtable and sysvipc
 2018-05-24 19:17 UTC  (10+ messages)

[PATCH v9 00/24] ILP32 for ARM64
 2018-05-24 12:24 UTC  (5+ messages)
` [PATCH 07/24] arm64: ilp32: add documentation on the ILP32 ABI "

[PATCH v2 0/4] Interface for higher order contiguous allocations
 2018-05-23 18:07 UTC  (14+ messages)
` [PATCH v2 2/4] mm: check for proper migrate type during isolation
` [PATCH v2 3/4] mm: add find_alloc_contig_pages() interface

[PATCH 07/24] hibernate: Disable when the kernel is locked down
 2018-05-23  8:46 UTC  (7+ messages)
` [PATCH 00/24] security: Add kernel lockdown

aio poll and a new in-kernel poll API V12
 2018-05-23  1:43 UTC  (38+ messages)
` [PATCH 01/31] fs: unexport poll_schedule_timeout
` [PATCH 02/31] fs: cleanup do_pollfd
` [PATCH 03/31] fs: update documentation to mention __poll_t and match the code
` [PATCH 04/31] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/31] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/31] aio: simplify KIOCB_KEY handling
` [PATCH 07/31] aio: simplify cancellation
` [PATCH 08/31] aio: implement IOCB_CMD_POLL
        ` YAaioRace (was Re: [PATCH 08/31] aio: implement IOCB_CMD_POLL)
` [PATCH 09/31] aio: try to complete poll iocbs without context switch
` [PATCH 10/31] net: refactor socket_poll
` [PATCH 11/31] net: add support for ->poll_mask in proto_ops
` [PATCH 12/31] net: remove sock_no_poll
` [PATCH 13/31] net/tcp: convert to ->poll_mask
` [PATCH 14/31] net/unix: "
` [PATCH 15/31] net: convert datagram_poll users tp ->poll_mask
` [PATCH 16/31] net/dccp: convert to ->poll_mask
` [PATCH 17/31] net/atm: "
` [PATCH 18/31] net/vmw_vsock: "
` [PATCH 19/31] net/tipc: "
` [PATCH 20/31] net/sctp: "
` [PATCH 21/31] net/bluetooth: "
` [PATCH 22/31] net/caif: "
` [PATCH 23/31] net/nfc: "
` [PATCH 24/31] net/phonet: "
` [PATCH 25/31] net/iucv: "
` [PATCH 26/31] net/rxrpc: "
` [PATCH 27/31] crypto: af_alg: "
` [PATCH 28/31] pipe: "
` [PATCH 29/31] eventfd: switch "
` [PATCH 30/31] timerfd: convert "
` [PATCH 31/31] random: "

[PATCH v7 0/5] AIO add per-command iopriority
 2018-05-22 22:31 UTC  (10+ messages)
` [PATCH v7 1/5] block: add ioprio_check_cap function
` [PATCH v7 2/5] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v7 3/5] fs: Add aio iopriority support
` [PATCH v7 4/5] fs: blkdev set bio prio from kiocb prio
` [PATCH v7 5/5] fs: iomap dio "

[patch v21 0/4] JTAG driver introduction
 2018-05-22 20:21 UTC  (8+ messages)
` [patch v21 1/4] drivers: jtag: Add JTAG core driver
` [patch v21 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-22 18:59 UTC  (10+ messages)
` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process
` [RFC PATCH ghak32 V2 03/13] audit: log container info of syscalls

[PATCH v5 0/5] AIO add per-command iopriority
 2018-05-22 17:43 UTC  (18+ messages)
` [PATCH v5 1/5] block: add ioprio_check_cap function
` [PATCH v5 2/5] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v5 3/5] fs: Add aio iopriority support
` [PATCH v5 4/5] fs: blkdev set bio prio from kiocb prio
` [PATCH v5 5/5] fs: iomap dio "

[PATCH v6 0/5] AIO add per-command iopriority
 2018-05-22 17:22 UTC  (12+ messages)
` [PATCH v6 1/5] block: add ioprio_check_cap function
` [PATCH v6 2/5] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v6 3/5] fs: Add aio iopriority support
` [PATCH v6 4/5] fs: blkdev set bio prio from kiocb prio
` [PATCH v6 5/5] fs: iomap dio "


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