linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] numa: Use LAST_CPUPID_SHIFT to calculate LAST_CPUPID_MASK
 2014-03-14 11:55 UTC 

LSF/MM 2014 Call For Proposals
 2014-03-14  9:02 UTC  (2+ messages)
` Update on LSF/MM [was Re: LSF/MM 2014 Call For Proposals]

cma: alloc_contig_range test_pages_isolated .. failed
 2014-03-14  8:19 UTC  (10+ messages)

[RFC 0/6] mm: support madvise(MADV_FREE)
 2014-03-14  7:56 UTC  (10+ messages)
` [RFC 1/6] mm: clean up PAGE_MAPPING_FLAGS
` [RFC 2/6] mm: work deactivate_page with anon pages
` [RFC 3/6] mm: support madvise(MADV_FREE)
` [RFC 4/6] mm: add stat about lazyfree pages
` [RFC 5/6] mm: reclaim lazyfree pages in swapless system
` [RFC 6/6] mm: ksm: don't merge lazyfree page

[PATCH v3 36/52] zsmalloc: Fix CPU hotplug callback registration
 2014-03-14  6:41 UTC  (4+ messages)
` [PATCH v3 49/52] mm, vmstat: "
` [PATCH v3 50/52] mm, zswap: "

performance regression due to commit e82e0561("mm: vmscan: obey proportional scanning requirements for kswapd")
 2014-03-14  4:54 UTC  (4+ messages)

[PATCH] A long explanation for a short patch
 2014-03-14  4:47 UTC  (4+ messages)
` [PATCH] Change mm debug routines back to EXPORT_SYMBOL

[PATCH v4] mm: per-thread vma caching
 2014-03-14  4:43 UTC  (10+ messages)

non-atomic rss_stat modifications
 2014-03-14  2:17 UTC 

[PATCH 0/6] memory error report/recovery for dirty pagecache v3
 2014-03-13 23:44 UTC  (10+ messages)
` [PATCH 1/6] radix-tree: add end_index to support ranged iteration
` [PATCH 2/6] mm/memory-failure.c: report and recovery for memory error on dirty pagecache
` [PATCH 3/6] mm/memory-failure.c: add code to resolve quasi-hwpoisoned page
` [PATCH 4/6] fs/proc/page.c: introduce /proc/kpagecache interface
` [PATCH 5/6] tools/vm/page-types.c: add file scanning mode
` [PATCH 6/6] Documentation: update Documentation/vm/pagemap.txt

mm: mmap_sem lock assertion failure in __mlock_vma_pages_range
 2014-03-13 20:57 UTC  (16+ messages)

[PATCH 0/1] mm, shmem: map few pages around fault address if they are in page cache
 2014-03-13 20:46 UTC  (3+ messages)

[PATCH] mm: implement POSIX_FADV_NOREUSE
 2014-03-13 20:01 UTC  (10+ messages)
` [PATCHv2] "

mmotm 2014-03-12-16-04 uploaded
 2014-03-13 18:17 UTC  (3+ messages)
` mmotm 2014-03-12-16-04 uploaded (scsi/qla2xxx)

Bug in reclaim logic with exhausted nodes?
 2014-03-13 17:01 UTC  (2+ messages)

[RFC PATCH 2/3] topology: support node_numa_mem() for determining the fallback node
 2014-03-13 16:51 UTC  (11+ messages)

Node 0 not necessary for powerpc?
 2014-03-13 16:49 UTC  (5+ messages)

[PATCH RESEND -mm 00/12] kmemcg reparenting
 2014-03-13 15:06 UTC  (13+ messages)
` [PATCH RESEND -mm 01/12] memcg: flush cache creation works before memcg cache destruction
` [PATCH RESEND -mm 02/12] memcg: fix race in memcg cache destruction path
` [PATCH RESEND -mm 03/12] memcg: fix root vs memcg cache destruction race
` [PATCH RESEND -mm 04/12] memcg: move slab caches list/mutex init to memcg creation
` [PATCH RESEND -mm 05/12] memcg: add pointer from memcg_cache_params to cache
` [PATCH RESEND -mm 06/12] memcg: keep all children of each root cache on a list
` [PATCH RESEND -mm 07/12] memcg: rework slab charging
` [PATCH RESEND -mm 08/12] memcg: do not charge kmalloc_large allocations
` [PATCH RESEND -mm 09/12] fork: do not charge thread_info to kmemcg
` [PATCH RESEND -mm 10/12] memcg: kill GFP_KMEMCG and stuff
` [PATCH RESEND -mm 11/12] memcg: reparent slab on css offline
` [PATCH RESEND -mm 12/12] slub: make sure all memcg caches have unique names on sysfs

[RFC][PATCH v2] mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pages
 2014-03-13 15:05 UTC  (4+ messages)

[PATCH 1/3] kmemleak: allow freeing internal objects after disabling kmemleak
 2014-03-13 12:14 UTC  (4+ messages)
` [PATCH 2/3] kmemleak: remove redundant code
` [PATCH 3/3] kmemleak: change some global variables to int

[RESEND PATCH] slub: fix high order page allocation problem with __GFP_NOFAIL
 2014-03-13  0:49 UTC  (2+ messages)

mm: slub: gpf in deactivate_slab
 2014-03-12 16:25 UTC 

[PATCHv4 0/2] Remove ARM meminfo
 2014-03-12 16:08 UTC  (8+ messages)
` [PATCHv4 2/2] arm: Get rid of meminfo

[patch 0/8] memcg: charge path cleanups
 2014-03-12 15:20 UTC  (18+ messages)
` [patch 1/8] mm: memcg: remove unnecessary preemption disabling
` [patch 2/8] mm: memcg: remove mem_cgroup_move_account_page_stat()
` [patch 3/8] mm: memcg: inline mem_cgroup_charge_common()
      ` [PATCH] memcg: rename high level charging functions
` [patch 4/8] mm: memcg: push !mm handling out to page cache charge function
` [patch 5/8] memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()
` [patch 6/8] memcg: get_mem_cgroup_from_mm()
` [patch 7/8] memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge
` [patch 8/8] memcg: sanitize __mem_cgroup_try_charge() call protocol

[PATCHv3 0/2] mm: map few pages around fault address if they are in page cache
 2014-03-12 14:22 UTC  (3+ messages)

mm: kernel BUG at mm/mprotect.c:149
 2014-03-12 12:16 UTC  (18+ messages)
` [PATCH -mm] mm,numa,mprotect: always continue after finding a stable thp page
                        ` [PATCH] mm: numa: Recheck for transhuge pages under lock during protection changes

mm: OS boot failed when set command-line kmemcheck=1
 2014-03-12  9:15 UTC  (7+ messages)

[RESEND PATCH] slab: fix wrongly used macro
 2014-03-12  8:06 UTC 

[PATCH] page owners: correct page->order when to free page
 2014-03-12  7:06 UTC  (2+ messages)

ARM: mm: Could I change module space size or place modules in vmalloc area?
 2014-03-12  6:38 UTC  (5+ messages)

Subject: [PATCH] mm: use vm_map_ram for only temporal object
 2014-03-12  5:34 UTC  (3+ messages)

mm: kernel BUG at mm/swap.c:609!
 2014-03-12  1:25 UTC  (2+ messages)

[patch 0/9] mm: thrash detection-based file cache sizing v8
 2014-03-12  1:15 UTC  (4+ messages)
` [patch 5/9] mm + fs: prepare for non-page entries in page cache radix trees

mmotm 2014-03-10-15-35 uploaded
 2014-03-11 21:40 UTC  (7+ messages)
` mmotm 2014-03-10-15-35 uploaded (media/pci/ttpci/av7110)
` mmotm 2014-03-10-15-35 uploaded (virtio_balloon)

[PATCH] backing_dev: Fix hung task on sync
 2014-03-11 20:19 UTC  (6+ messages)

[PATCHv2] mm/vmalloc: avoid soft lockup warnings when vunmap()'ing large ranges
 2014-03-11 19:46 UTC  (2+ messages)

[PATCH] mm: remove BUG_ON() from mlock_vma_page()
 2014-03-11 18:43 UTC  (6+ messages)

bad rss-counter message in 3.14rc5
 2014-03-11 17:39 UTC  (21+ messages)

[PATCH] mm: use 'const char *' insted of 'char *' for reason in dump_page()
 2014-03-11 13:18 UTC 

[PATCH v6 00/22] Support ext4 on NV-DIMMs
 2014-03-11 12:53 UTC  (4+ messages)
` [PATCH v6 06/22] Replace XIP read and write with DAX I/O

[patch 00/11] userspace out of memory handling
 2014-03-11 12:03 UTC  (4+ messages)

[vma caching] BUG: unable to handle kernel paging request at ffff880008142f40
 2014-03-11 11:47 UTC  (3+ messages)

[PATCH 07/17] mm: Replace hardcoding of 19 with MAX_NICE
 2014-03-11 10:09 UTC 

[PATCH 06/16] mm: Replace hardcoding of 19 with MAX_NICE
 2014-03-11  9:20 UTC 

oops in slab/leaks_show
 2014-03-11  8:30 UTC  (8+ messages)

[PATCH 06/15] mm: Replace hardcoding of 19 with MAX_NICE
 2014-03-11  4:59 UTC 

deadlock in lru_add_drain ? (3.14rc5)
 2014-03-10 20:15 UTC  (6+ messages)

page:  |  | latest

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