Carlos Llamas ([email protected])

Number of posts: 255 (0.22 per day)
First post: 2021-04-16 19:56:00
Last post: 2024-06-14 23:18:02

Date List Subject
2024-01-18 19:29:22 linux-kernel Re: [PATCH v2 03/28] binder: fix race between mmput() and do_exit()
2024-01-16 19:33:01 linux-kernel [PATCH v2] binder: remove redundant variable page_addr
2024-01-09 20:15:22 linux-kernel Re: [PATCH] scripts/decode_stacktrace.sh: optionally use LLVM utilities
2024-01-06 16:35:49 linux-kernel Re: [PATCH] android: removed duplicate linux/errno
2024-01-06 16:30:20 linux-kernel Re: [PATCH][next] binder: remove redundant variable page_addr
2024-01-04 17:32:00 linux-kernel Re: [PATCH v2 2/3] binder: Use of hlist_count_nodes()
2024-01-04 17:30:23 linux-kernel Re: [PATCH v2 1/3] list: Add hlist_count_nodes()
2024-01-04 17:24:04 linux-kernel Re: [PATCH] android: removed asm-generic/errno-base.h
2024-01-04 15:10:01 linux-kernel Re: [PATCH] android: removed asm-generic/errno-base.h
2023-12-19 01:17:01 linux-kernel Re: [PATCH] scripts/decode_stacktrace.sh: optionally use LLVM utilities
2023-12-19 00:00:14 linux-kernel Re: [PATCH] scripts/decode_stacktrace.sh: optionally use LLVM utilities
2023-12-08 15:35:28 linux-kernel Re: [PATCH] binder: use enum for binder ioctls
2023-12-07 16:32:53 linux-kernel Re: linux-next: manual merge of the char-misc tree with the mm tree
2023-12-05 23:16:36 linux-kernel Re: [PATCH] android: binder: fix a kernel-doc enum warning
2023-12-04 15:02:36 linux-kernel Re: [PATCH v2 27/28] binder: reverse locking order in shrinker callback
2023-12-04 14:53:57 linux-kernel Re: [PATCH v2 23/28] binder: document the final page calculation
2023-12-04 14:47:08 linux-kernel Re: [PATCH v2 27/28] binder: reverse locking order in shrinker callback
2023-12-04 14:39:27 linux-kernel Re: [PATCH v2 23/28] binder: document the final page calculation
2023-12-04 14:23:47 linux-kernel Re: [PATCH v2 11/28] binder: do unlocked work in binder_alloc_new_buf()
2023-12-01 17:26:27 linux-kernel [PATCH v2 22/28] binder: rename lru shrinker utilities
2023-12-01 17:26:15 linux-kernel [PATCH v2 28/28] binder: switch alloc->mutex to spinlock_t
2023-12-01 17:25:25 linux-kernel [PATCH v2 24/28] binder: collapse print_binder_buffer() into caller
2023-12-01 17:25:22 linux-kernel [PATCH v2 27/28] binder: reverse locking order in shrinker callback
2023-12-01 17:25:22 linux-kernel [PATCH v2 26/28] binder: avoid user addresses in debug logs
2023-12-01 17:25:17 linux-kernel [PATCH v2 25/28] binder: refactor binder_delete_free_buffer()
2023-12-01 17:25:06 linux-kernel [PATCH v2 23/28] binder: document the final page calculation
2023-12-01 17:25:05 linux-kernel [PATCH v2 21/28] binder: make oversized buffer code more readable
2023-12-01 17:24:48 linux-kernel [PATCH v2 19/28] binder: perform page installation outside of locks
2023-12-01 17:24:42 linux-kernel [PATCH v2 20/28] binder: remove redundant debug log
2023-12-01 17:24:36 linux-kernel [PATCH v2 18/28] binder: initialize lru pages in mmap callback
2023-12-01 17:24:31 linux-kernel [PATCH v2 17/28] binder: malloc new_buffer outside of locks
2023-12-01 17:24:17 linux-kernel [PATCH v2 15/28] binder: relocate binder_alloc_clear_buf()
2023-12-01 17:24:17 linux-kernel [PATCH v2 16/28] binder: refactor page range allocation
2023-12-01 17:24:03 linux-kernel [PATCH v2 14/28] binder: relocate low space calculation
2023-12-01 17:23:59 linux-kernel [PATCH v2 13/28] binder: separate the no-space debugging logic
2023-12-01 17:23:57 linux-kernel [PATCH v2 12/28] binder: remove pid param in binder_alloc_new_buf()
2023-12-01 17:23:44 linux-kernel [PATCH v2 11/28] binder: do unlocked work in binder_alloc_new_buf()
2023-12-01 17:23:41 linux-kernel [PATCH v2 10/28] binder: split up binder_update_page_range()
2023-12-01 17:23:34 linux-kernel [PATCH v2 09/28] binder: keep vma addresses type as unsigned long
2023-12-01 17:23:25 linux-kernel [PATCH v2 08/28] binder: remove extern from function prototypes
2023-12-01 17:23:22 linux-kernel [PATCH v2 07/28] binder: fix comment on binder_alloc_new_buf() return value
2023-12-01 17:23:13 linux-kernel [PATCH v2 06/28] binder: fix trivial typo of binder_free_buf_locked()
2023-12-01 17:23:10 linux-kernel [PATCH v2 03/28] binder: fix race between mmput() and do_exit()
2023-12-01 17:23:04 linux-kernel [PATCH v2 05/28] binder: fix unused alloc->free_async_space
2023-12-01 17:23:00 linux-kernel [PATCH v2 04/28] binder: fix async space check for 0-sized buffers
2023-12-01 17:22:54 linux-kernel [PATCH v2 01/28] binder: use EPOLLERR from eventpoll.h
2023-12-01 17:22:53 linux-kernel [PATCH v2 02/28] binder: fix use-after-free in shinker's callback
2023-12-01 17:22:44 linux-kernel [PATCH v2 00/28] binder: convert alloc->mutex to spinlock
2023-12-01 07:46:47 linux-kernel Re: [PATCH 21/21] binder: switch alloc->mutex to spinlock_t
2023-12-01 07:42:34 linux-kernel Re: [PATCH 20/21] binder: reverse locking order in shrinker callback
2023-12-01 07:39:35 linux-kernel Re: [PATCH 19/21] binder: perform page allocation outside of locks