Andreas Kling
fe6b3f99d1
Kernel: Allocate shared memory regions immediately
...
Lazily committed shared memory was not working in situations where one
process would write to the memory and another would only read from it.
Since the reading process would never cause a write fault in the shared
region, we'd never notice that the writing process had added real
physical pages to the VMObject. This happened because the lazily
committed pages were marked "present" in the page table.
This patch solves the issue by always allocating shared memory up front
and not trying to be clever about it.
2021-01-02 16:57:31 +01:00
..
2020-12-31 21:51:00 +01:00
2020-12-31 21:51:00 +01:00
2020-12-31 21:51:00 +01:00
2021-01-02 16:57:31 +01:00
2021-01-02 16:57:31 +01:00
2021-01-01 23:43:44 +01:00
2021-01-01 23:43:44 +01:00
2021-01-01 23:43:44 +01:00
2020-12-31 21:51:00 +01:00
2021-01-01 22:59:48 +01:00
2021-01-02 16:57:31 +01:00
2020-12-12 21:28:12 +01:00
2020-12-31 21:51:00 +01:00
2020-12-31 21:51:00 +01:00
2021-01-02 16:57:31 +01:00
2020-12-21 00:09:48 +01:00
2021-01-02 13:04:30 +01:00
2020-09-25 21:18:17 +02:00
2020-09-25 21:18:17 +02:00
2020-12-27 23:07:44 +01:00
2020-12-30 16:28:27 +01:00
2020-12-30 16:28:27 +01:00
2021-01-01 23:43:44 +01:00
2020-11-30 13:17:02 +01:00
2020-12-14 23:05:53 +01:00
2020-12-27 23:07:44 +01:00
2021-01-02 11:36:48 +01:00
2021-01-01 23:43:44 +01:00
2020-12-18 19:22:26 +01:00
2020-12-31 21:51:00 +01:00
2020-12-26 10:05:50 +01:00
2021-01-02 01:38:43 +01:00
2020-12-16 23:38:17 +01:00
2020-12-16 23:38:17 +01:00
2020-12-16 23:38:17 +01:00
2020-12-19 10:23:12 +01:00
2020-12-31 21:51:00 +01:00
2020-09-25 21:18:17 +02:00
2021-01-02 16:57:31 +01:00
2021-01-02 16:57:31 +01:00
2020-11-30 13:17:02 +01:00
2020-11-30 13:17:02 +01:00
2021-01-02 11:36:48 +01:00
2021-01-02 11:52:19 +01:00
2020-09-25 21:18:17 +02:00
2020-12-12 21:28:12 +01:00
2020-12-27 11:09:30 +01:00
2021-01-01 23:43:44 +01:00
2020-12-12 21:28:12 +01:00
2021-01-02 16:57:31 +01:00
2021-01-01 23:43:44 +01:00
2020-12-27 11:09:30 +01:00
2020-09-13 21:19:15 +02:00
2020-10-02 15:38:07 +02:00
2020-12-22 19:38:25 +01:00
2021-01-01 23:43:44 +01:00
2021-01-01 23:43:44 +01:00
2020-12-30 13:23:17 +01:00
2020-12-21 18:26:12 +01:00
2020-12-21 18:26:12 +01:00
2021-01-01 23:43:44 +01:00
2020-12-26 16:10:04 +01:00
2020-09-22 15:06:40 +02:00
2020-09-15 20:36:45 +02:00
2020-12-30 20:33:53 +01:00
2020-12-30 20:33:53 +01:00
2020-12-31 01:47:41 +01:00
2020-12-16 23:38:17 +01:00