linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-23 10:31:12 to 2020-10-26 13:29:21 UTC [more...]

[RFCv2 00/16] KVM protected memory extension
 2020-10-26 13:28 UTC  (21+ messages)
` [RFCv2 08/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory
` [RFCv2 14/16] KVM: Handle protected memory in __kvm_map_gfn()/__kvm_unmap_gfn()
` [RFCv2 15/16] KVM: Unmap protected pages from direct mapping

kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
 2020-10-26 13:13 UTC  (3+ messages)

[PATCH v3 00/12] Overhaul multi-page lookups for THP
 2020-10-26 12:17 UTC  (16+ messages)
` [PATCH v3 01/12] mm: Make pagecache tagged lookups return only head pages
` [PATCH v3 02/12] mm/shmem: Use pagevec_lookup in shmem_unlock_mapping
` [PATCH v3 03/12] mm/filemap: Add helper for finding pages
` [PATCH v3 04/12] mm/filemap: Add mapping_seek_hole_data
` [PATCH v3 05/12] mm: Add and use find_lock_entries
` [PATCH v3 06/12] mm: Add an 'end' parameter to find_get_entries
` [PATCH v3 07/12] mm: Add an 'end' parameter to pagevec_lookup_entries
` [PATCH v3 08/12] mm: Remove nr_entries parameter from pagevec_lookup_entries
` [PATCH v3 09/12] mm: Pass pvec directly to find_get_entries
` [PATCH v3 10/12] mm: Remove pagevec_lookup_entries
` [PATCH v3 11/12] mm/truncate,shmem: Handle truncates that split THPs
` [PATCH v3 12/12] mm/filemap: Return only head pages from find_get_entries

[PATCH 0/4] arch, mm: improve robustness of direct map manipulation
 2020-10-26 11:55 UTC  (14+ messages)
` [PATCH 1/4] mm: introduce debug_pagealloc_map_pages() helper
` [PATCH 2/4] PM: hibernate: improve robustness of mapping pages in the direct map
` [PATCH 3/4] arch, mm: restore dependency of __kernel_map_pages() of DEBUG_PAGEALLOC
` [PATCH 4/4] arch, mm: make kernel_page_present() always available

[linux-next:pending-fixes] BUILD SUCCESS d56fc2efcc70dbb69aa4c520ed21c645e1a765b6
 2020-10-26 11:39 UTC 

[PATCH v4 00/15] follow_pfn and other iomap races
 2020-10-26 10:58 UTC  (16+ messages)
` [PATCH v4 01/15] drm/exynos: Stop using frame_vector helpers
` [PATCH v4 02/15] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v4 03/15] misc/habana: Stop using frame_vector helpers
` [PATCH v4 04/15] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v4 05/15] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v4 06/15] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v4 07/15] mm: Close race in generic_access_phys
` [PATCH v4 08/15] mm: Add unsafe_follow_pfn
` [PATCH v4 09/15] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v4 10/15] vfio/type1: Mark follow_pfn "
` [PATCH v4 11/15] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v4 12/15] /dev/mem: Only set filp->f_mapping
` [PATCH v4 13/15] resource: Move devmem revoke code to resource framework
` [PATCH v4 14/15] sysfs: Support zapping of binary attr mmaps
` [PATCH v4 15/15] PCI: Revoke mappings like devmem

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-10-26 10:51 UTC  (13+ messages)

[PATCH] mm: cleanup: remove unused tsk arg from __access_remote_vm
 2020-10-26  9:57 UTC  (2+ messages)

[PATCH] mm: fix page_owner initializing issue for arm32
 2020-10-26  9:39 UTC  (3+ messages)

[PATCH v2 00/12] Overhaul multi-page lookups for THP
 2020-10-26  9:11 UTC  (9+ messages)
` [PATCH v2 12/12] mm/filemap: Return only head pages from find_get_entries

[PATCH v7 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-26  8:37 UTC  (8+ messages)
` [PATCH v7 1/7] mm: add definition of PMD_PAGE_ORDER
` [PATCH v7 2/7] mmap: make mlock_future_check() global
` [PATCH v7 3/7] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v7 4/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v7 5/7] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v7 6/7] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v7 7/7] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v3] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-10-26  7:32 UTC  (9+ messages)
` [PATCH v4] "

[PATCH] kthread_worker: re-set CPU affinities if CPU come online
 2020-10-26  6:52 UTC 

[PATCH v3 0/9] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-10-26  6:40 UTC  (10+ messages)
` [PATCH v3 1/9] mm/gup_benchmark: rename to mm/gup_test
` [PATCH v3 2/9] selftests/vm: use a common gup_test.h
` [PATCH v3 3/9] selftests/vm: rename run_vmtests --> run_vmtests.sh
` [PATCH v3 4/9] selftests/vm: minor cleanup: Makefile and gup_test.c
` [PATCH v3 5/9] selftests/vm: only some gup_test items are really benchmarks
` [PATCH v3 6/9] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [PATCH v3 7/9] selftests/vm: run_vmtests.sh: update and clean up gup_test invocation
` [PATCH v3 8/9] selftests/vm: hmm-tests: remove the libhugetlbfs dependency
` [PATCH v3 9/9] selftests/vm: 2x speedup for run_vmtests.sh

[PATCH] mm: swap: Use memset to fill the swap_map with SWAP_HAS_CACHE
 2020-10-26  3:03 UTC 

[PATCH] mm/swap_state: Skip meaningless swap cache readahead when ra_info.win == 0
 2020-10-26  2:46 UTC 

[PATCH v19 00/20] per memcg lru_lock
 2020-10-26  1:41 UTC  (5+ messages)
` [PATCH v19 18/20] mm/lru: replace pgdat lru_lock with lruvec lock

[PATCH] mm: swap: Use memset to fill the swap_map with SWAP_HAS_CACHE
 2020-10-26  0:14 UTC  (2+ messages)

[PATCH] mm/swap_state: Skip meaningless swap cache readahead when ra_info.win == 0
 2020-10-25 23:59 UTC  (2+ messages)

[PATCH] mm: bio_alloc never fails when set GFP_NOIO, GFP_KERNEL
 2020-10-25 19:24 UTC  (4+ messages)

drivers/video/backlight/ltv350qv.c:192:12: warning: stack frame size of 13472 bytes in function 'ltv350qv_power'
 2020-10-25 19:23 UTC  (3+ messages)

[PATCH] mm: memcontrol: add file_thp, shmem_thp to memory.stat
 2020-10-25 18:37 UTC  (2+ messages)

[PATCH v2 0/7] disable pcplists during memory offline
 2020-10-25 14:17 UTC  (3+ messages)
` [PATCH v2 1/7] mm, page_alloc: clean up pageset high and batch update

[PATCH v2] mm: Optional full ASLR for mmap() and mremap()
 2020-10-25 11:23 UTC  (2+ messages)

[PATCH] mm/msync: exit early when the flags is an MS_ASYNC and start < vm_start
 2020-10-25  9:38 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v3 47/56] memblock: fix kernel-doc markups
 2020-10-25  6:34 UTC  (4+ messages)
` [PATCH v3 54/56] mm: "

[patch 1/1] checkpatch: enable GIT_DIR environment use to set git repository location
 2020-10-24 23:59 UTC 

Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
 2020-10-24 21:12 UTC  (31+ messages)

[PATCH v4] mm,thp,shmem: limit shmem THP alloc gfp_mask
 2020-10-24 17:53 UTC  (3+ messages)

[PATCH 0/2] block layer filter and block device snapshot module
 2020-10-24 14:53 UTC  (15+ messages)
` [PATCH 1/2] Block layer filter - second version
                    ` [dm-devel] [PATCH 0/2] block layer filter and block device snapshot module

[PATCH v1] mm/migrate: fix comment spelling
 2020-10-24 11:41 UTC 

[PATCH] mm/mremap_pages: Fix static key devmap_managed_key updates
 2020-10-24  8:19 UTC  (2+ messages)

[PATCH v1 0/2] mm: cma: introduce a non-blocking version of cma_release()
 2020-10-24  7:59 UTC  (7+ messages)
` [PATCH v1 1/2] mm: cma: introduce cma_release_nowait()

[PATCH 0/2] Add a 'seqcount' between gup_fast and copy_page_range
 2020-10-24  5:31 UTC  (7+ messages)
` [PATCH 1/2] mm: reorganize internal_get_user_pages_fast()
` [PATCH 2/2] mm: prevent gup_fast from racing with COW during fork

[PATCH] mm: remove kzfree() compatibility definition
 2020-10-23 23:27 UTC 

[PATCH 00/10] PKS: Add Protection Keys Supervisor (PKS) support
 2020-10-23 21:56 UTC  (5+ messages)
` [PATCH 06/10] x86/entry: Move nmi entry/exit into common code
` [PATCH 07/10] x86/entry: Pass irqentry_state_t by reference

mmstress[1309]: segfault at 7f3d71a36ee8 ip 00007f3d77132bdf sp 00007f3d71a36ee8 error 4 in libc-2.27.so[7f3d77058000+1aa000]
 2020-10-23 21:15 UTC  (17+ messages)
          ` [LTP] "

[PATCH v3] mm,thp,shmem: limit shmem THP alloc gfp_mask
 2020-10-23 21:09 UTC  (2+ messages)

[PATCH 03/65] mm: Track mmu notifiers in fs_reclaim_acquire/release
 2020-10-23 20:53 UTC  (24+ messages)
  ` [PATCH 04/65] mm: Extract might_alloc() debug check
  ` [PATCH 29/65] s390/pci: Remove races against pte updates
  ` [PATCH 30/65] drm/exynos: Stop using frame_vector helpers
  ` [PATCH 31/65] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
  ` [PATCH 32/65] misc/habana: Stop using frame_vector helpers
  ` [PATCH 33/65] misc/habana: Use FOLL_LONGTERM for userptr
  ` [PATCH 34/65] mm/frame-vector: Use FOLL_LONGTERM
  ` [PATCH 35/65] media: videobuf2: Move frame_vector into media subsystem
  ` [PATCH 36/65] mm: Close race in generic_access_phys
  ` [PATCH 37/65] mm: Add unsafe_follow_pfn
  ` [PATCH 38/65] media/videbuf1|2: Mark follow_pfn usage as unsafe
  ` [PATCH 39/65] vfio/type1: Mark follow_pfn "
  ` [PATCH 40/65] PCI: Obey iomem restrictions for procfs mmap
  ` [PATCH 41/65] /dev/mem: Only set filp->f_mapping
  ` [PATCH 42/65] resource: Move devmem revoke code to resource framework
  ` [PATCH 43/65] sysfs: Support zapping of binary attr mmaps
  ` [PATCH 44/65] PCI: Revoke mappings like devmem

[PATCH v4 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-23 19:05 UTC  (2+ messages)

[GIT PULL] vfs: move the clone/dedupe/remap helpers to a single file
 2020-10-23 18:53 UTC  (2+ messages)

ld.lld: warning: mm/built-in.a(page_alloc.o):(.data..L__unnamed_59) is being placed in '.data..L__unnamed_59'
 2020-10-23 18:34 UTC  (2+ messages)

[PATCH] sparc64: Use arch_validate_flags() to validate ADI flag
 2020-10-23 17:56 UTC 

[PATCH v4 0/1] Add tracepoints around mmap_lock acquisition
 2020-10-23 17:56 UTC  (5+ messages)
` [PATCH v4 1/1] mmap_lock: add tracepoints around lock acquisition

[PATCH] mm/mremap_pages: Fix static key devmap_managed_key updates
 2020-10-23 17:29 UTC  (5+ messages)

[PATCH] hugetlb: fix locking in region_add,region_cgh,allocate_file_region_entries
 2020-10-23 16:47 UTC  (8+ messages)

[RFC PATCH] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-10-23 16:30 UTC  (10+ messages)

[linux-next:master] BUILD REGRESSION 9695c4ff26459ff5bfe25c7d6179e4c9c00e1363
 2020-10-23 16:24 UTC 

[PATCH 0/6] Overhaul memalloc_no*
 2020-10-23 14:49 UTC  (3+ messages)
` [PATCH 6/6] mm: Add memalloc_nowait

[PATCH v2] mm,thp,shmem: limit shmem THP alloc gfp_mask
 2020-10-23 12:55 UTC  (4+ messages)

[PATCH] x86/mpx: fix recursive munmap() corruption
 2020-10-23 12:28 UTC  (9+ messages)

[PATCH] mm/cma.c: remove redundant cma_mutex lock
 2020-10-23 11:29 UTC  (3+ 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).