LinuxLists
Users
About
Dennis Zhou (
[email protected]
)
Number of posts: 53 (1.51 per day)
First post: 2017-06-19 23:28:49
Last post: 2017-07-25 20:25:08
Next Page
Date
List
Subject
2017-07-25 20:25:08
linux-kernel
[PATCH updated 14/23] percpu: replace area map allocator with bitmap
2017-07-24 23:09:50
linux-kernel
[PATCH v2 01/23] percpu: setup_first_chunk enforce dynamic region must exist
2017-07-24 23:09:38
linux-kernel
[PATCH v2 06/23] percpu: end chunk area maps page aligned for the populated bitmap
2017-07-24 23:09:27
linux-kernel
[PATCH v2 03/23] percpu: remove has_reserved from pcpu_chunk
2017-07-24 23:09:13
linux-kernel
[PATCH v2 08/23] percpu: modify base_addr to be region specific
2017-07-24 23:08:59
linux-kernel
[PATCH v2 07/23] percpu: setup_first_chunk rename schunk/dchunk to chunk
2017-07-24 23:08:46
linux-kernel
[PATCH v2 09/23] percpu: combine percpu address checks
2017-07-24 23:06:36
linux-kernel
[PATCH v2 12/23] percpu: increase minimum percpu allocation size and align first regions
2017-07-24 23:06:24
linux-kernel
[PATCH v2 14/23] percpu: replace area map allocator with bitmap allocator
2017-07-24 23:06:08
linux-kernel
[PATCH v2 17/23] percpu: skip chunks if the alloc does not fit in the contig hint
2017-07-24 23:05:56
linux-kernel
[PATCH v2 13/23] percpu: generalize bitmap (un)populated iterators
2017-07-24 23:05:47
linux-kernel
[PATCH v2 16/23] percpu: add first_bit to keep track of the first free in the bitmap
2017-07-24 23:05:33
linux-kernel
[PATCH v2 15/23] percpu: introduce bitmap metadata blocks
2017-07-24 23:05:22
linux-kernel
[PATCH v2 19/23] percpu: update alloc path to only scan if contig hints are broken
2017-07-24 23:05:10
linux-kernel
[PATCH v2 21/23] percpu: use metadata blocks to update the chunk contig hint
2017-07-24 23:05:00
linux-kernel
[PATCH v2 18/23] percpu: keep track of the best offset for contig hints
2017-07-24 23:04:48
linux-kernel
[PATCH v2 23/23] percpu: update header to contain bitmap allocator explanation.
2017-07-24 23:04:34
linux-kernel
[PATCH v2 20/23] percpu: update free path to take advantage of contig hints
2017-07-24 23:04:22
linux-kernel
[PATCH v2 22/23] percpu: update pcpu_find_block_fit to use an iterator
2017-07-24 23:03:42
linux-kernel
[PATCH v2 11/23] percpu: introduce nr_empty_pop_pages to help empty page accounting
2017-07-24 23:03:29
linux-kernel
[PATCH v2 10/23] percpu: change the number of pages marked in the first_chunk pop bitmap
2017-07-24 23:03:19
linux-kernel
[PATCH v2 05/23] percpu: unify allocation of schunk and dchunk
2017-07-24 23:03:07
linux-kernel
[PATCH v2 04/23] percpu: setup_first_chunk remove dyn_size and consolidate logic
2017-07-24 23:02:55
linux-kernel
[PATCH v2 02/23] percpu: introduce start_offset to pcpu_chunk
2017-07-24 23:02:46
linux-kernel
[PATCH v2 00/23] percpu: replace percpu area map allocator with bitmap allocator
2017-07-24 21:38:02
linux-kernel
Re: [PATCH 09/10] percpu: replace area map allocator with bitmap allocator
2017-07-24 21:15:14
linux-kernel
Re: [PATCH 00/10] percpu: replace percpu area map allocator with bitmap allocator
2017-07-24 20:14:10
linux-kernel
Re: [PATCH 08/10] percpu: change the number of pages marked in the first_chunk bitmaps
2017-07-24 20:09:47
linux-kernel
Re: [PATCH 07/10] percpu: fix misnomer in schunk/dchunk variable names
2017-07-24 20:07:06
linux-kernel
Re: [PATCH 05/10] percpu: change reserved_size to end page aligned
2017-07-19 22:19:17
linux-kernel
Re: [PATCH 09/10] percpu: replace area map allocator with bitmap allocator
2017-07-19 22:13:31
linux-kernel
Re: [PATCH 09/10] percpu: replace area map allocator with bitmap allocator
2017-07-17 19:10:54
linux-kernel
Re: [PATCH 05/10] percpu: change reserved_size to end page aligned
2017-07-16 02:26:44
linux-kernel
[PATCH 00/10] percpu: replace percpu area map allocator with bitmap allocator
2017-07-16 02:26:27
linux-kernel
[PATCH 02/10] percpu: change the format for percpu_stats output
2017-07-16 02:26:12
linux-kernel
[PATCH 04/10] percpu: update the header comment and pcpu_build_alloc_info comments
2017-07-16 02:25:48
linux-kernel
[PATCH 06/10] percpu: modify base_addr to be region specific
2017-07-16 02:25:30
linux-kernel
[PATCH 10/10] percpu: add optimizations on allocation path for the bitmap allocator
2017-07-16 02:24:53
linux-kernel
[PATCH 09/10] percpu: replace area map allocator with bitmap allocator
2017-07-16 02:24:50
linux-kernel
[PATCH 07/10] percpu: fix misnomer in schunk/dchunk variable names
2017-07-16 02:24:48
linux-kernel
[PATCH 08/10] percpu: change the number of pages marked in the first_chunk bitmaps
2017-07-16 02:24:43
linux-kernel
[PATCH 05/10] percpu: change reserved_size to end page aligned
2017-07-16 02:24:40
linux-kernel
[PATCH 03/10] percpu: expose pcpu_nr_empty_pop_pages in pcpu_stats
2017-07-16 02:24:37
linux-kernel
[PATCH 01/10] percpu: pcpu-stats change void buffer to int buffer
2017-07-08 20:33:54
linux-kernel
Re: [PATCH 3/4] percpu: expose statistics about percpu memory via debugfs
2017-06-21 17:53:21
linux-kernel
[PATCH 1/1] percpu: fix early calls for spinlock in pcpu_stats
2017-06-21 16:33:51
linux-kernel
[PATCH 1/1] percpu: resolve err may not be initialized in pcpu_alloc
2017-06-20 19:12:56
linux-kernel
Re: [PATCH 0/4] percpu: add basic stats and tracepoints to percpu allocator
2017-06-19 23:29:25
linux-kernel
[PATCH 2/4] percpu: migrate percpu data structures to internal header
2017-06-19 23:28:54
linux-kernel
[PATCH 4/4] percpu: add tracepoint support for percpu memory
2017-06-19 23:28:53
linux-kernel
[PATCH 3/4] percpu: expose statistics about percpu memory via debugfs