linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-07-17 00:40:03 to 2009-07-23 04:32:31 UTC [more...]

[RFC v17][PATCH 00/60] Kernel based checkpoint/restart
 2009-07-23  4:32 UTC  (66+ messages)
` [RFC v17][PATCH 01/60] c/r: extend arch_setup_additional_pages()
` [RFC v17][PATCH 02/60] x86: ptrace debugreg checks rewrite
` [RFC v17][PATCH 03/60] c/r: break out new_user_ns()
` [RFC v17][PATCH 04/60] c/r: split core function out of some set*{u,g}id functions
` [RFC v17][PATCH 05/60] cgroup freezer: Fix buggy resume test for tasks frozen with cgroup freezer
` [RFC v17][PATCH 06/60] cgroup freezer: Update stale locking comments
` [RFC v17][PATCH 07/60] cgroup freezer: Add CHECKPOINTING state to safeguard container checkpoint
` [RFC v17][PATCH 08/60] cgroup freezer: interface to freeze a cgroup from within the kernel
` [RFC v17][PATCH 09/60] Namespaces submenu
` [RFC v17][PATCH 10/60] c/r: make file_pos_read/write() public
` [RFC v17][PATCH 11/60] pids 1/7: Factor out code to allocate pidmap page
` [RFC v17][PATCH 12/60] pids 2/7: Have alloc_pidmap() return actual error code
` [RFC v17][PATCH 13/60] pids 3/7: Add target_pid parameter to alloc_pidmap()
` [RFC v17][PATCH 14/60] pids 4/7: Add target_pids parameter to alloc_pid()
` [RFC v17][PATCH 15/60] pids 5/7: Add target_pids parameter to copy_process()
` [RFC v17][PATCH 16/60] pids 6/7: Define do_fork_with_pids()
` [RFC v17][PATCH 17/60] pids 7/7: Define clone_with_pids syscall
` [RFC v17][PATCH 18/60] c/r: create syscalls: sys_checkpoint, sys_restart
` [RFC v17][PATCH 19/60] c/r: documentation
` [RFC v17][PATCH 20/60] c/r: basic infrastructure for checkpoint/restart
` [RFC v17][PATCH 21/60] c/r: x86_32 support "
` [RFC v17][PATCH 22/60] c/r: external checkpoint of a task other than ourself
` [RFC v17][PATCH 23/60] c/r: export functionality used in next patch for restart-blocks
` [RFC v17][PATCH 24/60] c/r: restart-blocks
` [RFC v17][PATCH 25/60] c/r: checkpoint multiple processes
` [RFC v17][PATCH 26/60] c/r: restart "
` [RFC v17][PATCH 27/60] c/r: introduce PF_RESTARTING, and skip notification on exit
` [RFC v17][PATCH 28/60] c/r: support for zombie processes
` [RFC v17][PATCH 29/60] c/r: Save and restore the [compat_]robust_list member of the task struct
` [RFC v17][PATCH 30/60] c/r: infrastructure for shared objects
` [RFC v17][PATCH 31/60] c/r: detect resource leaks for whole-container checkpoint
` [RFC v17][PATCH 32/60] c/r: introduce '->checkpoint()' method in 'struct file_operations'
` [RFC v17][PATCH 33/60] c/r: dump open file descriptors
` [RFC v17][PATCH 34/60] c/r: restore "
` [RFC v17][PATCH 35/60] c/r: add generic '->checkpoint' f_op to ext fses
` [RFC v17][PATCH 36/60] c/r: add generic '->checkpoint()' f_op to simple devices
` [RFC v17][PATCH 37/60] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [RFC v17][PATCH 38/60] c/r: dump memory address space (private memory)
` [RFC v17][PATCH 39/60] c/r: restore "
` [RFC v17][PATCH 40/60] c/r: export shmem_getpage() to support shared memory
` [RFC v17][PATCH 41/60] c/r: dump anonymous- and file-mapped- "
` [RFC v17][PATCH 42/60] c/r: restore "
` [RFC v17][PATCH 43/60] splice: export pipe/file-to-pipe/file functionality
` [RFC v17][PATCH 44/60] c/r: support for open pipes
` [RFC v17][PATCH 45/60] c/r: make ckpt_may_checkpoint_task() check each namespace individually
` [RFC v17][PATCH 46/60] c/r: support for UTS namespace
` [RFC v17][PATCH 47/60] deferqueue: generic queue to defer work
` [RFC v17][PATCH 48/60] c/r (ipc): allow allocation of a desired ipc identifier
` [RFC v17][PATCH 49/60] c/r: save and restore sysvipc namespace basics
` [RFC v17][PATCH 50/60] c/r: support share-memory sysv-ipc
` [RFC v17][PATCH 51/60] c/r: support message-queues sysv-ipc
` [RFC v17][PATCH 52/60] c/r: support semaphore sysv-ipc
` [RFC v17][PATCH 53/60] c/r: (s390): expose a constant for the number of words (CRs)
` [RFC v17][PATCH 54/60] c/r: add CKPT_COPY() macro
` [RFC v17][PATCH 55/60] c/r: define s390-specific checkpoint-restart code
` [RFC v17][PATCH 56/60] c/r: clone_with_pids: define the s390 syscall
` [RFC v17][PATCH 57/60] c/r: capabilities: define checkpoint and restore fns
` [RFC v17][PATCH 58/60] c/r: checkpoint and restore task credentials
` [RFC v17][PATCH 59/60] c/r: restore file->f_cred
` [RFC v17][PATCH 60/60] c/r: checkpoint and restore (shared) task's sighand_struct

[PATCH 00/10] ksm resend
 2009-07-23  2:06 UTC  (39+ messages)
` [PATCH 01/10] ksm: add mmu_notifier set_pte_at_notify()
  ` [PATCH 02/10] ksm: first tidy up madvise_vma()
    ` [PATCH 03/10] ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE
      ` [PATCH 04/10] ksm: the mm interface to ksm
        ` [PATCH 05/10] ksm: no debug in page_dup_rmap()
          ` [PATCH 06/10] ksm: identify PageKsm pages
            ` [PATCH 07/10] ksm: Kernel SamePage Merging
              ` [PATCH 08/10] ksm: prevent mremap move poisoning
                ` [PATCH 09/10] ksm: change copyright message
                  ` [PATCH 10/10] ksm: change ksm nice level to be 5

[RFC/PATCH] mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
 2009-07-23  0:59 UTC  (17+ messages)

[PATCH 0/2] ZERO PAGE again v3
 2009-07-23  0:47 UTC  (9+ messages)
` [PATCH 0/2] ZERO PAGE again v4
  ` [PATCH 2/2] ZERO PAGE based on pte_special

[patch 1/4] mm: drop unneeded double negations
 2009-07-22 23:58 UTC  (18+ messages)
` [patch 2/4] mm: introduce page_lru_type()
` [patch 3/4] mm: return boolean from page_is_file_cache()
` [patch 4/4] mm: return boolean from page_has_private()
      ` [patch 5/4] mm: document is_page_cache_freeable()

[PATCH] hibernate / memory hotplug: always use for_each_populated_zone()
 2009-07-22 23:46 UTC  (8+ messages)

Replacing 0x% with %# ?
 2009-07-22 23:24 UTC  (3+ messages)

[PATCH] mm: Warn once when a page is freed with PG_mlocked set V2
 2009-07-22 23:06 UTC  (3+ messages)

[PATCH] slub: sysfs_slab_remove should free kmem_cache when debug is enabled
 2009-07-22 12:24 UTC  (2+ messages)

What to do with this message (2.6.30.1) ?
 2009-07-22 11:53 UTC  (14+ messages)

[PATCH] slub: release kobject if sysfs_create_group failed in sysfs_slab_add
 2009-07-22  6:17 UTC  (2+ messages)

HugeTLB mapping for drivers (sample driver)
 2009-07-21  9:40 UTC  (7+ messages)

[RFC][PATCH 0/5] Memory controller soft limit patches (v9)
 2009-07-21  0:03 UTC  (6+ messages)
` [RFC][PATCH 5/5] Memory controller soft limit reclaim on contention (v9)

[PATCH 3/3] add isolate pages vmstat
 2009-07-20 16:22 UTC  (7+ messages)

[PATCH 1/5] move ClearPageActive from move_active_pages() to shrink_active_list()
 2009-07-20 14:30 UTC  (6+ messages)
` [PATCH 4/5] Use add_page_to_lru_list() helper function

[PATCH 2/3] profile: Suppress warning about large allocations when profile=1 is specified
 2009-07-18 10:57 UTC  (2+ messages)
` [tip:tracing/urgent] "

[PATCH] mm: add gfp mask checking for __get_free_pages()
 2009-07-18  1:29 UTC  (2+ messages)

[BUGFIX][PATCH] cgroup avoid permanent sleep at rmdir v6
 2009-07-17 23:13 UTC  (4+ messages)
` [BUGFIX][PATCH] cgroup avoid permanent sleep at rmdir v7

[RFC PATCH] slub: release kobject if sysfs_create_group failed in sysfs_slab_add
 2009-07-17 16:39 UTC  (2+ messages)

xfs mr_lock vs mmap_sem lock inversion?
 2009-07-17 15:09 UTC 

[PATCH] page-allocator: Ensure that processes that have been OOM killed exit the page allocator (resend)
 2009-07-17 12:41 UTC  (7+ messages)

[BUG] set_mempolicy(MPOL_INTERLEAV) cause kernel panic
 2009-07-17  9:09 UTC  (8+ messages)

[PATCH] mm: count only reclaimable lru pages
 2009-07-17  6:32 UTC  (4+ messages)

[PATCH 1/3] Rename pgmoved variable in shrink_active_list()
 2009-07-17  5:43 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).