linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-27 06:46:11 to 2020-05-28 13:55:36 UTC [more...]

[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 1/3] kasan: consistently disable debugging features
 2020-05-28 13:49 UTC  (3+ messages)
` [PATCH 2/3] kasan: move kasan_report() into report.c

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

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

[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 v4 00/26] arm64: Memory Tagging Extension user-space support
 2020-05-28 11:05 UTC  (20+ messages)
` [PATCH v4 11/26] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v4 15/26] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v4 24/26] arm64: mte: Introduce early param to disable MTE support

[PATCH v4 00/36] Large pages in the page cache
 2020-05-28 11:00 UTC  (2+ 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: memcontrol: fix an unused-function warning
 2020-05-28  9:56 UTC 

[PATCH v5] mm: Proactive compaction
 2020-05-28  9:50 UTC  (4+ messages)

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

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

[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()

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

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

[PATCH 00/14] mm: balance LRU lists based on relative thrashing v2
 2020-05-28  7:16 UTC  (7+ messages)
` [PATCH 01/14] mm: fix LRU balancing effect of new transparent huge pages
` [PATCH 05/14] mm: workingset: let cache workingset challenge anon

[PATCH] mm, memory_failure: only send BUS_MCEERR_AO to early-kill process
 2020-05-28  6:50 UTC  (3+ messages)

[PATCH -V3] swap: Reduce lock contention on swap cache from swap slots allocation
 2020-05-28  5:32 UTC  (3+ messages)

incoming
 2020-05-28  5:20 UTC  (6+ 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

clean up and streamline probe_kernel_* and friends v4
 2020-05-28  4:39 UTC  (10+ 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 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  (5+ messages)

[PATCH v3 0/8] padata: parallelize deferred page init
 2020-05-27 21:27 UTC  (11+ messages)
` [PATCH v3 1/8] padata: remove exit routine
` [PATCH v3 2/8] padata: initialize earlier
` [PATCH v3 3/8] padata: allocate work structures for parallel jobs from a pool
` [PATCH v3 4/8] padata: add basic support for multithreaded jobs
` [PATCH v3 5/8] mm: don't track number of pages during deferred initialization
` [PATCH v3 6/8] mm: parallelize deferred_init_memmap()
` [PATCH v3 7/8] mm: make deferred init's max threads arch-specific
` [PATCH v3 8/8] padata: document multithreaded jobs

[RFC 00/16] KVM protected memory extension
 2020-05-27 21:22 UTC  (13+ messages)
` [RFC 02/16] x86/kvm: Introduce KVM memory protection feature

[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  (13+ messages)
` [PATCH v3 08/19] mm: memcg/slab: save obj_cgroup for non-root slab objects
` [PATCH v3 17/19] mm: memcg/slab: use a single set of kmem_caches for all allocations
` [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  (15+ messages)
` [PATCH v4 03/19] mm: memcg: convert vmstat slab counters to bytes
` [PATCH v4 04/19] mm: slub: implement SLUB version of obj_to_index()
` [PATCH v4 06/19] mm: memcg/slab: obj_cgroup API
` [PATCH v4 10/19] mm: memcg/slab: deprecate memory.kmem.slabinfo
` [PATCH v4 12/19] mm: memcg/slab: use a single set of kmem_caches for all accounted allocations

[PATCH] mm/gup: update pin_user_pages.rst for "case 3" (mmu notifiers)
 2020-05-27 19:49 UTC 

[PATCH resend 2/3] mm: swap: memcg: fix memcg stats for huge pages
 2020-05-27 18:29 UTC 

[PATCH resend 1/3] mm: swap: fix vmstats for huge pages
 2020-05-27 18:29 UTC 

Proposal
 2020-05-27 17:16 UTC 

[PATCH 26/26] mm page_fault: Reduce code complexity
 2020-05-27 17:13 UTC  (2+ messages)

[PATCH 38/38] mm: fix ambiguous comments for better code readability
 2020-05-27 17:09 UTC  (2+ messages)

[PATCH] memcg: Fix memcg_kmem_bypass() for remote memcg charging
 2020-05-27 16:50 UTC  (6+ messages)
      ` [PATCH v3] "

[PATCH 0/2] Fix W+X debug feature on x86
 2020-05-27 15:55 UTC  (4+ messages)
` [PATCH 1/2] x86: mm: ptdump: Calculate effective permissions correctly

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-05-27 16:02 UTC  (5+ messages)
` [PATCH 04/12] mm: add support for async page locking

[PATCH v2] PM: hibernate: restrict writes to the resume device
 2020-05-27 15:58 UTC  (4+ messages)

[PATCH mm v5 RESEND 0/4] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-27 15:51 UTC  (5+ messages)
` [PATCH mm v5 RESEND 4/4] mm: automatically penalize tasks with high swap use

[PATCH 0/3] make vm_committed_as_batch aware of vm overcommit policy
 2020-05-27 15:42 UTC  (7+ messages)

[PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
 2020-05-27 13:45 UTC  (5+ messages)
` [PATCH] media: omap3isp: Shuffle cacheflush.h and include mm.h

[PATCH v13 05/15] mm/damon: Adaptively adjust regions
 2020-05-27 12:46 UTC  (3+ messages)
  `  "

[PATCH v13 03/15] mm: Introduce Data Access MONitor (DAMON)
 2020-05-27 12:40 UTC  (3+ messages)
  `  "

[PATCH v13 00/15] Introduce Data Access MONitor (DAMON)
 2020-05-27 12:39 UTC  (4+ messages)
` [PATCH v13 01/15] scripts/spelling: Add a few more typos
    `  "

[PATCH] twist: allow converting pr_devel()/pr_debug() into printk(KERN_DEBUG)
 2020-05-27 12:37 UTC  (2+ messages)

[PATCH v7 0/4] MIPS: page fault handling optimization
 2020-05-27 11:32 UTC  (2+ messages)

[PATCH v13 10/15] mm/damon: Add tracepoints
 2020-05-27 11:25 UTC  (2+ messages)

[PATCH v13 09/15] mm/damon: Add debugfs interface
 2020-05-27 11:24 UTC  (2+ messages)

[PATCH v13 08/15] mm/damon: Implement access pattern recording
 2020-05-27 11:24 UTC  (2+ messages)

[PATCH v13 06/15] mm/damon: Apply dynamic memory mapping changes
 2020-05-27 11:24 UTC  (2+ messages)

[PATCH v13 07/15] mm/damon: Implement callbacks
 2020-05-27 11:24 UTC  (2+ messages)

[PATCH v13 04/15] mm/damon: Implement region based sampling
 2020-05-27 11:23 UTC  (2+ messages)

[PATCH v13 02/15] mm/page_ext: Export lookup_page_ext() to GPL modules
 2020-05-27 11:21 UTC  (2+ messages)

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-05-27  8:41 UTC  (4+ messages)
` [PATCH v7 18/24] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update

[PATCH v6 1/4] MIPS: Do not flush tlb page when updating PTE entry
 2020-05-27  7:10 UTC  (5+ messages)
` [PATCH v6 3/4] mm/memory.c: Add memory read privilege on page fault handling

[PATCH v2 00/12] clean-up the migration target allocation functions
 2020-05-27  6:45 UTC  (6+ messages)
` [PATCH v2 08/12] mm/migrate: change the interface of the migration target alloc/free functions
` [PATCH v2 09/12] mm/migrate: make standard migration target allocation functions
` [PATCH v2 10/12] mm/gup: use standard migration target allocation function
` [PATCH v2 11/12] mm/mempolicy: "
` [PATCH v2 12/12] mm/page_alloc: use standard migration target allocation function directly


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