Roman Penyaev ([email protected])

Number of posts: 185 (0.36 per day)
First post: 2018-12-03 11:05:50
Last post: 2020-05-05 20:59:51

Date List Subject
2019-05-16 09:00:30 linux-kernel [PATCH v3 12/13] epoll: support mapping for epfd when polled from userspace
2019-05-16 09:00:22 linux-kernel [PATCH v3 03/13] epoll: allocate user header and user events ring for polling from userspace
2019-05-16 09:00:18 linux-kernel [PATCH v3 11/13] epoll: support polling from userspace for ep_poll()
2019-05-16 09:00:05 linux-kernel [PATCH v3 13/13] epoll: implement epoll_create2() syscall
2019-05-16 08:59:58 linux-kernel [PATCH v3 06/13] epoll: introduce helpers for adding/removing events to uring
2019-05-16 08:59:58 linux-kernel [PATCH v3 05/13] epoll: offload polling to a work in case of epfd polled from userspace
2019-04-15 09:46:56 linux-kernel Re: [RESEND PATCH] blk-mq: fix hang caused by freeze/unfreeze sequence
2019-03-19 15:34:08 linux-kernel Re: [PATCH] fs/epoll: remove an unnecessary argument of ep_busy_loop()
2019-03-11 17:23:03 linux-kernel Re: WARNING in ep_poll_callback
2019-03-11 13:53:56 linux-kernel Re: WARNING in ep_poll_callback
2019-03-11 13:39:12 linux-kernel Re: WARNING in ep_poll_callback
2019-01-22 11:48:20 linux-kernel Re: [RFC PATCH v2 02/13] epoll: introduce user structures for polling from userspace
2019-01-21 20:21:21 linux-kernel [RFC PATCH v2 03/13] epoll: allocate user header and user events ring for polling from userspace
2019-01-21 20:19:28 linux-kernel [RFC PATCH v2 00/13] epoll: support pollable epoll from userspace
2019-01-21 20:19:09 linux-kernel [RFC PATCH v2 01/13] epoll: move private helpers from a header to the source
2019-01-21 20:18:58 linux-kernel [RFC PATCH v2 10/13] epoll: support polling from userspace for ep_modify()
2019-01-21 20:18:49 linux-kernel [RFC PATCH v2 06/13] epoll: introduce helpers for adding/removing events to uring
2019-01-21 20:18:47 linux-kernel [RFC PATCH v2 07/13] epoll: call ep_add_event_to_uring() from ep_poll_callback()
2019-01-21 20:18:33 linux-kernel [RFC PATCH v2 09/13] epoll: support polling from userspace for ep_remove()
2019-01-21 20:18:17 linux-kernel [RFC PATCH v2 02/13] epoll: introduce user structures for polling from userspace
2019-01-21 20:18:13 linux-kernel [RFC PATCH v2 08/13] epoll: support polling from userspace for ep_insert()
2019-01-21 20:17:18 linux-kernel [RFC PATCH v2 12/13] epoll: support mapping for epfd when polled from userspace
2019-01-21 20:17:05 linux-kernel [RFC PATCH v2 13/13] epoll: implement epoll_create2() syscall
2019-01-21 20:16:54 linux-kernel [RFC PATCH v2 05/13] epoll: offload polling to a work in case of epfd polled from userspace
2019-01-21 20:16:49 linux-kernel [RFC PATCH v2 11/13] epoll: support polling from userspace for ep_poll()
2019-01-21 20:16:41 linux-kernel [RFC PATCH v2 04/13] epoll: some sanity flags checks for epoll syscalls for polling from userspace
2019-01-12 18:02:08 linux-kernel Re: [PATCH 2/3] mm/vmalloc: do not call kmemleak_free() on not yet accounted memory
2019-01-10 10:13:34 linux-kernel Re: [RFC PATCH 03/15] mm/vmalloc: introduce new vrealloc() call and its subsidiary reach analog
2019-01-10 10:12:09 linux-kernel Re: [RFC PATCH 09/15] epoll: introduce stand-alone helpers for polling from userspace
2019-01-09 20:13:48 linux-kernel [RFC PATCH 04/15] epoll: move private helpers from a header to the source
2019-01-09 20:12:56 linux-kernel [RFC PATCH 10/15] epoll: support polling from userspace for ep_insert()
2019-01-09 20:10:49 linux-kernel [RFC PATCH 13/15] epoll: support polling from userspace for ep_modify()
2019-01-09 20:10:41 linux-kernel [RFC PATCH 12/15] epoll: support polling from userspace for ep_remove()
2019-01-09 20:10:33 linux-kernel [RFC PATCH 02/15] mm/vmalloc: move common logic from __vmalloc_area_node to a separate func
2019-01-09 18:17:52 linux-kernel [RFC PATCH 08/15] epoll: some sanity flags checks for epoll syscalls for polled epfd from userspace
2019-01-09 18:17:48 linux-kernel [RFC PATCH 03/15] mm/vmalloc: introduce new vrealloc() call and its subsidiary reach analog
2019-01-09 16:47:29 linux-kernel [RFC PATCH 06/15] epoll: introduce various of helpers for user structure lengths calculations
2019-01-09 16:47:22 linux-kernel [RFC PATCH 05/15] epoll: introduce user header structure and user index for polling from userspace
2019-01-09 16:47:09 linux-kernel [RFC PATCH 01/15] mm/vmalloc: add new 'alignment' field for vm_struct structure
2019-01-09 16:46:55 linux-kernel [RFC PATCH 15/15] epoll: support mapping for epfd when polled from userspace
2019-01-09 16:46:46 linux-kernel [RFC PATCH 14/15] epoll: support polling from userspace for ep_poll()
2019-01-09 16:46:33 linux-kernel [RFC PATCH 07/15] epoll: extend epitem struct with new members for polling from userspace
2019-01-09 16:46:14 linux-kernel [RFC PATCH 11/15] epoll: offload polling to a work in case of epfd polled from userspace
2019-01-09 16:46:00 linux-kernel [RFC PATCH 09/15] epoll: introduce stand-alone helpers for polling from userspace
2019-01-09 16:45:40 linux-kernel [RFC 00/15] epoll: support pollable epoll from userspace
2019-01-09 10:12:20 linux-kernel Re: [PATCH 1/1] mm/vmalloc: Make vmalloc_32_user() align base kernel virtual address to SHMLBA
2019-01-08 16:11:25 linux-kernel Re: [PATCH 1/1] epoll: remove wrong assert that ep_poll_callback is always called with irqs off
2019-01-08 12:48:00 linux-kernel Re: [PATCH 1/1] epoll: remove wrong assert that ep_poll_callback is always called with irqs off
2019-01-08 11:19:58 linux-kernel [PATCH 1/1] mm/vmalloc: Make vmalloc_32_user() align base kernel virtual address to SHMLBA
2019-01-08 10:26:51 linux-kernel [PATCH 1/1] epoll: remove wrong assert that ep_poll_callback is always called with irqs off
2019-01-08 10:06:36 linux-kernel Re: WARNING in ep_poll_callback