linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-04-02 20:40:23 to 2008-04-08 03:29:37 UTC [more...]

[RFC][PATCH] another swap controller for cgroup
 2008-04-08  3:29 UTC  (2+ messages)

[-mm] Add an owner to the mm_struct (v8)
 2008-04-08  2:55 UTC  (18+ messages)

[-mm] Disable the memory controller by default (v2)
 2008-04-08  2:31 UTC  (5+ messages)

[PATCH 00/10] NR_CPUS: third reduction of NR_CPUS memory usage x86-version v2
 2008-04-07 21:32 UTC  (5+ messages)
` [PATCH 01/10] x86_64: Cleanup non-smp usage of cpu maps v2

[ofa-general] [patch 00/10] [RFC] EMM Notifier V3
 2008-04-07 19:35 UTC  (21+ messages)
` [ofa-general] [patch 01/10] emm: mm_lock: Lock a process against reclaim
  ` [ofa-general] "
` [patch 02/10] emm: notifier logic
  ` [ofa-general] "
` [patch 03/10] emm: Move tlb flushing into free_pgtables
` [ofa-general] [patch 04/10] emm: Convert i_mmap_lock to i_mmap_sem
` [patch 05/10] emm: Remove tlb pointer from the parameters of unmap vmas
` [ofa-general] [patch 06/10] emm: Convert anon_vma lock to rw_sem and refcount
` [patch 07/10] xpmem: This patch exports zap_page_range as it is needed by XPMEM
` [patch 08/10] xpmem: Locking rules for taking multiple mmap_sem locks
` [patch 09/10] xpmem: The device driver
` [ofa-general] [patch 10/10] xpmem: Simple example

[-mm] Disable the memory controller by default
 2008-04-07 17:48 UTC  (8+ messages)

[Patch 000/005](memory hotplug) freeing pages allocated by bootmem for hotremove v3
 2008-04-07 12:50 UTC  (6+ messages)
` [Patch 001/005](memory hotplug) register section/node id to free
` [Patch 002/005](memory hotplug) align memmap to page size
` [Patch 003/005](memory hotplug) make alloc_bootmem_section()
` [Patch 004/005](memory hotplug)allocate usemap on the section with pgdat
` [Patch 005/005](memory hotplug) free memmaps allocated by bootmem

[ofa-general] [patch 0/9] [RFC] EMM Notifier V2
 2008-04-07  6:02 UTC  (36+ messages)
` [patch 1/9] EMM Notifier: The notifier calls
  ` [ofa-general] "
      ` [ofa-general] EMM: Fixup return value handling of emm_notify()
        ` [ofa-general] "
      ` [ofa-general] EMM: Require single threadedness for registration
        ` [ofa-general] "
              ` EMM: disable other notifiers before register and unregister
                ` [ofa-general] "
                    ` [ofa-general] [PATCH] mmu notifier #v11
                      `  "
                        ` [ofa-general] "
` [patch 5/9] Convert anon_vma lock to rw_sem and refcount
      ` [ofa-general] "

[RFC 00/21] Generic show_mem()
 2008-04-05 17:52 UTC  (41+ messages)
` [RFC 01/22] Generic show_mem() implementation
` [RFC 02/22] x86: Use generic show_mem()
` [RFC 10/22] m68k: "
` [RFC 12/22] mips: "
` [RFC 17/22] s390: "
` [RFC 18/22] sh: "
` [RFC 19/22] um: "
` [RFC 20/22] v850: "
` [RFC 21/22] xtensa: "
` [RFC 22/22] alpha: "

[RFC PATCH 0/2] fast_gup for shared futexes
 2008-04-04 19:56 UTC  (5+ messages)
` [RFC PATCH 1/2] futex: rely on get_user_pages() "
` [RFC PATCH 2/2] futex: use fast_gup()

[-mm] Make the memory controller more desktop responsive (v2)
 2008-04-04 14:02 UTC  (3+ messages)

[-mm] Add an owner to the mm_struct (v7)
 2008-04-03 19:28 UTC  (13+ messages)

[rfc] SLQB: YASA
 2008-04-03 19:12 UTC  (13+ messages)

[PATCH 3/6] compcache: TLSF Allocator interface
 2008-04-03 17:23 UTC  (5+ messages)

[-mm] Add an owner to the mm_struct (v6)
 2008-04-03 17:17 UTC  (4+ messages)

[PATCH 2/2] Make res_counter hierarchical
 2008-04-03 12:26 UTC  (3+ messages)

[-mm] Make the memory controller more desktop responsive
 2008-04-03  9:55 UTC  (4+ messages)

[-mm] Add an owner to the mm_struct (v5)
 2008-04-03  6:43 UTC  (5+ messages)

[Patch 000/005](memory hotplug) freeing pages allocated by bootmem for hotremove v2
 2008-04-03  6:07 UTC  (8+ messages)
` [Patch 001/005](memory hotplug) register sectin/node id to free
` [Patch 002/005](memory hotplug) align memmap to page size
` [Patch 003/005](memory hotplug) make alloc_bootmem_section()
` [Patch 004/005](memory hotplug)allocate usemap on the section with pgdat
` [Patch 005/005](memory hotplug) free memmaps allocated by bootmem

[RFC][-mm] Add an owner to the mm_struct (v4)
 2008-04-03  4:32 UTC  (6+ messages)

[ofa-general] [PATCH 0 of 8] mmu notifiers #v10
 2008-04-03  1:03 UTC  (13+ messages)
` [ofa-general] [PATCH 1 of 8] Core of mmu notifiers
  `  "
` [PATCH 2 of 8] Moves all mmu notifier methods outside the PT lock (first and not last
  ` [ofa-general] "
` [PATCH 3 of 8] Move the tlb flushing into free_pgtables. The conversion of the locks
` [PATCH 4 of 8] The conversion to a rwsem allows callbacks during rmap traversal
` [ofa-general] [PATCH 5 of 8] We no longer abort unmapping in unmap vmas because we can reschedule while
` [PATCH 6 of 8] Convert the anon_vma spinlock to a rw semaphore. This allows concurrent
` [PATCH 7 of 8] XPMEM would have used sys_madvise() except that madvise_dontneed()
` [ofa-general] [PATCH 8 of 8] This patch adds a lock ordering rule to avoid a potential deadlock when

[RFC 00/21] Generic show_mem()
 2008-04-02 22:02 UTC  (3+ 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).