linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-28 06:48:30 to 2014-09-04 01:49:27 UTC [more...]

[PATCH 0/6] hugepage migration fixes (v3)
 2014-09-04  1:47 UTC  (15+ messages)
` [PATCH v3 1/6] mm/hugetlb: reduce arch dependent code around follow_huge_*
` [PATCH v3 2/6] mm/hugetlb: take page table lock in follow_huge_(addr|pmd|pud)()
` [PATCH v3 3/6] mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()
` [PATCH v3 4/6] mm/hugetlb: add migration entry check in hugetlb_change_protection
` [PATCH v3 5/6] mm/hugetlb: add migration entry check in __unmap_hugepage_range
` [PATCH v3 6/6] mm/hugetlb: remove unused argument of follow_huge_addr()

[RFC 0/3] make vm aware of zram-swap
 2014-09-04  1:39 UTC  (4+ messages)
` [RFC 1/3] zram: generalize swap_slot_free_notify
` [RFC 2/3] mm: add swap_get_free hint for zram
` [RFC 3/3] zram: add swap_get_free hint

drivers/media/common/saa7146/saa7146_hlp.c:467:1: warning: the frame size of 1032 bytes is larger than 1024 bytes
 2014-09-04  0:27 UTC 

[PATCH] mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set
 2014-09-03 23:10 UTC  (3+ messages)

[mmotm:master 251/287] lib/test-string_helpers.c:293:1: warning: the frame size of 1316 bytes is larger than 1024 bytes
 2014-09-03 22:26 UTC  (2+ messages)

mm: kernel BUG at mm/mmap.c:446!
 2014-09-03 18:06 UTC  (2+ messages)

[PATCH] mm: reposition zbud page in lru list if not freed in zbud_free
 2014-09-03  0:06 UTC  (3+ messages)

[PATCH v10 00/21] Support ext4 on NV-DIMMs
 2014-09-03 12:05 UTC  (20+ messages)
` [PATCH v10 09/21] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v10 19/21] xip: Add xip_zero_page_range
` [PATCH v10 20/21] ext4: Add DAX functionality
` [PATCH 1/1] xfs: add DAX support

[PATCH v4 1/2] timer: provide an api for deferrable timeout
 2014-09-03 10:32 UTC  (5+ messages)
` [PATCH v4 2/2] ksm: provide support to use deferrable timers for scanner thread

[PATCH 0/2] fuse: fix regression in fuse_get_user_pages()
 2014-09-03 10:11 UTC  (3+ messages)
` [PATCH 1/2] vfs: switch iov_iter_get_pages() to passing maximal size
` [PATCH 2/2] fuse: fuse_get_user_pages(): do not pack more data than requested

free initrd / cma pages problems with memblock
 2014-09-03  9:57 UTC 

[PATCH] mm: Use min3/max3 macros to avoid shadow warnings
 2014-09-03  7:48 UTC 

[PATCH] zbud: avoid accessing in last unused freelist
 2014-09-03  5:54 UTC 

[PATCH] fs/super.c: do not shrink fs slab during direct memory reclaim
 2014-09-03  5:02 UTC  (11+ messages)

regression caused by cgroups optimization in 3.17-rc2
 2014-09-03  3:15 UTC  (10+ messages)

ext4 vs btrfs performance on SSD array
 2014-09-03  0:01 UTC  (8+ messages)

[PATCH 1/2] x86: use memblock_alloc_range() or memblock_alloc_base()
 2014-09-02 23:04 UTC  (6+ messages)
` [PATCH 2/2] mm: use memblock_alloc_range()
  ` kmemleak: Cannot insert [...] into the object search tree (overlaps existing) (mm: use memblock_alloc_range())

[patch] mm: clean up zone flags
 2014-09-02 22:26 UTC  (3+ messages)

[PATCH] mm: fix dump_vma() compilation
 2014-09-02 16:33 UTC 

[PATCH] mm: page_alloc: Default to node-ordering on 64-bit NUMA machines
 2014-09-02 15:21 UTC  (5+ messages)

[PATCH 0/5] Reduce sequential read overhead
 2014-09-02 14:01 UTC  (6+ messages)
` [PATCH 6/6] mm: page_alloc: Reduce cost of the fair zone allocation policy

[PATCH v2 0/6] mm/balloon_compaction: fixes and cleanups
 2014-09-02 13:09 UTC  (13+ messages)
` [PATCH v2 1/6] mm/balloon_compaction: ignore anonymous pages
` [PATCH v2 2/6] mm/balloon_compaction: keep ballooned pages away from normal migration path
` [PATCH v2 3/6] mm/balloon_compaction: isolate balloon pages without lru_lock
` [PATCH v2 4/6] mm: introduce common page state for ballooned memory
` [PATCH v2 5/6] mm/balloon_compaction: use common page ballooning
` [PATCH v2 6/6] mm/balloon_compaction: general cleanup

[next:master 2850/2956] mm/page_alloc.c:6739:3: warning: format '%lx' expects argument of type 'long unsigned int', but argument 8 has type 'long long unsigned int'
 2014-09-02  3:32 UTC 

[next:master 2912/2956] fs/autofs4/root.c:466:25: sparse: incompatible types in comparison expression (different address spaces)
 2014-09-02  0:38 UTC 

[PATCH 0/4] Tidy up of modules using seq_open()
 2014-09-01 12:47 UTC  (9+ messages)
` [PATCH 1/4] ipc: Use __seq_open_private() instead of seq_open()
` [PATCH 2/4] mm: Use seq_open_private() "
` [PATCH 3/4] mm: Use __seq_open_private() "
` [PATCH 4/4] lib: Use seq_open_private() "

[PATCH V3 0/6] RCU get_user_pages_fast and __get_user_pages_fast
 2014-09-01 11:43 UTC  (9+ messages)
` [PATCH V3 1/6] mm: Introduce a general RCU get_user_pages_fast
` [PATCH V3 2/6] arm: mm: Introduce special ptes for LPAE
` [PATCH V3 3/6] arm: mm: Enable HAVE_RCU_TABLE_FREE logic
` [PATCH V3 4/6] arm: mm: Enable RCU fast_gup
` [PATCH V3 5/6] arm64: mm: Enable HAVE_RCU_TABLE_FREE logic
` [PATCH V3 6/6] arm64: mm: Enable RCU fast_gup

[PATCH v16 0/7] MADV_FREE support
 2014-09-01  7:20 UTC  (8+ messages)
` [PATCH v16 1/7] mm: support madvise(MADV_FREE)
` [PATCH v16 2/7] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v16 3/7] sparc: "
` [PATCH v16 4/7] powerpc: "
` [PATCH v16 5/7] arm: add pmd_mkclean "
` [PATCH v16 6/7] arm64: add pmd_[dirty|mkclean] "
` [PATCH v16 7/7] mm: Don't split THP page when syscall is called

[PATCH] mm: use pgprot_val to access vm_page_prot
 2014-09-01  1:35 UTC 

mmotm 2014-08-29-15-15 uploaded
 2014-09-01  0:29 UTC  (8+ messages)
` [PATCH -mmotm] mm: fix kmemcheck.c build errors
      ` [PATCH -mmotm v2] "

[PATCH 1/3] mm/slab: use percpu allocator for cpu cache
 2014-09-01  0:19 UTC  (3+ messages)

[RFC PATCH v3 0/4] fix freepage count problems in memory isolation
 2014-09-01  0:15 UTC  (7+ messages)
` [RFC PATCH v3 1/4] mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype
` [RFC PATCH v3 4/4] mm/page_alloc: restrict max order of merging on isolated pageblock

[mmotm:master 140/287] mm/page_alloc.c:6737:46: error: 'pgprot_t' has no member named 'pgprot'
 2014-08-31  2:43 UTC  (2+ messages)

[PATCH 1/7] mm/balloon_compaction: ignore anonymous pages
 2014-08-30 16:36 UTC  (8+ messages)
` [PATCH 7/7] mm/balloon_compaction: general cleanup
      ` [PATCH] mm: rename "migrate_page" to "generic_migrate_page"

mm: kernel BUG at mm/rmap.c:530
 2014-08-30 14:28 UTC  (3+ messages)

[mmotm:master 123/287] fs/proc/task_mmu.c:1426:27: error: 'task' undeclared
 2014-08-30 13:57 UTC  (2+ messages)

[mmotm:master 140/287] mm/page_alloc.c:6737:46: error: request for member 'pgprot' in something not a structure or union
 2014-08-30  2:55 UTC 

mm: BUG in unmap_page_range
 2014-08-30  1:23 UTC  (9+ messages)

[mmotm:master 140/287] mm/page_alloc.c:6739:3: warning: format '%lx' expects argument of type 'long unsigned int', but argument 8 has type 'pgprotval_t'
 2014-08-30  0:20 UTC 

[mmotm:master 256/287] drivers/net/wireless/hostap/hostap_proc.c:184:2: warning: field width specifier '*' expects argument of type 'int', but argument 3 has type 'size_t'
 2014-08-30  0:16 UTC 

[mmotm:master 129/287] mm/migrate.c:876:2: error: implicit declaration of function '__is_movable_balloon_page'
 2014-08-30  0:06 UTC 

[mmotm:master 80/287] drivers/base/memory.c:384:22: warning: unused variable 'zone_prev'
 2014-08-29 23:36 UTC 

[PATCH 0/2] x86: Speed up ioremap operations
 2014-08-29 22:31 UTC  (7+ messages)
` [PATCH 1/2] x86: Optimize resource lookups for ioremap
` [PATCH 2/2] x86: Use optimized ioresource lookup in ioremap function

[PATCH 1/3] Introduce dump_vma
 2014-08-29 19:37 UTC  (8+ messages)
` [PATCH 2/3] Introduce VM_BUG_ON_VMA
` [PATCH 3/3] Convert a few VM_BUG_ON callers to VM_BUG_ON_VMA

[PATCH 0/2] x86: Speed up ioremap operations
 2014-08-29 19:16 UTC  (3+ messages)
` [PATCH 1/2] x86: Optimize resource lookups for ioremap
` [PATCH 2/2] x86: Use optimized ioresource lookup in ioremap function

[RFC PATCH 0/6] HMM (heterogeneous memory management) v4
 2014-08-29 19:10 UTC  (7+ messages)
` [RFC PATCH 1/6] mmu_notifier: add event information to address invalidation v4
` [RFC PATCH 2/6] lib: lockless generic and arch independent page table (gpt)
` [RFC PATCH 3/6] hmm: heterogeneous memory management v5
` [RFC PATCH 4/6] hmm/dummy: dummy driver to showcase the hmm api v2
` [RFC PATCH 5/6] iommu: new api to map an array of page frame number into a domain
` [RFC PATCH 6/6] hmm: add support for iommu domain

[PATCH] mm: page_alloc: avoid wakeup kswapd on the unintended node
 2014-08-29 13:09 UTC  (4+ messages)

[PATCH] mm, slub: do not add duplicate sysfs
 2014-08-29  5:09 UTC  (6+ messages)

mm: slub: circular dependency between slab_mutex and cpu_hotplug
 2014-08-28 15:31 UTC  (2+ messages)

A deadlock when direct memory reclaim in network filesystem
 2014-08-28 13:11 UTC  (2+ messages)

[PATH V2 0/6] RCU get_user_pages_fast and __get_user_pages_fast
 2014-08-28  8:59 UTC  (4+ messages)
` [PATH V2 1/6] mm: Introduce a general RCU get_user_pages_fast

[PATCH v5 0/4] zram memory control enhance
 2014-08-28  8:21 UTC  (10+ messages)
` [PATCH v5 3/4] zram: zram memory size limitation

[PATCH 0/2] x86: Speed up ioremap operations
 2014-08-28  6:48 UTC  (3+ 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).