linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-17 11:39:51 to 2018-05-18 19:45:25 UTC [more...]

[PATCH v6 00/17] Rearrange struct page
 2018-05-18 19:45 UTC  (6+ messages)
` [PATCH v6 01/17] s390: Use _refcount for pgtables
` [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 07/17] mm: Combine first three unions "
` [PATCH v6 08/17] mm: Use page->deferred_list

pkeys on POWER: Default AMR, UAMOR values
 2018-05-18 19:39 UTC  (4+ messages)

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-18 18:04 UTC  (18+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
` [PATCH v2 02/40] iommu/sva: Bind process address spaces to devices
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 05/40] iommu/sva: Track mm changes with an MMU notifier
` [PATCH v2 07/40] iommu: Add a page fault handler
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
` [PATCH v2 17/40] iommu/arm-smmu-v3: Link domains and devices

[PATCH v2 0/7] mm: pages for hugetlb's overcommit may be able to charge to memcg
 2018-05-18 17:51 UTC  (10+ messages)
` [PATCH v2 1/7] hugetlb: introduce charge_surplus_huge_pages to struct hstate
` [PATCH v2 2/7] hugetlb: support migrate charging for surplus hugepages
` [PATCH v2 3/7] memcg: use compound_order rather than hpage_nr_pages
` [PATCH v2 4/7] mm, sysctl: make charging surplus hugepages controllable
` [PATCH v2 5/7] hugetlb: add charge_surplus_hugepages attribute
` [PATCH v2 6/7] Documentation, hugetlb: describe about charge_surplus_hugepages,
` [PATCH v2 7/7] memcg: supports movement of surplus hugepages statistics

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

[PATCH] Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"
 2018-05-18 17:42 UTC  (15+ messages)

[LSFMM] RDMA data corruption potential during FS writeback
 2018-05-18 17:36 UTC  (4+ messages)

[PATCH 00/10] Misc block layer patches for bcachefs
 2018-05-18 17:36 UTC  (11+ messages)
` [PATCH 02/10] block: Convert bio_set to mempool_init()

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] mm, huge page: Copy to access sub-page last when copy huge page
 2018-05-18 16:41 UTC  (3+ messages)

mmotm 2018-05-17-16-26 uploaded
 2018-05-18 16:22 UTC  (7+ messages)
` mmotm 2018-05-17-16-26 uploaded (autofs)

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

pkeys on POWER: Access rights not reset on execve
 2018-05-18 14:27 UTC 

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

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

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

[PATCH v2 0/4] Interface for higher order contiguous allocations
 2018-05-18 10:32 UTC  (5+ 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

[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 v6 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-18  8:44 UTC  (18+ 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

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

[PATCH] x86/mm: Drop TS_COMPAT on 64-bit exec() syscall
 2018-05-18  7:20 UTC  (3+ messages)

[PATCH v2] Print the memcg's name when system-wide OOM happened
 2018-05-18  6:22 UTC  (2+ messages)

[mmotm:master 188/199] inode.c:(.text+0x220): multiple definition of `autofs_new_ino'
 2018-05-18  4:40 UTC 

[mmotm:master 171/199] waitq.c:(.text+0x80): multiple definition of `autofs_catatonic_mode'
 2018-05-18  4:24 UTC 

[PATCH v1] include/linux/gfp.h: getting rid of GFP_ZONE_TABLE/BAD
 2018-05-18  3:03 UTC  (5+ messages)
  ` [External] "

[PATCH] KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_range
 2018-05-18  1:52 UTC  (5+ messages)

[PATCH] lib/stackdepot.c: use a non-instrumented version of memcpy()
 2018-05-18  1:04 UTC  (2+ messages)

[PATCH -V2 -mm] mm, hugetlbfs: Pass fault address to no page handler
 2018-05-18  0:33 UTC  (5+ messages)

[4.11 Regression] 64-bit process gets AT_BASE in the first 4 GB if exec'ed from 32-bit process
 2018-05-17 21:19 UTC  (7+ messages)

[PATCH] mm/dmapool: localize page allocations
 2018-05-17 21:05 UTC  (7+ messages)

[mmotm:master 150/186] lib/idr.c:583:2: error: implicit declaration of function 'xa_lock_irqsave'; did you mean 'read_lock_irqsave'?
 2018-05-17 18:19 UTC 

[PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-17 18:11 UTC  (10+ messages)
` [PATCH v3 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users

[PATCH v11 00/26] Speculative page faults
 2018-05-17 17:34 UTC  (5+ messages)
` [PATCH v11 01/26] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT

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

[PATCH v3-UPADATE 2/3] ioremap: Update pgtable free interfaces with addr
 2018-05-17 15:57 UTC 

[PATCH v3 0/3] fix free pmd/pte page handlings on x86
 2018-05-17 14:32 UTC  (4+ messages)
` [PATCH v3 2/3] ioremap: Update pgtable free interfaces with addr

[PATCH v5 00/13] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-05-17 13:51 UTC  (10+ messages)
` [PATCH v5 11/13] mm: Iterate only over charged shrinkers during memcg shrink_slab()

[RFC v3 PATCH 0/5] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-05-17 11:53 UTC  (4+ messages)
` [RFC v3 PATCH 1/5] mm/page_alloc: use helper functions to add/remove a page to/from buddy


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