LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
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
2023-11-02 19:02:34
linux-kernel
[PATCH 08/21] binder: keep vma addresses type as unsigned long
2023-11-02 19:02:25
linux-kernel
[PATCH 12/21] binder: separate the no-space debugging logic
2023-11-02 19:02:17
linux-kernel
[PATCH 03/21] binder: fix race between mmput() and do_exit()
2023-11-02 19:02:07
linux-kernel
[PATCH 09/21] binder: split up binder_update_page_range()
2023-11-02 19:01:56
linux-kernel
[PATCH 07/21] binder: remove extern from function prototypes
2023-11-02 19:01:54
linux-kernel
[PATCH 04/21] binder: fix async space check for 0-sized buffers
2023-11-02 19:01:46
linux-kernel
[PATCH 06/21] binder: fix comment on binder_alloc_new_buf() return value
2023-11-02 19:01:45
linux-kernel
[PATCH 00/21] binder: convert alloc->mutex to spinlock
2023-11-01 18:40:39
linux-kernel
Re: [PATCH RFC 20/20] binder: delete the C implementation
2023-11-01 18:35:56
linux-kernel
Re: [PATCH RFC 00/20] Setting up Binder for the future
2023-10-07 23:38:20
linux-kernel
Re: [PATCH v3] binder: add mutex_lock for mmap and NULL when free
2023-09-29 05:10:03
linux-kernel
[PATCH] scripts/decode_stacktrace.sh: optionally use LLVM utilities
2023-09-27 03:27:55
linux-kernel
Re: [PATCH v4 0/2] Avoid spurious freezer wakeups
2023-09-26 16:19:27
linux-kernel
Re: [PATCH v4 0/2] Avoid spurious freezer wakeups
2023-09-23 00:09:01
linux-kernel
[PATCH v2] binder: fix memory leaks of spam and pending work
2023-09-22 12:55:34
linux-kernel
[PATCH] binder: fix memory leak of spamming work
2023-06-25 16:29:48
linux-kernel
Re: [PATCH] binder: fix memory leak in binder_init()
2023-06-15 15:29:57
linux-kernel
Re: [PATCH] ASoC: soc-compress: Fix deadlock in soc_compr_open_fe
2023-06-01 17:41:05
linux-kernel
Re: [PATCH] scripts/tags.sh: improve compiled sources generation
2023-05-20 12:56:53
linux-kernel
Re: [PATCH] binder: fix UAF of alloc->vma in race with munmap()
2023-05-20 12:56:51
linux-kernel
Re: [PATCH] binder: fix UAF of alloc->vma in race with munmap()
2023-05-19 20:28:37
linux-kernel
[PATCH] binder: fix UAF of alloc->vma in race with munmap()
2023-05-18 17:08:20
linux-kernel
Re: [RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
2023-05-05 20:33:34
linux-kernel
[PATCH v2] binder: fix UAF caused by faulty buffer cleanup
2023-05-05 07:02:13
linux-kernel
[PATCH] binder: fix UAF caused by faulty buffer cleanup
2023-05-02 20:20:06
linux-kernel
[PATCH 3/3] binder: add lockless binder_alloc_(set|get)_vma()
2023-05-02 20:19:13
linux-kernel
[PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
2023-05-02 20:18:52
linux-kernel
[PATCH 1/3] Revert "binder_alloc: add missing mmap_lock calls when using the VMA"