linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-08 15:47:33 to 2018-01-17 19:27:23 UTC [more...]

aio poll, io_pgetevents and a new in-kernel poll API V3
 2018-01-17 19:27 UTC  (18+ 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 v17 0/4] JTAG driver introduction
 2018-01-17 19:14 UTC  (6+ 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

[PATCH for 4.16 00/11] membarrier updates for 4.16
 2018-01-17 18:13 UTC  (15+ 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  (63+ messages)
` [PATCH 01/32] fs: update documentation for __poll_t
` [PATCH 02/32] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 03/32] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 04/32] net: refactor socket_poll
` [PATCH 05/32] net: add support for ->poll_mask in proto_ops
` [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

User-visible context-mount API
 2018-01-17 11:06 UTC  (10+ messages)

[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 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 06/10] membarrier: Provide core serializing command
` [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

[manpages PATCH] capabilities.7: describe namespaced file capabilities
 2018-01-16 17:38 UTC  (5+ messages)

[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 v15 0/4] JTAG driver introduction
 2018-01-12 16:42 UTC  (9+ 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 0/2] Documentation: rtc: move ioctl to ABI
 2018-01-11 23:11 UTC  (2+ messages)

[PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe
 2018-01-11 17:10 UTC  (6+ messages)
` [PATCH v5 1/4] fs/splice: introduce pages_to_pipe helper
  ` [PATCH v5 2/4] vm: add a syscall to map a process memory into a pipe
` [PATCH v5 3/4] x86: wire up the process_vmsplice syscall
` [PATCH v5 4/4] test: add a test for "

[PATCH for 4.16 00/11] membarrier updates for 4.16
 2018-01-10 15:46 UTC  (12+ messages)
` [PATCH for 4.16 01/11] Fix: membarrier: add missing preempt off around smp_call_function_many
` [PATCH v2 for 4.16 02/11] membarrier: selftest: Test private expedited cmd
` [PATCH v7 for 4.16 03/11] powerpc: membarrier: Skip memory barrier in switch_mm()
` [PATCH v5 for 4.16 04/11] membarrier: Document scheduler barrier requirements
` [PATCH v2 for 4.16 05/11] membarrier: provide SHARED_EXPEDITED command
  ` [PATCH for 4.16 06/11] membarrier: selftest: Test shared expedited cmd
  ` [PATCH for 4.16 07/11] membarrier: Provide core serializing command
  ` [PATCH for 4.16 10/11] membarrier: arm64: "
  ` [PATCH for 4.16 11/11] membarrier: selftest: Test private expedited sync core cmd
` [PATCH v2 for 4.16 08/11] x86: Introduce sync_core_before_usermode
` [PATCH v3 for 4.16 09/11] membarrier: x86: Provide core serializing command

[RFC git branches] rseq and membarrier against v4.15-rc7
 2018-01-10  7:47 UTC  (2+ messages)

RFC(V3): Audit Kernel Container IDs
 2018-01-10  7:00 UTC  (5+ messages)

[PATCHv3 0/2] capability controlled user-namespaces
 2018-01-10  2:08 UTC  (15+ 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).