Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-11 00:35:11 to 2015-09-15 18:16:29 UTC [more...]

[PATCH] mm/memblock: Make memblock_remove_range() static
 2015-09-15 18:15 UTC 

[PATCH] arm64: Add support for PTE contiguous bit
 2015-09-15 18:01 UTC 

[PATCH V3 2/2] debugfs: don't assume sizeof(bool) to be 4 bytes
 2015-09-15 17:47 UTC  (11+ messages)

Multiple potential races on vma->vm_flags
 2015-09-15 17:36 UTC  (10+ messages)

[PATCH 0/1] Fix false-negative error reporting from fsync/fdatasync
 2015-09-15 16:52 UTC  (7+ messages)
` Test program: check if fsync() can detect I/O error (1/2)
  ` Test program: check if fsync() can detect I/O error (2/2)
` [PATCH 1/1] fs: global sync to not clear error status of individual inodes

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-09-15 16:33 UTC  (8+ messages)
` [PATCH v3 2/2] memcg: punt high overage reclaim to return-to-userland path

[PATCH 1/3] memcg: collect kmem bypass conditions into __memcg_kmem_bypass()
 2015-09-15 16:18 UTC  (15+ messages)
` [PATCH 2/3] memcg: ratify and consolidate over-charge handling
  ` [PATCH 3/3] memcg: drop unnecessary cold-path tests from __memcg_kmem_bypass()
  ` [PATCH v2 2/3] memcg: ratify and consolidate over-charge handling

[PATCHv6 0/7] Fix compound_head() race
 2015-09-15 15:45 UTC  (9+ messages)
` [PATCHv6 1/7] mm: drop page->slab_page
` [PATCHv6 2/7] slab, slub: use page->rcu_head instead of page->lru plus cast
` [PATCHv6 3/7] zsmalloc: use page->private instead of page->first_page
` [PATCHv6 4/7] mm: pack compound_dtor and compound_order into one word in struct page
` [PATCHv6 5/7] mm: make compound_head() robust
` [PATCHv6 6/7] mm: use 'unsigned int' for page order
` [PATCHv6 7/7] mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT

LTP regressions due to 6dc296e7df4c ("mm: make sure all file VMAs have ->vm_ops set")
 2015-09-15 15:13 UTC  (9+ messages)

[PATCH 01/10] mm/msync: Use offset_in_page macro
 2015-09-15 14:32 UTC  (11+ messages)
` [PATCH 02/10] mm/nommu: "
` [PATCH 03/10] mm/mincore: "
` [PATCH 04/10] mm/early_ioremap: "
` [PATCH 05/10] mm/percpu: "
` [PATCH 06/10] mm/util: "
` [PATCH 07/10] mm/mlock: "
` [PATCH 08/10] mm/vmalloc: "
` [PATCH 09/10] mm/mmap: "
` [PATCH 10/10] mm/mremap: "

[PATCH 00/10] Use offset_in_page() macro
 2015-09-15 14:07 UTC 

[PATCH] mm: memcontrol: fix order calculation in try_charge()
 2015-09-15 13:56 UTC  (2+ messages)

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2015-09-15 13:16 UTC  (3+ messages)

[Bug 99471] System locks with kswapd0 and kworker taking full IO and mem
 2015-09-15 12:57 UTC  (4+ messages)

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-09-15  9:20 UTC  (3+ messages)
` [PATCH 2/2] memcg: always enable kmemcg on the default hierarchy

[PATCH V2 0/2] Replace nr_node_ids for loop with for_each_node
 2015-09-15  7:59 UTC  (5+ messages)
` [PATCH V2 1/2] mm: Replace nr_node_ids for loop with for_each_node in list lru
` [PATCH V2 2/2] powerpc:numa Do not allocate bootmem memory for non existing nodes

[PATCH V5] mm: memory hot-add: memory can not be added to movable zone defaultly
 2015-09-15  7:49 UTC 

[PATCH 0/3] allow zram to use zbud as underlying allocator
 2015-09-15  7:38 UTC  (20+ messages)
` [PATCH 1/3] zram: make max_zpage_size configurable
` [PATCH 2/3] zpool/zsmalloc/zbud: align on interfaces
` [PATCH 3/3] zram: use common zpool interface

[PATCH V2] kasan: use IS_ALIGNED in memory_is_poisoned_8()
 2015-09-15  7:32 UTC  (4+ messages)
  ` [PATCH V3] "

[PATCH V2] debugfs: don't assume sizeof(bool) to be 4 bytes
 2015-09-15  6:30 UTC  (7+ messages)

[PATCH v2 0/2] mm:constify zpool/zs_pool char members
 2015-09-15  6:15 UTC  (4+ messages)
` [PATCH v2 1/2] mm:zpool: constify struct zpool type
` [PATCH v2 2/2] mm:zsmalloc: constify struct zs_pool name

[RFC][PATCH] mm: make zbud znd zpool to depend on zswap
 2015-09-15  6:10 UTC  (3+ messages)

[PATCH] numa-balancing: fix confusion in /proc/sys/kernel/numa_balancing
 2015-09-15  1:34 UTC  (3+ messages)

[PATCH] userfaultfd: add missing mmput() in error path
 2015-09-15  0:57 UTC 

[PATCH] userfaultfd: add missing mmput() in error path
 2015-09-15  0:01 UTC  (2+ messages)

[RFC v5 0/3] mm: make swapin readahead to gain more thp performance
 2015-09-14 21:41 UTC  (7+ messages)
` [RFC v5 1/3] mm: add tracepoint for scanning pages
` [RFC v5 2/3] mm: make optimistic check for swapin readahead
` [RFC v5 3/3] mm: make swapin readahead to improve thp collapse rate

[PATCHSET v2 cgroup/for-4.4] cgroup: make multi-process migration atomic
 2015-09-14 20:49 UTC  (7+ messages)
` [PATCH 1/5] cpuset: migrate memory only for threadgroup leaders
` [PATCH 2/5] cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()
` [PATCH 3/5] reorder cgroup_migrate()'s parameters
` [PATCH 4/5] cgroup: separate out taskset operations from cgroup_migrate()
` [PATCH 5/5] cgroup: make cgroup_update_dfl_csses() migrate all target processes atomically

[PATCH 0/3] arm64: remove UEFI reserved regions from linear mapping
 2015-09-14 15:55 UTC  (4+ messages)
` [PATCH 1/3] mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table
` [PATCH 2/3] arm64: only consider memblocks with NOMAP cleared for linear mapping
` [PATCH 3/3] arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAP

how can I solve this grep problem
 2015-09-14 15:15 UTC  (3+ messages)

[PATCH v2 0/7] kasan: various fixes
 2015-09-14 13:46 UTC  (8+ messages)
` [PATCH v2 1/7] kasan: update reported bug types for not user nor kernel memory accesses
` [PATCH v2 2/7] kasan: update reported bug types for "
` [PATCH v2 3/7] kasan: accurately determine the type of the bad access
` [PATCH v2 4/7] kasan: update log messages
` [PATCH v2 5/7] kasan: various fixes in documentation
` [PATCH v2 6/7] kasan: move KASAN_SANITIZE in arch/x86/boot/Makefile
` [PATCH v2 7/7] kasan: update reference to kasan prototype repo

[PATCHv5 0/7] Fix compound_head() race
 2015-09-14 13:31 UTC  (5+ messages)
` [PATCHv5 5/7] mm: make compound_head() robust

[PATCH 0/2] Replace nr_node_ids for loop with for_each_node
 2015-09-14 13:27 UTC  (7+ messages)
` [PATCH 1/2] mm: Replace nr_node_ids for loop with for_each_node in list lru

[PATCH] kasan: use IS_ALIGNED in memory_is_poisoned_8()
 2015-09-14 13:19 UTC  (4+ messages)

Can we disable transparent hugepages for lack of a legitimate use case please?
 2015-09-14 12:37 UTC  (5+ messages)

[PATCHv10 00/36] THP refcounting redesign
 2015-09-14 11:05 UTC  (4+ messages)
` [PATCHv10 37/36, RFC] thp: allow mlocked THP again

[memcg:since-4.2 242/301] include/uapi/asm-generic/unistd.h:713:1: error: array index in initializer exceeds array bounds
 2015-09-14  9:41 UTC  (2+ messages)

[PATCH v2 0/3] Introduce "efi_fake_mem_mirror" boot option
 2015-09-14  7:20 UTC  (5+ messages)
` [PATCH v2 3/3] x86, efi: Add "

[PATCH] ARM: mm: avoid unneeded page protection fault for memory range with (VM_PFNMAP|VM_PFNWRITE)
 2015-09-12  6:04 UTC 

[PATCH 0/2] mm:constify zpool/zs_pool char members
 2015-09-12  0:29 UTC  (5+ messages)
` [PATCH 1/2] mm:zpool: constify struct zpool type

[PATCH] mm/mmap.c: Remove redundent 'get_area' function pointer in get_unmapped_area()
 2015-09-11 23:52 UTC  (3+ messages)

[PATCH V4] mm: memory hot-add: memory can not be added to movable zone defaultly
 2015-09-11 19:42 UTC  (4+ messages)

[PATCH] mm/page_alloc: Favor kthread and dying threads over normal threads
 2015-09-11 15:19 UTC  (2+ messages)

[PATCH v2] mlock.2: mlock2.2: Add entry to for new mlock2 syscall
 2015-09-11 15:16 UTC  (4+ messages)

slab:Fix the unexpected index mapping result of kmalloc_size(INDEX_NODE + 1)
 2015-09-11 14:49 UTC  (10+ messages)

[PATCH v3] mlock.2: mlock2.2: Add entry to for new mlock2 syscall
 2015-09-11 14:31 UTC 

[PATCH] android, lmk: Send SIGKILL before setting TIF_MEMDIE
 2015-09-11 13:51 UTC  (3+ messages)

mmotm 2015-09-10-16-30 uploaded
 2015-09-11 12:39 UTC  (3+ messages)

[PATCH] mremap.2: Add note about mremap with locked areas
 2015-09-11 11:47 UTC  (2+ messages)

[PATCH v4 02/16] list_lru: add list_lru_rotate
 2015-09-11 10:54 UTC 

[PATCH 00/23] userfaultfd v4
 2015-09-11  8:47 UTC  (3+ messages)
` [PATCH 01/23] userfaultfd: linux/Documentation/vm/userfaultfd.txt


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 read-only IMAP folder(s) and NNTP newsgroup(s).