linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-17 10:06:55 to 2018-10-19 04:02:37 UTC [more...]

[PATCH 0/7][V3] drop the mmap_sem when doing IO in the fault path
 2018-10-19  3:48 UTC  (14+ messages)
` [PATCH 1/7] mm: infrastructure for page fault page caching
` [PATCH 2/7] mm: drop mmap_sem for page cache read IO submission
` [PATCH 3/7] mm: drop the mmap_sem in all read fault cases
` [PATCH 4/7] mm: use the cached page for filemap_fault
` [PATCH 5/7] mm: add a flag to indicate we used a cached page
` [PATCH 6/7] mm: allow ->page_mkwrite to do retries
` [PATCH 7/7] btrfs: drop mmap_sem in mkwrite for btrfs

[PATCH] mm: get pfn by page_to_pfn() instead of save in page->private
 2018-10-19  3:32 UTC  (9+ messages)

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-19  3:01 UTC  (21+ messages)

[PATCH V2 0/5] arm64/mm: Enable HugeTLB migration
 2018-10-19  2:32 UTC  (6+ messages)
` [PATCH V2 2/5] mm/hugetlb: Distinguish between migratability and movability

[PATCH v5 1/2] memory_hotplug: Free pages as higher order
 2018-10-19  2:18 UTC  (7+ messages)

[PATCH 0/2] thp nodereclaim fixes
 2018-10-19  2:11 UTC  (6+ messages)
` [PATCH 2/2] mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4
 2018-10-19  2:07 UTC  (2+ messages)

[RESEND PATCH v2] alpha: switch to NO_BOOTMEM
 2018-10-19  1:58 UTC  (2+ messages)

[PATCH] hugetlbfs: dirty pages as they are added to pagecache
 2018-10-19  1:47 UTC  (5+ messages)

[BUG -next 20181008] list corruption with "mm/slub: remove useless condition in deactivate_slab"
 2018-10-19  1:17 UTC  (5+ messages)

[PATCH v3] mm: memcontrol: Don't flood OOM messages with no eligible task
 2018-10-19  0:18 UTC  (17+ messages)

[PATCH] userfaultfd: disable irqs when taking the waitqueue lock
 2018-10-18 22:56 UTC  (2+ messages)

[PATCH v6 00/29] fs: fixes for serious clone/dedupe problems
 2018-10-18 18:58 UTC  (40+ messages)
` [PATCH 01/29] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 02/29] vfs: check file ranges before cloning files
` [PATCH 03/29] vfs: exit early from zero length remap operations
` [PATCH 04/29] vfs: strengthen checking of file range inputs to generic_remap_checks
  ` [PATCH v2 "
` [PATCH 05/29] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/29] vfs: skip zero-length dedupe requests
` [PATCH 07/29] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 08/29] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 09/29] vfs: combine the clone and dedupe into a single remap_file_range
  ` [PATCH v2 "
` [PATCH 10/29] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 11/29] vfs: pass remap flags to generic_remap_checks
` [PATCH 12/29] vfs: remap helper should update destination inode metadata
` [PATCH 13/29] vfs: make remap_file_range functions take and return bytes completed
  ` [PATCH v2 "
` [PATCH 14/29] vfs: plumb remap flags through the vfs clone functions
` [PATCH 15/29] vfs: plumb remap flags through the vfs dedupe functions
` [PATCH 16/29] vfs: enable remap callers that can handle short operations
  ` [PATCH v2 "
` [PATCH 17/29] vfs: hide file range comparison function
` [PATCH 18/29] vfs: clean up generic_remap_file_range_prep return value
` [PATCH 19/29] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 20/29] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 21/29] ocfs2: support partial clone range and dedupe range
` [PATCH 22/29] ocfs2: remove ocfs2_reflink_remap_range
` [PATCH 23/29] xfs: add a per-xfs trace_printk macro
` [PATCH 24/29] xfs: fix pagecache truncation prior to reflink
` [PATCH 25/29] xfs: clean up xfs_reflink_remap_blocks call site
` [PATCH 26/29] xfs: support returning partial reflink results
` [PATCH 27/29] xfs: remove redundant remap partial EOF block checks
` [PATCH 28/29] xfs: remove xfs_reflink_remap_range
` [PATCH 29/29] xfs: remove [cm]time update from reflink calls

[PATCH v5 00/27] Control Flow Enforcement: Shadow Stack
 2018-10-18 18:33 UTC  (11+ messages)
` [PATCH v5 03/27] x86/fpu/xstate: Introduce XSAVES system states

[mm PATCH v4 0/6] Deferred page init improvements
 2018-10-18 18:29 UTC  (8+ messages)
` [mm PATCH v4 1/6] mm: Use mm_zero_struct_page from SPARC on all 64b architectures
` [mm PATCH v4 2/6] mm: Drop meminit_pfn_in_nid as it is redundant
` [mm PATCH v4 3/6] mm: Use memblock/zone specific iterator for handling deferred page init
` [mm PATCH v4 4/6] mm: Move hot-plug specific memory init into separate functions and optimize
` [mm PATCH v4 5/6] mm: Add reserved flag setting to set_page_links
` [mm PATCH v4 6/6] mm: Use common iterator for deferred_init_pages and deferred_free_pages

[PATCH v7 0/8] arm64: untag user pointers passed to the kernel
 2018-10-18 17:33 UTC  (9+ messages)
` [PATCH v7 7/8] arm64: update Documentation/arm64/tagged-pointers.txt

[PATCH 0/5] Do not touch pages/zones during hot-remove path
 2018-10-18 15:38 UTC  (10+ messages)
` [PATCH 2/5] mm/memory_hotplug: Create add/del_device_memory functions
` [PATCH 5/5] mm/memory-hotplug: Rework unregister_mem_sect_under_nodes

[PATCH v2 0/3] Randomize free memory
 2018-10-18 13:44 UTC  (10+ messages)

[RFC v4 PATCH 0/5] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-10-18 13:21 UTC  (16+ messages)
` [RFC v4 PATCH 2/5] mm/__free_one_page: skip merge for order-0 page unless compaction failed
` [RFC v4 PATCH 3/5] mm/rmqueue_bulk: alloc without touching individual page structure

[PATCH V2 0/4] 52-bit userspace VAs
 2018-10-18 10:47 UTC  (12+ messages)
` [PATCH V2 1/4] mm: mmap: Allow for "high" userspace addresses
` [PATCH V2 2/4] arm64: mm: Introduce DEFAULT_MAP_WINDOW
` [PATCH V2 3/4] arm64: mm: Define arch_get_mmap_end, arch_get_mmap_base
` [PATCH V2 4/4] arm64: mm: introduce 52-bit userspace support

[PATCH v4 0/3] get_user_pages*() and RDMA: first steps
 2018-10-18 10:19 UTC  (10+ messages)
` [PATCH v4 2/3] mm: introduce put_user_page*(), placeholder versions

[PATCH] mm: Convert mem_cgroup_id::ref to refcount_t type
 2018-10-18  9:12 UTC  (4+ messages)

[PATCH 0/2] shmem, drm/i915: Mark pinned shmemfs pages as unevictable
 2018-10-18  8:15 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH v3 1/2] mm: Add an F_SEAL_FUTURE_WRITE seal to memfd
 2018-10-18  7:08 UTC  (3+ messages)
` [PATCH v3 2/2] selftests/memfd: Add tests for F_SEAL_FS_WRITE seal

[RFC PATCH] mm, proc: report PR_SET_THP_DISABLE in proc
 2018-10-18  7:00 UTC  (13+ messages)

[PATCH v2] x86/entry/32: Fix setup of CS high bits
 2018-10-18  6:21 UTC  (2+ messages)
` [tip:x86/urgent] x86/entry/32: Clear the "

[PATCH] mm/thp: Correctly differentiate between mapped THP and PMD migration entry
 2018-10-18  2:17 UTC  (9+ messages)

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-10-18  0:03 UTC  (9+ messages)
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count

[PATCH 1/2] serial: set suppress_bind_attrs flag only if builtin
 2018-10-17 22:41 UTC  (7+ messages)
` [PATCH 2/2] writeback: don't decrement wb->refcnt if !wb->bdi

[PATCH v2 1/2] mm: Add an F_SEAL_FS_WRITE seal to memfd
 2018-10-17 17:45 UTC  (7+ messages)

[mm PATCH v3 0/6] Deferred page init improvements
 2018-10-17 17:08 UTC  (19+ messages)
` [mm PATCH v3 1/6] mm: Use mm_zero_struct_page from SPARC on all 64b architectures
` [mm PATCH v3 3/6] mm: Use memblock/zone specific iterator for handling deferred page init
` [mm PATCH v3 4/6] mm: Move hot-plug specific memory init into separate functions and optimize

[PATCH v5 00/26] fs: fixes for serious clone/dedupe problems
 2018-10-17 16:40 UTC  (7+ messages)
` [PATCH 17/26] vfs: enable remap callers that can handle short operations
` [PATCH 25/26] xfs: support returning partial reflink results

[PATCH v7 0/7] mm: Merge hmm into devm_memremap_pages, mark GPL-only
 2018-10-17 16:30 UTC  (4+ messages)
` [PATCH v7 1/7] mm, devm_memremap_pages: Mark devm_memremap_pages() EXPORT_SYMBOL_GPL

WARNING: kmalloc bug in input_mt_init_slots
 2018-10-17 15:53 UTC  (10+ messages)

[patch] mm, slab: avoid high-order slab pages when it does not reduce waste
 2018-10-17 15:38 UTC  (7+ messages)

[PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
 2018-10-17 15:02 UTC  (12+ messages)

[PATCH] kmemleak: Add config to select auto scan
 2018-10-17 13:41 UTC  (2+ 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).