linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-05 20:41:48 to 2020-05-07 10:46:57 UTC [more...]

[PATCH v3 00/15] virtio-mem: paravirtualized memory
 2020-05-07 10:46 UTC  (17+ messages)
` [PATCH v3 01/15] virtio-mem: Paravirtualized memory hotplug
` [PATCH v3 02/15] virtio-mem: Allow to specify an ACPI PXM as nid
` [PATCH v3 03/15] virtio-mem: Paravirtualized memory hotunplug part 1
` [PATCH v3 04/15] virtio-mem: Paravirtualized memory hotunplug part 2
` [PATCH v3 05/15] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v3 06/15] virtio-mem: Allow to offline partially unplugged memory blocks
` [PATCH v3 07/15] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH v3 08/15] virtio-mem: Offline and remove completely unplugged memory blocks
` [PATCH v3 09/15] virtio-mem: Better retry handling
` [PATCH v3 10/15] MAINTAINERS: Add myself as virtio-mem maintainer
` [PATCH v3 11/15] virtio-mem: Add parent resource for all added "System RAM"
` [PATCH v3 12/15] virtio-mem: Drop manual check for already present memory
` [PATCH v3 13/15] virtio-mem: Unplug subblocks right-to-left
` [PATCH v3 14/15] virtio-mem: Use -ETXTBSY as error code if the device is busy
` [PATCH v3 15/15] virtio-mem: Try to unplug the complete online memory block first

[RFC] mm/gup.c: Updated return value of {get|pin}_user_pages_fast()
 2020-05-07 10:32 UTC  (10+ messages)

[PATCH] mm: memblock: fix minor typo and unclear comment
 2020-05-07 10:22 UTC 

[PATCH RFC tip/core/rcu] Add shrinker to shift to fast/inefficient GP mode
 2020-05-07  9:36 UTC 

[PATCH] mm: vmstat: Use zeroed stats for unpopulated zones
 2020-05-07  9:08 UTC  (10+ messages)

[PATCH v10 06/16] mm/damon: Split regions into 4 subregions if possible
 2020-05-07  8:28 UTC  (2+ messages)

[PATCH 0/1] hibernate: restrict writes to the snapshot device
 2020-05-07  8:04 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 00/10] clean up SECTOR related macros and sectors/pages conversions
 2020-05-07  7:51 UTC  (11+ messages)
` [PATCH v2 01/10] block: move PAGE_SECTORS definition into <linux/blkdev.h>
` [PATCH v2 02/10] zram: abolish macro SECTORS_PER_PAGE
` [PATCH v2 03/10] block: add sectors_to_npage()/npage_to_sectors() helpers
` [PATCH v2 04/10] zram: abolish macro SECTORS_PER_PAGE_SHIFT
` [PATCH v2 05/10] block: abolish macro PAGE_SECTORS_SHIFT
` [PATCH v2 06/10] mm/swap: use npage_to_sectors() and PAGE_SECTORS to clean up code
` [PATCH v2 07/10] block: use sectors_to_npage() "
` [PATCH v2 08/10] md: use sectors_to_npage() and npage_to_sectors() "
` [PATCH v2 09/10] md: use existing definition RESYNC_SECTORS
` [PATCH v2 10/10] md: use PAGE_SECTORS to clean up code

[PATCH] slub: limit count of partial slabs scanned to gather statistics
 2020-05-07  5:25 UTC  (7+ messages)

clean up and streamline probe_kernel_* and friends
 2020-05-07  5:12 UTC  (23+ messages)
` [PATCH 01/15] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/15] maccess: remove various unused weak aliases
` [PATCH 03/15] maccess: remove duplicate kerneldoc commens
` [PATCH 04/15] maccess: clarify kerneldoc comments
` [PATCH 05/15] maccess: update the top of file comment
` [PATCH 06/15] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_unsafe
` [PATCH 07/15] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_unsafe
` [PATCH 08/15] maccess: rename strnlen_unsafe_user to strnlen_user_unsafe
` [PATCH 09/15] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/15] maccess: unify the probe kernel arch hooks
` [PATCH 11/15] maccess: remove strncpy_from_unsafe
` [PATCH 12/15] maccess: always use strict semantics for probe_kernel_read
` [PATCH 13/15] maccess: move user access routines together
` [PATCH 14/15] maccess: allow architectures to provide kernel probing directly
` [PATCH 15/15] x86: use non-set_fs based maccess routines

[PATCH] userfaultfd: fix remap event with MREMAP_DONTUNMAP
 2020-05-07  1:35 UTC  (7+ messages)

[RFC 00/43] PKRAM: Preserved-over-Kexec RAM
 2020-05-07  0:42 UTC  (44+ messages)
` [RFC 01/43] mm: add PKRAM API stubs and Kconfig
` [RFC 02/43] mm: PKRAM: implement node load and save functions
` [RFC 03/43] mm: PKRAM: implement object "
` [RFC 04/43] mm: PKRAM: implement page stream operations
` [RFC 05/43] mm: PKRAM: support preserving transparent hugepages
` [RFC 06/43] mm: PKRAM: implement byte stream operations
` [RFC 07/43] mm: PKRAM: link nodes by pfn before reboot
` [RFC 08/43] mm: PKRAM: introduce super block
` [RFC 09/43] PKRAM: build a physical mapping pagetable of pages to be preserved
` [RFC 10/43] PKRAM: add code for walking the preserved pages pagetable
` [RFC 11/43] PKRAM: pass the preserved pages pagetable to the next kernel
` [RFC 12/43] mm: PKRAM: reserve preserved memory at boot
` [RFC 13/43] mm: PKRAM: free preserved pages pagetable
` [RFC 14/43] mm: memblock: PKRAM: prevent memblock resize from clobbering preserved pages
` [RFC 15/43] PKRAM: provide a way to ban pages from use by PKRAM
` [RFC 16/43] kexec: PKRAM: prevent kexec clobbering preserved pages in some cases
` [RFC 17/43] PKRAM: provide a way to check if a memory range has preserved pages
` [RFC 18/43] kexec: PKRAM: avoid clobbering already "
` [RFC 19/43] mm: PKRAM: allow preserved memory to be freed from userspace
` [RFC 20/43] PKRAM: disable feature when running the kdump kernel
` [RFC 21/43] x86/KASLR: PKRAM: support physical kaslr
` [RFC 22/43] mm: shmem: introduce shmem_insert_page
` [RFC 23/43] mm: shmem: enable saving to PKRAM
` [RFC 24/43] mm: shmem: prevent swapping of PKRAM-enabled tmpfs pages
` [RFC 25/43] mm: shmem: specify the mm to use when inserting pages
` [RFC 26/43] mm: shmem: when inserting, handle pages already charged to a memcg
` [RFC 27/43] x86/mm/numa: add numa_isolate_memblocks()
` [RFC 28/43] PKRAM: ensure memblocks with preserved pages init'd for numa
` [RFC 29/43] memblock: PKRAM: mark memblocks that contain preserved pages
` [RFC 30/43] memblock: add for_each_reserved_mem_range()
` [RFC 31/43] memblock, mm: defer initialization of preserved pages
` [RFC 32/43] shmem: PKRAM: preserve shmem files a chunk at a time
` [RFC 33/43] PKRAM: atomically add and remove link pages
` [RFC 34/43] shmem: PKRAM: multithread preserving and restoring shmem pages
` [RFC 35/43] shmem: introduce shmem_insert_pages()
` [RFC 36/43] PKRAM: add support for loading pages in bulk
` [RFC 37/43] shmem: PKRAM: enable bulk loading of preserved pages into shmem
` [RFC 38/43] mm: implement splicing a list of pages to the LRU
` [RFC 39/43] shmem: optimize adding pages to the LRU in shmem_insert_pages()
` [RFC 40/43] shmem: initial support for adding multiple pages to pagecache
` [RFC 41/43] XArray: add xas_export_node() and xas_import_node()
` [RFC 42/43] shmem: reduce time holding xa_lock when inserting pages
` [RFC 43/43] PKRAM: improve index alignment of pkram_link entries

[PATCH] mm: expland documentation over __read_mostly
 2020-05-06 23:44 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 8474014cf12df779cda1bb11e43fd8aa0bd4fdcc
 2020-05-06 23:20 UTC 

[PATCH v2] mm: expland documentation over __read_mostly
 2020-05-06 23:03 UTC  (2+ messages)

[PATCH 0/7] padata: parallelize deferred page init
 2020-05-06 23:01 UTC  (19+ messages)
` [PATCH 5/7] mm: move zone iterator outside of deferred_init_maxorder()
` [PATCH 6/7] mm: parallelize deferred_init_memmap()

[PATCH v10 0/3] mm/hmm/test: add self tests for HMM
 2020-05-06 19:38 UTC  (2+ messages)

[PATCH 00/24] Introduce kvfree_rcu(1 or 2 arguments)
 2020-05-06 18:45 UTC  (5+ messages)
` [PATCH 21/24] rcu/tiny: move kvfree_call_rcu() out of header

[PATCH hmm v2 0/5] Adjust hmm_range_fault() API
 2020-05-06 18:45 UTC  (2+ messages)

[RFC][PATCH 0/4] Support non-default CMA regions to the dmabuf heaps interface
 2020-05-06 18:34 UTC  (9+ messages)
` [RFC][PATCH 1/4] devicetree: bindings: Add linux,cma-heap tag for reserved memory

[PATCH v3 00/25] Large pages in the page cache
 2020-05-06 18:32 UTC  (8+ messages)
` [PATCH v3 02/25] mm: Introduce thp_size
` [PATCH v3 17/25] mm: Add __page_cache_alloc_order
` [PATCH v3 18/25] mm: Allow large pages to be added to the page cache

Kmemleak infrastructure improvement for task_struct leaks and call_rcu()
 2020-05-06 17:40 UTC  (2+ messages)

Potential null pointer dereference in remap_vmalloc_range_partial()
 2020-05-06 16:57 UTC  (2+ messages)

[PATCH hmm v2 5/5] mm/hmm: remove the customizable pfn format from hmm_range_fault
 2020-05-06 16:21 UTC  (5+ messages)

Query on PGREFILL, PGSCAN and PGSTEAL
 2020-05-06 15:32 UTC  (3+ messages)

[PATCH v3 0/3] mm/memory_hotplug: Interface to add driver-managed system ram
 2020-05-06 14:19 UTC  (6+ messages)
` [PATCH v3 1/3] mm/memory_hotplug: Introduce add_memory_device_managed()
` [PATCH v3 3/3] device-dax: Add memory via add_memory_driver_managed()

mmotm 2020-05-05-15-28 uploaded
 2020-05-06 13:59 UTC  (4+ messages)
` mmotm 2020-05-05-15-28 uploaded (objtool warning)

fuse: trying to steal weird page
 2020-05-06 13:57 UTC  (8+ messages)
    ` [fuse-devel] "

[PATCH 0/3] kasan: memorize and print call_rcu stack
 2020-05-06 12:16 UTC  (6+ messages)

[PATCH 2/3] kasan: record and print the free track
 2020-05-06 12:07 UTC  (5+ messages)

Agreement Document Received Through Docusign
 2020-05-06 11:57 UTC 

[PATCH 1/3] rcu/kasan: record and print call_rcu() call stack
 2020-05-06 11:45 UTC  (3+ messages)

[PATCH V2 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-06 10:21 UTC  (6+ messages)
` [PATCH V2 1/3] arm64/mm: Drop __HAVE_ARCH_HUGE_PTEP_GET
` [PATCH V2 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V2 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()

[PATCH 0/4] eliminate SECTOR related magic numbers and duplicated conversions
 2020-05-06  9:16 UTC  (9+ messages)
` [PATCH 1/4] block: Move SECTORS_PER_PAGE and SECTORS_PER_PAGE_SHIFT definitions into <linux/blkdev.h>
` [PATCH 2/4] mm/swap: use SECTORS_PER_PAGE_SHIFT to clean up code

[PATCH 1/3] mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
 2020-05-06  8:22 UTC  (5+ messages)
` [PATCH 3/3] mm/swapfile.c: count won't be bigger than SWAP_MAP_MAX

[RFC v4][PATCH part-1 4/7] mm/asi: Interrupt ASI on interrupt/exception/NMI
 2020-05-06  7:36 UTC  (2+ messages)
` [mm/asi] c13d1a6ed3: BUG:scheduling_while_atomic

[PATCH 3/3] kasan: add KASAN_RCU_STACK_RECORD documentation
 2020-05-06  5:26 UTC 

[PATCH v2 00/10] change the implementation of the PageHighMem()
 2020-05-06  5:23 UTC  (6+ messages)
` [PATCH v2 03/10] kexec: separate PageHighMem() and PageHighMemZone() use case

[PATCH v2] stacktrace: cleanup inconsistent variable type
 2020-05-06  2:18 UTC  (3+ messages)

[PATCH v3] mm: Add kvfree_sensitive() for freeing sensitive data objects
 2020-05-06  1:29 UTC  (5+ messages)

[PATCH v3 6/7] misc: bcm-vk: add Broadcom VK driver
 2020-05-05 23:58 UTC  (2+ messages)

[PATCH] sysctl: Make sure proc handlers can't expose heap memory
 2020-05-05 23:23 UTC  (8+ 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).