[3.6 regression?] THP + migration/compaction livelock (I think)
2012-11-14 1:22 UTC (7+ messages)
[PATCH] mm: fix NULL checking in dma_pool_create()
2012-11-14 0:58 UTC (5+ messages)
` [PATCH v2] mm: fix null dev "
[PATCH] x86/tlb: correct vmflag test for checking VM_HUGETLB
2012-11-14 0:27 UTC (2+ messages)
[RFC] rework mem_cgroup iterator
2012-11-14 0:20 UTC (10+ messages)
` [RFC 1/5] memcg: synchronize per-zone iterator access by a spinlock
` [RFC 2/5] memcg: rework mem_cgroup_iter to use cgroup iterators
` [RFC 3/5] memcg: simplify mem_cgroup_iter
` [RFC 4/5] memcg: clean up mem_cgroup_iter
` [RFC 5/5] cgroup: remove css_get_next
[Bug 50181] New: Memory usage doubles after more then 20 hours of uptime
2012-11-13 23:04 UTC (2+ messages)
[PATCH 0/8] Announcement: Enhanced NUMA scheduling with adaptive affinity
2012-11-13 22:57 UTC (17+ messages)
` [PATCH 1/8] sched, numa, mm: Introduce sched_feat_numa()
` [PATCH 2/8] sched, numa, mm: Implement THP migration
` [PATCH 3/8] sched, numa, mm: Add credits for NUMA placement
` [PATCH 4/8] sched, numa, mm: Add last_cpu to page flags
` [PATCH 5/8] sched, numa, mm: Add adaptive NUMA affinity support
` [PATCH 6/8] sched, numa, mm: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 7/8] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 8/8] sched, numa, mm: Implement slow start for working set sampling
` Benchmark results: "Enhanced NUMA scheduling with adaptive affinity"
memcg/cgroup: do not fail fail on pre_destroy callbacks
2012-11-13 21:13 UTC (8+ messages)
` [PATCH v3 3/6] memcg: Simplify mem_cgroup_force_empty_list error handling
` [PATCH v3 4/6] cgroups: forbid pre_destroy callback to fail
[PATCH 1/1] mm: Export a function to get vm committed memory
2012-11-13 21:07 UTC (2+ messages)
[PATCH 1/1] mm: Export a function to read vm_committed_as
2012-11-13 21:04 UTC (12+ messages)
[PATCH 00/31] Latest numa/core patches, v15
2012-11-13 18:48 UTC (34+ messages)
` [PATCH 01/31] mm/generic: Only flush the local TLB in ptep_set_access_flags()
` [PATCH 02/31] x86/mm: Only do a local tlb flush "
` [PATCH 03/31] sched, numa, mm: Make find_busiest_queue() a method
` [PATCH 04/31] sched, numa, mm: Describe the NUMA scheduling problem formally
` [PATCH 05/31] sched, numa, mm, s390/thp: Implement pmd_pgprot() for s390
` [PATCH 06/31] mm/thp: Preserve pgprot across huge page split
` [PATCH 07/31] x86/mm: Introduce pte_accessible()
` [PATCH 08/31] mm: Only flush the TLB when clearing an accessible pte
` [PATCH 09/31] sched, numa, mm, MIPS/thp: Add pmd_pgprot() implementation
` [PATCH 10/31] mm/pgprot: Move the pgprot_modify() fallback definition to mm.h
` [PATCH 11/31] mm/mpol: Make MPOL_LOCAL a real policy
` [PATCH 12/31] mm/mpol: Add MPOL_MF_NOOP
` [PATCH 13/31] mm/mpol: Check for misplaced page
` [PATCH 14/31] mm/mpol: Create special PROT_NONE infrastructure
` [PATCH 15/31] mm/mpol: Add MPOL_MF_LAZY
` [PATCH 16/31] numa, mm: Support NUMA hinting page faults from gup/gup_fast
` [PATCH 17/31] mm/migrate: Introduce migrate_misplaced_page()
` [PATCH 18/31] mm/mpol: Use special PROT_NONE to migrate pages
` [PATCH 19/31] x86/mm: Completely drop the TLB flush from ptep_set_access_flags()
` [PATCH 20/31] sched, numa, mm: Introduce sched_feat_numa()
` [PATCH 21/31] sched, numa, mm: Implement THP migration
` [PATCH 22/31] sched, numa, mm: Add last_cpu to page flags
` [PATCH 23/31] sched, numa, mm, arch: Add variable locality exception
` [PATCH 24/31] sched, numa, mm: Add credits for NUMA placement
` [PATCH 25/31] sched, mm, x86: Add the ARCH_SUPPORTS_NUMA_BALANCING flag
` [PATCH 26/31] sched, numa, mm: Add the scanning page fault machinery
` [PATCH 27/31] sched, numa, mm: Add adaptive NUMA affinity support
` [PATCH 28/31] sched, numa, mm: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 29/31] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 30/31] sched, numa, mm: Implement slow start for working set sampling
` [PATCH 31/31] mm: Allow the migration of shared pages
[RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications
2012-11-13 18:38 UTC (3+ messages)
` [RFC 1/3] mm: Add "
[RFC PATCH 00/31] Foundation for automatic NUMA balancing V2
2012-11-13 17:27 UTC (35+ messages)
` [PATCH 01/31] mm: compaction: Move migration fail/success stats to migrate.c
` [PATCH 02/31] mm: migrate: Add a tracepoint for migrate_pages
` [PATCH 03/31] mm: compaction: Add scanned and isolated counters for compaction
` [PATCH 04/31] mm: numa: define _PAGE_NUMA
` [PATCH 05/31] mm: numa: pte_numa() and pmd_numa()
` [PATCH 06/31] mm: numa: teach gup_fast about pmd_numa
` [PATCH 07/31] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 08/31] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 09/31] mm: mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 10/31] mm: mempolicy: Add MPOL_MF_NOOP
` [PATCH 11/31] mm: mempolicy: Check for misplaced page
` [PATCH 12/31] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 13/31] mm: mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 14/31] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 15/31] mm: numa: Add fault driven placement and migration
` [PATCH 16/31] mm: numa: Only call task_numa_placement for misplaced pages
` [PATCH 17/31] mm: numa: Avoid double faulting after migrating misplaced page
` [PATCH 18/31] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 19/31] mm: sched: numa: Implement slow start for working set sampling
` [PATCH 20/31] mm: numa: Add pte updates, hinting and migration stats
` [PATCH 21/31] mm: numa: Migrate on reference policy
` [PATCH 22/31] x86: mm: only do a local tlb flush in ptep_set_access_flags()
` [PATCH 23/31] x86: mm: drop TLB flush from ptep_set_access_flags
` [PATCH 24/31] mm,generic: only flush the local TLB in ptep_set_access_flags
` [PATCH 25/31] sched: numa: Introduce tsk_home_node()
` [PATCH 26/31] sched: numa: Make mempolicy home-node aware
` [PATCH 27/31] sched: numa: Make find_busiest_queue() a method
` [PATCH 28/31] sched: numa: Implement home-node awareness
` [PATCH 29/31] sched: numa: CPU follows memory
` [PATCH 30/31] mm: numa: Introduce last_nid to the page frame
` [PATCH 31/31] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships
[patch 00/31] Latest numa/core patches, v15
2012-11-13 15:52 UTC
[PATCH 1/1] mm: Export a function to get vm committed memory
2012-11-13 15:45 UTC
[PATCH v2 0/5] minor clean-up and optimize highmem related code
2012-11-13 15:01 UTC (9+ messages)
` [PATCH v2 4/5] mm, highmem: makes flush_all_zero_pkmaps() return index of first flushed entry
[RFC PATCH 00/19] Foundation for automatic NUMA balancing
2012-11-13 14:49 UTC (25+ messages)
` [PATCH 05/19] mm: numa: pte_numa() and pmd_numa()
` [PATCH 06/19] mm: numa: teach gup_fast about pmd_numa
` [PATCH 08/19] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 12/19] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 14/19] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 15/19] mm: numa: Add fault driven placement and migration
[PATCH] mm: Remove unused variable in alloc_contig_range()
2012-11-13 14:47 UTC (2+ messages)
zram OOM behavior
2012-11-13 13:31 UTC (11+ messages)
[PATCH] mm: cma: WARN if freed memory is still in use
2012-11-13 10:16 UTC (4+ messages)
` [PATCH v2] "
Fwd: Your Flight A676-2633
2012-11-13 4:23 UTC
[Patch v4 0/7] acpi,memory-hotplug : implement framework for hot removing memory
2012-11-13 2:04 UTC (4+ messages)
` [Patch v4 1/7] acpi,memory-hotplug: introduce a mutex lock to protect the list in acpi_memory_device
[PATCH 1/4] bootmem: remove not implemented function call, bootmem_arch_preferred_node()
2012-11-13 1:24 UTC (14+ messages)
` [PATCH 2/4] avr32, kconfig: remove HAVE_ARCH_BOOTMEM
` [PATCH 3/4] bootmem: remove alloc_arch_preferred_bootmem()
` [PATCH 4/4] bootmem: fix wrong call parameter for free_bootmem()
mmotm 2012-11-08-15-17 uploaded
2012-11-13 0:06 UTC (3+ messages)
` mmotm 2012-11-08-15-17 uploaded (include/linux/shm.h)
` [patch] MM: Support more pagesizes for MAP_HUGETLB/SHM_HUGETLB v7 fix fix fix
[patch 1/2] mm, oom: change type of oom_score_adj to short
2012-11-12 22:28 UTC (5+ messages)
` [patch 2/2] mm, oom: fix race when specifying a thread as the oom origin
[PATCHv2] mm: Fix calculation of dirtyable memory
2012-11-12 21:35 UTC (4+ messages)
` [PATCH] "
` [PATCHv4] "
[PATCH 0/3] fix missing rb_subtree_gap updates on vma insert/erase
2012-11-12 20:54 UTC (8+ messages)
` [PATCH 1/3] mm: ensure safe rb_subtree_gap update when inserting new VMA
` [PATCH 2/3] mm: ensure safe rb_subtree_gap update when removing VMA
` [PATCH 3/3] mm: debug code to verify rb_subtree_gap updates are safe
[RFC PATCH 0/3] acpi: Introduce prepare_remove device operation
2012-11-12 17:20 UTC (3+ messages)
[PATCH] mm: use migrate_prep() instead of migrate_prep_local()
2012-11-12 16:52 UTC (2+ messages)
[RFC PATCH 0/8][Sorted-buddy] mm: Linux VM Infrastructure to support Memory Power Management
2012-11-12 16:14 UTC (3+ messages)
kswapd0: excessive CPU usage
2012-11-12 14:50 UTC (15+ messages)
` [PATCH] Revert "mm: remove __GFP_NO_KSWAPD"
[PATCH 00/16] mm: use augmented rbtrees for finding unmapped areas
2012-11-12 11:55 UTC (4+ messages)
` [PATCH 03/16] mm: check rb_subtree_gap correctness
[PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
2012-11-12 11:03 UTC (5+ messages)
[PATCH 00/31] numa/core patches
2012-11-12 9:50 UTC (6+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox