linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 03:06:42 to 2020-12-15 14:31:03 UTC [more...]

[patch 012/200] mm: slab: clarify krealloc()'s behavior with __GFP_ZERO
 2020-12-15 14:30 UTC  (2+ messages)

[linux-next:master 11918/13311] drivers/input/misc/da7280.c:866 da7280_parse_properties() warn: inconsistent indenting
 2020-12-15 14:18 UTC 

[PATCH] mm/mmap: Don't unlock VMAs in remap_file_pages()
 2020-12-15 14:13 UTC 

[RFC v2 PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-15 14:07 UTC  (11+ messages)
` [v2 PATCH 2/9] mm: memcontrol: use shrinker_rwsem to protect shrinker_maps allocation
` [v2 PATCH 3/9] mm: vmscan: guarantee shrinker_slab_memcg() sees valid shrinker_maps for online memcg
` [v2 PATCH 8/9] mm: memcontrol: reparent nr_deferred when memcg offline
` [v2 PATCH 9/9] mm: vmscan: shrink deferred objects proportional to priority

incoming
 2020-12-15 14:04 UTC  (145+ messages)
` [patch 060/200] mm/rmap: always do TTU_IGNORE_ACCESS
` [patch 061/200] mm/memcg: update page struct member in comments
` [patch 062/200] mm: memcg: fix obsolete code comments
` [patch 063/200] mm: memcg: deprecate the non-hierarchical mode
` [patch 064/200] docs: cgroup-v1: reflect the deprecation of "
` [patch 065/200] cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy
` [patch 066/200] mm/page_counter: use page_counter_read in page_counter_set_max
` [patch 067/200] mm: memcg: remove obsolete memcg_has_children()
` [patch 068/200] mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state
` [patch 069/200] mm: memcontrol: sssign boolean values to a bool variable
` [patch 070/200] mm/memcg: remove incorrect comment
` [patch 071/200] mm: move lruvec stats update functions to vmstat.h
` [patch 072/200] mm: memcontrol: account pagetables per node
` [patch 073/200] xen/unpopulated-alloc: consolidate pgmap manipulation
` [patch 074/200] kselftests: vm: add mremap tests
` [patch 075/200] mm: speedup mremap on 1GB or larger regions
` [patch 076/200] arm64: mremap speedup - enable HAVE_MOVE_PUD
` [patch 077/200] x86: mremap speedup - Enable HAVE_MOVE_PUD
` [patch 078/200] mm: cleanup: remove unused tsk arg from __access_remote_vm
` [patch 079/200] mm/mapping_dirty_helpers: enhance the kernel-doc markups
` [patch 080/200] mm/page_vma_mapped.c: add colon to fix kernel-doc markups error for check_pte
` [patch 081/200] mm: mmap_lock: add tracepoints around lock acquisition
` [patch 082/200] sparc: fix handling of page table constructor failure
` [patch 083/200] mm: move free_unref_page to mm/internal.h
` [patch 084/200] mm/mremap: account memory on do_munmap() failure
` [patch 085/200] mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm()
` [patch 086/200] mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio
` [patch 087/200] vm_ops: rename .split() callback to .may_split()
` [patch 088/200] mremap: check if it's possible to split original vma
` [patch 089/200] mm: forbid splitting special mappings
` [patch 090/200] mm: track mmu notifiers in fs_reclaim_acquire/release
` [patch 091/200] mm: extract might_alloc() debug check
` [patch 092/200] locking/selftests: add testcases for fs_reclaim
` [patch 093/200] mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflow
` [patch 094/200] mm/vmalloc: use free_vm_area() if an allocation fails
` [patch 095/200] mm/vmalloc: rework the drain logic
` [patch 096/200] mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverse
` [patch 097/200] mm/vmalloc.c: remove unnecessary return statement
` [patch 098/200] mm/vmalloc: Fix unlock order in s_stop()
` [patch 099/200] docs/vm: remove unused 3 items explanation for /proc/vmstat
` [patch 100/200] mm/vmalloc.c: fix kasan shadow poisoning size
` [patch 101/200] workqueue: kasan: record workqueue stack
` [patch 102/200] kasan: print "
` [patch 103/200] lib/test_kasan.c: add workqueue test case
` [patch 104/200] kasan: update documentation for generic kasan
` [patch 105/200] lkdtm: disable KASAN for rodata.o
` [patch 106/200] alpha: switch from DISCONTIGMEM to SPARSEMEM
` [patch 107/200] ia64: remove custom __early_pfn_to_nid()
` [patch 108/200] ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
` [patch 109/200] ia64: discontig: paging_init(): remove local max_pfn calculation
` [patch 110/200] ia64: split virtual map initialization out of paging_init()
` [patch 111/200] ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
` [patch 112/200] ia64: make SPARSEMEM default and disable DISCONTIGMEM
` [patch 113/200] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
` [patch 114/200] arm, arm64: move free_unused_memmap() to generic mm
` [patch 115/200] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
` [patch 116/200] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
` [patch 117/200] m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
` [patch 118/200] m68k: deprecate DISCONTIGMEM
` [patch 119/200] mm: introduce debug_pagealloc_{map,unmap}_pages() helpers
` [patch 120/200] PM: hibernate: make direct map manipulations more explicit
` [patch 121/200] arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC
` [patch 122/200] arch, mm: make kernel_page_present() always available
` [patch 123/200] mm, page_alloc: clean up pageset high and batch update
` [patch 124/200] mm, page_alloc: calculate pageset high and batch once per zone
` [patch 125/200] mm, page_alloc: remove setup_pageset()
` [patch 126/200] mm, page_alloc: simplify pageset_update()
` [patch 127/200] mm, page_alloc: cache pageset high and batch in struct zone
` [patch 128/200] mm, page_alloc: move draining pcplists to page isolation users
` [patch 129/200] mm, page_alloc: disable pcplists during memory offline
` [patch 130/200] include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivate
` [patch 131/200] mm/page-flags: fix comment
` [patch 132/200] mm/page_alloc: add __free_pages() documentation
` [patch 133/200] mm/page_alloc: mark some symbols with static keyword
` [patch 134/200] mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1
` [patch 135/200] init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set
` [patch 136/200] mm: page_alloc: refactor setup_per_zone_lowmem_reserve()
` [patch 137/200] mm/page_alloc: speed up the iteration of max_order
` [patch 138/200] mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount page
` [patch 139/200] mm,hwpoison: take free pages off the buddy freelists
` [patch 140/200] mm,hwpoison: drop unneeded pcplist draining
` [patch 141/200] mm,hwpoison: refactor get_any_page
` [patch 142/200] mm,hwpoison: disable pcplists before grabbing a refcount
` [patch 143/200] mm,hwpoison: remove drain_all_pages from shake_page
` [patch 144/200] mm,memory_failure: always pin the page in madvise_inject_error
` [patch 145/200] mm,hwpoison: return -EBUSY when migration fails
` [patch 146/200] mm/hugetlb.c: just use put_page_testzero() instead of page_count()
` [patch 147/200] include/linux/huge_mm.h: remove extern keyword
` [patch 148/200] khugepaged: add parameter explanations for kernel-doc markup
` [patch 149/200] mm: hugetlb: fix type of delta parameter and related local variables in gather_surplus_pages()
` [patch 150/200] mm,hugetlb: remove unneeded initialization
` [patch 151/200] hugetlb: fix an error code in hugetlb_reserve_pages()
` [patch 152/200] mm: don't wake kswapd prematurely when watermark boosting is disabled
` [patch 153/200] mm/vmscan: drop unneeded assignment in kswapd()
` [patch 154/200] mm/vmscan.c: remove the filename in the top of file comment
` [patch 155/200] mm/page_isolation: do not isolate the max order page
` [patch 156/200] z3fold: simplify freeing slots
` [patch 157/200] z3fold: stricter locking and more careful reclaim
` [patch 158/200] z3fold: remove preempt disabled sections for RT
` [patch 159/200] mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()
` [patch 160/200] mm/compaction: move compaction_suitable's comment to right place
` [patch 161/200] mm/compaction: make defer_compaction and compaction_deferred static
` [patch 162/200] mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()
` [patch 163/200] mm/migrate.c: fix comment spelling
` [patch 164/200] mm/migrate.c: optimize migrate_vma_pages() mmu notifier
` [patch 165/200] mm: support THPs in zero_user_segments
` [patch 166/200] mm: truncate_complete_page() does not exist any more
` [patch 167/200] mm: migrate: simplify the logic for handling permanent failure
` [patch 168/200] mm: migrate: skip shared exec THP for NUMA balancing
` [patch 169/200] mm: migrate: clean up migrate_prep{_local}
` [patch 170/200] mm: migrate: return -ENOSYS if THP migration is unsupported
` [patch 171/200] mm: migrate: remove unused parameter in migrate_vma_insert_page()
` [patch 172/200] mm/cma.c: remove redundant cma_mutex lock
` [patch 173/200] mm: cma: improve pr_debug log in cma_release()
` [patch 174/200] mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parameters
` [patch 175/200] mm, page_poison: use static key more efficiently
` [patch 176/200] kernel/power: allow hibernation with page_poison sanity checking
` [patch 177/200] mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY
` [patch 178/200] mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO
` [patch 179/200] userfaultfd: add UFFD_USER_MODE_ONLY
` [patch 180/200] userfaultfd: add user-mode only option to unprivileged_userfaultfd sysctl knob
` [patch 181/200] userfaultfd: selftests: make __{s,u}64 format specifiers portable
` [patch 182/200] userfaultfd/selftests: always dump something in modes
` [patch 183/200] userfaultfd/selftests: fix retval check for userfaultfd_open()
` [patch 184/200] userfaultfd/selftests: hint the test runner on required privilege
` [patch 185/200] mm/zswap: make struct kernel_param_ops definitions const
` [patch 186/200] mm/zswap: fix passing zero to 'PTR_ERR' warning
` [patch 187/200] mm/zswap: move to use crypto_acomp API for hardware acceleration
` [patch 188/200] mm/zsmalloc.c: rework the list_add code in insert_zspage()
` [patch 189/200] mm/process_vm_access: remove redundant initialization of iov_r
` [patch 190/200] zram: support page writeback
` [patch 191/200] zram: add stat to gather incompressible pages since zram set up
` [patch 192/200] zram: break the strict dependency from lzo
` [patch 193/200] mm: fix kernel-doc markups
` [patch 194/200] mm: use sysfs_emit for struct kobject * uses
` [patch 195/200] mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neatening
` [patch 196/200] mm:backing-dev: use sysfs_emit in macro defining functions
` [patch 197/200] mm: shmem: convert shmem_enabled_show to use sysfs_emit_at
` [patch 198/200] mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_at
` [patch 199/200] mm: fix fall-through warnings for Clang
` [patch 200/200] mm: cleanup kstrto*() usage

[LSFMMBPF 2021] A status update
 2020-12-15 13:43 UTC  (4+ messages)

[PATCH v3 0/7] Convert all THP vmstat counters to pages
 2020-12-15 13:37 UTC  (6+ messages)
` [PATCH v3 2/7] mm: memcontrol: convert NR_ANON_THPS account "
    ` [External] "
` [PATCH v3 7/7] mm: memcontrol: make the slab calculation consistent

[RFC PATCH] mm: generalise COW SMC TLB flushing race comment
 2020-12-15 13:36 UTC  (2+ messages)

Question about admin_reserve_kbytes in GUESS mode
 2020-12-15 13:06 UTC  (2+ messages)

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2020-12-15 12:14 UTC  (10+ messages)
` [RFC PATCH v3 1/9] pagemap: Introduce ->memory_failure()
` [RFC PATCH v3 2/9] blk: Introduce ->corrupted_range() for block device
` [RFC PATCH v3 3/9] fs: Introduce ->corrupted_range() for superblock
` [RFC PATCH v3 4/9] mm, fsdax: Refactor memory-failure handler for dax mapping
` [RFC PATCH v3 5/9] mm, pmem: Implement ->memory_failure() in pmem driver
` [RFC PATCH v3 6/9] pmem: Implement ->corrupted_range() for "
` [RFC PATCH v3 7/9] dm: Introduce ->rmap() to find bdev offset
` [RFC PATCH v3 8/9] md: Implement ->corrupted_range()
` [RFC PATCH v3 9/9] xfs: Implement ->corrupted_range() for XFS

[PATCH v23 00/15] Introduce Data Access MONitor (DAMON)
 2020-12-15 11:54 UTC  (16+ messages)
` [PATCH v23 01/15] mm: "
` [PATCH v23 02/15] mm/damon/core: Implement region-based sampling
` [PATCH v23 03/15] mm/damon: Adaptively adjust regions
` [PATCH v23 04/15] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v23 05/15] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v23 06/15] mm/damon: Add a tracepoint
` [PATCH v23 07/15] mm/damon: Implement a debugfs-based user space interface
` [PATCH v23 08/15] mm/damon/dbgfs: Implement recording feature
` [PATCH v23 09/15] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v23 10/15] mm/damon/dbgfs: Support multiple contexts
` [PATCH v23 11/15] tools: Introduce a minimal user-space tool for DAMON
` [PATCH v23 12/15] Documentation: Add documents "
` [PATCH v23 13/15] mm/damon: Add kunit tests
` [PATCH v23 14/15] mm/damon: Add user space selftests
` [PATCH v23 15/15] MAINTAINERS: Update for DAMON

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-12-15 11:58 UTC  (3+ messages)

[PATCH 0/1] kasan: fix memory leak of kasan quarantine
 2020-12-15 11:28 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/2] Fix the incorrect memmap init defer handling
 2020-12-15  9:01 UTC  (6+ messages)
` [PATCH 2/2] mm: rename memmap_init() and memmap_init_zone()

[PATCH v3 0/6] prohibit pinning pages in ZONE_MOVABLE
 2020-12-15  8:27 UTC  (12+ messages)
` [PATCH v3 2/6] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v3 3/6] mm: apply per-task gfp constraints in fast path
` [PATCH v3 4/6] mm: honor PF_MEMALLOC_PIN for all movable pages

[patch 020/200] dma-buf: use krealloc_array()
 2020-12-15  7:42 UTC  (2+ messages)

[hnaz-linux-mm:master 412/421] drivers/mailbox/bcm-pdc-mailbox.c:682:28: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-15  6:45 UTC 

[PATCH v12 0/4] xfs: avoid transaction reservation recursion
 2020-12-15  4:39 UTC  (8+ messages)
` [PATCH v12 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}


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