linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-16 13:59:57 to 2018-10-18 10:37:52 UTC [more...]

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

[PATCH V2 0/4] 52-bit userspace VAs
 2018-10-18 10:35 UTC  (11+ 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 v5 00/27] Control Flow Enforcement: Shadow Stack
 2018-10-18  9:31 UTC  (9+ messages)
` [PATCH v5 03/27] x86/fpu/xstate: Introduce XSAVES system states

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

[RFC v4 PATCH 0/5] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-10-18  8:23 UTC  (16+ 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/2] shmem, drm/i915: Mark pinned shmemfs pages as unevictable
 2018-10-18  8:15 UTC  (9+ 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 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  (15+ messages)

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

[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 v6 00/29] fs: fixes for serious clone/dedupe problems
 2018-10-18  5:03 UTC  (36+ 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 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 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 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 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] hugetlbfs: dirty pages as they are added to pagecache
 2018-10-18  4:10 UTC 

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

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-18  0:25 UTC  (15+ 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

[mm PATCH v4 0/6] Deferred page init improvements
 2018-10-17 23:54 UTC  (7+ 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 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 v7 0/8] arm64: untag user pointers passed to the kernel
 2018-10-17 20:25 UTC  (4+ messages)

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

[mm PATCH v3 0/6] Deferred page init improvements
 2018-10-17 17:08 UTC  (24+ 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

[PATCH v5 00/26] fs: fixes for serious clone/dedupe problems
 2018-10-17 16:40 UTC  (23+ messages)
` [PATCH 04/26] vfs: exit early from zero length remap operations
` [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 17/26] vfs: enable remap callers that can handle short operations
` [PATCH 19/26] vfs: clean up generic_remap_file_range_prep return value
` [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 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)

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

[PATCH V2 0/5] arm64/mm: Enable HugeTLB migration
 2018-10-17  8:19 UTC  (2+ 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 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

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)


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