linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-20 12:20:24 to 2014-01-02 21:53:46 UTC [more...]

[RFC PATCHv3 00/11] Intermix Lowmem and vmalloc
 2014-01-02 21:53 UTC  (12+ messages)
` [RFC PATCHv3 01/11] mce: acpi/apei: Use get_vm_area directly
` [RFC PATCHv3 02/11] iommu/omap: "
` [RFC PATCHv3 03/11] percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_START
` [RFC PATCHv3 04/11] dm: Use VMALLOC_TOTAL instead of VMALLCO_END "
` [RFC PATCHv3 05/11] staging: lustre: Use is_vmalloc_addr
` [RFC PATCHv3 06/11] arm: use is_vmalloc_addr
` [RFC PATCHv3 07/11] arm: mm: Add iotable_init_novmreserve
` [RFC PATCHv3 08/11] mm/vmalloc.c: Allow lowmem to be tracked in vmalloc
` [RFC PATCHv3 09/11] arm: mm: Track lowmem "
` [RFC PATCHv3 10/11] arm: Use for_each_potential_vmalloc_area
` [RFC PATCHv3 11/11] fs/proc/kcore.c: "

[RFC] [PATCH v5 0/3] fadvise: support POSIX_FADV_NOREUSE
 2014-01-02 21:25 UTC  (8+ messages)

readahead man page incorrectly says it blocks
 2014-01-02 20:46 UTC 

Memory allocator semantics
 2014-01-02 20:33 UTC 

[PATCH 3/3] Kconfig: organize memory-related config options
 2014-01-02 20:20 UTC 

[PATCH 0/3] Fadvise: Directory level page cache cleaning support
 2014-01-02 18:35 UTC  (10+ messages)
` [PATCH 1/3] VFS: Add the declaration of shrink_pagecache_parent
` [PATCH 2/3] Add shrink_pagecache_parent
` [PATCH 3/3] Fadvise: Add the ability for directory level page cache cleaning

[RFC] mm: show message when updating min_free_kbytes in thp
 2014-01-02 18:05 UTC  (2+ messages)

[PATCH] mm: page_alloc: use enum instead of number for migratetype
 2014-01-02 15:57 UTC  (2+ messages)

[PATCH] mm/zswap: add writethrough option
 2014-01-02 15:38 UTC  (2+ messages)

[PATCH -V2] powerpc: thp: Fix crash on mremap
 2014-01-02 12:29 UTC  (4+ messages)

ARM: mm: Could I change module space size or place modules in vmalloc area?
 2014-01-02 10:13 UTC  (2+ messages)

[PATCH v10 00/16] Volatile Ranges v10
 2014-01-02  7:12 UTC  (17+ messages)
` [PATCH v10 01/16] vrange: Add vrange support to mm_structs
` [PATCH v10 02/16] vrange: Clear volatility on new mmaps
` [PATCH v10 03/16] vrange: Add support for volatile ranges on file mappings
` [PATCH v10 04/16] vrange: Add new vrange(2) system call
` [PATCH v10 05/16] vrange: Add basic functions to purge volatile pages
` [PATCH v10 06/16] vrange: introduce fake VM_VRANGE flag
` [PATCH v10 07/16] vrange: Purge volatile pages when memory is tight
` [PATCH v10 08/16] vrange: Send SIGBUS when user try to access purged page
` [PATCH v10 09/16] vrange: Add core shrinking logic for swapless system
` [PATCH v10 10/16] vrange: Purging vrange-anon pages from shrinker
` [PATCH v10 11/16] vrange: support shmem_purge_page
` [PATCH v10 12/16] vrange: Support background purging for vrange-file
` [PATCH v10 13/16] vrange: Allocate vroot dynamically
` [PATCH v10 14/16] vrange: Change purged with hint
` [PATCH v10 15/16] vrange: Prevent unnecessary scanning
` [PATCH v10 16/16] vrange: Add vmstat counter about purged page

mm: kernel BUG at include/linux/swapops.h:131!
 2014-01-02  6:36 UTC  (13+ messages)

[PATCH] powerpc: thp: Fix crash on mremap
 2014-01-02  2:19 UTC  (3+ messages)

[PATCH] mm: add a new command-line kmemcheck value
 2014-01-02  1:34 UTC  (3+ messages)

[RFC PATCH V1 0/6] mm: add a new option MREMAP_DUP to mmrep syscall
 2013-12-31 18:53 UTC  (8+ messages)

[PATCH] mm/slub: fix accumulate per cpu partial cache objects
 2013-12-30  9:54 UTC  (5+ messages)

[RFC 1/2] mm: additional page lock debugging
 2013-12-31 16:42 UTC  (9+ messages)
` [RFC 2/2] mm: additional checks to page flag set/clear

[PATCH RFC] mm readahead: Fix the readahead fail in case of empty numa node
 2013-12-31 11:07 UTC  (10+ messages)

[PATCH] mm: add ulimit API for user
 2013-12-31  9:13 UTC 

Help about calculating total memory consumption during booting
 2013-12-31  1:54 UTC  (4+ messages)

[PATCH] mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameter
 2013-12-30 12:13 UTC  (3+ messages)

[PATCH] mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE fix
 2013-12-30 10:48 UTC  (2+ messages)

[PATCH] slub: Fix calculation of cpu slabs
 2013-12-29 11:45 UTC  (3+ messages)

[PATCH] mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
 2013-12-27 23:19 UTC  (5+ messages)

[PATCH] remap_file_pages needs to check for cache coherency
 2013-12-27 20:14 UTC  (7+ messages)

OOM-killer and strange RSS value in 3.9-rc7
 2013-12-27 10:39 UTC  (11+ messages)

[PATCH] sched/auto_group: fix consume memory even if add 'noautogroup' in the cmdline
 2013-12-27 10:22 UTC 

[REGRESSION] [BISECTED] MM patch causes kernel lockup with 3.12 and acpi_backlight=vendor
 2013-12-27  3:22 UTC  (2+ messages)

[PATCH] mm: zswap: Add kernel parameters for zswap in kernel-parameters.txt
 2013-12-27  0:21 UTC  (3+ messages)

[RFC PATCH 0/3] Change how we determine when to hand out THPs
 2013-12-25 19:07 UTC  (9+ messages)

[PATCH] mm/thp: fix vmas tear down race with thp splitting
 2013-12-25  0:35 UTC  (4+ messages)

[PATCH v4 21/22] Add support for pmd_faults
 2013-12-23 18:54 UTC  (3+ messages)

[PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-12-24 12:00 UTC  (15+ messages)
` [PATCH v3 01/14] mm, hugetlb: unify region structure handling
` [PATCH v3 02/14] mm, hugetlb: region manipulation functions take resv_map rather list_head
` [PATCH v3 03/14] mm, hugetlb: protect region tracking via newly introduced resv_map lock
` [PATCH v3 13/14] mm, hugetlb: retry if failed to allocate and there is concurrent user

possible regression on 3.13 when calling flush_dcache_page
 2013-12-24  6:38 UTC  (8+ messages)

[PATCH] [RFC] ARM: mm: add configuration for the size of module space
 2013-12-24  1:19 UTC 

mm: kernel BUG at mm/huge_memory.c:1440!
 2013-12-23 21:28 UTC  (4+ messages)

[RFC][PATCH 1/3] mm: Create utility function for accessing a tasks commandline value
 2013-12-23 21:01 UTC  (3+ messages)
` [RFC][PATCH 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [RFC][PATCH 3/3] audit: Audit proc cmdline value

[PATCH] mm: cma: free cma page to buddy instead of being cpu hot page
 2013-12-23 12:38 UTC  (8+ messages)

[PATCH] x86/tlb_info: detect more tlb configuration
 2013-12-23 12:16 UTC 

[patch 019/154] mm: make madvise(MADV_WILLNEED) support swap file prefetch
 2013-12-23 11:15 UTC  (11+ messages)

[RFC PATCH 0/7] Configurable fair allocation zone policy v2r6
 2013-12-23 10:26 UTC  (5+ messages)

[PATCH] mm/memory-failure.c: send "action optional" signal to an arbitrary thread
 2013-12-23  9:46 UTC  (5+ messages)
` [PATCH] mm/memory-failure.c: send action optional "

bad page state in 3.13-rc4
 2013-12-22 21:30 UTC  (13+ messages)
                  ` [PATCHes - aio / migrate page, please review] "

[PATCH] mm: fix build of split ptlock code
 2013-12-21 16:36 UTC  (2+ messages)

fff4068cba48: +82.0% vm-scalability.throughput
 2013-12-22 11:10 UTC 

[PATCH] mm/memory-failure.c: transfer page count from head page to tail page after split thp
 2013-12-21 18:19 UTC  (2+ messages)

[PATCH 00/11] kmemcg fixes
 2013-12-21 15:54 UTC  (12+ messages)
` [PATCH 01/11] slab: cleanup kmem_cache_create_memcg() error handling
` [PATCH 02/11] memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path
` [PATCH 03/11] memcg, slab: cleanup memcg cache initialization/destruction
` [PATCH 04/11] memcg, slab: fix barrier usage when accessing memcg_caches
` [PATCH 05/11] memcg: fix possible NULL deref while traversing memcg_slab_caches list
` [PATCH 06/11] memcg, slab: fix races in per-memcg cache creation/destruction
` [PATCH 07/11] memcg: get rid of kmem_cache_dup
` [PATCH 08/11] slab: do not panic if we fail to create memcg cache
` [PATCH 09/11] memcg, slab: RCU protect memcg_params for root caches
` [PATCH 10/11] memcg: remove KMEM_ACCOUNTED_ACTIVATED flag
` [PATCH 11/11] memcg: rework memcg_update_kmem_limit synchronization

[PATCH 0/4] Fix ebizzy performance regression due to X86 TLB range flush v2
 2013-12-21 15:49 UTC  (6+ messages)

[PATCH v3 00/23] mm: Use memblock interface instead of bootmem
 2013-12-20 22:30 UTC  (7+ messages)
` [PATCH v3 08/23] mm/memblock: Add memblock memory allocation apis

bad page state in 3.13-rc4
 2013-12-19 15:41 UTC  (3+ messages)

[LSF/MM TOPIC] Persistent Memory
 2013-12-20 17:05 UTC 

[PATCH v14 00/18] kmemcg shrinkers
 2013-12-20 17:00 UTC  (12+ messages)
` [PATCH v14 16/18] vmpressure: in-kernel notifications

[PATCH 0/2] Revert NUMA aspect of fair allocation policy
 2013-12-20 14:54 UTC  (3+ messages)
` [PATCH 1/2] Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness policy"
` [PATCH 2/2] mm: page_alloc: revert NUMA aspect of fair allocation policy

[PATCH 0/4] Fix ebizzy performance regression due to X86 TLB range flush v2
 2013-12-20 13:55 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).