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

[PATCH v3] mm: memcontrol: Don't flood OOM messages with no eligible task
 2018-10-17 10:06 UTC 

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

[RFC v4 PATCH 0/5] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-10-17  9:51 UTC  (7+ messages)
` [RFC v4 PATCH 1/5] mm/page_alloc: use helper functions to add/remove a page to/from buddy
` [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
` [RFC v4 PATCH 4/5] mm/free_pcppages_bulk: reduce overhead of cluster operation on free path
` [RFC v4 PATCH 5/5] mm/can_skip_merge(): make it more aggressive to attempt cluster alloc/free

[PATCH 0/5] Do not touch pages/zones during hot-remove path
 2018-10-17  9:45 UTC  (10+ messages)
` [PATCH 1/5] mm/memory_hotplug: Add nid parameter to arch_remove_memory
` [PATCH 2/5] mm/memory_hotplug: Create add/del_device_memory functions
` [PATCH 3/5] mm/memory_hotplug: Check for IORESOURCE_SYSRAM in release_mem_region_adjustable
` [PATCH 4/5] mm/memory_hotplug: Move zone/pages handling to offline stage
` [PATCH 5/5] mm/memory-hotplug: Rework unregister_mem_sect_under_nodes

[mm PATCH v3 0/6] Deferred page init improvements
 2018-10-17  9:18 UTC  (16+ messages)
` [mm PATCH v3 1/6] mm: Use mm_zero_struct_page from SPARC on all 64b architectures
` [mm PATCH v3 2/6] mm: Drop meminit_pfn_in_nid as it is redundant
` [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
` [mm PATCH v3 5/6] mm: Use common iterator for deferred_init_pages and deferred_free_pages
` [mm PATCH v3 6/6] mm: Add reserved flag setting to set_page_links

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

[PATCH 1/2] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2018-10-17  9:00 UTC  (22+ messages)

[PATCH 0/2] shmem, drm/i915: Mark pinned shmemfs pages as unevictable
 2018-10-17  8:58 UTC  (7+ messages)
` [PATCH 1/2] shmem: export shmem_unlock_mapping
` [PATCH 2/2] drm/i915: Mark pinned shmemfs pages as unevictable
` [PATCH v2] shmem, drm/i915: mark "

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

[PATCH V2 0/5] arm64/mm: Enable HugeTLB migration
 2018-10-17  8:19 UTC  (2+ messages)

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

[PATCH] kmemleak: Add config to select auto scan
 2018-10-17  8:03 UTC 

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

[PATCH 0/4] Add support for fast mremap
 2018-10-17  7:38 UTC  (7+ messages)
` [PATCH 2/4] mm: speed up mremap by 500x on large regions (v2)

[patch v2] mm, thp: always specify ineligible vmas as nh in smaps
 2018-10-17  7:05 UTC  (15+ messages)
` [RFC PATCH] mm, proc: report PR_SET_THP_DISABLE in proc

[PATCH v3 00/20] vmw_balloon: compaction, shrinker, 64-bit, etc
 2018-10-17  2:42 UTC  (4+ messages)
` [PATCH v3 16/20] mm/balloon_compaction: list interfaces

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

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

WARNING: kmalloc bug in input_mt_init_slots
 2018-10-17  0:09 UTC  (7+ messages)

mmotm 2018-10-16-16-46 uploaded
 2018-10-16 23:47 UTC 

[PATCH 0/4] mm: workingset & shrinker fixes
 2018-10-16 22:27 UTC  (5+ messages)
` [PATCH 3/4] mm: workingset: add vmstat counter for shadow nodes

[PATCH 0/2] mm/swap: Add locking for pagevec
 2018-10-16 20:44 UTC  (7+ messages)

[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
 2018-10-16 17:23 UTC  (4+ messages)
` [RFC PATCH v4 21/27] x86/cet/shstk: ELF header parsing of "

[RFC PATCH] mm: add a vma to vmacache when addr overlaps the vma range
 2018-10-16 14:17 UTC  (3+ messages)

[PATCH v2] mm: don't warn about large allocations for slab
 2018-10-16 13:59 UTC  (2+ messages)

[PATCH] mm: Convert mem_cgroup_id::ref to refcount_t type
 2018-10-16 13:19 UTC  (4+ messages)

[PATCH v2 0/5] mm: dirty/accessed pte optimisations
 2018-10-16 13:13 UTC  (6+ messages)
` [PATCH v2 1/5] nios2: update_mmu_cache clear the old entry from the TLB
` [PATCH v2 2/5] mm/cow: don't bother write protecting already write-protected huge pages
` [PATCH v2 3/5] mm/cow: optimise pte accessed bit handling in fork
` [PATCH v2 4/5] mm/cow: optimise pte dirty "
` [PATCH v2 5/5] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-16 12:35 UTC  (4+ messages)

[patch] mm, page_alloc: set num_movable in move_freepages()
 2018-10-16 12:24 UTC  (3+ messages)

[PATCH RFC] ksm: Assist buddy allocator to assemble 1-order pages
 2018-10-16 11:43 UTC  (4+ messages)

[RFC PATCH] memcg, oom: throttle dump_header for memcg ooms without eligible tasks
 2018-10-16 11:17 UTC  (6+ messages)

[PATCH v4 0/3] Randomize free memory
 2018-10-16 11:12 UTC  (5+ messages)
` [PATCH v4 1/3] mm: Shuffle initial "

[PATCH v7 0/6] Btrfs: implement swap file support
 2018-10-16 10:20 UTC  (4+ messages)
` [PATCH v7 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS

[PATCH] mm: Avoid swapping in interrupt context
 2018-10-16  9:35 UTC  (7+ messages)

[PATCH V3 0/2] mm/kvm/vfio/ppc64: Migrate compound pages out of CMA region
 2018-10-16  8:35 UTC  (8+ messages)
` [PATCH V3 1/2] mm: Add get_user_pages_cma_migrate
` [PATCH V3 2/2] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_get

[PATCH v6 00/18] APEI in_nmi() rework
 2018-10-16  7:43 UTC  (4+ messages)
` [PATCH v6 17/18] mm/memory-failure: increase queued recovery work's priority

[BUG -next 20181008] list corruption with "mm/slub: remove useless condition in deactivate_slab"
 2018-10-16  7:36 UTC  (4+ messages)

[PATCH] mm: remove a redundant check in do_munmap()
 2018-10-16  6:24 UTC  (3+ messages)

[PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions
 2018-10-16  2:08 UTC  (5+ messages)
` [PATCH v2 2/2] mm: speed up mremap by 500x on large regions

[PATCH] selftests/vm: Add a test for MAP_FIXED_NOREPLACE
 2018-10-16  0:15 UTC  (3+ messages)

[PATCH v2 0/6] sparsemem support for RISC-V
 2018-10-16  0:04 UTC  (8+ messages)
` [PATCH v2 1/6] mm: Introduce common STRUCT_PAGE_MAX_SHIFT define
` [PATCH v2 2/6] mm/sparse: add common helper to mark all memblocks present
` [PATCH v2 3/6] ARM: mm: make use of new memblocks_present() helper
` [PATCH v2 4/6] arm64: "
` [PATCH v2 5/6] sh: "
` [PATCH v2 6/6] RISC-V: Implement sparsemem

[PATCH] kasan: convert kasan/quarantine_lock to raw_spinlock
 2018-10-15 23:35 UTC  (12+ messages)
              ` [PATCH] mm/kasan: make quarantine_lock a raw_spinlock_t

[PATCH 3/3] mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()
 2018-10-15 23:03 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] mm: detect numbers of vmstat keys/values mismatch
 2018-10-15 18:44 UTC  (3+ messages)

[PATCH v4 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-15 18:32 UTC  (23+ messages)
` [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 16/25] vfs: make remapping to source file eof more explicit
` [PATCH 24/25] xfs: support returning partial reflink results

[PATCH 5/5] RISC-V: Implement sparsemem
 2018-10-15 17:39 UTC  (2+ messages)

[PATCH v5 00/27] Control Flow Enforcement: Shadow Stack
 2018-10-15 17:03 UTC  (3+ messages)
` [PATCH v5 02/27] x86/fpu/xstate: Change names to separate XSAVES system and user states

[RFC][PATCH 0/3] pgtable bytes mis-accounting v2
 2018-10-15 16:42 UTC  (4+ messages)
` [PATCH 1/3] mm: introduce mm_[p4d|pud|pmd]_folded
` [PATCH 2/3] mm: add mm_pxd_folded checks to pgtable_bytes accounting functions
` [PATCH 3/3] s390/mm: fix mis-accounting of pgtable_bytes

[PATCH 0/3] migrate_misplaced_transhuge_page race conditions
 2018-10-15 15:38 UTC  (6+ messages)
` [PATCH 1/3] mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition
` [PATCH 2/3] mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()


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