linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-27 16:13:53 to 2021-04-28 15:37:39 UTC [more...]

[PATCH 00/94] Introducing the Maple Tree
 2021-04-28 15:36 UTC  (37+ messages)
` [PATCH 01/94] mm: Add vma_lookup()
` [PATCH 03/94] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma_intersection()
` [PATCH 04/94] arch/arm64/kvm: Use "
` [PATCH 05/94] arch/powerpc/kvm/book3s_hv_uvmem: "
` [PATCH 06/94] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma()
` [PATCH 08/94] x86/sgx: Use vma_lookup() in sgx_encl_find()
` [PATCH 09/94] virt/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 10/94] vfio: "
` [PATCH 12/94] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [PATCH 11/94] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive()
` [PATCH 15/94] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe()
` [PATCH 14/94] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma()
` [PATCH 13/94] media: videobuf2: Use vma_lookup() in get_vaddr_frames()
` [PATCH 18/94] mm/migrate: Use vma_lookup() in do_pages_stat_array()
` [PATCH 17/94] mm/ksm: Use vma_lookup() in find_mergeable_vma()
` [PATCH 19/94] mm/mremap: Use vma_lookup() in vma_to_resize()
` [PATCH 20/94] mm/memory.c: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 21/94] radix tree test suite: Enhancements for Maple Tree
` [PATCH 23/94] radix tree test suite: Add support for kmem_cache_free_bulk
` [PATCH 22/94] radix tree test suite: Add support for fallthrough attribute
` [PATCH 24/94] radix tree test suite: Add keme_cache_alloc_bulk() support
` [PATCH 25/94] radix tree test suite: Add __must_be_array() support
` [PATCH 26/94] Maple Tree: Add new data structure
` [PATCH 28/94] mm/mmap: Introduce unlock_range() for code cleanup
` [PATCH 27/94] mm: Start tracking VMAs with maple tree
` [PATCH 30/94] mm/mmap: Change find_vma_prev() to use "
` [PATCH 29/94] mm/mmap: Change find_vma() to use the "
` [PATCH 32/94] kernel/fork: Convert dup_mmap to use "
` [PATCH 31/94] mm/mmap: Change unmapped_area and unmapped_area_topdown "
` [PATCH 35/94] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup()
` [PATCH 34/94] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush()
` [PATCH 36/94] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH 40/94] mm/mmap: Change vm_brk_flags() to use mm_populate_vma()
` [PATCH 43/94] mm/mmap: Drop munmap_vma_range()
` [PATCH 42/94] mm/mmap: Change mmap_region() to use maple tree state
` [PATCH 45/94] mm/mmap: Change __do_munmap() to avoid unnecessary lookups

[PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-28 15:33 UTC  (15+ messages)
` [PATCH v26 1/9] x86/cet/ibt: Add Kconfig option for "
` [PATCH v26 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v26 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v26 4/9] x86/cet/ibt: Update ELF header parsing "
` [PATCH v26 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v26 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v26 7/9] x86/vdso: Introduce ENDBR macro
` [PATCH v26 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v26 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-04-28 15:32 UTC  (3+ messages)

[RFC PATCH 13/37] mm: implement speculative handling in __handle_mm_fault()
 2021-04-28 15:13 UTC  (4+ messages)

[PATCH v5 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-28 15:11 UTC  (17+ messages)
` [PATCH v5 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v5 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v5 03/10] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH v5 04/10] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v5 05/10] userfaultfd/shmem: advertise shmem minor fault support
` [PATCH v5 06/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte()
` [PATCH v5 07/10] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v5 08/10] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v5 09/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v5 10/10] userfaultfd/selftests: exercise minor fault handling shmem support

[PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
 2021-04-28 15:09 UTC  (8+ messages)
` 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression

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

[RFC PATCH] mm/page_alloc: fix counting of free pages after take off from buddy
 2021-04-28 14:54 UTC  (2+ messages)

Is there a different memory allocation path other than the buddy allocator?
 2021-04-28 14:44 UTC  (2+ messages)

[PATCH] mm, compaction: avoid isolating pinned tmpfs pages
 2021-04-28 14:06 UTC  (2+ messages)

[ext4] 21175ca434: mdadm-selftests.enchmarks/mdadm-selftests/tests/01r1fail.fail
 2021-04-28 14:03 UTC  (2+ messages)

[PATCH] mm: remove argument from mem_init_print_info()
 2021-04-28 12:41 UTC  (3+ messages)

[PATCH v21 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-28 12:26 UTC  (3+ messages)
  ` [External] "

[linux-next:pending-fixes] BUILD SUCCESS 76619f2c150abe97edd7158920bfcb2e8fdfca39
 2021-04-28 11:50 UTC 

[RFC] mm: support multi_freearea to the reduction of external fragmentation
 2021-04-28 10:53 UTC  (10+ messages)
    `  "

Maintainers / Kernel Summit 2021 planning kick-off
 2021-04-28 10:29 UTC  (2+ messages)

[PATCH v13 00/14] huge vmalloc mappings
 2021-04-28  8:34 UTC  (4+ messages)
` [PATCH v13 06/14] mm: HUGE_VMAP arch support cleanup

[PATCH 0/9] Shrink the list lru size on memory cgroup removal
 2021-04-28  9:49 UTC  (9+ messages)
` [PATCH 1/9] mm: list_lru: fix list_lru_count_one() return value
` [PATCH 2/9] mm: memcontrol: remove kmemcg_id reparenting
` [PATCH 3/9] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH 4/9] mm: memcontrol: remove the kmem states
` [PATCH 5/9] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH 6/9] mm: list_lru: support for shrinking list lru
` [PATCH 7/9] ida: introduce ida_max() to return the maximum allocated ID
` [PATCH 9/9] mm: memcontrol: rename memcg_{get,put}_cache_ids to memcg_list_lru_resize_{lock,unlock}

[PATCH] mm: hugetlb: fix a race between memory-failure/soft_offline and gather_surplus_pages
 2021-04-28  9:18 UTC  (4+ messages)
` [PATCH] mm,hwpoison: fix race with compound page allocation

[PATCH 0/5] Cleanup and fixup for huge_memory
 2021-04-28  8:32 UTC  (15+ messages)
` [PATCH 1/5] mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
` [PATCH 2/5] mm/huge_memory.c: use page->deferred_list
` [PATCH 3/5] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
` [PATCH 5/5] mm/huge_memory.c: don't discard hugepage if other processes are mapping it

[PATCH] riscv: Remove 32b kernel mapping from page table dump
 2021-04-28  7:26 UTC  (3+ messages)

[PATCH 0/3] cgroup2: introduce cpuset.mems.migration
 2021-04-28  7:24 UTC  (4+ messages)
` [PATCH 2/3] cgroup/cpuset: "

[PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-28  5:59 UTC  (11+ messages)
      ` arm32: panic in move_freepages (Was [PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid())

[PATCH v4] mm/compaction: let proactive compaction order configurable
 2021-04-28  2:28 UTC 

[PATCH v8] RISC-V: enable XIP
 2021-04-28  3:35 UTC  (3+ messages)

[PATCH] mm: append __GFP_COMP flag for trace_malloc
 2021-04-28  3:05 UTC  (8+ messages)

[PATCH v3] mm/compaction:let proactive compaction order configurable
 2021-04-28  1:38 UTC  (7+ messages)
  ` 答复: "
      ` 答复: "

[PATCH v2 00/24] userfaultfd-wp: Support shmem and hugetlbfs
 2021-04-28  0:07 UTC  (17+ messages)
` [PATCH v2 05/24] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler
` [PATCH v2 12/24] shmem/userfaultfd: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v2 13/24] shmem/userfaultfd: Handle the left-overed special swap ptes
` [PATCH v2 14/24] shmem/userfaultfd: Pass over uffd-wp special swap pte when fork()
` [PATCH v2 15/24] mm/hugetlb: Drop __unmap_hugepage_range definition from hugetlb.h
` [PATCH v2 16/24] hugetlb/userfaultfd: Hook page faults for uffd write protection
` [PATCH v2 17/24] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v2 18/24] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH v2 19/24] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH v2 20/24] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH v2 21/24] hugetlb/userfaultfd: Allow wr-protect none ptes
` [PATCH v2 22/24] hugetlb/userfaultfd: Only drop uffd-wp special pte if required
` [PATCH v2 23/24] mm/userfaultfd: Enable write protection for shmem & hugetlbfs
` [PATCH v2 24/24] userfaultfd/selftests: Enable uffd-wp for shmem/hugetlbfs

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-27 23:01 UTC  (18+ messages)
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma
  ` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
  ` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg

[linux-next:pending-fixes] BUILD SUCCESS e27839dcc50b7755388b11977f6640eeef9ed69c
 2021-04-27 21:27 UTC 

[linux-next:master] BUILD REGRESSION c83540783e906ba43421bfcfd22d678fef4178d5
 2021-04-27 21:19 UTC 

[PATCH v4 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-27 20:59 UTC  (13+ messages)
` [PATCH v4 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v4 04/10] userfaultfd/shmem: support minor fault registration "

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-27 20:43 UTC  (31+ messages)
` [PATCH v26 01/30] Documentation/x86: Add CET description
` [PATCH v26 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v26 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v26 04/30] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v26 05/30] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v26 06/30] x86/cet: Add control-protection fault handler
` [PATCH v26 07/30] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v26 08/30] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v26 09/30] x86/mm: Introduce _PAGE_COW
` [PATCH v26 10/30] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v26 11/30] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v26 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v26 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v26 14/30] x86/mm: Shadow Stack page fault error checking
` [PATCH v26 15/30] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v26 16/30] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v26 17/30] mm: Add guard pages around a shadow stack
` [PATCH v26 18/30] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v26 19/30] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v26 20/30] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v26 21/30] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v26 22/30] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v26 23/30] x86/cet/shstk: Handle thread shadow stack
` [PATCH v26 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v26 26/30] ELF: Introduce arch_setup_elf_property()
` [PATCH v26 27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v26 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v26 29/30] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v26 30/30] mm: Introduce PROT_SHADOW_STACK for shadow stack

[GIT PULL] Network fs helper library & fscache kiocb API
 2021-04-27 20:37 UTC  (5+ messages)
` [GIT PULL] afs: Preparation for fscache overhaul

Sealed memfd & no-fault mmap
 2021-04-27 16:51 UTC  (2+ messages)

[linux-next:master 14988/15288] arch/riscv/kernel/setup.c:284:32: error: implicit declaration of function 'XIP_FIXUP'
 2021-04-27 16:42 UTC 


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