linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-02 15:10:17 to 2013-05-08 15:20:12 UTC [more...]

[PATCH v5, part3 00/15] accurately calculate memory statisitic information
 2013-05-08 15:17 UTC  (15+ messages)
` [PATCH v5, part3 01/15] mm: fix build warnings caused by free_reserved_area()
` [PATCH v5, part3 02/15] mm: enhance free_reserved_area() to support poisoning memory with zero
` [PATCH v5, part3 03/15] mm/ARM64: kill poison_init_mem()
` [PATCH v5, part3 04/15] mm/x86: use free_reserved_area() to simplify code
` [PATCH v5, part3 05/15] mm/tile: use common help functions to free reserved pages
` [PATCH v5, part3 06/15] mm, powertv: use free_reserved_area() to simplify code
` [PATCH v5, part3 07/15] mm, acornfb: "
` [PATCH v5, part3 08/15] mm: fix some trivial typos in comments
` [PATCH v5, part3 09/15] mm: use managed_pages to calculate default zonelist order
` [PATCH v5, part3 10/15] mm: accurately calculate zone->managed_pages for highmem zones
` [PATCH v5, part3 11/15] mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
` [PATCH v5, part3 12/15] mm: make __free_pages_bootmem() only available at boot time
` [PATCH v5, part3 13/15] mm: correctly update zone->mamaged_pages
` [PATCH v5, part3 14/15] mm: concentrate modification of totalram_pages into the mm core

[PATCH 0/3 RFC] Driver core: Add offline/online callbacks for memory_subsys
 2013-05-08 14:38 UTC  (23+ messages)
    ` [PATCH 1/3 RFC] ACPI / memhotplug: Bind removable memory blocks to ACPI device nodes
    ` [PATCH 2/3 RFC] Driver core: Introduce types of device "online"
    ` [PATCH 3/3 RFC] Driver core: Introduce offline/online callbacks for memory blocks
    ` [PATCH 0/2 v2, RFC] Driver core: Add offline/online callbacks for memory_subsys
      ` [PATCH 1/2 v2, RFC] ACPI / memhotplug: Bind removable memory blocks to ACPI device nodes
      ` [PATCH 2/2 v2, RFC] Driver core: Introduce offline/online callbacks for memory blocks

[PATCH] mm: honor FOLL_GET flag in follow_hugetlb_page v2
 2013-05-08 14:33 UTC  (5+ messages)

[patch] mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge
 2013-05-08 13:28 UTC 

[RFC PATCH v2 00/11] HugeTLB and THP support for ARM64
 2013-05-08 12:44 UTC  (14+ messages)
` [RFC PATCH v2 01/11] mm: hugetlb: Copy huge_pmd_share from x86 to mm
` [RFC PATCH v2 02/11] x86: mm: Remove x86 version of huge_pmd_share
` [RFC PATCH v2 03/11] mm: hugetlb: Copy general hugetlb code from x86 to mm
` [RFC PATCH v2 04/11] x86: mm: Remove general hugetlb code from x86
` [RFC PATCH v2 05/11] mm: thp: Correct the HPAGE_PMD_ORDER check
` [RFC PATCH v2 06/11] ARM64: mm: Restore memblock limit when map_mem finished
` [RFC PATCH v2 07/11] ARM64: mm: Make PAGE_NONE pages read only and no-execute
` [RFC PATCH v2 08/11] ARM64: mm: Swap PTE_FILE and PTE_PROT_NONE bits
` [RFC PATCH v2 09/11] ARM64: mm: HugeTLB support
` [RFC PATCH v2 10/11] ARM64: mm: Raise MAX_ORDER for 64KB pages and THP
` [RFC PATCH v2 11/11] ARM64: mm: THP support

[RFC/PATCH 0/5] Contiguous Memory Allocator and get_user_pages()
 2013-05-08  5:33 UTC  (5+ messages)
` [RFC/PATCH 3/5] mm: get_user_pages: use NON-MOVABLE pages when FOLL_DURABLE flag is set

[RFC][PATCH 0/7] mm: Batch page reclamation under shink_page_list
 2013-05-08  0:42 UTC  (10+ messages)
` [RFC][PATCH 1/7] defer clearing of page_private() for swap cache pages
` [RFC][PATCH 2/7] make 'struct page' and swp_entry_t variants of swapcache_free()
` [RFC][PATCH 3/7] break up __remove_mapping()
` [RFC][PATCH 4/7] break out mapping "freepage" code
` [RFC][PATCH 5/7] create __remove_mapping_batch()
` [RFC][PATCH 6/7] use __remove_mapping_batch() in shrink_page_list()
` [RFC][PATCH 7/7] drain batch list during long operations

[PATCH 1/3] mm: honor FOLL_GET flag in follow_hugetlb_page
 2013-05-07 23:07 UTC  (5+ messages)

[PATCH v3 00/11] mm: fixup changers of per cpu pageset's ->high and ->batch
 2013-05-07 21:24 UTC  (5+ messages)

[PATCH 3/3] memcg: replace memparse to avoid input overflow
 2013-05-07 15:55 UTC  (7+ messages)

[PATCH 2/3] memcg: check more strictly to avoid PAGE_ALIGN wrapped to 0
 2013-05-07 15:41 UTC  (3+ messages)

[PATCH 1/3] memcg: correct RESOURCE_MAX to ULLONG_MAX and rename it to a better one
 2013-05-07 15:10 UTC  (3+ messages)

[patch] mm, memcg: don't take task_lock in task_in_mem_cgroup
 2013-05-07 14:46 UTC  (2+ messages)

[PATCH v4 00/31] kmemcg shrinkers
 2013-05-07 13:47 UTC  (9+ messages)
` [PATCH v4 02/31] vmscan: take at least one pass with shrinkers
` [PATCH v4 09/31] inode: convert inode lru list to generic lru list code

[fuse-devel] [PATCH 14/14] mm: Account for WRITEBACK_TEMP in balance_dirty_pages
 2013-05-07 11:39 UTC  (4+ messages)

[PATCH] mm/THP: Don't use HPAGE_SHIFT in transparent hugepage code
 2013-05-07  3:28 UTC  (4+ messages)

[PATCH v2 00/13] Arrange hotpluggable memory in SRAT as ZONE_MOVABLE
 2013-05-07  2:16 UTC  (6+ messages)
` [PATCH v2 10/13] x86, acpi, numa, mem-hotplug: Introduce MEMBLK_HOTPLUGGABLE to mark and reserve hotpluggable memory

[PATCH] mm/THP: Use the right function when updating access flags
 2013-05-06 20:49 UTC 

[PATCH RFC] mm: lru milestones, timestamps and ages
 2013-05-06 19:08 UTC  (7+ messages)

3.9.0: system deadlock at semctl running selinux testsuite
 2013-05-06  8:11 UTC 

[PATCH RESEND] mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
 2013-05-06  5:50 UTC 

3.9.0: panic during boot - kernel BUG at include/linux/gfp.h:323!
 2013-05-06  7:55 UTC 

[PATCH -V7 00/10] THP support for PPC64 (Patchset 2)
 2013-05-06  1:28 UTC  (33+ messages)
` [PATCH -V7 01/10] powerpc/THP: Double the PMD table size for THP
` [PATCH -V7 02/10] powerpc/THP: Implement transparent hugepages for ppc64
` [PATCH -V7 04/10] powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages
` [PATCH -V7 05/10] powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
` [PATCH -V7 06/10] powerpc: Update gup_pmd_range to handle transparent hugepages
` [PATCH -V7 07/10] powerpc/THP: Add code to handle HPTE faults for large pages
` [PATCH -V7 08/10] powerpc/THP: Enable THP on PPC64
` [PATCH -V7 09/10] powerpc: Optimize hugepage invalidate
` [PATCH -V7 10/10] powerpc: disable assert_pte_locked

The pagecache unloved in zone NORMAL?
 2013-05-05 21:50 UTC  (2+ messages)

How to make TLB been flushed?
 2013-05-05  9:29 UTC 

The scan_unevictable_pages sysctl/node-interface has been disabled for lack of a legitimate use case. If you have one, please send an email to linux-mm@kvack.o
 2013-05-04 22:29 UTC  (2+ messages)

[PATCH 0/5] mm: Ability to monitor task memory changes (v3)
 2013-05-04  9:47 UTC  (4+ messages)
` [PATCH 4/5] pagemap: Introduce the /proc/PID/pagemap2 file

[PATCH] soft-dirty: Call mmu notifiers when write-protecting ptes
 2013-05-03 19:52 UTC 

[PATCH 0/5] mm: Ability to monitor task memory changes (v4)
 2013-05-03 19:09 UTC  (4+ messages)
` [PATCH 4/5] mm: soft-dirty bits for user memory changes tracking

[PATCH v2 0/4] misc patches related to resizing nodes & zones
 2013-05-03 18:58 UTC  (3+ messages)
` [PATCH v2 1/4] mm: fix comment referring to non-existent size_seqlock, change to span_seqlock

[PATCH -V7 00/18] THP support for PPC64 (Patchset 1)
 2013-05-03 18:51 UTC  (6+ messages)
` [PATCH -V7 01/18] mm/THP: HPAGE_SHIFT is not a #define on some arch

since-3.9 branch opened for mm git tree
 2013-05-03 18:41 UTC 

[PATCH v2 1/2] Make the batch size of the percpu_counter configurable
 2013-05-03 10:10 UTC  (2+ messages)
` [PATCH v2 2/2] Make batch size for memory accounting configured according to size of memory

OOM-killer and strange RSS value in 3.9-rc7
 2013-05-03 16:16 UTC  (20+ messages)

PROBLEM: kernel oops on page fault
 2013-05-03 15:01 UTC  (2+ messages)

[PATCH V3 0/8] Per-cgroup page stat accounting
 2013-05-03  9:59 UTC  (5+ messages)
` [PATCH V3 4/8] memcg: add per cgroup dirty pages accounting

[PATCH] swap: redirty page if page write fails on swap file
 2013-05-03  9:12 UTC  (4+ messages)

[RFC PATCH 0/3] Obey mark_page_accessed hint given by filesystems
 2013-05-03  8:37 UTC  (6+ messages)
` [PATCH 1/3] mm: pagevec: Defer deciding what LRU to add a page to until pagevec drain time
` [PATCH 3/3] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API

[RFC PATCH v3 00/31] Dynamic NUMA: Runtime NUMA memory layout reconfiguration
 2013-05-03  0:01 UTC  (32+ messages)
` [RFC PATCH v3 01/31] rbtree: add postorder iteration functions
` [RFC PATCH v3 02/31] rbtree: add rbtree_postorder_for_each_entry_safe() helper
` [RFC PATCH v3 03/31] mm/memory_hotplug: factor out zone+pgdat growth
` [RFC PATCH v3 04/31] memory_hotplug: export ensure_zone_is_initialized() in mm/internal.h
` [RFC PATCH v3 05/31] mm/memory_hotplug: use {pgdat,zone}_is_empty() when resizing zones & pgdats
` [RFC PATCH v3 06/31] mm: add nid_zone() helper
` [RFC PATCH v3 07/31] mm: Add Dynamic NUMA Kconfig
` [RFC PATCH v3 08/31] page_alloc: add return_pages_to_zone() when DYNAMIC_NUMA is enabled
` [RFC PATCH v3 09/31] page_alloc: in move_freepages(), skip pages instead of VM_BUG on node differences
` [RFC PATCH v3 10/31] page_alloc: when dynamic numa is enabled, don't check that all pages in a block belong to the same zone
` [RFC PATCH v3 11/31] page-flags dnuma: reserve a pageflag for determining if a page needs a node lookup
` [RFC PATCH v3 12/31] memory_hotplug: factor out locks in mem_online_cpu()
` [RFC PATCH v3 13/31] mm: add memlayout & dnuma to track pfn->nid & transplant pages between nodes
` [RFC PATCH v3 14/31] mm: memlayout+dnuma: add debugfs interface
` [RFC PATCH v3 15/31] drivers/base/memory.c: alphabetize headers
` [RFC PATCH v3 16/31] drivers/base/node,memory: rename function to match interface
` [RFC PATCH v3 17/31] drivers/base/node: rename unregister_mem_blk_under_nodes() to be more acurate
` [RFC PATCH v3 18/31] drivers/base/node: add unregister_mem_block_under_nodes()
` [RFC PATCH v3 19/31] mm: memory,memlayout: add refresh_memory_blocks() for Dynamic NUMA
` [RFC PATCH v3 20/31] page_alloc: use dnuma to transplant newly freed pages in __free_pages_ok()
` [RFC PATCH v3 21/31] page_alloc: use dnuma to transplant newly freed pages in free_hot_cold_page()
` [RFC PATCH v3 22/31] page_alloc: transplant pages that are being flushed from the per-cpu lists
` [RFC PATCH v3 23/31] x86: memlayout: add a arch specific inital memlayout setter
` [RFC PATCH v3 24/31] init/main: call memlayout_global_init() in start_kernel()
` [RFC PATCH v3 25/31] dnuma: memlayout: add memory_add_physaddr_to_nid() for memory_hotplug
` [RFC PATCH v3 26/31] x86/mm/numa: when dnuma is enabled, use memlayout to handle memory hotplug's physaddr_to_nid
` [RFC PATCH v3 27/31] mm/memory_hotplug: VM_BUG if nid is too large
` [RFC PATCH v3 28/31] mm/page_alloc: in page_outside_zone_boundaries(), avoid premature decisions
` [RFC PATCH v3 29/31] mm/page_alloc: make pr_err() in page_outside_zone_boundaries() more useful
` [RFC PATCH v3 30/31] mm/page_alloc: use manage_pages instead of present pages when calculating default_zonelist_order()
` [RFC PATCH v3 31/31] mm: add a early_param "extra_nr_node_ids" to increase nr_node_ids above the minimum by a percentage

[PATCH v3 00/18] change invalidatepage prototype to accept length
 2013-05-02 22:00 UTC  (4+ messages)
` [PATCH v3 06/18] ocfs2: use ->invalidatepage() length argument

[PATCH] oom: add pending SIGKILL check for chosen victim
 2013-05-02 17:20 UTC  (11+ messages)

deadlock on vmap_area_lock
 2013-05-02 16:21 UTC  (4+ messages)

[patch] mm, memcg: add anon_hugepage stat
 2013-05-02 16:01 UTC  (5+ 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).