linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-24 08:20:50 to 2018-05-26 00:29:33 UTC [more...]

[PATCH 0/7] psi: pressure stall information for CPU, memory, and IO
 2018-05-26  0:29 UTC  (2+ messages)

[patch] mm, hugetlb_cgroup: suppress SIGBUS when hugetlb_cgroup charge fails
 2018-05-25 22:18 UTC  (5+ messages)

mmotm 2018-05-25-14-52 uploaded
 2018-05-25 21:52 UTC 

[PATCH] mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
 2018-05-25 20:48 UTC  (3+ messages)

[PATCH v5] Refactor part of the oom report in dump_header
 2018-05-25 19:48 UTC  (2+ messages)

[mmotm:master 174/217] inode.c:(.text+0x170): multiple definition of `autofs_new_ino'
 2018-05-25 19:48 UTC  (3+ messages)

[rfc patch] mm, oom: fix unnecessary killing of additional processes
 2018-05-25 19:44 UTC  (5+ messages)

[PATCH] memcg: force charge kmem counter too
 2018-05-25 18:55 UTC 

[PATCH v3 0/6] arm64: untag user pointers passed to the kernel
 2018-05-25 17:21 UTC  (7+ messages)
` [PATCH v3 1/6] arm64: add type casts to untagged_addr macro
` [PATCH v3 2/6] uaccess: add untagged_addr definition for other arches
` [PATCH v3 3/6] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v3 4/6] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v3 5/6] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v3 6/6] arm64: update Documentation/arm64/tagged-pointers.txt

sub-page blocksize support in iomap non-buffer head path v3
 2018-05-25 17:17 UTC  (5+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads

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

[RESEND PATCH V5 00/33] block: support multipage bvec
 2018-05-25 16:30 UTC  (38+ messages)
` [RESEND PATCH V5 01/33] block: rename bio_for_each_segment* with bio_for_each_page*
` [RESEND PATCH V5 02/33] block: rename rq_for_each_segment as rq_for_each_page
` [RESEND PATCH V5 03/33] block: rename bio_segments() with bio_pages()
` [RESEND PATCH V5 04/33] block: introduce multipage page bvec helpers
` [RESEND PATCH V5 05/33] block: introduce bio_for_each_segment()
` [RESEND PATCH V5 06/33] block: use bio_for_each_segment() to compute segments count
` [RESEND PATCH V5 07/33] block: use bio_for_each_segment() to map sg
` [RESEND PATCH V5 08/33] block: introduce segment_last_page()
` [RESEND PATCH V5 09/33] fs/buffer.c: use bvec iterator to truncate the bio
` [RESEND PATCH V5 10/33] btrfs: use segment_last_page to get bio's last page
` [RESEND PATCH V5 11/33] block: implement bio_pages_all() via bio_for_each_page_all()
` [RESEND PATCH V5 12/33] block: introduce bio_segments()
` [RESEND PATCH V5 13/33] block: introduce rq_for_each_segment()
` [RESEND PATCH V5 14/33] block: loop: pass segments to iov_iter
` [RESEND PATCH V5 15/33] block: introduce bio_clone_seg_bioset()
` [RESEND PATCH V5 16/33] dm: clone bio via bio_clone_seg_bioset
` [RESEND PATCH V5 17/33] block: bio: introduce bio_for_each_page_all2 and bio_for_each_segment_all
` [RESEND PATCH V5 18/33] block: deal with dirtying pages for multipage bvec
` [RESEND PATCH V5 19/33] block: convert to bio_for_each_page_all2()
` [RESEND PATCH V5 20/33] md/dm/bcache: conver to bio_for_each_page_all2 and bio_for_each_segment
` [RESEND PATCH V5 21/33] fs: conver to bio_for_each_page_all2
` [RESEND PATCH V5 22/33] btrfs: "
` [RESEND PATCH V5 23/33] ext4: "
` [RESEND PATCH V5 24/33] f2fs: "
` [RESEND PATCH V5 25/33] xfs: "
` [RESEND PATCH V5 26/33] exofs: "
` [RESEND PATCH V5 27/33] gfs2: "
` [RESEND PATCH V5 28/33] block: kill bio_for_each_page_all()
` [RESEND PATCH V5 29/33] block: rename bio_for_each_page_all2 as bio_for_each_page_all
` [RESEND PATCH V5 30/33] block: enable multipage bvecs
` [RESEND PATCH V5 31/33] block: bio: pass segments to bio if bio_add_page() is bypassed
` [RESEND PATCH V5 32/33] block: always define BIO_MAX_PAGES as 256
` [RESEND PATCH V5 33/33] block: document usage of bio iterator helpers

[RFC PATCH 0/5] kmalloc-reclaimable caches
 2018-05-25 15:59 UTC  (16+ messages)
` [RFC PATCH 1/5] mm, slab/slub: introduce "
` [RFC PATCH 2/5] mm, slab: allocate off-slab freelists as reclaimable when appropriate
` [RFC PATCH 3/5] dcache: allocate external names from reclaimable kmalloc caches
` [RFC PATCH 4/5] mm: rename and change semantics of nr_indirectly_reclaimable_bytes
` [RFC PATCH 5/5] mm, proc: add NR_RECLAIMABLE to /proc/meminfo

[PATCH -V2 -mm 0/4] mm, huge page: Copy target sub-page last when copy huge page
 2018-05-25 15:38 UTC  (11+ messages)
` [PATCH -V2 -mm 1/4] mm, clear_huge_page: Move order algorithm into a separate function
` [PATCH -V2 -mm 2/4] mm, huge page: Copy target sub-page last when copy huge page
` [PATCH -V2 -mm 3/4] mm, hugetlbfs: Rename address to haddr in hugetlb_cow()
` [PATCH -V2 -mm 4/4] mm, hugetlbfs: Pass fault address to cow handler

[PATCH v1 00/10] mm: online/offline 4MB chunks controlled by device driver
 2018-05-25 15:08 UTC  (15+ messages)
` [PATCH v1 09/10] mm/memory_hotplug: teach offline_pages() to not try forever

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-25 14:08 UTC  (24+ messages)
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 07/40] iommu: Add a page fault handler
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
` [PATCH v2 39/40] iommu/arm-smmu-v3: Add support for PRI

[PATCH] userfaultfd: prevent non-cooperative events vs mcopy_atomic races
 2018-05-25 14:05 UTC  (6+ messages)

[PATCH v1 00/16] khwasan: kernel hardware assisted address sanitizer
 2018-05-25 12:44 UTC  (11+ messages)
` [PATCH v1 03/16] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v1 13/16] khwasan: add hooks implementation
` [PATCH v1 15/16] khwasan, mm, arm64: tag non slab memory allocated via pagealloc

[RFC PATCH v2 00/12] get rid of GFP_ZONE_TABLE/BAD
 2018-05-25 12:00 UTC  (10+ messages)
  ` [External] "

[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-05-25 11:46 UTC  (12+ messages)

buffered I/O without buffer heads in xfs and iomap v3
 2018-05-25 11:35 UTC  (11+ messages)
` [PATCH 22/34] xfs: make xfs_writepage_map extent map centric
` [PATCH 25/34] xfs: remove xfs_reflink_trim_irec_to_next_cow

[RFC] mm: why active file + inactive file is larger than cached + buffers?
 2018-05-25 10:05 UTC 

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

vmalloc with GFP_NOFS
 2018-05-25  8:16 UTC  (11+ messages)
` [PATCH] doc: document scope NOFS, NOIO APIs

[PATCH 0/2] few memory hotplug fixes
 2018-05-25  4:50 UTC  (7+ messages)
` [PATCH 2/2] mm: do not warn on offline nodes unless the specific node is explicitly requested

[PATCH v2 0/7] mm: pages for hugetlb's overcommit may be able to charge to memcg
 2018-05-25  1:55 UTC  (14+ messages)

[PATCH V6 0/2 RESEND] KSM replace hash algo with faster hash
 2018-05-25  1:16 UTC  (7+ messages)
` [PATCH V6 2/2 RESEND] ksm: replace jhash2 "

[PATCH] proc: fix smaps and meminfo alignment
 2018-05-24 23:00 UTC 

[PATCH 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-05-24 20:55 UTC  (4+ messages)
` [PATCH 07/11] mm, madvise_inject_error: fix page count leak

[PATCH] mm/ksm: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm
 2018-05-24 20:38 UTC  (9+ messages)
` [PATCH v2] "

[RFC PATCH v3 6/9] mm/vmpressure: update usage of zone modifiers
 2018-05-24 15:20 UTC 

[PATCH] Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"
 2018-05-24 11:28 UTC  (2+ messages)

[PATCH REPOST] mm: memcg: allow lowering memory.swap.max below the current usage
 2018-05-24 10:58 UTC  (2+ messages)

[PATCH RFC] zswap: reject to compress/store page if zswap_max_pool_percent is 0
 2018-05-24  9:57 UTC 

[PATCH RFCv2 0/4] virtio-mem: paravirtualized memory
 2018-05-24  9:04 UTC  (8+ messages)
` [PATCH RFCv2 1/4] ACPI: NUMA: export pxm_to_node

[PATCH V5 00/33] block: support multipage bvec
 2018-05-24  9:01 UTC 


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