Date |
List |
Subject |
2023-09-25 18:01:42
|
linux-kernel
|
[PATCH v7 03/12] sound: Fix snd_pcm_readv()/writev() to use iov access functions |
2023-09-25 17:16:23
|
linux-kernel
|
[PATCH v7 01/12] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE |
2023-09-25 15:16:23
|
linux-kernel
|
[PATCH v7 11/12] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together |
2023-09-25 15:16:17
|
linux-kernel
|
[PATCH v7 07/12] iov_iter: Convert iterate*() to inline funcs |
2023-09-25 15:15:17
|
linux-kernel
|
[PATCH v7 06/12] iov_iter: Derive user-backedness from the iterator type |
2023-09-25 14:15:24
|
linux-kernel
|
[PATCH v7 12/12] iov_iter, net: Move hash_and_copy_to_iter() to net/ |
2023-09-23 05:16:01
|
linux-kernel
|
[PATCH v6 00/13] iov_iter: Convert the iterator macros into inline funcs |
2023-09-23 04:00:43
|
linux-kernel
|
[PATCH v6 10/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/ |
2023-09-23 01:33:38
|
linux-kernel
|
[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests |
2023-09-23 01:11:40
|
linux-kernel
|
[PATCH v6 12/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together |
2023-09-23 01:06:53
|
linux-kernel
|
[PATCH v6 08/13] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc() |
2023-09-23 00:32:04
|
linux-kernel
|
[PATCH v6 09/13] iov_iter: Add a kernel-type iterator-only iteration function |
2023-09-22 23:53:13
|
linux-kernel
|
[PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC |
2023-09-22 22:17:34
|
linux-kernel
|
[PATCH v6 05/13] iov_iter: Renumber ITER_* constants |
2023-09-22 21:47:58
|
linux-kernel
|
[PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec |
2023-09-22 18:31:49
|
linux-kernel
|
[PATCH v6 03/13] sound: Fix snd_pcm_readv()/writev() to use iov access functions |
2023-09-22 17:33:39
|
linux-kernel
|
[PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests |
2023-09-22 17:08:24
|
linux-kernel
|
Re: [PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs |
2023-09-22 17:07:36
|
linux-kernel
|
[PATCH v6 02/13] iov_iter: Be consistent about the __user tag on copy_mc_to_user() |
2023-09-22 16:55:09
|
linux-kernel
|
[PATCH v3 07/10] iov_iter: Add extract kunit tests for ITER_UBUF and ITER_IOVEC |
2023-09-22 16:43:14
|
linux-kernel
|
Re: [PATCH v5 05/11] iov_iter: Convert iterate*() to inline funcs |
2023-09-22 16:09:54
|
linux-kernel
|
[PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests |
2023-09-22 15:56:44
|
linux-kernel
|
[PATCH v3 08/10] iov_iter: Add benchmarking kunit tests |
2023-09-22 15:43:34
|
linux-kernel
|
[PATCH v6 01/13] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE |
2023-09-22 15:36:21
|
linux-kernel
|
[PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests |
2023-09-22 15:20:49
|
linux-kernel
|
[PATCH v6 13/13] iov_iter, net: Move hash_and_copy_to_iter() to net/ |
2023-09-22 15:08:07
|
linux-kernel
|
[PATCH v6 06/13] iov_iter: Derive user-backedness from the iterator type |
2023-09-22 14:36:51
|
linux-kernel
|
[PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC |
2023-09-22 14:28:39
|
linux-kernel
|
[PATCH v6 04/13] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC |
2023-09-22 14:13:36
|
linux-kernel
|
[PATCH v6 07/13] iov_iter: Convert iterate*() to inline funcs |
2023-09-22 14:05:15
|
linux-kernel
|
[PATCH v6 11/13] iov_iter, net: Fold in csum_and_memcpy() |
2023-09-22 13:34:38
|
linux-kernel
|
[PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers |
2023-09-22 12:43:20
|
linux-kernel
|
[PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking |
2023-09-22 08:44:57
|
linux-kernel
|
Re: [PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions |
2023-09-22 07:49:15
|
linux-kernel
|
[PATCH net v3] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data() |
2023-09-21 13:22:48
|
linux-kernel
|
[PATCH v5 06/11] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc() |
2023-09-21 12:46:16
|
linux-kernel
|
[RFC PATCH v2 3/9] iov_iter: Consolidate the test vector struct in the kunit tests |
2023-09-21 10:24:15
|
linux-kernel
|
[PATCH v5 04/11] iov_iter: Derive user-backedness from the iterator type |
2023-09-21 09:53:18
|
linux-kernel
|
[PATCH v5 05/11] iov_iter: Convert iterate*() to inline funcs |
2023-09-21 09:06:09
|
linux-kernel
|
[PATCH v5 02/11] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC |
2023-09-21 08:34:37
|
linux-kernel
|
[PATCH v5 11/11] iov_iter, net: Move hash_and_copy_to_iter() to net/ |
2023-09-21 07:40:19
|
linux-kernel
|
[PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions |
2023-09-21 06:56:59
|
linux-kernel
|
[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs |
2023-09-21 06:38:57
|
linux-kernel
|
[PATCH v5 10/11] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together |
2023-09-21 04:42:51
|
linux-kernel
|
[PATCH v5 09/11] iov_iter, net: Fold in csum_and_memcpy() |
2023-09-21 02:53:47
|
linux-kernel
|
[PATCH v5 08/11] iov_iter, net: Move csum_and_copy_to/from_iter() to net/ |
2023-09-21 01:45:29
|
linux-kernel
|
[RFC PATCH v2 0/9] iov_iter: kunit: Cleanup, abstraction and more tests |
2023-09-21 00:58:10
|
linux-kernel
|
Re: [RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests |
2023-09-21 00:45:59
|
linux-kernel
|
[PATCH v5 03/11] iov_iter: Renumber ITER_* constants |
2023-09-21 00:42:52
|
linux-kernel
|
[PATCH v5 07/11] iov_iter: Add a kernel-type iterator-only iteration function |
2023-09-21 00:08:33
|
linux-kernel
|
[RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests |