linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] [0/16] POISON: Intro
 2009-05-28  4:37 UTC  (7+ messages)
` [PATCH] [7/16] POISON: Add basic support for poisoned pages in fault handler

[PATCH v3] zone_reclaim is always 0 by default
 2009-05-28  4:30 UTC  (7+ messages)

[PATCH] readahead:add blk_run_backing_dev
 2009-05-28  2:23 UTC  (24+ messages)

[RFC][PATCH] memcg: fix swap account (26/May)[0/5]
 2009-05-28  1:44 UTC  (24+ messages)
` [RFC][PATCH 1/5] change swap cache interfaces
` [RFC][PATCH 2/5] add SWAP_HAS_CACHE flag to swap_map
` [RFC][PATCH 3/5] count cache-only swaps
` [RFC][PATCH 4/5] memcg: fix swap account
` [RFC][PATCH 5/5] (experimental) chase and free cache only swap

[patch] mm: release swap slots for actively used pages
 2009-05-28  0:34 UTC  (4+ messages)

[rfc][patch] swap: virtual swap readahead
 2009-05-28  0:14 UTC  (4+ messages)

[PATCH 0/2] Fixes for hugetlbfs-related problems on shared memory
 2009-05-27 23:19 UTC  (8+ messages)
` [PATCH 1/2] x86: Ignore VM_LOCKED when determining if hugetlb-backed page tables can be shared or not
` [PATCH 2/2] mm: Account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hugetlbfs

[patch 0/5] Support for sanitization flag in low-level page allocator
 2009-05-27 22:34 UTC  (11+ messages)

[RFC v16][PATCH 00/43] Kernel based checkpoint/restart
 2009-05-27 22:32 UTC  (49+ messages)
` [RFC v16][PATCH 01/43] c/r: extend arch_setup_additional_pages()
` [RFC v16][PATCH 02/43] c/r: make file_pos_read/write() public
` [RFC v16][PATCH 03/43] c/r: create syscalls: sys_checkpoint, sys_restart
` [RFC v16][PATCH 04/43] c/r: documentation
` [RFC v16][PATCH 05/43] c/r: basic infrastructure for checkpoint/restart
` [RFC v16][PATCH 06/43] c/r: x86_32 support "
` [RFC v16][PATCH 07/43] c/r: infrastructure for shared objects
` [RFC v16][PATCH 08/43] c/r: introduce '->checkpoint()' method in 'struct file_operations'
` [RFC v16][PATCH 09/43] c/r: dump open file descriptors
` [RFC v16][PATCH 10/43] c/r: restore "
` [RFC v16][PATCH 11/43] c/r: add generic '->checkpoint' f_op to ext fses
` [RFC v16][PATCH 12/43] c/r: add generic '->checkpoint()' f_op to simple devices
` [RFC v16][PATCH 13/43] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [RFC v16][PATCH 14/43] c/r: dump memory address space (private memory)
` [RFC v16][PATCH 15/43] c/r: restore "
` [RFC v16][PATCH 16/43] c/r: export shmem_getpage() to support shared memory
` [RFC v16][PATCH 17/43] c/r: dump anonymous- and file-mapped- "
` [RFC v16][PATCH 18/43] c/r: restore "
` [RFC v16][PATCH 19/43] c/r: external checkpoint of a task other than ourself
` [RFC v16][PATCH 20/43] c/r: export functionality used in next patch for restart-blocks
` [RFC v16][PATCH 21/43] c/r: restart-blocks
` [RFC v16][PATCH 22/43] c/r: checkpoint multiple processes
` [RFC v16][PATCH 23/43] c/r: restart "
` [RFC v16][PATCH 24/43] c/r: detect resource leaks for whole-container checkpoint
` [RFC v16][PATCH 25/43] tee: don't return 0 when another task drains/fills a pipe
` [RFC v16][PATCH 26/43] splice: added support for pipe-to-pipe splice()
` [RFC v16][PATCH 27/43] c/r: support for open pipes
` [RFC v16][PATCH 28/43] c/r: make ckpt_may_checkpoint_task() check each namespace individually
` [RFC v16][PATCH 29/43] c/r: support for UTS namespace
` [RFC v16][PATCH 30/43] c/r: stub implementation for IPC namespace
` [RFC v16][PATCH 31/43] deferqueue: generic queue to defer work
` [RFC v16][PATCH 32/43] c/r (ipc): allow allocation of a desired ipc identifier
` [RFC v16][PATCH 33/43] c/r (ipc): helpers to save and restore kern_ipc_perm structures
` [RFC v16][PATCH 34/43] c/r: save and restore ipc namespace basics
` [RFC v16][PATCH 35/43] c/r (ipc): export interface from ipc/shm.c to delete ipc shm
` [RFC v16][PATCH 36/43] c/r: support share-memory sysv-ipc
` [RFC v16][PATCH 37/43] c/r (ipc): make 'struct msg_msgseg' visible in ipc/util.h
` [RFC v16][PATCH 38/43] c/r: support message-queues sysv-ipc
` [RFC v16][PATCH 39/43] c/r (ipc): export interface from ipc/sem.c to cleanup ipc sem
` [RFC v16][PATCH 40/43] c/r: support semaphore sysv-ipc
` [RFC v16][PATCH 41/43] c/r: (s390): expose a constant for the number of words (CRs)
` [RFC v16][PATCH 42/43] c/r: add CKPT_COPY() macro
` [RFC v16][PATCH 43/43] c/r: define s390-specific checkpoint-restart code

[PATCH] [0/16] HWPOISON: Intro
 2009-05-27 21:15 UTC  (19+ messages)
` [PATCH] [1/16] HWPOISON: Add page flag for poisoned pages
` [PATCH] [2/16] HWPOISON: Export poison flag in /proc/kpageflags
` [PATCH] [3/16] HWPOISON: Export some rmap vma locking to outside world
` [PATCH] [4/16] HWPOISON: Add support for poison swap entries v2
` [PATCH] [5/16] HWPOISON: Add new SIGBUS error codes for hardware poison signals
` [PATCH] [6/16] HWPOISON: Add basic support for poisoned pages in fault handler v2
` [PATCH] [7/16] HWPOISON: Add various poison checks in mm/memory.c
` [PATCH] [8/16] HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler
` [PATCH] [9/16] HWPOISON: Use bitmask/action code for try_to_unmap behaviour
` [PATCH] [10/16] HWPOISON: Handle hardware poisoned pages in try_to_unmap
` [PATCH] [11/16] HWPOISON: Handle poisoned pages in set_page_dirty()
` [PATCH] [12/16] HWPOISON: check and isolate corrupted free pages
` [PATCH] [13/16] HWPOISON: The high level memory error handler in the VM v3
` [PATCH] [14/16] HWPOISON: FOR TESTING: Enable memory failure code unconditionally
` [PATCH] [15/16] HWPOISON: Add madvise() based injector for hardware poisoned pages v3
` [PATCH] [16/16] HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs

[PATCH 1/3] clean up functions related to pages_min V2
 2009-05-27 20:38 UTC  (5+ messages)

[PATCH] drm: i915: ensure objects are allocated below 4GB on PAE
 2009-05-27 18:23 UTC  (10+ messages)

[PATCH] Use integer fields lookup for gfp_zone and check for errors in flags passed to the page allocator
 2009-05-27 14:23 UTC  (8+ messages)

[PATCH] Warn if we run out of swap space
 2009-05-27 13:54 UTC  (17+ messages)

[PATCH] Determine if mapping is MAP_SHARED using VM_MAYSHARE and not VM_SHARED in hugetlbfs
 2009-05-27  9:56 UTC  (8+ messages)

[PATCH] lib : provide a more precise radix_tree_gang_lookup_slot
 2009-05-27  7:39 UTC  (3+ messages)

Problem with oom-killer in memcg
 2009-05-27  7:04 UTC  (3+ messages)

[PATCH 2/3] add inactive ratio calculation function of each zone V2
 2009-05-27  6:05 UTC  (3+ messages)

[PATCH][mmtom] clean up once printk routine
 2009-05-26 23:31 UTC  (7+ messages)
      ` [PATCH][mmtom] clean up printk_once of get_cpu_vendor

[PATCH] Fix build warning and avoid checking for mem != null twice
 2009-05-26 14:32 UTC  (4+ messages)

Fw: [Bugme-new] [Bug 13366] New: About 80% of shutdowns fail (blocking)
 2009-05-25 21:31 UTC  (2+ messages)

[PATCH 3/7] percpu: clean up percpu variable definitions
 2009-05-25 16:07 UTC  (3+ messages)

[Bugme-new] [Bug 13302] New: "bad pmd" on fork() of process with hugepage shared memory segments attached
 2009-05-25 13:17 UTC  (6+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox