LinuxLists
Users
About
Mike Rapoport (
[email protected]
)
Number of posts: 457 (1.36 per day)
First post: 2016-11-30 07:52:24
Last post: 2017-11-02 05:54:50
Previous Page
/
Next Page
Date
List
Subject
2018-09-05 18:40:22
linux-kernel
Re: [PATCH RESEND] mips: switch to NO_BOOTMEM
2018-09-05 17:22:09
linux-kernel
Re: [RFC PATCH 07/29] memblock: remove _virt from APIs returning virtual address
2018-09-05 16:06:04
linux-kernel
[RFC PATCH 01/29] mips: switch to NO_BOOTMEM
2018-09-05 16:05:53
linux-kernel
[RFC PATCH 00/29] mm: remove bootmem allocator
2018-09-05 16:05:26
linux-kernel
[RFC PATCH 08/29] memblock: replace alloc_bootmem_align with memblock_alloc
2018-09-05 16:05:09
linux-kernel
[RFC PATCH 12/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
2018-09-05 16:04:32
linux-kernel
[RFC PATCH 15/29] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
2018-09-05 16:04:14
linux-kernel
[RFC PATCH 19/29] memblock: replace alloc_bootmem_pages with memblock_alloc
2018-09-05 16:03:59
linux-kernel
[RFC PATCH 14/29] memblock: add align parameter to memblock_alloc_node()
2018-09-05 16:03:55
linux-kernel
[RFC PATCH 21/29] memblock: replace alloc_bootmem with memblock_alloc
2018-09-05 16:03:39
linux-kernel
[RFC PATCH 28/29] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
2018-09-05 16:03:38
linux-kernel
[RFC PATCH 09/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
2018-09-05 16:03:32
linux-kernel
[RFC PATCH 29/29] mm: remove include/linux/bootmem.h
2018-09-05 16:03:30
linux-kernel
[RFC PATCH 25/29] memblock: rename free_all_bootmem to memblock_free_all
2018-09-05 16:03:29
linux-kernel
[RFC PATCH 26/29] memblock: rename __free_pages_bootmem to memblock_free_pages
2018-09-05 16:03:23
linux-kernel
[RFC PATCH 27/29] mm: remove nobootmem
2018-09-05 16:03:08
linux-kernel
[RFC PATCH 24/29] memblock: replace free_bootmem_late with memblock_free_late
2018-09-05 16:03:08
linux-kernel
[RFC PATCH 22/29] mm: nobootmem: remove bootmem allocation APIs
2018-09-05 16:03:08
linux-kernel
[RFC PATCH 23/29] memblock: replace free_bootmem{_node} with memblock_free
2018-09-05 16:03:02
linux-kernel
[RFC PATCH 17/29] memblock: replace alloc_bootmem_node with memblock_alloc_node
2018-09-05 16:02:51
linux-kernel
[RFC PATCH 20/29] memblock: replace __alloc_bootmem with memblock_alloc_from
2018-09-05 16:02:46
linux-kernel
[RFC PATCH 18/29] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
2018-09-05 16:02:44
linux-kernel
[RFC PATCH 16/29] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
2018-09-05 16:02:42
linux-kernel
[RFC PATCH 13/29] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
2018-09-05 16:02:25
linux-kernel
[RFC PATCH 11/29] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
2018-09-05 16:02:22
linux-kernel
[RFC PATCH 06/29] memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
2018-09-05 16:02:20
linux-kernel
[RFC PATCH 10/29] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
2018-09-05 16:02:14
linux-kernel
[RFC PATCH 07/29] memblock: remove _virt from APIs returning virtual address
2018-09-05 16:02:03
linux-kernel
[RFC PATCH 04/29] mm: remove bootmem allocator implementation.
2018-09-05 16:01:44
linux-kernel
[RFC PATCH 05/29] mm: nobootmem: remove dead code
2018-09-05 16:01:39
linux-kernel
[RFC PATCH 02/29] mm: remove CONFIG_NO_BOOTMEM
2018-09-05 16:01:39
linux-kernel
[RFC PATCH 03/29] mm: remove CONFIG_HAVE_MEMBLOCK
2018-09-05 06:40:22
linux-kernel
Re: Plumbers 2018 - Performance and Scalability Microconference
2018-09-03 05:36:39
linux-kernel
[RESEND PATCH v2] alpha: switch to NO_BOOTMEM
2018-09-03 05:14:09
linux-kernel
Re: [PATCH v3 0/3] docs/core-api: add memory allocation guide
2018-08-31 21:19:18
linux-kernel
Re: [PATCH RESEND] mips: switch to NO_BOOTMEM
2018-08-29 07:22:24
linux-kernel
Re: [PATCH RESEND 0/7] switch several architectures NO_BOOTMEM
2018-08-28 06:34:27
linux-kernel
Re: [PATCH 1/2] devres: provide devm_kstrdup_const()
2018-08-28 06:16:48
linux-kernel
Re: [PATCH v2 4/4] userfaultfd: selftest: Cope if shmem doesn't support zeropage
2018-08-27 13:06:44
linux-kernel
Re: [PATCH 2/2] clk: pmc-atom: use devm_kstrdup_const()
2018-08-27 12:54:19
linux-kernel
Re: [PATCH 2/2] clk: pmc-atom: use devm_kstrdup_const()
2018-08-27 10:40:57
linux-kernel
Re: [PATCH 2/2] clk: pmc-atom: use devm_kstrdup_const()
2018-08-27 10:35:29
linux-kernel
Re: [PATCH 1/2] devres: provide devm_kstrdup_const()
2018-08-27 08:01:15
linux-kernel
[PATCH RESEND] mips: switch to NO_BOOTMEM
2018-08-17 14:49:22
linux-kernel
[PATCH v3 3/3] docs: core-api: add memory allocation guide
2018-08-17 14:49:16
linux-kernel
[PATCH v3 0/3] docs/core-api: add memory allocation guide
2018-08-17 14:49:12
linux-kernel
[PATCH v3 2/3] docs: core-api/mm-api: add a lable for GFP flags section
2018-08-17 14:48:53
linux-kernel
[PATCH v3 1/3] docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencing
2018-08-16 18:21:16
linux-kernel
[PATCH v2 3/3] docs: core-api: add memory allocation guide
2018-08-16 18:20:50
linux-kernel
[PATCH v2 2/3] docs: core-api/mm-api: add a lable for GFP flags section
2018-08-16 18:20:20
linux-kernel
[PATCH v2 1/3] docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencing