linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-01 03:42:18 to 2020-08-04 09:15:55 UTC [more...]

[PATCH v19 00/15] Introduce Data Access MONitor (DAMON)
 2020-08-04  9:14 UTC  (4+ messages)
` [PATCH v19 01/15] mm: "
` [PATCH v19 02/15] mm/damon: Implement region based sampling
` [PATCH v19 03/15] mm/damon: Adaptively adjust regions

[PATCH] mm: sort freelist by rank number
 2020-08-04  9:12 UTC  (5+ messages)

[PATCH v17 00/21] per memcg lru lock
 2020-08-04  8:37 UTC  (20+ messages)
` [PATCH v17 19/21] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v17 20/21] mm/pgdat: remove pgdat lru_lock
` [PATCH v17 21/21] mm/lru: revise the comments of lru_lock

[PATCH v5 00/16] HWPOISON: soft offline rework
 2020-08-04  8:13 UTC  (5+ messages)

[PATCH] mm/memcg: remove useless check on page->mem_cgroup
 2020-08-04  7:35 UTC  (5+ messages)

[PATCH v3 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-08-04  7:24 UTC  (7+ messages)
` [PATCH v3 1/6] mm/page_isolation: don't dump_page(NULL) in set_migratetype_isolate()
` [PATCH v3 2/6] mm/page_alloc: tweak comments in has_unmovable_pages()
` [PATCH v3 3/6] mm/page_isolation: drop WARN_ON_ONCE() in set_migratetype_isolate()
` [PATCH v3 4/6] mm/page_isolation: cleanup set_migratetype_isolate()
` [PATCH v3 5/6] virtio-mem: don't special-case ZONE_MOVABLE
` [PATCH v3 6/6] mm: document semantics of ZONE_MOVABLE

[PATCH v17 18/21] mm/lru: introduce the relock_page_lruvec function
 2020-08-04  6:13 UTC  (5+ messages)
` [PATCH RFC] mm: Add function for testing if the current lruvec lock is valid

[PATCH] mm, mempolicy: Check parameters first in kernel_get_mempolicy
 2020-08-04  3:25 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION de44d2b59b0fc49b84d711d815dfc2ef0a272912
 2020-08-04  2:56 UTC 

[PATCH] hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem
 2020-08-04  2:03 UTC  (4+ messages)

[PATCH] mm: introduce reference pages
 2020-08-04  0:50 UTC  (6+ messages)

[PATCH v2] mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warnings
 2020-08-04  0:40 UTC  (7+ messages)

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2020-08-03 20:03 UTC  (13+ messages)

[hnaz-linux-mm:master 168/421] init/main.c:1012: undefined reference to `efi_enter_virtual_mode'
 2020-08-03 18:03 UTC  (3+ messages)

[RFC PATCH] mm: silence soft lockups from unlock_page
 2020-08-03 17:56 UTC  (12+ messages)

[RFC-PROTOTYPE 1/1] mm: Add __GFP_FAST_TRY flag
 2020-08-03 16:30 UTC 

[PATCH v10 0/5] KASAN-KUnit Integration
 2020-08-03 16:25 UTC 

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

[PATCH] mm: Fix protection usage propagation
 2020-08-03 15:39 UTC  (2+ messages)

[PATCH] mm, memcg: do full scan initially in force_empty
 2020-08-03 15:26 UTC  (11+ messages)

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

[PATCH] mm: use blk_io_schedule() for avoiding task hung in sync io
 2020-08-03 13:36 UTC 

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-08-03 12:43 UTC  (7+ messages)
` [PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation

[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 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 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

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 06/23] mm/memory_hotplug: Introduce default phys_to_target_node() implementation
 2020-08-01 16:39 UTC  (3+ messages)

[PATCH v3 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-01 16:36 UTC  (21+ messages)
` [PATCH v3 02/23] x86/numa: Add 'nohmat' option
` [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)

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


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