linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-14 23:35:30 to 2012-02-17 20:20:11 UTC [more...]

Fine granularity page reclaim
 2012-02-17 20:20 UTC  (2+ messages)

[PATCH RFC 00/15] mm: memory book keeping and lru_lock splitting
 2012-02-17 19:56 UTC  (26+ messages)
` [PATCH RFC 01/15] mm: rename struct lruvec into struct book
` [PATCH RFC 02/15] mm: memory bookkeeping core
` [PATCH RFC 03/15] mm: add book->pages_count
` [PATCH RFC 04/15] mm: unify inactive_list_is_low()
` [PATCH RFC 05/15] mm: add book->reclaim_stat
` [PATCH RFC 06/15] mm: kill struct mem_cgroup_zone
` [PATCH RFC 07/15] mm: move page-to-book translation upper
` [PATCH RFC 08/15] mm: introduce book locking primitives
` [PATCH RFC 09/15] mm: handle book relocks on lumpy reclaim
` [PATCH RFC 10/15] mm: handle book relocks in compaction
` [PATCH RFC 11/15] mm: handle book relock in memory controller
` [PATCH RFC 12/15] mm: optimize books in update_page_reclaim_stat()
` [PATCH RFC 13/15] mm: optimize books in pagevec_lru_move_fn()
` [PATCH RFC 14/15] mm: optimize putback for 0-order reclaim
` [PATCH RFC 15/15] mm: split zone->lru_lock

[PATCHv22 00/16] Contiguous Memory Allocator
 2012-02-17 19:30 UTC  (17+ messages)
` [PATCHv22 01/16] mm: page_alloc: remove trailing whitespace
` [PATCHv22 02/16] mm: compaction: introduce isolate_migratepages_range()
` [PATCHv22 03/16] mm: compaction: introduce map_pages()
` [PATCHv22 04/16] mm: compaction: introduce isolate_freepages_range()
` [PATCHv22 05/16] mm: compaction: export some of the functions
` [PATCHv22 06/16] mm: page_alloc: introduce alloc_contig_range()
` [PATCHv22 07/16] mm: page_alloc: change fallbacks array handling
` [PATCHv22 08/16] mm: mmzone: MIGRATE_CMA migration type added
` [PATCHv22 09/16] mm: page_isolation: MIGRATE_CMA isolation functions added
` [PATCHv22 10/16] mm: Serialize access to min_free_kbytes
` [PATCHv22 11/16] mm: extract reclaim code from __alloc_pages_direct_reclaim()
` [PATCHv22 12/16] mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks
` [PATCHv22 13/16] drivers: add Contiguous Memory Allocator
` [PATCHv22 14/16] X86: integrate CMA with DMA-mapping subsystem
` [PATCHv22 15/16] ARM: "
` [PATCHv22 16/16] ARM: Samsung: use CMA for 2 memory banks for s5p-mfc device

[PATCH 1/2] rmap: Staticize page_referenced_file and page_referenced_anon
 2012-02-17 18:07 UTC  (5+ messages)

memcg writeback (was Re: [Lsf-pc] [LSF/MM TOPIC] memcg topics.)
 2012-02-17 16:41 UTC  (24+ messages)
      ` reclaim the LRU lists full of dirty/writeback pages

[PATCH 1/2 v2] rmap: Make page_referenced_file and page_referenced_anon inline
 2012-02-17 15:26 UTC 

[PATCH 2/2] rmap: anon_vma_prepare: Reduce code duplication by calling anon_vma_chain_link
 2012-02-17 15:16 UTC  (2+ messages)

[WIP 11/18] Basic support (faulting) for huge pages for shmfs
 2012-02-17 14:51 UTC  (12+ messages)
` [WIP 12/18] Additional macros for pmd operations
` [WIP 13/18] Zapping and freeing huge mappings
` [WIP 14/18] Fixes for proc memory
` [WIP 15/18] Splitting and truncating
` [WIP 16/18] SHM: Support for splitting on truncation
` [WIP 17/18] [Experimental] Support for huge pages in EXT 4
` [WIP 18/18] [WIP] Dummy patch for details

[PATCH 01/18] Added hacking menu for override optimization by GCC
 2012-02-17 14:33 UTC  (26+ messages)
` [PATCH 02/18] Change of refcounting method for compound pages and atomic heads
` [PATCH 03/18] Compound read / write locking aka get / put
` [PATCH 04/18] Page flag for tracking compound deque
` [PATCH 05/18] Various VM_BUG_ON for securing tail pages usage
` [PATCH 06/18] Make migrate pages fucntion more flexible
` [PATCH 07/18] Configuration menu for Huge Page Cache
` [PATCH 08/18] Generic routines for defragmenting pagecache
` [PATCH 09/18] Allowing usage of MAP_HUGETLB in mmap
` [PATCH 10/18] Support for huge page faulting
` [PATCH 11/18] Basic support (faulting) for huge pages for shmfs
` [PATCH 12/18] Additional macros for pmd operations
` [PATCH 13/18] Zapping and freeing huge mappings
` [PATCH 14/18] Fixes for proc memory
` [PATCH 15/18] Splitting and truncating
` [PATCH 16/18] SHM: Support for splitting on truncation
` [PATCH 17/18] [Experimental] Support for huge pages in EXT 4
` [PATCH 18/18] [WIP] Dummy patch for details
          ` [PATCH] Added hacking menu for override optimization by GCC

[PATCH] extend prefault helpers to fault in more than PAGE_SIZE
 2012-02-17 13:06 UTC  (5+ messages)
` [PATCH] mm: "

[PATCH 0/6] page cgroup diet v5
 2012-02-17 10:04 UTC  (8+ messages)
` [PATCH 1/6] memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)
` [PATCH 2/6] memcg: simplify move_account() check
` [PATCH 3/6] memcg: remove PCG_MOVE_LOCK flag from page_cgroup
` [PATCH 4/6] memcg: use new logic for page stat accounting
` [PATCH 5/6] memcg: remove PCG_FILE_MAPPED
` [PATCH 6/6] memcg: fix performance of mem_cgroup_begin_update_page_stat()

[PATCH v10 take 3 3.3-rc2 1/9] uprobes: Install and remove breakpoints
 2012-02-17  9:58 UTC  (2+ messages)
` [tip:perf/uprobes] uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints

[PATCH] mm: mmap() sometimes succeeds even if the region to map is invalid
 2012-02-17  9:04 UTC  (2+ messages)

[RFC PATCH 0/6] hugetlbfs: Add cgroup resource controller for hugetlbfs
 2012-02-17  8:05 UTC  (7+ messages)
` [RFC PATCH 5/6] hugetlbfs: Add controller support for private mapping

[rfc PATCH]slub: per cpu partial statistics change
 2012-02-17  7:06 UTC  (9+ messages)

exit_mmap() BUG_ON triggering since 3.1
 2012-02-16 21:42 UTC  (7+ messages)

[PATCH 00/11] Push file_update_time() into .page_mkwrite
 2012-02-16 19:13 UTC  (19+ messages)
` [PATCH 01/11] perf: Push file_update_time() into perf_mmap_fault()
` [PATCH 02/11] fb_defio: Push file_update_time() into fb_deferred_io_mkwrite()
` [PATCH 03/11] fs: Push file_update_time() into __block_page_mkwrite()
` [PATCH 04/11] ceph: Push file_update_time() into ceph_page_mkwrite()
` [PATCH 05/11] cifs: Push file_update_time() into cifs_page_mkwrite()
` [PATCH 06/11] 9p: Push file_update_time() into v9fs_vm_page_mkwrite()
` [PATCH 07/11] fuse: Push file_update_time() into fuse_page_mkwrite()
` [PATCH 08/11] gfs2: Push file_update_time() into gfs2_page_mkwrite()
` [PATCH 09/11] sysfs: Push file_update_time() into bin_page_mkwrite()
` [PATCH 10/11] nfs: Push file_update_time() into nfs_vm_page_mkwrite()
` [PATCH 11/11] mm: Update file times from fault path only if .page_mkwrite is not set

[RFC] [PATCH v5 0/3] fadvise: support POSIX_FADV_NOREUSE
 2012-02-16 19:07 UTC  (17+ messages)
` [PATCH v5 3/3] fadvise: implement POSIX_FADV_NOREUSE

[PATCH] mm: vmscan: handle isolated pages with lru lock released
 2012-02-16 13:01 UTC  (5+ messages)

[PATCH 08/14] mm: extend prefault helpers to fault in more than PAGE_SIZE
 2012-02-16 12:11 UTC 

[PATCH 0/6 v5] pagemap handles transparent hugepage
 2012-02-16  9:02 UTC  (4+ messages)
` [PATCH 5/6] introduce pmd_to_pte_t()

[PATCH] memcg: rework inactive_ratio logic
 2012-02-16  7:36 UTC  (4+ messages)

[PATCH 1/2] memcg: fix page_referencies cgroup filter on global reclaim
 2012-02-16  7:02 UTC  (5+ messages)
` [PATCH 2/2] memcg: use vm_swappiness from current memcg

[PATCH] memcg: kill dead prev_priority stubs
 2012-02-16  0:06 UTC  (3+ messages)

[v7 0/8] Reduce cross CPU IPI interference
 2012-02-15 23:44 UTC  (15+ messages)

[PATCH V5r1 0/6] staging: ramster: multi-machine memory capacity management
 2012-02-15 15:54 UTC  (7+ messages)
` [PATCH 1/6] staging: ramster: cluster/messaging foundation
` [PATCH 2/6] staging: ramster: local compression + tmem
` [PATCH 3/6] staging: ramster: xvmalloc allocation files
` [PATCH 4/6] staging: ramster: ramster-specific changes to zcache/tmem
` [PATCH 5/6] staging: ramster: ramster-specific new files
` [PATCH 6/6] staging: ramster: enable as staging driver

[PATCH] Ensure that walk_page_range()'s start and end are page-aligned
 2012-02-15 14:39 UTC  (7+ messages)

[Bug 42578] Kernel crash "Out of memory error by X" when using NTFS file system on external USB Hard drive
 2012-02-15 13:57 UTC  (6+ messages)

[PATCH 1/4] prio_tree: remove unnecessary code in prio_tree_replace
 2012-02-15  0:19 UTC  (2+ messages)

[PATCH 2/6] staging: ramster: local compression + tmem
 2012-02-14 23:35 UTC 

[PATCH 6/6] staging: ramster: enable as staging driver
 2012-02-14 23:36 UTC 

[PATCH 5/6] staging: ramster: ramster-specific new files
 2012-02-14 23:36 UTC 

[PATCH 4/6] staging: ramster: ramster-specific changes to zcache/tmem
 2012-02-14 23:36 UTC 

[PATCH 3/6] staging: ramster: xvmalloc allocation files
 2012-02-14 23:35 UTC 

[PATCH 1/6] staging: ramster: cluster/messaging foundation
 2012-02-14 23:35 UTC 

[PATCH V5 0/6] staging: ramster: multi-machine memory capacity management
 2012-02-14 23:35 UTC 


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