linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-17 23:15:36 to 2020-10-20 12:39:40 UTC [more...]

[PATCH RFC 0/8] kasan: hardware tag-based mode for production use on arm64
 2020-10-20 12:39 UTC  (13+ messages)
` [PATCH RFC 7/8] arm64: kasan: Add system_supports_tags helper

[RFCv2 00/16] KVM protected memory extension
 2020-10-20 12:18 UTC  (23+ messages)
` [RFCv2 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [RFCv2 02/16] x86/kvm: Introduce KVM memory protection feature
` [RFCv2 03/16] x86/kvm: Make DMA pages shared
` [RFCv2 04/16] x86/kvm: Use bounce buffers for KVM memory protection
` [RFCv2 05/16] x86/kvm: Make VirtIO use DMA API in KVM guest
` [RFCv2 06/16] x86/kvmclock: Share hvclock memory with the host
` [RFCv2 07/16] x86/realmode: Share trampoline area if KVM memory protection enabled
` [RFCv2 08/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory
` [RFCv2 09/16] KVM: mm: Introduce VM_KVM_PROTECTED
` [RFCv2 10/16] KVM: x86: Use GUP for page walk instead of __get_user()
` [RFCv2 11/16] KVM: Protected memory extension
` [RFCv2 12/16] KVM: x86: Enabled protected "
` [RFCv2 13/16] KVM: Rework copy_to/from_guest() to avoid direct mapping
` [RFCv2 14/16] KVM: Handle protected memory in __kvm_map_gfn()/__kvm_unmap_gfn()
` [RFCv2 15/16] KVM: Unmap protected pages from direct mapping
` [RFCv2 16/16] mm: Do not use zero page for VM_KVM_PROTECTED VMAs

[PATCH 0/3 v2] tracing/mm: Add tracepoint_enabled() helper function for headers
 2020-10-20 12:10 UTC  (5+ messages)
` [PATCH 1/3 v2] tracepoints: Add helper to test if tracepoint is enabled in a header
` [PATCH 2/3 v2] mm/page_ref: Convert the open coded tracepoint enabled to the new helper

[RFC PATCH] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-10-20 12:02 UTC  (11+ messages)
        ` [PATCH v3] "

[PATCH] mm/memory.c: Introduce non-atomic __{Set,Clear}PageSwapCache
 2020-10-20 11:50 UTC  (4+ messages)
  ` [External] "

[PATCH] mm/cma.c: remove redundant cma_mutex lock
 2020-10-20 11:27 UTC  (2+ messages)

Splitting a THP beyond EOF
 2020-10-20 11:21 UTC  (3+ messages)

[PATCH] mm/msync: exit early when the flags is an MS_ASYNC and start < vm_start
 2020-10-20 10:19 UTC  (2+ messages)

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-10-20 10:01 UTC  (13+ messages)

[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
 2020-10-20  9:58 UTC  (52+ messages)
` [PATCH v1 07/29] virtio-mem: generalize virtio_mem_overlaps_range()
` [PATCH v1 09/29] virtio-mem: don't always trigger the workqueue when offlining memory
` [PATCH v1 12/29] virtio-mem: factor out fake-offlining into virtio_mem_fake_offline()
` [PATCH v1 13/29] virtio-mem: factor out handling of fake-offline pages in memory notifier
` [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)
` [PATCH v1 16/29] virtio-mem: memory block states are specific to "
` [PATCH v1 17/29] virito-mem: subblock "
` [PATCH v1 18/29] virtio-mem: factor out calculation of the bit number within the sb_states bitmap
` [PATCH v1 20/29] virtio-mem: nb_sb_per_mb and subblock_size are specific to Sub Block Mode (SBM)
` [PATCH v1 21/29] virtio-mem: memory notifier callbacks "
` [PATCH v1 25/29] virtio-mem: Big Block Mode (BBM) memory hotplug
` [PATCH v1 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
` [PATCH v1 28/29] virtio-mem: Big Block Mode (BBM) - basic memory hotunplug
` [PATCH v1 29/29] virtio-mem: Big Block Mode (BBM) - safe "

[RFC 0/4] Introduce VDUSE - vDPA Device in Userspace
 2020-10-20  9:12 UTC  (26+ messages)
` [RFC 1/4] mm: export zap_page_range() for driver use
    ` [External] "
` [RFC 2/4] vduse: Introduce VDUSE - vDPA Device in Userspace
      ` [External] "
` [RFC 3/4] vduse: grab the module's references until there is no vduse device
    ` [External] "
` [RFC 4/4] vduse: Add memory shrinker to reclaim bounce pages
  ` [External] Re: [RFC 0/4] Introduce VDUSE - vDPA Device in Userspace

[PATCH v22 00/18] Introduce Data Access MONitor (DAMON)
 2020-10-20  8:59 UTC  (19+ messages)
` [PATCH v22 01/18] mm: "
` [PATCH v22 02/18] mm/damon: Implement region based sampling
` [PATCH v22 03/18] mm/damon: Adaptively adjust regions
` [PATCH v22 04/18] mm/damon: Track dynamic monitoring target regions update
` [PATCH v22 05/18] mm/idle_page_tracking: Make PG_(idle|young) reusable
` [PATCH v22 06/18] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v22 07/18] mm/page_idle: Avoid interferences from concurrent users
` [PATCH v22 08/18] mm/damon/primitives: Make coexistable with Idle Page Tracking
` [PATCH v22 09/18] mm/damon: Add a tracepoint
` [PATCH v22 10/18] mm/damon: Implement a debugfs-based user space interface
` [PATCH v22 11/18] mm/damon/dbgfs: Implement recording feature
` [PATCH v22 12/18] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v22 13/18] mm/damon/dbgfs: Support multiple contexts
` [PATCH v22 14/18] tools: Introduce a minimal user-space tool for DAMON
` [PATCH v22 15/18] Documentation: Add documents "
` [PATCH v22 16/18] mm/damon: Add kunit tests
` [PATCH v22 17/18] mm/damon: Add user space selftests
` [PATCH v22 18/18] MAINTAINERS: Update for DAMON

[PATCH] mm, hugetlb: Avoid double clearing for hugetlb pages
 2020-10-20  8:20 UTC  (2+ messages)

incoming
 2020-10-20  4:13 UTC  (18+ messages)
` [patch 14/40] mm/gup: assert that the mmap lock is held in __get_user_pages()
` [patch 16/40] selftests/vm: use a common gup_test.h
` [patch 35/40] xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pv
` [patch 36/40] x86/xen: open code alloc_vm_area in arch_gnttab_valloc
` [patch 37/40] mm: remove alloc_vm_area
` [patch 38/40] mm: cleanup the gfp_mask handling in __vmalloc_area_node
` [patch 39/40] mm: remove the filename in the top of file comment in vmalloc.c
` [patch 40/40] mm: remove duplicate include statement in mmu.c

[PATCH v2 00/22] add Object Storage Media Pool (mpool)
 2020-10-19 22:30 UTC  (4+ messages)
  ` [EXT] "

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-19 21:12 UTC  (18+ messages)
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 6/9] x86/entry: Pass irqentry_state_t by reference

[PATCH] mm, page_alloc: skip ->watermark_boost for atomic order-0 allocations-fix
 2020-10-19 18:40 UTC  (2+ messages)

[PATCH v2] kasan: adopt KUNIT tests to SW_TAGS mode
 2020-10-19 17:53 UTC 

[PATCH] kasan: adopt KUNIT tests to SW_TAGS mode
 2020-10-19 17:33 UTC  (3+ messages)

AMD SME encrpytion and PCI BAR pages to user space
 2020-10-19 17:25 UTC  (5+ messages)

[PATCH] mm: proc: add Sock to /proc/meminfo
 2020-10-19 17:23 UTC  (10+ messages)
  ` [External] "

[PATCH 1/2] dmaengine: ppc4xx: make ppc440spe_adma_chan_list static
 2020-10-19 15:57 UTC  (2+ messages)
` [PATCH 2/2] dmaengine: ppc4xx: remove xor_hw_desc assignment without reading

[PATCH] mm: memcontrol: Remove unused mod_memcg_obj_state()
 2020-10-19 15:12 UTC  (2+ messages)

[PATCH] mm/util.c: Add error logs for commitment overflow
 2020-10-19 13:06 UTC  (6+ messages)

[hnaz-linux-mm:master 412/421] drivers/mailbox/bcm-pdc-mailbox.c:682:28: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-10-19 12:48 UTC 

[PATCH v3] mm/compaction: Rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()
 2020-10-19 11:54 UTC  (2+ messages)

[PATCH v2] mm/compaction: Rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()
 2020-10-19 11:39 UTC  (6+ messages)

[PATCH] mm: mempolicy: fix potential pte_unmap_unlock pte error
 2020-10-19 11:32 UTC  (3+ messages)

[PATCH v2] mm: fix page_owner initializing issue for arm32
 2020-10-19 10:55 UTC 

[PATCH v2] mm: fix page_owner initializing issue for arm32
 2020-10-19 10:47 UTC 

[PATCH] mm: fix page_owner initializing issue for arm32
 2020-10-19 10:39 UTC  (3+ messages)

[PATCH V4] MIPS: make userspace mapping young by default
 2020-10-19  8:12 UTC 

[RFC][PATCH 0/9] [v4][RESEND] Migrate Pages in lieu of discard
 2020-10-19  7:37 UTC  (3+ messages)
` [RFC][PATCH 6/9] mm/vmscan: add page demotion counter

[PATCH] mm/compaction: Remove some useless code in compact_zone()
 2020-10-19  7:32 UTC  (4+ messages)

[PATCH V2] mm: fix potential pte_unmap_unlock pte error
 2020-10-19  7:25 UTC  (3+ messages)

[PATCH] mm: Make allocator take care of memoryless numa node
 2020-10-19  7:14 UTC  (5+ messages)

[PATCH v3 7/7] zram: Use local lock to protect per-CPU data
 2020-10-19  2:46 UTC  (3+ messages)

[PATCH v2] page_alloc: Fix freeing non-compound pages
 2020-10-19  1:00 UTC  (5+ messages)

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-10-19  1:00 UTC  (6+ messages)

[Bug 209719] New: NULL pointer dereference
 2020-10-18 17:20 UTC  (2+ messages)

[PATCH v3 00/18] Allow readpage to return a locked page
 2020-10-18 15:04 UTC  (6+ messages)
` [PATCH v3 11/18] ext4: Tell the VFS that readpage was synchronous
` [PATCH v3 12/18] ext4: Return error from ext4_readpage

[PATCH v1 05/29] virtio-mem: generalize check for added memory
 2020-10-18 12:27 UTC  (3+ messages)

[PATCH] device-dax/kmem: Use struct_size()
 2020-10-18  0:05 UTC  (4+ 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).