linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-31 04:41:03 to 2013-08-02 01:22:44 UTC [more...]

Possible deadloop in direct reclaim?
 2013-08-02  1:18 UTC  (18+ messages)

[PATCH v2 00/18] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-02  1:19 UTC  (31+ messages)
` [PATCH v2 01/18] acpi: Print Hot-Pluggable Field in SRAT
` [PATCH v2 02/18] earlycpio.c: Fix the confusing comment of find_cpio_data()
` [PATCH v2 03/18] acpi: Remove "continue" in macro INVALID_TABLE()
` [PATCH v2 04/18] acpi: Introduce acpi_invalid_table() to check if a table is invalid
` [PATCH v2 05/18] x86, acpi: Split acpi_boot_table_init() into two parts
` [PATCH v2 06/18] x86, acpi: Initialize ACPI root table list earlier
` [PATCH v2 07/18] x86, acpi: Also initialize signature and length when parsing root table
` [PATCH v2 08/18] x86: get pg_data_t's memory from other node
` [PATCH v2 09/18] x86: Make get_ramdisk_{image|size}() global
` [PATCH v2 10/18] x86, acpi: Try to find if SRAT is overrided earlier
` [PATCH v2 11/18] x86, acpi: Try to find SRAT in firmware earlier
` [PATCH v2 12/18] x86, acpi, numa, mem_hotplug: Find hotpluggable memory in SRAT memory affinities
` [PATCH v2 13/18] x86, numa, mem_hotplug: Skip all the regions the kernel resides in
` [PATCH v2 14/18] memblock, numa: Introduce flag into memblock
` [PATCH v2 15/18] memblock, mem_hotplug: Introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regions
` [PATCH v2 16/18] memblock, mem_hotplug: Make memblock skip hotpluggable regions by default
` [PATCH v2 17/18] mem-hotplug: Introduce movablenode boot option to {en|dis}able using SRAT
` [PATCH v2 18/18] x86, numa, acpi, memory-hotplug: Make movablenode have higher priority

[PATCH 0/18] Basic scheduler support for automatic NUMA balancing V5
 2013-08-01 22:36 UTC  (68+ messages)
` [PATCH 02/18] sched: Track NUMA hinting faults on per-node basis
` [PATCH 04/18] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 07/18] sched: Favour moving tasks towards the preferred node
  ` [PATCH] sched, numa: migrates_degrades_locality()
` [PATCH 08/18] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 09/18] sched: Add infrastructure for split shared/private accounting of NUMA hinting faults
` [PATCH 13/18] mm: numa: Scan pages with elevated page_mapcount
` [PATCH 15/18] sched: Set preferred NUMA node based on number of private faults
  ` [PATCH 15/18] fix compilation with !CONFIG_NUMA_BALANCING
` [PATCH 16/18] sched: Avoid overloading CPUs on a preferred NUMA node
` [PATCH 17/18] sched: Retry migration of tasks to CPU on a preferred node
` [PATCH 18/18] sched: Swap tasks when reschuling if a CPU on a target node is imbalanced
` [PATCH] mm, numa: Sanitize task_numa_fault() callsites
` [PATCH] mm, numa: Change page last {nid,pid} into {cpu,pid}
` [PATCH] sched, numa: Use {cpu, pid} to create task groups for shared faults
  ` [PATCH,RFC] numa,sched: use group fault statistics in numa placement
  ` [RFC PATCH -v2] "

[patch 0/3] mm: improve page aging fairness between zones/nodes
 2013-08-01 22:16 UTC  (14+ messages)
` [patch 1/3] mm: vmscan: fix numa reclaim balance problem in kswapd
` [patch 3/3] mm: page_alloc: fair zone allocator policy

[PATCH] drivers: base: new memory config sysfs driver for large memory systems
 2013-08-01 22:13 UTC 

[patch 0/6] improve memcg oom killer robustness
 2013-08-01 21:59 UTC  (4+ messages)
` [patch 2/6] arch: mm: do not invoke OOM killer on kernel fault OOM

[PATCH] mm/hotplug: fix a drain pcp bug when offline pages
 2013-08-01 18:59 UTC  (2+ messages)

[PATCH V5 0/8] Add memcg dirty/writeback page accounting
 2013-08-01 18:27 UTC  (15+ messages)
` [PATCH 1/8] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH V5 2/8] fs/ceph: vfs __set_page_dirty_nobuffers interface instead of doing it inside filesystem
` [PATCH V5 3/8] memcg: check for proper lock held in mem_cgroup_update_page_stat
` [PATCH V5 4/8] memcg: add per cgroup dirty pages accounting
` [PATCH V5 5/8] memcg: add per cgroup writeback "
` [PATCH V5 6/8] memcg: make nocpu_base available for non-hotplug
` [PATCH V5 7/8] memcg: don't account root memcg page stats if only root exists
` [PATCH V5 8/8] memcg: Document cgroup dirty/writeback memory statistics

[PATCH 00/18] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-08-01 16:17 UTC  (38+ messages)
` [PATCH 01/18] mm, hugetlb: protect reserved pages when softofflining requests the pages
` [PATCH 06/18] mm, hugetlb: remove vma_need_reservation()
` [PATCH 08/18] mm, hugetlb: do hugepage_subpool_get_pages() when avoid_reserve
` [PATCH 10/18] mm, hugetlb: call vma_has_reserve() before entering alloc_huge_page()
` [PATCH 11/18] mm, hugetlb: move down outside_reserve check
` [PATCH 15/18] mm, hugetlb: move up anon_vma_prepare()
` [PATCH 16/18] mm, hugetlb: return a reserved page to a reserved pool if failed
` [PATCH 17/18] mm, hugetlb: retry if we fail to allocate a hugepage with use_reserve

mm/slab: ppc: ubi: kmalloc_slab WARNING / PPC + UBI driver
 2013-08-01  8:50 UTC  (8+ messages)

RFC: named anonymous vmas
 2013-08-01  8:36 UTC  (5+ messages)

[patch 0/2] Soft-dirty page tracker improvemens
 2013-08-01  6:38 UTC  (11+ 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 v4 0/8] extend hugepage migration
 2013-08-01  5:59 UTC  (5+ messages)
` [PATCH 8/8] prepare to remove /proc/sys/vm/hugepages_treat_as_movable

[PATCH 04/10] powerpc: Prepare to support kernel handling of IOMMU map/unmap
 2013-08-01  4:44 UTC 

[PATCH resend] drop_caches: add some documentation and info message
 2013-08-01  3:17 UTC  (4+ messages)

[PATCH] mm/Kconfig: add MMU dependency for MIGRATION
 2013-08-01  2:39 UTC 

[PATCH] mm/hotplug: remove unnecessary BUG_ON in __offline_pages()
 2013-08-01  1:35 UTC  (3+ messages)

mmotm 2013-07-31-16-52 uploaded
 2013-07-31 23:53 UTC 

[RFC PATCH 00/10] Improve numa scheduling by consolidating tasks
 2013-07-31 18:06 UTC  (13+ messages)

[3.12 1/3] vmstat: Create separate function to fold per cpu diffs into glocal counters
 2013-07-31 17:42 UTC  (3+ messages)
` [3.12 2/3] vmstat: create fold_diff
` [3.12 3/3] vmstat: Use this_cpu to avoid irqon/off sequence in refresh_cpu_vm_stats

[3.12 0/3] vmstat patches for 3.12 V2
 2013-07-31 17:32 UTC 

[3.12 2/5] Move kmalloc definitions to slab.h
 2013-07-31 17:22 UTC  (5+ messages)
` [3.12 1/5] Move kmalloc_node functions to common code
` [3.12 4/5] slub: remove verify_mem_not_deleted()
` [3.12 5/5] seq_file: Use kmalloc_large for page sized allocation
` [3.12 3/5] slabs: Remove unnecessary #includes

[3.12 0/5] Sl[auo]b: Some patches for 3.12 V2
 2013-07-31 17:12 UTC 

[PATCH 2/2] mm: page_alloc: Add unlikely for MAX_ORDER check
 2013-07-31 14:45 UTC  (6+ messages)

[PATCH] Revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"
 2013-07-31 11:48 UTC  (3+ messages)

[PATCH v4 0/8] memcg, cgroup: kill css_id
 2013-07-31 11:49 UTC  (4+ messages)
` [PATCH v4 8/8] "

[PATCH 0/4] memcg: fix memcg resource limit overflow issues
 2013-07-31 10:04 UTC  (20+ messages)
` [PATCH 1/4] memcg: correct RESOURCE_MAX to ULLONG_MAX
` [PATCH 2/4] memcg: rename RESOURCE_MAX to RES_COUNTER_MAX
` [PATCH 3/4] memcg: avoid overflow caused by PAGE_ALIGN
` [PATCH 4/4] memcg: reduce function dereference

[PATCH] mm: for shm_open()/mmap() with OVERCOMMIT_NEVER, return -1 if no memory avail
 2013-07-31  9:28 UTC  (3+ messages)

[RFC][PATCH 0/2] s390/kvm: add kvm support for guest page hinting v2
 2013-07-31  6:26 UTC  (4+ messages)
` [PATCH 1/2] mm: add support for discard of unused ptes

[PATCH v3 0/9] mm, hugetlb: clean-up and possible bug fix
 2013-07-31  5:41 UTC  (4+ messages)
` [PATCH v3 6/9] mm, hugetlb: do not use a page in page cache for cow optimization


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