linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-31 12:21:36 to 2020-08-03 09:00:36 UTC [more...]

[PATCH v7 00/19] The new cgroup slab memory controller
 2020-08-03  9:00 UTC  (3+ messages)
` [PATCH v7 05/19] mm: memcontrol: decouple reference counting from page accounting

[PATCH] khugepaged: collapse_pte_mapped_thp() flush the right range
 2020-08-03  8:59 UTC  (9+ messages)
` [PATCH] khugepaged: collapse_pte_mapped_thp() protect the pmd lock
` [PATCH] khugepaged: retract_page_tables() remember to test exit
` [PATCH] khugepaged: khugepaged_test_exit() check mmget_still_valid()

[PATCH] mm/memcg: remove useless check on page->mem_cgroup
 2020-08-03  8:18 UTC  (4+ messages)

[PATCH] mm, memory_hotplug: update pcp lists everytime onlining a memory block
 2020-08-03  8:05 UTC  (2+ messages)

[PATCH] mm: sort freelist by rank number
 2020-08-03  7:57 UTC  (2+ messages)

[PATCH v4 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-03  7:47 UTC  (25+ messages)
` [PATCH v4 01/23] x86/numa: Cleanup configuration dependent command-line options
` [PATCH v4 02/23] x86/numa: Add 'nohmat' option
` [PATCH v4 03/23] efi/fake_mem: Arrange for a resource entry per efi_fake_mem instance
` [PATCH v4 04/23] ACPI: HMAT: Refactor hmat_register_target_device to hmem_register_device
` [PATCH v4 05/23] resource: Report parent to walk_iomem_res_desc() callback
` [PATCH v4 06/23] mm/memory_hotplug: Introduce default phys_to_target_node() implementation
` [PATCH v4 07/23] ACPI: HMAT: Attach a device for each soft-reserved range
` [PATCH v4 08/23] device-dax: Drop the dax_region.pfn_flags attribute
` [PATCH v4 09/23] device-dax: Move instance creation parameters to 'struct dev_dax_data'
` [PATCH v4 10/23] device-dax: Make pgmap optional for instance creation
` [PATCH v4 11/23] device-dax: Kill dax_kmem_res
` [PATCH v4 12/23] device-dax: Add an allocation interface for device-dax instances
` [PATCH v4 13/23] device-dax: Introduce 'seed' devices
` [PATCH v4 14/23] drivers/base: Make device_find_child_by_name() compatible with sysfs inputs
` [PATCH v4 15/23] device-dax: Add resize support
` [PATCH v4 16/23] mm/memremap_pages: Convert to 'struct range'
` [PATCH v4 17/23] mm/memremap_pages: Support multiple ranges per invocation
` [PATCH v4 18/23] device-dax: Add dis-contiguous resource support
` [PATCH v4 19/23] device-dax: Introduce 'mapping' devices
` [PATCH v4 20/23] device-dax: Make align a per-device property
` [PATCH v4 21/23] device-dax: Add an 'align' attribute
` [PATCH v4 22/23] dax/hmem: Introduce dax_hmem.region_idle parameter
` [PATCH v4 23/23] device-dax: Add a range mapping allocation attribute

[PATCH] mm: introduce reference pages
 2020-08-03  3:51 UTC  (3+ messages)

[PATCH v17 00/21] per memcg lru lock
 2020-08-02 18:20 UTC  (9+ messages)
` [PATCH v17 18/21] mm/lru: introduce the relock_page_lruvec function
  ` [PATCH RFC] mm: Add function for testing if the current lruvec lock is valid

[PATCH v2 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-02 18:03 UTC  (21+ messages)
` [PATCH v2 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v2 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v2 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v2 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v2 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v2 06/17] riscv: drop unneeded node initialization
` [PATCH v2 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v2 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v2 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v2 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v2 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v2 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v2 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v2 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v2 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v2 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v2 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH 1/4] mm/thp: move lru_add_page_tail func to huge_memory.c
 2020-08-02 13:24 UTC  (7+ messages)
` [PATCH 2/4] mm/thp: clean up lru_add_page_tail
` [PATCH 3/4] mm/thp: remove code path which never got into
` [PATCH 4/4] mm/thp: narrow lru locking

[PATCH 00/15] memblock: seasonal cleaning^w cleanup
 2020-08-02 13:14 UTC  (6+ messages)
` [PATCH 06/15] powerpc: fadamp: simplify fadump_reserve_crash_area()

[PATCH 1/2] mm: make mm->locked_vm an atomic64 counter
 2020-08-02 11:23 UTC  (6+ messages)
` [PATCH 2/2] mm, util: account_locked_vm() does not hold mmap_lock

[RESEND PATCH v5] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-08-02 10:37 UTC  (2+ messages)

[PATCH v7 0/2] tmpfs: inode: Reduce risk of inum overflow
 2020-08-02  5:25 UTC  (8+ messages)
` [PATCH v7 1/2] tmpfs: Per-superblock i_ino support
` [PATCH v7 2/2] tmpfs: Support 64-bit inums per-sb
    ` [PATCH mmotm] tmpfs: support 64-bit inums per-sb fix

[hnaz-linux-mm:master 168/421] init/main.c:1012: undefined reference to `efi_enter_virtual_mode'
 2020-08-01 22:25 UTC 

general protection fault in free_swap_cache
 2020-08-01 20:59 UTC 

[PATCH 00/15] mm: delete duplicated words and fix typos
 2020-08-01 17:38 UTC  (16+ messages)
` [PATCH 01/15] mm: compaction.c: delete duplicated word
` [PATCH 02/15] mm: filemap.c: "
` [PATCH 03/15] mm: hmm.c: "
` [PATCH 04/15] mm: hugetlb.c: delete duplicated words
` [PATCH 05/15] mm: memcontrol.c: "
` [PATCH 06/15] mm: memory.c: "
` [PATCH 07/15] mm: migrate.c: delete duplicated word
` [PATCH 08/15] mm: nommu.c: delete duplicated words
` [PATCH 09/15] mm: page_alloc.c: delete or fix "
` [PATCH 10/15] mm: shmem.c: delete duplicated word
` [PATCH 11/15] mm: slab_common.c: "
` [PATCH 12/15] mm: usercopy.c: "
` [PATCH 13/15] mm: vmscan.c: delete or fix duplicated words
` [PATCH 14/15] mm: zpool.c: delete duplicated word and fix grammar
` [PATCH 15/15] mm: zsmalloc.c: fix duplicated words

[PATCH v3 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-01 16:39 UTC  (31+ messages)
` [PATCH v3 01/23] x86/numa: Cleanup configuration dependent command-line options
` [PATCH v3 02/23] x86/numa: Add 'nohmat' option
` [PATCH v3 03/23] efi/fake_mem: Arrange for a resource entry per efi_fake_mem instance
` [PATCH v3 04/23] ACPI: HMAT: Refactor hmat_register_target_device to hmem_register_device
` [PATCH v3 05/23] resource: Report parent to walk_iomem_res_desc() callback
` [PATCH v3 06/23] mm/memory_hotplug: Introduce default phys_to_target_node() implementation
` [PATCH v3 07/23] ACPI: HMAT: Attach a device for each soft-reserved range
` [PATCH v3 08/23] device-dax: Drop the dax_region.pfn_flags attribute
` [PATCH v3 09/23] device-dax: Move instance creation parameters to 'struct dev_dax_data'
` [PATCH v3 10/23] device-dax: Make pgmap optional for instance creation
` [PATCH v3 11/23] device-dax: Kill dax_kmem_res
` [PATCH v3 12/23] device-dax: Add an allocation interface for device-dax instances
` [PATCH v3 13/23] device-dax: Introduce 'seed' devices
` [PATCH v3 14/23] drivers/base: Make device_find_child_by_name() compatible with sysfs inputs
` [PATCH v3 15/23] device-dax: Add resize support
` [PATCH v3 16/23] mm/memremap_pages: Convert to 'struct range'
` [PATCH v3 17/23] mm/memremap_pages: Support multiple ranges per invocation
` [PATCH v3 18/23] device-dax: Add dis-contiguous resource support
` [PATCH v3 19/23] device-dax: Introduce 'mapping' devices
` [PATCH v3 20/23] device-dax: Make align a per-device property
` [PATCH v3 21/23] device-dax: Add an 'align' attribute
` [PATCH v3 22/23] dax/hmem: Introduce dax_hmem.region_idle parameter
` [PATCH v3 23/23] device-dax: Add a range mapping allocation attribute

[linux-next:pending-fixes] BUILD SUCCESS b684091a3d8c63b0fed3cbaafc6edf7b91dda2ab
 2020-08-01 15:59 UTC 

[PATCH v4 0/2] void xfs transaction reservation recursion
 2020-08-01 15:46 UTC  (3+ messages)
` [PATCH v4 1/2] xfs: avoid double restore PF_MEMALLOC_NOFS if transaction reservation fails
` [PATCH v4 2/2] xfs: avoid transaction reservation recursion

[linux-next:master] BUILD REGRESSION 01830e6c042e8eb6eb202e05d7df8057135b4c26
 2020-08-01 11:58 UTC 

[PATCH] mm: Don't bother dropping mmap_sem for zero size readahead
 2020-08-01 10:39 UTC  (3+ messages)

[PATCH] mm, mempolicy: Check parameters first in kernel_get_mempolicy
 2020-08-01  9:08 UTC 

incoming
 2020-08-01  5:24 UTC  (3+ messages)
` mmotm 2020-07-31-16-45 uploaded
  ` mmotm 2020-07-31-16-45 uploaded (drivers/staging/vc04_services/)

[PATCH v2] mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warnings
 2020-08-01  2:17 UTC  (6+ messages)

[PATCH mmotm] mm: memcontrol: decouple reference counting from page accounting fix
 2020-08-01  1:20 UTC  (3+ messages)

Raw spinlocks and memory allocation
 2020-08-01  0:02 UTC  (9+ messages)

[PATCH] mm/dmapool.c: add WARN_ON() in dma_pool_destroy
 2020-07-31 20:49 UTC  (4+ messages)

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2020-07-31 19:41 UTC  (17+ messages)

[PATCH v4 0/6] mm/migrate: avoid device private invalidations
 2020-07-31 19:31 UTC  (6+ messages)
` [PATCH v4 6/6] mm/migrate: remove range invalidation in migrate_vma_pages()

[PATCH 5.4 00/19] 5.4.55-rc1 review
 2020-07-31 17:15 UTC  (2+ messages)

[PATCH 0/2][next] Use flexible_array_size() helper in memcpy()
 2020-07-31 17:13 UTC  (3+ messages)
` [PATCH 1/2][next] mm: memcontrol: Use flex_array_size() "
` [PATCH 2/2][next] mm: memcontrol: Use the preferred form for passing the size of a structure type

[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-07-31 16:22 UTC  (7+ messages)
` [PATCH v2 3/7] "

[PATCH v3 0/6] Fix and enable pmem as RAM device on arm64
 2020-07-31 15:28 UTC  (2+ messages)

[PATCH v1 0/4] device-dax: Further improvements to subdivision
 2020-07-31 14:52 UTC  (3+ messages)
` [PATCH v1 2/4] device-dax: Add an 'align' attribute

[PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode
 2020-07-31 14:25 UTC  (13+ messages)

[PATCH 0/4] kasan: support stack instrumentation for tag-based mode
 2020-07-31 14:21 UTC  (6+ messages)
` [PATCH 1/4] kasan: don't tag stacks allocated with pagealloc
` [PATCH 2/4] kasan, arm64: don't instrument functions that enable kasan
` [PATCH 3/4] kasan: allow enabling stack tagging for tag-based mode
` [PATCH 4/4] kasan: adjust kasan_stack_oob "

[PATCH v5 00/16] HWPOISON: soft offline rework
 2020-07-31 12:21 UTC  (12+ messages)
` [PATCH v5 05/16] mm,hwpoison-inject: don't pin for hwpoison_filter
` [PATCH v5 06/16] mm,hwpoison: Un-export get_hwpoison_page and make it static
` [PATCH v5 07/16] mm,hwpoison: Kill put_hwpoison_page
` [PATCH v5 08/16] mm,hwpoison: remove MF_COUNT_INCREASED
` [PATCH v5 09/16] mm,hwpoison: remove flag argument from soft offline functions
` [PATCH v5 10/16] mm,hwpoison: Unify THP handling for hard and soft offline
` [PATCH v5 11/16] mm,hwpoison: Rework soft offline for free pages
` [PATCH v5 12/16] mm,hwpoison: Rework soft offline for in-use pages
` [PATCH v5 13/16] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page
` [PATCH v5 14/16] mm,hwpoison: Return 0 if the page is already poisoned in soft-offline
` [PATCH v5 15/16] mm,hwpoison: introduce MF_MSG_UNSPLIT_THP


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