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
2013-08-23 06:40:34 linux-kernel Re: [PATCH 02/16] slab: change return type of kmem_getpages() to struct page
2013-08-23 06:35:30 linux-kernel Re: [PATCH 00/16] slab: overload struct slab over struct page to reduce memory usage
2013-08-23 06:16:44 linux-kernel Re: [PATCH v2 12/20] mm, hugetlb: remove vma_has_reserves()
2013-08-23 04:51:45 linux-kernel Re: [PATCH 02/10] sched: Factor out code to should_we_balance()
2013-08-22 09:17:42 linux-kernel Re: [PATCH v2 12/20] mm, hugetlb: remove vma_has_reserves()
2013-08-22 08:51:19 linux-kernel [PATCH 07/16] slab: overloading the RCU head over the LRU for RCU free
2013-08-22 08:51:17 linux-kernel [PATCH 08/16] slab: use well-defined macro, virt_to_slab()
2013-08-22 08:51:16 linux-kernel [PATCH 09/16] slab: use __GFP_COMP flag for allocating slab pages
2013-08-22 08:50:18 linux-kernel [PATCH 10/16] slab: change the management method of free objects of the slab
2013-08-22 08:50:16 linux-kernel [PATCH 11/16] slab: remove kmem_bufctl_t
2013-08-22 08:49:29 linux-kernel [PATCH 12/16] slab: remove SLAB_LIMIT
2013-08-22 08:49:27 linux-kernel [PATCH 13/16] slab: replace free and inuse in struct slab with newly introduced active
2013-08-22 08:48:12 linux-kernel [PATCH 14/16] slab: use struct page for slab management
2013-08-22 08:48:10 linux-kernel [PATCH 15/16] slab: remove useless statement for checking pfmemalloc
2013-08-22 08:47:47 linux-kernel [PATCH 16/16] slab: rename slab_bufctl to slab_freelist
2013-08-22 08:44:34 linux-kernel [PATCH 06/16] slab: put forward freeing slab management object
2013-08-22 08:44:33 linux-kernel [PATCH 00/16] slab: overload struct slab over struct page to reduce memory usage
2013-08-22 08:44:32 linux-kernel [PATCH 01/16] slab: correct pfmemalloc check
2013-08-22 08:44:30 linux-kernel [PATCH 03/16] slab: remove colouroff in struct slab
2013-08-22 08:44:29 linux-kernel [PATCH 02/16] slab: change return type of kmem_getpages() to struct page
2013-08-22 08:44:26 linux-kernel [PATCH 04/16] slab: remove nodeid in struct slab
2013-08-22 08:44:24 linux-kernel [PATCH 05/16] slab: remove cachep in struct slab_rcu
2013-08-22 07:47:48 linux-kernel Re: [PATCH v2 03/20] mm, hugetlb: fix subpool accounting handling
2013-08-22 07:25:50 linux-kernel Re: [PATCH v2 11/20] mm, hugetlb: make vma_resv_map() works for all mapping type
2013-08-22 07:24:45 linux-kernel Re: [PATCH v2 10/20] mm, hugetlb: remove resv_map_put()
2013-08-22 06:59:14 linux-kernel Re: [PATCH v2 09/20] mm, hugetlb: protect region tracking via newly introduced resv_map lock
2013-08-22 06:56:07 linux-kernel Re: [PATCH v2 07/20] mm, hugetlb: unify region structure handling
2013-08-22 06:53:28 linux-kernel Re: [PATCH v2 07/20] mm, hugetlb: unify region structure handling
2013-08-22 06:51:52 linux-kernel Re: [PATCH v2 06/20] mm, hugetlb: return a reserved page to a reserved pool if failed
2013-08-22 06:50:33 linux-kernel Re: [PATCH v2 03/20] mm, hugetlb: fix subpool accounting handling
2013-08-21 02:20:04 linux-kernel Re: [PATCH 04/10] sched, fair: Shrink sg_lb_stats and play memset games
2013-08-21 02:09:24 linux-kernel Re: [PATCH 00/10] Various load-balance cleanups/optimizations -v2
2013-08-21 02:08:30 linux-kernel Re: [PATCH 04/10] sched, fair: Shrink sg_lb_stats and play memset games
2013-08-13 07:45:32 linux-kernel Re: [PATCH v2 09/20] mm, hugetlb: protect region tracking via newly introduced resv_map lock
2013-08-09 09:37:30 linux-kernel Re: [PATCH 17/18] mm, hugetlb: retry if we fail to allocate a hugepage with use_reserve
2013-08-09 09:32:58 linux-kernel [PATCH v2 03/20] mm, hugetlb: fix subpool accounting handling
2013-08-09 09:32:45 linux-kernel [PATCH v2 02/20] mm, hugetlb: change variable name reservations to resv
2013-08-09 09:32:30 linux-kernel [PATCH v2 04/20] mm, hugetlb: remove useless check about mapping type
2013-08-09 09:32:06 linux-kernel [PATCH v2 05/20] mm, hugetlb: grab a page_table_lock after page_cache_release
2013-08-09 09:30:41 linux-kernel [PATCH v2 08/20] mm, hugetlb: region manipulation functions take resv_map rather list_head
2013-08-09 09:30:40 linux-kernel [PATCH v2 07/20] mm, hugetlb: unify region structure handling
2013-08-09 09:30:39 linux-kernel [PATCH v2 09/20] mm, hugetlb: protect region tracking via newly introduced resv_map lock
2013-08-09 09:30:13 linux-kernel [PATCH v2 10/20] mm, hugetlb: remove resv_map_put()
2013-08-09 09:29:53 linux-kernel [PATCH v2 11/20] mm, hugetlb: make vma_resv_map() works for all mapping type
2013-08-09 09:28:56 linux-kernel [PATCH v2 13/20] mm, hugetlb: mm, hugetlb: unify chg and avoid_reserve to use_reserve
2013-08-09 09:28:55 linux-kernel [PATCH v2 14/20] mm, hugetlb: call vma_needs_reservation before entering alloc_huge_page()
2013-08-09 09:28:53 linux-kernel [PATCH v2 15/20] mm, hugetlb: remove a check for return value of alloc_huge_page()
2013-08-09 09:28:51 linux-kernel [PATCH v2 16/20] mm, hugetlb: move down outside_reserve check
2013-08-09 09:27:33 linux-kernel [PATCH v2 20/20] mm, hugetlb: remove a hugetlb_instantiation_mutex
2013-08-09 09:27:31 linux-kernel [PATCH v2 17/20] mm, hugetlb: move up anon_vma_prepare()
2013-08-09 09:27:28 linux-kernel [PATCH v2 19/20] mm, hugetlb: retry if failed to allocate and there is concurrent user