messages from 2015-01-26 17:28:37 to 2015-01-29 18:52:11 UTC [more...]
[RFCv3 1/2] device: add dma_params->max_segment_count
2015-01-29 18:52 UTC (9+ messages)
` [RFCv3 2/2] dma-buf: add helpers for sharing attacher constraints with dma-parms
[PATCH -mm v2 0/3] slub: make dead caches discard free slabs immediately
2015-01-29 18:21 UTC (20+ messages)
` [PATCH -mm v2 1/3] slub: never fail to shrink cache
` [PATCH -mm v2 2/3] slub: fix kmem_cache_shrink return value
` [PATCH -mm v2 3/3] slub: make dead caches discard free slabs immediately
[PATCH v2] mm: vmscan: fix the page state calculation in too_many_isolated
2015-01-29 17:32 UTC (20+ messages)
[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
2015-01-29 15:39 UTC (20+ messages)
` [PATCH v10 00/17] Kernel address sanitizer - runtime memory debugger
` [PATCH v10 01/17] Add kernel address sanitizer infrastructure
` [PATCH v10 02/17] x86_64: add KASan support
` [PATCH v10 03/17] mm: page_alloc: add kasan hooks on alloc and free paths
` [PATCH v10 04/17] mm: slub: introduce virt_to_obj function
` [PATCH v10 05/17] mm: slub: share object_err function
` [PATCH v10 06/17] mm: slub: introduce metadata_access_enable()/metadata_access_disable()
` [PATCH v10 07/17] mm: slub: add kernel address sanitizer support for slub allocator
` [PATCH v10 08/17] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
` [PATCH v10 09/17] kmemleak: disable kasan instrumentation for kmemleak
` [PATCH v10 10/17] lib: add kasan test module
` [PATCH v10 11/17] x86_64: kasan: add interceptors for memset/memmove/memcpy functions
` [PATCH v10 12/17] kasan: enable stack instrumentation
` [PATCH v10 13/17] mm: vmalloc: add flag preventing guard hole allocation
` [PATCH v10 14/17] mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
` [PATCH v10 15/17] kernel: add support for .init_array.* constructors
` [PATCH v10 16/17] module: fix types of device tables aliases
` [PATCH v10 17/17] kasan: enable instrumentation of global variables
[PATCH 1/2] zram: free meta table in zram_meta_free
2015-01-29 15:12 UTC (17+ messages)
` [PATCH v1 2/2] zram: remove init_lock in zram_make_request
[PATCH v4] mm: incorporate read-only pages into transparent huge pages
2015-01-29 14:59 UTC
[PATCH] mm: Don't offset memmap for flatmem
2015-01-29 13:13 UTC (7+ messages)
` [PATCHv2] "
[PATCH] mm: fix arithmetic overflow in __vm_enough_memory()
2015-01-29 13:06 UTC
[PATCH] mm: don't account shared file pages in user_reserve_pages
2015-01-29 11:51 UTC
[Intel-gfx] memcontrol.c BUG
2015-01-29 8:16 UTC (2+ messages)
[RFC 0/3] Slab allocator array operations
2015-01-29 7:44 UTC (7+ messages)
` [RFC 1/3] Slab infrastructure for "
[PATCH v2] zram: free meta table in zram_meta_free
2015-01-29 5:22 UTC (3+ messages)
[PATCH 0/4] Introduce <linux/mm_struct.h>
2015-01-29 4:22 UTC (13+ messages)
` [PATCH 1/4] mm: move enum tlb_flush_reason into <trace/events/tlb.h>
` [PATCH 2/4] mm: split up mm_struct to separate header file
` [PATCH 3/4] mm: define __PAGETABLE_{PMD,PUD}_FOLDED to zero or one
` [PATCH 4/4] mm: do not add nr_pmds into mm_struct if PMD is folded
[PATCH 2/2] mm: fix undefined reference to `.kernel_map_pages' on PPC builds
2015-01-29 4:05 UTC (18+ messages)
` [PATCH v3] powerpc/mm: fix undefined reference to `.__kernel_map_pages' on FSL PPC64
OOM at low page cache?
2015-01-29 1:24 UTC (7+ messages)
[PATCHSET RFC 0/6] memcg: inode-based dirty-set controller
2015-01-29 1:21 UTC (2+ messages)
[PATCH] mm: export "high_memory" symbol on !MMU
2015-01-29 1:15 UTC (2+ messages)
[PATCH 0/4] Introduce <linux/mm_struct.h>
2015-01-28 21:19 UTC
[PATCH] eventfs: avoid unused variable warning
2015-01-28 15:10 UTC
mmotm 2015-01-22-15-04 uploaded
2015-01-28 15:03 UTC (17+ messages)
` mmotm 2015-01-22-15-04: qemu failures due to 'mm: account pmd page tables to the process'
` mmotm 2015-01-22-15-04: qemu failure due to 'mm: memcontrol: remove unnecessary soft limit tree node test'
[PATCH -mm 0/3] slub: make dead caches discard free slabs immediately
2015-01-28 15:00 UTC (24+ messages)
` [PATCH -mm 1/3] slub: don't fail kmem_cache_shrink if slab placement optimization fails
` [PATCH -mm 2/3] slab: zap kmem_cache_shrink return value
` [PATCH -mm 3/3] slub: make dead caches discard free slabs immediately
[PATCH v3] mm: incorporate read-only pages into transparent huge pages
2015-01-28 13:57 UTC (5+ messages)
[RFC PATCH 0/9] mm/zbud: support highmem pages
2015-01-28 7:14 UTC (4+ messages)
[PATCH 1/2] zram: free meta out of init_lock
2015-01-28 6:10 UTC (24+ messages)
mmotm 2015-01-27-16-19 uploaded
2015-01-28 0:20 UTC
[RFC PATCH 0/7] Kernel huge I/O mapping support
2015-01-27 22:01 UTC (14+ messages)
` [RFC PATCH 1/7] mm: Change __get_vm_area_node() to use fls_long()
` [RFC PATCH 2/7] lib: Add huge I/O map capability interfaces
` [RFC PATCH 3/7] mm: Change ioremap to set up huge I/O mappings
` [RFC PATCH 4/7] mm: Change vunmap to tear down huge KVA mappings
` [RFC PATCH 5/7] x86, mm: Support huge KVA mappings on x86
` [RFC PATCH 6/7] x86, mm: Support huge I/O "
` [RFC PATCH 7/7] mm: Add config HUGE_IOMAP to enable huge I/O mappings
[patch] mm: memcontrol: default hierarchy interface for memory fix - "none"
2015-01-27 16:27 UTC (7+ messages)
[PATCH 0/4] enhance compaction success rate
2015-01-27 8:36 UTC (7+ messages)
` [PATCH 2/4] mm/page_alloc: expands broken freepage to proper buddy list when steal
[RFCv2 0/2] dma-parms, constraints and helpers for dma-buf
2015-01-27 7:04 UTC (4+ messages)
` [RFCv2 2/2] dma-buf: add helpers for sharing attacher constraints with dma-parms
[PATCH v1 00/10] zsmalloc compaction support
2015-01-27 3:27 UTC (4+ messages)
` [PATCH v1 02/10] zsmalloc: decouple handle and object
[PATCH] mm/zsmalloc: add log for module load/unload
2015-01-27 3:23 UTC (4+ messages)
[PATCH] proc/pagemap: walk page tables under pte lock
2015-01-27 1:51 UTC (3+ messages)
[PATCH] zram: free meta table in zram_meta_free
2015-01-27 1:42 UTC (3+ messages)
[PATCH v2 2/2] task_mmu: Add user-space support for resetting mm->hiwater_rss (peak RSS)
2015-01-27 0:00 UTC (8+ messages)
[next-20150119]regression (mm)?
2015-01-26 22:38 UTC (12+ messages)
[mmotm:master 396/417] fs/ocfs2/namei.c:2365:1: warning: 'ocfs2_orphan_del' uses dynamic stack allocation
2015-01-26 20:26 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).