linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RESEND 0/3] memory_hotplug: hyperv: fix deadlock between memory adding and onlining
 2015-02-12 10:23 UTC 

[PATCH 0/3] memory_hotplug: hyperv: fix deadlock between memory adding and onlining
 2015-02-12 10:16 UTC  (10+ messages)
` [PATCH 1/3] driver core: export lock_device_hotplug/unlock_device_hotplug
` [PATCH 2/3] memory_hotplug: add note about holding device_hotplug_lock and add_memory()
` [PATCH 3/3] Drivers: hv: balloon: fix deadlock between memory adding and onlining

Stuck/not-responding machine when running trinity on next-20150204, ext4 disk corruption
 2015-02-12  9:08 UTC 

[aa:userfault 17/19] mm/userfaultfd.c:48:6: sparse: symbol 'double_down_read' was not declared. Should it be static?
 2015-02-12  8:54 UTC  (2+ messages)
` [PATCH aa] userfaultfd: double_down_read() can be static

[PATCH] mm: fix negative nr_isolated counts
 2015-02-12  8:18 UTC  (5+ messages)

[RFC 00/16] Introduce ZONE_CMA
 2015-02-12  7:32 UTC  (17+ messages)
` [RFC 01/16] mm/page_alloc: correct highmem memory statistics
` [RFC 02/16] mm/writeback: correct dirty page calculation for highmem
` [RFC 03/16] mm/highmem: make nr_free_highpages() handles all highmem zones by itself
` [RFC 04/16] mm/vmstat: make node_page_state() handles all "
` [RFC 05/16] mm/vmstat: watch out zone range overlap
` [RFC 06/16] mm/page_alloc: "
` [RFC 07/16] mm/page_isolation: "
` [RFC 08/16] power: "
` [RFC 09/16] mm/cma: introduce cma_total_pages() for future use
` [RFC 10/16] mm/highmem: remove is_highmem_idx()
` [RFC 11/16] mm/page_alloc: clean-up free_area_init_core()
` [RFC 12/16] mm/cma: introduce new zone, ZONE_CMA
` [RFC 13/16] mm/cma: populate ZONE_CMA and use this zone when GFP_HIGHUSERMOVABLE
` [RFC 14/16] mm/cma: print stealed page count
` [RFC 15/16] mm/cma: remove ALLOC_CMA
` [RFC 16/16] mm/cma: remove MIGRATE_CMA

[PATCH v4 1/3] mm/cma: change fallback behaviour for CMA freepage
 2015-02-12  7:15 UTC  (3+ messages)
` [PATCH v4 2/3] mm/page_alloc: factor out fallback freepage checking
` [PATCH v4 3/3] mm/compaction: enhance compaction finish condition

[PATCH 0/3] Slab allocator array operations V2
 2015-02-12  2:46 UTC  (16+ messages)
` [PATCH 1/3] Slab infrastructure for array operations
` [PATCH 2/3] slub: Support "
` [PATCH 3/3] Array alloc test code

[RFC] Making memcg track ownership per address_space or anon_vma
 2015-02-12  2:10 UTC  (24+ messages)

[PATCH v17 1/7] mm: support madvise(MADV_FREE)
 2015-02-12  0:14 UTC  (18+ messages)

[PATCH 1/1] mm: pagemap: limit scan to virtual region being asked
 2015-02-11 23:16 UTC  (4+ messages)

[PATCH v2] mm: incorporate zero pages into transparent huge pages
 2015-02-11 22:33 UTC  (4+ messages)

[PATCH v2] mm: vmscan: fix the page state calculation in too_many_isolated
 2015-02-11 22:14 UTC  (4+ messages)

[PATCH -mm] slub: kmem_cache_shrink: init discard list after freeing slabs
 2015-02-11 20:09 UTC  (6+ messages)

[PATCH 0/4] Cleanup mm_populate() codepath
 2015-02-11 20:00 UTC  (10+ messages)
` [PATCH 1/4] mm: rename FOLL_MLOCK to FOLL_POPULATE
` [PATCH 2/4] mm: rename __mlock_vma_pages_range() to populate_vma_page_range()
` [PATCH 3/4] mm: move gup() -> posix mlock() error conversion out of __mm_populate
` [PATCH 4/4] mm: move mm_populate()-related code to mm/gup.c

How to handle TIF_MEMDIE stalls?
 2015-02-11 18:59 UTC  (12+ messages)

[RFCv3 1/2] device: add dma_params->max_segment_count
 2015-02-11 16:23 UTC  (9+ messages)
` [RFCv3 2/2] dma-buf: add helpers for sharing attacher constraints with dma-parms

[RFC] shmem: Add eventfd notification on utlilization level
 2015-02-11 14:50 UTC  (2+ messages)

mm: NULL ptr deref in unlink_file_vma
 2015-02-11 12:22 UTC  (6+ messages)

[PATCH 3.18 04/57] vm: add VM_FAULT_SIGSEGV handling support
 2015-02-11  5:34 UTC  (5+ messages)

[PATCH] mm: incorporate zero pages into transparent huge pages
 2015-02-11  2:26 UTC  (3+ messages)

[PATCH] x86, kaslr: propagate base load address calculation
 2015-02-10 23:13 UTC  (4+ messages)

[PATCH v2 0/7] Kernel huge I/O mapping support
 2015-02-10 23:10 UTC  (14+ messages)
` [PATCH v2 1/7] mm: Change __get_vm_area_node() to use fls_long()
` [PATCH v2 2/7] lib: Add huge I/O map capability interfaces
` [PATCH v2 3/7] mm: Change ioremap to set up huge I/O mappings
` [PATCH v2 4/7] mm: Change vunmap to tear down huge KVA mappings
` [PATCH v2 5/7] x86, mm: Support huge KVA mappings on x86
` [PATCH v2 6/7] x86, mm: Support huge I/O "
` [PATCH v2 7/7] mm: Add config HUGE_IOMAP to enable huge I/O mappings

[PATCH] mm/slab_common: Use kmem_cache_free
 2015-02-10 21:51 UTC  (3+ messages)

[PATCH] mm/page_alloc: add a necessary 'leave'
 2015-02-10 13:43 UTC 

[PATCH] mm: actually remap enough memory
 2015-02-10 12:37 UTC  (3+ messages)

[3.19-final|next-20150204] LTP OOM testsuite causes call-traces
 2015-02-10 10:45 UTC  (2+ messages)

[RFC PATCH 0/5] compaction: changing initial position of scanners
 2015-02-10  8:54 UTC  (8+ messages)

BUG: stuck on mmap_sem in 3.18.6
 2015-02-10  8:26 UTC  (5+ messages)

[PATCH] mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()
 2015-02-10  4:37 UTC 

BUG: non-zero nr_pmds on freeing mm: 1
 2015-02-09 17:50 UTC  (13+ messages)

+ mm-fix-false-positive-warning-on-exit-due-mm_nr_pmdsmm.patch added to -mm tree
 2015-02-09 14:40 UTC 

[RFC PATCH] mm: madvise: Ignore repeated MADV_DONTNEED hints
 2015-02-09  9:13 UTC  (18+ messages)
  ` MADV_DONTNEED semantics? Was: "

[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2015-02-08 11:48 UTC  (5+ messages)
` [PATCH v12 04/20] mm: Allow page fault handlers to perform the COW

[LSF/MM ATTEND] mmap_sem and mm performance testing
 2015-02-07  2:17 UTC  (3+ messages)
` [Lsf-pc] "

[RFC 0/3] Mirrored memory support for boot time allocations
 2015-02-06 22:28 UTC 

[RFC 0/3] Slab allocator array operations
 2015-02-06 18:39 UTC  (5+ messages)

[mmotm:master 409/551] WARNING: arch/x86/kernel/cpu/microcode/microcode.o(.data+0x1cf0): Section mismatch in reference from the variable microcode_mutex to the variable .init.rodata:__mod_x86cpu__microcode_id_device_table
 2015-02-06 17:45 UTC  (2+ messages)

[PATCHv2, RESEND 00/19] expose page table levels as Kconfig option
 2015-02-06 16:26 UTC  (19+ messages)
` [PATCHv2, RESEND 01/19] alpha: expose number of page table levels on Kconfig level
` [PATCHv2, RESEND 04/19] frv: mark PUD and PMD folded
` [PATCHv2, RESEND 05/19] ia64: expose number of page table levels on Kconfig level
` [PATCHv2, RESEND 06/19] m32r: mark PMD folded
` [PATCHv2, RESEND 07/19] m68k: mark PMD folded and expose number of page table levels
` [PATCHv2, RESEND 08/19] mips: expose number of page table levels on Kconfig level
` [PATCHv2, RESEND 09/19] mn10300: mark PUD and PMD folded
` [PATCHv2, RESEND 10/19] parisc: expose number of page table levels on Kconfig level
` [PATCHv2, RESEND 11/19] powerpc: "
` [PATCHv2, RESEND 12/19] s390: expose number of page table levels
` [PATCHv2, RESEND 13/19] sh: "
` [PATCHv2, RESEND 14/19] sparc: "
` [PATCHv2, RESEND 15/19] tile: "
` [PATCHv2, RESEND 16/19] um: "
` [PATCHv2, RESEND 17/19] x86: expose number of page table levels on Kconfig level
` [PATCHv2, RESEND 18/19] mm: define default PGTABLE_LEVELS to two
` [PATCHv2, RESEND 19/19] mm: do not add nr_pmds into mm_struct if PMD is folded

page:  |  | latest

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