linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-08 09:09:11 to 2018-05-09 11:07:52 UTC [more...]

[PATCH 0/7] psi: pressure stall information for CPU, memory, and IO
 2018-05-09 11:07 UTC  (19+ messages)
` [PATCH 5/7] sched: loadavg: make calc_load_n() public
` [PATCH 6/7] psi: pressure stall information for CPU, memory, and IO
` [PATCH 7/7] psi: cgroup support

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-09 10:56 UTC  (9+ messages)
` [PATCH v9 1/9] dax, dm: introduce ->fs_{claim, release}() dax_device infrastructure
` [PATCH v9 3/9] memremap: split devm_memremap_pages() and memremap() infrastructure
` [PATCH v9 5/9] mm: fix __gup_device_huge vs unmap
` [PATCH v9 6/9] mm, fs, dax: handle layout changes to pinned dax mappings

[PATCH 2/3] include/linux/gfp.h: use unsigned int in gfp_zone
 2018-05-09  9:36 UTC  (11+ messages)
  ` [External] "

[PATCH v3] x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
 2018-05-09  9:18 UTC 

[PATCH v2] x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
 2018-05-09  9:16 UTC  (4+ messages)

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-05-09  8:58 UTC  (5+ messages)

[RFC v3 PATCH 0/5] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-05-09  8:54 UTC  (6+ messages)
` [RFC v3 PATCH 1/5] mm/page_alloc: use helper functions to add/remove a page to/from buddy
` [RFC v3 PATCH 2/5] mm/__free_one_page: skip merge for order-0 page unless compaction failed
` [RFC v3 PATCH 3/5] mm/rmqueue_bulk: alloc without touching individual page structure
` [RFC v3 PATCH 4/5] mm/free_pcppages_bulk: reduce overhead of cluster operation on free path
` [RFC v3 PATCH 5/5] mm/can_skip_merge(): make it more aggressive to attempt cluster alloc/free

[PATCH] mm/memblock: print memblock_remove
 2018-05-09  8:49 UTC  (4+ messages)

[PATCH -mm -V2 00/21] mm, THP, swap: Swapout/swapin THP as a whole
 2018-05-09  8:38 UTC  (22+ messages)
` [PATCH -mm -V2 01/21] mm, THP, swap: Enable PMD swap operations for CONFIG_THP_SWAP
` [PATCH -mm -V2 02/21] mm, THP, swap: Make CONFIG_THP_SWAP depends on CONFIG_SWAP
` [PATCH -mm -V2 03/21] mm, THP, swap: Support PMD swap mapping in swap_duplicate()
` [PATCH -mm -V2 04/21] mm, THP, swap: Support PMD swap mapping in swapcache_free_cluster()
` [PATCH -mm -V2 05/21] mm, THP, swap: Support PMD swap mapping in free_swap_and_cache()/swap_free()
` [PATCH -mm -V2 06/21] mm, THP, swap: Support PMD swap mapping when splitting huge PMD
` [PATCH -mm -V2 07/21] mm, THP, swap: Support PMD swap mapping in split_swap_cluster()
` [PATCH -mm -V2 08/21] mm, THP, swap: Support to read a huge swap cluster for swapin a THP
` [PATCH -mm -V2 09/21] mm, THP, swap: Swapin a THP as a whole
` [PATCH -mm -V2 10/21] mm, THP, swap: Support to count THP swapin and its fallback
` [PATCH -mm -V2 11/21] mm, THP, swap: Add sysfs interface to configure THP swapin
` [PATCH -mm -V2 12/21] mm, THP, swap: Support PMD swap mapping in swapoff
` [PATCH -mm -V2 13/21] mm, THP, swap: Support PMD swap mapping in madvise_free()
` [PATCH -mm -V2 14/21] mm, cgroup, THP, swap: Support to move swap account for PMD swap mapping
` [PATCH -mm -V2 15/21] mm, THP, swap: Support to copy PMD swap mapping when fork()
` [PATCH -mm -V2 16/21] mm, THP, swap: Free PMD swap mapping when zap_huge_pmd()
` [PATCH -mm -V2 17/21] mm, THP, swap: Support PMD swap mapping for MADV_WILLNEED
` [PATCH -mm -V2 18/21] mm, THP, swap: Support PMD swap mapping in mincore()
` [PATCH -mm -V2 19/21] mm, THP, swap: Support PMD swap mapping in common path
` [PATCH -mm -V2 20/21] mm, THP, swap: create PMD swap mapping when unmap the THP
` [PATCH -mm -V2 21/21] mm, THP: Avoid to split THP when reclaim MADV_FREE THP

[PATCH -mm] mm, THP, doc: Add document for thp_swpout/thp_swpout_fallback
 2018-05-09  8:23 UTC 

[PATCH] mm: memcontrol: drain memcg stock on force_empty
 2018-05-09  8:18 UTC  (2+ messages)

[PATCH -mm] mm, pagemap: Hide swap entry for unprivileged users
 2018-05-09  8:16 UTC  (4+ messages)

fix confusion around GFP_* flags and blk_get_request
 2018-05-09  7:54 UTC  (7+ messages)
` [PATCH 1/6] scsi/osd: remove the gfp argument to osd_start_request
` [PATCH 2/6] block: fix __get_request documentation
` [PATCH 3/6] block: sanitize blk_get_request calling conventions
` [PATCH 4/6] block: pass an explicit gfp_t to get_request
` [PATCH 5/6] block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM
` [PATCH 6/6] block: consistently use GFP_NOIO instead of __GFP_NORECLAIM

[PATCH 00/10] Misc block layer patches for bcachefs
 2018-05-09  7:54 UTC  (12+ messages)
` [PATCH 01/10] mempool: Add mempool_init()/mempool_exit()
` [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 01/33] block: add a lower-level bio_add_page interface
 2018-05-09  7:48 UTC  (33+ messages)
` [PATCH 02/33] fs: factor out a __generic_write_end helper
` [PATCH 03/33] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/33] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/33] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/33] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 08/33] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 09/33] iomap: add a iomap_sector helper
` [PATCH 10/33] iomap: add an iomap-based bmap implementation
` [PATCH 11/33] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 12/33] xfs: use iomap_bmap
` [PATCH 13/33] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 14/33] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 15/33] xfs: simplify xfs_aops_discard_page
` [PATCH 16/33] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 17/33] xfs: make xfs_writepage_map extent map centric
` [PATCH 18/33] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 19/33] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 20/33] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 21/33] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 22/33] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 23/33] xfs: remove the imap_valid flag
` [PATCH 24/33] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 25/33] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 26/33] xfs: allow writeback on pages without buffer heads
` [PATCH 27/33] xfs: remove xfs_start_page_writeback
` [PATCH 28/33] xfs: refactor the tail of xfs_writepage_map
` [PATCH 29/33] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 30/33] iomap: add initial support for writes without buffer heads
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O "
` [PATCH 32/33] xfs: add support for sub-pagesize writeback without buffer_heads
` [PATCH 33/33] fs: remove __block_write_begin and iomap_to_bh

[PATCH 0/3] Some fixes for mm code optimization
 2018-05-09  7:48 UTC  (4+ messages)
  ` [PATCH 3/3] mm/page_alloc: Fix typo in debug info of calculate_node_totalpages
    ` [External] "

[PATCH] mm: memcontrol: drain stocks on resize limit
 2018-05-09  7:45 UTC  (2+ messages)

[PATCH] mm: move function ‘is_pageblock_removable_nolock’ inside blockers
 2018-05-09  7:43 UTC  (2+ messages)

[PATCH v1 00/16] khwasan: kernel hardware assisted address sanitizer
 2018-05-09  5:26 UTC  (18+ messages)
` [PATCH v1 01/16] khwasan, mm: change kasan hooks signatures
` [PATCH v1 02/16] khwasan: move common kasan and khwasan code to common.c
` [PATCH v1 03/16] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v1 04/16] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v1 05/16] khwasan: initialize shadow to 0xff
` [PATCH v1 06/16] khwasan, arm64: untag virt address in __kimg_to_phys
` [PATCH v1 07/16] khwasan, arm64: fix up fault handling logic
` [PATCH v1 08/16] khwasan: add tag related helper functions
` [PATCH v1 09/16] khwasan, arm64: enable top byte ignore for the kernel
` [PATCH v1 10/16] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v1 11/16] khwasan: split out kasan_report.c from report.c
` [PATCH v1 12/16] khwasan: add bug reporting routines
` [PATCH v1 13/16] khwasan: add hooks implementation
` [PATCH v1 14/16] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v1 15/16] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v1 16/16] khwasan: update kasan documentation

centralize SWIOTLB config symbol and misc other cleanups V3
 2018-05-09  5:03 UTC  (3+ messages)

[RFC PATCH v1 0/6] use mm to manage NVDIMM (pmem) zone
 2018-05-09  4:47 UTC  (7+ messages)
      ` [External] "

[RFC PATCH v1 0/6] use mm to manage NVDIMM (pmem) zone
 2018-05-09  4:22 UTC  (4+ messages)
  ` [External] [RFC PATCH v1 3/6] mm, zone_type: create ZONE_NVM and fill into GFP_ZONE_TABLE

[PATCH 0/8] mm, x86, powerpc: Consolidate pkey code
 2018-05-09  1:57 UTC  (16+ messages)
` [PATCH 1/8] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH 2/8] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH 3/8] mm/pkeys: Remove include of asm/mmu_context.h from pkeys.h
` [PATCH 4/8] mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.h
` [PATCH 5/8] x86/pkeys: Move vma_pkey() into asm/pkeys.h
` [PATCH 6/8] x86/pkeys: Add arch_pkeys_enabled()
` [PATCH 7/8] mm/pkeys: Add an empty arch_pkeys_enabled()
` [PATCH 8/8] mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeys

[PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
 2018-05-09  1:39 UTC  (4+ messages)

[RFC][PATCH 00/13] Provide saturating helpers for allocation
 2018-05-09  0:42 UTC  (14+ messages)
` [PATCH 01/13] compiler.h: enable builtin overflow checkers and add fallback code
` [PATCH 02/13] lib: add runtime test of check_*_overflow functions
` [PATCH 03/13] overflow.h: Add allocation size calculation helpers
` [PATCH 04/13] mm: Use array_size() helpers for kmalloc()
` [PATCH 05/13] mm: Use array_size() helpers for kvmalloc()
` [PATCH 06/13] treewide: Use struct_size() for kmalloc()-family
` [PATCH 07/13] treewide: Use struct_size() for vmalloc()-family
` [PATCH 08/13] treewide: Use struct_size() for devm_kmalloc() and friends
` [PATCH 09/13] treewide: Use array_size() for kmalloc()-family
` [PATCH 10/13] treewide: Use array_size() for kmalloc()-family, leftovers
` [PATCH 11/13] treewide: Use array_size() for vmalloc()
` [PATCH 12/13] treewide: Use array_size() for devm_*alloc()-like
` [PATCH 13/13] treewide: Use array_size() for devm_*alloc()-like, leftovers

[PATCH] mm: fix oom_kill event handling
 2018-05-08 23:26 UTC  (4+ messages)

[PATCH] mm/page_alloc: use ac->high_zoneidx for classzone_idx
 2018-05-08 23:13 UTC  (4+ messages)

[PATCH REPOST] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
 2018-05-08 23:02 UTC  (3+ messages)

[PATCH 0/9] [v3] x86, pkeys: two protection keys bug fixes
 2018-05-08 22:49 UTC  (3+ messages)

Proof-of-concept: better(?) page-table manipulation API
 2018-05-08 21:04 UTC  (4+ messages)

[PATCH v2] mm: expland documentation over __read_mostly
 2018-05-08 18:19 UTC 

[PATCH] mm: expland documentation over __read_mostly
 2018-05-08 18:17 UTC  (7+ messages)

[PATCH v2] mm: fix oom_kill event handling
 2018-05-08 17:16 UTC  (3+ messages)

[PATCH] x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
 2018-05-08 16:25 UTC  (4+ messages)

[PATCH 0/3] docs/vm: move numa_memory_policy.rst to admin-guide/mm
 2018-05-08 15:44 UTC  (2+ messages)

[PATCH V6 0/2 RESEND] KSM replace hash algo with faster hash
 2018-05-08 15:26 UTC  (3+ messages)
` [PATCH V6 2/2 RESEND] ksm: replace jhash2 "

[PATCH 0/6] arm64: untag user pointers passed to the kernel
 2018-05-08 15:11 UTC  (7+ messages)
` [PATCH 4/6] mm, arm64: untag user addresses in mm/gup.c

[PATCH v2] mm: access to uninitialized struct page
 2018-05-08 14:44 UTC  (3+ messages)

[PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
 2018-05-08 14:39 UTC  (2+ messages)

[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
 2018-05-08 12:53 UTC  (8+ messages)

[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-08 12:40 UTC  (13+ messages)

[PATCH v10 00/25] Speculative page faults
 2018-05-08 11:04 UTC  (9+ messages)
` [PATCH v10 02/25] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v10 12/25] mm: cache some VMA fields in the vm_fault structure

[PATCH v3 0/9] trace_uprobe: Support SDT markers having reference count (semaphore)
 2018-05-08 10:26 UTC  (8+ messages)
` [PATCH v3 6/9] "


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