linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-27 19:58:52 to 2020-05-29 02:58:31 UTC [more...]

[PATCH v5 00/39] Large pages in the page cache
 2020-05-29  2:57 UTC  (3+ messages)
` [PATCH v5 02/39] mm: Simplify PageDoubleMap with PF_SECOND policy
` [PATCH v5 03/39] mm: Allow hpages to be arbitrary order

[PATCH v4 0/4] make vm_committed_as_batch aware of vm overcommit policy
 2020-05-29  2:49 UTC  (6+ messages)
` [PATCH v4 1/4] proc/meminfo: avoid open coded reading of vm_committed_as
` [PATCH v4 2/4] mm/util.c: make vm_memory_committed() more accurate
` [PATCH v4 3/4] mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow check
` [PATCH v4 4/4] mm: adjust vm_committed_as_batch according to vm overcommit policy

[PATCH] mm, memory_failure: only send BUS_MCEERR_AO to early-kill process
 2020-05-29  2:12 UTC  (4+ messages)

[PATCH v10 01/26] Documentation/x86: Add CET description
 2020-05-29  2:08 UTC  (4+ messages)

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-29  1:56 UTC  (23+ messages)

[PATCH v2] selftests: powerpc: Add test for execute-disabled pkeys
 2020-05-29  1:48 UTC  (2+ messages)

[PATCH v2 0/7] Add histogram measuring mmap_lock contention latency
 2020-05-29  1:39 UTC  (3+ messages)

[PATCH -V4] swap: Reduce lock contention on swap cache from swap slots allocation
 2020-05-29  1:08 UTC 

[PATCH v7 0/4] MIPS: page fault handling optimization
 2020-05-29  0:59 UTC  (4+ messages)
` [PATCH v7 2/4] mm/memory.c: Update local TLB if PTE entry exists

Question: "Bare" set_page_dirty_lock() call in vhost.c
 2020-05-29  0:59 UTC 

[PATCH v5] mm: Proactive compaction
 2020-05-29  0:55 UTC  (8+ messages)

[PATCH -V3] swap: Reduce lock contention on swap cache from swap slots allocation
 2020-05-29  0:43 UTC  (5+ messages)

[PATCH v2 7/7] mmap_lock: add a tracepoint to contended acquisitions
 2020-05-28 23:53 UTC 

[PATCH v2 6/7] mmap_lock: increment histogram whenever mmap_lock is acquired
 2020-05-28 23:53 UTC 

[PATCH v2 5/7] mmap_lock: add /proc/<pid>/mmap_lock_contention interface
 2020-05-28 23:53 UTC 

[PATCH v2 4/7] mmap_lock: allocate histogram (if enabled) in mm_init
 2020-05-28 23:53 UTC 

[PATCH v2 3/7] mmap_lock: add a histogram structure to struct mm_struct
 2020-05-28 23:52 UTC 

[PATCH v2 2/7] histogram: add helper function to expose histograms to userspace
 2020-05-28 23:52 UTC 

[PATCH v2 1/7] histogram: add struct histogram
 2020-05-28 23:52 UTC 

[PATCH v1 0/5] mm: memcg accounting of percpu memory
 2020-05-28 23:25 UTC  (6+ messages)
` [PATCH v1 1/5] percpu: return number of released bytes from pcpu_free_area()
` [PATCH v1 2/5] mm: memcg/percpu: account percpu memory to memory cgroups
` [PATCH v1 3/5] mm: memcg/percpu: per-memcg percpu memory statistics
` [PATCH v1 4/5] mm: memcg: charge memcg percpu memory to the parent cgroup
` [PATCH v1 5/5] kselftests: cgroup: add perpcu memory accounting test

[PATCH] mm, memcg: reclaim more aggressively before high allocator throttling
 2020-05-28 21:14 UTC  (6+ messages)

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-28 21:01 UTC  (11+ messages)
                ` [PATCH v2] ovl: provide real_file() and overlayfs get_unmapped_area()

[PATCH] mm, memcg: reclaim more aggressively before high allocator throttling
 2020-05-28 20:11 UTC  (13+ messages)

incoming
 2020-05-28 20:10 UTC  (7+ messages)
` [patch 1/5] mm/z3fold: silence kmemleak false positives of slots
` [patch 2/5] mm,thp: stop leaking unreleased file pages
` [patch 3/5] mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()
` [patch 4/5] fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()
` [patch 5/5] include/asm-generic/topology.h: guard cpumask_of_node() macro argument

[PATCH 1/1] psi: eliminate kthread_worker from psi trigger scheduling mechanism
 2020-05-28 19:54 UTC 

[PATCH v2 00/12] clean-up the migration target allocation functions
 2020-05-28 19:25 UTC  (6+ messages)
` [PATCH v2 01/12] mm/page_isolation: prefer the node of the source page
` [PATCH v2 02/12] mm/migrate: move migration helper from .h to .c

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-05-28 19:23 UTC  (9+ messages)
` [PATCH 09/12] xfs: flag files as supporting buffered async reads

0604a4fd53 ("x86/mm: remove vmalloc faulting"): [ 80.661587] BUG: unable to handle page fault for address: fb40c000
 2020-05-28 18:48 UTC  (3+ messages)

[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
 2020-05-28 18:35 UTC  (7+ messages)
` [PATCH v4 11/26] arm64: mte: Add PROT_MTE support to mmap() and mprotect()

[PATCH 00/12] Fix PM hibernation in Xen guests
 2020-05-28 17:59 UTC  (4+ messages)
` [PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation

mmotm 2020-05-13-20-30 uploaded
 2020-05-28 17:20 UTC  (5+ messages)
` mmotm 2020-05-13-20-30 uploaded (objtool warnings)

[PATCH] mm: memcontrol: fix an unused-function warning
 2020-05-28 17:15 UTC  (2+ messages)

clean up and streamline probe_kernel_* and friends v4
 2020-05-28 17:06 UTC  (11+ messages)
` [PATCH 10/23] maccess: unify the probe kernel arch hooks
` [PATCH 12/23] bpf: handle the compat string in bpf_trace_copy_string better

[PATCH 00/14] mm: balance LRU lists based on relative thrashing v2
 2020-05-28 17:01 UTC  (6+ messages)
` [PATCH 05/14] mm: workingset: let cache workingset challenge anon

Proposal
 2020-05-28 16:40 UTC 

[PATCH 0/3] make vm_committed_as_batch aware of vm overcommit policy
 2020-05-28 15:48 UTC  (8+ messages)

[PATCH] mm/compaction: Fix the incorrect hole in fast_isolate_freepages()
 2020-05-28 15:15 UTC  (12+ messages)

[PATCH 1/3] kasan: consistently disable debugging features
 2020-05-28 15:00 UTC  (6+ messages)
` [PATCH 2/3] kasan: move kasan_report() into report.c

[PATCH] memcg: Fix memcg_kmem_bypass() for remote memcg charging
 2020-05-28 14:44 UTC  (6+ messages)
      ` [PATCH v3] "

[PATCH v4 00/36] Large pages in the page cache
 2020-05-28 14:19 UTC  (4+ messages)
` [PATCH v4 03/36] mm: Allow hpages to be arbitrary order

[PATCH v6 0/4] Charge loop device i/o to issuing cgroup
 2020-05-28 13:54 UTC  (5+ messages)
` [PATCH 1/4] loop: Use worker per cgroup instead of kworker
` [PATCH 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH 3/4] mm: Charge active memcg when no mm is set
` [PATCH 4/4] loop: Charge i/o to mem and blk cg

[PATCH v2 1/1] userfaultfd/sysctl: add vm.unprivileged_userfaultfd
 2020-05-28 12:49 UTC  (4+ messages)

[PATCH] mm page_fault: Reduce code complexity
 2020-05-28 11:45 UTC  (2+ messages)

Cache flush issue with page_mapping_file() and swap back shmem page ?
 2020-05-28 11:20 UTC  (3+ messages)

[PATCH v11 00/16] per memcg lru lock
 2020-05-28 11:00 UTC  (17+ messages)
` [PATCH v11 01/16] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v11 02/16] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v11 03/16] mm/compaction: correct the comments of compact_defer_shift
` [PATCH v11 04/16] mm/compaction: rename compact_deferred as compact_should_defer
` [PATCH v11 05/16] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v11 06/16] mm/thp: clean up lru_add_page_tail
` [PATCH v11 07/16] mm/thp: narrow lru locking
` [PATCH v11 08/16] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v11 09/16] mm/lru: introduce TestClearPageLRU
` [PATCH v11 10/16] mm/compaction: do page isolation first in compaction
` [PATCH v11 11/16] mm/mlock: reorder isolation sequence during munlock
` [PATCH v11 12/16] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v11 13/16] mm/lru: introduce the relock_page_lruvec function
` [PATCH v11 14/16] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v11 15/16] mm/pgdat: remove pgdat lru_lock
` [PATCH v11 16/16] mm/lru: revise the comments of lru_lock

[PATCH] mm/compaction: Fix the incorrect hole in fast_isolate_freepages()^[
 2020-05-28  9:08 UTC  (2+ messages)

[PATCH] mm,thp: stop leaking unreleased file pages
 2020-05-28  8:51 UTC  (4+ messages)

[PATCH 0/2] mm/gup: introduce pin_user_pages_locked(), use it in frame_vector.c
 2020-05-28  8:46 UTC  (5+ messages)
` [PATCH 1/2] mm/gup: introduce pin_user_pages_locked()
` [PATCH 2/2] mm/gup: frame_vector: convert get_user_pages() --> pin_user_pages()

[PATCH] writeback: remove unused variable
 2020-05-28  8:35 UTC  (2+ messages)

[PATCH v3 1/3] MIPS: Do not flush tlb page when updating PTE entry
 2020-05-28  4:33 UTC  (6+ messages)
` [PATCH v3 3/3] mm/memory.c: Add memory read privilege before filling "

[PATCH] [v3]mtd: spi-nor: winbond: add 1.8v SPI NOR Flash IDs
 2020-05-28  2:55 UTC 

[linux-next:master 12485/12912] cc1: error: arch/um/include/uapi: No such file or directory
 2020-05-28  1:37 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-05-28  1:15 UTC  (5+ messages)
` [PATCH v5 5/7] blktrace: fix "

[PATCH] [v3]mtd: spi-nor: winbond: add 1.8v SPI NOR Flash IDs
 2020-05-28  0:45 UTC  (2+ messages)

[PATCH v5 00/19] The new cgroup slab memory controller
 2020-05-27 22:34 UTC  (20+ messages)
` [PATCH v5 01/19] mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_state()
` [PATCH v5 02/19] mm: memcg: prepare for byte-sized vmstat items
` [PATCH v5 03/19] mm: memcg: convert vmstat slab counters to bytes
` [PATCH v5 04/19] mm: slub: implement SLUB version of obj_to_index()
` [PATCH v5 05/19] mm: memcontrol: decouple reference counting from page accounting
` [PATCH v5 06/19] mm: memcg/slab: obj_cgroup API
` [PATCH v5 07/19] mm: memcg/slab: allocate obj_cgroups for non-root slab pages
` [PATCH v5 08/19] mm: memcg/slab: save obj_cgroup for non-root slab objects
` [PATCH v5 09/19] mm: memcg/slab: charge individual slab objects instead of pages
` [PATCH v5 10/19] mm: memcg/slab: deprecate memory.kmem.slabinfo
` [PATCH v5 11/19] mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h
` [PATCH v5 12/19] mm: memcg/slab: use a single set of kmem_caches for all accounted allocations
` [PATCH v5 13/19] mm: memcg/slab: simplify memcg cache creation
` [PATCH v5 14/19] mm: memcg/slab: remove memcg_kmem_get_cache()
` [PATCH v5 15/19] mm: memcg/slab: deprecate slab_root_caches
` [PATCH v5 16/19] mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo()
` [PATCH v5 17/19] mm: memcg/slab: use a single set of kmem_caches for all allocations
` [PATCH v5 18/19] kselftests: cgroup: add kernel memory accounting tests
` [PATCH v5 19/19] tools/cgroup: add memcg_slabinfo.py tool

[PATCH mmotm] mm/swap: fix livelock in __read_swap_cache_async()
 2020-05-27 21:44 UTC  (3+ messages)

[PATCH resend 3/3] mm: fix LRU balancing effect of new transparent huge pages
 2020-05-27 21:35 UTC  (4+ messages)

[PATCH v3 0/8] padata: parallelize deferred page init
 2020-05-27 21:27 UTC  (5+ messages)
` [PATCH v3 5/8] mm: don't track number of pages during deferred initialization
` [PATCH v3 6/8] mm: parallelize deferred_init_memmap()

[RFC 00/16] KVM protected memory extension
 2020-05-27 21:22 UTC  (7+ messages)

[PATCH RFC 0/5] mm: memcg accounting of percpu memory
 2020-05-27 21:02 UTC  (3+ messages)
` [PATCH RFC 2/5] mm: memcg/percpu: account percpu memory to memory cgroups

[PATCH 1/3] mm/vmalloc: simplify merge_or_add_vmap_area() func
 2020-05-27 20:50 UTC  (3+ messages)
` [PATCH 2/3] mm/vmalloc: simplify augment_tree_propagate_check() func
` [PATCH 3/3] mm/vmalloc: switch to "propagate()" callback

[PATCH v3 00/19] The new cgroup slab memory controller
 2020-05-27 20:45 UTC  (6+ messages)
` [PATCH v3 18/19] kselftests: cgroup: add kernel memory accounting tests

[PATCH v3 3/7] mm/swap: Use local_lock for protection
 2020-05-27 20:11 UTC 

[PATCH mm v6 0/4] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-27 20:05 UTC  (6+ messages)
` [PATCH mm v6 1/4] mm: prepare for swap over-high accounting and penalty calculation
` [PATCH mm v6 2/4] mm: move penalty delay clamping out of calculate_high_delay()
` [PATCH mm v6 3/4] mm: move cgroup high memory limit setting into struct page_counter
` [PATCH mm v6 4/4] mm: automatically penalize tasks with high swap use

[PATCH v4 00/19] The new cgroup slab memory controller
 2020-05-27 20:03 UTC  (4+ messages)
` [PATCH v4 06/19] mm: memcg/slab: obj_cgroup API


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