linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH V2 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
 2013-05-17 18:30 UTC  (15+ messages)
` [PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
                  ` [WiP]: aio support for migrating pages (Re: [PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable())

[PATCH 0/12][V3] memcg: make memcg's life cycle the same as cgroup
 2013-05-17 18:08 UTC  (12+ messages)
` [PATCH 1/9] Revert "memcg: avoid dangling reference count in creation failure."
` [PATCH 2/9] memcg, kmem: fix reference count handling on the error path
` [PATCH 3/9] memcg: use css_get() in sock_update_memcg()
` [PATCH 4/9] memcg: don't use mem_cgroup_get() when creating a kmemcg cache
` [PATCH 5/9] memcg: use css_get/put when charging/uncharging kmem
` [PATCH 6/9] memcg: use css_get/put for swap memcg
` [PATCH 7/9] memcg: don't need to get a reference to the parent
` [PATCH 8/9] memcg: kill memcg refcnt
` [PATCH 9/9] memcg: don't need to free memcg via RCU or workqueue

[patch v3 0/3 -mm] Soft limit rework
 2013-05-17 17:45 UTC  (17+ 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

[PATCHv11 0/4] zswap: compressed swap caching
 2013-05-17 17:00 UTC  (37+ messages)
` [PATCHv11 1/4] debugfs: add get/set for atomic types
` [PATCHv11 2/4] zbud: add to mm/
` [PATCHv11 3/4] zswap: "
` [PATCHv11 4/4] zswap: add documentation

[PATCH] mm/memory-failure.c: fix memory leak in successful soft offlining
 2013-05-17 16:18 UTC 

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

[PATCH v6, part3 16/16] AVR32: fix building warnings caused by redifinitions of HZ
 2013-05-17 15:28 UTC  (4+ messages)
` [PATCH v6, part3 00/16] accurately calculate memory statisitic information

readahead man page incorrectly says it blocks
 2013-05-17 14:54 UTC 

[PATCH v6 00/31] kmemcg shrinkers
 2013-05-17 14:49 UTC  (10+ messages)
` [PATCH v6 12/31] fs: convert inode and dentry shrinking to be node aware

[RFCv2][PATCH 0/5] mm: Batch page reclamation under shink_page_list
 2013-05-17 13:35 UTC  (8+ messages)
` [RFCv2][PATCH 1/5] defer clearing of page_private() for swap cache pages
` [RFCv2][PATCH 2/5] make 'struct page' and swp_entry_t variants of swapcache_free()
` [RFCv2][PATCH 3/5] break up __remove_mapping()
` [RFCv2][PATCH 4/5] break out mapping "freepage" code
` [RFCv2][PATCH 5/5] batch shrink_page_list() locking operations

[PATCH V2 0/3] memcg: simply lock of page stat accounting
 2013-05-17 12:53 UTC  (9+ messages)

[PATCH] mm/nommu.c: add additional check for vread() just like vwrite() has done
 2013-05-17 12:25 UTC 

[PATCH] mm/page_alloc.c: add additional checking and return value for the 'table->data'
 2013-05-17 11:00 UTC 

[PATCH 0/5] Obey mark_page_accessed hint given by filesystems v3r1
 2013-05-17  9:48 UTC  (6+ messages)
` [PATCH 1/5] mm: Add tracepoints for LRU activation and insertions
` [PATCH 2/5] mm: pagevec: Defer deciding what LRU to add a page to until pagevec drain time
` [PATCH 3/5] mm: Activate !PageLRU pages on mark_page_accessed if page is on local pagevec
` [PATCH 4/5] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API
` [PATCH 5/5] mm: Remove lru parameter from __lru_cache_add and lru_cache_add_lru

[RFC PATCH v2 00/11] HugeTLB and THP support for ARM64
 2013-05-17  8:41 UTC  (12+ messages)
` [RFC PATCH v2 06/11] ARM64: mm: Restore memblock limit when map_mem finished
` [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] mm: vmscan: handle any negative return value from scan_objects
 2013-05-17  8:00 UTC  (5+ messages)

[PATCH v6 0/8] kdump, vmcore: support mmap() on /proc/vmcore
 2013-05-17  5:43 UTC  (28+ messages)
` [PATCH v6 1/8] vmcore: clean up read_vmcore()
` [PATCH v6 2/8] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH v6 3/8] vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list
` [PATCH v6 4/8] vmalloc: make find_vm_area check in range
` [PATCH v6 5/8] vmalloc: introduce remap_vmalloc_range_partial
` [PATCH v6 6/8] vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory
` [PATCH v6 7/8] vmcore: calculate vmcore file size from buffer size and total size of vmcore objects
` [PATCH v6 8/8] vmcore: support mmap() on /proc/vmcore

[PATCH 0/9] Reduce system disruption due to kswapd V4
 2013-05-17  3:41 UTC  (10+ messages)
` [PATCH 2/9] mm: vmscan: Obey proportional scanning requirements for kswapd
` [PATCH 7/9] mm: vmscan: Block kswapd if it is encountering pages under writeback

[PATCH] memcg: update TODO list in Documentation
 2013-05-17  3:35 UTC  (2+ messages)

[PATCH v3 0/4] misc patches related to resizing nodes & zones
 2013-05-16 21:05 UTC  (4+ messages)
` [PATCH v3 3/4] memory_hotplug: use pgdat_resize_lock() in online_pages()

[RFC v2 0/2] virtio_balloon: auto-ballooning support
 2013-05-16 21:04 UTC  (3+ messages)

[PATCH v2 00/10] uaccess: better might_sleep/might_fault behavior
 2013-05-16 18:40 UTC  (14+ messages)
` [PATCH v2 01/10] asm-generic: uaccess s/might_sleep/might_fault/
` [PATCH v2 02/10] arm64: "
` [PATCH v2 03/10] frv: "
` [PATCH v2 04/10] m32r: "
` [PATCH v2 05/10] microblaze: "
` [PATCH v2 06/10] mn10300: "
` [PATCH v2 07/10] powerpc: "
` [PATCH v2 08/10] tile: "
` [PATCH v2 09/10] x86: "
` [PATCH v2 10/10] kernel: might_fault does not imply might_sleep

LSF-MM Volatile Ranges Discussion Plans
 2013-05-16 17:24 UTC  (3+ messages)
` Summary of LSF-MM Volatile Ranges Discussion

[RFC][PATCH 0/7] mm: Batch page reclamation under shink_page_list
 2013-05-16 17:14 UTC  (4+ messages)
` [RFC][PATCH 5/7] create __remove_mapping_batch()

[RFC PATCH 0/2] return value from shrinkers
 2013-05-16 16:27 UTC  (13+ messages)
` [RFC PATCH 1/2] mm: vmscan: let any negative return value from shrinker mean error

[PATCH] mm/THP: Use pmd_populate to update the pmd with pgtable_t pointer
 2013-05-16 14:51 UTC  (8+ messages)

[PATCH 0/4] Obey mark_page_accessed hint given by filesystems v2
 2013-05-16 14:29 UTC  (14+ 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 v2] mm, slab: moved kmem_cache_alloc_node comment to correct place
 2013-05-16  3:36 UTC 

[PATCH] mm, slab: corrected the comment 'kmem_cache_alloc' to 'slab_alloc_node'
 2013-05-16  3:29 UTC  (3+ messages)

3.9.0: panic during boot - kernel BUG at include/linux/gfp.h:323!
 2013-05-15 21:48 UTC  (5+ messages)
      ` [PATCH] workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_init()

[RFC PATCH 00/22] Per-cpu page allocator replacement prototype
 2013-05-15 19:44 UTC  (3+ messages)
` [PATCH 18/22] mm: page allocator: Split magazine lock in two to reduce contention

[PATCH] Fixes, cleanups, compile warning fixes, and documentation update for Xen tmem driver (v2)
 2013-05-15 17:22 UTC 

[PATCH v5, part4 00/41] Simplify mem_init() implementations and kill num_physpages
 2013-05-15 15:49 UTC  (4+ messages)
` [PATCH v5, part4 31/41] mm/ppc: prepare for removing num_physpages and simplify mem_init()

[3.10-rc1 SLUB?] mm: kmemcheck warning
 2013-05-15 12:02 UTC  (2+ messages)

[PATCH] fs: bump inode and dentry counters to long
 2013-05-15  9:08 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox