linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PART3 Patch v2 00/14] introduce N_MEMORY
 2012-11-16  0:29 UTC  (16+ messages)
` [PART3 Patch v2 01/14] node_states: "
` [PART3 Patch v2 02/14] cpuset: use N_MEMORY instead N_HIGH_MEMORY
` [PART3 Patch v2 03/14] procfs: "
` [PART3 Patch v2 04/14] memcontrol: "
` [PART3 Patch v2 05/14] oom: "
` [PART3 Patch v2 06/14] mm,migrate: "
` [PART3 Patch v2 07/14] mempolicy: "
` [PART3 Patch v2 08/14] hugetlb: "
` [PART3 Patch v2 09/14] vmstat: "
` [PART3 Patch v2 10/14] kthread: "
` [PART3 Patch v2 11/14] init: "
` [PART3 Patch v2 12/14] vmscan: "
` [PART3 Patch v2 13/14] page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization
` [PART3 Patch v2 14/14] hotplug: update nodemasks management

[Patch v5 0/7] acpi,memory-hotplug: implement framework for hot removing memory
 2012-11-16  0:28 UTC  (26+ messages)
` [Patch v5 1/7] acpi,memory-hotplug : add memory offline code to acpi_memory_device_remove()
` [Patch v5 2/7] acpi,memory-hotplug: deal with eject request in hotplug queue
` [Patch v5 3/7] acpi_memhotplug.c: fix memory leak when memory device is unbound from the module acpi_memhotplug
` [Patch v5 4/7] acpi_memhotplug.c: free memory device if acpi_memory_enable_device() failed
` [Patch v5 5/7] acpi_memhotplug.c: don't allow to eject the memory device if it is being used
` [Patch v5 6/7] acpi_memhotplug.c: bind the memory device when the driver is being loaded
` [Patch v5 7/7] acpi_memhotplug.c: auto bind the memory device which is hotplugged before the driver is loaded

[Bug 50181] New: Memory usage doubles after more then 20 hours of uptime
 2012-11-15 23:11 UTC  (4+ messages)

[PATCH v6 00/12] Introduce huge zero page
 2012-11-15 22:32 UTC  (14+ messages)
` [PATCH v6 01/12] thp: huge zero page: basic preparation
` [PATCH v6 02/12] thp: zap_huge_pmd(): zap huge zero pmd
` [PATCH v6 03/12] thp: copy_huge_pmd(): copy huge zero page
  ` [patch] thp: copy_huge_pmd(): copy huge zero page v6 fix
` [PATCH v6 04/12] thp: do_huge_pmd_wp_page(): handle huge zero page
` [PATCH v6 05/12] thp: change_huge_pmd(): keep huge zero page write-protected
` [PATCH v6 06/12] thp: change split_huge_page_pmd() interface
` [PATCH v6 07/12] thp: implement splitting pmd for huge zero page
` [PATCH v6 08/12] thp: setup huge zero page on non-write page fault
` [PATCH v6 09/12] thp: lazy huge zero page allocation
` [PATCH v6 10/12] thp: implement refcounting for huge zero page
` [PATCH v6 11/12] thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events
` [PATCH v6 12/12] thp: introduce sysfs knob to disable huge zero page

[PATCH 0/8] Announcement: Enhanced NUMA scheduling with adaptive affinity
 2012-11-15 22:04 UTC  (10+ messages)
` Benchmark results: "Enhanced NUMA scheduling with adaptive affinity"

[PATCH v5 00/11] Introduce huge zero page
 2012-11-15 21:52 UTC  (40+ 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] mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address
 2012-11-15 21:42 UTC 

[PATCH] mm: fix a regression with HIGHMEM introduced by changeset 7f1290f2f2a4d
 2012-11-15 21:41 UTC  (11+ messages)

[RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications
 2012-11-15 21:25 UTC  (11+ messages)

[patch 1/4] mm, oom: ensure sysrq+f always passes valid zonelist
 2012-11-15 21:01 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

shmem_getpage_gfp VM_BUG_ON triggered. [3.7rc2]
 2012-11-15 19:56 UTC  (15+ messages)
              ` [PATCH] tmpfs: fix shmem_getpage_gfp VM_BUG_ON

[RFC] rework mem_cgroup iterator
 2012-11-15 16:15 UTC  (22+ messages)
` [RFC 2/5] memcg: rework mem_cgroup_iter to use cgroup iterators

[PATCH 0/7] fixups for kmemcg
 2012-11-15 13:47 UTC  (14+ 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 PATCH 0/3] introduce static_vm for ARM-specific static mapped area
 2012-11-15 13:22 UTC  (3+ messages)

Changlog 10.2011
 2012-11-15 10:24 UTC 

[RFC PATCH v2 0/3] acpi: Introduce prepare_remove device operation
 2012-11-15 10:22 UTC  (4+ messages)
` [RFC PATCH v2 1/3] driver core: Introduce prepare_remove in bus_type
` [RFC PATCH v2 2/3] acpi: Introduce prepare_remove operation in acpi_device_ops
` [RFC PATCH v2 3/3] acpi_memhotplug: Add prepare_remove operation

[PART4 Patch 0/2] memory-hotplug: allow online/offline memory to result movable node
 2012-11-15  9:59 UTC  (2+ messages)

[3.6.6] panic on reboot / khungtaskd blocked? (WARNING: at arch/x86/kernel/smp.c:123 native_smp_send_reschedule)
 2012-11-15  9:40 UTC  (2+ messages)

[PATCH] mm: fix slab.c kernel-doc warnings
 2012-11-15  8:01 UTC  (2+ messages)

[PART3 Patch 00/14] introduce N_MEMORY
 2012-11-15  6:33 UTC  (7+ messages)

[PATCH] res_counter: delete res_counter_write()
 2012-11-15  2:06 UTC  (2+ messages)

mmotm 2012-11-14-17-40 uploaded
 2012-11-15  1:41 UTC 

[PATCH 1/2] asm-generic: add __WARN() to bug.h
 2012-11-15  1:29 UTC  (5+ messages)
` [PATCH 2/2] mm: balloon_compaction.c needs asm-generic/bug.h

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

[3.6 regression?] THP + migration/compaction livelock (I think)
 2012-11-15  1:14 UTC  (8+ messages)

[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

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"

[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  (6+ messages)
` [PATCH 26/31] sched: numa: Make mempolicy home-node aware
` [PATCH 27/31] sched: numa: Make find_busiest_queue() a method

memcg/cgroup: do not fail fail on pre_destroy callbacks
 2012-11-14 18:33 UTC  (8+ messages)
` [PATCH v3 3/6] memcg: Simplify mem_cgroup_force_empty_list error handling

page:  |  | latest

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