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-04-01 05:16:21 linux-kernel Re: [PATCH 2/5] sched: factor out code to should_we_balance()
2013-04-01 05:10:35 linux-kernel Re: [PATCH 2/5] sched: factor out code to should_we_balance()
2013-04-01 05:09:20 linux-kernel Re: [PATCH 5/5] sched: limit sched_slice if it is more than sysctl_sched_latency
2013-04-01 04:08:13 linux-kernel Re: [PATCH 4/5] sched: don't consider upper se in sched_slice()
2013-03-28 07:59:59 linux-kernel [PATCH 2/5] sched: factor out code to should_we_balance()
2013-03-28 07:59:43 linux-kernel [PATCH 5/5] sched: limit sched_slice if it is more than sysctl_sched_latency
2013-03-28 07:59:12 linux-kernel [PATCH 3/5] sched: clean-up struct sd_lb_stat
2013-03-28 07:59:11 linux-kernel [PATCH 4/5] sched: don't consider upper se in sched_slice()
2013-03-28 07:59:04 linux-kernel [PATCH 1/5] sched: remove one division operation in find_buiest_queue()
2013-03-28 07:59:02 linux-kernel [PATCH 0/5] optimization, clean-up, correctness about fair.c
2013-03-27 06:13:06 linux-kernel Re: [RT LATENCY] 249 microsecond latency caused by slub's unfreeze_partials() code.
2013-03-27 02:59:11 linux-kernel Re: [RT LATENCY] 249 microsecond latency caused by slub's unfreeze_partials() code.
2013-03-26 06:01:36 linux-kernel [PATCH v2 2/6] sched: explicitly cpu_idle_type checking in rebalance_domains()
2013-03-26 06:01:34 linux-kernel [PATCH v2 3/6] sched: don't consider other cpus in our group in case of NEWLY_IDLE
2013-03-26 06:01:32 linux-kernel [PATCH v2 4/6] sched: move up affinity check to mitigate useless redoing overhead
2013-03-26 06:01:28 linux-kernel [PATCH v2 5/6] sched: rename load_balance_tmpmask to load_balance_mask
2013-03-26 06:01:25 linux-kernel [PATCH v2 6/6] sched: prevent to re-select dst-cpu in load_balance()
2013-03-26 06:00:59 linux-kernel [PATCH v2 1/6] sched: change position of resched_cpu() in load_balance()
2013-03-26 06:00:58 linux-kernel [PATCH v2 0/6] correct load_balance()
2013-03-25 04:11:12 linux-kernel [RFC PATCH 1/6] ARM, TCM: initialize TCM in paging_init(), instead of setup_arch()
2013-03-25 04:11:10 linux-kernel [RFC PATCH 2/6] ARM, crashkernel: use ___alloc_bootmem_node_nopanic() for reserving memory
2013-03-25 04:11:08 linux-kernel [RFC PATCH 6/6] ARM, mm: enable NO_BOOTMEM for default ARM build
2013-03-25 04:11:05 linux-kernel [RFC PATCH 5/6] ARM, mm: change meaning of max_low_pfn to maximum pfn for nobootmem
2013-03-25 04:11:03 linux-kernel [RFC PATCH 3/6] ARM, crashkernel: correct total_mem size in reserve_crashkernel()
2013-03-25 04:10:45 linux-kernel [RFC PATCH 4/6] ARM, mm: don't do arm_bootmem_init() if CONFIG_NO_BOOTMEM
2013-03-25 04:10:36 linux-kernel [RFC PATCH 0/6] ARM: use NO_BOOTMEM on default configuration
2013-03-20 08:13:02 linux-kernel Re: [PATCH 8/8] sched: reset lb_env when redo in load_balance()
2013-03-20 07:43:09 linux-kernel Re: [PATCH 7/8] sched: prevent to re-select dst-cpu in load_balance()
2013-03-20 07:34:37 linux-kernel Re: [PATCH 6/8] sched: rename load_balance_tmpmask to load_balance_cpu_active
2013-03-20 07:33:34 linux-kernel Re: [PATCH 4/8] sched: clean up move_task() and move_one_task()
2013-03-20 06:52:01 linux-kernel Re: [PATCH 3/8] sched: don't consider other cpus in our group in case of NEWLY_IDLE
2013-03-20 06:47:41 linux-kernel Re: [PATCH 2/8] sched: explicitly cpu_idle_type checking in rebalance_domains()
2013-03-19 08:07:07 linux-kernel Re: [PATCH 1/3] mm, nobootmem: fix wrong usage of max_low_pfn
2013-03-19 06:42:33 linux-kernel Re: [PATCH 1/3] mm, nobootmem: fix wrong usage of max_low_pfn
2013-03-19 06:25:05 linux-kernel Re: [PATCH 1/3] mm, nobootmem: fix wrong usage of max_low_pfn
2013-03-19 05:58:21 linux-kernel Re: [PATCH 2/3] mm, nobootmem: clean-up of free_low_memory_core_early()
2013-03-19 05:57:51 linux-kernel Re: [PATCH 3/3] mm, nobootmem: do memset() after memblock_reserve()
2013-03-19 05:50:23 linux-kernel Re: [PATCH 2/3] mm, nobootmem: clean-up of free_low_memory_core_early()
2013-03-19 05:16:06 linux-kernel [PATCH 3/3] mm, nobootmem: do memset() after memblock_reserve()
2013-03-19 05:15:50 linux-kernel [PATCH 2/3] mm, nobootmem: clean-up of free_low_memory_core_early()
2013-03-19 05:15:49 linux-kernel [PATCH 1/3] mm, nobootmem: fix wrong usage of max_low_pfn
2013-03-19 05:11:29 linux-kernel Re: [PATCH 0/8] correct load_balance()
2013-03-19 05:10:27 linux-kernel Re: [PATCH v2 1/3] slub: correct to calculate num of acquired objects in get_partial_node()
2013-03-19 05:04:45 linux-kernel Re: [RFC PATCH] ARM: mm: disable kmap_high_get() for SMP
2013-03-19 05:01:18 linux-kernel [PATCH v2] ARM: mm: clean-up in order to reduce to call kmap_high_get()
2013-03-13 08:08:24 linux-kernel Re: [PATCH] mm: page_alloc: remove branch operation in free_pages_prepare()
2013-03-13 06:35:51 linux-kernel [PATCH v2 2/8] mm, vmalloc: move get_vmalloc_info() to vmalloc.c
2013-03-13 06:35:36 linux-kernel [PATCH v2 1/8] mm, vmalloc: change iterating a vmlist to find_vm_area()
2013-03-13 06:34:51 linux-kernel [PATCH v2 6/8] mm, vmalloc: iterate vmap_area_list, instead of vmlist, in vmallocinfo()
2013-03-13 06:34:32 linux-kernel [PATCH v2 8/8] mm, vmalloc: remove list management of vmlist after initializing vmalloc
2013-03-13 06:33:19 linux-kernel [PATCH v2 7/8] mm, vmalloc: export vmap_area_list, instead of vmlist