linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-14 16:07:50 to 2019-08-15 20:16:39 UTC [more...]

[RFC PATCH v6 00/92] VM introspection
 2019-08-15 20:16 UTC  (9+ messages)
` [RFC PATCH v6 55/92] kvm: introspection: add KVMI_CONTROL_MSR and KVMI_EVENT_MSR
` [RFC PATCH v6 71/92] mm: add support for remote mapping
  ` DANGER WILL ROBINSON, DANGER

[PATCH 0/5] hmm & mmu_notifier debug/lockdep annotations
 2019-08-15 20:13 UTC  (51+ 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

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

[PATCH v1 0/8] arm64: MMU enabled kexec relocation
 2019-08-15 20:09 UTC  (7+ messages)
` [PATCH v1 2/8] arm64, mm: transitional tables

[PATCHSET v2] writeback, memcg: Implement foreign inode flushing
 2019-08-15 19:59 UTC  (6+ messages)
` [PATCH 1/5] writeback: Generalize and expose wb_completion
` [PATCH 2/5] bdi: Add bdi->id
` [PATCH 3/5] writeback: Separate out wb_get_lookup() from wb_get_create()
` [PATCH 4/5] writeback, memcg: Implement cgroup_writeback_by_id()
` [PATCH 5/5] writeback, memcg: Implement foreign dirty flushing

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

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-15 19:46 UTC  (22+ 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 1/3] mm/migrate: clean up useless code in migrate_vma_collect_pmd()
 2019-08-15 19:40 UTC  (6+ messages)
` [PATCHv2] "

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-15 19:33 UTC  (11+ messages)

[RFC][PATCH v12 0/2] mm: Support for page reporting
 2019-08-15 19:22 UTC  (7+ messages)
` [RFC][Patch v12 1/2] mm: page_reporting: core infrastructure

[PATCH] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-15 19:20 UTC  (3+ messages)

[Bug 204407] New: Bad page state in process Xorg
 2019-08-15 19:13 UTC  (7+ messages)

[Question-kvm] Can hva_to_pfn_fast be executed in interrupt context?
 2019-08-15 18:26 UTC  (4+ messages)

[PATCH] nouveau/hmm: map pages after migration
 2019-08-15 17:43 UTC  (3+ messages)
  ` [Nouveau] "

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

[PATCH v2] asm-generic: fix variable 'p4d' set but not used
 2019-08-15 17:38 UTC  (2+ messages)

[PATCHSET] writeback, memcg: Implement foreign inode flushing
 2019-08-15 17:34 UTC  (14+ messages)
` [PATCH 1/4] writeback: Generalize and expose wb_completion
` [PATCH 2/4] bdi: Add bdi->id
` [PATCH 3/4] writeback, memcg: Implement cgroup_writeback_by_id()
` [PATCH 4/4] writeback, memcg: Implement foreign dirty flushing

[PATCH 1/3] mm/migrate: clean up useless code in migrate_vma_collect_pmd()
 2019-08-15 17:22 UTC  (5+ messages)
` [PATCH 2/3] mm/migrate: see hole as invalid source page
` [PATCH 3/3] mm/migrate: remove the duplicated code migrate_vma_collect_hole()

[RFC PATCH 0/2] Add predictive memory reclamation and compaction
 2019-08-15 17:02 UTC  (6+ messages)

[PATCH v8 0/2] arm64 tagged address ABI
 2019-08-15 16:54 UTC  (7+ messages)
` [PATCH v8 1/5] mm: untag user pointers in mmap/munmap/mremap/brk
` [PATCH v8 2/5] arm64: Tighten the PR_{SET,GET}_TAGGED_ADDR_CTRL prctl() unused arguments
` [PATCH v8 3/5] arm64: Change the tagged_addr sysctl control semantics to only prevent the opt-in
` [PATCH v8 4/5] arm64: Define Documentation/arm64/tagged-address-abi.rst
` [PATCH v8 5/5] arm64: Relax Documentation/arm64/tagged-pointers.rst

[PATCH v13 0/6] THP aware uprobe
 2019-08-15 16:45 UTC  (7+ messages)
` [PATCH v13 1/6] mm: move memcmp_pages() and pages_identical()
` [PATCH v13 2/6] uprobe: use original page when all uprobes are removed
` [PATCH v13 3/6] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v13 4/6] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
` [PATCH v13 5/6] khugepaged: enable collapse pmd for pte-mapped THP
` [PATCH v13 6/6] uprobe: collapse THP pmd after removing all uprobes

[PATCH v3 0/2] vfs: make active swap files unwritable
 2019-08-15 16:34 UTC  (4+ messages)
` [PATCH 1/2] mm: set S_SWAPFILE on blockdev swap devices
` [PATCH 2/2] vfs: don't allow writes to swap files
` [PATCH RFC 3/2] fstests: check that we can't write "

[PATCH v12 5/6] khugepaged: enable collapse pmd for pte-mapped THP
 2019-08-15 16:27 UTC  (12+ messages)

[PATCH v4] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-15 15:49 UTC 

[PATCH v2] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-15 15:30 UTC  (4+ messages)

turn hmm migrate_vma upside down v3
 2019-08-15 13:28 UTC  (3+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-15 13:05 UTC  (7+ messages)
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease

[PATCH v4 0/3] kasan: support backing vmalloc space with real shadow memory
 2019-08-15 11:28 UTC  (5+ 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 -next] mm/kmemleak: record the current memory pool size
 2019-08-15 10:02 UTC  (2+ messages)

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

[PATCH -next] mm/kmemleak: increase the max mem pool to 1M
 2019-08-15  8:58 UTC  (2+ messages)

[RESEND PATCH 1/2 -mm] mm: account lazy free pages separately
 2019-08-15  8:46 UTC  (15+ messages)

[PATCH 0/2] flush percpu vmstats
 2019-08-15  8:35 UTC  (5+ messages)
` [PATCH 2/2] mm: memcontrol: flush percpu slab vmstats on kmem offlining

[PATCH] mm/oom: Add killed process selection information
 2019-08-15  8:24 UTC  (2+ messages)

[PATCH] mm/oom: Add killed process selection information
 2019-08-15  8:18 UTC  (10+ messages)

[PATCH v4 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-08-15  5:44 UTC  (3+ messages)
` [PATCH v4 1/2] mm: Allow the page cache to allocate large pages
` [PATCH v4 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[RFC PATCH v2 0/5] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-08-15  3:53 UTC  (5+ messages)
` [RFC PATCH v2 4/5] hugetlb_cgroup: Add accounting for shared mappings
` [RFC PATCH v2 1/5] hugetlb_cgroup: Add hugetlb_cgroup reservation counter

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

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

[patch] mm, page_alloc: move_freepages should not examine struct page of reserved memory
 2019-08-14 22:49 UTC  (4+ 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  (12+ messages)
` [PATCH v2 1/5] resource: Use PFN_UP / PFN_DOWN in walk_system_ram_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 v3] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-14 21:27 UTC 

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

[RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
 2019-08-14 18:15 UTC  (12+ messages)

[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  (13+ messages)
` [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 1/3] mm/mmap.c: prev could be retrieved from vma->vm_prev
 2019-08-14 16:09 UTC  (6+ messages)
` [PATCH 3/3] mm/mmap.c: extract __vma_unlink_list as counter part for __vma_link_list


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