linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-01-19 02:50:24 to 2008-01-23 15:56:55 UTC [more...]

crash in kmem_cache_init
 2008-01-23 15:56 UTC  (42+ messages)
                                ` [PATCH] Fix boot problem in situations where the boot CPU is running on a memoryless node

[PATCH] mmu notifiers #v2
 2008-01-23 15:48 UTC  (35+ messages)
          ` [PATCH] mmu notifiers #v3
            ` [kvm-devel] "
                ` [kvm-devel] [PATCH] mmu notifiers #v4
                  ` [kvm-devel] [PATCH] export notifier #1

[PATCH 0/2] Relax restrictions on setting CONFIG_NUMA on x86
 2008-01-23 14:15 UTC  (22+ messages)
            ` [PATCH 0/2] Relax restrictions on setting CONFIG_NUMA on x86 II

[PATCH -v8 0/4] Fixing the issue with memory-mapped file times
 2008-01-23 13:55 UTC  (18+ messages)
` [PATCH -v8 1/4] Massive code cleanup of sys_msync()
` [PATCH -v8 2/4] Update ctime and mtime for memory-mapped files
` [PATCH -v8 3/4] Enable the MS_ASYNC functionality in sys_msync()
` [PATCH -v8 4/4] The design document for memory-mapped file times update

[patch] #ifdef very expensive debug check in page fault path
 2008-01-23  9:14 UTC  (9+ messages)

[PATCH 0/3] percpu: Optimize percpu accesses
 2008-01-23  4:49 UTC  (4+ messages)
` [PATCH 1/3] generic: Percpu infrastructure to rebase the per cpu area to zero
` [PATCH 2/3] x86_64: Fold pda into per cpu area
` [PATCH 3/3] x86_64: Rebase per cpu variables to zero

[PATCH 0/3] x86/non-x86: percpu, node ids, apic ids x86.git fixup
 2008-01-22 23:04 UTC  (4+ messages)
` [PATCH 1/3] x86: fix percpu, nodeids, apicids in x86.git
` [PATCH 2/3] x86: add percpu, cpu_to_node debug options
` [PATCH 3/3] generic: fixup percpu Kconfig options, fold percpu_modcopy into module.c

SLUB: Increasing partial pages
 2008-01-22 23:00 UTC  (12+ messages)

[PATCH 0/1] dummy header
 2008-01-22 21:15 UTC  (2+ messages)
` [PATCH 1/1] fix possible undefined PER_CPU_ATTRIBUTES

[BUG] at mm/slab.c:3320
 2008-01-22 20:20 UTC  (12+ messages)

[PATCH 0/3] x86: Reduce memory usage for large count NR_CPUs fixup V2 with git-x86
 2008-01-22 15:10 UTC  (6+ messages)
` [PATCH 1/3] x86: Change size of node ids from u8 to s16 "
` [PATCH 2/3] x86: Change NR_CPUS arrays in numa_64 "
` [PATCH 3/3] x86: Add debug of invalid per_cpu map accesses "

[PATCH 1/1] x86: fix early cpu_to_node panic from nr_free_zone_pages
 2008-01-22 11:22 UTC  (2+ messages)

[PATCH -v7 0/2] Fixing the issue with memory-mapped file times
 2008-01-22  8:52 UTC  (16+ messages)
` [PATCH -v7 1/2] Massive code cleanup of sys_msync()
` [PATCH -v7 2/2] Update ctime and mtime for memory-mapped files

[patch] mm: fix PageUptodate data race
 2008-01-22  4:01 UTC 

[PATCH 0/4] x86: Reduce memory usage for large count NR_CPUs fixup V2
 2008-01-21 21:16 UTC  (5+ messages)
` [PATCH 1/4] x86: Change size of node ids from u8 to s16 "
` [PATCH 2/4] x86: Change NR_CPUS arrays in numa_64 "
` [PATCH 3/4] x86: Change bios_cpu_apicid to percpu data variable "
` [PATCH 4/4] x86: Add debug of invalid per_cpu map accesses "

[PATCH 0/7] percpu: Per cpu code simplification rc8-mm1-fixup with git-x86
 2008-01-21 20:28 UTC  (8+ messages)
` [PATCH 1/7] Modules: Fold percpu_modcopy into module.c "
` [PATCH 2/7] x86: Change Kconfig to HAVE_SETUP_PER_CPU_AREAF "
` [PATCH 3/7] Sparc64: Use generic percpu fixup "
` [PATCH 4/7] ia64: "
` [PATCH 5/7] Powerpc: Use generic per cpu "
` [PATCH 6/7] s390: Use generic percpu "
` [PATCH 7/7] percpu: Add debug of invalid per_cpu usage "

[PATCH 0/8] percpu: Per cpu code simplification rc8-mm1-fixup
 2008-01-21 20:27 UTC  (9+ messages)
` [PATCH 1/8] Modules: Fold percpu_modcopy into module.c rc8-mm1-fixup
` [PATCH 2/8] percpu: Change Kconfig to HAVE_SETUP_PER_CPU_AREA rc8-mm1-fixup
` [PATCH 3/8] pecpu: Fix size of percpu_data.ptrs array rc8-mm1-fixup
` [PATCH 4/8] Sparc64: Use generic percpu fixup rc8-mm1-fixup
` [PATCH 5/8] ia64: "
` [PATCH 6/8] Powerpc: Use generic per cpu rc8-mm1-fixup
` [PATCH 7/8] s390: Use generic percpu rc8-mm1-fixup
` [PATCH 8/8] percpu: Add debug of invalid per_cpu usage rc8-mm1-fixup

[RFC][PATCH 5/5] example of userspace application register it memory in ksm
 2008-01-21 16:16 UTC 

[RFC][PATCH 4/5] example for userspace scanner
 2008-01-21 16:14 UTC 

[RFC][PATCH 3/5] ksm source code
 2008-01-21 16:12 UTC 

[RFC][PATCH 2/5] add new exported function replace_page()
 2008-01-21 16:10 UTC 

[RFC][PATCH 1/5] rmap: add new exported function: page_wrprotect()
 2008-01-21 16:09 UTC 

[RFC][PATCH 0/5] Memory merging driver for Linux
 2008-01-21 16:05 UTC 

[PATCH 0/7] percpu: Per cpu code simplification fixup
 2008-01-21 15:41 UTC  (4+ messages)
` [PATCH 1/7] Modules: Fold percpu_modcopy into module.c

[PATCH -v6 0/2] Fixing the issue with memory-mapped file times
 2008-01-21 14:36 UTC  (15+ messages)
` [PATCH -v6 2/2] Updating ctime and mtime for memory-mapped files

[patch 2/6] mm: introduce pte_special pte bit
 2008-01-21  9:43 UTC  (6+ messages)

[PATCH 0/5] x86: Reduce memory usage for large count NR_CPUs fixup
 2008-01-20  6:22 UTC  (20+ messages)
` [PATCH 1/5] x86: Change size of node ids from u8 to u16 fixup
` [PATCH 4/5] x86: Add config variables for SMP_MAX

[patch] Converting writeback linked lists to a tree based data structure
 2008-01-19  2:50 UTC  (5+ messages)


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).