linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-07 05:24:30 to 2021-05-10 18:02:41 UTC [more...]

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-10 18:02 UTC  (11+ messages)

[PULL] topic/iomem-mmap-vs-gup
 2021-05-10 17:57 UTC  (10+ messages)

[LSF/MM/BPF TOPIC] Memory folios
 2021-05-10 17:56 UTC 

[PATCH 00/21] mm: Add vma_lookup()
 2021-05-10 16:58 UTC  (22+ messages)
` [PATCH 03/22] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()
` [PATCH 01/22] mm: Add vma_lookup()
` [PATCH 02/22] drm/i915/selftests: Use vma_lookup() in __igt_mmap()
` [PATCH 04/22] arch/arm64/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 05/22] arch/powerpc/kvm/book3s_hv_uvmem: "
` [PATCH 08/22] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush()
` [PATCH 07/22] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma()
` [PATCH 09/22] x86/sgx: Use vma_lookup() in sgx_encl_find()
` [PATCH 11/22] vfio: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 10/22] virt/kvm: "
` [PATCH 12/22] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive()
` [PATCH 13/22] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [PATCH 14/22] media: videobuf2: Use vma_lookup() in get_vaddr_frames()
` [PATCH 16/22] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe()
` [PATCH 15/22] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma()
` [PATCH 18/22] mm/ksm: Use vma_lookup() in find_mergeable_vma()
` [PATCH 17/22] lib/test_hmm: Use vma_lookup() in dmirror_migrate()
` [PATCH 20/22] mm/mremap: Use vma_lookup() in vma_to_resize()
` [PATCH 19/22] mm/migrate: Use vma_lookup() in do_pages_stat_array()
` [PATCH 22/22] mm/mempolicy: Use vma_lookup() in __access_remote_vm()
` [PATCH 21/22] mm/memory.c: "

[LSF/MM/BPF TOPIC] Block device congestion
 2021-05-10 17:48 UTC 

[RESEND] LSF/MM/BPF: 2021: Call for Proposals
 2021-05-10 17:42 UTC 

[PATCH] kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2021-05-10 17:16 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION e6f67ebd93efb1234126d4d1e71bc9ec03e600fe
 2021-05-10 16:44 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 1da19d8b4599f155126860d86f397a790efa8581
 2021-05-10 16:43 UTC 

[PATCH] mm: Fix struct page layout on 32-bit systems
 2021-05-10 16:38 UTC  (2+ messages)

[PATCH 0/8] Folio Prequel patches
 2021-05-10 16:29 UTC  (3+ messages)

[PATCH v2] mm: memcontrol: fix root_mem_cgroup charging
 2021-05-10 16:28 UTC  (3+ messages)

LSF/MM/BPF: 2021: Call for Proposals
 2021-05-10 15:52 UTC 

[PATCH] mm: kmalloc_index: remove case when size is more than 32MB
 2021-05-10 15:44 UTC  (12+ messages)
          ` [PATCH v2] mm: kmalloc_index: make compiler break when size is not supported

WARNING: modpost: vmlinux.o(.text.unlikely+0x66b8): Section mismatch in reference from the function disk_unlock_native_capacity() to the variable .init.data:initcall_level_names
 2021-05-10 15:13 UTC 

[PATCH 1/3] mm/util: Add kvmalloc_node_caller
 2021-05-10 15:02 UTC  (3+ messages)
` [PATCH 2/3] mm/vmalloc: Use kvmalloc to allocate the table of pages
` [PATCH 3/3] MAINTAINERS: Add Vlad Rezki as vmalloc maintainer

Profiling execution time for __alloc_pages_nodemask
 2021-05-10 15:01 UTC  (2+ messages)

[PATCH v2 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
 2021-05-10 14:52 UTC  (3+ messages)

[RFC PATCH 0/7] Memory hotplug/hotremove at subsection size
 2021-05-10 14:36 UTC  (5+ messages)

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-10 14:15 UTC  (3+ messages)
` [PATCH v26 23/30] x86/cet/shstk: Handle thread shadow stack

drivers/net/vmxnet3/vmxnet3_drv.c:228:23: sparse: sparse: incorrect type in assignment (different base types)
 2021-05-10 14:06 UTC 

[PATCH v23 0/9] Free some vmemmap pages of HugeTLB page
 2021-05-10 12:19 UTC  (15+ messages)
` [PATCH v23 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v23 2/9] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v23 3/9] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v23 4/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v23 5/9] mm: hugetlb: defer freeing of HugeTLB pages
` [PATCH v23 6/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v23 7/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v23 8/9] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
    ` [External] "
` [PATCH v23 9/9] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate

incoming
 2021-05-10 11:56 UTC  (15+ messages)
` [patch 48/91] kernel/crash_core: add crashkernel=auto for vmcore creation

[PATCH] mm/thp: Make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2
 2021-05-10 11:51 UTC  (6+ messages)

drivers/spi/spi-lp8841-rtc.c:63:28: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-05-10 11:09 UTC 

[PATCH] mm/page-writeback: Fix performance when BDI's share of ratio is 0
 2021-05-10 10:44 UTC  (6+ messages)

[PATCH v2 1/2] mm/vmalloc: Switch to bulk allocator in __vmalloc_area_node()
 2021-05-10 10:33 UTC  (8+ messages)
` [PATCH v2 2/2] mm/vmalloc: Print a warning message first on failure

[RFC] mm/vmscan.c: avoid possible long latency caused by too_many_isolated()
 2021-05-10  9:46 UTC  (5+ messages)

[PATCH 4/4] i915: fix remap_io_sg to verify the pgprot
 2021-05-10  8:58 UTC  (3+ messages)
` [Intel-gfx] "

Migrate (from, to) or (to, from)?
 2021-05-10  8:57 UTC  (2+ messages)

[PATCH v4 0/2] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-05-10  8:31 UTC  (6+ messages)
` [PATCH v4 2/2] mm,hwpoison: send SIGBUS when the page has already been poisoned

[PATCH -next v3 1/2] mm/debug_vm_pgtable: Move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGEPAGE
 2021-05-10  7:24 UTC  (3+ messages)

[PATCH] ksm: Revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()"
 2021-05-10  6:57 UTC  (2+ messages)

[PATCH] mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap
 2021-05-10  5:08 UTC  (2+ messages)

[PATCH] mm/slub: use stackdepot to save stack trace in objects
 2021-05-10  4:46 UTC 

[PATCH] mm/thp: Make ALLOC_SPLIT_PTLOCKS dependent on USE_SPLIT_PTE_PTLOCKS
 2021-05-10  3:46 UTC 

[PATCH v3 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-05-10  3:28 UTC  (8+ messages)

[PATCH] mm/gup: check page posion status for coredump
 2021-05-10  3:13 UTC  (15+ messages)
    ` [PATCH v3] "
        ` [PATCH v5] mm/gup: check page hwposion "
                      ` [PATCH v6] mm/gup: check page hwpoison status for memory recovery failures
                        ` [PATCH v7] "

arm32: panic in move_freepages (Was [PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid())
 2021-05-10  3:10 UTC  (17+ messages)

[PATCH V2 RESEND] mm: Define default value for FIRST_USER_ADDRESS
 2021-05-10  3:02 UTC 

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-05-10  2:20 UTC  (14+ messages)

[PATCH v4] mm/compaction: let proactive compaction order configurable
 2021-05-10  2:10 UTC  (3+ messages)
  ` 答复: "

[PATCH v2] nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc
 2021-05-10  1:49 UTC 

[PATCH v11 0/9] Count rlimits in each user namespace
 2021-05-10  1:12 UTC  (2+ messages)

incoming
 2021-05-09 19:40 UTC  (4+ messages)
` [patch 041/178] mm: provide filemap_range_needs_writeback() helper

[PATCH RFC 0/9] PKS write protected page tables
 2021-05-09  9:39 UTC  (10+ messages)
` [PATCH RFC 3/9] x86/mm/cpa: Add grouped page allocations
` [PATCH RFC 5/9] x86, mm: Use cache of page tables

[PATCH v2] mm: fix typos and grammar error in comments
 2021-05-09  6:34 UTC 

[PATCH] mm: fix typos in comments
 2021-05-09  6:26 UTC 

[PATCH v3 0/2] secretmem: optimize page_is_secretmem()
 2021-05-08 17:51 UTC  (4+ messages)
` [PATCH v3 2/2] "

You have been added to Web Expert pro 72
 2021-05-08 17:34 UTC 

[PATCH] mm: page-writeback: Kill get_writeback_state() comments
 2021-05-08 12:50 UTC 

kernel BUG at include/linux/swapops.h:LINE!
 2021-05-08 11:24 UTC  (2+ messages)
` [syzbot] "

[RFC PATCH] mm/page_alloc: fix counting of free pages after take off from buddy
 2021-05-08  3:55 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/3] mm/gup: Fix pin page write cache bouncing on has_pinned
 2021-05-08  1:12 UTC  (5+ messages)
` [PATCH v2 1/3] mm/gup_benchmark: Support threading
` [PATCH v2 2/3] mm: gup: allow FOLL_PIN to scale in SMP
` [PATCH v2 3/3] mm: gup: pack has_pinned in MMF_HAS_PINNED

resv_huge_page underflow with userfaultfd test
 2021-05-07 21:21 UTC 

[linux-next:master] BUILD REGRESSION 869a85b925fc844482787930b30c26d08c642672
 2021-05-07 21:07 UTC 

Looking for side kernel work
 2021-05-07 19:16 UTC  (2+ messages)

[PATCH v4 0/3] mm: memcg/slab: Fix objcg pointer array handling problem
 2021-05-07 18:45 UTC  (4+ messages)
` [PATCH v4 2/3] mm: memcg/slab: Create a new set of kmalloc-cg-<n> caches

[clocksource] 8e614d5b58: WARNING:at_kernel/time/clocksource-wdtest.c:#wdtest_func.cold
 2021-05-07 17:12 UTC  (3+ messages)

[PATCH 0/6] mm/uffd: Misc fix for uffd-wp and one more test
 2021-05-07 16:05 UTC  (2+ messages)

[PATCH 0/3] mm/gup: Fix pin page write cache bouncing on has_pinned
 2021-05-07 14:34 UTC  (12+ messages)
` [PATCH 1/3] mm/gup_benchmark: Support threading
` [PATCH 2/3] mm: gup: allow FOLL_PIN to scale in SMP
` [PATCH 3/3] mm: gup: pack has_pinned in MMF_HAS_PINNED

[PATCH v2] kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2021-05-07 13:42 UTC  (3+ messages)

[PATCH v5] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-05-07 11:48 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS f2b8e46e5bad2b18fa310e0d44223331d4a82dee
 2021-05-07 10:57 UTC 

[PATCH] mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing array
 2021-05-07 10:26 UTC  (2+ messages)

[PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
 2021-05-07  7:14 UTC  (9+ messages)
` 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-05-07  6:14 UTC  (5+ messages)

[PATCH 0/9] Shrink the list lru size on memory cgroup removal
 2021-05-07  5:45 UTC  (9+ messages)
      ` [External] "

arch/openrisc/mm/init.c:125:10: warning: Uninitialized variable: region [uninitvar]
 2021-05-07  5:45 UTC 

[PATCH] mm: append __GFP_COMP flag for trace_malloc
 2021-05-07  5:41 UTC  (10+ 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).