messages from 2013-05-18 23:27:08 to 2013-05-22 09:21:49 UTC [more...]
[PATCH v2 00/13] Arrange hotpluggable memory in SRAT as ZONE_MOVABLE
2013-05-22 9:24 UTC (6+ messages)
` [PATCH v2 01/13] x86: get pg_data_t's memory from other node
` [PATCH v2 12/13] x86, numa, acpi, memory-hotplug: Make movablecore=acpi have higher priority
[PATCH 0/9] Reduce system disruption due to kswapd V4
2013-05-22 8:48 UTC (3+ messages)
[PATCH 0/12][V3] memcg: make memcg's life cycle the same as cgroup
2013-05-22 8:36 UTC (4+ messages)
` [PATCH 5/9] memcg: use css_get/put when charging/uncharging kmem
[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
2013-05-22 8:09 UTC
[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
2013-05-22 7:56 UTC (5+ messages)
[PATCHv4 00/39] Transparent huge page cache
2013-05-22 7:26 UTC (57+ messages)
` [PATCHv4 01/39] mm: drop actor argument of do_generic_file_read()
` [PATCHv4 02/39] block: implement add_bdi_stat()
` [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 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 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 26/39] ramfs: enable "
` [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 31/39] thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()
` [PATCHv4 32/39] mm: cleanup __do_fault() implementation
[PATCH v2 1/2] Make the batch size of the percpu_counter configurable
2013-05-22 7:20 UTC (6+ messages)
[PATCH v7 00/34] kmemcg shrinkers
2013-05-22 6:26 UTC (46+ messages)
` [PATCH v7 01/34] fs: bump inode and dentry counters to long
` [PATCH v7 02/34] super: fix calculation of shrinkable objects for small numbers
` [PATCH v7 03/34] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v7 04/34] dentry: move to per-sb LRU locks
` [PATCH v7 05/34] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v7 06/34] mm: new shrinker API
` [PATCH v7 07/34] shrinker: convert superblock shrinkers to new API
` [PATCH v7 08/34] list: add a new LRU list type
` [PATCH v7 09/34] inode: convert inode lru list to generic lru list code
` [PATCH v7 10/34] dcache: convert to use new lru list infrastructure
` [PATCH v7 11/34] list_lru: per-node "
` [PATCH v7 12/34] shrinker: add node awareness
` [PATCH v7 13/34] vmscan: per-node deferred work
` [PATCH v7 14/34] list_lru: per-node API
` [PATCH v7 15/34] fs: convert inode and dentry shrinking to be node aware
` [PATCH v7 16/34] xfs: convert buftarg LRU to generic code
` [PATCH v7 17/34] xfs: convert dquot cache lru to list_lru
` [PATCH v7 18/34] fs: convert fs shrinkers to new scan/count API
` [PATCH v7 19/34] drivers: convert shrinkers to new count/scan API
` [PATCH v7 20/34] i915: bail out earlier when shrinker cannot acquire mutex
` [PATCH v7 21/34] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v7 22/34] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v7 23/34] shrinker: Kill old ->shrink API
` [PATCH v7 24/34] vmscan: also shrink slab in memcg pressure
` [PATCH v7 25/34] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v7 26/34] lru: add an element to a memcg list
` [PATCH v7 27/34] list_lru: per-memcg walks
` [PATCH v7 28/34] memcg: per-memcg kmem shrinking
` [PATCH v7 29/34] memcg: scan cache objects hierarchically
` [PATCH v7 30/34] vmscan: take at least one pass with shrinkers
` [PATCH v7 31/34] super: targeted memcg reclaim
` [PATCH v7 32/34] memcg: move initialization to memcg creation
` [PATCH v7 33/34] vmpressure: in-kernel notifications
` [PATCH v7 34/34] memcg: reap dead memcgs upon global memory pressure
[RFC PATCH] zswap: add zswap shrinker
2013-05-22 6:05 UTC (4+ messages)
[PATCH 0/3 RFC] Driver core: Add offline/online callbacks for memory_subsys
2013-05-22 4:45 UTC (8+ messages)
` [PATCH 0/2 v2, "
` [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 v7 0/8] kdump, vmcore: support mmap() on /proc/vmcore
2013-05-22 2:56 UTC (9+ messages)
` [PATCH v7 1/8] vmcore: clean up read_vmcore()
` [PATCH v7 2/8] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH v7 3/8] vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list
` [PATCH v7 4/8] vmalloc: make find_vm_area check in range
` [PATCH v7 5/8] vmalloc: introduce remap_vmalloc_range_partial
` [PATCH v7 6/8] vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory
` [PATCH v7 7/8] vmcore: calculate vmcore file size from buffer size and total size of vmcore objects
` [PATCH v7 8/8] vmcore: support mmap() on /proc/vmcore
[PATCH v5 0/7] Per process reclaim
2013-05-22 0:33 UTC (4+ messages)
` [PATCH v5 6/7] mm: Support address range reclaim
[PATCH] Finally eradicate CONFIG_HOTPLUG
2013-05-22 0:04 UTC (5+ messages)
[RFC PATCH 00/02] swap: allowing a more flexible DISCARD policy
2013-05-21 22:01 UTC (11+ messages)
` [RFC PATCH 01/02] swap: discard while swapping only if SWAP_FLAG_DISCARD_CLUSTER
` [RFC PATCH 02/02] swapon: add "cluster-discard" support
[PATCH] mm: Change normal message to use pr_debug
2013-05-21 21:33 UTC
[PATCH] drivers/base: Use attribute groups to create sysfs memory files
2013-05-21 16:33 UTC (2+ messages)
[PATCH v4 00/20] change invalidatepage prototype to accept length
2013-05-21 14:34 UTC (2+ messages)
[PATCH v2 00/10] uaccess: better might_sleep/might_fault behavior
2013-05-21 13:28 UTC (14+ messages)
` [PATCH v2 10/10] kernel: might_fault does not imply might_sleep
Bye bye Mr tmem guy
2013-05-21 11:17 UTC (9+ messages)
` [Xen-devel] "
[PATCH 0/5] ACPI / scan / memhotplug: ACPI hotplug rework followup changes
2013-05-21 10:59 UTC (13+ messages)
` [PATCH 1/5] ACPI: Drop removal_type field from struct acpi_device
` [PATCH 2/5] ACPI / processor: Pass processor object handle to acpi_bind_one()
` [PATCH 3/5] Driver core / MM: Drop offline_memory_block()
` [PATCH 4/5] ACPI / scan: Add second pass of companion offlining to hot-remove code
` [PATCH 5/5] ACPI / memhotplug: Drop unnecessary code
[PATCH] mm: vmscan: add BUG_ON on illegal return values from scan_objects
2013-05-21 10:34 UTC (4+ messages)
[PATCHv11 0/4] zswap: compressed swap caching
2013-05-21 8:10 UTC (10+ messages)
` [PATCHv11 2/4] zbud: add to mm/
` [PATCHv11 3/4] zswap: "
[PATCH v2] mm: vmscan: add VM_BUG_ON on illegal return values from scan_objects
2013-05-21 7:28 UTC (3+ messages)
[patch v3 0/3 -mm] Soft limit rework
2013-05-21 6:53 UTC (5+ messages)
` [patch v3 -mm 1/3] memcg: integrate soft reclaim tighter with zone shrinking code
LSF-MM Volatile Ranges Discussion Plans
2013-05-21 3:50 UTC (4+ messages)
` Summary of LSF-MM Volatile Ranges Discussion
[PATCHv12 0/4] zswap: compressed swap caching
2013-05-21 3:37 UTC (7+ messages)
` [PATCHv12 1/4] debugfs: add get/set for atomic types
` [PATCHv12 2/4] zbud: add to mm/
` [PATCHv12 3/4] zswap: "
` [PATCHv12 4/4] zswap: add documentation
[PATCH V2 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()
2013-05-21 2:27 UTC (13+ messages)
` [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())
mmotm 2013-05-09-15-57 uploaded
2013-05-20 22:31 UTC (3+ messages)
[PATCH 0/4] Obey mark_page_accessed hint given by filesystems v2
2013-05-20 22:09 UTC (5+ messages)
` [PATCH 3/4] mm: Activate !PageLRU pages on mark_page_accessed if page is on local pagevec
[RFCv2][PATCH 0/5] mm: Batch page reclamation under shink_page_list
2013-05-20 21:55 UTC (2+ messages)
[PATCH] staging: ramster: add how-to document
2013-05-20 15:16 UTC (2+ messages)
[PATCH] staging: ramster: add how-to document
2013-05-20 14:52 UTC
[PATCH 0/5] Obey mark_page_accessed hint given by filesystems v3r1
2013-05-20 14:38 UTC (4+ messages)
` [PATCH 4/5] mm: Remove lru parameter from __pagevec_lru_add and remove parts of pagevec API
[Suggestion] mm/bootmem.c: need return failure code when BUG() neither CONFIG_BUG nor HAVE_ARCH_BUG is defined
2013-05-20 8:10 UTC
[Qemu-devel] QEMU NUMA and memory allocation problem
2013-05-20 3:03 UTC (4+ messages)
` "
[PATCH] KVM/MIPS32: Export min_low_pfn
2013-05-19 9:22 UTC
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).