LinuxLists
Users
About
Michel Lespinasse (
[email protected]
)
Number of posts: 504 (0.12 per day)
First post: 2009-11-17 07:47:08
Last post: 2021-04-01 20:26:13
Next Page
Date
List
Subject
2021-04-01 20:26:13
linux-kernel
Re: [PATCH] alpha/kernel/traps: Use find_vma_intersection() in traps for setting si_code
2020-10-10 05:49:12
linux-kernel
Re: [PATCH v3 2/2] mmap_lock: add tracepoints around lock acquisition
2020-10-08 07:41:57
linux-kernel
Re: [PATCH v2 2/2] mmap_lock: add tracepoints around lock acquisition
2020-10-08 07:29:36
linux-kernel
Re: [PATCH v2 1/2] tracing: support "bool" type in synthetic trace events
2020-10-03 21:33:00
linux-kernel
Re: [PATCH 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
2020-10-02 09:19:26
linux-kernel
Re: [PATCH 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
2020-10-01 01:11:26
linux-kernel
Re: [PATCH 3/4] mmap locking API: Don't check locking if the mm isn't live yet
2020-10-01 01:08:48
linux-kernel
Re: [PATCH 2/4] binfmt_elf: Take the mmap lock around find_extend_vma()
2020-10-01 01:07:44
linux-kernel
Re: [PATCH 4/4] mm/gup: Assert that the mmap lock is held in __get_user_pages()
2020-10-01 01:07:36
linux-kernel
Re: [PATCH 1/4] mm/gup_benchmark: Take the mmap lock around GUP
2020-08-22 17:31:52
linux-kernel
Re: Lockdep question regarding two-level locks
2020-08-22 17:28:39
linux-kernel
Re: Lockdep question regarding two-level locks
2020-08-22 16:07:14
linux-kernel
Lockdep question regarding two-level locks
2020-08-14 09:31:20
linux-kernel
Re: [PATCH v2 0/2] Try to release mmap_lock temporarily in smaps_rollup
2020-08-14 08:37:02
linux-kernel
Re: [PATCH v2 2/2] mm: proc: smaps_rollup: do not stall write attempts on mmap_lock
2020-08-14 08:31:53
linux-kernel
Re: [PATCH v2 1/2] mmap locking API: add mmap_lock_is_contended()
2020-08-13 09:56:26
linux-kernel
Re: [PATCH v2 0/2] Try to release mmap_lock temporarily in smaps_rollup
2020-06-18 00:04:12
linux-kernel
Re: [PATCH] RISC-V: Acquire mmap lock before invoking walk_page_range
2020-06-17 12:07:31
linux-kernel
Re: [PATCH] openrisc: Fix boot oops when DEBUG_VM is enabled
2020-06-17 06:32:58
linux-kernel
Re: mm lock issue while booting Linux on 5.8-rc1 for RISC-V
2020-06-16 20:50:38
linux-kernel
Re: mm lock issue while booting Linux on 5.8-rc1 for RISC-V
2020-06-16 10:47:17
linux-kernel
Re: mm lock issue while booting Linux on 5.8-rc1 for RISC-V
2020-06-15 04:17:28
linux-kernel
Re: [PATCH] Documentation: fix filesystems/locking.rst malformed table warnings
2020-06-04 09:20:50
linux-kernel
Re: [PATCH v6 10/12] mmap locking API: rename mmap_sem to mmap_lock
2020-06-04 06:00:39
linux-kernel
Re: [PATCH v6 10/12] mmap locking API: rename mmap_sem to mmap_lock
2020-05-21 07:52:59
linux-kernel
Re: [PATCH v6 12/12] mmap locking API: convert mmap_sem comments
2020-05-21 04:53:17
linux-kernel
Re: [PATCH v6 12/12] mmap locking API: convert mmap_sem comments
2020-05-21 04:51:55
linux-kernel
Re: [PATCH v6 05/12] mmap locking API: convert mmap_sem call sites missed by coccinelle
2020-05-20 08:07:16
linux-kernel
Re: [PATCH v5.5 10/10] mmap locking API: rename mmap_sem to mmap_lock
2020-05-20 05:34:53
linux-kernel
[PATCH v6 00/12] Add a new mmap locking API wrapping mmap_sem calls
2020-05-20 05:34:51
linux-kernel
[PATCH v6 10/12] mmap locking API: rename mmap_sem to mmap_lock
2020-05-20 05:34:50
linux-kernel
[PATCH v6 09/12] mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
2020-05-20 05:34:05
linux-kernel
[PATCH v6 12/12] mmap locking API: convert mmap_sem comments
2020-05-20 05:33:05
linux-kernel
[PATCH v6 03/12] DMA reservations: use the new mmap locking API
2020-05-20 05:32:41
linux-kernel
[PATCH v6 07/12] mmap locking API: add mmap_read_trylock_non_owner()
2020-05-20 05:32:05
linux-kernel
[PATCH v6 11/12] mmap locking API: convert mmap_sem API comments
2020-05-20 05:31:58
linux-kernel
[PATCH v6 05/12] mmap locking API: convert mmap_sem call sites missed by coccinelle
2020-05-20 05:31:55
linux-kernel
[PATCH v6 08/12] mmap locking API: add MMAP_LOCK_INITIALIZER
2020-05-20 05:31:50
linux-kernel
[PATCH v6 06/12] mmap locking API: convert nested write lock sites
2020-05-20 05:31:28
linux-kernel
[PATCH v6 04/12] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
2020-05-20 05:31:06
linux-kernel
[PATCH v6 02/12] MMU notifier: use the new mmap locking API
2020-05-20 05:30:58
linux-kernel
[PATCH v6 01/12] mmap locking API: initial implementation as rwsem wrappers
2020-05-20 02:44:11
linux-kernel
Re: [PATCH v5.5 10/10] mmap locking API: rename mmap_sem to mmap_lock
2020-05-19 13:15:06
linux-kernel
Re: [PATCH v5.5 10/10] mmap locking API: rename mmap_sem to mmap_lock
2020-05-19 13:12:44
linux-kernel
Re: [PATCH v5.5 10/10] mmap locking API: rename mmap_sem to mmap_lock
2020-05-19 13:11:17
linux-kernel
Re: [PATCH v5.5 09/10] mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
2020-05-19 12:58:52
linux-kernel
Re: [PATCH v5 08/10] mmap locking API: add MMAP_LOCK_INITIALIZER
2020-05-19 12:56:09
linux-kernel
Re: [PATCH v5 06/10] mmap locking API: convert nested write lock sites
2020-05-16 05:05:41
linux-kernel
Re: [PATCH V2 2/2] rbtree_latch: don't need to check seq when it found a node
2020-05-16 04:29:25
linux-kernel
Re: [PATCH V2 2/2] rbtree_latch: don't need to check seq when it found a node
2020-04-30 07:53:30
linux-kernel
Re: [RFC][PATCH 1/7] rbtree: Add generic add and find helpers