linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-28 15:22:03 to 2018-04-03 23:27:28 UTC [more...]

[GIT PULL] Kernel lockdown for secure boot
 2018-04-03 23:27 UTC  (37+ messages)

[RESEND PATCH V4] pidns: introduce syscall translate_pid
 2018-04-03 21:52 UTC  (5+ messages)

[RFC PATCH for 4.17 00/21] Restartable sequences and CPU op vector
 2018-04-03 20:32 UTC  (31+ messages)
` [RFC PATCH for 4.17 02/21] rseq: Introduce restartable sequences system call (v12)
` [RFC PATCH for 4.17 10/21] cpu_opv: Provide cpu_opv system call (v6)

[PATCH v4 00/24] FPGA Device Feature List (DFL) Device Drivers
 2018-04-03  1:36 UTC  (10+ messages)
` [PATCH v4 04/24] fpga: add device feature list support

[RESEND RFC] translate_pid API
 2018-04-02 11:11 UTC  (31+ messages)
          ` [REVIEW][PATCH 00/11] ipc: Fixing the pid namespace support
            ` [REVIEW][PATCH 01/11] sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks
            ` [REVIEW][PATCH 09/11] ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces
            ` [REVIEW][PATCH 11/11] ipc/sem: Fix semctl(..., GETPID, "
            ` [REVIEW][PATCH 12/11] ipc: Directly call the security hook in ipc_ops.associate
            ` [REVIEW][PATCH 13/11] ipc/smack: Tidy up from the change in type of the ipc security hooks

[PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing
 2018-04-02  0:39 UTC  (23+ messages)
` [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions

aio poll and a new in-kernel poll API V9
 2018-03-30 15:08 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: "

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

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-03-30  5:06 UTC  (6+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "

[RFC][PATCH] ipc: Remove IPCMNI
 2018-03-29 20:08 UTC  (7+ messages)

aio poll and a new in-kernel poll API V7
 2018-03-29 18:08 UTC  (7+ messages)
` [PATCH 07/30] aio: add delayed cancel support

[PATCH v8 bpf-next 0/9] bpf, tracing: introduce bpf raw tracepoints
 2018-03-28 23:59 UTC  (15+ messages)
` [PATCH v8 bpf-next 1/9] treewide: remove large struct-pass-by-value from tracepoint arguments
` [PATCH v8 bpf-next 2/9] net/mediatek: disambiguate mt76 vs mt7601u trace events
` [PATCH v8 bpf-next 3/9] net/mac802154: disambiguate mac80215 vs mac802154 "
` [PATCH v8 bpf-next 4/9] net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepoint
` [PATCH v8 bpf-next 5/9] macro: introduce COUNT_ARGS() macro
` [PATCH v8 bpf-next 6/9] bpf: introduce BPF_RAW_TRACEPOINT
` [PATCH v8 bpf-next 7/9] libbpf: add bpf_raw_tracepoint_open helper
` [PATCH v8 bpf-next 8/9] samples/bpf: raw tracepoint test
` [PATCH v8 bpf-next 9/9] selftests/bpf: test for bpf_get_stackid() from raw tracepoints

[PATCH v7 bpf-next 00/10] bpf, tracing: introduce bpf raw tracepoints
 2018-03-28 19:47 UTC  (19+ messages)
` [PATCH v7 bpf-next 06/10] tracepoint: compute num_args at build time
` [PATCH v7 bpf-next 07/10] bpf: introduce BPF_RAW_TRACEPOINT

io_pgetevents & aio fsync V2
 2018-03-28 17:05 UTC  (4+ messages)
` [PATCH 2/6] aio: remove an outdated comment in aio_complete


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