linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 07:42:47 to 2020-01-16 15:18:06 UTC [more...]

[PATCH v4] mm/mempolicy,hugetlb: Checking hstate for hugetlbfs page in vma_migratable
 2020-01-16 15:18 UTC  (4+ messages)

[PATCH -next v3] mm/hotplug: silence a lockdep splat with printk()
 2020-01-16 14:53 UTC  (3+ messages)

[PATCH for 4.19-stable 00/25] mm/memory_hotplug: backport of pending stable fixes
 2020-01-16 14:32 UTC  (37+ messages)
` [PATCH for 4.19-stable 01/25] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH for 4.19-stable 02/25] mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()
` [PATCH for 4.19-stable 03/25] mm, sparse: pass nid instead of pgdat to sparse_add_one_section()
` [PATCH for 4.19-stable 04/25] drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONS
` [PATCH for 4.19-stable 05/25] mm, memory_hotplug: add nid parameter to arch_remove_memory
` [PATCH for 4.19-stable 06/25] mm/memory_hotplug: release memory resource after arch_remove_memory()
` [PATCH for 4.19-stable 07/25] drivers/base/memory.c: clean up relics in function parameters
` [PATCH for 4.19-stable 08/25] mm, memory_hotplug: update a comment in unregister_memory()
` [PATCH for 4.19-stable 09/25] mm/memory_hotplug: make unregister_memory_section() never fail
` [PATCH for 4.19-stable 10/25] mm/memory_hotplug: make __remove_section() "
` [PATCH for 4.19-stable 11/25] powerpc/mm: Fix section mismatch warning
` [PATCH for 4.19-stable 12/25] powerpc/mm: move warning from resize_hpt_for_hotplug()
` [PATCH for 4.19-stable 13/25] mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail
` [PATCH for 4.19-stable 14/25] s390x/mm: implement arch_remove_memory()
` [PATCH for 4.19-stable 15/25] mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
` [PATCH for 4.19-stable 16/25] drivers/base/memory: pass a block_id to init_memory_block()
` [PATCH for 4.19-stable 17/25] mm/memory_hotplug: create memory block devices after arch_add_memory()
` [PATCH for 4.19-stable 18/25] mm/memory_hotplug: remove memory block devices before arch_remove_memory()
` [PATCH for 4.19-stable 19/25] mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail
` [PATCH for 4.19-stable 20/25] mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_section
` [PATCH for 4.19-stable 21/25] mm/hotplug: kill is_dev_zone() usage in __remove_pages()
` [PATCH for 4.19-stable 22/25] drivers/base/node.c: simplify unregister_memory_block_under_nodes()
` [PATCH for 4.19-stable 23/25] mm/memunmap: don't access uninitialized memmap in memunmap_pages()
` [PATCH for 4.19-stable 24/25] mm/memory_hotplug: fix try_offline_node()
` [PATCH for 4.19-stable 25/25] mm/memory_hotplug: shrink zones when offlining memory

[PATCH -next] mm/hotplug: silence a lockdep splat with printk()
 2020-01-16 14:29 UTC  (8+ messages)

[PATCH] x86/Hyper-V: Balloon up according to request page number
 2020-01-16 14:17 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH v5 0/2] mm/hmm/test: add self tests for HMM
 2020-01-16 14:13 UTC  (9+ messages)
` [PATCH v5 1/2] mm/mmu_notifier: make interval notifier updates safe

[PATCH v6 0/6] mm/hmm/test: add self tests for HMM
 2020-01-16 14:11 UTC  (10+ messages)
` [PATCH v6 1/6] mm/mmu_notifier: add mmu_interval_notifier_insert_safe()
` [PATCH v6 4/6] mm/mmu_notifier: add mmu_interval_notifier_find()
` [PATCH v6 5/6] nouveau: use new mmu interval notifiers

[PATCH] mm: verify page type before getting memcg from it
 2020-01-16 14:10 UTC 

[PATCH] mm/mempolicy.c: Fix out of bounds write in mpol_parse_str()
 2020-01-16 14:05 UTC  (12+ messages)

RFC: hold i_rwsem until aio completes
 2020-01-16 14:00 UTC  (11+ messages)

[PATCH] mm/vmscan: remove prefetch_prev_lru_page
 2020-01-16 13:18 UTC  (7+ messages)

[PATCH v3 0/6] ubsan: Split out bounds checker
 2020-01-16 12:32 UTC  (9+ messages)
` [PATCH v3 1/6] ubsan: Add trap instrumentation option
` [PATCH v3 2/6] ubsan: Split "bounds" checker from other options
` [PATCH v3 3/6] lkdtm/bugs: Add arithmetic overflow and array bounds checks
` [PATCH v3 4/6] ubsan: Check panic_on_warn
` [PATCH v3 5/6] kasan: Unset panic_on_warn before calling panic()
` [PATCH v3 6/6] ubsan: Include bug type in report header

[PATCH] mm/cma.c: find a named CMA area by name
 2020-01-16 12:12 UTC  (2+ messages)

[PATCH v4] mm/page_vma_mapped.c: Explicitly compare pfn for normal, hugetlbfs and THP page
 2020-01-16 10:29 UTC  (6+ messages)

[PATCH] mm/compaction: Disable compact_unevictable_allowed on RT
 2020-01-16 10:22 UTC  (3+ messages)

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-16  9:37 UTC  (16+ messages)
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v12 05/22] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v12 06/22] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v12 08/22] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v12 11/22] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v12 22/22] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[Patch v3] mm: thp: grab the lock before manipulation defer list
 2020-01-16  9:35 UTC  (2+ messages)

[PATCH v5 0/4] KASAN for powerpc64 radix
 2020-01-16  9:34 UTC  (2+ messages)

[PATCH] mm/sparse: reset section's mem_map when fully deactivated
 2020-01-16  8:57 UTC  (8+ messages)

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-01-16  8:33 UTC  (4+ messages)
` [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size on powerpc

[PATCH v2 0/3] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-01-16  8:11 UTC  (6+ messages)
` [PATCH v2 1/3] kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
` [PATCH v2 2/3] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
` [PATCH v2 3/3] kasan: initialise array in kasan_memcmp test

[PATCH 1/2] mm/mempolicy: Checking hstate for hugetlbfs page in vma_migratable
 2020-01-16  8:07 UTC  (15+ messages)
` [PATCH 2/2] mm/mempolicy: Skip walking HUGETLB vma if MPOL_MF_STRICT is specified alone

[PATCH v1 0/4] basic KASAN support for Xen PV domains
 2020-01-16  7:54 UTC  (9+ messages)
` [PATCH v1 1/4] kasan: introduce set_pmd_early_shadow()
` [PATCH v1 4/4] xen/netback: Fix grant copy across page boundary with KASAN

[PATCH v4 0/9] Fixup page directory freeing
 2020-01-16  6:49 UTC  (11+ messages)
` [PATCH v4 1/9] powerpc/mmu_gather: Enable RCU_TABLE_FREE even for !SMP case
` [PATCH v4 2/9] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
` [PATCH v4 3/9] asm-generic/tlb: Avoid potential double flush
` [PATCH v4 4/9] asm-gemeric/tlb: Remove stray function declarations
` [PATCH v4 5/9] asm-generic/tlb: Add missing CONFIG symbol
` [PATCH v4 6/9] asm-generic/tlb: Rename HAVE_RCU_TABLE_FREE
` [PATCH v4 7/9] asm-generic/tlb: Rename HAVE_MMU_GATHER_PAGE_SIZE
` [PATCH v4 8/9] asm-generic/tlb: Rename HAVE_MMU_GATHER_NO_GATHER
` [PATCH v4 9/9] asm-generic/tlb: Provide MMU_GATHER_TABLE_FREE

[PATCH V12 0/2] arm64/mm: Enable memory hot remove
 2020-01-16  6:45 UTC  (3+ messages)
` [PATCH V12 1/2] arm64/mm: Hold memory hotplug lock while walking for kernel page table dump
` [PATCH V12 2/2] arm64/mm: Enable memory hot remove

[PATCH 0/2] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-01-16  5:47 UTC  (10+ messages)
` [PATCH 1/2] kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
` [PATCH 2/2] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN

[PATCH] mm/cma.c: find a named CMA area by name
 2020-01-16  4:21 UTC  (2+ messages)

[PATCH v3] mm/mempolicy,hugetlb: Checking hstate for hugetlbfs page in vma_migratable
 2020-01-16  3:22 UTC  (3+ messages)

[PATCH 0/2] mm/thp: rework the pmd protect changing flow
 2020-01-16  3:09 UTC  (3+ messages)
` [PATCH 1/2] mm: add helpers pmdp_modify_prot_start/commit
` [PATCH 2/2] arm64: mm: rework the pmd protect changing flow

[PATCH v8 00/10] per lruvec lru_lock for memcg
 2020-01-16  3:05 UTC  (11+ messages)
` [PATCH v8 01/10] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v8 02/10] mm/memcg: fold lock_page_lru into commit_charge
` [PATCH v8 03/10] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v8 04/10] mm/lru: introduce the relock_page_lruvec function
` [PATCH v8 05/10] mm/mlock: optimize munlock_pagevec by relocking
` [PATCH v8 06/10] mm/swap: only change the lru_lock iff page's lruvec is different
` [PATCH v8 07/10] mm/pgdat: remove pgdat lru_lock
` [PATCH v8 08/10] mm/lru: revise the comments of lru_lock
` [PATCH v8 09/10] mm/lru: add debug checking for page memcg moving
` [PATCH v8 10/10] mm/memcg: add debug checking in lock_page_memcg

[LSF/MM/BPF TOPIC] kernel memory accounting
 2020-01-15 23:29 UTC 

[PATCH v16 0/9] mm / virtio: Provide support for free page reporting
 2020-01-15 23:08 UTC  (2+ messages)

[LSF/MM TOPIC] Free Page Reporting
 2020-01-15 22:54 UTC 

REMINDER: LSF/MM/BPF: 2020: Call for Proposals
 2020-01-15 21:54 UTC 

[patch] mm, oom: dump stack of victim when reaping failed
 2020-01-15 20:27 UTC  (3+ messages)

[PATCH] mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()
 2020-01-15 17:27 UTC  (3+ messages)

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2020-01-15 15:18 UTC  (3+ messages)

[PATCH v3 0/9] Fixup page directory freeing
 2020-01-15 14:47 UTC  (3+ messages)

[PATCH -next v2] mm/hotplug: silence a lockdep splat with printk()
 2020-01-15 14:46 UTC  (5+ messages)

[PATCH v8 00/25] arm64: MMU enabled kexec relocation
 2020-01-15 14:36 UTC  (4+ messages)

[patch] mm, thp: fix defrag setting if newline is not used
 2020-01-15 12:45 UTC  (2+ messages)

[PATCH v5 0/2] mm, drm/ttm: Fix pte insertion with customized protection
 2020-01-15 12:41 UTC  (3+ messages)
` [PATCH v5 1/2] mm: Add a vmf_insert_mixed_prot() function
` [PATCH v5 2/2] mm, drm/ttm: Fix vm page protection handling

[PATCH 1/1] mm: fix tick_sched timer blocked by pgdat_resize_lock
 2020-01-15  9:45 UTC  (7+ messages)
` [PATCH RESEND] "

[PATCH 0/4] introduce memory hinting API for external process
 2020-01-15  9:38 UTC  (7+ messages)
` [PATCH 2/4] mm: introduce external memory hinting API

[PATCH v2] mm/mempolicy,hugetlb: Checking hstate for hugetlbfs page in vma_migratable
 2020-01-15  9:04 UTC  (2+ messages)

[RFC v2 0/9] Replacing the readpages a_op
 2020-01-15  7:44 UTC  (7+ messages)
` [PATCH v2 6/9] iomap,xfs: Convert from readpages to readahead
` [PATCH v2 9/9] mm: Unify all add_to_page_cache variants


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