[PATCH 0/2] change_protection(): Count the number of pages affected
2012-11-14 18:37 UTC (5+ messages)
` [PATCH 1/2] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 2/2] mm: Optimize the TLB flush of sys_mprotect() and change_protection() users
memcg/cgroup: do not fail fail on pre_destroy callbacks
2012-11-14 18:33 UTC (10+ 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
[RFC] rework mem_cgroup iterator
2012-11-14 18:30 UTC (17+ 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
[RFC PATCH 00/31] Foundation for automatic NUMA balancing V2
2012-11-14 18:25 UTC (44+ 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
[RFC PATCH 0/3] introduce static_vm for ARM-specific static mapped area
2012-11-14 17:39 UTC (5+ messages)
` [RFC PATCH 1/3] ARM: vmregion: remove vmregion code entirely
` [RFC PATCH 2/3] ARM: static_vm: introduce an infrastructure for static mapped area
` [RFC PATCH 3/3] ARM: mm: use static_vm for managing static mapped areas
[RFC PATCH] mm: WARN_ON_ONCE if f_op->mmap() change vma's start address
2012-11-14 17:28 UTC
[PATCH v2 0/5] minor clean-up and optimize highmem related code
2012-11-14 17:09 UTC (10+ messages)
` [PATCH v2 4/5] mm, highmem: makes flush_all_zero_pkmaps() return index of first flushed entry
[PATCH 0/5] enable all tmem backends to be built and loaded as modules
2012-11-14 16:25 UTC (6+ messages)
` [PATCH 2/5] mm: frontswap: lazy initialization to allow tmem backends to build/run "
[PATCH] mm: fix a regression with HIGHMEM introduced by changeset 7f1290f2f2a4d
2012-11-14 14:52 UTC (3+ messages)
[PATCH] mm: fix NULL checking in dma_pool_create()
2012-11-14 14:17 UTC (7+ messages)
` [PATCH v2] mm: fix null dev "
[patch 1/4] mm, oom: ensure sysrq+f always passes valid zonelist
2012-11-14 13:47 UTC (10+ messages)
` [patch 2/4] mm, oom: cleanup pagefault oom handler
` [patch 3/4] mm, oom: remove redundant sleep in "
` [patch 4/4] mm, oom: remove statically defined arch functions of same name
[3.6 regression?] THP + migration/compaction livelock (I think)
2012-11-14 13:29 UTC (11+ messages)
Regression due to "mm: fix-up zone present pages"
2012-11-14 13:24 UTC (2+ messages)
[PATCH v6 00/29] kmem controller for memcg
2012-11-14 12:06 UTC (6+ messages)
` [PATCH v6 28/29] slub: slub-specific propagation changes
[PATCH 00/31] Latest numa/core patches, v15
2012-11-14 12:03 UTC (41+ 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 1/2] sched, numa, mm: Add memcg support to do_huge_pmd_numa_page()
` [PATCH 2/2] sched, numa, mm: Fixes and cleanups in do_huge_pmd_numa_page()
` [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
shmem_getpage_gfp VM_BUG_ON triggered. [3.7rc2]
2012-11-14 10:06 UTC (17+ messages)
` [PATCH] tmpfs: fix shmem_getpage_gfp VM_BUG_ON
` [PATCH] tmpfs: fix shmem_getpage_gfp VM_BUG_ON fix
[PATCH RFC] mm/swap: automatic tuning for swapin readahead
2012-11-14 9:48 UTC (12+ messages)
[PATCH 0/3, v2] mprotect() and working set sampling optimizations
2012-11-14 9:18 UTC (4+ messages)
` [PATCH 1/3] mm: Count the number of pages affected in change_protection()
` [PATCH 2/3] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 3/3] mm: Optimize the TLB flush of sys_mprotect() and change_protection() users
FW: End of Aug. Statement Reqiured
2012-11-14 2:08 UTC
[PATCH] x86/tlb: correct vmflag test for checking VM_HUGETLB
2012-11-14 0:27 UTC (2+ messages)
[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 (10+ messages)
` [PATCH 4/8] sched, numa, mm: Add last_cpu to page flags
` [PATCH 5/8] sched, numa, mm: Add adaptive NUMA affinity support
[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 (10+ messages)
[RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications
2012-11-13 18:38 UTC (3+ messages)
` [RFC 1/3] mm: Add "
[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
[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 (3+ messages)
` [PATCH v2] "
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