linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-14 16:17:59 to 2021-05-18 08:49:36 UTC [more...]

[patch 48/91] kernel/crash_core: add crashkernel=auto for vmcore creation
 2021-05-18  8:49 UTC  (13+ messages)

[PATCH] mm/debug_vm_pgtable: Ensure THP availability via has_transparent_hugepage()
 2021-05-18  8:13 UTC 

[PATCH v3 0/4] compat: remove compat_alloc_user_space callers
 2021-05-18  7:47 UTC  (13+ messages)
` [PATCH v3 1/4] kexec: simplify compat_sys_kexec_load
` [PATCH v3 2/4] mm: simplify compat_sys_move_pages
` [PATCH v3 3/4] mm: simplify compat numa syscalls
` [PATCH v3 4/4] compat: remove some compat entry points

[v2 RFC PATCH 0/7] mm: thp: use generic THP migration for NUMA hinting fault
 2021-05-18  7:36 UTC  (15+ messages)
` [v2 PATCH 1/7] mm: memory: add orig_pmd to struct vm_fault
` [v2 PATCH 2/7] mm: memory: make numa_migrate_prep() non-static
` [v2 PATCH 4/7] mm: migrate: account THP NUMA migration counters correctly
` [v2 PATCH 5/7] mm: migrate: don't split THP for misplaced NUMA page
` [v2 PATCH 7/7] mm: thp: skip make PMD PROT_NONE if THP migration is not supported
  ` [v2 PATCH 3/7] mm: thp: refactor NUMA fault handling

[PATCH v20 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-18  7:20 UTC  (8+ messages)
` [PATCH v20 1/7] mmap: make mlock_future_check() global
` [PATCH v20 2/7] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v20 3/7] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v20 4/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v20 5/7] PM: hibernate: disable when there are active secretmem users
` [PATCH v20 6/7] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v20 7/7] secretmem: test: add basic selftest for memfd_secret(2)

add remap_pfn_range_notrack instead of reinventing it in i915 v2
 2021-05-18  6:46 UTC  (9+ messages)
` [PATCH 4/4] i915: fix remap_io_sg to verify the pgprot
          ` [Intel-gfx] "

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-18  5:56 UTC  (6+ messages)
` [PATCH v26 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines

[PATCH v4 0/2] hwpoison: fix race with compound page allocation
 2021-05-18  5:24 UTC  (9+ messages)
` [PATCH v4 1/2] mm,hwpoison: "
` [PATCH v4 2/2] mm,hwpoison: make get_hwpoison_page call get_any_page()

linux-next: Tree for May 13 (mm/page_alloc.c, <linux/mm.h>: sizeof(struct page))
 2021-05-18  4:59 UTC  (4+ messages)

[PATCH] mm/thp: Update mm_struct's MM_ANONPAGES stat for huge zero pages
 2021-05-18  4:48 UTC 

drivers/dma/ppc4xx/adma.c:4100:31: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-05-18  4:18 UTC 

[PATCH 0/5] mm/sparse: a few minor fixes and improvements
 2021-05-18  2:48 UTC  (8+ messages)
` [PATCH 1/5] mm: correct SECTION_SHIFT name in code comments
` [PATCH 2/5] mm/sparse: free section usage memory in case populate_section_memmap failed
` [PATCH 3/5] mm/sparse: move mem_sections allocation out of memory_present()
` [PATCH 4/5] mm: rename the global section array to mem_sections
` [PATCH 5/5] mm/page_alloc: improve memmap_pages and dma_reserve dbg msg

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-05-18  2:17 UTC  (5+ messages)
` [PATCH v8 1/8] mm: Remove special swap entry functions
` [PATCH v8 5/8] mm: Device exclusive memory access

[PATCH v3] mm, slub: change run-time assertion in kmalloc_index() to compile-time
 2021-05-18  1:53 UTC  (8+ messages)

[linux-next:master 732/3150] or1k-linux-ld: drivers/video/fbdev/simplefb.o:undefined reference to `cfb_fillrect'
 2021-05-18  1:19 UTC 

[PATCH] lib: fix for_each_child.cocci warnings
 2021-05-17 22:08 UTC  (2+ messages)

[PULL] topic/iomem-mmap-vs-gup
 2021-05-17 22:04 UTC  (8+ messages)

[linux-next:master 3032/3150] mm/huge_memory.c:2345:7: warning: variable 'unmap_success' set but not used
 2021-05-17 18:15 UTC 

[PATCH 00/29] Speculative page faults (anon vmas only)
 2021-05-17 17:57 UTC  (3+ messages)

[PATCH 00/21] mm: Add vma_lookup()
 2021-05-17 17:28 UTC  (2+ messages)

RCU tests for Maple Tree
 2021-05-17 16:53 UTC  (4+ messages)

[linux-next:master 2950/3150] mm/mremap.c:285:8: warning: variable 'pud' set but not used
 2021-05-17 16:19 UTC 

[PATCH v2 0/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-17 15:18 UTC  (11+ messages)
` [PATCH v2 1/6] fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
` [PATCH v2 2/6] fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
` [PATCH v2 3/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
` [PATCH v2 4/6] mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()
` [PATCH v2 5/6] virtio-mem: use page_offline_(start|end) when "
` [PATCH v2 6/6] fs/proc/kcore: use page_offline_(freeze|thaw)

[RFC] mm/thp: Update mm's MM_ANONPAGES stat in set_huge_zero_page()
 2021-05-17 14:48 UTC  (4+ messages)

[PATCH] percpu: initialize best_upa variable
 2021-05-17 14:39 UTC  (6+ messages)

[PATCH v5 0/9] Speedup mremap on ppc64
 2021-05-17 14:18 UTC  (9+ messages)
` [PATCH v5 5/9] powerpc/mm/book3s64: Update tlb flush routines to take a page walk cache flush argument

[PATCH] mm/thp: Make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2
 2021-05-17 14:13 UTC  (2+ messages)

[PATCH 0/3] vmalloc() vs bulk allocator v2
 2021-05-17 11:51 UTC  (6+ messages)
` [PATCH 1/3] mm/page_alloc: Add an alloc_pages_bulk_array_node() helper
` [PATCH 2/3] mm/vmalloc: Switch to bulk allocator in __vmalloc_area_node()
` [PATCH 3/3] mm/vmalloc: Print a warning message first on failure

[PATCH net-next v5 0/5] page_pool: recycle buffers
 2021-05-17 11:35 UTC  (12+ messages)
` [PATCH net-next v5 3/5] page_pool: Allow drivers to hint on SKB recycling

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-17 11:21 UTC  (8+ messages)
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock

[LSF/MM/BPF TOPIC] Memory folios
 2021-05-17 10:00 UTC  (3+ messages)

[linux-next:master 2296/2770] kernel/bpf/helpers.c:713:43: warning: Uninitialized variable: bufs [uninitvar]
 2021-05-17  9:30 UTC  (4+ messages)

[hnaz-linux-mm:master 179/239] include/linux/thread_info.h:215:27: error: 'INT_MAX' undeclared
 2021-05-17  9:04 UTC  (3+ messages)

alloc_contig_range() with MIGRATE_MOVABLE performance regression since 4.9
 2021-05-17  7:46 UTC  (6+ messages)

[PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-17  7:23 UTC  (9+ messages)
` [PATCH v19 3/8] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v19 5/8] mm: introduce memfd_secret system call to create "secret" memory areas

[PATCH 0/2] mm: clear spelling mistakes
 2021-05-17  6:51 UTC  (3+ messages)
` [PATCH 1/2] mm: fix spelling mistakes in header files
` [PATCH 2/2] mm: fix spelling mistakes in under directory mm

[PATCH] mm/memory-failure: make sure wait for page writeback in memory_failure
 2021-05-17  6:50 UTC  (6+ messages)

[PATCH] mm/slub: use stackdepot to save stack trace in objects-fix
 2021-05-16 19:51 UTC 

drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h:588:21: sparse: sparse: cast removes address space '__iomem' of expression
 2021-05-16 19:47 UTC 

[PATCH v10 00/33] Memory folios
 2021-05-16 19:26 UTC  (17+ messages)
` [PATCH v10 01/33] mm: Introduce struct folio
` [PATCH v10 12/33] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v10 13/33] mm/filemap: Add folio_next_index
` [PATCH v10 14/33] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v10 15/33] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v10 16/33] mm: Add folio_mapcount

drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:596:48: sparse: sparse: cast removes address space '__iomem' of expression
 2021-05-16 18:39 UTC 

[mm/slub] ad36bafb3b: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c
 2021-05-16 14:41 UTC 

[PATCH] mm/page_alloc: Split per cpu page lists and zone stats -fix -fix
 2021-05-16 14:07 UTC 

Very slow page fault caused by migrate_pages
 2021-05-16  8:56 UTC  (2+ messages)

[BUG] Shudown-time lockdep splat in next-20210514
 2021-05-15 23:19 UTC  (3+ messages)

[linux-next:master 3136/3150] init/main.c:925:2: error: implicit declaration of function 'init_vmlinux_build_id'
 2021-05-15 21:15 UTC  (2+ messages)

[PATCH] arm64: Define only {pud/pmd}_{set/clear}_huge when usefull
 2021-05-15  6:28 UTC  (4+ messages)

incoming
 2021-05-15  0:27 UTC  (14+ messages)
` [patch 01/13] mm/hugetlb: fix F_SEAL_FUTURE_WRITE
` [patch 02/13] mm/hugetlb: fix cow where page writtable in child
` [patch 03/13] mm, slub: move slub_debug static key enabling outside slab_mutex
` [patch 04/13] kernel/resource: fix return code check in __request_free_mem_region
` [patch 05/13] squashfs: fix divide error in calculate_skip()
` [patch 06/13] userfaultfd: release page in error path to avoid BUG_ON
` [patch 07/13] ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()"
` [patch 08/13] mm: fix struct page layout on 32-bit systems
` [patch 09/13] kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
` [patch 10/13] mm/filemap: fix readahead return types
` [patch 11/13] hfsplus: prevent corruption in shrinking truncate
` [patch 12/13] docs: admin-guide: update description for kernel.modprobe sysctl
` [patch 13/13] mm/ioremap: fix iomap_max_page_shift

[PATCH 00/94] Introducing the Maple Tree
 2021-05-15  0:02 UTC  (23+ messages)
` [PATCH 26/94] Maple Tree: Add new data structure

mmotm 2021-05-12-21-46 uploaded
 2021-05-14 21:40 UTC  (7+ messages)
` mmotm 2021-05-12-21-46 uploaded (arch/x86/mm/pgtable.c)

[PATCH -next] percpu: make symbol 'pcpu_free_slot' static
 2021-05-14 21:00 UTC  (2+ messages)

[PATCH] mm, swap: Remove unnecessary smp_rmb() in swap_type_to_swap_info()
 2021-05-14 20:51 UTC  (7+ messages)

[PATCH] mm, hugetlb: fix resv_huge_pages underflow on UFFDIO_COPY
 2021-05-14 19:16 UTC  (9+ messages)

[PATCH -next] mm/huge_memory.c: remove unused variable 'count'
 2021-05-14 18:48 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION cd557f1c605fc5a2c0eb0b540610f50dc67dd849
 2021-05-14 18:03 UTC 

[PATCH] mm/shuffle: fix section mismatch warning
 2021-05-14 17:48 UTC  (2+ messages)

[PATCH v2 00/22] Add new DMA mapping operation for P2PDMA
 2021-05-14 16:30 UTC  (6+ messages)
` [PATCH v2 15/22] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg


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