linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-06 08:42:55 to 2020-02-08 11:58:37 UTC [more...]

[PATCH -manpage 0/2]
 2020-02-08 11:58 UTC  (5+ messages)
` [PATCH -manpage 1/2] fcntl.2: Update manpage with new memfd F_SEAL_FUTURE_WRITE seal
` [PATCH -manpage 2/2] memfd_create.2: "

Reclaim regression after 1c30844d2dfe
 2020-02-08 11:11 UTC  (4+ messages)

WARNING: vmlinux.o(.text.unlikely+0x3e94): Section mismatch in reference from the function bitmap_copy_clear_tail() to the variable .init.rodata:__setup_str_initcall_blacklist
 2020-02-08  9:39 UTC  (2+ messages)

[PATCH 0/3] mm: Fix misuse of parent anon_vma in dup_mmap path
 2020-02-08  8:53 UTC  (5+ messages)
` [PATCH 1/3] mm: don't prepare anon_vma if vma has VM_WIPEONFORK
` [PATCH 2/3] Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"
` [PATCH 3/3] mm: set vm_next and vm_prev to NULL in vm_area_dup()

[PATCH] mm: Improve dump_page() for compound pages
 2020-02-08  4:48 UTC  (2+ messages)

[PATCH] mm/slub: Detach node lock from counting free objects
 2020-02-08  3:03 UTC  (2+ messages)

[PATCH v6 00/11] Introduces new functions for tracking lockless pagetable walks
 2020-02-07 22:54 UTC  (25+ messages)
` [PATCH v6 01/11] asm-generic/pgtable: Adds generic functions to track lockless pgtable walks
` [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range
` [PATCH v6 03/11] powerpc/mm: Adds arch-specificic functions to track lockless pgtable walks
` [PATCH v6 04/11] powerpc/mce_power: Use functions to track lockless pgtbl walks
` [PATCH v6 06/11] powerpc/mm/book3s64/hash: "
` [PATCH v6 07/11] powerpc/kvm/e500: "
` [PATCH v6 10/11] powerpc/mm: Adds counting method to track lockless pagetable walks

[PATCH] mm/list_lru: fix a data race in list_lru_count_one
 2020-02-07 22:31 UTC 

[PATCH -next] mm/frontswap: mark various intentional data races
 2020-02-07 22:28 UTC 

[PATCH v2 2/3] mm: Charge active memcg when no mm is set
 2020-02-07 21:18 UTC 

[PATCH v5 00/12] mm/gup: track FOLL_PIN pages
 2020-02-07 21:14 UTC  (18+ messages)
` [PATCH v5 01/12] mm: dump_page(): better diagnostics for compound pages
` [PATCH v5 02/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v5 03/12] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v5 04/12] mm: introduce page_ref_sub_return()
` [PATCH v5 05/12] mm/gup: pass gup flags to two more routines
` [PATCH v5 06/12] mm/gup: require FOLL_GET for get_user_pages_fast()
` [PATCH v5 07/12] mm/gup: track FOLL_PIN pages
` [PATCH v5 08/12] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v5 09/12] mm: dump_page(): better diagnostics for huge pinned pages
` [PATCH v5 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v5 11/12] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 12/12] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH RFC 00/10] device-dax: Support devices without PFN metadata
 2020-02-07 21:08 UTC  (3+ messages)
` [PATCH RFC 09/10] vfio/type1: Use follow_pfn for VM_FPNMAP VMAs

[PATCH] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-07 20:42 UTC  (8+ messages)
` [PATCH v2] "

[LSF/MM TOPIC] get_user_pages() for PCI BAR Memory
 2020-02-07 20:42 UTC  (4+ messages)

[PATCH 0/5] Annotate allocation functions with alloc_size attribute
 2020-02-07 20:38 UTC  (3+ messages)
` [PATCH 5/5] [RFC] mm: annotate memory allocation functions with their sizes

[PATCH v4] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-07 20:21 UTC  (2+ messages)
` [PATCH] mremap.2: Add information for MREMAP_DONTUNMAP

[LSF/MM/BPF TOPIC] Page table manipulation primitives
 2020-02-07 19:40 UTC  (4+ messages)

[PATCH v2] mm/memcontrol: fix a data race in scan count
 2020-02-07 19:30 UTC  (3+ messages)

[PATCH v11 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-07 18:44 UTC  (13+ messages)
` [PATCH v11 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v11 5/9] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v11 6/9] hugetlb_cgroup: support noreserve mappings
` [PATCH v11 7/9] hugetlb: support file_region coalescing again

[LSF/MM/BPF TOPIC] Restricted kernel address spaces
 2020-02-07 17:39 UTC  (2+ messages)

[PATCH v5 00/17] Enable CONFIG_VMAP_STACK on PPC32
 2020-02-07 17:16 UTC  (9+ messages)
` [PATCH v5 17/17] powerpc/32s: Enable CONFIG_VMAP_STACK

[PATCH -next] mm/swapfile: fix and annotate various data races
 2020-02-07 17:06 UTC 

[PATCH 0/3] Fixes "mm/sparsemem: support sub-section hotplug"
 2020-02-07 16:44 UTC  (21+ messages)
` [PATCH 1/3] mm/sparsemem: adjust memmap only for SPARSEMEM_VMEMMAP
` [PATCH 2/3] mm/sparsemem: get physical address to page struct instead of virtual address to pfn
` [PATCH 3/3] mm/sparsemem: avoid memmap overwrite for non-SPARSEMEM_VMEMMAP

[PATCH v3 0/4] basic KASAN support for Xen PV domains
 2020-02-07 14:36 UTC  (6+ messages)
` [PATCH v3 1/4] kasan: introduce set_pmd_early_shadow()
` [PATCH v3 2/4] x86/xen: add basic KASAN support for PV kernel
` [PATCH v3 3/4] xen: teach KASAN about grant tables
` [PATCH v3 4/4] xen/netback: fix grant copy across page boundary

[PATCH -next] mm: mark a intentional data race in page_zonenum()
 2020-02-07 13:18 UTC  (8+ messages)

[PATCH] mm: fix a data race in put_page()
 2020-02-07 13:17 UTC  (13+ messages)

[PATCH 00/35] KVM: s390: Add support for protected VMs
 2020-02-07 11:39 UTC  (8+ messages)
` [PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH 05/35] s390/mm: provide memory management functions for protected KVM guests
` [PATCH 06/35] s390/mm: add (non)secure page access exceptions handlers
` [PATCH 10/35] KVM: s390: protvirt: Secure memory is not mergeable
` [PATCH 11/35] KVM: s390/mm: Make pages accessible before destroying the guest
` [PATCH 21/35] KVM: s390/mm: handle guest unpin events

[LSF/MM/BPF TOPIC] Multiple Kernel Address Spaces
 2020-02-07 10:17 UTC 

Splitting the mmap_sem
 2020-02-07  8:52 UTC  (8+ messages)
`  "

[PATCH] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
 2020-02-07  7:23 UTC  (12+ messages)

Improve Your Email Marketing ROI by 33X
 2020-02-07  4:17 UTC 

[PATCH] virtio_balloon: prevent pfn array overflow
 2020-02-07  3:37 UTC  (2+ messages)

[PATCH -next] mm/swap_state: mark various intentional data races
 2020-02-07  0:37 UTC 

[PATCH -next] mm/page_io: mark various intentional data races
 2020-02-07  0:36 UTC 

[LSF/MM TOPIC] Congestion
 2020-02-07  0:08 UTC  (8+ messages)
` [Lsf-pc] "

[PATCH] mm/hotplug: Adjust shrink_zone_span() to keep the old logic
 2020-02-06 23:44 UTC  (9+ messages)

[PATCH] mm: always consider THP when adjusting min_free_kbytes
 2020-02-06 21:32 UTC  (10+ messages)

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-02-06 20:17 UTC  (4+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description

[PATCH -next] mm/page_io: mark an intentional data race
 2020-02-06 20:31 UTC  (2+ messages)

[PATCH -next] mm/swap_state: mark an intentional data race
 2020-02-06 20:31 UTC  (2+ messages)

[PATCH -next v2] mm: mark an intentional data race in page_zonenum
 2020-02-06 20:25 UTC  (3+ messages)

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-02-06 18:51 UTC  (2+ messages)

[LSF/MM/BPF TOPIC]: MM documentation
 2020-02-06 16:53 UTC 

[PATCH 1/2] mm: Charge current memcg when no mm is set
 2020-02-06 15:46 UTC  (4+ messages)
` [PATCH 2/2] loop: charge i/o per cgroup

RFC: hold i_rwsem until aio completes
 2020-02-06 15:31 UTC  (3+ messages)
` [PATCH 05/12] gfs2: fix O_SYNC write handling
  ` [Cluster-devel] "

[PATCH 0/8] mm: Speedup page cache truncation
 2020-02-06 14:49 UTC  (8+ messages)
` [PATCH 8/8] xarray: Don't clear marks in xas_store()

[PATCH v1] mm/memory_hotplug: Easier calculation to get pages to next section boundary
 2020-02-06 11:38 UTC  (11+ messages)

Balloon pressuring page cache
 2020-02-06 11:00 UTC  (28+ messages)

[PATCH v3] mm/hotplug: Only respect mem= parameter during boot stage
 2020-02-06  9:44 UTC  (3+ messages)

[PATCH v1 0/3] virtio-balloon: Fixes + switch back to OOM handler
 2020-02-06  9:21 UTC  (11+ messages)
` [PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[PATCH v2] mm, swap: move inode_lock out of claim_swapfile
 2020-02-06  9:01 UTC 


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