linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 05:53:16 to 2020-09-23 02:01:14 UTC [more...]

[PATCH v18 00/32] per memcg lru_lock
 2020-09-23  1:58 UTC  (13+ messages)
` [PATCH v18 20/32] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v18 22/32] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v18 24/32] mm/pgdat: remove pgdat lru_lock
` [PATCH v18 25/32] mm/mlock: remove lru_lock on TestClearPageMlocked in munlock_vma_page

[PATCH 0/5] mm: Break COW for pinned pages during fork()
 2020-09-23  1:03 UTC  (43+ messages)
` [PATCH 1/5] mm: Introduce mm_struct.has_pinned
` [PATCH 3/5] mm: Rework return value for copy_one_pte()
` [PATCH 4/5] mm: Do early cow for pinned pages during fork() for ptes
` [PATCH 5/5] mm/thp: Split huge pmds/puds if they're pinned when fork()

[PATCH v4 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-09-23  0:43 UTC  (6+ messages)

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-23  0:05 UTC  (3+ messages)
` [patch RFC 06/15] csky/mm/highmem: Switch to generic kmap atomic

[RFC PATCH 0/2] Remove shrinker's nr_deferred
 2020-09-22 23:45 UTC  (5+ messages)

mmotm 2020-09-22-16-28 uploaded
 2020-09-22 23:29 UTC 

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-09-22 23:17 UTC  (10+ messages)
` [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-09-22 22:38 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION e64997027d5f171148687e58b78c8b3c869a6158
 2020-09-22 22:13 UTC 

mmap locking in atomisp staging driver looks bogus
 2020-09-22 22:03 UTC 

[PATCH v1 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-09-22 20:37 UTC  (5+ messages)
` [PATCH v1 1/4] mm: memcontrol: use helpers to access page's memcg data
` [PATCH v1 2/4] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v1 3/4] mm: introduce page memcg flags
` [PATCH v1 4/4] mm: convert page kmemcg type to a page memcg flag

[PATCH] mm/memcontrol: Add the drop_cache interface for cgroup v2
 2020-09-22 19:57 UTC  (17+ messages)
      ` [External] "

[PATCH] mm: swapfile: avoid split_swap_cluster() NULL pointer dereference
 2020-09-22 19:47 UTC  (2+ messages)

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-22 18:02 UTC  (19+ messages)
` [PATCH v38 16/24] x86/sgx: Add a page reclaimer

[PATCH v7 00/14] HWPOISON: soft offline rework
 2020-09-22 17:56 UTC  (17+ messages)
` [PATCH v7 01/14] mm,hwpoison: cleanup unused PageHuge() check
` [PATCH v7 02/14] mm, hwpoison: remove recalculating hpage
` [PATCH v7 03/14] mm,hwpoison-inject: don't pin for hwpoison_filter
` [PATCH v7 04/14] mm,hwpoison: unexport get_hwpoison_page and make it static
` [PATCH v7 05/14] mm,hwpoison: refactor madvise_inject_error
` [PATCH v7 06/14] mm,hwpoison: kill put_hwpoison_page
` [PATCH v7 07/14] mm,hwpoison: unify THP handling for hard and soft offline
` [PATCH v7 08/14] mm,hwpoison: rework soft offline for free pages
` [PATCH v7 09/14] mm,hwpoison: rework soft offline for in-use pages
` [PATCH v7 10/14] mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page
` [PATCH v7 11/14] mm,hwpoison: return 0 if the page is already poisoned in soft-offline
` [PATCH v7 12/14] mm,hwpoison: introduce MF_MSG_UNSPLIT_THP
` [PATCH v7 13/14] mm,hwpoison: double-check page count in __get_any_page()
` [PATCH v7 14/14] mm,hwpoison: Try to narrow window race for free pages

[PATCH v12 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-22 17:45 UTC  (7+ messages)
` [PATCH v12 8/8] x86: Disallow vsyscall emulation when CET is enabled

[PATCH] mm/hmm/test: use after free in dmirror_allocate_chunk()
 2020-09-22 17:31 UTC  (2+ messages)

[PATCH 0/9] disable pcplists during memory offline
 2020-09-22 17:15 UTC  (11+ messages)
` [PATCH 1/9] mm, page_alloc: clean up pageset high and batch update
` [PATCH 2/9] mm, page_alloc: calculate pageset high and batch once per zone
` [PATCH 3/9] mm, page_alloc: remove setup_pageset()
` [PATCH 4/9] mm, page_alloc: simplify pageset_update()
` [PATCH 5/9] mm, page_alloc: make per_cpu_pageset accessible only after init
` [PATCH 6/9] mm, page_alloc: cache pageset high and batch in struct zone
` [PATCH 7/9] mm, page_alloc: move draining pcplists to page isolation users
` [PATCH 8/9] mm, page_alloc: drain all pcplists during memory offline
` [PATCH 9/9] mm, page_alloc: optionally disable pcplists during page isolation

[PATCH 0/2] mm,swap: skip swap readahead for instant IO (like zswap)
 2020-09-22 17:12 UTC  (5+ messages)
` [PATCH 2/2] mm,swap: skip swap readahead if page was obtained instantaneously

remove alloc_vm_area
 2020-09-22 17:04 UTC  (18+ messages)
` [PATCH 3/6] drm/i915: use vmap in shmem_pin_map
      ` [Intel-gfx] "
` [PATCH 6/6] x86/xen: open code alloc_vm_area in arch_gnttab_valloc

BUG: Bad page state in process dirtyc0w_child
 2020-09-22 17:03 UTC  (3+ messages)

Machine lockups on extreme memory pressure
 2020-09-22 17:01 UTC  (8+ messages)

[PATCH v9 00/29] arm64: Memory Tagging Extension user-space support
 2020-09-22 16:55 UTC  (9+ messages)
` [PATCH v9 29/29] arm64: mte: Add Memory Tagging Extension documentation

[PATCH] mmap_lock: add tracepoints around lock acquisition
 2020-09-22 16:51 UTC  (6+ messages)

[PATCH 1/2] vmalloc: Free pages as a batch
 2020-09-22 16:42 UTC  (8+ messages)
` [PATCH 2/2] vfree: Update documentation

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-22 16:20 UTC  (12+ messages)

[v4] mm: khugepaged: avoid overriding min_free_kbytes set by user
 2020-09-22 16:10 UTC  (10+ messages)

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-09-22 15:49 UTC  (13+ messages)
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func

Mapping two KVAs to the same address
 2020-09-22 15:28 UTC 

remove blkdev_get as a public API v2
 2020-09-22 15:18 UTC  (3+ messages)
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions

[PATCH] page_alloc: Fix freeing non-compound pages
 2020-09-22 14:35 UTC  (2+ messages)

a bug on 325d0eab4f31
 2020-09-22 14:03 UTC 

Ways to deprecate /sys/devices/system/memory/memoryX/phys_device ?
 2020-09-22 13:56 UTC  (2+ messages)

[PATCH] mm/zbud: remove redundant initialization
 2020-09-22 13:38 UTC  (2+ messages)

Rare memory leakage
 2020-09-22 13:12 UTC  (6+ messages)

[RFC -V2] autonuma: Migrate on fault among multiple bound nodes
 2020-09-22 12:51 UTC  (2+ messages)

a saner API for allocating DMA addressable pages v3
 2020-09-22  8:53 UTC  (19+ messages)
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API

[PATCH v2 00/37] kasan: add hardware tag-based mode for arm64
 2020-09-22 10:16 UTC  (6+ messages)
` [PATCH v2 22/37] arm64: mte: Add in-kernel MTE helpers

[PATCH -next 0/5] mm/kmemleak:support for percpu memory leak detect
 2020-09-22  9:58 UTC  (9+ messages)
` [PATCH -next 1/5] mm/kmemleak: make create_object return void
` [PATCH -next 2/5] mm/kmemleak: skip update_checksum for OBJECT_NO_SCAN objects
` [PATCH -next 3/5] mm/kmemleak: Add support for percpu memory leak detect
` [PATCH -next 4/5] mm/kmemleak-test: use %px instead of %p in print

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-22  9:56 UTC  (7+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

bdi cleanups v6
 2020-09-22  9:51 UTC  (11+ messages)
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 07/13] block: lift setting the readahead size into the block layer

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-22  7:54 UTC  (11+ messages)

[PATCH] mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
 2020-09-22  7:23 UTC  (4+ messages)

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-22  6:22 UTC  (3+ messages)
` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable


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