linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-08 21:45:37 to 2021-04-09 20:27:16 UTC [more...]

incoming
 2021-04-09 20:27 UTC  (6+ messages)
` [patch 01/16] MAINTAINERS: update CZ.NIC's Turris information
` [patch 02/16] treewide: change my e-mail address, fix my name
` [patch 03/16] mailmap: update email address for Jordan Crouse
` [patch 04/16] .mailmap: fix old email addresses
` [patch 05/16] kasan: fix hwasan build for gcc

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-09 20:10 UTC  (26+ messages)
` [PATCH 01/10] mm/numa: node demotion data structure and lookup
` [PATCH 02/10] mm/numa: automatically generate node migration order
` [PATCH 03/10] mm/migrate: update node demotion order during on hotplug events
` [PATCH 04/10] mm/migrate: make migrate_pages() return nr_succeeded
` [PATCH 07/10] mm/vmscan: add helper for querying ability to age anonymous pages

Inaccessible pages & folios
 2021-04-09 19:40 UTC 

[PATCH v7 00/28] Memory Folios
 2021-04-09 18:51 UTC  (12+ messages)
` [PATCH v7 01/28] mm: Optimise nth_page for contiguous memmap
` [PATCH v7 04/28] mm/vmstat: Add functions to account folio statistics
` [PATCH v7 05/28] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v7 07/28] mm: Add put_folio
` [PATCH v7 08/28] mm: Add get_folio
` [PATCH v7 11/28] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v7 12/28] mm/filemap: Add folio_next_index
` [PATCH v7 15/28] mm: Add folio_mapcount
` [PATCH v7 16/28] mm/memcg: Add folio wrappers for various functions
` [PATCH v7 25/28] mm/writeback: Add wait_for_stable_folio
` [PATCH v7 27/28] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit

[PATCH] mm/memory_hotplug: Make unpopulated zones PCP structures unreachable during hot remove
 2021-04-09 19:05 UTC  (7+ messages)

[PATCH 0/11 v2] Use local_lock for pcp protection and reduce stat overhead
 2021-04-09 18:55 UTC  (9+ messages)
` [PATCH 02/11] mm/page_alloc: Convert per-cpu list protection to local_lock

[RFC PATCH v2 00/18] Use obj_cgroup APIs to charge the LRU pages
 2021-04-09 18:31 UTC  (13+ messages)
` [RFC PATCH v2 01/18] mm: memcontrol: fix page charging in page replacement
` [RFC PATCH v2 02/18] mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
` [RFC PATCH v2 05/18] mm: memcontrol: simplify the logic of objcg pinning memcg
` [RFC PATCH v2 07/18] mm: memcontrol: introduce compact_lock_page_lruvec_irqsave
` [RFC PATCH v2 09/18] mm: vmscan: remove noinline_for_stack
` [RFC PATCH v2 10/18] mm: vmscan: rework move_pages_to_lru()
` [RFC PATCH v2 12/18] mm: thp: make deferred split queue lock safe when the LRU pages reparented
` [RFC PATCH v2 14/18] mm: memcontrol: introduce memcg_reparent_ops
  ` [RFC PATCH v2 04/18] mm: memcontrol: simplify lruvec_holds_page_lru_lock
  ` [RFC PATCH v2 06/18] mm: memcontrol: move the objcg infrastructure out of CONFIG_MEMCG_KMEM

[PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2
 2021-04-09 18:11 UTC  (22+ messages)
` [PATCH v6 00/30] Network fs helper library & fscache kiocb API
  ` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY
      ` [RFC PATCH 1/2] iov_iter: Remove iov_iter_for_each_range()
      ` [RFC PATCH 2/2] iov_iter: Drop the X argument from iterate_all_kinds() and use B instead
      ` [RFC][PATCH] mm: Split page_has_private() in two to better handle PG_private_2
          ` [RFC PATCH 1/3] Make the generic bitops return bool
          ` [RFC PATCH 2/3] mm: Return bool from pagebit test functions
          ` [RFC PATCH 3/3] mm: Split page_has_private() in two to better handle PG_private_2

[PATCH 0/5] close various race windows for swap
 2021-04-09 17:17 UTC  (9+ messages)
` [PATCH 4/5] mm/swap_state: fix potential faulted in race in swap_ra_info()
  ` [PATCH 2/5] swap: fix do_swap_page() race with swapoff

[PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
 2021-04-09 17:14 UTC  (24+ messages)
` [PATCH v24 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v24 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v24 14/30] x86/mm: Shadow Stack page fault error checking
` [PATCH v24 15/30] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v24 16/30] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v24 17/30] mm: Add guard pages around a shadow stack
` [PATCH v24 18/30] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v24 19/30] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v24 20/30] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v24 22/30] x86/cet/shstk: Add user-mode shadow stack support

[PATCH 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-09 17:03 UTC  (13+ messages)
` [PATCH 1/9] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH 2/9] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH 3/9] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH 5/9] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH 6/9] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH 7/9] userfaultfd/selftests: reinitialize test context in each test
` [PATCH 8/9] userfaultfd/selftests: exercise minor fault handling shmem support
` [PATCH 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes

[PATCH v2] mm/mapping_dirty_helpers: Guard hugepage pud's usage
 2021-04-09 16:51 UTC 

memcg: performance degradation since v5.9
 2021-04-09 16:50 UTC  (6+ messages)

[PATCH] mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap
 2021-04-09 16:21 UTC 

[linux-next:master 10806/11648] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_debugfs.c:3015:53: warning: address of 'aconnector->mst_port->mst_mgr' will always evaluate to 'true'
 2021-04-09 15:06 UTC 

[PATCH v7] RISC-V: enable XIP
 2021-04-09 14:42 UTC  (13+ messages)

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-09 14:37 UTC  (11+ messages)
` [RFCv1 2/7] x86/kvm: Introduce KVM memory protection feature
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

unexpected -ENOMEM from percpu_counter_init()
 2021-04-09 13:56 UTC  (15+ messages)

[PATCH v3] drivers: introduce and use WANT_DMA_CMA for soft dependencies on DMA_CMA
 2021-04-09 13:39 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD SUCCESS de1080234c7ceb90245dd38e6ecc59117375e87c
 2021-04-09 12:09 UTC 

[PATCH v3 0/9] Speedup mremap on ppc64
 2021-04-09 11:59 UTC  (9+ messages)
` [PATCH v3 4/9] powerpc/mm/book3s64: Fix possible build error
` [PATCH v3 5/9] powerpc/mm/book3s64: Update tlb flush routines to take a page walk cache flush argument
` [PATCH v3 8/9] mm/mremap: Allow arch runtime override

[linux-next:master 7722/11059] sound/core/control_led.c:58:12: warning: stack frame size of 1040 bytes in function 'snd_ctl_led_get'
 2021-04-09 11:44 UTC 

[PATCH 1/2] mm/vmscan: add sync_shrinkers function
 2021-04-09 11:04 UTC  (4+ messages)
` [PATCH 2/2] drm/ttm: optimize the pool shrinker a bit

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-09 10:20 UTC  (8+ messages)
` [PATCH v4 18/20] x86: Convert to GENERIC_CMDLINE
` [PATCH v4 19/20] mips: "

unexpected -ENOMEM from percpu_counter_init()
 2021-04-09  9:52 UTC  (3+ messages)

[PATCH] mm: gup: remove FOLL_SPLIT
 2021-04-09  8:44 UTC  (4+ messages)
    ` [kbuild-all] "

[PATCH] mm/page_alloc: Ensure that HUGETLB_PAGE_ORDER is less than MAX_ORDER
 2021-04-09  8:37 UTC  (3+ messages)

[linux-next:master 6049/11059] drivers/net/ethernet/mediatek/mtk_ppe_offload.c:89:19: sparse: sparse: cast to restricted __be32
 2021-04-09  8:28 UTC 

[kbuild] [linux-next:master 317/9190] drivers/gpu/drm/i915/display/intel_psr.c:1517:30: warning: Redundant condition: intel_dp->psr.enabled. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
 2021-04-09  8:29 UTC 

[PATCH v6 4/8] mm,memory_hotplug: Allocate memmap from the added memory range
 2021-04-09  8:10 UTC  (5+ messages)

[PATCH v1 0/2] drivers: don't select DMA_CMA or CMA
 2021-04-09  8:09 UTC  (15+ messages)
` [PATCH v1 2/2] drivers/gpu/drm: don't select DMA_CMA or CMA from aspeed or etnaviv

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-09  7:54 UTC  (8+ messages)

[linux-next:master 10309/11059] drivers/iommu/fsl_pamu_domain.c:129:5: warning: variable 'i' is uninitialized when used here
 2021-04-09  7:52 UTC 

[PATCH] mm/mapping_dirty_helpers: Guard hugepage pud's usage
 2021-04-09  7:43 UTC  (2+ messages)

[linux-next:master 6048/11059] drivers/net/ethernet/mediatek/mtk_ppe_debugfs.c:60:27: sparse: sparse: incorrect type in assignment (different base types)
 2021-04-09  7:36 UTC 

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-09  7:24 UTC  (6+ messages)

[PATCH 0/4] Cleanup and fixup for hugetlb
 2021-04-09  7:07 UTC  (25+ messages)
` [PATCH 2/4] mm/hugeltb: simplify the return code of __vma_reservation_common()
` [PATCH 3/4] mm/hugeltb: fix potential wrong gbl_reserve value for hugetlb_acct_memory()
` [PATCH 4/4] mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-04-09  6:49 UTC  (4+ messages)

[PATCH v4 0/3] Move kernel mapping outside the linear mapping
 2021-04-09  6:15 UTC  (3+ messages)
` [PATCH v4 2/3] Documentation: riscv: Add documentation that describes the VM layout
` [PATCH v4 3/3] riscv: Prepare ptdump for vm layout dynamic addresses

[PATCH] mm/filemap: Update stale comment
 2021-04-09  6:04 UTC 

[PATCH v4 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-09  5:05 UTC  (4+ messages)

[PATCH -next v2 1/2] mm/debug_vm_pgtable: Move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGEPAGE
 2021-04-09  4:05 UTC  (4+ messages)
` [PATCH -next v2 2/2] mm/debug_vm_pgtable: Remove redundant pfn_{pmd/pte}() and fix one comment mistake

[PATCH v5] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-09  3:08 UTC  (4+ messages)

[linux-next:master 10757/11059] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_debugfs.c:3015:53: warning: address of 'aconnector->mst_port->mst_mgr' will always evaluate to 'true'
 2021-04-09  1:38 UTC 

[linux-next:master] BUILD REGRESSION 6145d80cfc62e3ed8f16ff584d6287e6d88b82b9
 2021-04-09  0:48 UTC 

[RFC bpf-next 0/1] bpf: Add page cache iterator
 2021-04-09  0:24 UTC  (4+ messages)
  ` [RFC bpf-next 1/1] bpf: Introduce iter_pagecache


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