linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-28 13:55:52 to 2019-10-29 23:52:13 UTC [more...]

[RFC PATCH 00/13] XOM for KVM guest userspace
 2019-10-29 23:52 UTC  (7+ messages)
` [RFC PATCH 09/13] x86/cpufeature: Add detection of KVM XO
` [RFC PATCH 13/13] x86/Kconfig: Add Kconfig for KVM based XO

[PATCH] mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()
 2019-10-29 23:51 UTC  (2+ messages)

[PATCH] mm: huge_pte_offset() returns pte_t *, not integer
 2019-10-29 23:28 UTC  (4+ messages)

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-10-29 23:25 UTC  (18+ messages)

khugepaged might_sleep() warn due to CONFIG_HIGHPTE=y
 2019-10-29 23:15 UTC  (5+ messages)
  ` [PATCH] mm/khugepaged: Fix might_sleep() warn with CONFIG_HIGHPTE=y

[PATCH v3 0/3] HMM tests and minor fixes
 2019-10-29 23:12 UTC  (9+ messages)
` [PATCH v3 1/3] mm/hmm: make full use of walk_page_range()
` [PATCH v3 2/3] mm/hmm: allow snapshot of the special zero page
` [PATCH v3 3/3] mm/hmm/test: add self tests for HMM

[PATCH v2 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-29 23:09 UTC  (30+ messages)
` [PATCH v2 01/15] mm/mmu_notifier: define the header pre-processor parts even if disabled
` [PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier
` [PATCH v2 03/15] mm/hmm: allow hmm_range to be used with a mmu_range_notifier or hmm_mirror
` [PATCH v2 04/15] mm/hmm: define the pre-processor related parts of hmm.h even if disabled
` [PATCH v2 05/15] RDMA/odp: Use mmu_range_notifier_insert()
` [PATCH v2 06/15] RDMA/hfi1: Use mmu_range_notifier_inset for user_exp_rcv
` [PATCH v2 07/15] drm/radeon: use mmu_range_notifier_insert
` [PATCH v2 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
` [PATCH v2 09/15] xen/gntdev: use mmu_range_notifier_insert
` [PATCH v2 10/15] nouveau: use mmu_notifier directly for invalidate_range_start
` [PATCH v2 11/15] nouveau: use mmu_range_notifier instead of hmm_mirror
` [PATCH v2 13/15] drm/amdgpu: Use mmu_range_insert "
` [PATCH v2 14/15] drm/amdgpu: Use mmu_range_notifier "
` [PATCH v2 15/15] mm/hmm: remove hmm_mirror and related
  ` [PATCH v2 12/15] drm/amdgpu: Call find_vma under mmap_sem

[PATCH] hugetlbfs: fix error handling in init_hugetlbfs_fs()
 2019-10-29 22:36 UTC  (6+ messages)

[PATCH] mm/cma_debug: Use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops
 2019-10-29 21:36 UTC  (2+ messages)

[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings
 2019-10-29 20:07 UTC  (40+ messages)
                ` AMD TLB errata, (Was: [PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings)

[PATCH] mm: memcontrol: fix data race in mem_cgroup_select_victim_node
 2019-10-29 18:47 UTC  (8+ messages)

[PATCH v10 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-10-29 17:34 UTC  (11+ messages)
` [PATCH v10 1/5] "
` [PATCH v10 2/5] kasan: add test for vmalloc
` [PATCH v10 3/5] fork: support VMAP_STACK with KASAN_VMALLOC
` [PATCH v10 4/5] x86/kasan: support KASAN_VMALLOC
` [PATCH v10 5/5] kasan debug: track pages allocated for vmalloc shadow

[PATCH] mm: put the page into the correct list when shrink_page_list fails to reclaim
 2019-10-29 17:13 UTC  (6+ messages)

[PATCH] mm/filemap: do not allocate cache pages beyond end of file at read
 2019-10-29 16:52 UTC  (6+ messages)

[RFC v2] memcg: add memcg lru for page reclaiming
 2019-10-29 15:46 UTC  (3+ messages)

[RFC v2] mm: add page preemption
 2019-10-29 15:27 UTC  (9+ messages)

[PATCH RFC v1 00/26] Add KernelMemorySanitizer infrastructure
 2019-10-29 14:56 UTC  (17+ messages)
` [PATCH RFC v1 05/26] printk_safe: externalize printk_context
` [PATCH RFC v1 19/26] kmsan: call KMSAN hooks where needed
` [PATCH RFC v1 23/26] kmsan: unpoisoning buffers from devices etc

[PATCH] sched: Avoid spurious lock dependencies
 2019-10-29 12:44 UTC  (3+ messages)

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-29 12:15 UTC  (3+ messages)
` [PATCH hmm 06/15] RDMA/hfi1: Use mmu_range_notifier_inset for user_exp_rcv

[PATCH] mm: split_huge_pages_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE
 2019-10-29 11:14 UTC 

[PATCH] mm/sparse.c: mark populate_section_memmap as __meminit
 2019-10-29 11:09 UTC  (2+ messages)

[PATCH] mm: fix unevictable page reclaim when calling madvise_pageout
 2019-10-29 10:45 UTC  (11+ messages)

[PATCH V8] mm/debug: Add tests validating architecture page table helpers
 2019-10-29 10:31 UTC  (2+ messages)

[PATCH v2] mm: Fix checking unmapped holes for mbind
 2019-10-29  9:56 UTC 

[PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
 2019-10-29  8:00 UTC  (8+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 1ee65270bd965f2ae100854006f359ca43de76a1
 2019-10-29  6:40 UTC 

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-10-29  2:47 UTC  (5+ messages)
` [PATCH 04/10] powerpc: Map & release OpenCAPI LPC memory

[PATCH] mm: rate-limit allocation failure warnings more aggressively
 2019-10-29  0:27 UTC  (2+ messages)

[PATCH v2] net: fix sk_page_frag() recursion from memory reclaim
 2019-10-28 23:18 UTC  (2+ messages)

INFO: task hung in mpage_prepare_extent_to_map
 2019-10-28 22:15 UTC  (3+ messages)

[PATCH] mm/thp: fix deadlock in collapse_file()
 2019-10-28 22:14 UTC 

[PATCH v23 16/24] x86/sgx: Add a page reclaimer
 2019-10-28 21:03 UTC 

[PATCH] hugetlbfs: add O_TMPFILE support
 2019-10-28 18:56 UTC  (2+ messages)

[PATCH v2] mm: gup: fix comment of __get_user_pages()
 2019-10-28 18:50 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 60c1769a45f4b6beddcc48843739d7d41b88dc1c
 2019-10-28 16:19 UTC 

kernel BUG at mm/vmscan.c:LINE! (2)
 2019-10-28 16:18 UTC  (3+ messages)

[PATCH v12 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-28 15:24 UTC  (3+ messages)

[PATCH] zswap: add myself to the maintainers list
 2019-10-28 14:59 UTC  (2+ messages)

[PATCH v14 00/22] Generic page walk and ptdump
 2019-10-28 13:59 UTC  (23+ messages)
` [PATCH v14 01/22] mm: Add generic p?d_leaf() macros
` [PATCH v14 02/22] arc: mm: Add p?d_leaf() definitions
` [PATCH v14 03/22] arm: "
` [PATCH v14 04/22] arm64: "
` [PATCH v14 05/22] mips: "
` [PATCH v14 06/22] powerpc: "
` [PATCH v14 07/22] riscv: "
` [PATCH v14 08/22] s390: "
` [PATCH v14 09/22] sparc: "
` [PATCH v14 10/22] x86: "
` [PATCH v14 11/22] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v14 12/22] mm: pagewalk: Allow walking without vma
` [PATCH v14 13/22] mm: pagewalk: Add test_p?d callbacks
` [PATCH v14 14/22] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v14 15/22] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v14 16/22] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v14 17/22] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v14 18/22] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v14 19/22] mm: Add generic ptdump
` [PATCH v14 20/22] x86: mm: Convert dump_pagetables to use walk_page_range
` [PATCH v14 21/22] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v14 22/22] arm64: mm: Display non-present entries in ptdump


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