messages from 2011-07-08 14:28:35 to 2011-07-26 15:35:47 UTC [more...]
[PATCHSET tip:x86/memblock] memblock: Kill early_node_map[]
2011-07-26 15:35 UTC (8+ messages)
` [PATCH 01/23] memblock: Make memblock_overlaps_region() static
` [PATCH 02/23] memblock: Make memblock_{add|remove|free|reserve}() return int and update prototypes
` [PATCH 03/23] memblock: Use memblock_reserve() in memblock internal functions
[PATCH/RFC 0/8] ARM: DMA-mapping framework redesign
2011-07-26 12:56 UTC (13+ messages)
` [PATCH 1/8] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCH 3/8] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
[merged] arch-x86-include-asm-delayh-fix-udelay-and-ndelay-for-8-bit-args.patch removed from -mm tree
2011-07-25 19:04 UTC
Ticket Number (7PWYZ2011)
2011-07-25 14:25 UTC
Cross Memory Attach v3
2011-07-25 7:11 UTC (9+ messages)
[GIT PULL] OpenRISC architecture
2011-07-24 12:36 UTC (4+ messages)
pick up the $5000.00USD
2011-07-23 20:16 UTC
I am Mr. chen from the bank of china.I have a business proposal worth $50million USD. Get back to me on (chen-guan009@w.cn) for more details
2011-07-22 21:56 UTC
+ cross-memory-attach-v3.patch added to -mm tree
2011-07-21 22:09 UTC (2+ messages)
[tip:x86/vdso] clocksource: Replace vread with generic arch data
2011-07-21 21:42 UTC (8+ messages)
AWARD WINNER
2011-07-20 16:46 UTC
[RFC v1] implement SL*B and stack usercopy runtime checks
2011-07-19 7:40 UTC (14+ messages)
` [RFC v2] "
` [kernel-hardening] "
current_thread_info() vs task_thread_info(current)
2011-07-19 3:46 UTC (13+ messages)
(unknown),
2011-07-18 17:44 UTC
linux-next: manual merge of the akpm tree with the openrisc tree
2011-07-18 14:05 UTC (3+ messages)
` [PATCH 1/1] asm-generic: delay.h fix udelay and ndelay for 8 bit args
(unknown),
2011-07-17 15:49 UTC
[PATCH v3 00/19] OpenRISC Architecture
2011-07-17 15:08 UTC (35+ messages)
` [PATCH v3 01/19] OpenRISC: Boot code
` [PATCH v3 02/19] OpenRISC: Device tree
` [PATCH v3 03/19] OpenRISC: Memory management
` [PATCH v3 04/19] OpenRISC: Signal handling
` [PATCH v3 05/19] OpenRISC: Build infrastructure
` [PATCH v3 06/19] OpenRISC: PTrace
` [PATCH v3 07/19] OpenRISC: DMA
` [PATCH v3 08/19] OpenRISC: Timekeeping
` [PATCH v3 09/19] OpenRISC: IRQ
` [PATCH v3 10/19] OpenRISC: System calls
` [PATCH v3 11/19] OpenRISC: Idle/Power management
` [PATCH v3 12/19] OpenRISC: Scheduling/Process management
` [PATCH v3 13/19] OpenRISC: GPIO
` [PATCH v3 14/19] OpenRISC: Module support
` [PATCH v3 15/19] OpenRISC: Traps
` [PATCH v3 16/19] OpenRISC: Headers
` [PATCH v3 17/19] OpenRISC: Library routines
` [PATCH v3 18/19] OpenRISC: Miscellaneous
` [PATCH v3 19/19] OpenRISC: Add MAINTAINERS entry
(unknown),
2011-07-16 4:33 UTC
[PATCHSET x86/mm] memblock, x86: Allow node info in memblock and remove x86 specific memblock code
2011-07-15 5:45 UTC (44+ messages)
` [PATCH 01/13] memblock: Remove memblock_memory_can_coalesce()
` [PATCH 02/13] memblock: Reimplement memblock_add_region()
` [PATCH 03/13] memblock: Add optional region->nid
` [PATCH UPDATED "
` [PATCH 04/13] x86: Use HAVE_MEMBLOCK_NODE_MAP
` [PATCH UPDATED "
` [PATCH 05/13] x86: Use __memblock_alloc_base() in early_reserve_e820()
` [PATCH 06/13] memblock: Implement for_each_free_mem_range()
` [PATCH 07/13] x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()
` [PATCH 08/13] memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only
` [PATCH 09/13] memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_range()
` [PATCH 10/13] memblock, x86: Reimplement memblock_find_dma_reserve() using iterators
` [PATCH 11/13] x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()
` [PATCH 12/13] memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config option
` [PATCH UPDATED "
` [PATCH 13/13] memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones
` [PATCH 2.5/13] memblock: Use __meminit[data] instead of __init[data]
[PATCH 00/39] UAPI header file split [ver #2]
2011-07-14 21:53 UTC (15+ messages)
` [PATCH [ver #2] 30/39] UAPI: Fix x86_64 system call count and generation
` [PATCH [ver #2] 31/39] UAPI: Fix arch/mips/include/asm/Kbuild to have separate header-y lines
` [PATCH [ver #2] 32/39] UAPI: Add a script to create a commit to set up new UAPI dirs
` [PATCH [ver #2] 33/39] UAPI: Set up UAPI Kbuild files
` [PATCH [ver #2] 34/39] UAPI: Plumb the UAPI Kbuilds into the user header handling system
` [PATCH [ver #2] 35/39] UAPI: Set up uapi/asm/Kbuild.asm
` [PATCH [ver #2] 36/39] UAPI: Move linux/version.h
` [PATCH [ver #2] 37/39] UAPI: Make UAPI headers install to usr/include/
` [PATCH [ver #2] 38/39] UAPI: Fix the page-types query program in the docs
` [PATCH [ver #2] 39/39] UAPI: Scripts to disintegrate header files
[PATCHSET x86/mm] memblock, x86: Implement for_each_mem_pfn_range() and use it to improve memblock allocator
2011-07-14 7:46 UTC (18+ messages)
` [PATCH 1/8] bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()
` [PATCH UPDATED "
` [PATCH 2/8] bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range()
` [PATCH 3/8] bootmem: Use for_each_mem_pfn_range() in page_alloc.c
` [PATCH 4/8] memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range()
` [PATCH 5/8] memblock: Don't allow archs to override memblock_nid_range()
` [PATCH 6/8] memblock: Make memblock_alloc_[try_]nid() top-down
` [PATCH 7/8] memblock: Separate out memblock_find_in_range_node()
` [PATCH 8/8] memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock calls
(unknown),
2011-07-12 14:40 UTC
(unknown),
2011-07-12 14:24 UTC
[PATCHSET x86/mm] memblock, x86: Misc cleanups
2011-07-12 7:58 UTC (13+ messages)
` [PATCH 1/6] x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services()
` [PATCH 2/6] bootmem: Fix __free_pages_bootmem() to use @order properly
` [PATCH 3/6] memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc_try_nid()
` [PATCH 4/6] memblock: Use round_up/down() instead of memblock_align_up/down()
` [PATCH 5/6] memblock: Kill MEMBLOCK_ERROR
` [PATCH 6/6] memblock: Replace memblock_find_base() with memblock_find_in_range()
(unknown),
2011-07-12 2:17 UTC
(unknown),
2011-07-12 2:39 UTC
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