messages from 2016-03-27 19:47:54 to 2016-03-31 12:29:56 UTC [more...]
[PATCH 0/4] scatterlist: sg_table from virtual pointer
2016-03-31 12:29 UTC (5+ messages)
` [PATCH 1/4] mm: add is_highmem_addr() helper
` [PATCH 2/4] scatterlist: add sg_alloc_table_from_buf() helper
` [PATCH 3/4] spi: use sg_alloc_table_from_buf()
` [PATCH 4/4] mtd: provide helper to prepare buffers for DMA operations
[RFC PATCH] mm, oom: move GFP_NOFS check to out_of_memory
2016-03-31 11:56 UTC (10+ messages)
[RFC PATCH 0/2] hugetlb: If PMD sharing is possible, align to PUD_SIZE
2016-03-31 11:38 UTC (10+ messages)
` [RFC PATCH 1/2] mm/hugetlbfs: Attempt PUD_SIZE mapping alignment if PMD sharing enabled
` [RFC PATCH 2/2] x86/hugetlb: "
[RFC] oom, but there is enough memory
2016-03-31 10:57 UTC (4+ messages)
mm/slab: reduce lock contention in alloc path
2016-03-31 10:53 UTC (28+ messages)
` [PATCH 01/11] mm/slab: hold a slab_mutex when calling __kmem_cache_shrink()
` [PATCH 02/11] mm/slab: remove BAD_ALIEN_MAGIC again
` [PATCH 03/11] mm/slab: drain the free slab as much as possible
` [PATCH 04/11] mm/slab: factor out kmem_cache_node initialization code
` [PATCH 05/11] mm/slab: clean-up kmem_cache_node setup
` [PATCH 06/11] mm/slab: don't keep free slabs if free_objects exceeds free_limit
` [PATCH 07/11] mm/slab: racy access/modify the slab color
` [PATCH 08/11] mm/slab: make cache_grow() handle the page allocated on arbitrary node
` [PATCH 09/11] mm/slab: separate cache_grow() to two parts
` [PATCH 10/11] mm/slab: refill cpu cache through a new slab without holding a node lock
` [PATCH 11/11] mm/slab: lockless decision to grow cache
[PATCH] mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ON
2016-03-31 8:57 UTC
[PATCH v2 0/4] reduce latency of direct async compaction
2016-03-31 8:50 UTC (5+ messages)
` [PATCH v2 1/4] mm, compaction: wrap calculating first and last pfn of pageblock
` [PATCH v2 2/4] mm, compaction: reduce spurious pcplist drains
` [PATCH v2 3/4] mm, compaction: skip blocks where isolation fails in async direct compaction
` [PATCH v2 4/4] mm, compaction: direct freepage allocation for "
[PATCH] zsmalloc: use workqueue to destroy pool in zpool callback
2016-03-31 8:46 UTC (3+ messages)
[PATCH RFC] mm: Fix memory corruption caused by deferred page initialization
2016-03-31 2:27 UTC (7+ messages)
` [RFC] "
[PATCH] Revert "mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCE"
2016-03-31 1:47 UTC (7+ messages)
[PATCH] mm/hugetlb: optimize minimum size (min_size) accounting
2016-03-31 1:00 UTC (2+ messages)
[PATCH v3 00/16] Support non-lru page migration
2016-03-31 0:57 UTC (21+ messages)
` [PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
` [PATCH v3 02/16] mm/compaction: support non-lru movable page migration
` [PATCH v3 03/16] mm: add non-lru movable page support document
` [PATCH v3 04/16] mm/balloon: use general movable page feature into balloon
` [PATCH v3 05/16] zsmalloc: keep max_object in size_class
` [PATCH v3 06/16] zsmalloc: squeeze inuse into page->mapping
` [PATCH v3 07/16] zsmalloc: remove page_mapcount_reset
` [PATCH v3 08/16] zsmalloc: squeeze freelist into page->mapping
` [PATCH v3 09/16] zsmalloc: move struct zs_meta from mapping to freelist
` [PATCH v3 10/16] zsmalloc: factor page chain functionality out
` [PATCH v3 11/16] zsmalloc: separate free_zspage from putback_zspage
` [PATCH v3 12/16] zsmalloc: zs_compact refactoring
` [PATCH v3 13/16] zsmalloc: migrate head page of zspage
` [PATCH v3 14/16] zsmalloc: use single linked list for page chain
` [PATCH v3 15/16] zsmalloc: migrate tail pages in zspage
` [PATCH v3 16/16] zram: use __GFP_MOVABLE for memory allocation
3.14.65: Memory leak when slub_debug is enabled
2016-03-30 20:50 UTC (2+ messages)
[PATCH v2 0/9] arm64: optimize virt_to_page and page_address
2016-03-30 14:46 UTC (10+ messages)
` [PATCH v2 1/9] arm64: vdso: avoid virt_to_page() translations on kernel symbols
` [PATCH v2 2/9] arm64: mm: free __init memory via the linear mapping
` [PATCH v2 3/9] arm64: mm: avoid virt_to_page() translation for the zero page
` [PATCH v2 4/9] arm64: insn: avoid virt_to_page() translations on core kernel symbols
` [PATCH v2 5/9] arm64: mm: move vmemmap region right below the linear region
` [PATCH v2 6/9] arm64: mm: restrict virt_to_page() to the linear mapping
` [PATCH v2 7/9] nios2: use correct void* return type for page_to_virt()
` [PATCH v2 8/9] openrisc: drop wrongly typed definition of page_to_virt()
` [PATCH v2 9/9] mm: replace open coded page to virt conversion with page_to_virt()
[PATCH v4 0/8] Support for transparent PUD pages for DAX files
2016-03-30 14:05 UTC (4+ messages)
` [PATCH v4 3/8] mm: Add support for PUD-sized transparent hugepages
[RFC] mm: why cat /proc/pid/smaps | grep Rss is different from cat /proc/pid/statm?
2016-03-30 9:39 UTC (4+ messages)
[PATCH] mm: Exclude HugeTLB pages from THP page_mapped logic
2016-03-30 9:24 UTC (3+ messages)
[PATCH] mm/highmem: simplify is_highmem()
2016-03-30 9:24 UTC (3+ messages)
[PATCH v2 1/2] mm/page_ref: use page_ref helper instead of direct modification of _count
2016-03-30 8:29 UTC (7+ messages)
` [PATCH v2 2/2] mm: rename _count, field of the struct page, to _refcount
[PATCH 0/5] dax: handling of media errors
2016-03-30 7:49 UTC (10+ messages)
` [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
[PATCH v2 0/5] dax: handling of media errors
2016-03-30 6:56 UTC (11+ messages)
` [PATCH v2 1/5] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v2 2/5] dax: fallback from pmd to pte on error
` [PATCH v2 3/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v2 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v2 5/5] dax: handle media errors in dax_do_io
[PATCH] mm: fix invalid node in alloc_migrate_target()
2016-03-30 1:13 UTC (11+ messages)
[RFC][PATCH] mm/slub: Skip CPU slab activation when debugging
2016-03-29 23:41 UTC (3+ messages)
HMM (Heterogeneous Memory Management)
2016-03-29 22:58 UTC (3+ messages)
` [PATCH v12 07/29] HMM: add per mirror page table v4
mmotm 2016-03-29-15-54 uploaded
2016-03-29 22:55 UTC
[PATCH] mm: Refactor find_get_pages() & friends
2016-03-29 21:29 UTC (2+ messages)
4.4: INFO: rcu_sched self-detected stall on CPU
2016-03-29 18:32 UTC
[PATCH] mm,writeback: Don't use memory reserves for wb_start_writeback
2016-03-29 16:49 UTC (4+ messages)
memory fragmentation issues on 4.4
2016-03-29 14:53 UTC (5+ messages)
[PATCH] mm/page_alloc: prevent merging between isolated and other pageblocks
2016-03-29 14:13 UTC (2+ messages)
[PATCH] oom, oom_reaper: Do not enqueue task if it is on the oom_reaper_list head
2016-03-29 12:52 UTC (2+ messages)
mmotm 2016-03-25-15-13 uploaded
2016-03-29 12:01 UTC (2+ messages)
` mmotm git tree since-4.5 branch created (was: mmotm 2016-03-25-15-13 uploaded)
[PATCH] mm/page_isolation.c: fix the function comments
2016-03-29 9:43 UTC
[PATCH] mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
2016-03-29 8:46 UTC (2+ messages)
[PATCH 1/2] mm/vmap: Add a notifier for when we run out of vmap address space
2016-03-29 8:16 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 1/1] mm/page_alloc: Remove useless parameter of __free_pages_boot_core
2016-03-29 6:18 UTC (2+ messages)
[PATCH] signal: Make oom_flags a bool
2016-03-28 22:04 UTC (2+ messages)
4.5 shmem lockdep/out-of-bound/list corruption disaster
2016-03-28 20:46 UTC (2+ messages)
[PATCH v2 0/2] Fixes for batched TLB flushes
2016-03-28 20:44 UTC (6+ messages)
` [PATCH v2 1/2] x86/mm: TLB_REMOTE_SEND_IPI should count pages
` [PATCH v2 2/2] mm/rmap: batched invalidations should use existing api
[RFC PATCH] Add support for eXclusive Page Frame Ownership (XPFO)
2016-03-28 19:29 UTC (4+ messages)
[PATCHv4 00/25] THP-enabled tmpfs/shmem
2016-03-28 18:42 UTC (9+ messages)
fs/ocfs2/aops.c:1881:2-7: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NULL values
2016-03-28 17:12 UTC
[PATCH 1/2] mm/page_ref: use page_ref helper instead of direct modification of _count
2016-03-28 6:19 UTC (7+ messages)
` [PATCH 2/2] mm: rename _count, field of the struct page, to _refcount
[PATCH v2 00/18] Support non-lru page migration
2016-03-28 5:08 UTC (2+ messages)
Bloat caused by unnecessary calls to compound_head()?
2016-03-27 20:44 UTC (2+ messages)
Bloat caused by unnecessary calls to compound_head()?
2016-03-27 19:47 UTC (2+ messages)
` [PATCH 1/4] page-flags: generate page-flags helpers with script
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).