messages from 2013-05-09 16:21:10 to 2013-05-13 10:21:31 UTC [more...]
[PATCH 0/4] Obey mark_page_accessed hint given by filesystems v2
2013-05-13 10:21 UTC (5+ messages)
` [PATCH 1/4] mm: Add tracepoints for LRU activation and insertions
` [PATCH 2/4] mm: pagevec: Defer deciding what LRU to add a page to until pagevec drain time
` [PATCH 3/4] mm: Activate !PageLRU pages on mark_page_accessed if page is on local pagevec
` [PATCH 4/4] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API
[PATCH v6, part3 00/16] accurately calculate memory statisitic information
2013-05-13 9:42 UTC (23+ messages)
` [PATCH v6, part3 01/16] mm: change signature of free_reserved_area() to fix building warnings
` [PATCH v6, part3 02/16] mm: enhance free_reserved_area() to support poisoning memory with zero
` [PATCH v6, part3 03/16] mm/ARM64: kill poison_init_mem()
` [PATCH v6, part3 04/16] mm/x86: use free_reserved_area() to simplify code
` [PATCH v6, part3 05/16] mm/tile: use common help functions to free reserved pages
` [PATCH v6, part3 06/16] mm, powertv: use free_reserved_area() to simplify code
` [PATCH v6, part3 07/16] mm, acornfb: "
` [PATCH v6, part3 08/16] mm: fix some trivial typos in comments
` [PATCH v6, part3 09/16] mm: use managed_pages to calculate default zonelist order
` [PATCH v6, part3 10/16] mm: accurately calculate zone->managed_pages for highmem zones
` [PATCH v6, part3 11/16] mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
` [PATCH v6, part3 12/16] mm: make __free_pages_bootmem() only available at boot time
` [PATCH v6, part3 13/16] mm: correctly update zone->mamaged_pages
` [PATCH v6, part3 14/16] mm: concentrate modification of totalram_pages into the mm core
` [PATCH v6, part3 15/16] mm: report available pages as "MemTotal" for each NUMA node
` [PATCH v6, part3 16/16] AVR32: fix building warnings caused by redifinitions of HZ
[PATCH v6 00/31] kmemcg shrinkers
2013-05-13 9:25 UTC (39+ messages)
` [PATCH v6 01/31] super: fix calculation of shrinkable objects for small numbers
` [PATCH v6 02/31] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v6 03/31] dentry: move to per-sb LRU locks
` [PATCH v6 04/31] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v6 05/31] mm: new shrinker API
` [PATCH v6 06/31] shrinker: convert superblock shrinkers to new API
` [PATCH v6 07/31] list: add a new LRU list type
` [PATCH v6 08/31] inode: convert inode lru list to generic lru list code
` [PATCH v6 09/31] dcache: convert to use new lru list infrastructure
` [PATCH v6 10/31] list_lru: per-node "
` [PATCH v6 11/31] shrinker: add node awareness
` [PATCH v6 12/31] fs: convert inode and dentry shrinking to be node aware
` [PATCH v6 13/31] xfs: convert buftarg LRU to generic code
` [PATCH v6 14/31] xfs: convert dquot cache lru to list_lru
` [PATCH v6 15/31] fs: convert fs shrinkers to new scan/count API
` [PATCH v6 16/31] drivers: convert shrinkers to new count/scan API
` [PATCH v6 17/31] i915: bail out earlier when shrinker cannot acquire mutex
` [PATCH v6 18/31] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v6 19/31] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v6 20/31] shrinker: Kill old ->shrink API
` [PATCH v6 21/31] vmscan: also shrink slab in memcg pressure
` [PATCH v6 22/31] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v6 23/31] lru: add an element to a memcg list
` [PATCH v6 24/31] list_lru: per-memcg walks
` [PATCH v6 25/31] memcg: per-memcg kmem shrinking
` [PATCH v6 26/31] memcg: scan cache objects hierarchically
` [PATCH v6 27/31] vmscan: take at least one pass with shrinkers
` [PATCH v6 28/31] super: targeted memcg reclaim
` [PATCH v6 29/31] memcg: move initialization to memcg creation
` [PATCH v6 30/31] vmpressure: in-kernel notifications
` [PATCH v6 31/31] memcg: reap dead memcgs upon global memory pressure
[PATCH V2 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
2013-05-13 9:19 UTC (7+ messages)
` [PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
[Query] Performance degradation with memory compaction (on QC chip-set)
2013-05-13 8:40 UTC (3+ messages)
[PATCH 0/9] Reduce system disruption due to kswapd V4
2013-05-13 8:12 UTC (10+ messages)
` [PATCH 1/9] mm: vmscan: Limit the number of pages kswapd reclaims at each priority
` [PATCH 2/9] mm: vmscan: Obey proportional scanning requirements for kswapd
` [PATCH 3/9] mm: vmscan: Flatten kswapd priority loop
` [PATCH 4/9] mm: vmscan: Decide whether to compact the pgdat based on reclaim progress
` [PATCH 5/9] mm: vmscan: Do not allow kswapd to scan at maximum priority
` [PATCH 6/9] mm: vmscan: Have kswapd writeback pages based on dirty pages encountered, not priority
` [PATCH 7/9] mm: vmscan: Block kswapd if it is encountering pages under writeback
` [PATCH 8/9] mm: vmscan: Check if kswapd should writepage once per pgdat scan
` [PATCH 9/9] mm: vmscan: Move logic from balance_pgdat() to kswapd_shrink_zone()
[patch v3 0/3 -mm] Soft limit rework
2013-05-13 7:46 UTC (4+ messages)
` [patch v3 -mm 1/3] memcg: integrate soft reclaim tighter with zone shrinking code
` [patch v3 -mm 2/3] memcg: Get rid of soft-limit tree infrastructure
` [patch v3 -mm 3/3] vmscan, memcg: Do softlimit reclaim also for targeted reclaim
[PATCH] swap: add a simple detector for inappropriate swapin readahead
2013-05-13 5:22 UTC (3+ messages)
[PATCH V2 0/3] memcg: simply lock of page stat accounting
2013-05-13 5:05 UTC (4+ messages)
` [PATCH V2 1/3] memcg: rewrite the comment about race condition "
` [PATCH V2 2/3] memcg: alter mem_cgroup_{update,inc,dec}_page_stat() args to memcg pointer
` [PATCH V2 3/3] memcg: simplify lock of memcg page stat account
[RFC PATCH V1 0/6] mm: add a new option MREMAP_DUP to mmrep syscall
2013-05-13 2:40 UTC (7+ messages)
[PATCH] char: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
2013-05-13 2:17 UTC
[RFC 0/4] free reclaimed pages by paging out instantly
2013-05-13 2:10 UTC (5+ messages)
` [RFC 1/4] mm: Don't hide spin_lock in swap_info_get
` [RFC 2/4] mm: introduce __swapcache_free
` [RFC 3/4] mm: support remove_mapping in irqcontext
` [RFC 4/4] mm: free reclaimed pages instantly without depending next reclaim
[PATCH] mm: fix memory_hotplug.c printk format warnings
2013-05-12 22:28 UTC
[RFC v2 0/2] virtio_balloon: auto-ballooning support
2013-05-12 18:49 UTC (11+ messages)
` [RFC 1/2] virtio_balloon: move balloon_lock mutex to callers
` [RFC 2/2] virtio_balloon: auto-ballooning support
The pagecache unloved in zone NORMAL?
2013-05-12 17:53 UTC (4+ messages)
[PATCH v5, part4 00/41] Simplify mem_init() implementations and kill num_physpages
2013-05-12 15:17 UTC (6+ messages)
` [PATCH v5, part4 20/41] mm/h8300: prepare for removing num_physpages and simplify mem_init()
mm/THP changes to support THP on PPC64
2013-05-12 9:22 UTC (5+ messages)
` [PATCH 1/4] mm/THP: Add pmd args to pgtable deposit and withdraw APIs
` [PATCH 2/4] mm/THP: withdraw the pgtable after pmdp related operations
` [PATCH 3/4] mm/THP: Don't use HPAGE_SHIFT in transparent hugepage code
` [PATCH 4/4] mm/THP: deposit the transpare huge pgtable before set_pmd
[PATCH] mm/THP: Use the right function when updating access flags
2013-05-12 8:37 UTC (3+ messages)
[PATCH] mm/THP: Use pmd_populate to update the pmd with pgtable_t pointer
2013-05-12 8:35 UTC
[PATCHv4 00/39] Transparent huge page cache
2013-05-12 1:23 UTC (40+ messages)
` [PATCHv4 01/39] mm: drop actor argument of do_generic_file_read()
` [PATCHv4 02/39] block: implement add_bdi_stat()
` [PATCHv4 03/39] mm: implement zero_huge_user_segment and friends
` [PATCHv4 04/39] radix-tree: implement preload for multiple contiguous elements
` [PATCHv4 05/39] memcg, thp: charge huge cache pages
` [PATCHv4 06/39] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCHv4 07/39] thp, mm: basic defines for transparent huge page cache
` [PATCHv4 08/39] thp: compile-time and sysfs knob for thp pagecache
` [PATCHv4 09/39] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv4 10/39] thp: account anon transparent huge pages into NR_ANON_PAGES
` [PATCHv4 11/39] thp: represent file thp pages in meminfo and friends
` [PATCHv4 12/39] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv4 13/39] mm: trace filemap: dump page order
` [PATCHv4 14/39] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [PATCHv4 15/39] thp, mm: trigger bug in replace_page_cache_page() on THP
` [PATCHv4 16/39] thp, mm: locking tail page is a bug
` [PATCHv4 17/39] thp, mm: handle tail pages in page_cache_get_speculative()
` [PATCHv4 18/39] thp, mm: add event counters for huge page alloc on write to a file
` [PATCHv4 19/39] thp, mm: allocate huge pages in grab_cache_page_write_begin()
` [PATCHv4 20/39] thp, mm: naive support of thp in generic read/write routines
` [PATCHv4 21/39] thp, libfs: initial support of thp in simple_read/write_begin/write_end
` [PATCHv4 22/39] thp: handle file pages in split_huge_page()
` [PATCHv4 23/39] thp: wait_split_huge_page(): serialize over i_mmap_mutex too
` [PATCHv4 24/39] thp, mm: truncate support for transparent huge page cache
` [PATCHv4 25/39] thp, mm: split huge page on mmap file page
` [PATCHv4 26/39] ramfs: enable transparent huge page cache
` [PATCHv4 27/39] x86-64, mm: proper alignment mappings with hugepages
` [PATCHv4 28/39] thp: prepare zap_huge_pmd() to uncharge file pages
` [PATCHv4 29/39] thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()
` [PATCHv4 30/39] thp: do_huge_pmd_anonymous_page() cleanup
` [PATCHv4 31/39] thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()
` [PATCHv4 32/39] mm: cleanup __do_fault() implementation
` [PATCHv4 33/39] thp, mm: implement do_huge_linear_fault()
` [PATCHv4 34/39] thp, mm: handle huge pages in filemap_fault()
` [PATCHv4 35/39] mm: decomposite do_wp_page() and get rid of some 'goto' logic
` [PATCHv4 36/39] mm: do_wp_page(): extract VM_WRITE|VM_SHARED case to separate function
` [PATCHv4 37/39] thp: handle write-protect exception to file-backed huge pages
` [PATCHv4 38/39] thp: vma_adjust_trans_huge(): adjust file-backed VMA too
` [PATCHv4 39/39] thp: map file-backed huge pages on fault
WARNING: at mm/slab_common.c:376 kmalloc_slab+0x33/0x80()
2013-05-11 8:20 UTC (3+ messages)
` [uml-user] "
[PATCH v3] mm: remove compressed copy from zram in-memory
2013-05-11 1:18 UTC (4+ messages)
OOM-killer and strange RSS value in 3.9-rc7
2013-05-10 16:00 UTC (12+ messages)
misunderstanding of the virtual memory
2013-05-10 15:57 UTC (3+ messages)
[PATCH RFC] mm: lru milestones, timestamps and ages
2013-05-10 14:12 UTC (3+ messages)
[RFC][PATCH 0/7] mm: Batch page reclamation under shink_page_list
2013-05-10 14:01 UTC (9+ messages)
` [RFC][PATCH 1/7] defer clearing of page_private() for swap cache pages
` [RFC][PATCH 5/7] create __remove_mapping_batch()
[PATCH v5 00/31] kmemcg shrinkers
2013-05-10 10:01 UTC (23+ messages)
` [PATCH v5 04/31] dentry: move to per-sb LRU locks
` [PATCH v5 08/31] list: add a new LRU list type
` [PATCH v5 11/31] list_lru: per-node list infrastructure
` [PATCH v5 17/31] drivers: convert shrinkers to new count/scan API
` [PATCH v5 19/31] hugepage: convert huge zero page shrinker to new shrinker API
[PATCH] COMPACTION: bugfix of improper cache flush in MIGRATION code
2013-05-10 9:52 UTC (2+ messages)
mmotm 2013-05-09-15-57 uploaded
2013-05-09 22:58 UTC
[PATCHv10 0/4] zswap: compressed swap caching
2013-05-09 19:24 UTC (4+ messages)
` [PATCHv10 1/4] debugfs: add get/set for atomic types
[RFC PATCH 00/22] Per-cpu page allocator replacement prototype
2013-05-09 18:08 UTC (10+ messages)
` [PATCH 09/22] mm: page allocator: Allocate/free order-0 pages from a per-zone magazine
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).