Carlos Llamas ([email protected])

Number of posts: 232 (0.21 per day)
First post: 2021-04-16 19:56:00
Last post: 2024-04-22 23:01:56

Date List Subject
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
2023-12-01 07:21:40 linux-kernel Re: [PATCH 17/21] binder: malloc new_buffer outside of locks
2023-12-01 07:19:20 linux-kernel Re: [PATCH 16/21] binder: refactor page range allocation
2023-12-01 07:16:21 linux-kernel Re: [PATCH 14/21] binder: do not add pages to LRU in release path
2023-12-01 07:12:31 linux-kernel Re: [PATCH 13/21] binder: relocate low space calculation
2023-12-01 07:11:11 linux-kernel Re: [PATCH 10/21] binder: do unlocked work in binder_alloc_new_buf()
2023-12-01 07:03:42 linux-kernel Re: [PATCH 09/21] binder: split up binder_update_page_range()
2023-12-01 07:02:42 linux-kernel Re: [PATCH 08/21] binder: keep vma addresses type as unsigned long
2023-12-01 06:52:29 linux-kernel Re: [PATCH 05/21] binder: fix trivial typo of binder_free_buf_locked()
2023-11-02 20:10:40 linux-kernel Re: [PATCH 02/21] binder: fix use-after-free in shinker's callback
2023-11-02 19:03:43 linux-kernel [PATCH 15/21] binder: relocate binder_alloc_clear_buf()
2023-11-02 19:03:34 linux-kernel [PATCH 21/21] binder: switch alloc->mutex to spinlock_t
2023-11-02 19:03:32 linux-kernel [PATCH 18/21] binder: initialize lru pages in mmap callback
2023-11-02 19:03:31 linux-kernel [PATCH 14/21] binder: do not add pages to LRU in release path
2023-11-02 19:03:29 linux-kernel [PATCH 20/21] binder: reverse locking order in shrinker callback
2023-11-02 19:03:26 linux-kernel [PATCH 19/21] binder: perform page allocation outside of locks
2023-11-02 19:03:22 linux-kernel [PATCH 16/21] binder: refactor page range allocation
2023-11-02 19:03:09 linux-kernel [PATCH 13/21] binder: relocate low space calculation
2023-11-02 19:03:04 linux-kernel [PATCH 10/21] binder: do unlocked work in binder_alloc_new_buf()
2023-11-02 19:03:03 linux-kernel [PATCH 11/21] binder: remove pid param in binder_alloc_new_buf()
2023-11-02 19:03:02 linux-kernel [PATCH 17/21] binder: malloc new_buffer outside of locks
2023-11-02 19:02:49 linux-kernel [PATCH 05/21] binder: fix trivial typo of binder_free_buf_locked()
2023-11-02 19:02:39 linux-kernel [PATCH 02/21] binder: fix use-after-free in shinker's callback
2023-11-02 19:02:39 linux-kernel [PATCH 01/21] binder: use EPOLLERR from eventpoll.h