linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-01 16:58:45 to 2021-02-02 13:32:18 UTC [more...]

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-02 13:32 UTC  (15+ messages)
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation

[PATCH RESEND v3 net-next 0/5] net: consolidate page_is_pfmemalloc() usage
 2021-02-02 13:31 UTC  (6+ messages)
` [PATCH RESEND v3 net-next 1/5] mm: constify page_is_pfmemalloc() argument
` [PATCH RESEND v3 net-next 2/5] skbuff: constify skb_propagate_pfmemalloc() "page" argument
` [PATCH RESEND v3 net-next 3/5] net: introduce common dev_page_is_reusable()
` [PATCH RESEND v3 net-next 4/5] net: use the new dev_page_is_reusable() instead of private versions
` [PATCH RESEND v3 net-next 5/5] net: page_pool: simplify page recycling condition tests

[PATCH 0/2] Cleanup and fixups for vmemmap handling
 2021-02-02 13:29 UTC  (4+ messages)
` [PATCH 1/2] x86/vmemmap: Remove !PAGE_ALIGNED case in remove_pte_table
` [PATCH 2/2] x86/vmemmap: Handle unpopulated sub-pmd ranges

[PATCH v2 0/3] mm, vsprintf: dump full information of page flags in pGp
 2021-02-02 13:25 UTC  (9+ messages)
` [PATCH v2 3/3] "

[linux-next:master 4548/6048] COPYING CREDITS Documentation Kbuild Kconfig LICENSES MAINTAINERS Makefile README arch block certs crypto drivers fs include init ipc kernel lib mm net samples scripts security sound tools usr virt No rule to make target 'modules_prepare'
 2021-02-02 13:21 UTC 

AMD SEV-SNP/Intel TDX: validation of memory pages
 2021-02-02 13:17 UTC  (2+ messages)

[PATCH v3 net-next 0/5] net: consolidate page_is_pfmemalloc() usage
 2021-02-02 13:13 UTC  (2+ messages)

[PATCH V2 0/2] arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
 2021-02-02 12:56 UTC  (9+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] arm64/mm: Reorganize pfn_valid()

[PATCH] mm: page_alloc: update the COMPACT[STALL|FAIL] events properly
 2021-02-02 12:49 UTC  (3+ messages)

[linux-next:master 4894/6048] sound/soc/soc-topology-test.c:128:25: sparse: sparse: incorrect type in initializer (different base types)
 2021-02-02 12:48 UTC 

[PATCH RESEND v2 00/10] fsdax: introduce fs query to support reflink
 2021-02-02 12:48 UTC  (6+ messages)
` [PATCH RESEND v2 08/10] md: Implement ->corrupted_range()
` [PATCH RESEND v2 09/10] xfs: Implement ->corrupted_range() for XFS

[PATCH net-next v2 0/4] net: Avoid the memory waste in some Ethernet drivers
 2021-02-02 12:31 UTC  (5+ messages)
` [PATCH net-next v2 1/4] mm: page_frag: Introduce page_frag_alloc_align()

[PATCH v23 10/15] mm/damon/dbgfs: Support multiple contexts
 2021-02-02 12:27 UTC  (2+ messages)

[PATCH] zsmalloc: account the number of compacted pages correctly
 2021-02-02 12:22 UTC 

[PATCH v2] mm/hugetlb: remove redundant check in preparing and destroying gigantic page
 2021-02-02 12:19 UTC  (2+ messages)

Augmented Page Reclaim
 2021-02-02 12:17 UTC  (2+ messages)

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

[RFC][PATCH 00/13] [v5] Migrate Pages in lieu of discard
 2021-02-02 11:55 UTC  (12+ messages)
` [RFC][PATCH 04/13] mm/numa: node demotion data structure and lookup
` [RFC][PATCH 05/13] mm/numa: automatically generate node migration order
` [RFC][PATCH 06/13] mm/migrate: update migration order during on hotplug events
` [RFC][PATCH 08/13] mm/migrate: demote pages during reclaim

[RFC 00/20] TLB batching consolidation and enhancements
 2021-02-02 11:04 UTC  (22+ messages)
` [RFC 01/20] mm/tlb: fix fullmm semantics
` [RFC 11/20] mm/tlb: remove arch-specific tlb_start/end_vma()
` [RFC 13/20] mm/tlb: introduce tlb_start_ptes() and tlb_end_ptes()
` [RFC 15/20] mm: detect deferred TLB flushes in vma granularity

[PATCH v4] x86/mce: Avoid infinite loop for copy from user recovery
 2021-02-02 11:01 UTC  (12+ messages)
          ` [PATCH v5] "

[RFC PATCH 1/6] selftest/mremap_test: Update the test to handle pagesize other than 4K
 2021-02-02 10:47 UTC  (7+ messages)
` [RFC PATCH 2/6] selftest/mremap_test: Avoid crash with static build
` [RFC PATCH 3/6] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [RFC PATCH 4/6] mm/mremap: Use mmu gather interface instead of flush_tlb_range
` [RFC PATCH 5/6] mm/mremap: Allow arch runtime override
` [RFC PATCH 6/6] powerpc/mm: Enable move pmd/pud

[PATCH 00/12] kasan: optimizations and fixes for HW_TAGS
 2021-02-02 10:46 UTC  (15+ messages)
` [PATCH 01/12] kasan, mm: don't save alloc stacks twice
` [PATCH 02/12] kasan, mm: optimize kmalloc poisoning
` [PATCH 03/12] kasan: optimize large "
` [PATCH 04/12] kasan: clean up setting free info in kasan_slab_free
` [PATCH 05/12] kasan: unify large kfree checks
` [PATCH 06/12] kasan: rework krealloc tests
` [PATCH 07/12] kasan, mm: remove krealloc side-effect
` [PATCH 08/12] kasan, mm: optimize krealloc poisoning
` [PATCH 09/12] kasan: ensure poisoning size alignment
` [PATCH 10/12] arm64: kasan: simplify and inline MTE functions
` [PATCH 11/12] kasan: always inline HW_TAGS helper functions
` [PATCH 12/12] arm64: kasan: export MTE symbols for KASAN tests

[PATCH v3 1/1] process_madvise.2: Add process_madvise man page
 2021-02-02 10:45 UTC  (2+ messages)

[PATCH v23 07/15] mm/damon: Implement a debugfs-based user space interface
 2021-02-02 10:29 UTC 

[PATCH v11 00/13] huge vmalloc mappings
 2021-02-02 10:22 UTC  (4+ messages)
` [PATCH v11 01/13] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page

[PATCH] mm/hugetlb: remove a meaningless if statement in gigantic page initialization
 2021-02-02 10:19 UTC  (3+ messages)

[PATCH] mm/swap_slots.c: remove redundant NULL check
 2021-02-02 10:12 UTC  (2+ messages)

[PATCH] mm/memcontrol: remove redundant NULL check
 2021-02-02 10:12 UTC  (2+ messages)

[PATCH] mm/slub: embed __slab_alloc to its caller
 2021-02-02 10:11 UTC  (2+ messages)

[PATCH v23 00/15] Introduce Data Access MONitor (DAMON)
 2021-02-02 10:00 UTC  (10+ messages)
` [PATCH v23 02/15] mm/damon/core: Implement region-based sampling
` [PATCH v23 03/15] mm/damon: Adaptively adjust regions
` [PATCH v23 07/15] mm/damon: Implement a debugfs-based user space interface

[PATCH] mm/hugetlb.c: Fix typos in comments
 2021-02-02  9:42 UTC  (2+ messages)

mm/hugetlb.c: Fix typos in comments
 2021-02-02  8:46 UTC  (3+ messages)
  `  "

[PATCH] mm/hugetlb.c: Fix typos in comments
 2021-02-02  8:55 UTC 

[PATCH v2] x86/vmemmap: Handle unpopulated sub-pmd ranges
 2021-02-02  8:51 UTC  (5+ messages)

mm/hugetlb.c: Fix typos in comments
 2021-02-02  8:42 UTC 

mm/hugetlb.c: Fix typos in comments
 2021-02-02  8:39 UTC 

[RFC] Invalidate BH LRU during page migration
 2021-02-02  6:55 UTC  (2+ messages)
` [PATCH] [RFC] mm: fs: "

[PATCH v2] x86/fault: Send a SIGBUS to user process always for hwpoison page access
 2021-02-02  6:42 UTC  (5+ messages)

mmotm 2021-02-01-19-29 uploaded
 2021-02-02  6:18 UTC  (2+ messages)
` mmotm 2021-02-01-19-29 uploaded (maybe CONFIG_SPARSEMEM?)

[PATCH v2 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-02-02  5:34 UTC  (10+ messages)

[PATCH v9 08/14] mm/gup: do not migrate zero page
 2021-02-02  4:05 UTC  (3+ messages)

[RFC PATCH v2] uacce: Add uacce_ctrl misc device
 2021-02-02  3:47 UTC  (12+ messages)

[PATCH v2 1/1] process_madvise.2: Add process_madvise man page
 2021-02-02  3:00 UTC  (3+ messages)

[PATCH] mm: Remove ctor argument from kmem_cache_flags
 2021-02-02  2:41 UTC  (2+ messages)

[PATCH] mm/page_io: Use pr_alert_ratelimited for swap read/write errors
 2021-02-02  2:15 UTC  (3+ messages)

[PATCH] mm: simplify the VM_BUG_ON condition in pmdp_huge_clear_flush()
 2021-02-02  2:09 UTC  (3+ messages)

[PATCH] mm/swap_state: Constify static struct attribute_group
 2021-02-02  1:35 UTC  (4+ messages)

[PATCH] mm/huge_memory.c: use helper range_in_vma() in __split_huge_p[u|m]d_locked()
 2021-02-02  1:33 UTC  (3+ messages)

[PATCH] MIPS: fix kernel_stack_pointer()
 2021-02-02  1:32 UTC  (3+ messages)

[PATCH] hugetlbfs: show pagesize in unit of GB if possible
 2021-02-02  1:26 UTC  (5+ messages)

[Bug 211287] New: Softdirty bit does not work with hugetlb
 2021-02-02  1:02 UTC  (4+ messages)

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-02-02  0:05 UTC  (13+ messages)
` [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each "
                ` [External] "

[PATCH v3 0/9] userfaultfd: add minor fault handling
 2021-02-01 23:42 UTC  (20+ messages)
` [PATCH v3 2/9] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
` [PATCH v3 3/9] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
` [PATCH v3 4/9] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp
` [PATCH v3 5/9] userfaultfd: add minor fault registration mode
` [PATCH v3 7/9] userfaultfd: add UFFDIO_CONTINUE ioctl
` [PATCH v3 8/9] userfaultfd: update documentation to describe minor fault handling
` [PATCH v3 9/9] userfaultfd/selftests: add test exercising "

[PATCH v4 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-02-01 23:22 UTC  (6+ messages)
` [PATCH v4 1/2] x86/setup: always add the beginning of RAM as memblock.memory

[PATCH v18 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-01 23:14 UTC  (13+ messages)
` [PATCH v18 05/25] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
  ` [NEEDS-REVIEW] "
` [PATCH v18 21/25] x86/cet/shstk: Handle signals for shadow stack

[PATCH v3 1/9] hugetlb: Pass vma into huge_pte_alloc()
 2021-02-01 22:16 UTC  (5+ messages)
` [PATCH v4 "

[PATCH v2 0/2] drivers/base/memory: clarify some memory block properties
 2021-02-01 20:23 UTC  (5+ messages)
` [PATCH v2 1/2] drivers/base/memory: don't store phys_device in memory blocks
` [PATCH v2 2/2] Documentation: sysfs/memory: clarify some memory block device properties

[PATCH v11 0/6] arm64: MMU enabled kexec relocation
 2021-02-01 19:59 UTC  (3+ messages)

Very slow unlockall()
 2021-02-01 19:19 UTC  (7+ messages)

[PATCH] mm: introduce sysctl file to flush per-cpu vmstat statistics
 2021-02-01 18:20 UTC  (11+ messages)
  ` [EXT] "
    ` [RFC] tentative prctl task isolation interface

[v5 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-02-01 17:09 UTC  (7+ messages)
` [v5 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred


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