linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/12][V3] memcg: make memcg's life cycle the same as cgroup
 2013-05-17  7:05 UTC  (10+ 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] mm: vmscan: handle any negative return value from scan_objects
 2013-05-17  6:33 UTC  (4+ messages)

[PATCH V2 0/3] memcg: simply lock of page stat accounting
 2013-05-17  5:57 UTC  (6+ 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  (13+ 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 9/9] mm: vmscan: Move logic from balance_pgdat() to kswapd_shrink_zone()

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

[PATCH V2 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
 2013-05-17  3:28 UTC  (19+ 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 v6 00/31] kmemcg shrinkers
 2013-05-17  0:51 UTC  (12+ messages)
` [PATCH v6 04/31] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v7 "
` [PATCH v6 12/31] fs: convert inode and dentry shrinking to be node aware

[patch v3 0/3 -mm] Soft limit rework
 2013-05-16 23:12 UTC  (11+ 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 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)

[RFCv2][PATCH 0/5] mm: Batch page reclamation under shink_page_list
 2013-05-16 20:34 UTC  (6+ 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 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

[PATCHv11 0/4] zswap: compressed swap caching
 2013-05-16 17:16 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

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

[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

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

[PATCH v5 0/8] kdump, vmcore: support mmap() on /proc/vmcore
 2013-05-15  8:29 UTC  (9+ messages)
` [PATCH v5 5/8] vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory
` [PATCH v5 6/8] vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list
` [PATCH v5 7/8] vmcore: calculate vmcore file size from buffer size and total size of vmcore objects

[PATCH v4 00/20] change invalidatepage prototype to accept length
 2013-05-15  7:30 UTC  (17+ messages)
` [PATCH v4 05/20] xfs: use ->invalidatepage() length argument
` [PATCH v4 07/20] ceph: "
` [PATCH v4 08/20] gfs2: "
` [PATCH v4 09/20] reiserfs: "
` [PATCH v4 10/20] mm: teach truncate_inode_pages_range() to handle non page aligned ranges
` [PATCH v4 11/20] Revert "ext4: remove no longer used functions in inode.c"
` [PATCH v4 12/20] ext4: Call ext4_jbd2_file_inode() after zeroing block
` [PATCH v4 13/20] Revert "ext4: fix fsx truncate failure"
` [PATCH v4 14/20] ext4: truncate_inode_pages() in orphan cleanup path
` [PATCH v4 15/20] ext4: use ext4_zero_partial_blocks in punch_hole
` [PATCH v4 16/20] ext4: remove unused discard_partial_page_buffers
` [PATCH v4 17/20] ext4: remove unused code from ext4_remove_blocks()
` [PATCH v4 18/20] ext4: update ext4_ext_remove_space trace point
` [PATCH v4 19/20] ext4: make punch hole code path work with bigalloc
` [PATCH v4 20/20] ext4: Allow punch hole with bigalloc enabled

[RFC 0/4] free reclaimed pages by paging out instantly
 2013-05-15  7:12 UTC  (4+ messages)
` [RFC 4/4] mm: free reclaimed pages instantly without depending next reclaim

[PATCH] Fixes, cleanups, compile warning fixes, and documentation update for Xen tmem driver (v2)
 2013-05-14 18:09 UTC  (10+ messages)
` [PATCH 1/9] xen/tmem: Cleanup. Remove the parts that say temporary
` [PATCH 2/9] xen/tmem: Move all of the boot and module parameters to the top of the file
` [PATCH 3/9] xen/tmem: Split out the different module/boot options
` [PATCH 4/9] xen/tmem: Fix compile warning
` [PATCH 5/9] xen/tmem: s/disable_// and change the logic
` [PATCH 6/9] xen/tmem: Remove the boot options and fold them in the tmem.X parameters
` [PATCH 7/9] xen/tmem: Remove the usage of 'noselfshrink' and use 'tmem.selfshrink' bool instead
` [PATCH 8/9] xen/tmem: Remove the usage of '[no|]selfballoon' and use 'tmem.selfballooning' "
` [PATCH 9/9] xen/tmem: Don't use self[ballooning|shrinking] if frontswap is off

page:  |  | latest

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