messages from 2010-03-27 00:18:59 to 2010-03-31 02:20:09 UTC [more...]
[PATCH -v11 00/33] use lmb with x86
2010-03-31 2:17 UTC (26+ messages)
` [PATCH 02/33] lmb: Move lmb.c to mm/
` [PATCH 03/33] lmb: Seperate region array from lmb_region struct
` [PATCH 04/33] lmb: Seperate __lmb_find_base() from __lmb_alloc_base()
` [PATCH 05/33] lmb: Add lmb_find_area()
` [PATCH 06/33] lmb: Add lmb_reserve_area/lmb_free_area
` [PATCH 08/33] lmb: Add lmb_to_bootmem()
` [PATCH 09/33] lmb: Add get_free_all_memory_range()
` [PATCH 10/33] lmb: Add lmb_register_active_regions() and lmb_hole_size()
` [PATCH 11/33] lmb: Prepare to include linux/lmb.h in core file
` [PATCH 12/33] lmb: Add find_memory_core_early()
` [PATCH 13/33] lmb: Add lmb_find_area_node()
` [PATCH 15/33] lmb: Add lmb_memory_size()
` [PATCH 17/33] lmb: Use lmb_debug to control debug message print out
` [PATCH 20/33] x86, lmb: Add lmb_find_area_size()
` [PATCH 22/33] x86: Use lmb to replace early_res
` [PATCH 24/33] nobootmem: use lmb.default_alloc_limit in alloc_bootmem path
` [PATCH 25/33] x86, lmb: turn off ARCH_LMB_FIND_AREA
` [PATCH 26/33] x86: Remove not used early_res code
` [PATCH 28/33] x86: Align e820 ram range to page
` [PATCH 29/33] x86: Use wake_system_ram_range instead of e820_any_mapped in agp path
` [PATCH 30/33] x86: Add get_centaur_ram_top()
` [PATCH 31/33] x86: Change e820_any_mapped() to __init
` [PATCH 32/33] x86: Use walk_system_ream_range() instead of referring e820.map directly for tboot
[PATCH -v9 00/31] use lmb with x86
2010-03-30 22:42 UTC (104+ messages)
` [PATCH 01/31] x86: Make smp_locks end with page alignment
` [PATCH 02/31] x86: Make sure free_init_pages() free pages in boundary
` [PATCH 03/31] x86: Do not free zero sized per cpu areas
` [PATCH 04/31] lmb: Move lmb.c to mm/
` [PATCH 05/31] lmb: Seperate region array from lmb_region struct
` [PATCH 06/31] lmb: Add find_lmb_area()
` [PATCH 07/31] lmb: Add reserve_lmb/free_lmb
` [PATCH 08/31] lmb: Add find_lmb_area_size()
` [PATCH 09/31] bootmem, x86: Add weak version of reserve_bootmem_generic
` [PATCH 10/31] lmb: Add lmb_to_bootmem()
` [PATCH 11/31] lmb: Add get_free_all_memory_range()
` [PATCH 12/31] lmb: Add lmb_register_active_regions() and lmb_hole_size()
` [PATCH 13/31] lmb: Prepare to include linux/lmb.h in core file
` [PATCH 14/31] lmb: Add find_memory_core_early()
` [PATCH 15/31] lmb: Add find_lmb_area_node()
` [PATCH 16/31] lmb: Add lmb_free_memory_size()
` [PATCH 17/31] lmb: Add lmb_memory_size()
` [PATCH 18/31] lmb: Add reserve_lmb_overlap_ok()
` [PATCH 19/31] lmb: Use lmb_debug to control debug message print out
` [PATCH 20/31] lmb: Add __NOT_KEEP_LMB to put lmb code to .init
` [PATCH 21/31] x86: Add sanitize_e820_map()
` [PATCH 22/31] x86: Use lmb to replace early_res
` [PATCH 23/31] x86: Replace e820_/_early string with lmb_
` [PATCH 24/31] x86: Remove not used early_res code
` [PATCH 25/31] x86, lmb: Use lmb_memory_size()/lmb_free_memory_size() to get correct dma_reserve
` [PATCH 26/31] x86: Align e820 ram range to page
` [PATCH 27/31] x86: Use wake_system_ram_range instead of e820_any_mapped in agp path
` [PATCH 28/31] x86: Add get_centaur_ram_top()
` [PATCH 29/31] x86: Make e820_any_mapped to __init
` [PATCH 30/31] x86: Use walk_system_ream_range()instead of e820.map directly
` [PATCH 31/31] x86: make e820 to be __initdata
[PATCH -v10 00/29] use lmb with x86
2010-03-30 11:20 UTC (60+ messages)
` [PATCH 01/29] x86: Make e820_remove_range to handle all covered case
` [PATCH 02/29] lmb: Move lmb.c to mm/
` [PATCH 03/29] lmb: Seperate region array from lmb_region struct
` [PATCH 04/29] lmb: Add lmb_find_area()
` [PATCH 05/29] lmb: Add lmb_reserve_area/lmb_free_area
` [PATCH 06/29] bootmem, x86: Add weak version of reserve_bootmem_generic
` [PATCH 07/29] lmb: Add lmb_to_bootmem()
` [PATCH 08/29] lmb: Add get_free_all_memory_range()
` [PATCH 09/29] lmb: Add lmb_register_active_regions() and lmb_hole_size()
` [PATCH 10/29] lmb: Prepare to include linux/lmb.h in core file
` [PATCH 11/29] lmb: Add find_memory_core_early()
` [PATCH 12/29] lmb: Add lmb_find_area_node()
` [PATCH 13/29] lmb: Add lmb_free_memory_size()
` [PATCH 14/29] lmb: Add lmb_memory_size()
` [PATCH 15/29] lmb: Add lmb_reserve_area_overlap_ok()
` [PATCH 16/29] lmb: Use lmb_debug to control debug message print out
` [PATCH 17/29] lmb: Add ARCH_DISCARD_LMB to put lmb code to .init
` [PATCH 18/29] x86: Add sanitize_e820_map()
` [PATCH 19/29] lmb: Add lmb_find_area_size()
` [PATCH 20/29] x86: Use lmb to replace early_res
` [PATCH 21/29] x86: Replace e820_/_early string with lmb_
` [PATCH 22/29] x86: Remove not used early_res code
` [PATCH 23/29] x86, lmb: Use lmb_memory_size()/lmb_free_memory_size() to get correct dma_reserve
` [PATCH 24/29] x86: Align e820 ram range to page
` [PATCH 25/29] x86: Use wake_system_ram_range instead of e820_any_mapped in agp path
` [PATCH 26/29] x86: Add get_centaur_ram_top()
` [PATCH 27/29] x86: Make e820_any_mapped to __init
` [PATCH 28/29] x86: Use walk_system_ream_range()instead of referring e820.map directly for tboot
` [PATCH 29/29] x86: make e820 to be __initdata
[patch 0/2] Run interrupt handlers always with interrupts disabled
2010-03-30 5:33 UTC (5+ messages)
` [patch 1/2] genirq: Run irq handlers "
[PATCH -v8 00/24] use lmb with x86
2010-03-29 0:41 UTC (16+ messages)
` [PATCH 02/24] x86: Make sure free_init_pages() free pages in boundary
` [PATCH -v3] "
` [patch v5] x86: page-alin initrd area size
` [PATCH 03/24] x86: Do not free zero sized per cpu areas
` [PATCH -v8] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).