linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-30 21:50:05 to 2014-02-04 04:00:12 UTC [more...]

mm: BUG in do_huge_pmd_wp_page
 2014-02-04  3:59 UTC  (10+ messages)

[patch] mm, compaction: avoid isolating pinned pages
 2014-02-04  3:47 UTC  (11+ messages)
      ` [patch] mm, compaction: avoid isolating pinned pages fix

[PATCH] slub: Don't throw away partial remote slabs if there is no local memory
 2014-02-04  3:38 UTC  (11+ messages)

[PATCH v10 00/16] Volatile Ranges v10
 2014-02-04  3:08 UTC  (14+ messages)

[PATCH] mm/zswap: add writethrough option
 2014-02-04  2:47 UTC  (4+ messages)
` [PATCH v2] "

[RFC 0/4] memcg: Low-limit reclaim
 2014-02-04  1:33 UTC  (6+ messages)

[patch 00/10] mm: thrash detection-based file cache sizing v9
 2014-02-04  0:53 UTC  (11+ messages)
` [patch 01/10] mm: vmstat: fix UP zone state accounting
` [patch 02/10] fs: cachefiles: use add_to_page_cache_lru()
` [patch 03/10] lib: radix-tree: radix_tree_delete_item()
` [patch 04/10] mm: shmem: save one radix tree lookup when truncating swapped pages
` [patch 05/10] mm: filemap: move radix tree hole searching here
` [patch 06/10] mm + fs: prepare for non-page entries in page cache radix trees
` [patch 07/10] mm + fs: store shadow entries in page cache
` [patch 08/10] mm: thrash detection-based file cache sizing
` [patch 09/10] lib: radix_tree: tree node interface
` [patch 10/10] mm: keep page cache radix tree nodes in check

[PATCH 0/8] mm, hugetlb: fixes and fault scalability
 2014-02-04  0:18 UTC  (9+ messages)
` [PATCH 3/8] mm, hugetlb: fix race in region tracking

Need help in bug in isolate_migratepages_range
 2014-02-04  0:06 UTC  (6+ messages)

[PATCH] Fix lockdep false positive in add_full()
 2014-02-03 23:53 UTC  (3+ messages)

Kernel WARNING splat in 3.14-rc1
 2014-02-03 23:44 UTC  (6+ messages)
      ` [patch for-3.14] mm, slub: list_lock may not be held in some circumstances

[PATCH 3/8] mm/swap: prevent concurrent swapon on the same S_ISBLK blockdev
 2014-02-03 23:36 UTC  (2+ messages)

[PATCH 2/8] mm/swap: fix race on swap_info reuse between swapoff and swapon
 2014-02-03 23:29 UTC  (3+ messages)

[PATCH v2 0/7] memcg-vs-slab related fixes, improvements, cleanups
 2014-02-03 22:08 UTC  (9+ messages)
` [PATCH v2 1/7] memcg, slab: never try to merge memcg caches
` [PATCH v2 2/7] memcg, slab: cleanup memcg cache name creation
` [PATCH v2 3/7] memcg, slab: separate memcg vs root cache creation paths
` [PATCH v2 4/7] memcg, slab: unregister cache from memcg before starting to destroy it
` [PATCH v2 5/7] memcg, slab: do not destroy children caches if parent has aliases
` [PATCH v2 6/7] slub: adjust memcg caches when creating cache alias
` [PATCH v2 7/7] slub: rework sysfs layout for memcg caches

[PATCH] mm: __set_page_dirty_nobuffers uses spin_lock_irqseve instead of spin_lock_irq
 2014-02-03 21:11 UTC  (2+ messages)

[PATCH] block devices: validate block device capacity
 2014-02-03 20:22 UTC  (7+ messages)

[PATCHv3 0/3] Add mm flag to control THP
 2014-02-03 17:46 UTC  (15+ messages)
` [PATCH 1/3] Revert "thp: make MADV_HUGEPAGE check for mm->def_flags"
` [PATCH 2/3] Add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
` [PATCH 3/3] exec: kill the unnecessary mm->def_flags setting in load_elf_binary()

[RFC] memcg: some charge path cleanups + css offline vs. charge race fix
 2014-02-03 16:44 UTC  (11+ messages)
` [RFC 1/5] memcg: cleanup charge routines
` [RFC 4/5] memcg: make sure that memcg is not offline when charging

[RFC] shmgetfd idea
 2014-02-03 15:03 UTC  (6+ messages)

[PATCH 0/8] memcg-vs-slab related fixes, improvements, cleanups
 2014-02-03 13:01 UTC  (16+ messages)
` [PATCH 1/8] memcg: export kmemcg cache id via cgroup fs
` [PATCH 2/8] memcg, slab: remove cgroup name from memcg cache names
` [PATCH 3/8] memcg, slab: never try to merge memcg caches
` [PATCH 4/8] memcg, slab: separate memcg vs root cache creation paths
` [PATCH 5/8] slub: adjust memcg caches when creating cache alias
` [PATCH 6/8] slub: rework sysfs layout for memcg caches
` [PATCH 7/8] memcg, slab: unregister cache from memcg before starting to destroy it
` [PATCH 8/8] memcg, slab: do not destroy children caches if parent has aliases

That greedy Linux VM cache
 2014-02-03 10:55 UTC 

drivers/mfd/tc3589x.c:324: warning: 'child' is used uninitialized in this function
 2014-02-03  9:35 UTC 

[PATCH 0/7] improve robustness on handling migratetype
 2014-02-03  9:16 UTC  (7+ messages)

[RFC PATCH V5] mm readahead: Fix readahead fail for no local memory and limit readahead pages
 2014-02-03  8:30 UTC  (2+ messages)

[PATCH v2 0/6] mm, hugetlb: fixes and fault scalability
 2014-02-03  6:41 UTC  (10+ messages)
` [PATCH v2 1/6] mm, hugetlb: unify region structure handling
` [PATCH v2 2/6] mm, hugetlb: improve, cleanup resv_map parameters
` [PATCH v2 3/6] mm, hugetlb: fix race in region tracking
` [PATCH v2 4/6] mm, hugetlb: remove resv_map_put
` [PATCH v2 5/6] mm, hugetlb: use vma_resv_map() map types
` [PATCH v2 6/6] mm, hugetlb: improve page-fault scalability

[PATCH TRIVIAL] mm: vmscan: shrink_slab: rename max_pass -> freeable
 2014-02-03  6:17 UTC  (2+ messages)

[livelock, 3.13.0] livelock when run out of swap space
 2014-02-03  2:33 UTC  (2+ messages)

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

dm-crypt unpleasantness during heavy write loads and memory pressure?
 2014-02-02  6:29 UTC 

[PATCH] mm: slub: fix page->_count corruption (again)
 2014-02-01 12:00 UTC  (4+ messages)

swap-add-a-simple-detector-for-inappropriate-swapin-readahead.patch
 2014-02-01  4:15 UTC  (2+ messages)
` swap-add-a-simple-detector-for-inappropriate-swapin-readahead. patch

[PATCH] mm/swap: fix race on swap_info reuse between swapoff and swapon
 2014-02-01  2:49 UTC  (9+ messages)

[LSF/MM ATTEND] Defragmentation approaches
 2014-02-01  1:47 UTC 

[LSF/MM TOPIC] Fixing large block devices on 32 bit
 2014-02-01  0:32 UTC  (10+ messages)

[LSF/MM ATTEND] Memory Power Management
 2014-01-31 22:29 UTC 

mm-swap-fix-race-on-swap_info-reuse-between-swapoff-and-swapon.patch
 2014-01-31 20:38 UTC 

[PATCH] mm: remove BUG_ON() from mlock_vma_page()
 2014-01-31 20:33 UTC  (2+ messages)

Fwd: CGroups and pthreads
 2014-01-31 20:24 UTC  (2+ messages)

[PATCH v4 0/2] PM / Hibernate: sysfs resume
 2014-01-31 20:00 UTC  (6+ messages)
` [PATCH v4 1/2] mm: add kstrimdup function

[PATCH] mm, hugetlb: gimme back my page
 2014-01-31 17:50 UTC  (4+ messages)

[PATCH 3/3] Kconfig: organize memory-related config options
 2014-01-31 17:24 UTC 

[PATCH v5 00/22] Rewrite XIP code and add XIP support to ext4
 2014-01-31 16:59 UTC  (8+ messages)
` [PATCH v5 06/22] Treat XIP like O_DIRECT

[LSF/MM ATTEND] slab cache extension -- slab cache in fixed size
 2014-01-31 15:44 UTC  (2+ messages)

[PATCH] memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path
 2014-01-31 15:39 UTC 

[BUG] at include/linux/page-flags.h:415 (PageTransHuge)
 2014-01-31 15:35 UTC  (6+ messages)

[PATCH] kthread: ensure locality of task_struct allocations
 2014-01-31 15:14 UTC  (9+ messages)

[PATCH] memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path
 2014-01-31 11:29 UTC  (14+ messages)

[PATCH v6 0/2] hibernation related patches
 2014-01-31 10:31 UTC  (4+ messages)
` [PATCH v6 1/2] mm: add kstrimdup function
` [PATCH v6 2/2] PM / Hibernate: use name_to_dev_t to parse resume

[LSF/MM ATTEND]
 2014-01-31  7:21 UTC 

[PATCH] Documentation: fix memmap= language in kernel-parameters.txt
 2014-01-31  0:49 UTC  (2+ messages)

[BUG] Description for memmap in kernel-parameters.txt is wrong
 2014-01-30 23:49 UTC  (7+ messages)

(no subject)
 2014-01-30 22:25 UTC  (6+ messages)
` [PATCH v5 1/2] mm: add kstrimdup function


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).