linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-05 15:42:36 to 2013-05-08 20:23:34 UTC [more...]

[PATCH v5 00/31] kmemcg shrinkers
 2013-05-08 20:23 UTC  (17+ messages)
` [PATCH v5 01/31] super: fix calculation of shrinkable objects for small numbers
` [PATCH v5 02/31] vmscan: take at least one pass with shrinkers
` [PATCH v5 03/31] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v5 04/31] dentry: move to per-sb LRU locks
` [PATCH v5 05/31] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v5 06/31] mm: new shrinker API
` [PATCH v5 07/31] shrinker: convert superblock shrinkers to new API
` [PATCH v5 08/31] list: add a new LRU list type
` [PATCH v5 09/31] inode: convert inode lru list to generic lru list code
` [PATCH v5 10/31] dcache: convert to use new lru list infrastructure
` [PATCH v5 11/31] list_lru: per-node "
` [PATCH v5 12/31] shrinker: add node awareness
` [PATCH v5 13/31] fs: convert inode and dentry shrinking to be node aware
` [PATCH v5 14/31] xfs: convert buftarg LRU to generic code
` [PATCH v5 15/31] xfs: convert dquot cache lru to list_lru
` [PATCH v5 18/31] shrinker: convert remaining shrinkers to count/scan API

[REGRESSION] SLAB allocator (on Zynq)
 2013-05-08 20:12 UTC  (3+ messages)

[PATCH] mm/THP: Use the right function when updating access flags
 2013-05-08 20:04 UTC  (2+ messages)

[patch] mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge
 2013-05-08 19:34 UTC  (2+ messages)

[PATCH v5, part4 00/41] Simplify mem_init() implementations and kill num_physpages
 2013-05-08 19:29 UTC  (45+ messages)
` [PATCH v5, part4 01/41] vmlinux.lds: add comments for global variables and clean up useless declarations
` [PATCH v5, part4 02/41] avr32: normalize global variables exported by vmlinux.lds
` [PATCH v5, part4 03/41] c6x: "
` [PATCH v5, part4 04/41] h8300: "
` [PATCH v5, part4 05/41] score: "
` [PATCH v5, part4 06/41] tile: "
` [PATCH v5, part4 07/41] UML: "
` [PATCH v5, part4 08/41] mm: introduce helper function mem_init_print_info() to simplify mem_init()
` [PATCH v5, part4 09/41] mm: use totalram_pages instead of num_physpages at runtime
` [PATCH v5, part4 10/41] mm/hotplug: prepare for removing num_physpages
` [PATCH v5, part4 11/41] mm/alpha: prepare for removing num_physpages and simplify mem_init()
` [PATCH v5, part4 12/41] mm/ARC: "
` [PATCH v5, part4 13/41] mm/ARM: "
` [PATCH v5, part4 14/41] mm/ARM64: "
` [PATCH v5, part4 15/41] mm/AVR32: "
` [PATCH v5, part4 16/41] mm/blackfin: "
` [PATCH v5, part4 17/41] mm/c6x: "
` [PATCH v5, part4 18/41] mm/cris: "
` [PATCH v5, part4 19/41] mm/frv: "
` [PATCH v5, part4 20/41] mm/h8300: "
` [PATCH v5, part4 21/41] mm/hexagon: "
` [PATCH v5, part4 22/41] mm/IA64: "
` [PATCH v5, part4 23/41] mm/m32r: "
` [PATCH v5, part4 24/41] mm/m68k: "
` [PATCH v5, part4 25/41] mm/metag: "
` [PATCH v5, part4 26/41] mm/microblaze: "
` [PATCH v5, part4 27/41] mm/MIPS: "
` [PATCH v5, part4 28/41] mm/mn10300: "
` [PATCH v5, part4 29/41] mm/openrisc: "
` [PATCH v5, part4 30/41] mm/PARISC: "
` [PATCH v5, part4 31/41] mm/ppc: "
` [PATCH v5, part4 32/41] mm/s390: "
` [PATCH v5, part4 33/41] mm/score: "
` [PATCH v5, part4 34/41] mm/SH: "
` [PATCH v5, part4 35/41] mm/SPARC: "
` [PATCH v5, part4 36/41] mm/tile: "
` [PATCH v5, part4 37/41] mm/um: "
` [PATCH v5, part4 38/41] mm/unicore32: "
` [PATCH v5, part4 39/41] mm/x86: "
` [PATCH v5, part4 40/41] mm/xtensa: "
` [PATCH v5, part4 41/41] mm: kill global variable num_physpages

[PATCH RESEND] mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
 2013-05-08 19:22 UTC  (2+ messages)

[PATCH v5, part3 00/15] accurately calculate memory statisitic information
 2013-05-08 18:45 UTC  (18+ 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 v5, part3 15/15] mm: report available pages as "MemTotal" for each NUMA node

[RFC PATCH 00/22] Per-cpu page allocator replacement prototype
 2013-05-08 18:41 UTC  (24+ messages)
` [PATCH 01/22] mm: page allocator: Lookup pageblock migratetype with IRQs enabled during free
` [PATCH 02/22] mm: page allocator: Push down where IRQs are disabled during page free
` [PATCH 03/22] mm: page allocator: Use unsigned int for order in more places
` [PATCH 04/22] mm: page allocator: Only check migratetype of pages being drained while CMA active
` [PATCH 05/22] oom: Use number of online nodes when deciding whether to suppress messages
` [PATCH 06/22] mm: page allocator: Convert hot/cold parameter and immediate callers to bool
` [PATCH 07/22] mm: page allocator: Do not lookup the pageblock migratetype during allocation
` [PATCH 08/22] mm: page allocator: Remove the per-cpu page allocator
` [PATCH 09/22] mm: page allocator: Allocate/free order-0 pages from a per-zone magazine
` [PATCH 10/22] mm: page allocator: Allocate and free pages from magazine in batches
` [PATCH 11/22] mm: page allocator: Shrink the magazine to the migratetypes in use
` [PATCH 12/22] mm: page allocator: Remove knowledge of hot/cold from page allocator
` [PATCH 13/22] mm: page allocator: Use list_splice to refill the magazine
` [PATCH 14/22] mm: page allocator: Do not disable IRQs just to update stats
` [PATCH 15/22] mm: page allocator: Check if interrupts are enabled only once per allocation attempt
` [PATCH 16/22] mm: page allocator: Remove coalescing improvement heuristic during page free
` [PATCH 17/22] mm: page allocator: Move magazine access behind accessors
` [PATCH 18/22] mm: page allocator: Split magazine lock in two to reduce contention
` [PATCH 19/22] mm: page allocator: Watch for magazine and zone lock contention
` [PATCH 20/22] mm: page allocator: Hold magazine lock for a batch of pages
` [PATCH 21/22] mm: compaction: Release free page list under a batched magazine lock
` [PATCH 22/22] mm: page allocator: Drain magazines for direct compact failures

[RFC PATCH v2 00/11] HugeTLB and THP support for ARM64
 2013-05-08 16:43 UTC  (17+ 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

[PATCH] drivers/base: Use attribute groups to create sysfs memory files
 2013-05-08 16:09 UTC 

[PATCH 0/3 RFC] Driver core: Add offline/online callbacks for memory_subsys
 2013-05-08 14:38 UTC  (19+ messages)
  ` [PATCH 0/2 v2, "
    ` [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)

[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 RFC] mm: lru milestones, timestamps and ages
 2013-05-06 19:08 UTC  (5+ messages)

3.9.0: system deadlock at semctl running selinux testsuite
 2013-05-06  8:11 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  (5+ messages)
` [PATCH -V7 02/10] powerpc/THP: Implement transparent hugepages for ppc64

The pagecache unloved in zone NORMAL?
 2013-05-05 21:50 UTC  (2+ 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).