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

aio poll and a new in-kernel poll API V11
 2018-05-15 19:48 UTC  (2+ messages)
` [PATCH 01/32] fs: unexport poll_schedule_timeout

[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 v21 0/4] JTAG driver introduction
 2018-05-15 14:21 UTC  (5+ 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 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] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-14 15:34 UTC  (8+ messages)

[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  (19+ 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  (26+ messages)

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-11  2:42 UTC  (11+ 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)

[PATCH 24/24] debugfs: Restrict debugfs when the kernel is locked down
 2018-05-10 11:01 UTC  (5+ messages)
` [PATCH 00/24] security: Add kernel lockdown

[PATCH v3 0/3] AIO add per-command iopriority
 2018-05-09 15:29 UTC  (9+ messages)
` [PATCH v3 1/3] block: add ioprio_check_cap function
` [PATCH v3 2/3] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v3 3/3] fs: Add aio iopriority support for block_dev

[PATCH v5 00/28] FPGA Device Feature List (DFL) Device Drivers
 2018-05-07 21:12 UTC  (11+ messages)
` [PATCH v5 04/28] fpga: mgr: add compat_id support
` [PATCH v5 05/28] fpga: region: "
` [PATCH v5 19/28] fpga: dfl: fme-mgr: "
` [PATCH v5 22/28] fpga: dfl: fme-region: add support for compat_id

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

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-06 16:51 UTC  (4+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "

[RFC PATCH for 4.18 00/14] Restartable Sequences
 2018-05-06 10:03 UTC  (15+ messages)

[RFC PATCH for 4.18 00/23] Restartable sequences and CPU op vector
 2018-05-04 14:32 UTC  (9+ messages)
` [RFC PATCH for 4.18 12/23] cpu_opv: Provide cpu_opv system call (v7)

[PATCH v2 0/4] Interface for higher order contiguous allocations
 2018-05-03 23:29 UTC  (5+ 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
` [PATCH v2 4/4] mm/hugetlb: use find_alloc_contig_pages() to allocate gigantic pages

[PATCH v2] fs: Add aio iopriority support for block_dev
 2018-05-03 22:53 UTC  (10+ messages)

[PATCH 0/6 resend] statfs: handle mount propagation
 2018-05-03 13:57 UTC  (4+ 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).