linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-24 18:06:50 to 2016-10-26 08:25:09 UTC [more...]

[PATCH 0/3] iopmem : A block device for PCIe memory
 2016-10-26  8:24 UTC  (14+ messages)
` [PATCH 1/3] memremap.c : Add support for ZONE_DEVICE IO memory with struct pages

[PATCH] mm: remove unnecessary __get_user_pages_unlocked() calls
 2016-10-26  7:59 UTC  (3+ messages)

[PATCHv4 00/43] ext4: support of huge pages
 2016-10-26  7:36 UTC  (51+ messages)
` [PATCHv4 01/43] tools: Add WARN_ON_ONCE
` [PATCHv4 02/43] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv4 03/43] radix-tree: Add radix_tree_join
` [PATCHv4 04/43] radix-tree: Add radix_tree_split
` [PATCHv4 05/43] radix-tree: Add radix_tree_split_preload()
` [PATCHv4 06/43] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv4 07/43] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv4 08/43] page-flags: relax page flag policy for few flags
` [PATCHv4 09/43] mm, rmap: account file thp pages
` [PATCHv4 10/43] thp: try to free page's buffers before attempt split
` [PATCHv4 11/43] thp: handle write-protection faults for file THP
` [PATCHv4 12/43] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv4 13/43] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv4 14/43] filemap: handle huge pages in do_generic_file_read()
` [PATCHv4 15/43] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv4 16/43] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv4 17/43] HACK: readahead: alloc huge pages, if allowed
` [PATCHv4 18/43] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv4 19/43] brd: make it handle huge pages
` [PATCHv4 20/43] mm: make write_cache_pages() work on "
` [PATCHv4 21/43] thp: introduce hpage_size() and hpage_mask()
` [PATCHv4 22/43] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv4 23/43] thp: make thp_get_unmapped_area() respect S_HUGE_MODE
` [PATCHv4 24/43] fs: make block_read_full_page() be able to read huge page
` [PATCHv4 25/43] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv4 26/43] fs: make block_page_mkwrite() aware about "
` [PATCHv4 27/43] truncate: make truncate_inode_pages_range() "
` [PATCHv4 28/43] truncate: make invalidate_inode_pages2_range() "
` [PATCHv4 29/43] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv4 30/43] mm: account huge pages to dirty, writaback, reclaimable, etc
` [PATCHv4 31/43] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv4 32/43] ext4: make ext4_writepage() work on huge pages
` [PATCHv4 33/43] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv4 34/43] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv4 35/43] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv4 36/43] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv4 37/43] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv4 38/43] ext4: handle writeback with "
` [PATCHv4 39/43] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv4 40/43] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv4 41/43] ext4: make fallocate() operations work with "
` [PATCHv4 42/43] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv4 43/43] ext4, vfs: add huge= mount option

[PATCH v6 0/6] Introduce ZONE_CMA
 2016-10-26  7:27 UTC  (6+ messages)
` [PATCH v6 3/6] mm/cma: populate ZONE_CMA

[RFC PATCH 0/5] Reduce fragmentation
 2016-10-26  6:08 UTC  (12+ messages)
` [RFC PATCH 1/5] mm/page_alloc: always add freeing page at the tail of the buddy list
` [RFC PATCH 2/5] mm/page_alloc: use smallest fallback page first in movable allocation

[RFC 0/8] Define coherent device memory node
 2016-10-26  4:52 UTC  (33+ messages)
` [RFC 1/8] mm: "
` [RFC 2/8] mm: Add specialized fallback zonelist for coherent device memory nodes
` [RFC 3/8] mm: Isolate coherent device memory nodes from HugeTLB allocation paths
` [RFC 5/8] mm: Add new flag VM_CDM for coherent device memory
` [RFC 8/8] mm: Add N_COHERENT_DEVICE node type into node_states[]

[PATCH 0/2] to support memblock near alloc and memoryless on arm64
 2016-10-26  3:10 UTC  (5+ messages)
` [PATCH 1/2] mm/memblock: prepare a capability to support memblock near alloc
` [PATCH 2/2] arm64/numa: support HAVE_MEMORYLESS_NODES

[PATCH v4 0/5] powerpc/mm: movable hotplug memory nodes
 2016-10-26  0:49 UTC  (15+ messages)
` [PATCH v4 2/5] drivers/of: do not add memory for unavailable nodes
` [PATCH v4 3/5] powerpc/mm: allow memory hotplug into a memoryless node
` [PATCH v4 4/5] mm: make processing of movable_node arch-specific

[PATCH] mm: fixup get_user_pages* comments
 2016-10-25 23:34 UTC 

[PATCHv3 00/41] ext4: support of huge pages
 2016-10-24 11:36 UTC  (11+ messages)
` [PATCHv3 13/41] truncate: make sure invalidate_mapping_pages() can discard "
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()

[net-next PATCH 00/27] Add support for DMA writable pages being writable by the network stack
 2016-10-25 22:00 UTC  (29+ messages)
` [net-next PATCH 01/27] swiotlb: Drop unused function swiotlb_map_sg
` [net-next PATCH 02/27] swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function
` [net-next PATCH 03/27] swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC
` [net-next PATCH 04/27] arch/arc: Add option to skip sync on DMA mapping
` [net-next PATCH 05/27] arch/arm: Add option to skip sync on DMA map and unmap
` [net-next PATCH 06/27] arch/avr32: Add option to skip sync on DMA map
` [net-next PATCH 07/27] arch/blackfin: "
` [net-next PATCH 08/27] arch/c6x: Add option to skip sync on DMA map and unmap
` [net-next PATCH 09/27] arch/frv: Add option to skip sync on DMA map
` [net-next PATCH 10/27] arch/hexagon: Add option to skip DMA sync as a part of mapping
` [net-next PATCH 11/27] arch/m68k: "
` [net-next PATCH 12/27] arch/metag: Add option to skip DMA sync as a part of map and unmap
` [net-next PATCH 13/27] arch/microblaze: "
` [net-next PATCH 14/27] arch/mips: "
` [net-next PATCH 15/27] arch/nios2: "
` [net-next PATCH 16/27] arch/openrisc: Add option to skip DMA sync as a part of mapping
` [net-next PATCH 17/27] arch/parisc: Add option to skip DMA sync as a part of map and unmap
` [net-next PATCH 18/27] arch/powerpc: Add option to skip DMA sync as a part of mapping
` [net-next PATCH 19/27] arch/sh: "
` [net-next PATCH 20/27] arch/sparc: Add option to skip DMA sync as a part of map and unmap
` [net-next PATCH 21/27] arch/tile: "
` [net-next PATCH 22/27] arch/xtensa: Add option to skip DMA sync as a part of mapping
` [net-next PATCH 23/27] dma: Add calls for dma_map_page_attrs and dma_unmap_page_attrs
` [net-next PATCH 24/27] mm: Add support for releasing multiple instances of a page
` [net-next PATCH 25/27] igb: Update driver to make use of DMA_ATTR_SKIP_CPU_SYNC
` [net-next PATCH 26/27] igb: Update code to better handle incrementing page count
` [net-next PATCH 27/27] igb: Revert "igb: Revert support for build_skb in igb"

[PATCH 0/7] powerpc/mm: refactor vDSO mapping code
 2016-10-25 19:16 UTC  (9+ messages)
` [PATCH 1/7] powerpc/vdso: unify return paths in setup_additional_pages
` [PATCH 2/7] powerpc/vdso: remove unused params in vdso_do_func_patch{32,64}
` [PATCH 3/7] powerpc/vdso: separate common code in vdso_common
` [PATCH 4/7] powerpc/vdso: introduce init_vdso{32,64}_pagelist
` [PATCH 5/7] powerpc/vdso: split map_vdso from arch_setup_additional_pages
` [PATCH 6/7] powerpc/vdso: switch from legacy_special_mapping_vmops
` [PATCH 7/7] mm: kill arch_mremap
  ` [PATCHv2 "

Rewording language in mbind(2) to "threads" not "processes"
 2016-10-25 15:40 UTC  (2+ messages)

[PATCH] mm: memcontrol: do not recurse in direct reclaim
 2016-10-25 15:07 UTC  (6+ messages)

[PATCH 4/4] mm: remove kernel address exposure in free_reserved_area()
 2016-10-25 14:51 UTC 

[PATCH stable 4.4 0/4] mm: workingset backports
 2016-10-25 14:16 UTC  (7+ messages)
` [PATCH stable 4.4 1/4] mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()
` [PATCH stable 4.4 2/4] mm: filemap: don't plant shadow entries without radix tree node
` [PATCH stable 4.4 3/4] mm: filemap: fix mapping->nrpages double accounting in fuse
` [PATCH stable 4.4 4/4] Using BUG_ON() as an assert() is _never_ acceptable

[PATCH] slub: avoid false-postive warning
 2016-10-25 11:33 UTC  (2+ messages)

[RESEND PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-10-25  9:46 UTC  (17+ messages)
` [RESEND PATCH v3 kernel 1/7] virtio-balloon: rework deflate to add page to a list
` [RESEND PATCH v3 kernel 2/7] virtio-balloon: define new feature bit and page bitmap head
` [RESEND PATCH v3 kernel 3/7] mm: add a function to get the max pfn
` [RESEND PATCH v3 kernel 4/7] virtio-balloon: speed up inflate/deflate process

[PATCH v2] shmem: avoid maybe-uninitialized warning
 2016-10-25  8:56 UTC  (3+ messages)

[PATCH] shmem: avoid huge pages for small files
 2016-10-25  5:28 UTC  (13+ messages)

[PATCH v2 0/8] mm/swap: Regular page swap optimizations
 2016-10-25  2:05 UTC  (4+ messages)
` [PATCH v2 2/8] mm/swap: Add cluster lock

[net-next PATCH RFC 00/26] Add support for DMA writable pages being writable by the network stack
 2016-10-25  1:22 UTC  (19+ messages)
` [net-next PATCH RFC 01/26] swiotlb: Drop unused function swiotlb_map_sg
` [net-next PATCH RFC 02/26] swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC
` [net-next PATCH RFC 05/26] arch/avr32: Add option to skip sync on DMA map
` [net-next PATCH RFC 19/26] arch/sparc: Add option to skip DMA sync as a part of map and unmap
` [net-next PATCH RFC 20/26] arch/tile: "
` [net-next PATCH RFC 21/26] arch/xtensa: Add option to skip DMA sync as a part of mapping
` [net-next PATCH RFC 22/26] dma: Add calls for dma_map_page_attrs and dma_unmap_page_attrs
` [net-next PATCH RFC 23/26] mm: Add support for releasing multiple instances of a page
` [net-next PATCH RFC 24/26] igb: Update driver to make use of DMA_ATTR_SKIP_CPU_SYNC
` [net-next PATCH RFC 25/26] igb: Update code to better handle incrementing page count
` [net-next PATCH RFC 26/26] igb: Revert "igb: Revert support for build_skb in igb"

[PATCH v6] powerpc: Do not make the entire heap executable
 2016-10-24 23:17 UTC  (6+ messages)

[PATCH 0/5] Support for metadata specific accounting
 2016-10-24 20:43 UTC  (5+ messages)
` [PATCH 1/5] remove mapping from balance_dirty_pages*()
` [PATCH 2/5] writeback: convert WB_WRITTEN/WB_DIRITED counters to bytes
` [PATCH 3/5] writeback: add counters for metadata usage
` [PATCH 4/5] writeback: introduce super_operations->write_metadata

[PATCH 0/1] mm/hugetlb: fix huge page reservation leak in private mapping error paths
 2016-10-24 20:40 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] shmem: avoid maybe-uninitialized warning
 2016-10-24 20:32 UTC  (4+ messages)

[PATCH v5 0/3] powerpc/mm: movable hotplug memory nodes
 2016-10-24 19:58 UTC  (4+ messages)
` [PATCH v5 1/3] powerpc/mm: allow memory hotplug into a memoryless node
` [PATCH v5 2/3] mm: make processing of movable_node arch-specific
` [PATCH v5 3/3] mm: enable CONFIG_MOVABLE_NODE on non-x86 arches

[Stable 4.4 - NEEDS REVIEW - 0/3] mm: working set fixes
 2016-10-24 19:08 UTC  (9+ messages)
` [Stable 4.4 - NEEDS REVIEW - 1/3] mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()
` [Stable 4.4 - NEEDS REVIEW - 2/3] mm: filemap: don't plant shadow entries without radix tree node
` [Stable 4.4 - NEEDS REVIEW - 3/3] mm: filemap: fix mapping->nrpages double accounting in fuse

[PATCH 0/5] mm: workingset: radix tree subtleties & single-page file refaults
 2016-10-24 18:47 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).