linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-05 18:25:49 to 2020-10-07 18:10:48 UTC [more...]

[PATCH 00/13] follow_pfn and other iomap races
 2020-10-07 18:10 UTC  (22+ 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 v39 11/24] x86/sgx: Add SGX enclave driver
 2020-10-07 18:09 UTC  (19+ messages)
` [PATCH v39 16/24] x86/sgx: Add a page reclaimer

[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

[PATCH 00/14] Small step toward KSM for file back page
 2020-10-07 17:54 UTC  (18+ messages)
` [PATCH 02/14] fs: define filler_t as a function pointer type
` [PATCH 03/14] fs: directly use a_ops->freepage() instead of a local copy of it
` [PATCH 04/14] mm: add struct address_space to readpage() callback
` [PATCH 05/14] mm: add struct address_space to writepage() callback
` [PATCH 06/14] mm: add struct address_space to set_page_dirty() callback
` [PATCH 07/14] mm: add struct address_space to invalidatepage() callback
` [PATCH 08/14] mm: add struct address_space to releasepage() callback
` [PATCH 09/14] mm: add struct address_space to freepage() callback
` [PATCH 10/14] mm: add struct address_space to putback_page() callback
` [PATCH 11/14] mm: add struct address_space to launder_page() callback
` [PATCH 12/14] mm: add struct address_space to is_partially_uptodate() callback
` [PATCH 13/14] mm: add struct address_space to isolate_page() callback
` [PATCH 14/14] mm: add struct address_space to is_dirty_writeback() callback

[RFC][PATCH 00/12] mm: tweak page cache migration
 2020-10-07 15:58 UTC  (6+ messages)

[PATCH] ext4/xfs: add page refcount helper
 2020-10-07 15:36 UTC  (5+ messages)

[PATCH 1/2] mm/frame-vec: Drop gup_flags from get_vaddr_frames()
 2020-10-07 15:05 UTC  (33+ messages)
` [PATCH 2/2] mm/frame-vec: use FOLL_LONGTERM

[RFC PATCH 1/3] sched: fix exit_mm vs membarrier (v3)
 2020-10-07 15:09 UTC  (4+ messages)

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

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-07 14:41 UTC  (12+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure
` [PATCH v4 02/11] x86, kfence: enable KFENCE for x86

[PATCH -next] mm: Use sysfs_emit functions not sprintf
 2020-10-07 12:53 UTC  (3+ messages)

[PATCH v2 0/2] Broad write-locking of nascent mm in execve
 2020-10-07 12:12 UTC  (7+ messages)
` [PATCH v2 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
` [PATCH v2 2/2] exec: Broadly lock nascent mm until setup_arg_pages()

[linux-next:pending-fixes] BUILD SUCCESS db4f38eb055325bca89e7558abe615d4ec372fa4
 2020-10-07 11:25 UTC 

[RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
 2020-10-07 11:02 UTC  (20+ messages)

[PATCH] mm: optionally disable brk()
 2020-10-07  9:43 UTC  (11+ messages)

[RFC v9 00/10] DAMON: Support Physical Memory Address Space Monitoring
 2020-10-07  7:14 UTC  (11+ messages)
` [RFC v9 01/10] damon/dbgfs: Allow users to set initial monitoring target regions
` [RFC v9 02/10] tools/damon: Support init target regions specification
` [RFC v9 03/10] damon/dbgfs-test: Add a unit test case for 'init_regions'
` [RFC v9 04/10] selftests/damon/_chk_record: Do not check number of gaps
` [RFC v9 05/10] Docs/admin-guide/mm/damon: Document 'init_regions' feature
` [RFC v9 06/10] damon/primitives: Implement callbacks for physical address space monitoring
` [RFC v9 07/10] damon/dbgfs: Support physical memory monitoring
` [RFC v9 08/10] tools/damon/record: "
` [RFC v9 09/10] tools/damon/record: Support NUMA specific recording
` [RFC v9 10/10] Docs/DAMON: Document physical memory monitoring support

SPARC version of arch_validate_prot() looks broken (UAF read)
 2020-10-07  6:31 UTC  (5+ messages)

mmotm 2020-10-06-15-50 uploaded
 2020-10-07  5:34 UTC  (2+ messages)
` mmotm 2020-10-06-15-50 uploaded (crypto/asymmetric_keys/public_key*)

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

[PATCH] mm: swap: Use memset to fill the swap_map with SWAP_HAS_CACHE
 2020-10-07  2:49 UTC 

[linux-next:master] BUILD REGRESSION a804ab086e9de200e2e70600996db7fc14c91959
 2020-10-07  1:42 UTC 

[PATCH 0/9] disable pcplists during memory offline
 2020-10-06 22:34 UTC  (19+ messages)
` [PATCH 2/9] mm, page_alloc: calculate pageset high and batch once per zone
` [PATCH 3/9] mm, page_alloc: remove setup_pageset()
` [PATCH 5/9] mm, page_alloc: make per_cpu_pageset accessible only after init
` [PATCH 6/9] mm, page_alloc: cache pageset high and batch in struct zone
` [PATCH 9/9] mm, page_alloc: optionally disable pcplists during page isolation

[PATCH] selftests/vm: 10x speedup for hmm-tests
 2020-10-06 20:34 UTC  (2+ messages)

[PATCH RFC v2 0/6] Break heap spraying needed for exploiting use-after-free
 2020-10-06 19:25 UTC  (13+ messages)

[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
 2020-10-06 19:09 UTC  (14+ messages)

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-10-06 16:55 UTC  (10+ messages)

[PATCH v5 20/52] memblock: get rid of a :c:type leftover
 2020-10-06 16:41 UTC  (3+ messages)
` [PATCH v5 22/52] docs: get rid of :c:type explicit declarations for structs

[RFC v15 0/8] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-10-06 12:39 UTC  (9+ messages)
` [RFC v15 1/8] mm/damon/core: Account age of target regions
` [RFC v15 2/8] mm/damon/core: Implement DAMON-based Operation Schemes (DAMOS)
` [RFC v15 3/8] mm/damon/primitives: Support DAMON-based Operation Schemes
` [RFC v15 4/8] mm/damon/dbgfs: "
` [RFC v15 5/8] mm/damon/schemes: Implement statistics feature
` [RFC v15 6/8] selftests/damon: Add 'schemes' debugfs tests
` [RFC v15 7/8] tools/damon: Support more human friendly 'schemes' control
` [RFC v15 8/8] Docs/admin-guide/mm/damon: Document DAMON-based Operation Schemes

[PATCH v2 0/5] mm: place pages to the freelist tail when onlining and undoing isolation
 2020-10-06 12:12 UTC  (3+ messages)
` [PATCH v2 3/5] mm/page_alloc: move pages to tail in move_to_free_list()

[RFC PATCH v2 00/30] 1GB PUD THP support on x86_64
 2020-10-06 11:59 UTC  (21+ messages)

[PATCH 2/2] mm/frame-vec: use FOLL_LONGTERM
 2020-10-06 11:57 UTC  (7+ messages)

[PATCH v6 00/11] device-dax: support sub-dividing soft-reserved ranges
 2020-10-06  8:14 UTC  (13+ messages)
` [PATCH v6 01/11] device-dax: make pgmap optional for instance creation
` [PATCH v6 02/11] device-dax/kmem: introduce dax_kmem_range()
` [PATCH v6 03/11] device-dax/kmem: move resource tracking to drvdata
` [PATCH v6 04/11] device-dax: add an allocation interface for device-dax instances
` [PATCH v6 05/11] device-dax: introduce 'struct dev_dax' typed-driver operations
` [PATCH v6 06/11] device-dax: introduce 'seed' devices
` [PATCH v6 07/11] drivers/base: make device_find_child_by_name() compatible with sysfs inputs
` [PATCH v6 08/11] device-dax: add resize support
` [PATCH v6 09/11] mm/memremap_pages: convert to 'struct range'
` [PATCH v6 10/11] mm/memremap_pages: support multiple ranges per invocation
` [PATCH v6 11/11] device-dax: add dis-contiguous resource support

[linux-next:master 13152/13159] drivers/gpu/drm/i915/gt/shmem_utils.c:76 shmem_pin_map() warn: always true condition '(--i >= 0) => (0-u64max >= 0)'
 2020-10-06  7:55 UTC  (2+ messages)

[RFC V2] mm/vmstat: Add events for HugeTLB migration
 2020-10-06  7:54 UTC  (6+ 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).