linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-19 06:05:07 to 2019-07-22 23:06:14 UTC [more...]

[PATCH 0/3] sgi-gru: get_user_page changes
 2019-07-22 23:06 UTC  (14+ messages)
` [PATCH 1/3] sgi-gru: Convert put_page() to get_user_page*()
` [PATCH 2/3] sgi-gru: Remove CONFIG_HUGETLB_PAGE ifdef
` [PATCH 3/3] sgi-gru: Use __get_user_pages_fast in atomic_pte_lookup

[PATCH 0/3] introduce __put_user_pages(), convert a few call sites
 2019-07-22 22:34 UTC  (4+ messages)
` [PATCH 1/3] mm/gup: introduce __put_user_pages()
` [PATCH 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH 3/3] net/xdp: "

[PATCH] psi: annotate refault stalls from IO submission
 2019-07-22 22:26 UTC  (2+ messages)

[PATCH v1 1/2] mm/page_idle: Add support for per-pid page_idle using virtual indexing
 2019-07-22 22:06 UTC  (3+ messages)
` [PATCH v1 2/2] doc: Update documentation for page_idle virtual address indexing

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

[PATCH 0/4] put_user_page: new put_user_page_dirty*() helpers
 2019-07-22 19:10 UTC  (10+ messages)
` [PATCH 1/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH 2/3] net/xdp: "
` [PATCH 3/3] gup: new put_user_page_dirty*() helpers

WARNING in __mmdrop
 2019-07-22 18:58 UTC  (30+ messages)
    ` RFC: call_rcu_outstanding (was Re: WARNING in __mmdrop)

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-07-22 16:46 UTC  (5+ messages)
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options

hmm_range_fault related fixes and legacy API removal v2
 2019-07-22 14:37 UTC  (8+ messages)
` [PATCH 1/6] mm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}
` [PATCH 2/6] mm: move hmm_vma_range_done and hmm_vma_fault to nouveau
` [PATCH 3/6] nouveau: remove the block parameter to nouveau_range_fault
` [PATCH 4/6] nouveau: unlock mmap_sem on all errors from nouveau_range_fault
` [PATCH 5/6] nouveau: return -EBUSY when hmm_range_wait_until_valid fails
` [PATCH 6/6] mm: remove the legacy hmm_pfn_* APIs

[PATCHv2] mm: treewide: Clarify pgtable_page_{ctor,dtor}() naming
 2019-07-22 14:11 UTC 

[PATCH] mm, slab: Extend slab/shrink to shrink all the memcg caches
 2019-07-22 12:46 UTC  (2+ messages)

[PATCH] mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab shrinker
 2019-07-22 12:00 UTC  (2+ messages)

[PATCH v2 0/3] mm/hmm: fixes for device private page migration
 2019-07-22 11:08 UTC  (14+ messages)
` [PATCH v2 1/3] mm: document zone device struct page field usage
` [PATCH v2 2/3] mm/hmm: fix ZONE_DEVICE anon page mapping reuse
` [PATCH v2 3/3] mm/hmm: Fix bad subpage pointer in try_to_unmap_one

[PATCH] mm/compaction: clear total_{migrate,free}_scanned before scanning a new zone
 2019-07-22  9:54 UTC 

[PATCH v3] kasan: add memory corruption identification for software tag-based mode
 2019-07-22  9:52 UTC  (17+ messages)

[PATCH] memremap: move from kernel/ to mm/
 2019-07-22  9:51 UTC  (2+ messages)

[PATCH 1/2] mm/filemap: don't initiate writeback if mapping has no dirty pages
 2019-07-22  9:36 UTC  (2+ messages)
` [PATCH 2/2] mm/filemap: rewrite mapping_needs_writeback in less fancy manner

[PATCH 0/3 v3] Sync unmappings in vmalloc/ioremap areas
 2019-07-22  8:29 UTC  (7+ messages)
` [PATCH 1/3] x86/mm: Check for pfn instead of page in vmalloc_sync_one()
` [PATCH 2/3] x86/mm: Sync also unmappings in vmalloc_sync_all()
` [PATCH 3/3] mm/vmalloc: Sync unmappings in vunmap_page_range()

kernel BUG at mm/swap_state.c:170!
 2019-07-22  7:56 UTC  (5+ messages)

[v4 PATCH 0/2] mm: mempolicy: fix mbind()'s inconsistent behavior for unmovable pages
 2019-07-22  7:25 UTC  (4+ messages)
` [v4 PATCH 1/2] mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_STRICT were specified
` [v4 PATCH 2/2] mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind

[RFC PATCH 0/5] NUMA Balancer Suite
 2019-07-22  3:44 UTC  (22+ messages)
` [PATCH 0/4] per cpu cgroup numa suite
  ` [PATCH 1/4] numa: introduce per-cgroup numa balancing locality, statistic
  ` [PATCH 4/4] numa: introduce numa cling feature
  ` [PATCH v2 0/4] per-cgroup numa suite
    ` [PATCH v2 2/4] numa: append per-node execution time in cpu.numa_stat

[PATCH] mm/page_poison: fix a typo in a comment
 2019-07-21 18:09 UTC 

[RESEND PATCH v2 06/14] hexagon: switch to generic version of pte allocation
 2019-07-21 16:53 UTC  (2+ messages)

[linux-next] mm/i915: i915_gemfs_init() NULL dereference
 2019-07-21 14:29 UTC 

[PATCH v2 0/3] Make working with compound pages easier
 2019-07-21 10:46 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Introduce page_size()
` [PATCH v2 2/3] mm: Introduce page_shift()
` [PATCH v2 3/3] mm: Introduce compound_nr()

[PATCH] percpu: Fix a typo
 2019-07-21  9:56 UTC 

[PATCH] mm, slab: Move memcg_cache_params structure to mm/slab.h
 2019-07-21  5:31 UTC  (3+ messages)

Why does memblock only refer to E820 table and not EFI Memory Map?
 2019-07-20 22:52 UTC 

[PATCH v3] staging: kpc2000: Convert put_page to put_user_page*()
 2019-07-20 17:36 UTC  (6+ messages)

[PATCH v4] staging: kpc2000: Convert put_page to put_user_page*()
 2019-07-20 17:32 UTC 

[PATCH] mm/migrate: initialize pud_entry in migrate_vma()
 2019-07-20 12:23 UTC  (3+ messages)

[PATCH] mm, oom: avoid printk() iteration under RCU
 2019-07-20 11:29 UTC  (5+ messages)

[PATCH] mm: fix livelock caused by iterating multi order entry
 2019-07-19 21:43 UTC  (3+ messages)

[PATCH] cgroup writeback: use online cgroup when switching from dying bdi_writebacks
 2019-07-19 21:13 UTC  (2+ messages)

[PATCH 0/3 v2] Sync unmappings in vmalloc/ioremap areas
 2019-07-19 21:10 UTC  (14+ messages)
` [PATCH 2/3] x86/mm: Sync also unmappings in vmalloc_sync_one()
` [PATCH 3/3] mm/vmalloc: Sync unmappings in vunmap_page_range()

KASAN: use-after-free Write in tlb_finish_mmu
 2019-07-19 20:04 UTC 

[PATCH 0/3] mm/hmm: fixes for device private page migration
 2019-07-19 19:06 UTC  (4+ messages)
` [PATCH 1/3] mm: document zone device struct page reserved fields
` [PATCH 2/3] mm/hmm: fix ZONE_DEVICE anon page mapping reuse
` [PATCH 3/3] mm/hmm: Fix bad subpage pointer in try_to_unmap_one

KASAN: use-after-free Read in finish_task_switch (2)
 2019-07-19 16:34 UTC 

[v3 PATCH 0/2] mm: mempolicy: fix mbind()'s inconsistent behavior for unmovable pages
 2019-07-19 16:18 UTC  (7+ messages)
` [v3 PATCH 1/2] mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_STRICT were specified
` [v3 PATCH 2/2] mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind

[PATCH v2 0/2] mm, slab: Extend slab/shrink to shrink all memcg caches
 2019-07-19 14:29 UTC  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm, slab: Show last shrink time in us when slab/shrink is read

[PATCH v2] drivers/base/node.c: Simplify unregister_memory_block_under_nodes()
 2019-07-19 13:52 UTC 

[PATCH v1] drivers/base/node.c: Simplify unregister_memory_block_under_nodes()
 2019-07-19 11:42 UTC  (11+ messages)

mmotm 2019-07-17-16-05 uploaded
 2019-07-19  8:32 UTC  (3+ messages)
` mmotm 2019-07-17-16-05 uploaded (MTD_HYPERBUS, HBMC_AM654)

[PATCH v5 0/7] kvmppc: HMM driver to manage pages of secure guest
 2019-07-19  8:14 UTC  (7+ messages)
` [PATCH v5 1/7] kvmppc: HMM backend "

[PATCH v3 00/11] mm/memory_hotplug: Factor out memory block devicehandling
 2019-07-19  6:45 UTC  (17+ messages)
` [PATCH v3 02/11] s390x/mm: Fail when an altmap is used for arch_add_memory()
` [PATCH v3 06/11] mm/memory_hotplug: Allow arch_remove_pages() without CONFIG_MEMORY_HOTREMOVE
` [PATCH v3 10/11] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail


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