linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-15 19:48:02 to 2018-05-22 15:07:36 UTC [more...]

[PATCH v6 0/5] AIO add per-command iopriority
 2018-05-22 15:07 UTC  (5+ 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 v21 0/4] JTAG driver introduction
 2018-05-22 15:00 UTC  (9+ 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
` [patch v21 4/4] Documentation: jtag: Add ABI documentation

aio poll and a new in-kernel poll API V12
 2018-05-22 11:31 UTC  (32+ 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
` [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 v5 0/5] AIO add per-command iopriority
 2018-05-22 10:05 UTC  (17+ 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 v5 00/28] FPGA Device Feature List (DFL) Device Drivers
 2018-05-22  9:39 UTC  (6+ messages)
` [PATCH v5 04/28] fpga: mgr: add compat_id support

[PATCH v2 0/4] Interface for higher order contiguous allocations
 2018-05-22  7:07 UTC  (13+ messages)
` [PATCH v2 1/4] mm: change type of free_contig_range(nr_pages) to unsigned long
` [PATCH v2 2/4] mm: check for proper migrate type during isolation
` [PATCH v2 3/4] mm: add find_alloc_contig_pages() interface

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-21 20:06 UTC  (15+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "
` [RFC PATCH ghak32 V2 03/13] audit: log container info of syscalls
` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process

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

[RFC PATCH for 4.18 00/14] Restartable Sequences
 2018-05-20 14:08 UTC  (19+ messages)
` [PATCH 02/14] rseq: Introduce restartable sequences system call (v13)
` [PATCH 03/14] arm: Add restartable sequences support
` [PATCH 07/14] powerpc: Add support for restartable sequences

[PATCH v5 3/7] proc: add helpers to set and get proc hidepid and gid mount options
 2018-05-20  7:53 UTC  (2+ messages)

[PATCHSET] workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}
 2018-05-19  6:44 UTC  (8+ messages)
` [PATCH 1/6] proc: Don't allow empty /proc/PID/cmdline for user tasks
` [PATCH 2/6] workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutex
` [PATCH 3/6] workqueue: Make worker_attach/detach_pool() update worker->pool
` [PATCH 4/6] workqueue: Set worker->desc to workqueue name by default
` [PATCH 5/6] proc: Consolidate task->comm formatting into proc_task_name()
` [PATCH 6/6] workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}

[PATCH v4 0/3] AIO add per-command iopriority
 2018-05-18 20:08 UTC  (14+ messages)
` [PATCH v4 1/3] block: add ioprio_check_cap function
` [PATCH v4 2/3] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v4 3/3] fs: Add aio iopriority support for block_dev

io_pgetevents & aio fsync V4
 2018-05-18  8:57 UTC  (4+ messages)
` [PATCH 7/7] aio: implement io_pgetevents

[PATCH] proc: Don't allow empty /proc/PID/cmdline for user tasks
 2018-05-17 18:23 UTC  (2+ messages)

[RFC PATCH] UAPI: Document auxvec AT_* namespace policy and note reservations
 2018-05-17 16:00 UTC  (7+ messages)

[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-17 10:11 UTC  (14+ messages)

[PATCH v9 00/24] ILP32 for ARM64
 2018-05-16  8:19 UTC  (25+ messages)
` [PATCH 01/24] arm64: signal: Make parse_user_sigframe() independent of rt_sigframe layout
` [PATCH 02/24] ptrace: Add compat PTRACE_{G,S}ETSIGMASK handlers
` [PATCH 03/24] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 04/24] 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 05/24] asm-generic: Drop getrlimit and setrlimit syscalls from default list
` [PATCH 06/24] thread: move thread bits accessors to separated file
` [PATCH 07/24] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 08/24] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 09/24] arm64: rename functions that reference compat term
` [PATCH 10/24] arm64: uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 11/24] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 12/24] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
` [PATCH 13/24] arm64: introduce binfmt_elf32.c
` [PATCH 14/24] arm64: change compat_elf_hwcap and compat_elf_hwcap2 prefix to a32
` [PATCH 15/24] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 16/24] arm64: ilp32: share aarch32 syscall handlers
` [PATCH 17/24] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 18/24] arm64: signal: share lp64 signal structures and routines to ilp32
` [PATCH 19/24] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 20/24] arm64: ilp32: introduce ilp32-specific sigframe and ucontext
` [PATCH 21/24] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 22/24] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 23/24] arm64:ilp32: add ARM64_ILP32 to Kconfig
` [PATCH 24/24] arm64: ilp32: Make the Kconfig option default y


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