linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL
 2014-01-15 23:02 UTC  (4+ messages)

[PATCH 1/5] mm: vmscan: shrink all slab objects if tight on memory
 2014-01-15 22:53 UTC  (14+ messages)
` [PATCH 3/5] mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim
` [PATCH 4/5] mm: vmscan: move call to shrink_slab() to shrink_zones()

[PATCH v3 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-15 22:44 UTC  (7+ messages)
` [PATCH v3 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [PATCH v3 3/3] audit: Audit proc cmdline value

[PATCH 1/3] mm/memcg: fix last_dead_count memory wastage
 2014-01-15 21:24 UTC  (15+ messages)
` [PATCH 2/3] mm/memcg: fix endless iteration in reclaim
` [PATCH 3/3] mm/memcg: iteration skip memcgs not yet fully initialized

[patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
 2014-01-15 21:23 UTC  (21+ messages)
          ` [PATCH] memcg: Do not hang on OOM when killed by userspace OOM "

[PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2014-01-15 20:50 UTC  (17+ messages)
` [PATCH v3 13/14] mm, hugetlb: retry if failed to allocate and there is concurrent user

[RFC PATCH 0/3] memcg OOM notifications and PF_EXITING checks
 2014-01-15 20:30 UTC  (7+ messages)
` [RFC 1/3] memcg: notify userspace about OOM only when and action is due
` [RFC 2/3] memcg: do not check PF_EXITING in mem_cgroup_out_of_memory
` [RFC 3/3] memcg,oom: do not check PF_EXITING and do not set TIF_MEMDIE

[PATCH] mm/zbud: use list_last_entry in zbud_reclaim_page() directly
 2014-01-15 19:48 UTC  (2+ messages)

[BUG] at include/linux/page-flags.h:415 (PageTransHuge)
 2014-01-15 16:06 UTC  (2+ messages)

[RFC] mm: show message when updating min_free_kbytes in thp
 2014-01-15 15:22 UTC  (13+ messages)

[RFC][PATCH v2 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-15 14:16 UTC  (8+ messages)
` [RFC][PATCH v2 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [RFC][PATCH v3 3/3] audit: Audit proc cmdline value

[RFC][PATCH 1/3] mm: Create utility function for accessing a tasks commandline value
 2014-01-15 12:40 UTC  (7+ messages)
` [RFC][PATCH 3/3] audit: Audit proc cmdline value

[LSF/MM ATTEND] slab cache extension -- slab cache in fixed size
 2014-01-15 10:27 UTC 

[PATCH] mm/mmu_notifier: restore set_pte_at_notify semantics
 2014-01-15  9:40 UTC 

[PATCH] mm/fs: don't keep pages when receiving a pending SIGKILL in __get_user_pages()
 2014-01-15  9:31 UTC 

[RFC][PATCH 0/9] re-shrink 'struct page' when SLUB is on
 2014-01-15  7:16 UTC  (21+ messages)
` [RFC][PATCH 1/9] mm: slab/slub: use page->list consistently instead of page->lru
` [RFC][PATCH 2/9] mm: slub: abstract out double cmpxchg option
` [RFC][PATCH 3/9] mm: page->pfmemalloc only used by slab/skb
` [RFC][PATCH 4/9] mm: slabs: reset page at free
` [RFC][PATCH 5/9] mm: rearrange struct page
` [RFC][PATCH 6/9] mm: slub: rearrange 'struct page' fields
` [RFC][PATCH 7/9] mm: slub: remove 'struct page' alignment restrictions
` [RFC][PATCH 8/9] mm: slub: cleanups after code churn
` [RFC][PATCH 9/9] mm: fix alignment checks on 32-bit

[patch 0/9] mm: thrash detection-based file cache sizing v8
 2014-01-15  5:55 UTC  (10+ messages)
` [patch 7/9] mm: thrash detection-based file cache sizing
` [patch 9/9] mm: keep page cache radix tree nodes in check

[PATCH] mm/zswap: add writethrough option
 2014-01-15  5:42 UTC  (6+ messages)

[PATCH] mm/zswap: Check all pool pages instead of one pool pages
 2014-01-15  5:17 UTC  (10+ messages)

[PATCH v3 0/5] slab: implement byte sized indexes for the freelist of a slab
 2014-01-15  5:09 UTC  (11+ messages)
` [PATCH v3 1/5] slab: factor out calculate nr objects in cache_estimate
` [PATCH v3 2/5] slab: introduce helper functions to get/set free object
` [PATCH v3 3/5] slab: restrict the number of objects in a slab
` [PATCH v3 4/5] slab: introduce byte sized index for the freelist of "
` [PATCH v3 5/5] slab: make more slab management structure off the slab

[PATCH] mm: nobootmem: avoid type warning about alignment value
 2014-01-15  3:46 UTC  (14+ messages)

mmotm 2014-01-14-18-13 uploaded
 2014-01-15  2:14 UTC 

[setup_bios_corruption_check] WARNING: CPU: 0 PID: 0 at mm/memblock.c:789 __next_free_mem_range+0x82/0x261()
 2014-01-15  1:25 UTC  (3+ messages)
` [PATCH] x86/mm: memblock: switch to use NUMA_NO_NODE

[RFC] hotplug, memory: move register_memory_resource out of the lock_memory_hotplug
 2014-01-15  1:16 UTC  (6+ messages)

[slub] WARNING: CPU: 0 PID: 0 at mm/slub.c:1511 __kmem_cache_create()
 2014-01-15  0:36 UTC  (3+ messages)

[PATCH 0/3] Fadvise: Directory level page cache cleaning support
 2014-01-15  0:22 UTC  (5+ messages)
` [PATCH 2/3] Add shrink_pagecache_parent

[numa shrinker] 9b17c62382: -36.6% regression on sparse file copy
 2014-01-15  0:18 UTC  (4+ messages)

[PATCH 0/9] re-shrink 'struct page' when SLUB is on
 2014-01-14 22:05 UTC  (13+ messages)

[PATCH V3 0/2] mm/memblock: Excluded memory, free_all_bootmem
 2014-01-14 22:01 UTC  (8+ messages)
` [PATCH V3 2/2] mm/memblock: Add support for excluded memory areas

[PATCH 0/3] kernel/mm -- audit/fix core code using module_init
 2014-01-14 20:44 UTC  (4+ messages)
` [PATCH 1/3] mm: make creation of the mm_kobj happen earlier than device_initcall
` [PATCH 2/3] kernel: audit/fix non-modular users of module_init in core code
` [PATCH 3/3] mm: "

[RFC PATCH] mm: thp: Add per-mm_struct flag to control THP
 2014-01-14 19:38 UTC  (13+ messages)

[PATCH 0/2] mm/memblock: Excluded memory, free_all_bootmem
 2014-01-14 19:22 UTC  (3+ messages)
` [PATCH 1/2] mm/nobootmem: free_all_bootmem again

[PATCH] x86, acpi memory hotplug, add parameter to disable memory hotplug
 2014-01-14 15:31 UTC  (14+ messages)

[PATCH] mm/mlock: fix BUG_ON unlocked page for nolinear VMAs
 2014-01-14 11:05 UTC  (15+ messages)

[PATCH 0/2] Add option to disable ACPI Memory Hotplug [v2]
 2014-01-14 11:02 UTC  (14+ messages)
` [PATCH 2/2] x86, e820 disable ACPI Memory Hotplug if memory mapping is specified by user [v2]

[PATCH] powerpc: thp: Fix crash on mremap
 2014-01-14  4:32 UTC  (7+ messages)

[PATCH] shmem: init on stack vmas
 2014-01-13 20:35 UTC  (3+ messages)

[PATCH] slub: use lockdep_assert_held
 2014-01-13 19:34 UTC  (2+ messages)

[RFC][PATCH v2 3/3] audit: Audit proc cmdline value
 2014-01-13 17:24 UTC 

[PATCH 00/11 v4] update page table walker
 2014-01-13 16:54 UTC  (7+ messages)
` [PATCH 06/11] numa_maps: redefine callback functions for "
` [PATCH 07/11] memcg: "
` [PATCH 08/11] madvise: "
` [PATCH 09/11] arch/powerpc/mm/subpage-prot.c: use walk_page_vma() instead of walk_page_range()
` [PATCH 10/11] pagewalk: remove argument hmask from hugetlb_entry()
` [PATCH 11/11] mempolicy: apply page table walker on queue_pages_range()

page:  |  | latest

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