linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-07 07:16:22 to 2013-08-08 20:00:23 UTC [more...]

[PATCH] mm/hotplug: Verify hotplug memory range
 2013-08-08 19:59 UTC  (3+ messages)

[RFC 0/3] Add madvise(..., MADV_WILLWRITE)
 2013-08-08 19:25 UTC  (9+ messages)

[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

[PATCH part4 0/4] Parse SRAT memory affinities earlier
 2013-08-08 16:41 UTC  (6+ 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

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

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

[PATCH 1/3] memcg: limit the number of thresholds per-memcg
 2013-08-08 14:43 UTC  (17+ messages)
` [PATCH 2/3] memcg: Limit the number of events registered on oom_control
` [PATCH 3/3] vmpressure: limit the number of registered events

[PATCH part2 0/4] acpi: Trivial fix and improving for memory hotplug
 2013-08-08 14:09 UTC  (9+ 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

[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 part5 0/7] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-08 10:16 UTC  (8+ 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

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-08-08 10:04 UTC  (10+ messages)
` [PATCH 01/23] radix-tree: implement preload for multiple contiguous elements

[patch v2 0/3] mm: improve page aging fairness between zones/nodes
 2013-08-08  9:21 UTC  (10+ messages)
` [patch v2 1/3] mm: vmscan: fix numa reclaim balance problem in kswapd
` [patch v2 2/3] mm: page_alloc: rearrange watermark checking in get_page_from_freelist
` [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  (21+ messages)
` [PATCH 1/9] mm: zone_reclaim: remove ZONE_RECLAIM_LOCKED
` [PATCH 5/9] mm: compaction: don't require high order pages below min wmark
` [PATCH 6/9] mm: zone_reclaim: compaction: increase the high order pages in the watermarks
` [PATCH 7/9] mm: zone_reclaim: compaction: export compact_zone_order()
` [PATCH 8/9] mm: zone_reclaim: after a successful zone_reclaim check the min watermark
` [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  (7+ messages)
` [RFC PATCH 1/4] zbud: use page ref counter for zbud pages
` [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  (29+ messages)
` [PATCH v3 01/25] acpi: Print Hot-Pluggable Field in SRAT
` [PATCH v3 02/25] earlycpio.c: Fix the confusing comment of find_cpio_data()
` [PATCH v3 03/25] acpi: Remove "continue" in macro INVALID_TABLE()
` [PATCH v3 04/25] acpi: Introduce acpi_verify_initrd() to check if a table is invalid
` [PATCH v3 05/25] acpi, acpica: Split acpi_tb_install_table() into two parts
` [PATCH v3 06/25] acpi, acpica: Call two new functions instead of acpi_tb_install_table() in acpi_tb_parse_root_table()
` [PATCH v3 07/25] acpi, acpica: Split acpi_tb_parse_root_table() into two parts
` [PATCH v3 08/25] acpi, acpica: Call two new functions instead of acpi_tb_parse_root_table() in acpi_initialize_tables()
` [PATCH v3 09/25] acpi, acpica: Split acpi_initialize_tables() into two parts
` [PATCH v3 10/25] x86, acpi: Call two new functions instead of acpi_initialize_tables() in acpi_table_init()
` [PATCH v3 11/25] x86, acpi: Split acpi_table_init() into two parts
` [PATCH v3 12/25] x86, acpi: Rename check_multiple_madt() and make it global
` [PATCH v3 13/25] x86, acpi: Split acpi_boot_table_init() into two parts
` [PATCH v3 14/25] x86, acpi: Initialize acpi golbal root table list earlier
` [PATCH v3 15/25] x86: get pg_data_t's memory from other node
` [PATCH v3 16/25] x86: Make get_ramdisk_{image|size}() global
` [PATCH v3 17/25] x86, acpica, acpi: Try to find if SRAT is overrided earlier
` [PATCH v3 18/25] x86, acpica, acpi: Try to find SRAT in firmware earlier
` [PATCH v3 19/25] x86, acpi, numa, mem_hotplug: Find hotpluggable memory in SRAT memory affinities
` [PATCH v3 20/25] x86, numa, mem_hotplug: Skip all the regions the kernel resides in
` [PATCH v3 21/25] memblock, numa: Introduce flag into memblock
` [PATCH v3 22/25] memblock, mem_hotplug: Introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regions
` [PATCH v3 23/25] memblock, mem_hotplug: Make memblock skip hotpluggable regions by default
` [PATCH v3 24/25] mem-hotplug: Introduce movablenode boot option to {en|dis}able using SRAT
` [PATCH v3 25/25] x86, numa, acpi, memory-hotplug: Make movablenode have higher priority

[PATCHSET cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
 2013-08-08  2:53 UTC  (12+ 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] mm: make lru_add_drain_all() selective
 2013-08-07 22:48 UTC  (8+ 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 v4 2/2] mm: make lru_add_drain_all() selective

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

[PATCH v3 1/3] mm: make generic_access_phys available for modules
 2013-08-07 11:02 UTC 

[PATCH 0/2] hugepage: optimize page fault path locking
 2013-08-07  9:21 UTC  (4+ messages)

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

[PATCH 3/3] mm: use zone_is_initialized() instead of if(zone->wait_table)
 2013-08-07  9:10 UTC 

[PATCH 2/3] mm: use zone_is_empty() instead of if(zone->spanned_pages)
 2013-08-07  9:10 UTC 

[PATCH 1/3] mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pages
 2013-08-07  9:09 UTC 

[PATCH 1/4] mm, rmap: do easy-job first in anon_vma_fork
 2013-08-07  7:18 UTC  (9+ messages)
` [PATCH 2/4] mm, rmap: allocate anon_vma_chain before starting to link anon_vma_chain
` [PATCH 3/4] mm, rmap: minimize lock hold when unlink_anon_vmas


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