linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-31 02:34:46 to 2018-06-04 10:26:07 UTC [more...]

Introduce atomic_dec_and_lock_irqsave()
 2018-06-04 10:25 UTC  (3+ messages)
` [PATCH 1/5] spinlock: atomic_dec_and_lock: Add an irqsave variant
  ` [PATCH 1/5 v2] "

pkeys on POWER: Access rights not reset on execve
 2018-06-04 10:12 UTC  (11+ messages)

[RFC v2 0/2] kvm "fake DAX" device flushing
 2018-06-04  9:55 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH v7 1/2] Add an array of const char and enum oom_constraint in memcontrol.h
 2018-06-04  9:52 UTC  (15+ messages)
` [PATCH v7 2/2] Refactor part of the oom report in dump_header

WARNING: CPU: 0 PID: 21 at ../mm/page_alloc.c:4258 __alloc_pages_nodemask+0xa88/0xfec
 2018-06-04  8:41 UTC  (18+ messages)
` [PATCH] kmemleak: don't use __GFP_NOFAIL

[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-06-04  7:04 UTC  (17+ messages)

[PATCH] mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags
 2018-06-04  6:37 UTC  (3+ messages)

[rfc patch] mm, oom: fix unnecessary killing of additional processes
 2018-06-04  5:48 UTC  (9+ messages)
` [lkp-robot] [mm, oom] 2d251ff6e6: BUG:unable_to_handle_kernel

[PATCH v2] mm: Change return type int to vm_fault_t for fault handlers
 2018-06-04  4:37 UTC  (3+ messages)

[PATCH v2 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-03  5:23 UTC  (12+ messages)
` [PATCH v2 01/11] device-dax: Convert to vmf_insert_mixed and vm_fault_t
` [PATCH v2 02/11] device-dax: Cleanup vm_fault de-reference chains
` [PATCH v2 03/11] device-dax: Enable page_mapping()
` [PATCH v2 04/11] device-dax: Set page->index
` [PATCH v2 05/11] filesystem-dax: "
` [PATCH v2 06/11] mm, madvise_inject_error: Let memory_failure() optionally take a page reference
` [PATCH v2 07/11] x86, memory_failure: Introduce {set, clear}_mce_nospec()
` [PATCH v2 08/11] mm, memory_failure: Pass page size to kill_proc()
` [PATCH v2 09/11] mm, memory_failure: Fix page->mapping assumptions relative to the page lock
` [PATCH v2 10/11] mm, memory_failure: Teach memory_failure() about dev_pagemap pages
` [PATCH v2 11/11] libnvdimm, pmem: Restore page attributes when clearing errors

[PATCH] slab: Clean up the code comment in slab kmem_cache struct
 2018-06-03  3:24 UTC 

[PATCH] mm: Change return type to vm_fault_t
 2018-06-02 14:59 UTC  (10+ messages)

[PATCH v7 1/2] Add an array of const char and enum oom_constraint in memcontrol.h
 2018-06-02 11:22 UTC  (3+ messages)

[RESEND PATCH V5 00/33] block: support multipage bvec
 2018-06-02  3:29 UTC  (11+ messages)

[PATCH] docs/admin-guide/mm: add high level concepts overview
 2018-06-02  0:09 UTC  (2+ messages)

[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
 2018-06-02  0:03 UTC  (9+ messages)

HARDENED_USERCOPY will BUG on multiple slub objects coalesced into an sk_buff fragment
 2018-06-01 23:34 UTC  (6+ messages)

[PATCH] include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE
 2018-06-01 16:34 UTC 

[PATCH v3 00/16] Provide saturating helpers for allocation
 2018-06-01 13:50 UTC 

[RFC PATCH 0/3] Small cleanup for hotplugmem
 2018-06-01 13:15 UTC  (4+ messages)

clang fails on linux-next since commit 8bf705d13039
 2018-06-01 13:14 UTC  (9+ messages)
            ` [llvmlinux] "

[PATCH 0/4] Small cleanup for memoryhotplug
 2018-06-01 12:53 UTC  (5+ messages)
` [PATCH 1/4] mm/memory_hotplug: Make add_memory_resource use __try_online_node
` [PATCH 2/4] mm/memory_hotplug: Call register_mem_sect_under_node
` [PATCH 3/4] mm/memory_hotplug: Get rid of link_mem_sections
` [PATCH 4/4] mm/memory_hotplug: Drop unnecessary checks from register_mem_sect_under_node

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-06-01 10:46 UTC  (4+ messages)
` [PATCH v2 21/40] iommu/arm-smmu-v3: Add support for Substream IDs

[PATCH v3 00/16] Provide saturating helpers for allocation
 2018-06-01 10:18 UTC  (20+ messages)
` [PATCH v3 01/16] compiler.h: enable builtin overflow checkers and add fallback code
` [PATCH v3 02/16] lib: add runtime test of check_*_overflow functions
` [PATCH v3 03/16] lib: overflow: Report test failures
` [PATCH v3 04/16] overflow.h: Add allocation size calculation helpers
` [PATCH v3 05/16] lib: overflow: Add memory allocation overflow tests
` [PATCH v3 06/16] mm: Use overflow helpers in kmalloc_array*()
` [PATCH v3 07/16] mm: Use overflow helpers in kvmalloc()
` [PATCH v3 08/16] device: Use overflow helpers for devm_kmalloc()
` [PATCH v3 09/16] treewide: Use struct_size() for kmalloc()-family
` [PATCH v3 10/16] treewide: Use struct_size() for vmalloc()-family
` [PATCH v3 11/16] treewide: Use struct_size() for devm_kmalloc() and friends
` [PATCH v3 12/16] treewide: Use array_size() for kmalloc()-family
` [PATCH v3 13/16] treewide: Use array_size() for kmalloc()-family, leftovers
` [PATCH v3 14/16] treewide: Use array_size() for vmalloc()
` [PATCH v3 15/16] treewide: Use array_size() for devm_*alloc()-like
` [PATCH v3 16/16] treewide: Use array_size() for devm_*alloc()-like, leftovers

[PATCH] mm: fix kswap excessive pressure after wrong condition transfer
 2018-06-01  8:49 UTC  (5+ messages)

KVM OS update induced thrashing
 2018-06-01  8:09 UTC  (2+ messages)

[LKP] [lkp-robot] [mm, memcontrol] 309fe96bfc: vm-scalability.throughput +23.0% improvement
 2018-06-01  7:26 UTC 

[RFC PATCH] mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same cacheline
 2018-06-01  7:11 UTC 

[PATCH -mm -V3 00/21] mm, THP, swap: Swapout/swapin THP in one piece
 2018-06-01  7:03 UTC  (3+ messages)

[PATCH v6] Refactor part of the oom report in dump_header
 2018-06-01  6:17 UTC  (3+ messages)
` [lkp-robot] 6c2f089158: BUG:KASAN:null-ptr-deref_in_m

Can kfree() sleep at runtime?
 2018-06-01  1:34 UTC  (10+ messages)

Report A bug of PTE attribute set for mprotect
 2018-06-01  1:32 UTC  (3+ messages)
  `  "

[PATCH v3] mm: fix race between kmem_cache destroy, create and deactivate
 2018-06-01  0:48 UTC  (3+ messages)

[PATCH] mm/shmem: Zero out unused vma fields in shmem_pseudo_vma_init()
 2018-05-31 23:37 UTC  (4+ messages)

[PATCH v11 00/63] Convert page cache to XArray
 2018-05-31 21:53 UTC  (6+ messages)

[PATCH 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-05-31 21:49 UTC  (8+ messages)
` [PATCH 05/11] filesystem-dax: set page->index

[PATCH 0/2] mm: introduce MAP_FIXED_SAFE
 2018-05-31 21:46 UTC  (10+ messages)
` [PATCH 2/2] fs, elf: drop MAP_FIXED usage from elf_map

iomap based buffered reads & iomap cleanups v5
 2018-05-31 18:06 UTC  (14+ messages)
` [PATCH 01/13] block: add a lower-level bio_add_page interface
` [PATCH 02/13] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 03/13] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 04/13] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 05/13] iomap: inline data should be an iomap type, not a flag
` [PATCH 06/13] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 07/13] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 08/13] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 09/13] iomap: add a iomap_sector helper
` [PATCH 10/13] iomap: add an iomap-based bmap implementation
` [PATCH 11/13] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 12/13] xfs: use iomap_bmap
` [PATCH 13/13] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages

[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
 2018-05-31 16:31 UTC  (2+ messages)
` [PATCH] mm, memcg, oom: fix pre-mature allocation failures

buffered writes without buffer heads in xfs and iomap v4
 2018-05-31 16:12 UTC  (34+ messages)
` [PATCH 06/18] xfs: make xfs_writepage_map extent map centric
` [PATCH 07/18] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 08/18] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 09/18] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 10/18] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 11/18] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 12/18] xfs: remove the imap_valid flag
` [PATCH 13/18] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 14/18] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 15/18] xfs: remove xfs_start_page_writeback
` [PATCH 16/18] xfs: refactor the tail of xfs_writepage_map
` [PATCH 17/18] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 18/18] xfs: allow writeback on pages without buffer heads

[PATCH 0/2] mm/page_ext: Trivial cleanups
 2018-05-31 13:54 UTC  (3+ messages)
` [PATCH 1/2] mm/page_ext: Drop definition of unused PAGE_EXT_DEBUG_POISON
` [PATCH 2/2] mm/page_ext: Constify lookup_page_ext() argument

iomap based buffered reads & iomap cleanups v4
 2018-05-31 11:59 UTC  (8+ messages)
` [PATCH 10/13] iomap: add an iomap-based bmap implementation
` [PATCH 11/13] iomap: add an iomap-based readpage and readpages implementation

[PATCH] memcg: force charge kmem counter too
 2018-05-31  8:51 UTC  (11+ messages)

[PATCH] mm: fix the NULL mapping case in __isolate_lru_page()
 2018-05-31  7:26 UTC  (3+ messages)

[PATCH v4] Print the memcg's name when system-wide OOM happened
 2018-05-31  6:49 UTC  (3+ messages)

[PATCH] mm: dmapool: Check the dma pool name
 2018-05-31  2:34 UTC  (6+ 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).