linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-10 15:13:26 to 2018-05-17 10:11:15 UTC [more...]

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

[RFC PATCH for 4.18 00/14] Restartable Sequences
 2018-05-17  7:43 UTC  (12+ 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

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

[PATCHSET] workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}
 2018-05-17  4:34 UTC  (7+ 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] proc: Don't allow empty /proc/PID/cmdline for user tasks
 2018-05-17  1:21 UTC 

[patch v21 0/4] JTAG driver introduction
 2018-05-16 18:16 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
` [patch v21 3/4] Documentation: jtag: Add bindings for "
` [patch v21 4/4] Documentation: jtag: Add ABI documentation

[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

aio poll and a new in-kernel poll API V11
 2018-05-15 19:48 UTC  (33+ 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: "

[PATCH v9 00/24] ILP32 for ARM64
 2018-05-15 19:40 UTC  (4+ 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 RFC v5] pidns: introduce syscall translate_pid
 2018-05-15 17:44 UTC  (10+ messages)

[PATCH v5 1/7] proc: add proc_fs_info struct to store proc information
 2018-05-15 16:19 UTC  (4+ messages)

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

[PATCH v5 7/7] proc: add option to mount only a pids subset
 2018-05-14 13:13 UTC  (4+ messages)

[PATCH v5 5/7] proc: instantiate only pids that we can ptrace on 'limit_pids=1' mount option
 2018-05-14  8:34 UTC  (5+ messages)

[RFC v2 0/4] vfs: detect symlink corruption with attributes
 2018-05-13 20:51 UTC  (9+ messages)
` [RFC v2 1/4] vfs: skip extra attributes check on removal for symlinks
` [RFC v2 2/4] xfs: add verifier check for symlink with append/immutable flags
` [RFC v2 3/4] ext4: "
` [RFC v2 4/4] btrfs: verify symlinks "

aio poll and a new in-kernel poll API V10
 2018-05-12 10:09 UTC  (35+ 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: "

[PATCH 0/2] hoist btrfs' label set/get ioctls to vfs, and document
 2018-05-12  0:20 UTC  (12+ messages)
` [PATCH 1/2] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs
  ` [PATCH 1/2 V2] "
        ` [PATCH 1/2 V2] "
` [PATCH 2/2] man2: New page documenting filesystem get/set label ioctls
  ` [PATCH 2/2 V2] "

[PATCH v5 0/7] proc: modernize proc to support multiple private instances
 2018-05-11 19:28 UTC  (3+ messages)

[PATCH v5 6/7] proc: flush task dcache entries from all procfs instances
 2018-05-11  9:36 UTC 

[PATCH v5 4/7] proc: support mounting private procfs instances inside same pid namespace
 2018-05-11  9:35 UTC 

[PATCH v5 3/7] proc: add helpers to set and get proc hidepid and gid mount options
 2018-05-11  9:35 UTC 

[PATCH v5 2/7] proc: move /proc/{self|thread-self} dentries to proc_fs_info
 2018-05-11  9:35 UTC 

[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
 2018-05-11  6:39 UTC  (8+ messages)

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-11  2:42 UTC  (4+ messages)

io_pgetevents & aio fsync V4
 2018-05-10 18:05 UTC  (2+ messages)

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

[patch v18 0/4] JTAG driver introduction
 2018-05-10 15:13 UTC  (3+ 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).