Roman Kiryanov ([email protected])

Number of posts: 157 (0.16 per day)
First post: 2018-07-18 00:16:36
Last post: 2021-03-09 19:25:07

Date List Subject
2018-10-03 17:19:12 linux-kernel [PATCH v3 13/15] platform: goldfish: pipe: Add a dedicated constant for the device name
2018-10-03 17:19:10 linux-kernel [PATCH v3 12/15] platform: goldfish: pipe: Rename the init function (add "v2")
2018-10-03 17:19:05 linux-kernel [PATCH v3 14/15] platform: goldfish: pipe: Rename PIPE_REG to PIPE_V2_REG
2018-10-03 17:18:57 linux-kernel [PATCH v3 10/15] platform: goldfish: pipe: Remove the license boilerplate
2018-10-03 17:18:55 linux-kernel [PATCH v3 09/15] platform: goldfish: pipe: Move goldfish_pipe to goldfish_pipe_v2
2018-10-03 17:18:53 linux-kernel [PATCH v3 06/15] platform: goldfish: pipe: Move memory allocation from probe to init
2018-10-03 17:18:52 linux-kernel [PATCH v3 08/15] platform: goldfish: pipe: Add a blank line to separate varibles and code
2018-10-03 17:18:50 linux-kernel [PATCH v3 07/15] platform: goldfish: pipe: Return status from "deinit" since "remove" does not do much
2018-10-03 17:18:41 linux-kernel [PATCH v3 04/15] platform: goldfish: pipe: Call misc_deregister if init fails
2018-10-03 17:18:39 linux-kernel [PATCH v3 05/15] platform: goldfish: pipe: Remove redundant casting
2018-10-03 17:18:35 linux-kernel [PATCH v3 03/15] platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into the driver state
2018-10-03 17:18:12 linux-kernel [PATCH v3 01/15] platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet variable into the driver state
2018-10-03 16:27:33 linux-kernel Re: [PATCH v2 01/15] platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet variable into the driver state
2018-10-02 23:12:09 linux-kernel [PATCH v2 01/15] platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet variable into the driver state
2018-10-02 23:11:36 linux-kernel [PATCH v2 03/15] platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into the driver state
2018-10-02 23:11:07 linux-kernel [PATCH v2 02/15] platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable into the driver state
2018-10-02 22:33:52 linux-kernel Re: [PATCH 01/15] platform: goldfish: pipe: Remove the goldfish_interrupt_tasklet global variable
2018-10-02 22:23:09 linux-kernel [PATCH 15/15] platform: goldfish: pipe: Add the goldfish_pipe_v1 driver
2018-10-02 22:22:58 linux-kernel [PATCH 14/15] platform: goldfish: pipe: Rename PIPE_REG to PIPE_V2_REG
2018-10-02 22:22:44 linux-kernel [PATCH 06/15] platform: goldfish: pipe: Move memory allocation from probe to init
2018-10-02 22:22:42 linux-kernel [PATCH 05/15] platform: goldfish: pipe: Remove redundant casting
2018-10-02 22:22:37 linux-kernel [PATCH 02/15] platform: goldfish: pipe: Remove the goldfish_pipe_miscdev global variable
2018-10-02 22:22:00 linux-kernel [PATCH 13/15] platform: goldfish: pipe: Add a dedicated constant for the device name
2018-10-02 22:21:52 linux-kernel [PATCH 09/15] platform: goldfish: pipe: Move goldfish_pipe to goldfish_pipe_v2
2018-10-02 22:21:44 linux-kernel [PATCH 12/15] platform: goldfish: pipe: Rename the init function (add "v2")
2018-10-02 22:21:43 linux-kernel [PATCH 11/15] platform: goldfish: pipe: Split the driver to v2 specific and the rest
2018-10-02 22:21:42 linux-kernel [PATCH 03/15] platform: goldfish: pipe: Remove the goldfish_pipe_dev global variable
2018-10-02 22:21:41 linux-kernel [PATCH 10/15] platform: goldfish: pipe: Remove the license boilerplate
2018-10-02 22:21:37 linux-kernel [PATCH 08/15] platform: goldfish: pipe: Add a blank line to separate varibles and code
2018-10-02 22:21:35 linux-kernel [PATCH 07/15] platform: goldfish: pipe: Return status from "deinit" since "remove" does not do much
2018-10-02 22:21:30 linux-kernel [PATCH 04/15] platform: goldfish: pipe: Call misc_deregister if init fails
2018-10-02 22:21:26 linux-kernel [PATCH 01/15] platform: goldfish: pipe: Remove the goldfish_interrupt_tasklet global variable
2018-09-26 23:03:56 linux-kernel [PATCH v2 19/21] platform: goldfish: pipe: Add the goldfish_pipe_v1 driver
2018-09-26 23:03:53 linux-kernel [PATCH v2 13/21] platform: goldfish: pipe: Split the driver to v2 specific and the rest
2018-09-26 23:03:50 linux-kernel [PATCH v2 09/21] platform: goldfish: pipe: Remove the goldfish_pipe_dev global variable
2018-09-26 23:03:43 linux-kernel [PATCH v2 06/21] platform: goldfish: pipe: Add DMA support to goldfish pipe
2018-09-26 22:29:55 linux-kernel Re: [PATCH 21/21] platform: goldfish: pipe: Fix allmodconfig build
2018-09-25 23:06:58 linux-kernel Re: [PATCH 06/21] platform: goldfish: pipe: Add DMA support to goldfish pipe
2018-09-14 17:55:17 linux-kernel [PATCH 21/21] platform: goldfish: pipe: Fix allmodconfig build
2018-09-14 17:55:07 linux-kernel [PATCH 16/21] platform: goldfish: pipe: Call misc_deregister if init fails
2018-09-14 17:54:57 linux-kernel [PATCH 14/21] platform: goldfish: pipe: Add a blank line to separate varibles and code
2018-09-14 17:54:53 linux-kernel [PATCH 13/21] platform: goldfish: pipe: Split the driver to v2 specific and the rest
2018-09-14 17:54:44 linux-kernel [PATCH 11/21] platform: goldfish: pipe: Move memory allocation from probe to init
2018-09-14 17:54:41 linux-kernel [PATCH 10/21] platform: goldfish: pipe: Move goldfish_pipe to goldfish_pipe_v2
2018-09-14 17:54:39 linux-kernel [PATCH 09/21] platform: goldfish: pipe: Remove the goldfish_pipe_dev global variable
2018-09-14 17:54:03 linux-kernel [PATCH 20/21] platform: goldfish: pipe: Remove redundant casting
2018-09-14 17:54:01 linux-kernel [PATCH 19/21] platform: goldfish: pipe: Add the goldfish_pipe_v1 driver
2018-09-14 17:53:56 linux-kernel [PATCH 18/21] platform: goldfish: pipe: Rename PIPE_REG to PIPE_V2_REG
2018-09-14 17:53:53 linux-kernel [PATCH 17/21] platform: goldfish: pipe: Add a dedicated constant for the device name
2018-09-14 17:53:47 linux-kernel [PATCH 15/21] platform: goldfish: pipe: Rename the init function (add "v2")
2018-09-14 17:53:34 linux-kernel [PATCH 12/21] platform: goldfish: pipe: Return status from "deinit" since "remove" does not do much