linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-17 02:43:19 to 2021-03-18 04:52:27 UTC [more...]

[PATCH v4 0/3] mm/slub: Fix count_partial() problem
 2021-03-18  4:52 UTC  (6+ messages)
` [PATCH v4 1/3] mm/slub: Introduce two counters for partial objects
` [PATCH v4 2/3] percpu: Export per_cpu_sum()
` [PATCH v4 3/3] mm/slub: Get rid of count_partial()

[PATCH] mm/gup: check page posion status for coredump
 2021-03-18  4:46 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/3] mm, pmem: Force unmap pmem on surprise remove
 2021-03-18  4:45 UTC  (5+ messages)
` [PATCH 1/3] mm/memory-failure: Prepare for mass memory_failure()
` [PATCH 2/3] mm, dax, pmem: Introduce dev_pagemap_failure()
` [PATCH 3/3] mm/devmap: Remove pgmap accounting in the get_user_pages_fast() path

[PATCH v13 00/14] huge vmalloc mappings
 2021-03-18  3:50 UTC  (17+ messages)
` [PATCH v13 01/14] ARM: mm: add missing pud_page define to 2-level page tables
` [PATCH v13 02/14] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
` [PATCH v13 03/14] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v13 04/14] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v13 05/14] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v13 06/14] mm: HUGE_VMAP arch support cleanup
` [PATCH v13 07/14] powerpc: inline huge vmap supported functions
` [PATCH v13 08/14] arm64: "
` [PATCH v13 09/14] x86: "
` [PATCH v13 10/14] mm/vmalloc: provide fallback arch huge vmap support functions
` [PATCH v13 11/14] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v13 12/14] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v13 13/14] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v13 14/14] powerpc/64s/radix: Enable huge "

[mm, net-next v2] mm: net: memcg accounting for TCP rx zerocopy
 2021-03-18  3:21 UTC  (2+ messages)

[drm/i915/dp] 4a8d79901d: WARNING:at_drivers/gpu/drm/i915/display/intel_display_power.c:#assert_can_disable_lcpll[i915]
 2021-03-18  2:13 UTC  (3+ messages)

[PATCH] memcg: set page->private before calling swap_readpage
 2021-03-18  1:59 UTC 

[BUG -next] "memcg: charge before adding to swapcache on swapin" broken
 2021-03-18  1:49 UTC  (13+ messages)

[PATCH v3 1/3] mm: replace migrate_prep with lru_add_drain_all
 2021-03-18  1:13 UTC  (12+ messages)
` [PATCH v3 2/3] mm: disable LRU pagevec during the migration temporarily
` [PATCH v3 3/3] mm: fs: Invalidate BH LRU during page migration
  ` [mm] 8fd8d23ab1: WARNING:at_fs/buffer.c:#__brelse

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-18  1:01 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v2] task_work: kasan: record task_work_add() call stack
 2021-03-18  0:30 UTC  (2+ messages)

[PATCH v2] Increase page and bit waitqueue hash size
 2021-03-17 23:13 UTC  (10+ messages)

[PATCH] mm: Typo fix in the file util.c
 2021-03-17 22:45 UTC  (4+ messages)

[PATCH v10 0/3] Charge loop device i/o to issuing cgroup
 2021-03-17 22:30 UTC  (2+ messages)

[PATCH 0/7 v4] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-17 22:25 UTC  (6+ messages)

[mm, net-next v2] mm: net: memcg accounting for TCP rx zerocopy
 2021-03-17 22:12 UTC  (4+ messages)

[PATCH] mm: Allow shmem mappings with MREMAP_DONTUNMAP
 2021-03-17 22:03 UTC  (10+ messages)
` [PATCH v2 1/2] mm: Allow non-VM_DONTEXPAND and VM_PFNMAP "
  ` [PATCH v2 2/2] Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
` [PATCH v3 1/2] mm: Allow non-VM_DONTEXPAND and VM_PFNMAP mappings with MREMAP_DONTUNMAP
  ` [PATCH v3 2/2] Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"

[linux-next:master] BUILD REGRESSION fa903833ae344e4f4d798a8b85ba3ef0c5ce96c9
 2021-03-17 21:20 UTC 

[linux-next:pending-fixes] BUILD SUCCESS c09b2506102e37e309ea26138f9a7a12ab34d82d
 2021-03-17 21:20 UTC 

[PATCH 1/2] selftests: add a kselftest for SLUB debugging functionality
 2021-03-17 18:54 UTC  (9+ messages)
` [PATCH 2/2] slub: remove resiliency_test() function
` [selftests] e48d82b67a: BUG_TestSlub_RZ_alloc(Not_tainted):Redzone_overwritten

[PATCH v4 00/25] Page folios
 2021-03-17 17:48 UTC  (23+ messages)
` [PATCH v4 01/25] mm: Introduce struct folio
` [PATCH v4 03/25] mm/vmstat: Add functions to account folio statistics
` [PATCH v4 08/25] mm: Handle per-folio private data
` [PATCH v4 09/25] mm: Add folio_index, folio_page and folio_contains
` [PATCH v4 10/25] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v4 15/25] mm/filemap: Convert lock_page_async to lock_folio_async
` [PATCH v4 20/25] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v4 25/25] cachefiles: Switch to wait_page_key

[PATCH] mm: memcontrol: switch to rstat fix
 2021-03-17 19:19 UTC  (2+ messages)

[linux-next:master 2259/5053] ERROR: modpost: "power_supply_set_property" undefined!
 2021-03-17 19:13 UTC 

[PATCH mm] kfence: fix printk format for ptrdiff_t
 2021-03-17 17:35 UTC  (7+ messages)

[PATCH v4 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-17 16:34 UTC  (7+ messages)
` [PATCH v4 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH v23 00/28] Control-flow Enforcement: Shadow Stack
 2021-03-17 15:56 UTC  (7+ messages)
` [PATCH v23 15/28] x86/mm: Update maybe_mkwrite() for shadow stack

[mm] bd0ca82882: WARNING:suspicious_RCU_usage
 2021-03-17 14:06 UTC 

[PATCH v5 0/5] Make alloc_contig_range handle Hugetlb pages
 2021-03-17 15:03 UTC  (18+ messages)
` [PATCH v5 1/5] mm,page_alloc: Bail out earlier on -ENOMEM in alloc_contig_migrate_range
` [PATCH v5 2/5] mm,compaction: Let isolate_migratepages_{range,block} return error codes
` [PATCH v5 3/5] mm: Make alloc_contig_range handle free hugetlb pages
` [PATCH v5 4/5] mm: Make alloc_contig_range handle in-use "
` [PATCH v5 5/5] mm,page_alloc: Drop unnecessary checks from pfn_range_valid_contig

[PATCH v4 0/5] Allocate memmap from hotadded memory (per device)
 2021-03-17 14:35 UTC  (7+ messages)
` [PATCH v4 1/5] mm,memory_hotplug: Allocate memmap from the added memory range

[linux-next:master 3781/5053] drivers/thermal/devfreq_cooling.c:433 of_devfreq_cooling_register_power() warn: passing zero to 'ERR_PTR'
 2021-03-17 14:31 UTC 

[linux-next:master 3779/5053] drivers/thermal/thermal_core.c:1020 __thermal_cooling_device_register() warn: possible memory leak of 'cdev'
 2021-03-17 14:22 UTC 

[PATCH v2] mm: Move page_mapping_file to pagemap.h
 2021-03-17 14:17 UTC  (3+ messages)

Is anonymous memory part of the page cache on Linux?
 2021-03-17 13:42 UTC  (5+ messages)

[PATCH] mm: Remove default DISCONTIGMEM_MANUAL
 2021-03-17 13:22 UTC  (2+ messages)

[PATCH v2 0/6] Some cleanups for huge_memory
 2021-03-17 13:07 UTC  (5+ messages)
` [PATCH v2 1/6] mm/huge_memory.c: rework the function vma_adjust_trans_huge()

[linux-next:master 2190/5053] drivers/tty/serial/pch_uart.c:1815:9: error: use of undeclared identifier 'port_regs_ops'
 2021-03-17 11:39 UTC 

[RFC] mm: Enable generic pfn_valid() to handle early sections with memmap holes
 2021-03-17 11:20 UTC  (4+ messages)

[PATCH v1 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-03-17 11:06 UTC  (6+ messages)
` [PATCH v1 1/5] mm: make variable names for populate_vma_page_range() consistent
` [PATCH v1 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
` [PATCH v1 3/5] MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENT
` [PATCH v1 4/5] selftests/vm: add protection_keys_32 / protection_keys_64 to gitignore
` [PATCH v1 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE)

[PATCH v4 00/28] Network fs helper library & fscache kiocb API
 2021-03-17 10:53 UTC  (8+ messages)
` [PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache

[PATCH v1 00/14] Multigenerational LRU
 2021-03-17 10:46 UTC  (9+ messages)
` [PATCH v1 09/14] mm: multigenerational lru: mm_struct list

[PATCH] Add MHI bus support and driver for T99W175 5G modem
 2021-03-17 10:09 UTC  (4+ messages)

[PATCH v4 0/4] Make alloc_contig_range handle Hugetlb pages
 2021-03-17 10:07 UTC  (6+ messages)

[PATCH] mm: slab: Fix spelling mistake "disired" -> "desired"
 2021-03-17  9:41 UTC 

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-17  9:07 UTC  (19+ messages)

[PATCH mm] kfence: make compatible with kmemleak
 2021-03-17  9:08 UTC  (3+ messages)

[syzbot] kernel panic: corrupted stack end in openat
 2021-03-17  8:50 UTC  (12+ messages)

Issue with kfence and kmemleak
 2021-03-17  8:48 UTC  (6+ messages)

[PATCH 0/3] switch to unsafe_follow_pfn
 2021-03-17  8:04 UTC  (6+ messages)
` [PATCH 2/3] media/videobuf1|2: Mark follow_pfn usage as unsafe

[PATCH v4 00/13] Introduced multi-preference mempolicy
 2021-03-17  7:19 UTC  (15+ messages)
` [PATCH v4 01/13] mm/mempolicy: Add comment for missing LOCAL
` [PATCH v4 02/13] mm/mempolicy: convert single preferred_node to full nodemask
` [PATCH v4 03/13] mm/mempolicy: Add MPOL_PREFERRED_MANY for multiple preferred nodes
` [PATCH v4 04/13] mm/mempolicy: allow preferred code to take a nodemask
` [PATCH v4 05/13] mm/mempolicy: refactor rebind code for PREFERRED_MANY
` [PATCH v4 06/13] mm/mempolicy: kill v.preferred_nodes
` [PATCH v4 07/13] mm/mempolicy: handle MPOL_PREFERRED_MANY like BIND
` [PATCH v4 08/13] mm/mempolicy: Create a page allocator for policy
` [PATCH v4 09/13] mm/mempolicy: Thread allocation for many preferred
` [PATCH v4 10/13] mm/mempolicy: VMA "
` [PATCH v4 11/13] mm/mempolicy: huge-page "
` [PATCH v4 12/13] mm/mempolicy: Advertise new MPOL_PREFERRED_MANY
` [PATCH v4 13/13] mem/mempolicy: unify mpol_new_preferred() and mpol_new_preferred_many()

[PATCH] mm: cma: Fix potential null dereference on pointer cma
 2021-03-17  7:13 UTC  (2+ messages)

[PATCH v2 1/3] mm: add __ prefix to page_cpupid_reset_last because it is non-atomic
 2021-03-17  6:47 UTC  (3+ messages)
` [PATCH v2 2/3] mm: add page_cpupid_reset_last atomic variant
` [PATCH v2 3/3] mm: skip page_cpupid_reset_last atomic update if the value is already reset

[PATCH 0/3] Move kernel mapping outside the linear mapping
 2021-03-17  5:05 UTC  (2+ messages)

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-17  3:46 UTC  (4+ messages)
` [PATCH v3 05/11] mm, fsdax: Refactor memory-failure handler for dax mapping


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