linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] export use_mm and unuse_mm for filesystem modules
 2009-12-09 22:40 UTC 

VFS and IMA API patch series please pull
 2009-12-09 22:38 UTC  (2+ messages)

[PATCH] [0/31] HWPOISON 2.6.33 pre-merge posting
 2009-12-09 21:38 UTC  (40+ messages)
` [PATCH] [1/31] HWPOISON: Add Andi Kleen as hwpoison maintainer to MAINTAINERS
` [PATCH] [2/31] HWPOISON: Be more aggressive at freeing non LRU caches
` [PATCH] [3/31] page-types: add standard GPL license header
` [PATCH] [4/31] HWPOISON: remove the anonymous entry
` [PATCH] [5/31] HWPOISON: return ENXIO on invalid page number
` [PATCH] [6/31] HWPOISON: avoid grabbing the page count multiple times during madvise injection
` [PATCH] [7/31] HWPOISON: Turn ref argument into flags argument
` [PATCH] [8/31] HWPOISON: abort on failed unmap
` [PATCH] [9/31] HWPOISON: comment the possible set_page_dirty() race
` [PATCH] [10/31] HWPOISON: comment dirty swapcache pages
` [PATCH] [11/31] HWPOISON: introduce delete_from_lru_cache()
` [PATCH] [12/31] HWPOISON: remove the free buddy page handler
` [PATCH] [13/31] HWPOISON: detect free buddy pages explicitly
` [PATCH] [14/31] HWPOISON: Add unpoisoning support
` [PATCH] [15/31] HWPOISON: make semantics of IGNORED/DELAYED clear
` [PATCH] [16/31] HWPOISON: return 0 to indicate success reliably
` [PATCH] [17/31] HWPOISON: add fs/device filters
` [PATCH] [18/31] HWPOISON: limit hwpoison injector to known page types
` [PATCH] [19/31] mm: export stable page flags
` [PATCH] [20/31] HWPOISON: add page flags filter
` [PATCH] [21/31] memcg: rename and export try_get_mem_cgroup_from_page()
` [PATCH] [22/31] memcg: add accessor to mem_cgroup.css
` [PATCH] [23/31] HWPOISON: add memory cgroup filter
` [PATCH] [24/31] HWPOISON: add an interface to switch off/on all the page filters
` [PATCH] [25/31] HWPOISON: Don't do early filtering if filter is disabled
` [PATCH] [26/31] HWPOISON: mention HWPoison in Kconfig entry
` [PATCH] [27/31] HWPOISON: Use correct name for MADV_HWPOISON in documentation
` [PATCH] [28/31] HWPOISON: Use new shake_page in memory_failure
` [PATCH] [29/31] HWPOISON: Undefine short-hand macros after use to avoid namespace conflict
` [PATCH] [30/31] HWPOISON: Add soft page offline support
` [PATCH] [31/31] HWPOISON: Add a madvise() injector for soft page offlining

[PATCH] mm/vmalloc: don't use vmalloc_end
 2009-12-09 18:46 UTC  (22+ messages)
    ` [PATCH] m68k: don't alias VMALLOC_END to vmalloc_end
      ` [PATCH] m68k: rename global variable vmalloc_end to m68k_vmalloc_end

linux-next: Tree for December 9 (hwpoison)
 2009-12-09 17:25 UTC  (2+ messages)

[PATCH 2/9] ksm: let shared pages be swappable
 2009-12-09 16:12 UTC  (13+ messages)

[PATCH] [TRIVIAL] memcg: fix memory.memsw.usage_in_bytes for root cgroup
 2009-12-09 16:11 UTC  (2+ messages)

An mm bug in today's 2.6.32 git tree
 2009-12-09 14:49 UTC  (2+ messages)

[BUG?] [PATCH] soft limits and root cgroups
 2009-12-09 11:30 UTC  (7+ messages)
` [cleanup][PATCH mmotm]memcg: don't call mem_cgroup_soft_limit_check() against root cgroup (Re: [BUG?] [PATCH] soft limits and root cgroups)

[PATCH] memcg: correct return value at mem_cgroup reclaim
 2009-12-09  6:22 UTC  (6+ messages)

+ mm-hugetlb-add-hugepage-support-to-pagemap.patch added to -mm tree
 2009-12-09  1:58 UTC 

+ mm-hugetlb-fix-hugepage-memory-leak-in-walk_page_range.patch added to -mm tree
 2009-12-09  1:58 UTC 

[PATCH 0/2] mm hugetlb x86: add hugepage support to pagemap
 2009-12-09  1:08 UTC  (3+ messages)

[PATCH -mmotm 0/7] memcg: move charge at task migration (04/Dec)
 2009-12-09  0:21 UTC  (21+ messages)
` [PATCH -mmotm 1/7] cgroup: introduce cancel_attach()
` [PATCH -mmotm 2/7] memcg: add interface to move charge at task migration
` [PATCH -mmotm 3/7] memcg: move charges of anonymous page
` [PATCH -mmotm 4/7] memcg: improbe performance in moving charge
` [PATCH -mmotm 5/7] memcg: avoid oom during "
` [PATCH -mmotm 6/7] memcg: move charges of anonymous swap
` [PATCH -mmotm 7/7] memcg: improbe performance in moving swap charge

[PATCH] mm hugetlb x86: fix hugepage memory leak in mincore()
 2009-12-08 22:35 UTC  (4+ messages)
` [PATCH 1/2] mm hugetlb x86: fix hugepage memory leak in walk_page_range()
` [PATCH 2/2] mm hugetlb: add hugepage support to pagemap

[PATCH] mm/page-writeback: export account_page_dirtied()
 2009-12-08 21:41 UTC 

hwpoison madvise code
 2009-12-08 12:01 UTC  (5+ messages)

[RFC][PATCH 0/7] some page_referenced() improvement
 2009-12-08  6:27 UTC  (19+ messages)
` [PATCH 1/7] Replace page_mapping_inuse() with page_mapped()
` [PATCH 2/7] Introduce __page_check_address
` [PATCH 3/7] VM_LOCKED check don't need pte lock
` [PATCH 4/7] Replace page_referenced() with wipe_page_reference()
` [PATCH 5/7] Don't deactivate the page if trylock_page() is failed
` [PATCH 6/7] wipe_page_reference return SWAP_AGAIN if VM pressulre is low and lock contention is detected
` [PATCH 7/7] Try to mark PG_mlocked if wipe_page_reference find VM_LOCKED vma
` [early RFC][PATCH 8/7] vmscan: Don't deactivate many touched page

[PATCH] page-types: kernel pageflags mode
 2009-12-07  9:30 UTC  (8+ messages)
` [RFC] print symbolic page flag names in bad_page()

[PATCH] memcg: code clean,rm unused variable in mem_cgroup_resize_limit
 2009-12-07  8:05 UTC  (3+ messages)

[PATCH 1/4] vmscan: more simplify shrink_inactive_list()
 2009-12-07  6:17 UTC  (6+ messages)
` [PATCH] vmscan: aligned scan batching

[PATCH] vmscan: do not evict inactive pages when skipping an active list scan
 2009-12-06 21:04 UTC  (11+ messages)
` [RFC] high system time & lock contention running large mixed workload

[PATCH] vmscan : simplify code
 2009-12-06  3:48 UTC  (2+ messages)

[RFC PATCH 01/15] shmem: do not call fput_filp on an initialized filp
 2009-12-05 20:30 UTC  (18+ messages)
` [RFC PATCH 02/15] shmem: use alloc_file instead of init_file
` [RFC PATCH 03/15] pipes: use alloc-file instead of duplicating code
` [RFC PATCH 04/15] inotify: use alloc_file instead of doing it internally
` [RFC PATCH 05/15] networking: rework socket to fd mapping using alloc-file
` [RFC PATCH 06/15] vfs: make init-file static
` [RFC PATCH 07/15] fs: move get_empty_filp() deffinition to internal.h
` [RFC PATCH 08/15] ima: valid return code from ima_inode_alloc
` [RFC PATCH 09/15] ima: only insert at inode creation time
` [RFC PATCH 10/15] IMA: clean up the IMA counts updating code
` [RFC PATCH 11/15] ima: call ima_inode_free ima_inode_free
` [RFC PATCH 12/15] ima-path-check rework
` [RFC PATCH 13/15] ima: rename ima_path_check to ima_file_check
` [RFC PATCH 14/15] security: move ima_file_check() to lsm hook
` [RFC PATCH 15/15] ima: limit imbalance msg

[PATCH] swap: rework map_swap_page() again
 2009-12-05 13:34 UTC  (2+ messages)

[PATCH] mm: remove unevictable_migrate_page function
 2009-12-05 13:09 UTC  (2+ messages)

[PATCH] mlock: replace stale comments in munlock_vma_page()
 2009-12-05 12:54 UTC  (2+ messages)

[PATCH] hugetlb: Acquire the i_mmap_lock before walking the prio_tree to unmap a page V2
 2009-12-05 12:41 UTC  (2+ messages)

[PATCH] hugetlb: Acquire the i_mmap_lock before walking the prio_tree to unmap a page
 2009-12-05 12:37 UTC  (5+ messages)

[RFC PATCH 1/6] shmem: use alloc_file instead of init_file
 2009-12-04 18:54 UTC  (14+ messages)
` [RFC PATCH 2/6] pipes: use alloc-file instead of duplicating code
` [RFC PATCH 3/6] inotify: use alloc_file instead of doing it internally
` [RFC PATCH 4/6] networking: rework socket to fd mapping using alloc-file
` [RFC PATCH 6/6] fs: move get_empty_filp() deffinition to internal.h

[PATCH] [for mmotm-1113] mm: Simplify try_to_unmap_one()
 2009-12-04  8:29 UTC  (3+ 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