messages from 2018-03-10 14:08:43 to 2018-03-22 17:24:10 UTC [more...]
aio poll and a new in-kernel poll API V6
2018-03-22 17:24 UTC (43+ messages)
` [PATCH 01/28] fs: unexport poll_schedule_timeout
` [PATCH 02/28] fs: cleanup do_pollfd
` [PATCH 03/28] fs: update documentation to mention __poll_t
` [PATCH 04/28] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/28] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/28] aio: implement IOCB_CMD_POLL
` [PATCH 07/28] net: refactor socket_poll
` [PATCH 08/28] net: add support for ->poll_mask in proto_ops
` [PATCH 09/28] net: remove sock_no_poll
` [PATCH 10/28] net/tcp: convert to ->poll_mask
` [PATCH 11/28] net/unix: "
` [PATCH 12/28] net: convert datagram_poll users tp ->poll_mask
` [PATCH 13/28] net/dccp: convert to ->poll_mask
` [PATCH 14/28] net/atm: "
` [PATCH 15/28] net/vmw_vsock: "
` [PATCH 16/28] net/tipc: "
` [PATCH 17/28] net/sctp: "
` [PATCH 18/28] net/bluetooth: "
` [PATCH 19/28] net/caif: "
` [PATCH 20/28] net/nfc: "
` [PATCH 21/28] net/phonet: "
` [PATCH 22/28] net/iucv: "
` [PATCH 23/28] net/rxrpc: "
` [PATCH 24/28] crypto: af_alg: "
` [PATCH 25/28] pipe: "
` [PATCH 26/28] eventfd: switch "
` [PATCH 27/28] timerfd: convert "
` [PATCH 28/28] random: "
io_pgetevents & aio fsync
2018-03-22 17:04 UTC (33+ messages)
` [PATCH 1/9] aio: don't print the page size at boot time
` [PATCH 2/9] aio: remove an outdated comment in aio_complete
` [PATCH 3/9] aio: refactor read/write iocb setup
` [PATCH 4/9] aio: sanitize ki_list handling
` [PATCH 5/9] aio: simplify cancellation
` [PATCH 6/9] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 7/9] aio: add delayed cancel support
` [PATCH 8/9] aio: implement io_pgetevents
` [PATCH 9/9] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
[PATCH v4 00/24] FPGA Device Feature List (DFL) Device Drivers
2018-03-22 6:07 UTC (36+ messages)
` [PATCH v4 04/24] fpga: add device feature list support
` [PATCH v4 08/24] fpga: add FPGA DFL PCIe device driver
` [PATCH v4 09/24] fpga: dfl-pci: add enumeration for feature devices
` [PATCH v4 12/24] fpga: dfl: fme: add FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
` [PATCH v4 14/24] fpga: dfl: fme: add partial reconfiguration sub feature support
` [PATCH v4 16/24] fpga: dfl: add fpga manager platform driver for FME
` [PATCH v4 20/24] fpga: dfl: add FPGA Accelerated Function Unit driver basic framework
` [PATCH v4 23/24] fpga: dfl: afu: add user afu sub feature support
[RESEND RFC] translate_pid API
2018-03-21 0:33 UTC (14+ messages)
[PATCH -next v2 0/3] sysvipc: introduce STAT_ANY commands
2018-03-20 18:55 UTC (2+ messages)
aio poll, io_pgetevents and a new in-kernel poll API V5
2018-03-20 15:39 UTC (35+ 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 v2 0/3] arm64: Fix invalid si_codes for fault signals
2018-03-20 10:04 UTC (8+ messages)
` [PATCH v2 2/3] arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
[PATCH] x86/sigreturn: use SYSCALL_DEFINE0
2018-03-19 22:27 UTC (5+ messages)
[PATCH] bpf: whitelist syscalls for error injection
2018-03-19 19:18 UTC (9+ messages)
[PATCH v16 00/13] support "task_isolation" mode
2018-03-18 14:22 UTC (3+ messages)
` [PATCH v16 06/13] task_isolation: userspace hard isolation from kernel
[PATCH ghau40 v2 0/5] add support for audit container ID
2018-03-16 9:12 UTC (6+ messages)
` [PATCH ghau40 v2 1/5] AUDIT_CONTAINER message type basic support
` [PATCH ghau40 v2 2/5] AUDIT_CONTAINER_INFO "
` [PATCH ghau40 v2 3/5] auditctl: add support for containerid filter
` [PATCH ghau40 v2 4/5] add ausearch containerid support
` [PATCH ghau40 v2 5/5] start normalization "
[RFC PATCH ghak32 V2 00/13] audit: implement container id
2018-03-16 9:00 UTC (14+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "
` [RFC PATCH ghak32 V2 02/13] audit: check children and threading before allowing containerid
` [RFC PATCH ghak32 V2 05/13] audit: add containerid support for ptrace and signals
` [RFC PATCH ghak32 V2 07/13] audit: add container aux record to watch/tree/mark
` [RFC PATCH ghak32 V2 10/13] audit: add containerid support for seccomp and anom_abend records
` [RFC PATCH ghak32 V2 03/13] audit: log container info of syscalls
` [RFC PATCH ghak32 V2 04/13] audit: add containerid filtering
` [RFC PATCH ghak32 V2 06/13] audit: add support for non-syscall auxiliary records
` [RFC PATCH ghak32 V2 08/13] audit: add containerid support for tty_audit
` [RFC PATCH ghak32 V2 09/13] audit: add containerid support for config/feature/user records
` [RFC PATCH ghak32 V2 11/13] audit: add support for containerid to network namespaces
` [RFC PATCH ghak32 V2 12/13] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [RFC PATCH ghak32 V2 13/13] debug audit: read container ID of a process
[RFC PATCH V1 00/12] audit: implement container id
2018-03-16 3:58 UTC (4+ messages)
` [RFC PATCH V1 01/12] audit: add "
[PATCH v5 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
2018-03-14 16:12 UTC (4+ messages)
` [PATCH v5 09/10] change time types to new y2038 safe __kernel_* types
` [PATCH v5 10/10] nanosleep: change time types to "
[PATCH] x86: always use SYSCALL_DEFINE*
2018-03-14 9:43 UTC (7+ messages)
` [PATCH v2] "
[PATCH net-next] modules: allow modprobe load regular elf binaries
2018-03-13 8:48 UTC (20+ messages)
[PATCH v4 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
2018-03-12 17:53 UTC (3+ messages)
` [PATCH v4 09/10] change time types to new y2038 safe __kernel_* types
` [PATCH v4 10/10] nanosleep: change time types to "
[PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing
2018-03-11 20:14 UTC (5+ messages)
` [PATCH bpf-next v8 01/11] fs,security: Add a security blob to nameidata
[PATCH net-next] modules: allow modprobe load regular elf binaries
2018-03-11 2:17 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).