linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-05 03:17:23 to 2017-05-10 08:38:47 UTC [more...]

[PATCH] mm/vmscan: fix unsequenced modification and access warning
 2017-05-10  8:38 UTC  (4+ messages)
  ` [Patch v2] "

[PATCH 0/3 v3] ARM/ARM64: silence large module first time allocation
 2017-05-10  8:38 UTC  (9+ messages)
` [PATCH v3 2/3] ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=y
` [PATCH v3 3/3] arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=y

[RFC 00/10] x86 TLB flush cleanups, moving toward PCID support
 2017-05-10  8:24 UTC  (25+ messages)
` [RFC 01/10] x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
` [RFC 02/10] x86/mm: Reduce indentation in flush_tlb_func()
` [RFC 03/10] x86/mm: Make the batched unmap TLB flush API more generic
` [RFC 04/10] x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
` [RFC 05/10] x86/mm: Change the leave_mm() condition for local TLB flushes
` [RFC 06/10] x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases
` [RFC 07/10] x86/mm: Use new merged flush logic in arch_tlbbatch_flush()
` [RFC 08/10] x86/mm: Remove the UP tlbflush code; always use the formerly SMP code
` [RFC 09/10] x86/mm: Rework lazy TLB to track the actual loaded mm
` [RFC 10/10] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant

[PATCH v2] mm: fix the memory leak after collapsing the huge page fails
 2017-05-10  7:59 UTC  (10+ messages)

RFC v2: post-init-read-only protection for data allocated dynamically
 2017-05-10  8:05 UTC  (18+ messages)

[PATCH v2 0/2] BUG raised when onlining HWPoisoned page
 2017-05-10  7:41 UTC  (23+ messages)
` [PATCH v2 1/2] mm: Uncharge poisoned pages
` [PATCH v2 2/2] mm: skip HWPoisoned pages when onlining pages

[v3 0/9] parallelized "struct page" zeroing
 2017-05-10  7:24 UTC  (14+ messages)
` [v3 1/9] sparc64: simplify vmemmap_populate
` [v3 2/9] mm: defining memblock_virt_alloc_try_nid_raw
` [v3 3/9] mm: add "zero" argument to vmemmap allocators
` [v3 4/9] mm: do not zero vmemmap_buf
` [v3 5/9] mm: zero struct pages during initialization
` [v3 6/9] sparc64: teach sparc not to zero struct pages memory
` [v3 7/9] x86: teach x86 "
` [v3 8/9] powerpc: teach platforms "
` [v3 9/9] s390: "

[PATCH] vmscan: scan pages until it founds eligible pages
 2017-05-10  7:22 UTC  (10+ messages)

[PATCH v2] mm: fix the memory leak after collapsing the huge page fails (fwd)
 2017-05-10  6:50 UTC  (5+ messages)

[PATCH -v3 0/13] mm: make movable onlining suck less
 2017-05-10  5:53 UTC  (3+ messages)

[PATCH -mm] mm, swap: Remove unused function prototype
 2017-05-10  2:57 UTC  (2+ messages)

[PATCH] oom: improve oom disable handling
 2017-05-10  2:47 UTC  (2+ messages)

[PATCH] mm: fix spelling error
 2017-05-10  2:38 UTC  (2+ messages)

[RESENT PATCH] x86/mem: fix the offset overflow when read/write mem
 2017-05-10  2:15 UTC  (7+ messages)

[PATCH -mm -v10 0/3] THP swap: Delay splitting THP during swapping out
 2017-05-10  1:03 UTC  (7+ messages)
` [PATCH -mm -v10 1/3] mm, THP, swap: Delay splitting THP during swap out

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-09 22:03 UTC  (30+ messages)
` [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
` [PATCH v4 02/27] mm: drop "wait" parameter from write_one_page
` [PATCH v4 03/27] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v4 04/27] buffer: use mapping_set_error instead of setting the flag
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
` [PATCH v4 06/27] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v4 07/27] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v4 08/27] dax: set errors in mapping when writeback fails
` [PATCH v4 09/27] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v4 10/27] 9p: set mapping error when writeback fails in launder_page
` [PATCH v4 11/27] fuse: set mapping error in writepage_locked when it fails
` [PATCH v4 12/27] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v4 13/27] lib: add errseq_t type and infrastructure for handling it
` [PATCH v4 14/27] fs: new infrastructure for writeback error handling and reporting
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 16/27] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v4 17/27] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v4 18/27] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 20/27] cifs: cleanup writeback handling errors and comments
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v4 23/27] gfs2: clean up some filemap_* calls
` [PATCH v4 24/27][RFC] nfs: convert to new errseq_t based error tracking for writeback errors
` [PATCH v4 25/27] Documentation: flesh out the section in vfs.txt on storing and reporting "
` [PATCH v4 26/27] mm: flesh out comments over mapping_set_error
` [PATCH v4 27/27] mm: clean up comments in me_pagecache_dirty

[PATCH RFC] hugetlbfs 'noautofill' mount option
 2017-05-09 20:59 UTC  (10+ messages)

[PATCH] mm, vmalloc: fix vmalloc users tracking properly
 2017-05-09 19:36 UTC  (7+ messages)

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-09 16:12 UTC  (4+ messages)
` [xfstests PATCH v2 1/3] generic: add a writeback error handling test
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v2 3/3] btrfs: allow it "

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-05-09 15:33 UTC  (3+ messages)

[RFC 0/4] RFC - Coherent Device Memory (Not for inclusion)
 2017-05-09 13:43 UTC  (16+ messages)

[PATCH v3 0/4] Zeroing hash tables in allocator
 2017-05-09 13:07 UTC  (11+ messages)
` [PATCH v3 4/4] mm: Adaptive hash table scaling

[PATCH 0/4 v3] mm,dax: Fix data corruption due to mmap inconsistency
 2017-05-09 12:18 UTC  (5+ messages)
` [PATCH 1/4] dax: prevent invalidation of mapped DAX entries
` [PATCH 2/4] mm: Fix data corruption due to stale mmap reads
` [PATCH 3/4] ext4: Return back to starting transaction in ext4_dax_huge_fault()
` [PATCH 4/4] dax: Fix data corruption when fault races with write

[PATCH] mm, vmalloc: properly track vmalloc users
 2017-05-09 11:19 UTC  (4+ messages)

[PATCH 0/1 v2] mm: Use BIT macro in SLAB bitmaps
 2017-05-09 11:04 UTC  (2+ messages)
` [PATCH 1/1 v2] Rework slab bitmasks

[PATCH] mm: fix the memory leak after collapsing the huge page fails
 2017-05-09  9:57 UTC  (4+ messages)

[PATCH v9 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-05-09  2:45 UTC  (18+ messages)
` [PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
    ` [virtio-dev] "
` [PATCH v9 5/5] virtio-balloon: VIRTIO_BALLOON_F_MISC_VQ

mmotm 2017-05-08-16-30 uploaded
 2017-05-08 23:30 UTC 

[PATCH 0/1] mm: Use BIT macro in SLAB bitmaps
 2017-05-08 20:48 UTC  (3+ messages)
` [PATCH 1/1] mm: Rework slab bitmasks

[mm/usercopy] 517e1fbeb6: kernel BUG at arch/x86/mm/physaddr.c:78!
 2017-05-08 19:15 UTC  (4+ messages)

[PATCH v2 1/2] dax: prevent invalidation of mapped DAX entries
 2017-05-08 17:08 UTC  (3+ messages)

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-08 13:20 UTC  (7+ messages)
` [PATCH v5 13/32] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v5 15/32] efi: Update efi_mem_type() to return an error rather than 0

Q: si_code for SIGBUS caused by mmap() write error
 2017-05-08 13:09 UTC  (2+ messages)
` Antw: "

[PATCH] mm/khugepaged: Add missed tracepoint for collapse_huge_page_swapin
 2017-05-07 10:18 UTC 

[PATCH v10 0/6] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-05-07  4:22 UTC  (4+ messages)
` [PATCH v10 3/6] virtio-balloon: VIRTIO_BALLOON_F_PAGE_CHUNKS

[PATCH 1/2] mm/slub: remove a redundant assignment in ___slab_alloc()
 2017-05-07  3:12 UTC  (2+ messages)
` [PATCH 2/2] mm/slub: reset cpu_slab's pointer in deactivate_slab()

Is iounmap(NULL) safe or not?
 2017-05-06  7:47 UTC  (2+ messages)

[PATCH v10 4/6] mm: function to offer a page block on the free list
 2017-05-05 22:12 UTC  (3+ messages)

asm/mmu.h using NR_CPUS (was Re: kisskb: FAILED linux-next/axs101_defconfig/arcompact Thu May 04, 18:53)
 2017-05-05 18:52 UTC 

[PATCH][RFC][V2] mm: make kswapd try harder to keep active pages in cache
 2017-05-05 14:20 UTC 

[PATCH] swap: add block io poll in swapin path
 2017-05-05 13:47 UTC  (5+ messages)

[PATCH] mm, sparsemem: break out of loops early
 2017-05-05 13:16 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).