linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-02 05:19:56 to 2018-07-03 15:10:44 UTC [more...]

[PATCH v8 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-07-03 15:10 UTC  (12+ messages)
` [PATCH v8 01/17] list_lru: Combine code under the same define
` [PATCH v8 02/17] mm: Introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
` [PATCH v8 03/17] mm: Assign id to every memcg-aware shrinker
` [PATCH v8 04/17] memcg: Move up for_each_mem_cgroup{, _tree} defines
` [PATCH v8 05/17] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH v8 06/17] mm: Refactoring in workingset_init()
` [PATCH v8 07/17] fs: Refactoring in alloc_super()
` [PATCH v8 08/17] fs: Propagate shrinker::id to list_lru
` [PATCH v8 09/17] list_lru: Add memcg argument to list_lru_from_kmem()
` [PATCH v8 10/17] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH v8 11/17] list_lru: Pass lru "

[PATCH 0/3] m68k: switch to MEMBLOCK + NO_BOOTMEM
 2018-07-03 15:05 UTC  (7+ messages)
` [PATCH 1/3] m68k/bitops: convert __ffs to match generic declaration
` [PATCH 2/3] m68k/page_no.h: force __va argument to be unsigned long
` [PATCH 3/3] m68k: switch to MEMBLOCK + NO_BOOTMEM

[PATCH 0/8] OOM killer/reaper changes for avoiding OOM lockup problem
 2018-07-03 14:59 UTC  (12+ messages)
` [PATCH 1/8] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
` [PATCH 2/8] mm,oom: Check pending victims earlier in out_of_memory()
` [PATCH 3/8] mm,oom: Fix unnecessary killing of additional processes
` [PATCH 4/8] mm,page_alloc: Make oom_reserves_allowed() even
` [PATCH 5/8] mm,oom: Bring OOM notifier to outside of oom_lock
` [PATCH 6/8] mm,oom: Make oom_lock static variable
` [PATCH 7/8] mm,oom: Do not sleep with oom_lock held
` [PATCH 8/8] mm,page_alloc: Move the short sleep to should_reclaim_retry()

[PATCH 3/3] mm: list_lru: Add lock_irq member to __list_lru_init()
 2018-07-03 14:52 UTC  (6+ messages)
` (no subject)
  ` [PATCH 1/4] mm/list_lru: use list_lru_walk_one() in list_lru_walk_node()
  ` [PATCH 2/4] mm/list_lru: Move locking from __list_lru_walk_one() to its caller
  ` [PATCH 3/4] mm/list_lru: Pass struct list_lru_node as an argument __list_lru_walk_one()
  ` [PATCH 4/4] mm/list_lru: Introduce list_lru_shrink_walk_irq()

[PATCH v5 0/6] fs/dcache: Track & limit # of negative dentries
 2018-07-03 13:48 UTC  (12+ messages)

[PATCH v2 00/11] docs/mm: add boot time memory management docs
 2018-07-03 12:23 UTC  (4+ messages)
` [PATCH v2 11/11] docs/mm: add description of boot time memory management

[RFC v3 PATCH 0/5] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-07-03 12:14 UTC  (40+ messages)
` [RFC v3 PATCH 2/5] mm: introduce VM_DEAD flag
` [RFC v3 PATCH 3/5] mm: refactor do_munmap() to extract the common part
` [RFC v3 PATCH 4/5] mm: mmap: zap pages with read mmap_sem for large mapping
` [RFC v3 PATCH 5/5] x86: check VM_DEAD flag in page fault

[PATCH 4.16 234/279] x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pkeys ABI
 2018-07-03 11:42 UTC  (3+ messages)

[PATCH v11 1/2] Refactor part of the oom report in dump_header
 2018-07-03 11:03 UTC  (6+ messages)
` [PATCH v11 2/2] Add the missing information "

[PATCH 1/2] fs: ext4: use BUG_ON if writepage call comes from direct reclaim
 2018-07-03 10:39 UTC  (4+ messages)
` [PATCH 2/2] fs: xfs: "

[PATCH v6] add param that allows bootline control of hardened usercopy
 2018-07-03 10:00 UTC 

[PATCH] x86: make Memory Management options more visible
 2018-07-03  8:28 UTC  (4+ messages)

[PATCH v3] add param that allows bootline control of hardened usercopy
 2018-07-03  8:04 UTC  (8+ messages)

[REGRESSION] "Locked" and "Pss" in /proc/*/smaps are the same
 2018-07-03  7:45 UTC  (2+ messages)

[PATCH v9 0/6] optimize memblock_next_valid_pfn and early_pfn_valid on arm and arm64
 2018-07-03  7:28 UTC  (11+ messages)
` [PATCH v9 2/6] mm: page_alloc: remain memblock_next_valid_pfn() on arm/arm64

[PATCH] mm,oom: Bring OOM notifier callbacks to outside of OOM killer
 2018-07-03  7:24 UTC  (13+ messages)

[PATCH] memcg, oom: move out_of_memory back to the charge path
 2018-07-03  7:16 UTC  (7+ messages)

[PATCH -mm -v4 00/21] mm, THP, swap: Swapout/swapin THP in one piece
 2018-07-02  6:02 UTC  (7+ messages)
` [PATCH -mm -v4 03/21] mm, THP, swap: Support PMD swap mapping in swap_duplicate()
` [PATCH -mm -v4 08/21] mm, THP, swap: Support to read a huge swap cluster for swapin a THP

[PATCHi v2] mm: do not drop unused pages when userfaultd is running
 2018-07-03  5:23 UTC  (3+ messages)

[PATCH v2 0/6] mm/fs: gup: don't unmap or drop filesystem buffers
 2018-07-03  4:30 UTC  (13+ messages)
` [PATCH v2 1/6] mm: get_user_pages: consolidate error handling
` [PATCH v2 5/6] mm: track gup pages with page->dma_pinned_* fields
` [PATCH v2 6/6] mm: page_mkclean, ttu: handle pinned pages

[lkp-robot] ee410f15b1 BUG: kernel hang in boot stage
 2018-07-03  2:51 UTC 

[PATCH] mm: allow arch to supply p??_free_tlb functions
 2018-07-03  1:31 UTC 

[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-07-02 23:39 UTC  (13+ messages)

[PATCH 0/3] mm: use irq locking suffix instead local_irq_disable()
 2018-07-02 22:38 UTC  (8+ messages)
` [PATCH 2/3] mm: workingset: make shadow_lru_isolate() use locking suffix

[PATCH 2/2] fs, mm: account buffer_head to kmemcg
 2018-07-02 22:02 UTC  (2+ messages)
` [PATCH] fs-mm-account-buffer_head-to-kmemcg.patch.fix

[PATCH 1/2] fs: fsnotify: account fsnotify metadata to kmemcg
 2018-07-02 21:56 UTC  (3+ messages)
` [PATCH] fs-fsnotify-account-fsnotify-metadata-to-kmemcg.patch.cleanup

need help with slub.c duplicate filename '/kernel/slab/:t-0000048' problem
 2018-07-02 21:33 UTC 

[PATCH v7 REBASED 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-07-02 21:01 UTC  (3+ messages)

kernel panic in reading /proc/kpageflags when enabling RAM-simulated PMEM
 2018-07-02 20:31 UTC  (15+ messages)
` [PATCH v1] mm: zero remaining unavailable struct pages (Re: kernel panic in reading /proc/kpageflags when enabling RAM-simulated PMEM)
        ` [PATCH v2] x86/e820: put !E820_TYPE_RAM regions into memblock.reserved
              ` [PATCH v3] "

[PATCH v3 0/2] sparse_init rewrite
 2018-07-02 20:29 UTC  (12+ messages)
` [PATCH v3 1/2] mm/sparse: add sparse_init_nid()
` [PATCH v3 2/2] mm/sparse: start using sparse_init_nid(), and remove old code

[PATCH v5] add param that allows bootline control of hardened usercopy
 2018-07-02 20:07 UTC 

[PATCH v2] mm: teach dump_page() to correctly output poisoned struct pages
 2018-07-02 19:51 UTC  (3+ messages)

[PATCH] mm/sparse: Make sparse_init_one_section void and remove check
 2018-07-02 18:47 UTC  (3+ messages)

[PATCH v4] add param that allows bootline control of hardened usercopy
 2018-07-02 17:55 UTC 

[PATCH] mm: teach dump_page() to correctly output poisoned struct pages
 2018-07-02 17:54 UTC  (3+ messages)

[PATCH] kernel/memremap, kasan: Make ZONE_DEVICE with work with KASAN
 2018-07-02 17:28 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 5/7] mm: rename and change semantics of nr_indirectly_reclaimable_bytes
 2018-07-02 16:52 UTC  (6+ messages)

[PATCH] writeback: update stale account_page_redirty() comment
 2018-07-02 15:57 UTC  (2+ messages)

[PATCH 2/2] mm: set PG_dma_pinned on get_user_pages*()
 2018-07-02 14:48 UTC  (18+ messages)

[PATCH] mm: cma: honor __GFP_ZERO flag in cma_alloc()
 2018-07-02 13:32 UTC  (8+ messages)

[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-02 12:56 UTC  (10+ messages)

[PATCH] mm: be more informative in OOM task list
 2018-07-02 11:39 UTC  (5+ messages)

[next-20180629][powerpc/powervm]WARNING: CPU: 4 PID: 71507 at mm/shmem.c:1087 shmem_evict_inode+0xa4/0x240
 2018-07-02 10:12 UTC 

Issue fixed by commit 53a59fc67f97 is surfacing again
 2018-07-02  9:27 UTC  (2+ messages)

[PATCH v11 00/26] Speculative page faults
 2018-07-02  8:59 UTC  (7+ messages)

/tmp/cctnQ1CM.s:35: Error: .err encountered
 2018-07-02  8:11 UTC  (4+ messages)

why do we still need bootmem allocator?
 2018-07-02  6:09 UTC  (7+ messages)
        ` h8300: BUG: Bad page state in process swapper (was: Re: why do we still need bootmem allocator?)


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