linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-07 18:01:13 to 2013-08-09 17:38:13 UTC [more...]

[PATCH] mm: make lru_add_drain_all() selective
 2013-08-09 16:30 UTC  (12+ messages)
` [PATCH v2] "
    ` [PATCH v3 1/2] workqueue: add new schedule_on_cpu_mask() API
    ` [PATCH v3 2/2] mm: make lru_add_drain_all() selective
    ` [PATCH v4 1/2] workqueue: add new schedule_on_cpu_mask() API
            ` [PATCH v5 "
    ` [PATCH v4 2/2] mm: make lru_add_drain_all() selective

[RFC 0/3] Add madvise(..., MADV_WILLWRITE)
 2013-08-09 17:36 UTC  (12+ messages)

[PATCH part5 0/7] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-09 16:32 UTC  (9+ messages)
` [PATCH part5 1/7] x86: get pg_data_t's memory from other node
` [PATCH part5 2/7] x86, numa, mem_hotplug: Skip all the regions the kernel resides in
` [PATCH part5 3/7] memblock, numa: Introduce flag into memblock
` [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 part2 0/4] acpi: Trivial fix and improving for memory hotplug
 2013-08-09 15:59 UTC  (12+ 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 part2 4/4] acpi: Introduce acpi_verify_initrd() to check if a table is invalid

[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 2/2] Register bootmem pages at boot on powerpc
 2013-08-09 15:32 UTC 

[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

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-08-09 14:50 UTC  (24+ 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

[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

[RFC PATCH v2 0/4] mm: reclaim zbud pages on migration and compaction
 2013-08-09 10:22 UTC  (5+ 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

[PATCH part4 0/4] Parse SRAT memory affinities earlier
 2013-08-09  9:32 UTC  (7+ messages)
` [PATCH part4 1/4] x86: Make get_ramdisk_{image|size}() global
` [PATCH part4 2/4] x86, acpica, acpi: Try to find if SRAT is overrided earlier
` [PATCH part4 3/4] x86, acpica, acpi: Try to find SRAT in firmware earlier
` [PATCH part4 4/4] x86, acpi, numa, mem_hotplug: Find hotpluggable memory in SRAT memory affinities

[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 v2 00/20] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-08-09  9:26 UTC  (21+ 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 0/7] improve memcg oom killer robustness v2
 2013-08-09  9:06 UTC  (3+ messages)

[PATCH v2 0/4] zcache: a compressed file page cache
 2013-08-09  8:03 UTC  (2+ 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

[PATCH v5 0/9] extend hugepage migration
 2013-08-09  5:21 UTC  (10+ 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 1/1] pagemap: fix buffer overflow in add_page_map()
 2013-08-09  5:16 UTC 

[PATCHSET cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
 2013-08-09  1:00 UTC  (13+ 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 

[resend] [PATCH] mm: vmscan: fix do_try_to_free_pages() livelock
 2013-08-08 18:14 UTC  (6+ messages)
  ` [resend] [PATCH V2] "

[patch 0/2] Soft-dirty page tracker improvemens
 2013-08-08 14:51 UTC  (8+ 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

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

vmstat kthreads
 2013-08-08 14:59 UTC  (7+ messages)
` [PATCH v2 1/2] mm: make vmstat_update periodic run conditional

[PATCH part1 0/5] acpica: Split acpi_gbl_root_table_list initialization into two parts
 2013-08-08 14:11 UTC  (7+ messages)
` [PATCH part1 1/5] acpi, acpica: Split acpi_tb_install_table() "
` [PATCH part1 2/5] acpi, acpica: Call two new functions instead of acpi_tb_install_table() in acpi_tb_parse_root_table()
` [PATCH part1 3/5] acpi, acpica: Split acpi_tb_parse_root_table() into two parts
` [PATCH part1 4/5] acpi, acpica: Call two new functions instead of acpi_tb_parse_root_table() in acpi_initialize_tables()
` [PATCH part1 5/5] acpi, acpica: Split acpi_initialize_tables() into two parts

[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

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

[PATCH part3 0/5] acpi, acpica: Initialize acpi_gbl_root_table_list earlier and override it later
 2013-08-08  8:54 UTC  (6+ messages)
` [PATCH part3 1/5] x86, acpi: Call two new functions instead of acpi_initialize_tables() in acpi_table_init()
` [PATCH part3 2/5] x86, acpi: Split acpi_table_init() into two parts
` [PATCH part3 3/5] x86, acpi: Rename check_multiple_madt() and make it global
` [PATCH part3 4/5] x86, acpi: Split acpi_boot_table_init() into two parts
` [PATCH part3 5/5] x86, acpi: Initialize acpi golbal root table list earlier

readahead: make context readahead more conservative
 2013-08-08  8:54 UTC 

[PATCH 0/9] adding compaction to zone_reclaim_mode v3
 2013-08-08  8:22 UTC  (11+ messages)
` [PATCH 5/9] mm: compaction: don't require high order pages below min wmark
` [PATCH 9/9] mm: zone_reclaim: compaction: add compaction to zone_reclaim_mode

[RFC PATCH 0/4] mm: reclaim zbud pages on migration and compaction
 2013-08-08  7:26 UTC  (4+ messages)
` [RFC PATCH 3/4] mm: add zbud flag to page flags

[PATCH v3 00/25] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-08  3:41 UTC  (4+ messages)

[PATCH v5 0/5] memcg, cgroup: kill css_id
 2013-08-08  2:34 UTC  (6+ messages)
` [PATCH v5 1/5] memcg: convert to use cgroup_is_descendant()
` [PATCH v5 2/5] memcg: convert to use cgroup id
` [PATCH v5 3/5] memcg: fail to create cgroup if the cgroup id is too big
  ` [PATCH v5 4/5] memcg: stop using css id
` [PATCH v5 5/5] cgroup: kill css_id

mmotm 2013-08-07-16-55 uploaded
 2013-08-07 23:56 UTC 

[PATCH] aoe: adjust ref of head for compound page tails
 2013-08-07 23:51 UTC  (5+ messages)

[PATCH 07/22] block: Convert bio_for_each_segment() to bvec_iter
 2013-08-07 21:54 UTC 

[PATCH] mm, page_alloc: optimize batch count in free_pcppages_bulk()
 2013-08-07 19:08 UTC  (3+ messages)


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