linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-22 00:36:42 to 2020-08-24 20:24:40 UTC [more...]

[PATCH v18 00/32] per memcg lru_lock
 2020-08-24 20:24 UTC  (35+ messages)
` [PATCH v18 01/32] mm/memcg: warning on !memcg after readahead page charged
` [PATCH v18 02/32] mm/memcg: bail out early from swap accounting when memcg is disabled
` [PATCH v18 03/32] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v18 04/32] mm/thp: clean up lru_add_page_tail
` [PATCH v18 05/32] mm/thp: remove code path which never got into
` [PATCH v18 06/32] mm/thp: narrow lru locking
` [PATCH v18 07/32] mm/swap.c: stop deactivate_file_page if page not on lru
` [PATCH v18 08/32] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v18 09/32] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v18 10/32] mm/compaction: rename compact_deferred as compact_should_defer
` [PATCH v18 11/32] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v18 12/32] mm/memcg: optimize mem_cgroup_page_lruvec
` [PATCH v18 13/32] mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fn
` [PATCH v18 14/32] mm/lru: move lru_lock holding in func lru_note_cost_page
` [PATCH v18 15/32] mm/lru: move lock into lru_note_cost
` [PATCH v18 16/32] mm/lru: introduce TestClearPageLRU
` [PATCH v18 17/32] mm/compaction: do page isolation first in compaction
` [PATCH v18 18/32] mm/thp: add tail pages into lru anyway in split_huge_page()
` [PATCH v18 19/32] mm/swap.c: serialize memcg changes in pagevec_lru_move_fn
` [PATCH v18 20/32] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v18 21/32] mm/lru: introduce the relock_page_lruvec function
` [PATCH v18 22/32] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v18 23/32] mm/lru: revise the comments of lru_lock
` [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 v18 26/32] mm/mlock: remove __munlock_isolate_lru_page
` [PATCH v18 27/32] mm/swap.c: optimizing __pagevec_lru_add lru_lock
` [PATCH v18 28/32] mm/compaction: Drop locked from isolate_migratepages_block
` [PATCH v18 29/32] mm: Identify compound pages sooner in isolate_migratepages_block
` [PATCH v18 30/32] mm: Drop use of test_and_set_skip in favor of just setting skip
` [PATCH v18 31/32] mm: Add explicit page decrement in exception path for isolate_lru_pages
` [PATCH v18 32/32] mm: Split release_pages work into 3 passes

[PATCH v6 0/2] avoid xfs transaction reservation recursion
 2020-08-24 20:09 UTC  (4+ messages)
` [PATCH v6 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v6 2/2] xfs: avoid transaction reservation recursion

[PATCH 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-08-24 20:03 UTC  (11+ messages)

[PATCH] mm/mempool: Add 'else' to split mutually exclusive case
 2020-08-24 19:27 UTC  (4+ messages)

[PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-24 19:02 UTC  (16+ messages)
` [PATCH 1/5] iov_iter: introduce iov_iter_pin_user_pages*() routines
` [PATCH 2/5] mm/gup: introduce pin_user_page()
` [PATCH 3/5] bio: convert get_user_pages_fast() --> pin_user_pages_fast()
` [PATCH 4/5] bio: introduce BIO_FOLL_PIN flag
` [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe

[PATCH v8 00/28] arm64: Memory Tagging Extension user-space support
 2020-08-24 18:44 UTC  (30+ messages)
` [PATCH v8 01/28] arm64: mte: system register definitions
` [PATCH v8 02/28] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v8 03/28] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v8 04/28] arm64: mte: Add specific SIGSEGV codes
` [PATCH v8 05/28] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v8 06/28] mm: Add PG_arch_2 page flag
` [PATCH v8 07/28] mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()
` [PATCH v8 08/28] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v8 09/28] arm64: mte: Tags-aware copy_{user_,}highpage() implementations
` [PATCH v8 10/28] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v8 11/28] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v8 12/28] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v8 13/28] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v8 14/28] mm: Introduce arch_validate_flags()
` [PATCH v8 15/28] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v8 16/28] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v8 17/28] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v8 18/28] arm64: mte: Allow user control of the generated random tags "
` [PATCH v8 19/28] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v8 20/28] arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
` [PATCH v8 21/28] arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v8 22/28] arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regset
` [PATCH v8 23/28] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v8 24/28] mm: Add arch hooks for saving/restoring tags
` [PATCH v8 25/28] arm64: mte: Enable swap of tagged pages
` [PATCH v8 26/28] arm64: mte: Save tags when hibernating
` [PATCH v8 27/28] arm64: mte: Kconfig entry
` [PATCH v8 28/28] arm64: mte: Add Memory Tagging Extension documentation

[PATCH 0/4] mm: Simplfy cow handling
 2020-08-24 18:22 UTC  (12+ messages)
` [PATCH 1/4] mm: Trial do_wp_page() simplification
` [PATCH 4/4] mm: Add PGREUSE counter

[linux-next:master] BUILD REGRESSION d8be0e12a522d53a45f85fb241ffd06108d40b03
 2020-08-24 17:55 UTC 

WARNING: kernel stack regs at 00000000d9dac8ad in fork13:28354 has bad 'bp' value 0000000000000000
 2020-08-24 17:53 UTC  (2+ messages)

[PATCH 0/7] Overhaul find_get_entries and pagevec_lookup_entries
 2020-08-24 17:36 UTC  (9+ messages)
` [PATCH 4/7] mm: Add an 'end' parameter to pagevec_lookup_entries
` [PATCH 5/7] mm: Remove nr_entries parameter from pagevec_lookup_entries
` [PATCH 6/7] mm: Pass pvec directly to find_get_entries

KASAN: use-after-free Write in page_counter_uncharge
 2020-08-24 17:36 UTC  (3+ messages)

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-08-24 17:25 UTC  (4+ messages)
` [PATCH v3 05/11] genirq: Shutdown irq chips in suspend/resume during hibernation

[PATCH v7 0/4] Charge loop device i/o to issuing cgroup
 2020-08-24 17:13 UTC  (7+ 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

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-24 16:58 UTC  (11+ messages)

Splitting an iomap_page
 2020-08-24 16:06 UTC  (3+ messages)

[PATCH 0/3] mm/memcg: Miscellaneous cleanups and streamlining
 2020-08-24 16:02 UTC  (4+ messages)
` [PATCH 3/3] mm/memcg: Unify swap and memsw page counters

[PATCH 1/2] mm/migrate: Fixup setting UFFD_WP flag
 2020-08-24 15:44 UTC  (4+ messages)
` [PATCH 2/2] mm/rmap: Fixup copying of soft dirty and uffd ptes

[PATCH 00/11] iomap/fs/block patches for 5.11
 2020-08-24 15:17 UTC  (12+ messages)
` [PATCH 01/11] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH 02/11] mm: Support THPs in zero_user_segments
` [PATCH 03/11] mm: Zero the head page, not the tail page
` [PATCH 04/11] block: Add bio_for_each_thp_segment_all
` [PATCH 05/11] iomap: Support THPs in iomap_adjust_read_range
` [PATCH 06/11] iomap: Support THPs in invalidatepage
` [PATCH 07/11] iomap: Support THPs in read paths
` [PATCH 08/11] iomap: Change iomap_write_begin calling convention
` [PATCH 09/11] iomap: Support THPs in write paths
` [PATCH 10/11] iomap: Inline data shouldn't see THPs
` [PATCH 11/11] iomap: Handle tail pages in iomap_page_mkwrite

[PATCH v2 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-08-24 15:30 UTC 

[Resend PATCH 1/6] mm/memcg: warning on !memcg after readahead page charged
 2020-08-24 15:10 UTC  (8+ messages)

[PATCH v2 5/6] kasan: add tests for workqueue stack recording
 2020-08-24 13:45 UTC  (3+ messages)

[PATCH v2] mm: slub: fix conversion of freelist_corrupted()
 2020-08-24 13:06 UTC 

[PATCH v6 00/12] HWPOISON: soft offline rework
 2020-08-24 12:21 UTC  (2+ messages)
  ` [PATCH v6 12/12] mm,hwpoison: double-check page count in __get_any_page()

[PATCH v2 00/10] mm/memory_hotplug: online_pages()/offline_pages() cleanups
 2020-08-24 12:07 UTC  (21+ messages)
` [PATCH v2 01/10] mm/memory_hotplug: inline __offline_pages() into offline_pages()
` [PATCH v2 02/10] mm/memory_hotplug: enforce section granularity when onlining/offlining
` [PATCH v2 03/10] mm/memory_hotplug: simplify page offlining
` [PATCH v2 04/10] mm/page_alloc: simplify __offline_isolated_pages()
` [PATCH v2 05/10] mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()
` [PATCH v2 06/10] mm/page_isolation: simplify return value of start_isolate_page_range()
` [PATCH v2 07/10] mm/memory_hotplug: simplify page onlining
` [PATCH v2 08/10] mm/page_alloc: drop stale pageblock comment in memmap_init_zone*()
` [PATCH v2 09/10] mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
` [PATCH v2 10/10] mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memory

[PATCH v2 0/6] kasan: add workqueue and timer stack for generic KASAN
 2020-08-24 11:50 UTC  (2+ messages)

[PATCH v2 6/6] kasan: update documentation for generic kasan
 2020-08-24 11:46 UTC  (2+ messages)

BUG: Bad page state in process true pfn:a8fed on arm
 2020-08-24 11:06 UTC  (3+ messages)

[PATCH v2 0/3] mm/slub: Fix count_partial() problem
 2020-08-24 10:04 UTC  (3+ messages)

[PATCH 1/2] mm/slub: Introduce two counters for the partial objects
 2020-08-24  9:59 UTC  (8+ messages)

[PATCH] mm: madvise: fix vma user-after-free
 2020-08-24  9:02 UTC  (2+ messages)

KASAN: use-after-free Write in vcs_read
 2020-08-24  8:22 UTC  (4+ messages)

[PATCH] mm, isolation: avoid checking unmovable pages across pageblock boundary
 2020-08-24  8:17 UTC  (2+ messages)

[PATCH v2 4/6] kasan: add tests for timer stack recording
 2020-08-24  8:13 UTC 

[PATCH v2 3/6] kasan: print timer and workqueue stack
 2020-08-24  8:12 UTC 

[PATCH v2 2/6] workqueue: kasan: record workqueue stack
 2020-08-24  8:11 UTC 

[PATCH v2 1/6] timer: kasan: record timer stack
 2020-08-24  8:10 UTC 

[PATCH] hugetlb_cgroup: convert comma to semicolon
 2020-08-23 16:04 UTC  (6+ messages)

Regarding HMM
 2020-08-23 13:21 UTC  (5+ messages)

[PATCH v2] mm: Track page table modifications in __apply_to_page_range()
 2020-08-23 10:44 UTC  (11+ messages)

[linux-next:master] BUILD REGRESSION 605cbf3d5f20470ec303b79feda3202935f4a142
 2020-08-23  3:41 UTC  (3+ messages)

[PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation
 2020-08-22 11:31 UTC  (13+ messages)

[PATCH] swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity
 2020-08-22 11:30 UTC  (2+ messages)
` [PATCH v2 rebased] "

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-08-22 10:56 UTC  (4+ messages)
` [PATCH v7 22/29] arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support

[PATCH] mm/hugetlb: Fix a race between hugetlb sysctl handlers
 2020-08-22  9:53 UTC 

[PATCH v2 2/2] net: socket: implement SO_DESCRIPTION
 2020-08-22  6:57 UTC 

[mm] 8e63b8bbd7: WARNING:at_mm/memory.c:#__apply_to_page_range
 2020-08-22  6:19 UTC  (2+ messages)

[PATCH 0/78] Transparent Huge Pages for XFS
 2020-08-22  6:16 UTC  (2+ messages)

ERROR: "min_low_pfn" undefined!
 2020-08-22  3:30 UTC 

[PATCH v4 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-22  2:32 UTC  (5+ messages)

[PATCH v2] mm : sync ra->ra_pages with bdi->ra_pages
 2020-08-22  1:46 UTC  (4+ 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).