linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-07 16:17:56 to 2020-10-09 08:00:20 UTC [more...]

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-09  7:59 UTC  (11+ messages)
` [PATCH v2 01/17] drm/exynos: Stop using frame_vector helpers
` [PATCH v2 02/17] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v2 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v2 04/17] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v2 05/17] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v2 06/17] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v2 07/17] mm: Close race in generic_access_phys
` [PATCH v2 08/17] s390/pci: Remove races against pte updates
` [PATCH v2 09/17] mm: Add unsafe_follow_pfn
` [PATCH v2 10/17] media/videbuf1|2: Mark follow_pfn usage as unsafe

[PATCH] mm: Fix a race during split THP
 2020-10-09  7:47 UTC  (2+ messages)

[PATCH 1/4] mm: introduce vma_set_file function v2
 2020-10-09  7:40 UTC  (18+ messages)
` [PATCH 2/4] drm/prime: document that use the page array is deprecated
` [PATCH 3/4] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays
` [PATCH 4/4] drm/amdgpu: "

[PATCH 0/4] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-09  7:37 UTC  (12+ messages)
` [PATCH 1/4] of/fdt: Update zone_dma_bits when running in bcm2711

[PATCH v39 11/24] x86/sgx: Add SGX enclave driver
 2020-10-09  7:21 UTC  (16+ messages)
` [PATCH v39 16/24] x86/sgx: Add a page reclaimer

[PATCH] mm: mmap: Fix general protection fault in unlink_file_vma()
 2020-10-09  6:39 UTC 

[hnaz-linux-mm:master 286/421] Inconsistent kallsyms data
 2020-10-09  6:59 UTC  (2+ messages)

[PATCH FIX v0] mm: memcg/slab: Uncharge during kmem_cache_free_bulk()
 2020-10-09  6:04 UTC 

[PATCH v3 0/8] clean-up the migration target allocation functions
 2020-10-09  5:50 UTC  (5+ messages)
` [PATCH v3 7/8] mm/mempolicy: use a standard migration target allocation callback

[PATCH] mm: mmap: Fix general protection fault in unlink_file_vma()
 2020-10-09  4:23 UTC  (2+ messages)

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-10-09  4:13 UTC  (4+ messages)
    ` [External] "

[PATCH v2 00/10] change the implementation of the PageHighMem()
 2020-10-09  1:35 UTC  (9+ messages)
` [PATCH v2 03/10] kexec: separate PageHighMem() and PageHighMemZone() use case
        ` [RFC][PATCH] kexec: Teach indirect pages how to live in high memory

[PATCH] mm: swapfile: avoid split_swap_cluster() NULL pointer dereference
 2020-10-09  0:18 UTC  (12+ messages)

[PATCH] slub: Actually fix freelist pointer vs redzoning
 2020-10-08 23:34 UTC 

[linux-next:master] BUILD REGRESSION e4fb79c771fbe2e6fcb3cffa87d5823a9bbf3f10
 2020-10-08 23:20 UTC 

Odd-sized kmem_cache_alloc and slub_debug=Z
 2020-10-08 23:10 UTC  (6+ messages)

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-10-08 21:09 UTC  (14+ messages)

[PATCH] mm: make device private reference counts zero based
 2020-10-08 17:25 UTC 

[PATCH v6 00/11] device-dax: support sub-dividing soft-reserved ranges
 2020-10-08 19:52 UTC  (3+ messages)
` [PATCH v6 09/11] mm/memremap_pages: convert to 'struct range'

[RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2020-10-08 16:45 UTC  (4+ messages)
` [RFC PATCH v3 2/2] "

[PATCH 0/4] Remove nrexceptional tracking
 2020-10-08 19:33 UTC  (4+ messages)

[PATCH 00/14] Small step toward KSM for file back page
 2020-10-08 18:48 UTC  (11+ messages)

[PATCH RESEND v2] mm: Optional full ASLR for mmap() and mremap()
 2020-10-08 18:24 UTC  (9+ messages)

[PATCH v4 00/39] kasan: add hardware tag-based mode for arm64
 2020-10-08 18:24 UTC  (4+ messages)
` [PATCH v4 29/39] arm64: mte: Switch GCR_EL1 in kernel entry and exit

[PATCH v2 0/2] Add tracepoints around mmap_lock acquisition
 2020-10-08 18:04 UTC  (6+ messages)
` [PATCH v2 1/2] tracing: support "bool" type in synthetic trace events
` [PATCH v2 2/2] mmap_lock: add tracepoints around lock acquisition

[PATCH v2 0/7] disable pcplists during memory offline
 2020-10-08 17:55 UTC  (15+ messages)
` [PATCH v2 1/7] mm, page_alloc: clean up pageset high and batch update
` [PATCH v2 2/7] mm, page_alloc: calculate pageset high and batch once per zone
` [PATCH v2 3/7] mm, page_alloc: remove setup_pageset()
` [PATCH v2 4/7] mm, page_alloc: simplify pageset_update()
` [PATCH v2 5/7] mm, page_alloc: cache pageset high and batch in struct zone
` [PATCH v2 6/7] mm, page_alloc: move draining pcplists to page isolation users
` [PATCH v2 7/7] mm, page_alloc: disable pcplists during memory offline

[linux-stable-rc:linux-4.19.y 1441/1453] drivers/base/node.c:429:5: warning: no previous prototype for 'register_mem_block_under_node_early'
 2020-10-08 17:40 UTC 

[RFC PATCH] mm: Fetch the dirty bit before we reset the pte
 2020-10-08 17:32 UTC  (5+ messages)

[PATCH 00/13] follow_pfn and other iomap races
 2020-10-08 17:16 UTC  (55+ messages)
` [PATCH 01/13] drm/exynos: Stop using frame_vector helpers
` [PATCH 02/13] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH 03/13] misc/habana: Stop using frame_vector helpers
` [PATCH 04/13] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH 05/13] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH 06/13] media: videobuf2: Move frame_vector into media subsystem
` [PATCH 07/13] mm: close race in generic_access_phys
` [PATCH 08/13] s390/pci: Remove races against pte updates
` [PATCH 09/13] PCI: obey iomem restrictions for procfs mmap
` [PATCH 10/13] PCI: revoke mappings like devmem
` [PATCH 11/13] mm: add unsafe_follow_pfn
` [PATCH 12/13] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH 13/13] vfio/type1: Mark follow_pfn "

[PATCH] mm: Avoid using set_pte_at when updating a present pte
 2020-10-08 17:09 UTC  (2+ messages)

[PATCH] mm: fix some comments in page_alloc.c and mempolicy.c
 2020-10-08 12:33 UTC  (4+ messages)

[PATCH] mm/vmalloc.c: check the addr first
 2020-10-08 12:11 UTC  (3+ messages)

[PATCH 1/2] mm/mprotect: Call arch_validate_prot under mmap_lock and with length
 2020-10-08 11:03 UTC  (10+ messages)
` [PATCH 2/2] sparc: Check VMA range in sparc_validate_prot()

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-08 10:45 UTC  (9+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[linux-next:pending-fixes] BUILD SUCCESS 7af8fd03242ce421e759461d50766830077b0316
 2020-10-08 10:20 UTC 

mm: Question about the use of 'accessed' flags and pte_young() helper
 2020-10-08  9:49 UTC 

[PATCH v2] ext4/xfs: add page refcount helper
 2020-10-08  9:01 UTC  (2+ messages)

[PATCH 1/5] mm: Introduce mm_struct.has_pinned
 2020-10-08  5:49 UTC  (11+ messages)

[PATCH V3] MIPS: make userspace mapping young by default
 2020-10-08  3:30 UTC  (3+ messages)

mmotm 2020-10-07-15-48 uploaded
 2020-10-07 22:49 UTC 

[PATCH] ext4/xfs: add page refcount helper
 2020-10-07 21:59 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 8b787da7ba8cd2383988480d282ec1abc3917892
 2020-10-07 21:31 UTC 

mmotm 2020-10-06-15-50 uploaded
 2020-10-07 21:03 UTC  (2+ messages)

[PATCH] mm: mmap: Fix general protection fault in unlink_file_vma()
 2020-10-07 19:04 UTC  (2+ messages)

[RFC][PATCH 0/9] [v4][RESEND] Migrate Pages in lieu of discard
 2020-10-07 18:08 UTC  (11+ messages)
` [RFC][PATCH 1/9] mm/numa: node demotion data structure and lookup
` [RFC][PATCH 2/9] mm/numa: automatically generate node migration order
` [RFC][PATCH 3/9] mm/migrate: update migration order during on hotplug events
` [RFC][PATCH 4/9] mm/migrate: make migrate_pages() return nr_succeeded
` [RFC][PATCH 5/9] mm/migrate: demote pages during reclaim
` [RFC][PATCH 6/9] mm/vmscan: add page demotion counter
` [RFC][PATCH 7/9] mm/vmscan: Consider anonymous pages without swap
` [RFC][PATCH 8/9] mm/vmscan: never demote for memcg reclaim
` [RFC][PATCH 9/9] mm/migrate: new zone_reclaim_mode to enable reclaim migration


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