linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/7] fixups for kmemcg
 2012-11-15  2:54 UTC  (8+ messages)
` [PATCH 1/7] memcg: simplify ida initialization
` [PATCH 2/7] move include of workqueue.h to top of slab.h file
` [PATCH 3/7] memcg: remove test for current->mm in memcg_stop/resume_kmem_account
` [PATCH 4/7] memcg: replace __always_inline with plain inline
` [PATCH 5/7] memcg: get rid of once-per-second cache shrinking for dead memcgs
` [PATCH 6/7] memcg: add comments clarifying aspects of cache attribute propagation
` [PATCH 7/7] slub: drop mutex before deleting sysfs entry

[RFC] rework mem_cgroup iterator
 2012-11-15  2:44 UTC  (21+ 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

[PATCH v5 00/11] Introduce huge zero page
 2012-11-14 23:41 UTC  (26+ messages)
` [PATCH v5 01/11] thp: huge zero page: basic preparation
` [PATCH v5 02/11] thp: zap_huge_pmd(): zap huge zero pmd
` [PATCH v5 03/11] thp: copy_huge_pmd(): copy huge zero page
` [PATCH v5 04/11] thp: do_huge_pmd_wp_page(): handle "
` [PATCH v5 05/11] thp: change_huge_pmd(): keep huge zero page write-protected
` [PATCH v5 06/11] thp: change split_huge_page_pmd() interface
` [PATCH v5 07/11] thp: implement splitting pmd for huge zero page
` [PATCH v5 08/11] thp: setup huge zero page on non-write page fault
` [PATCH v5 09/11] thp: lazy huge zero page allocation
` [PATCH v5 10/11] thp: implement refcounting for huge zero page
` [PATCH v5 11/11] thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events

[Patch v4 0/7] acpi,memory-hotplug : implement framework for hot removing memory
 2012-11-14 23:34 UTC  (4+ messages)
` [Patch v4 1/7] acpi,memory-hotplug: introduce a mutex lock to protect the list in acpi_memory_device

[RFC PATCH 0/3] acpi: Introduce prepare_remove device operation
 2012-11-14 23:12 UTC  (4+ messages)

[PATCH] mm: cma: allocate pages from CMA if NR_FREE_PAGES approaches low water mark
 2012-11-14 22:58 UTC  (2+ messages)

[PATCH 0/2] change_protection(): Count the number of pages affected
 2012-11-14 22:04 UTC  (9+ 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

[3.6 regression?] THP + migration/compaction livelock (I think)
 2012-11-14 21:50 UTC  (12+ messages)

kswapd0: excessive CPU usage
 2012-11-14 21:43 UTC  (12+ messages)
              ` [PATCH] Revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on failures"

[PART3 Patch 00/14] introduce N_MEMORY
 2012-11-14 19:52 UTC  (6+ messages)

[PATCH v2] enable all tmem backends to be built and loaded as modules
 2012-11-14 19:12 UTC  (12+ messages)
` [PATCH 01/11] zcache: Provide accessory functions for counter increase
` [PATCH 02/11] zcache: Provide accessory functions for counter decrease
` [PATCH 03/11] zcache: The last of the atomic reads has now an accessory function
` [PATCH 04/11] zcache: Fix compile warnings due to usage of debugfs_create_size_t
` [PATCH 05/11] zcache: Make the debug code use pr_debug
` [PATCH 06/11] zcache: Move debugfs code out of zcache-main.c file
` [PATCH 07/11] zcache: Use an array to initialize/use debugfs attributes
` [PATCH 08/11] zcache: Move the last of the debugfs counters out
` [PATCH 09/11] zcache: Allow to compile if ZCACHE_DEBUG and !DEBUG_FS
` [PATCH 10/11] zcache: Module license is defined twice
` [PATCH 11/11] zcache: Coalesce all debug under CONFIG_ZCACHE2_DEBUG

[PATCH v2] enable all tmem backends to be built and loaded as modules
 2012-11-14 18:57 UTC  (9+ messages)
` [PATCH 1/8] mm: cleancache: lazy initialization to allow tmem backends to build/run "
` [PATCH 2/8] mm: frontswap: "
` [PATCH 3/8] frontswap: Make frontswap_init use a pointer for the ops
` [PATCH 4/8] cleancache: Make cleancache_init "
` [PATCH 5/8] staging: zcache2+ramster: enable ramster to be built/loaded as a module
` [PATCH 6/8] staging: zcache2+ramster: enable zcache2 "
` [PATCH 7/8] xen: tmem: enable Xen tmem shim "
` [PATCH 8/8] xen/tmem: Remove the subsys call

[RFC PATCH 00/31] Foundation for automatic NUMA balancing V2
 2012-11-14 18:50 UTC  (20+ messages)
` [PATCH 07/31] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [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 26/31] sched: numa: Make mempolicy home-node aware
` [PATCH 27/31] sched: numa: Make find_busiest_queue() a method
` [PATCH 29/31] sched: numa: CPU follows memory

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

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  (5+ 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  (5+ messages)
` [PATCH 12/19] mm: migrate: Introduce migrate_misplaced_page()

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox