linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-18 07:20:33 to 2018-05-21 02:34:30 UTC [more...]

[PATCH -mm] mm, huge page: Copy to access sub-page last when copy huge page
 2018-05-21  2:34 UTC  (5+ messages)

mmotm 2018-05-17-16-26 uploaded
 2018-05-21  0:49 UTC  (9+ messages)
` mmotm 2018-05-17-16-26 uploaded (autofs)

[mmotm:master 149/199] lib/idr.c:583:2: error: implicit declaration of function 'xa_lock_irqsave'; did you mean 'read_lock_irqsave'?
 2018-05-21  0:48 UTC  (4+ messages)
    ` [kbuild-all] "

[PATCH 00/10] Misc block layer patches for bcachefs
 2018-05-20 23:58 UTC  (20+ messages)
` [PATCH 02/10] block: Convert bio_set to mempool_init()

[PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files
 2018-05-20 23:23 UTC  (2+ messages)

[linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered
 2018-05-20 19:15 UTC 

pkeys on POWER: Access rights not reset on execve
 2018-05-20 19:11 UTC  (11+ messages)

[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-05-20 15:56 UTC  (5+ messages)

[PATCH v6 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-20  8:08 UTC  (24+ messages)
` [PATCH v6 01/17] list_lru: Combine code under the same define
` [PATCH v6 02/17] mm: Introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
` [PATCH v6 03/17] mm: Assign id to every memcg-aware shrinker
` [PATCH v6 04/17] memcg: Move up for_each_mem_cgroup{, _tree} defines
` [PATCH v6 05/17] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH v6 06/17] mm: Refactoring in workingset_init()
` [PATCH v6 07/17] fs: Refactoring in alloc_super()
` [PATCH v6 08/17] fs: Propagate shrinker::id to list_lru
` [PATCH v6 09/17] list_lru: Add memcg argument to list_lru_from_kmem()
` [PATCH v6 10/17] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH v6 11/17] list_lru: Pass lru "
` [PATCH v6 12/17] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH v6 13/17] mm: Export mem_cgroup_is_root()
` [PATCH v6 14/17] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH v6 15/17] mm: Generalize shrink_slab() calls in shrink_node()
` [PATCH v6 16/17] mm: Add SHRINK_EMPTY shrinker methods return value
` [PATCH v6 17/17] mm: Clear shrinker bit if there are no objects related to memcg

[RFC] mm, THP: Map read-only text segments using large THP pages
 2018-05-20  6:26 UTC  (4+ messages)

[PATCH] Add the memcg print oom info for system oom
 2018-05-19 21:18 UTC  (2+ messages)

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-19 17:25 UTC  (5+ messages)
` [PATCH v2 07/40] iommu: Add a page fault handler
` [PATCH v2 35/40] iommu/arm-smmu-v3: Add support for PCI ATS

[PATCH] Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"
 2018-05-19 14:46 UTC  (10+ messages)

[LSFMM] RDMA data corruption potential during FS writeback
 2018-05-19  5:38 UTC  (9+ messages)

pkeys on POWER: Default AMR, UAMOR values
 2018-05-19  5:15 UTC  (8+ messages)

[PATCH] x86/mm: Drop TS_COMPAT on 64-bit exec() syscall
 2018-05-19  2:33 UTC  (11+ messages)

[PATCH v11 0/7] dax: fix dma vs truncate/hole-punch
 2018-05-19  1:35 UTC  (8+ messages)
` [PATCH v11 1/7] memremap: split devm_memremap_pages() and memremap() infrastructure
` [PATCH v11 2/7] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
` [PATCH v11 3/7] mm: fix __gup_device_huge vs unmap
` [PATCH v11 4/7] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v11 5/7] xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL
` [PATCH v11 6/7] xfs: prepare xfs_break_layouts() for another layout type
` [PATCH v11 7/7] xfs, dax: introduce xfs_break_dax_layouts()

mmotm 2018-05-18-16-44 uploaded
 2018-05-18 23:44 UTC 

[PATCH v2 0/4] Interface for higher order contiguous allocations
 2018-05-18 22:01 UTC  (6+ messages)
` [PATCH v2 1/4] mm: change type of free_contig_range(nr_pages) to unsigned long
` [PATCH v2 2/4] mm: check for proper migrate type during isolation

dma_sync_*_for_cpu and direction=TO_DEVICE (was Re: [PATCH 02/20] dma-mapping: provide a generic dma-noncoherent implementation)
 2018-05-18 21:55 UTC  (7+ messages)
      ` [PATCH 02/20] dma-mapping: provide a generic dma-noncoherent implementation

[PATCH v6 00/17] Rearrange struct page
 2018-05-18 19:45 UTC  (18+ messages)
` [PATCH v6 01/17] s390: Use _refcount for pgtables
` [PATCH v6 02/17] mm: Split page_type out from _mapcount
` [PATCH v6 03/17] mm: Mark pages in use for page tables
` [PATCH v6 04/17] mm: Switch s_mem and slab_cache in struct page
` [PATCH v6 05/17] mm: Move 'private' union within "
` [PATCH v6 06/17] mm: Move _refcount out of struct page union
` [PATCH v6 07/17] mm: Combine first three unions in struct page
` [PATCH v6 08/17] mm: Use page->deferred_list
` [PATCH v6 09/17] mm: Move lru union within struct page
` [PATCH v6 10/17] mm: Combine LRU and main union in "
` [PATCH v6 11/17] mm: Improve struct page documentation
` [PATCH v6 12/17] mm: Add pt_mm to struct page
` [PATCH v6 13/17] mm: Add hmm_data "
` [PATCH v6 14/17] slab,slub: Remove rcu_head size checks
` [PATCH v6 15/17] slub: Remove kmem_cache->reserved
` [PATCH v6 16/17] slub: Remove 'reserved' file from sysfs
` [PATCH v6 17/17] mm: Distinguish VMalloc pages

[PATCH v2 0/7] mm: pages for hugetlb's overcommit may be able to charge to memcg
 2018-05-18 17:51 UTC  (4+ messages)
` [PATCH v2 3/7] memcg: use compound_order rather than hpage_nr_pages

do we still need ->is_dirty_writeback
 2018-05-18 17:08 UTC 

buffered I/O without buffer heads in xfs and iomap v2
 2018-05-18 16:56 UTC  (36+ messages)
` [PATCH 01/34] block: add a lower-level bio_add_page interface
` [PATCH 02/34] fs: factor out a __generic_write_end helper
` [PATCH 03/34] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/34] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/34] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/34] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/34] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 08/34] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 09/34] iomap: inline data should be an iomap type, not a flag
` [PATCH 10/34] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 12/34] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 13/34] iomap: add a iomap_sector helper
` [PATCH 14/34] iomap: add an iomap-based bmap implementation
` [PATCH 15/34] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 16/34] iomap: add initial support for writes without buffer heads
` [PATCH 17/34] xfs: use iomap_bmap
` [PATCH 18/34] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 19/34] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 20/34] xfs: simplify xfs_aops_discard_page
` [PATCH 21/34] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 22/34] xfs: make xfs_writepage_map extent map centric
` [PATCH 23/34] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 24/34] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 25/34] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 26/34] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 27/34] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 28/34] xfs: remove the imap_valid flag
` [PATCH 29/34] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 30/34] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 31/34] xfs: remove xfs_start_page_writeback
` [PATCH 32/34] xfs: refactor the tail of xfs_writepage_map
` [PATCH 33/34] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 34/34] xfs: allow writeback on pages without buffer heads

sub-page blocksize support in iomap non-buffer head path
 2018-05-18 16:52 UTC  (3+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads

[PATCH] mm/kasan: Don't vfree() nonexistent vm_area
 2018-05-18 16:01 UTC  (3+ messages)

[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
 2018-05-18 16:00 UTC  (4+ messages)

[PATCH] mm: Add new vma flag VM_LOCAL_CPU
 2018-05-18 14:14 UTC  (6+ messages)

[PATCH, RESEND] x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME
 2018-05-18 11:30 UTC 

[PATCH 01/10] mempool: Add mempool_init()/mempool_exit()
 2018-05-18  9:00 UTC  (14+ messages)
` [PATCH 02/10] block: Convert bio_set to mempool_init()
` [PATCH 03/10] block: Add bioset_init()/bioset_exit()
` [PATCH 04/10] block: Use bioset_init() for fs_bio_set
` [PATCH 05/10] block: Add bio_copy_data_iter(), zero_fill_bio_iter()
` [PATCH 06/10] block: Split out bio_list_copy_data()
` [PATCH 07/10] block: Add missing flush_dcache_page() call
` [PATCH 08/10] block: Add warning for bi_next not NULL in bio_endio()
` [PATCH 09/10] block: Export bio check/set pages_dirty
` [PATCH 10/10] block: Add sysfs entry for fua support

[PATCH v3] Print the memcg's name when system-wide OOM happened
 2018-05-18  8:40 UTC 


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).