linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-13 21:03:50 to 2019-08-15 03:28:16 UTC [more...]

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-15  3:28 UTC  (10+ messages)

[RFC PATCH 0/2] mm/gup: introduce vaddr_pin_pages_remote(), FOLL_PIN
 2019-08-15  3:01 UTC  (10+ messages)
` [RFC PATCH 2/2] mm/gup: introduce vaddr_pin_pages_remote()

[RFC PATCH v2 0/5] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-08-15  2:58 UTC 

[BUG] kernel BUG at fs/userfaultfd.c:385 after 04f5866e41fb
 2019-08-15  2:21 UTC  (6+ messages)

WARNING in cgroup_rstat_updated
 2019-08-15  1:26 UTC  (2+ messages)

[PATCH v4 0/3] kasan: support backing vmalloc space with real shadow memory
 2019-08-15  0:16 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] fork: support VMAP_STACK with KASAN_VMALLOC
` [PATCH v4 3/3] x86/kasan: support KASAN_VMALLOC

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-15  0:13 UTC  (19+ messages)
` [PATCH v3 hmm 01/11] mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
` [PATCH v3 hmm 02/11] mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
` [PATCH v3 hmm 03/11] mm/mmu_notifiers: add a get/put scheme for the registration
` [PATCH v3 hmm 04/11] misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
` [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm'
` [PATCH v3 hmm 08/11] drm/radeon: use mmu_notifier_get/put for struct radeon_mn
` [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release

[PATCH 0/5] hmm & mmu_notifier debug/lockdep annotations
 2019-08-15  0:11 UTC  (14+ messages)
` [PATCH 1/5] mm: Check if mmu notifier callbacks are allowed to fail
` [PATCH 2/5] kernel.h: Add non_block_start/end()
` [PATCH 3/5] mm, notifier: Catch sleeping/blocking for !blockable
` [PATCH 4/5] mm, notifier: Add a lockdep map for invalidate_range_start
` [PATCH 5/5] mm/hmm: WARN on illegal ->sync_cpu_device_pagetables errors

turn hmm migrate_vma upside down v3
 2019-08-15  0:09 UTC  (12+ messages)
` [PATCH 01/10] mm: turn migrate_vma upside down
` [PATCH 02/10] nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copy
` [PATCH 03/10] nouveau: factor out device memory address calculation
` [PATCH 04/10] nouveau: factor out dmem fence completion
` [PATCH 05/10] nouveau: remove a few function stubs
` [PATCH 06/10] nouveau: simplify nouveau_dmem_migrate_to_ram
` [PATCH 07/10] nouveau: simplify nouveau_dmem_migrate_vma
` [PATCH 08/10] mm: remove the unused MIGRATE_PFN_ERROR flag
` [PATCH 09/10] mm: remove the unused MIGRATE_PFN_DEVICE flag
` [PATCH 10/10] mm: remove CONFIG_MIGRATE_VMA_HELPER

[PATCH 1/3] mm/migrate: clean up useless code in migrate_vma_collect_pmd()
 2019-08-14 23:11 UTC  (3+ messages)
` [PATCHv2] "

[patch] mm, page_alloc: move_freepages should not examine struct page of reserved memory
 2019-08-14 22:49 UTC  (7+ messages)

[PATCH bpf-next] mm: mmap: increase sockets maximum memory size pgoff for 32bits
 2019-08-14 22:18 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v2 0/5] mm/memory_hotplug: online_pages() cleanups
 2019-08-14 22:10 UTC  (15+ messages)
` [PATCH v2 1/5] resource: Use PFN_UP / PFN_DOWN in walk_system_ram_range()
` [PATCH v2 2/5] mm/memory_hotplug: Drop PageReserved() check in online_pages_range()
` [PATCH v2 3/5] mm/memory_hotplug: Simplify online_pages_range()
` [PATCH v2 4/5] mm/memory_hotplug: Make sure the pfn is aligned to the order when onlining
` [PATCH v2 5/5] mm/memory_hotplug: online_pages cannot be 0 in online_pages()

[PATCH 0/2] flush percpu vmstats
 2019-08-14 21:54 UTC  (8+ messages)
` [PATCH 1/2] mm: memcontrol: flush percpu vmstats before releasing memcg
` [PATCH 2/2] mm: memcontrol: flush percpu slab vmstats on kmem offlining

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-14 21:56 UTC  (28+ messages)
` [RFC PATCH v2 01/19] fs/locks: Export F_LAYOUT lease to user space
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 07/19] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object

[PATCH v3] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-14 21:27 UTC 

[PATCH -next] mm/kmemleak: record the current memory pool size
 2019-08-14 19:07 UTC 

[PATCH v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
 2019-08-14 18:36 UTC  (11+ messages)
` [PATCH v5 2/6] mm/page_idle: Add support for handling swapped PG_Idle pages

[PATCH -next] mm/kmemleak: increase the max mem pool to 1M
 2019-08-14 18:32 UTC 

[Linux-kernel-mentees][PATCH v5 0/1] get_user_pages changes
 2019-08-14 18:00 UTC  (8+ messages)
` [Linux-kernel-mentees][PATCH v5 1/1] sgi-gru: Remove *pte_lookup functions, Convert to get_user_page*()

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-08-14 17:00 UTC  (18+ messages)
` [PATCH v8 01/27] Documentation/x86: Add CET description
` [PATCH v8 09/27] mm/mmap: Prevent Shadow Stack VMA merges
` [PATCH v8 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH v8 15/27] mm: Handle shadow stack page fault
` [PATCH v8 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[RFC PATCH v2 0/5] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-08-14 16:46 UTC  (9+ messages)
` [RFC PATCH v2 4/5] hugetlb_cgroup: Add accounting for shared mappings

[RFC][PATCH v12 0/2] mm: Support for page reporting
 2019-08-14 16:11 UTC  (16+ messages)
` [RFC][Patch v12 1/2] mm: page_reporting: core infrastructure
              ` [virtio-dev] "
` [RFC][Patch v12 2/2] virtio-balloon: interface to support free page reporting

[PATCH 1/3] mm/mmap.c: prev could be retrieved from vma->vm_prev
 2019-08-14 16:09 UTC  (7+ messages)
` [PATCH 2/3] mm/mmap.c: __vma_unlink_prev is not necessary now
` [PATCH 3/3] mm/mmap.c: extract __vma_unlink_list as counter part for __vma_link_list

[PATCH v1 0/4] mm/memory_hotplug: online_pages() cleanups
 2019-08-14 16:02 UTC  (14+ messages)
` [PATCH v1 1/4] resource: Use PFN_UP / PFN_DOWN in walk_system_ram_range()
` [PATCH v1 2/4] mm/memory_hotplug: Handle unaligned start and nr_pages in online_pages_blocks()
` [PATCH v1 3/4] mm/memory_hotplug: Simplify online_pages_range()
` [PATCH v1 4/4] mm/memory_hotplug: online_pages cannot be 0 in online_pages()

[PATCH v2] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-14 14:54 UTC  (5+ messages)

[PATCH RESEND] block: annotate refault stalls from IO submission
 2019-08-14 14:50 UTC  (6+ messages)

hmm cleanups, v2
 2019-08-14 14:48 UTC  (9+ messages)
` [PATCH 04/15] mm: remove the pgmap field from struct hmm_vma_walk

[rgushchin:fix_vmstats 21/221] include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'?
 2019-08-14 14:38 UTC  (4+ messages)

[PATCH v5 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-14 12:57 UTC  (5+ messages)
` [PATCH v5 4/6] mm: Introduce Reported pages

[RESEND PATCH 1/2 -mm] mm: account lazy free pages separately
 2019-08-14 12:55 UTC  (12+ messages)

[RFC PATCH v6 00/92] VM introspection
 2019-08-14 12:53 UTC  (20+ messages)
` [RFC PATCH v6 01/92] kvm: introduce KVMI (VM introspection subsystem)
` [RFC PATCH v6 14/92] kvm: introspection: handle introspection commands before returning to guest
` [RFC PATCH v6 64/92] kvm: introspection: add single-stepping
` [RFC PATCH v6 74/92] kvm: x86: do not unconditionally patch the hypercall instruction during emulation

[PATCH] mm: memcontrol: flush percpu vmevents before releasing memcg
 2019-08-14 11:33 UTC  (4+ messages)

add a not device managed memremap_pages
 2019-08-14 11:25 UTC  (8+ messages)
` [PATCH 5/5] memremap: provide "

[RFC PATCH 0/2] Add predictive memory reclamation and compaction
 2019-08-14  8:58 UTC  (4+ messages)

memory leak in bio_clone_fast
 2019-08-14  8:52 UTC 

[PATCH] mm: vmscan: do not share cgroup iteration between reclaimers
 2019-08-14  8:11 UTC  (4+ messages)

[PATCH v5 0/4] Mark the namespace disabled on pfn superblock mismatch
 2019-08-14  4:22 UTC  (3+ messages)
` [PATCH v5 1/4] nvdimm: Consider probe return -EOPNOTSUPP as success

[PATCH] mm/mmap.c: rb_parent is not necessary in __vma_link_list
 2019-08-14  2:19 UTC  (3+ messages)

mmotm 2019-08-13-15-40 uploaded
 2019-08-13 22:41 UTC 

[PATCH] nouveau/hmm: map pages after migration
 2019-08-13 21:58 UTC  (2+ messages)

memory leak in bio_clone_fast
 2019-08-13 21:33 UTC  (2+ messages)

[PATCH v8 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-08-13 20:53 UTC  (15+ messages)
` [PATCH v8 01/14] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v8 02/14] x86/cet/ibt: User-mode indirect branch tracking support
` [PATCH v8 03/14] x86/cet/ibt: Handle signals for end branch
` [PATCH v8 04/14] mm/mmap: Add IBT bitmap size to address space limit check
` [PATCH v8 05/14] x86/cet/ibt: ELF header parsing for IBT
` [PATCH v8 06/14] x86/cet/ibt: Add arch_prctl functions "
` [PATCH v8 07/14] x86/cet/ibt: Add ENDBR to op-code-map
` [PATCH v8 08/14] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v8 09/14] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v8 10/14] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
` [PATCH v8 11/14] x86/vsyscall/64: Fixup shadow stack and branch tracking for vsyscall
` [PATCH v8 12/14] x86/cet: Add PTRACE interface for CET
` [PATCH v8 13/14] x86: Discard .note.gnu.property sections
` [PATCH v8 14/14] Introduce arch_prctl(ARCH_X86_CET_MARK_LEGACY_CODE)


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