linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 07:49:20 to 2020-10-29 22:32:34 UTC [more...]

[patch V2 00/18] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-10-29 22:18 UTC  (11+ messages)
` [patch V2 01/18] sched: Make migrate_disable/enable() independent of RT
` [patch V2 02/18] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch V2 03/18] highmem: Provide generic variant of kmap_atomic*
` [patch V2 04/18] x86/mm/highmem: Use generic kmap atomic implementation
` [patch V2 05/18] arc/mm/highmem: "
` [patch V2 06/18] ARM: highmem: Switch to generic kmap atomic
` [patch V2 07/18] csky/mm/highmem: "
` [patch V2 08/18] microblaze/mm/highmem: "
` [patch V2 09/18] mips/mm/highmem: "
` [patch V2 10/18] nds32/mm/highmem: "

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-10-29 21:59 UTC  (11+ messages)
` [PATCH v2 03/19] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v2 04/19] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v2 07/19] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "

[PATCH 00/19] Transparent Hugepages for non-tmpfs filesystems
 2020-10-29 21:54 UTC  (24+ messages)
` [PATCH 01/19] XArray: Expose xas_destroy
` [PATCH 02/19] mm: Use multi-index entries in the page cache
` [PATCH 03/19] mm: Support arbitrary THP sizes
` [PATCH 04/19] mm: Change NR_FILE_THPS to account in base pages
` [PATCH 05/19] mm/filemap: Rename generic_file_buffered_read subfunctions
` [PATCH 06/19] mm/filemap: Change calling convention for gfbr_ functions
` [PATCH 07/19] mm/filemap: Use head pages in generic_file_buffered_read
` [PATCH 08/19] mm/filemap: Add __page_cache_alloc_order
` [PATCH 09/19] mm/filemap: Allow THPs to be added to the page cache
` [PATCH 10/19] mm/vmscan: Optimise shrink_page_list for smaller THPs
` [PATCH 11/19] mm/filemap: Allow PageReadahead to be set on head pages
` [PATCH 12/19] mm: Pass a sleep state to put_and_wait_on_page_locked
` [PATCH 13/19] mm/filemap: Support readpage splitting a page
` [PATCH 14/19] mm/filemap: Inline __wait_on_page_locked_async into caller
` [PATCH 15/19] mm/readahead: Add THP readahead
` [PATCH 16/19] mm/readahead: Align THP mappings for non-DAX
` [PATCH 17/19] mm/readahead: Switch to page_cache_ra_order
` [PATCH 18/19] mm/filemap: Support VM_HUGEPAGE for file mappings
` [PATCH 19/19] selftests/vm/transhuge-stress: Support file-backed THPs

[PATCH] mm/compaction: count pages and stop correctly during page isolation
 2020-10-29 21:31 UTC  (3+ messages)

[PATCH 06/16] mm/pagemap: Cleanup PREEMPT_COUNT leftovers
 2020-10-29 21:26 UTC  (3+ messages)

[PATCH v2] mm: memcg/slab: Fix return child memcg objcg for root memcg
 2020-10-29 21:25 UTC  (16+ messages)
` [PATCH v2] mm: memcg/slab: Fix use after free in obj_cgroup_charge
` [PATCH v2] mm: memcg/slab: Rename *_lruvec_slab_state to *_lruvec_kmem_state
` [PATCH v2] mm: memcontrol: Simplify the mem_cgroup_page_lruvec
  ` [External] Re: [PATCH v2] mm: memcg/slab: Fix return child memcg objcg for root memcg

[linux-next:master 1359/2564] include/linux/device/driver.h:290:1: error: type defaults to 'int' in declaration of 'device_initcall'
 2020-10-29 21:08 UTC 

[selftest/bpf] 472547778d: WARNING:at_kernel/bpf/verifier.c:#resolve_pseudo_ldimm64
 2020-10-29 20:49 UTC  (3+ messages)

[PATCH RFC v2 00/21] kasan: hardware tag-based mode for production use on arm64
 2020-10-29 20:14 UTC  (13+ messages)
` [PATCH RFC v2 04/21] kasan: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH RFC v2 05/21] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH RFC v2 06/21] kasan: mark kasan_init_tags as __init
` [PATCH RFC v2 07/21] kasan, arm64: move initialization message

[RFC][PATCH 0/9] [v4][RESEND] Migrate Pages in lieu of discard
 2020-10-29 19:30 UTC  (7+ messages)
` [RFC][PATCH 7/9] mm/vmscan: Consider anonymous pages without swap

[PATCH v6 00/40] kasan: add hardware tag-based mode for arm64
 2020-10-29 19:26 UTC  (41+ messages)
` [PATCH v6 01/40] arm64: Enable armv8.5-a asm-arch option
` [PATCH v6 02/40] arm64: mte: Add in-kernel MTE helpers
` [PATCH v6 03/40] arm64: mte: Reset the page tag in page->flags
` [PATCH v6 04/40] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v6 05/40] arm64: mte: Add in-kernel tag fault handler
` [PATCH v6 06/40] arm64: kasan: Enable in-kernel MTE
` [PATCH v6 07/40] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v6 08/40] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v6 09/40] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v6 10/40] kasan: drop unnecessary GPL text from comment headers
` [PATCH v6 11/40] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v6 12/40] kasan: group vmalloc code
` [PATCH v6 13/40] kasan: shadow declarations only for software modes
` [PATCH v6 14/40] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v6 15/40] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v6 16/40] kasan: only build init.c for software modes
` [PATCH v6 17/40] kasan: split out shadow.c from common.c
` [PATCH v6 18/40] kasan: define KASAN_GRANULE_PAGE
` [PATCH v6 19/40] kasan: rename report and tags files
` [PATCH v6 20/40] kasan: don't duplicate config dependencies
` [PATCH v6 21/40] kasan: hide invalid free check implementation
` [PATCH v6 22/40] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v6 23/40] kasan, arm64: only init shadow for software modes
` [PATCH v6 24/40] kasan, arm64: only use kasan_depth "
` [PATCH v6 25/40] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v6 26/40] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v6 27/40] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v6 28/40] kasan: rename SHADOW layout macros to META
` [PATCH v6 29/40] kasan: separate metadata_fetch_row for each mode
` [PATCH v6 30/40] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH v6 31/40] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v6 32/40] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v6 33/40] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v6 34/40] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v6 35/40] kasan, arm64: implement HW_TAGS runtime
` [PATCH v6 36/40] kasan, arm64: print report from tag fault handler
` [PATCH v6 37/40] kasan, mm: reset tags when accessing metadata
` [PATCH v6 38/40] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v6 39/40] kasan: add documentation for hardware tag-based mode
` [PATCH v6 40/40] kselftest/arm64: Check GCR_EL1 after context switch

[PATCH 0/3] optimize handling of memory debugging parameters
 2020-10-29 17:37 UTC  (6+ messages)
` [PATCH 3/3] mm, page_alloc: reduce static keys in prep_new_page()

[PATCH v5 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-29 17:25 UTC  (2+ messages)
` [PATCH v5 7/7] mm: Remove examples from enum zone_type comment

[Bug 209919] New: kernel BUG at mm/usercopy.c:99 from stress-ng procfs
 2020-10-29 17:22 UTC  (3+ messages)

[PATCH v2] mm: memcg: link page counters to root if use_hierarchy is false
 2020-10-29 17:05 UTC  (3+ messages)

[PATCH v5 00/40] kasan: add hardware tag-based mode for arm64
 2020-10-29 16:52 UTC  (7+ messages)
` [PATCH v5 02/40] arm64: mte: Add in-kernel MTE helpers
` [PATCH v5 08/40] arm64: mte: Switch GCR_EL1 in kernel entry and exit

[PATCH v3] mm: memcg/slab: Fix return child memcg objcg for root memcg
 2020-10-29 16:44 UTC 

[PATCH v2 0/4] arch, mm: improve robustness of direct map manipulation
 2020-10-29 16:30 UTC  (6+ messages)
` [PATCH v2 1/4] mm: introduce debug_pagealloc_map_pages() helper
` [PATCH v2 2/4] PM: hibernate: make direct map manipulations more explicit
` [PATCH v2 3/4] arch, mm: restore dependency of __kernel_map_pages() of DEBUG_PAGEALLOC
` [PATCH v2 4/4] arch, mm: make kernel_page_present() always available

[PATCH v1 0/4] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations
 2020-10-29 16:27 UTC  (5+ messages)
` [PATCH v1 1/4] powerpc/mm: factor out creating/removing linear mapping
` [PATCH v1 2/4] powerpc/mm: print warning in arch_remove_linear_mapping()
` [PATCH v1 3/4] powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()
` [PATCH v1 4/4] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations

[linux-next:pending-fixes] BUILD SUCCESS e6d922c77db276a16f0b7933c2a9951dc9c0052c
 2020-10-29 16:26 UTC 

drivers/video/backlight/ltv350qv.c:192:12: warning: stack frame size of 13472 bytes in function 'ltv350qv_power'
 2020-10-29 15:28 UTC  (3+ messages)

+ fs-break-generic_file_buffered_read-up-into-multiple-functions.patch added to -mm tree
 2020-10-29 15:17 UTC  (9+ messages)

[PATCH v2] kthread_worker: re-set CPU affinities if CPU come online
 2020-10-29 15:01 UTC  (8+ messages)
  ` 回复: "
      ` 回复: "

[PATCH 20/33] docs: ABI: testing: make the files compatible with ReST output
 2020-10-29 14:49 UTC  (2+ messages)

[PATCH v20 00/20] per memcg lru lock
 2020-10-29 14:00 UTC  (27+ messages)
` [PATCH v20 01/20] mm/memcg: warning on !memcg after readahead page charged
` [PATCH v20 02/20] mm/memcg: bail early from swap accounting if memcg disabled
` [PATCH v20 03/20] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v20 04/20] mm/thp: use head for head page in lru_add_page_tail
` [PATCH v20 05/20] mm/thp: Simplify lru_add_page_tail()
` [PATCH v20 06/20] mm/thp: narrow lru locking
` [PATCH v20 07/20] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v20 08/20] mm: page_idle_get_page() does not need lru_lock
` [PATCH v20 09/20] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v20 10/20] mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fn
` [PATCH v20 11/20] mm/lru: move lock into lru_note_cost
` [PATCH v20 12/20] mm/vmscan: remove lruvec reget in move_pages_to_lru
` [PATCH v20 13/20] mm/mlock: remove lru_lock on TestClearPageMlocked
` [PATCH v20 14/20] mm/mlock: remove __munlock_isolate_lru_page
` [PATCH v20 15/20] mm/lru: introduce TestClearPageLRU
` [PATCH v20 16/20] mm/compaction: do page isolation first in compaction
` [PATCH v20 17/20] mm/swap.c: serialize memcg changes in pagevec_lru_move_fn
` [PATCH v20 18/20] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v20 19/20] mm/lru: introduce the relock_page_lruvec function
` [PATCH v20 20/20] mm/lru: revise the comments of lru_lock

[PATCH v6 0/9] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-29 13:16 UTC  (10+ messages)
` [PATCH v6 1/9] mm: add Kernel Electric-Fence infrastructure
` [PATCH v6 2/9] x86, kfence: enable KFENCE for x86
` [PATCH v6 3/9] arm64, kfence: enable KFENCE for ARM64
` [PATCH v6 4/9] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v6 5/9] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH v6 6/9] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH v6 7/9] kfence, Documentation: add KFENCE documentation
` [PATCH v6 8/9] kfence: add test suite
` [PATCH v6 9/9] MAINTAINERS: Add entry for KFENCE

[PATCH] mm/vmscan: Fix NR_ISOLATED_FILE corruption on 64-bit
 2020-10-29 13:11 UTC  (2+ messages)

simplify follow_pte a bit
 2020-10-29 10:14 UTC  (3+ messages)
` [PATCH 1/2] mm: unexport follow_pte_pmd
` [PATCH 2/2] mm: simplify follow_pte{,pmd}

[PATCH v4 00/15] follow_pfn and other iomap races
 2020-10-29 10:01 UTC  (9+ messages)
` [PATCH v4 08/15] mm: Add unsafe_follow_pfn

[PATCH] mm: Fix a race during split THP
 2020-10-29  9:46 UTC  (4+ messages)

[PATCH -V2 0/2] autonuma: Migrate on fault among multiple bound nodes
 2020-10-29  9:04 UTC  (3+ messages)
` [PATCH -V2 1/2] mempolicy: Rename MPOL_F_MORON to MPOL_F_MOPRON

[PATCH 0/4] arch, mm: improve robustness of direct map manipulation
 2020-10-29  8:15 UTC  (13+ messages)
` [PATCH 2/4] PM: hibernate: improve robustness of mapping pages in the direct map

[PATCH v2] mm/oom_kill.c: remove the unmatched comments
 2020-10-29  7:51 UTC  (6+ messages)
      ` [PATCH v3] mm/oom_kill: remove comment and rename is_dump_unreclaim_slabs()

[RFC PATCH 0/3] Allocate memmap from hotadded memory (per device)
 2020-10-29  7:49 UTC  (7+ 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).