linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/4] Support hot-remove local pagetable pages
 2013-05-25  2:22 UTC  (7+ messages)
` [PATCH 1/4] bootmem, mem-hotplug: Register local pagetable pages with LOCAL_NODE_DATA when freeing bootmem
` [PATCH 2/4] mem-hotplug: Skip LOCAL_NODE_DATA pages in memory offline procedure
` [PATCH 3/4] mem-hotplug: Skip LOCAL_NODE_DATA pages in memory online procedure
` [PATCH 4/4] mem-hotplug: Do not free LOCAL_NODE_DATA pages to buddy system in hot-remove procedure

[PATCH v8 00/34] kmemcg shrinkers
 2013-05-25  0:27 UTC  (38+ messages)
` [PATCH v8 01/34] fs: bump inode and dentry counters to long
` [PATCH v8 02/34] super: fix calculation of shrinkable objects for small numbers
` [PATCH v8 03/34] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v8 04/34] dentry: move to per-sb LRU locks
` [PATCH v8 05/34] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v8 06/34] mm: new shrinker API
` [PATCH v8 07/34] shrinker: convert superblock shrinkers to new API
` [PATCH v8 08/34] list: add a new LRU list type
` [PATCH v8 09/34] inode: convert inode lru list to generic lru list code
` [PATCH v8 10/34] dcache: convert to use new lru list infrastructure
` [PATCH v8 11/34] list_lru: per-node "
` [PATCH v8 12/34] shrinker: add node awareness
` [PATCH v8 13/34] vmscan: per-node deferred work
` [PATCH v8 14/34] list_lru: per-node API
` [PATCH v8 15/34] fs: convert inode and dentry shrinking to be node aware
` [PATCH v8 16/34] xfs: convert buftarg LRU to generic code
` [PATCH v8 17/34] xfs: convert dquot cache lru to list_lru
` [PATCH v8 18/34] fs: convert fs shrinkers to new scan/count API
` [PATCH v8 19/34] drivers: convert shrinkers to new count/scan API
` [PATCH v8 20/34] i915: bail out earlier when shrinker cannot acquire mutex
` [PATCH v8 21/34] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v8 22/34] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v8 23/34] shrinker: Kill old ->shrink API
` [PATCH v8 24/34] vmscan: also shrink slab in memcg pressure
` [PATCH v8 25/34] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v8 26/34] lru: add an element to a memcg list
` [PATCH v8 27/34] list_lru: per-memcg walks
` [PATCH v8 28/34] memcg: per-memcg kmem shrinking
` [PATCH v8 29/34] memcg: scan cache objects hierarchically
` [PATCH v8 30/34] vmscan: take at least one pass with shrinkers
` [PATCH v8 31/34] super: targeted memcg reclaim
` [PATCH v8 32/34] memcg: move initialization to memcg creation
` [PATCH v8 33/34] vmpressure: in-kernel notifications
` [PATCH v8 34/34] memcg: reap dead memcgs upon global memory pressure

[PATCH] mm: page_alloc: fix watermark check in __zone_watermark_ok()
 2013-05-24 20:23 UTC  (2+ messages)

[PATCH 3/3] mm/kmemleak.c: Merge the consecutive scan-areas
 2013-05-24 17:06 UTC  (2+ messages)

[RFC][PATCH] mm: Fix RLIMIT_MEMLOCK
 2013-05-24 15:40 UTC  (2+ messages)

[PATCH v2 00/10] uaccess: better might_sleep/might_fault behavior
 2013-05-24 14:18 UTC  (25+ messages)
` [PATCH v2 07/10] powerpc: uaccess s/might_sleep/might_fault/
` [PATCH v2 10/10] kernel: might_fault does not imply might_sleep
` [PATCH v3 10/11] kernel: drop voluntary schedule from might_fault
` [PATCH v3 11/11] kernel: uaccess in atomic with pagefault_disable

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

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

[PATCH v3 00/13] Arrange hotpluggable memory in SRAT as ZONE_MOVABLE
 2013-05-24  9:29 UTC  (14+ messages)
` [PATCH v3 01/13] x86: get pg_data_t's memory from other node
` [PATCH v3 02/13] acpi: Print Hot-Pluggable Field in SRAT
` [PATCH v3 03/13] page_alloc, mem-hotplug: Improve movablecore to {en|dis}able using SRAT
` [PATCH v3 04/13] x86, numa, acpi, memory-hotplug: Introduce hotplug info into struct numa_meminfo
` [PATCH v3 05/13] x86, numa, acpi, memory-hotplug: Consider hotplug info when cleanup numa_meminfo
` [PATCH v3 06/13] memblock, numa: Introduce flag into memblock
` [PATCH v3 07/13] x86, numa, mem-hotplug: Mark nodes which the kernel resides in
` [PATCH v3 08/13] x86, numa: Move memory_add_physaddr_to_nid() to CONFIG_NUMA
` [PATCH v3 09/13] x86, numa, memblock: Introduce MEMBLK_LOCAL_NODE to mark and reserve node-life-cycle data
` [PATCH v3 10/13] x86, acpi, numa, mem-hotplug: Introduce MEMBLK_HOTPLUGGABLE to mark and reserve hotpluggable memory
` [PATCH v3 11/13] x86, memblock, mem-hotplug: Free hotpluggable memory reserved by memblock
` [PATCH v3 12/13] x86, numa, acpi, memory-hotplug: Make movablecore=acpi have higher priority
` [PATCH v3 13/13] doc, page_alloc, acpi, mem-hotplug: Add doc for movablecore=acpi boot option

[PATCH 0/12][V3] memcg: make memcg's life cycle the same as cgroup
 2013-05-24  7:54 UTC  (5+ messages)
` [PATCH 5/9] memcg: use css_get/put when charging/uncharging kmem

[PATCH 0/5] ACPI / scan / memhotplug: ACPI hotplug rework followup changes
 2013-05-23 16:45 UTC  (5+ messages)
` [PATCH 5/5] ACPI / memhotplug: Drop unnecessary code
    ` [PATCH *5/5] Memory hotplug / ACPI: Simplify memory removal (was: Re: [PATCH 5/5] ACPI / memhotplug: Drop unnecessary code)

[PATCHv4 00/39] Transparent huge page cache
 2013-05-23 16:00 UTC  (61+ messages)
` [PATCHv4 02/39] block: implement add_bdi_stat()
` [PATCHv4 03/39] mm: implement zero_huge_user_segment and friends
` [PATCHv4 04/39] radix-tree: implement preload for multiple contiguous elements
` [PATCHv4 06/39] thp, mm: avoid PageUnevictable on active/inactive lru lists
` [PATCHv4 07/39] thp, mm: basic defines for transparent huge page cache
` [PATCHv4 08/39] thp: compile-time and sysfs knob for thp pagecache
` [PATCHv4 09/39] thp, mm: introduce mapping_can_have_hugepages() predicate
` [PATCHv4 12/39] thp, mm: rewrite add_to_page_cache_locked() to support huge pages
` [PATCHv4 16/39] thp, mm: locking tail page is a bug
` [PATCHv4 26/39] ramfs: enable transparent huge page cache
` [PATCHv4 29/39] thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()
` [PATCHv4 30/39] thp: do_huge_pmd_anonymous_page() cleanup
` [PATCHv4 33/39] thp, mm: implement do_huge_linear_fault()
` [PATCHv4 34/39] thp, mm: handle huge pages in filemap_fault()
` [PATCHv4 37/39] thp: handle write-protect exception to file-backed huge pages
` [PATCHv4 38/39] thp: vma_adjust_trans_huge(): adjust file-backed VMA too
` [PATCHv4 39/39] thp: map file-backed huge pages on fault

[PATCH 0/2] Reduce system disruption due to kswapd followup
 2013-05-23 13:12 UTC  (5+ messages)
` [PATCH 1/2] mm: vmscan: mm: vmscan: Have kswapd writeback pages based on dirty pages encountered, not priority -fix
` [PATCH 2/2] mm: vmscan: Take page buffers dirty and locked state into account

[PATCHv11 0/4] zswap: compressed swap caching
 2013-05-23  9:52 UTC  (9+ messages)
` [PATCHv11 2/4] zbud: add to mm/

[PATCH v2 1/4] mm/memory-hotplug: fix lowmem count overflow when offline pages
 2013-05-23  8:42 UTC  (4+ messages)
` [PATCH v2 2/4] mm/pageblock: remove get/set_pageblock_flags
` [PATCH v2 3/4] mm/hugetlb: remove hugetlb_prefault
` [PATCH v2 4/4] mm/hugetlb: use already exist interface huge_page_shift

[PATCH 2/2 v2, RFC] Driver core: Introduce offline/online callbacks for memory blocks
 2013-05-23  4:37 UTC  (7+ messages)
    ` [PATCH] Driver core / memory: Simplify __memory_block_change_state()

[RFC PATCH] zswap: add zswap shrinker
 2013-05-23  1:56 UTC  (5+ messages)

mmotm 2013-05-22-16-40 uploaded
 2013-05-22 23:42 UTC 

[PATCH 1/4] mm/memory-hotplug: fix lowmem count overflow when offline pages
 2013-05-22 23:40 UTC  (12+ messages)
` [PATCH 2/4] mm/pageblock: remove get/set_pageblock_flags
` [PATCH 3/4] mm/hugetlb: remove hugetlb_prefault
` [PATCH 4/4] mm/hugetlb: use already exist interface huge_page_shift

[PATCH v2 1/2] Make the batch size of the percpu_counter configurable
 2013-05-22 23:37 UTC  (7+ messages)

[PATCH v7 0/8] kdump, vmcore: support mmap() on /proc/vmcore
 2013-05-22 20:46 UTC  (7+ messages)
` [PATCH v7 2/8] vmcore: allocate buffer for ELF headers on page-size alignment
` [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

[RFC PATCH 00/02] swap: allowing a more flexible DISCARD policy
 2013-05-22 13:52 UTC  (8+ messages)
` [RFC PATCH 02/02] swapon: add "cluster-discard" support

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
 2013-05-22 10:32 UTC  (6+ messages)

[PATCH] mm: Fix warning
 2013-05-22 10:18 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