linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-08 08:35:57 to 2020-10-09 16:57:49 UTC [more...]

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-09 16:57 UTC  (34+ 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 v2 11/17] vfio/type1: Mark follow_pfn "
` [PATCH v2 12/17] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v2 13/17] /dev/mem: Only set filp->f_mapping
` [PATCH v2 14/17] resource: Move devmem revoke code to resource framework
` [PATCH v2 15/17] sysfs: Support zapping of binary attr mmaps
` [PATCH v2 16/17] PCI: Revoke mappings like devmem
` [PATCH v2 17/17] drm/i915: Properly request PCI BARs

[PATCH] mm: make device private reference counts zero based
 2020-10-09 16:53 UTC  (2+ messages)

[PATCH 1/6] mm: mmap: fix fput in error path
 2020-10-09 16:27 UTC  (10+ messages)
` [PATCH 2/6] mm: introduce vma_set_file function v3
` [PATCH 3/6] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays
` [PATCH 4/6] drm/amdgpu: "
` [PATCH 5/6] drm/nouveau: "
` [PATCH 6/6] drm/prime: document that use the page array is deprecated v2

[PATCH] mm/hugetable.c: align some prints
 2020-10-09 16:23 UTC 

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

[PATCH v8 0/2] avoid xfs transaction reservation recursion
 2020-10-09 16:00 UTC  (6+ messages)
` [PATCH v8 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 2/2] xfs: avoid transaction reservation recursion

[PATCH] mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
 2020-10-09 15:12 UTC  (2+ messages)

[PATCH 0/2] mm,swap: skip swap readahead for instant IO (like zswap)
 2020-10-09 14:38 UTC  (4+ messages)

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-09 14:31 UTC  (17+ messages)
` [PATCH v2 01/16] mm: Add AOP_UPDATED_PAGE return value
` [PATCH v2 02/16] mm: Inline wait_on_page_read into its one caller
` [PATCH v2 03/16] 9p: Tell the VFS that readpage was synchronous
` [PATCH v2 04/16] afs: "
` [PATCH v2 05/16] ceph: "
` [PATCH v2 06/16] cifs: "
` [PATCH v2 07/16] cramfs: "
` [PATCH v2 08/16] ecryptfs: "
` [PATCH v2 09/16] fuse: "
` [PATCH v2 10/16] hostfs: "
` [PATCH v2 11/16] jffs2: "
` [PATCH v2 12/16] ubifs: "
` [PATCH v2 13/16] udf: "
` [PATCH v2 14/16] vboxsf: "
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate into its one caller
` [PATCH v2 16/16] iomap: Make readpage synchronous

[PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate
 2020-10-09 14:16 UTC  (3+ messages)

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-10-09 14:01 UTC  (3+ messages)

[PATCH] mm/swapfile.c: Use helper function swap_count() in add_swap_count_continuation()
 2020-10-09 13:43 UTC 

[PATCH] mm/swap_state: Skip meaningless swap cache readahead when ra_info.win == 0
 2020-10-09 13:30 UTC 

[PATCH] mm: Fix a race during split THP
 2020-10-09 13:27 UTC  (4+ messages)

Performance regressions in "boot_time" tests in Linux 5.8 Kernel
 2020-10-09 13:15 UTC 

[PATCH] mm/swapfile.c: remove unnecessary out label in __swap_duplicate()
 2020-10-09 13:03 UTC 

[PATCH 1/4] mm: introduce vma_set_file function v2
 2020-10-09 12:15 UTC  (20+ 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] slub: Actually fix freelist pointer vs redzoning
 2020-10-09 12:12 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 65849916deb5276c8d3989df0070aa65ba223a25
 2020-10-09 10:22 UTC 

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

[PATCH] mm, oom: enable rate-limiting controls for oom dumps
 2020-10-09  9:30 UTC 

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-10-09  9:24 UTC  (3+ messages)
` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable

[PATCH v39 11/24] x86/sgx: Add SGX enclave driver
 2020-10-09  8:21 UTC  (11+ messages)

incoming
 2020-10-09  8:14 UTC  (7+ messages)
` [patch 04/15] shmem: shmem_writepage() split unlikely i915 THP

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

[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 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  (9+ messages)

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

[PATCH v2 0/2] Add tracepoints around mmap_lock acquisition
 2020-10-08 18:04 UTC  (4+ messages)
` [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  (11+ messages)
` [PATCH 08/13] s390/pci: Remove races against pte updates
` [PATCH 10/13] PCI: revoke mappings like devmem

[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  (6+ messages)

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


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