Joonsoo Kim ([email protected])

Number of posts: 1081 (0.63 per day)
First post: 2013-03-04 04:49:15
Last post: 2017-11-08 07:55:58

Date List Subject
2014-10-24 05:24:52 linux-kernel Re: [PATCH 0/4] (CMA_AGGRESSIVE) Make CMA memory be more aggressive about allocation
2014-10-24 04:55:29 linux-kernel Re: [RFC 0/4] [RFC] slub: Fastpath optimization (especially for RT)
2014-10-24 02:59:06 linux-kernel Re: + mm-compaction-avoid-premature-range-skip-in-isolate_migratepages_range.patch added to -mm tree
2014-10-24 02:52:24 linux-kernel Re: [PATCH 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary
2014-10-24 02:49:13 linux-kernel Re: [PATCH 1/4] mm: cma: Don't crash on allocation if CMA area can't be activated
2014-10-23 08:14:53 linux-kernel [PATCH v4 1/4] mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype
2014-10-23 08:14:50 linux-kernel [PATCH v4 2/4] mm/page_alloc: add freepage on isolate pageblock to correct buddy list
2014-10-23 08:14:48 linux-kernel Re: + mm-compaction-avoid-premature-range-skip-in-isolate_migratepages_range.patch added to -mm tree
2014-10-23 08:10:04 linux-kernel [PATCH v4 3/4] mm/page_alloc: move migratetype recheck logic to __free_one_page()
2014-10-23 08:09:58 linux-kernel [PATCH v4 4/4] mm/page_alloc: restrict max order of merging on isolated pageblock
2014-10-23 08:09:33 linux-kernel [PATCH v4 0/4] fix freepage count problems in memory isolation
2014-10-23 08:08:51 linux-kernel Re: [RFC 0/4] [RFC] slub: Fastpath optimization (especially for RT)
2014-10-14 05:16:15 linux-kernel [PATCH v5] zsmalloc: merge size_class to reduce fragmentation
2014-10-14 05:15:34 linux-kernel Re: [PATCH v4] zsmalloc: merge size_class to reduce fragmentation
2014-10-14 02:26:06 linux-kernel [PATCH] mm/compaction: avoid premature range skip in isolate_migratepages_range
2014-10-14 00:14:30 linux-kernel Re: unaligned accesses in SLAB etc.
2014-10-13 23:51:56 linux-kernel Re: unaligned accesses in SLAB etc.
2014-10-13 05:58:31 linux-kernel [PATCH for v3.18-rc1] mm/slab: fix unaligned access on sparc64
2014-10-08 02:31:46 linux-kernel Re: [RFC PATCH 1/2] mm/afmalloc: introduce anti-fragmentation memory allocator
2014-10-02 05:47:11 linux-kernel Re: [RFC PATCH 1/2] mm/afmalloc: introduce anti-fragmentation memory allocator
2014-10-02 05:39:42 linux-kernel Re: [PATCH v4] zsmalloc: merge size_class to reduce fragmentation
2014-10-02 05:35:36 linux-kernel Re: [mm/slab] BUG: unable to handle kernel paging request at 00010023
2014-10-02 05:30:43 linux-kernel Re: [REGRESSION] [FIXED] [PATCH 1/3] mm/slab: use percpu allocator for cpu cache
2014-09-15 01:10:18 linux-ext4 Re: [PATCHv4 0/3] new APIs to allocate buffer-cache with user specific flag
2014-09-05 07:31:58 linux-ext4 Re: [PATCHv4 0/3] new APIs to allocate buffer-cache with user specific flag
2014-09-05 01:48:09 linux-ext4 Re: [PATCHv4 0/3] new APIs to allocate buffer-cache with user specific flag
2014-08-01 08:34:46 linux-ext4 Re: [PATCH 0/2] new API to allocate buffer-cache for superblock in non-movable area
2014-07-30 08:32:30 linux-kernel Re: [PATCH v5 14/14] mm, compaction: try to capture the just-created high-order freepage
2014-07-29 08:20:26 linux-kernel Re: [PATCH v5 07/14] mm, compaction: khugepaged should not give up due to need_resched()
2014-07-29 07:28:14 linux-kernel Re: [PATCH v5 14/14] mm, compaction: try to capture the just-created high-order freepage
2014-07-29 06:46:39 linux-kernel Re: [PATCH v5 07/14] mm, compaction: khugepaged should not give up due to need_resched()
2014-07-29 06:31:54 linux-kernel Re: [PATCH v5 02/14] mm, compaction: defer each zone individually instead of preferred zone
2014-07-17 06:06:03 linux-kernel Re: [PATCH 00/10] fix freepage count problems due to memory isolation
2014-07-16 08:37:48 linux-kernel Re: [PATCH 00/10] fix freepage count problems due to memory isolation
2014-07-15 08:22:35 linux-kernel Re: [PATCH 00/10] fix freepage count problems due to memory isolation
2014-07-15 08:12:59 linux-kernel Re: [RFC/PATCH RESEND -next 14/21] mm: slub: kasan: disable kasan when touching unaccessible memory
2014-07-15 06:06:22 linux-kernel Re: [RFC/PATCH RESEND -next 20/21] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
2014-07-15 06:03:38 linux-kernel Re: [RFC/PATCH RESEND -next 15/21] mm: slub: add kernel address sanitizer hooks to slub allocator
2014-07-15 05:58:10 linux-kernel Re: [RFC/PATCH RESEND -next 14/21] mm: slub: kasan: disable kasan when touching unaccessible memory
2014-07-15 05:47:45 linux-kernel Re: [RFC/PATCH RESEND -next 10/21] mm: slab: share virt_to_cache() between slab and slub
2014-07-15 05:47:01 linux-kernel Re: [RFC/PATCH RESEND -next 08/21] mm: page_alloc: add kasan hooks on alloc and free pathes
2014-07-14 06:56:39 linux-kernel Re: [PATCH] [RFC] CMA: clear buffer-head lru before page migration
2014-07-14 06:28:22 linux-kernel Re: [PATCH 08/10] mm/page_alloc: use get_onbuddy_migratetype() to get buddy list type
2014-07-14 06:23:09 linux-kernel Re: [PATCH 05/10] mm/page_alloc: optimize and unify pageblock migratetype check in free path
2014-07-14 06:18:35 linux-kernel Re: [PATCH 03/10] mm/page_alloc: handle page on pcp correctly if it's pageblock is isolated
2014-07-14 06:16:43 linux-kernel Re: [PATCH 00/10] fix freepage count problems due to memory isolation
2014-07-07 04:59:49 linux-kernel [PATCH] slab: fix oops when reading /proc/slab_allocators
2014-07-07 04:53:30 linux-kernel Re: [PATCH 01/10] mm/page_alloc: remove unlikely macro on free_one_page()
2014-07-07 04:44:09 linux-kernel Re: [PATCH 00/10] fix freepage count problems due to memory isolation
2014-07-04 08:09:21 linux-kernel [PATCH 03/10] mm/page_alloc: handle page on pcp correctly if it's pageblock is isolated
2014-07-04 08:07:52 linux-kernel [PATCH 01/10] mm/page_alloc: remove unlikely macro on free_one_page()