linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-08 10:17:48 to 2013-08-12 16:30:05 UTC [more...]

[PATCH part5 0/7] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-12 16:29 UTC  (19+ messages)
` [PATCH part5 1/7] x86: get pg_data_t's memory from other node
` [PATCH part5 4/7] memblock, mem_hotplug: Introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regions
` [PATCH part5 5/7] memblock, mem_hotplug: Make memblock skip hotpluggable regions by default
` [PATCH part5 6/7] mem-hotplug: Introduce movablenode boot option to {en|dis}able using SRAT
` [PATCH part5 7/7] x86, numa, acpi, memory-hotplug: Make movablenode have higher priority

[patch 0/9] mm: thrash detection-based file cache sizing v3
 2013-08-12 16:27 UTC  (10+ messages)
` [patch 8/9] mm: thrash detection-based file cache sizing
` [patch 9/9] mm: workingset: keep shadow entries in check

[PATCH] mm: vmscan: decrease cma pages from nr_reclaimed
 2013-08-12 15:51 UTC 

[PATCH] mm: fix special swap entry handling on copy mm
 2013-08-12 15:43 UTC 

[PATCH v2] mm/hotplug: Verify hotplug memory range
 2013-08-12 14:49 UTC  (4+ messages)

[PATCH part2 0/4] acpi: Trivial fix and improving for memory hotplug
 2013-08-12 14:25 UTC  (16+ messages)
` [PATCH part2 1/4] acpi: Print Hot-Pluggable Field in SRAT
` [PATCH part2 2/4] earlycpio.c: Fix the confusing comment of find_cpio_data()
` [PATCH part2 3/4] acpi: Remove "continue" in macro INVALID_TABLE()

[PATCH part4 0/4] Parse SRAT memory affinities earlier
 2013-08-12 14:25 UTC  (11+ messages)
` [PATCH part4 1/4] x86: Make get_ramdisk_{image|size}() global
` [PATCH part4 4/4] x86, acpi, numa, mem_hotplug: Find hotpluggable memory in SRAT memory affinities

[PATCH] thp: Fix deadlock situation in vma_adjust with huge page in page cache
 2013-08-12 13:55 UTC  (2+ messages)

[PATCH v2 00/20] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-08-12 13:35 UTC  (25+ messages)
` [PATCH v2 01/20] mm, hugetlb: protect reserved pages when soft offlining a hugepage
` [PATCH v2 02/20] mm, hugetlb: change variable name reservations to resv
` [PATCH v2 03/20] mm, hugetlb: fix subpool accounting handling
` [PATCH v2 04/20] mm, hugetlb: remove useless check about mapping type
` [PATCH v2 05/20] mm, hugetlb: grab a page_table_lock after page_cache_release
` [PATCH v2 06/20] mm, hugetlb: return a reserved page to a reserved pool if failed
` [PATCH v2 07/20] mm, hugetlb: unify region structure handling
` [PATCH v2 08/20] mm, hugetlb: region manipulation functions take resv_map rather list_head
` [PATCH v2 09/20] mm, hugetlb: protect region tracking via newly introduced resv_map lock
` [PATCH v2 10/20] mm, hugetlb: remove resv_map_put()
` [PATCH v2 11/20] mm, hugetlb: make vma_resv_map() works for all mapping type
` [PATCH v2 12/20] mm, hugetlb: remove vma_has_reserves()
` [PATCH v2 13/20] mm, hugetlb: mm, hugetlb: unify chg and avoid_reserve to use_reserve
` [PATCH v2 14/20] mm, hugetlb: call vma_needs_reservation before entering alloc_huge_page()
` [PATCH v2 15/20] mm, hugetlb: remove a check for return value of alloc_huge_page()
` [PATCH v2 16/20] mm, hugetlb: move down outside_reserve check
` [PATCH v2 17/20] mm, hugetlb: move up anon_vma_prepare()
` [PATCH v2 18/20] mm, hugetlb: clean-up error handling in hugetlb_cow()
` [PATCH v2 19/20] mm, hugetlb: retry if failed to allocate and there is concurrent user
` [PATCH v2 20/20] mm, hugetlb: remove a hugetlb_instantiation_mutex

[PATCH v2 0/4] zcache: a compressed file page cache
 2013-08-12 13:23 UTC  (9+ messages)

[PATCH 2/2] Register bootmem pages at boot on powerpc
 2013-08-12 13:01 UTC  (3+ messages)

mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver
 2013-08-12 11:06 UTC  (3+ messages)

perf, percpu: panic in account_event
 2013-08-12  9:23 UTC  (2+ messages)

[RFC PATCH v2 0/4] mm: reclaim zbud pages on migration and compaction
 2013-08-12  3:49 UTC  (8+ messages)
` [RFC PATCH v2 1/4] zbud: use page ref counter for zbud pages
` [RFC PATCH v2 2/4] mm: split code for unusing swap entries from try_to_unuse
` [RFC PATCH v2 3/4] mm: use mapcount for identifying zbud pages
` [RFC PATCH v2 4/4] mm: reclaim zbud pages on migration and compaction

[resend] [PATCH] mm: vmscan: fix do_try_to_free_pages() livelock
 2013-08-12  1:46 UTC  (7+ messages)
  ` [resend] [PATCH V2] "
          ` [resend] [PATCH V3] "

[PATCH v5 0/9] extend hugepage migration
 2013-08-11 17:51 UTC  (12+ messages)
` [PATCH 1/9] migrate: make core migration code aware of hugepage
` [PATCH 2/9] soft-offline: use migrate_pages() instead of migrate_huge_page()
` [PATCH 3/9] migrate: add hugepage migration code to migrate_pages()
` [PATCH 4/9] migrate: add hugepage migration code to move_pages()
` [PATCH 5/9] mbind: add hugepage migration code to mbind()
` [PATCH 6/9] migrate: remove VM_HUGETLB from vma flag check in vma_migratable()
` [PATCH 7/9] memory-hotplug: enable memory hotplug to handle hugepage
` [PATCH 8/9] migrate: check movability of hugepage in unmap_and_move_huge_page()
` [PATCH 9/9] prepare to remove /proc/sys/vm/hugepages_treat_as_movable

[patch 0/2] Soft-dirty page tracker improvemens
 2013-08-10 17:48 UTC  (7+ messages)
` [patch 1/2] [PATCH] mm: Save soft-dirty bits on swapped pages
` [patch 2/2] [PATCH] mm: Save soft-dirty bits on file pages

[PATCH 1/1] pagemap: fix buffer overflow in add_page_map()
 2013-08-10 16:47 UTC  (4+ messages)

[PATCH] thp: Fix deadlock situation in vma_adjust with huge page in page cache
 2013-08-10  5:22 UTC  (2+ messages)

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-08-09 21:24 UTC  (25+ messages)
` [PATCH 01/23] radix-tree: implement preload for multiple contiguous elements
` [PATCH 19/23] truncate: support huge pages
` [PATCH 20/23] thp: handle file pages in split_huge_page()
` [PATCH 22/23] thp, mm: split huge page on mmap file page

[RFC 0/3] Add madvise(..., MADV_WILLWRITE)
 2013-08-09 20:34 UTC  (15+ messages)

vmstat kthreads
 2013-08-09 18:56 UTC  (6+ messages)
` [PATCH v2 1/2] mm: make vmstat_update periodic run conditional

[PATCH v2] mm: make lru_add_drain_all() selective
 2013-08-09 17:52 UTC  (10+ messages)
` [PATCH v4 1/2] workqueue: add new schedule_on_cpu_mask() API
        ` [PATCH v5 "
            ` [PATCH v6 "
            ` [PATCH v6 2/2] mm: make lru_add_drain_all() selective
        ` [PATCH v5 "

[patch v2 0/3] mm: improve page aging fairness between zones/nodes
 2013-08-09 18:45 UTC  (6+ messages)
` [patch v2 3/3] mm: page_alloc: fair zone allocator policy

[HEADSUP] conflicts between cgroup/for-3.12 and memcg
 2013-08-09 15:47 UTC  (4+ messages)

[PATCH] mm/hotplug: Verify hotplug memory range
 2013-08-09 15:33 UTC  (5+ messages)

[PATCH v5 00/16] fuse: An attempt to implement a write-back cache policy
 2013-08-09 15:02 UTC  (6+ messages)
` [PATCH 10/16] fuse: Implement writepages callback

[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
 2013-08-09 13:55 UTC  (8+ messages)
` [PATCH] sched, numa: Use {cpu, pid} to create task groups for shared faults
      ` [PATCH -v3] "
        ` [PATCH] mm, numa: Do not group on RO pages
          ` [PATCH] numa,sched: use group fault statistics in numa placement

[PATCH 00/18] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-08-09  9:37 UTC  (12+ messages)
` [PATCH 17/18] mm, hugetlb: retry if we fail to allocate a hugepage with use_reserve

[patch 0/7] improve memcg oom killer robustness v2
 2013-08-09  9:06 UTC  (3+ messages)

[PATCH 0/8] Correct memory hot add/remove for powerpc
 2013-08-09  7:16 UTC  (7+ messages)
` [PATCH 3/8] Add all memory via sysfs probe interface at once

[PATCHSET cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
 2013-08-09  1:00 UTC  (11+ messages)

[PATCH] Revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"
 2013-08-09  0:58 UTC  (4+ messages)

[PATCH 1/3] memcg: limit the number of thresholds per-memcg
 2013-08-09  0:50 UTC  (16+ messages)
` [PATCH 2/3] memcg: Limit the number of events registered on oom_control

[PATCH v2] Revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"
 2013-08-09  0:44 UTC 

[PATCH] [RFC] kmemcg: remove union from memcg_params
 2013-08-08 20:51 UTC 

unused swap offset / bad page map
 2013-08-08 15:36 UTC  (5+ messages)

[PATCH part1 0/5] acpica: Split acpi_gbl_root_table_list initialization into two parts
 2013-08-08 14:11 UTC  (2+ messages)

[PATCH 0/27] Basic scheduler support for automatic NUMA balancing V6
 2013-08-08 14:00 UTC  (28+ messages)
` [PATCH 01/27] mm: numa: Document automatic NUMA balancing sysctls
` [PATCH 02/27] sched, numa: Comment fixlets
` [PATCH 03/27] mm: numa: Account for THP numa hinting faults on the correct node
` [PATCH 04/27] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 05/27] mm, numa: Sanitize task_numa_fault() callsites
` [PATCH 06/27] sched, numa: Mitigate chance that same task always updates PTEs
` [PATCH 07/27] sched, numa: Continue PTE scanning even if migrate rate limited
` [PATCH 08/27] Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"
` [PATCH 09/27] sched: numa: Initialise numa_next_scan properly
` [PATCH 10/27] sched: numa: Slow scan rate if no NUMA hinting faults are being recorded
` [PATCH 11/27] sched: Set the scan rate proportional to the memory usage of the task being scanned
` [PATCH 12/27] sched: numa: Correct adjustment of numa_scan_period
` [PATCH 13/27] mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning
` [PATCH 14/27] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
` [PATCH 15/27] sched: Track NUMA hinting faults on per-node basis
` [PATCH 16/27] sched: Select a preferred node with the most numa hinting faults
` [PATCH 17/27] sched: Update NUMA hinting faults once per scan
` [PATCH 18/27] sched: Favour moving tasks towards the preferred node
` [PATCH 19/27] sched: Resist moving tasks towards nodes with fewer hinting faults
` [PATCH 20/27] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 21/27] sched: Add infrastructure for split shared/private accounting of NUMA hinting faults
` [PATCH 22/27] sched: Check current->mm before allocating NUMA faults
` [PATCH 23/27] mm: numa: Scan pages with elevated page_mapcount
` [PATCH 24/27] sched: Remove check that skips small VMAs
` [PATCH 25/27] sched: Set preferred NUMA node based on number of private faults
` [PATCH 26/27] sched: Avoid overloading CPUs on a preferred NUMA node
` [PATCH 27/27] sched: Retry migration of tasks to CPU on a preferred node


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).