linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-10 15:58:27 to 2018-01-19 19:06:09 UTC [more...]

aio fsync revisited
 2018-01-19 19:06 UTC  (4+ messages)
` [PATCH] aio: resurrect IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC support

[patch v17 0/4] JTAG driver introduction
 2018-01-19  7:28 UTC  (7+ messages)
` [patch v17 1/4] drivers: jtag: Add JTAG core driver
` [patch v17 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v17 3/4] Documentation: jtag: Add bindings for "
` [patch v17 4/4] Documentation: jtag: Add ABI documentation

User-visible context-mount API
 2018-01-19  6:32 UTC  (13+ messages)

[patch v15 0/4] JTAG driver introduction
 2018-01-18 21:27 UTC  (11+ messages)
` [patch v15 1/4] drivers: jtag: Add JTAG core driver
` [patch v15 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v15 3/4] Documentation: jtag: Add bindings for "
` [patch v15 4/4] Documentation: jtag: Add ABI documentation

aio poll, io_pgetevents and a new in-kernel poll API V3
 2018-01-18 18:53 UTC  (46+ messages)
` [PATCH 01/36] aio: don't print the page size at boot time
` [PATCH 02/36] aio: remove an outdated comment in aio_complete
` [PATCH 03/36] aio: refactor read/write iocb setup
` [PATCH 04/36] aio: sanitize ki_list handling
` [PATCH 05/36] aio: simplify cancellation
` [PATCH 06/36] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 07/36] aio: add delayed cancel support
` [PATCH 08/36] aio: implement io_pgetevents
` [PATCH 09/36] fs: unexport poll_schedule_timeout
` [PATCH 10/36] fs: cleanup do_pollfd
` [PATCH 11/36] fs: update documentation for __poll_t
` [PATCH 12/36] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 13/36] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 14/36] aio: implement IOCB_CMD_POLL
` [PATCH 15/36] net: refactor socket_poll
` [PATCH 16/36] net: add support for ->poll_mask in proto_ops
` [PATCH 17/36] net: remove sock_no_poll
` [PATCH 18/36] net/tcp: convert to ->poll_mask
` [PATCH 19/36] net/unix: "
` [PATCH 20/36] net: convert datagram_poll users tp ->poll_mask
` [PATCH 21/36] net/dccp: convert to ->poll_mask
` [PATCH 22/36] net/atm: "
` [PATCH 23/36] net/vmw_vsock: "
` [PATCH 24/36] net/tipc: "
  ` [PATCH 25/36] net/sctp: "
` [PATCH 26/36] net/bluetooth: "
` [PATCH 27/36] net/caif: "
` [PATCH 28/36] net/nfc: "
` [PATCH 29/36] net/phonet: "
` [PATCH 30/36] net/iucv: "
` [PATCH 31/36] net/rxrpc: "
` [PATCH 32/36] crypto: af_alg: "
` [PATCH 33/36] pipe: "
` [PATCH 34/36] eventfd: switch "
` [PATCH 35/36] timerfd: convert "
` [PATCH 36/36] random: "

[manpages PATCH] capabilities.7: describe namespaced file capabilities
 2018-01-17 23:44 UTC  (6+ messages)

[PATCH for 4.16 00/11] membarrier updates for 4.16
 2018-01-17 23:37 UTC  (17+ messages)
` [PATCH for 4.16 02/11] powerpc: membarrier: Skip memory barrier in switch_mm() (v7)
` [PATCH for 4.16 03/11] membarrier: Document scheduler barrier requirements (v5)
` [PATCH for 4.16 04/11] membarrier: provide GLOBAL_EXPEDITED command (v3)
` [PATCH for 4.16 05/11] membarrier: selftest: Test global expedited cmd (v2)
  ` [PATCH for 4.16 01/11] membarrier: selftest: Test private "
  ` [PATCH for 4.16 06/11] Introduce sync_core_before_usermode
` [PATCH for 4.16 07/11] x86: Implement sync_core_before_usermode (v3)
` [PATCH for 4.16 08/11] membarrier: Provide core serializing command
` [PATCH for 4.16 09/11] membarrier: x86: Provide core serializing command (v4)
` [PATCH for 4.16 10/11] membarrier: arm64: Provide core serializing command
` [PATCH for 4.16 11/11] membarrier: selftest: Test private expedited sync core cmd

aio poll, io_pgetevents and a new in-kernel poll API V2
 2018-01-17 16:05 UTC  (59+ messages)
` [PATCH 03/32] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/32] net: remove sock_no_poll
` [PATCH 07/32] net/tcp: convert to ->poll_mask
` [PATCH 08/32] net/unix: "
` [PATCH 09/32] net: convert datagram_poll users tp ->poll_mask
` [PATCH 10/32] net/dccp: convert to ->poll_mask
` [PATCH 11/32] net/atm: "
` [PATCH 12/32] net/vmw_vsock: "
` [PATCH 13/32] net/tipc: "
` [PATCH 14/32] net/sctp: "
` [PATCH 15/32] net/bluetooth: "
` [PATCH 16/32] net/caif: "
` [PATCH 17/32] net/nfc: "
` [PATCH 18/32] net/phonet: "
` [PATCH 19/32] net/iucv: "
` [PATCH 20/32] net/rxrpc: "
` [PATCH 21/32] pipe: "
` [PATCH 22/32] eventfd: switch "
` [PATCH 23/32] timerfd: convert "
` [PATCH 24/32] aio: don't print the page size at boot time
` [PATCH 25/32] aio: remove an outdated comment in aio_complete
` [PATCH 26/32] aio: refactor read/write iocb setup
` [PATCH 27/32] aio: sanitize ki_list handling
` [PATCH 28/32] aio: simplify cancellation
` [PATCH 29/32] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 30/32] aio: add delayed cancel support
` [PATCH 31/32] aio: implement IOCB_CMD_POLL
` [PATCH 32/32] aio: implement io_pgetevents

[PATCH for 4.16 00/10] membarrier updates for 4.16
 2018-01-16 20:41 UTC  (18+ messages)
` [PATCH for 4.16 01/10] membarrier: selftest: Test private expedited cmd (v2)
` [PATCH for 4.16 02/10] powerpc: membarrier: Skip memory barrier in switch_mm() (v7)
` [PATCH for 4.16 03/10] membarrier: Document scheduler barrier requirements (v5)
` [PATCH for 4.16 04/10] membarrier: provide SHARED_EXPEDITED command (v2)
` [PATCH for 4.16 06/10] membarrier: Provide core serializing command
  ` [PATCH for 4.16 05/10] membarrier: selftest: Test shared expedited cmd
  ` [PATCH for 4.16 07/10] x86: Introduce sync_core_before_usermode (v2)
` [PATCH for 4.16 08/10] membarrier: x86: Provide core serializing command (v3)
` [PATCH for 4.16 09/10] membarrier: arm64: Provide core serializing command
` [PATCH for 4.16 10/10] membarrier: selftest: Test private expedited sync core cmd

[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
 2018-01-16 16:05 UTC  (7+ messages)

[PATCH v3 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2018-01-16 15:18 UTC  (4+ messages)
` [PATCH v3 09/10] change time types to new y2038 safe __kernel_* types
` [PATCH v3 10/10] nanosleep: change time types to "

[patch v16 0/4] JTAG driver introduction
 2018-01-16  7:04 UTC  (8+ messages)
  ` [patch v16 1/4] drivers: jtag: Add JTAG core driver
  ` [patch v16 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
  ` [patch v16 3/4] Documentation: jtag: Add bindings for "
` [patch v16 4/4] Documentation: jtag: Add ABI documentation

[PATCH] mm, x86: pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-01-16  2:37 UTC  (5+ messages)
` [REGRESSION] testing/selftests/x86/ pkeys build failures (was: Re: [PATCH] mm, x86: pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics)
  ` [REGRESSION] testing/selftests/x86/ pkeys build failures

[patch v16 0/4] JTAG driver introduction
 2018-01-12 17:01 UTC  (6+ messages)
` [patch v16 1/4] Linux 4.15-rc6
  ` [patch v16 2/4] drivers: jtag: Add JTAG core driver
` [patch v16 3/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v16 4/4] Documentation: jtag: Add bindings for "

[PATCH 0/2] Documentation: rtc: move ioctl to ABI
 2018-01-11 23:11 UTC  (2+ messages)

[PATCH v5 3/4] x86: wire up the process_vmsplice syscall
 2018-01-11 17:10 UTC  (2+ messages)


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