linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-02 16:39:24 to 2020-08-04 19:43:03 UTC [more...]

[PATCH v2 0/6] Improvements for dump_page()
 2020-08-04 19:42 UTC  (8+ messages)
` [PATCH v2 2/6] mm: Dump compound page information on a second line
      ` [PATCH] mm, dump_page: do not crash with bad compound_page()

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

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-08-04 19:34 UTC  (9+ messages)
` [PATCH v7 18/29] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation

[RFC-PROTOTYPE 1/1] mm: Add __GFP_FAST_TRY flag
 2020-08-04 17:34 UTC  (4+ messages)

[RFC PATCH 1/2] sched: Fix exit_mm vs membarrier
 2020-08-04 17:25 UTC  (5+ messages)

[PATCH v2 0/2] mm: Expand CONFIG_SLAB_FREELIST_HARDENED to include SLAB
 2020-08-04 17:18 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] slab: Add naive detection of double free

[PATCH v3 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-04 17:02 UTC  (2+ messages)

[PATCH 0/4] Remove nrexceptional tracking
 2020-08-04 16:17 UTC  (5+ messages)
` [PATCH 1/4] mm: Introduce and use page_cache_empty
` [PATCH 2/4] mm: Stop accounting shadow entries
` [PATCH 3/4] dax: Account DAX entries as nrpages
` [PATCH 4/4] mm: Remove nrexceptional from inode

[PATCH] mm: introduce reference pages
 2020-08-04 15:48 UTC  (8+ messages)

[GIT PULL] Please pull hmm changes
 2020-08-04 15:06 UTC 

[PATCH v17 00/21] per memcg lru lock
 2020-08-04 14:29 UTC  (22+ 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

[RFC v14 0/7] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-08-04 14:24 UTC  (8+ messages)
` [RFC v14 1/7] mm/damon: Account age of target regions
` [RFC v14 2/7] mm/damon: Implement data access monitoring-based operation schemes
` [RFC v14 3/7] mm/damon/schemes: Implement a debugfs interface
` [RFC v14 4/7] mm/damon/schemes: Implement statistics feature
` [RFC v14 5/7] mm/damon/selftests: Add 'schemes' debugfs tests
` [RFC v14 6/7] damon/tools: Support more human friendly 'schemes' control
` [RFC v14 7/7] Docs/admin-guide/mm/damon: Document DAMON-based Operation Schemes

[PATCH v2 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-04 13:53 UTC  (9+ messages)
` [PATCH v2 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v2 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v2 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v2 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH 0/2][next] Use flexible_array_size() helper in memcpy()
 2020-08-04 13:25 UTC  (5+ 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/5] kasan: support stack instrumentation for tag-based mode
 2020-08-04 13:24 UTC  (9+ messages)
` [PATCH v2 1/5] kasan: don't tag stacks allocated with pagealloc
` [PATCH v2 2/5] efi: provide empty efi_enter_virtual_mode implementation
` [PATCH v2 3/5] kasan, arm64: don't instrument functions that enable kasan
` [PATCH v2 4/5] kasan: allow enabling stack tagging for tag-based mode
` [PATCH v2 5/5] kasan: adjust kasan_stack_oob "

[linux-next:pending-fixes] BUILD SUCCESS 0359180fcb429256f9396fae83916bd0185f01fe
 2020-08-04 13:03 UTC 

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

[PATCH v3 1/3] mm/gup: restrict CMA region by using allocation scope API
 2020-08-04 12:05 UTC  (2+ messages)

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2020-08-04 11:13 UTC  (14+ messages)

[PATCH] mm: sort freelist by rank number
 2020-08-04 10:20 UTC  (6+ messages)

[PATCH v3 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-08-04 10:04 UTC  (11+ 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 v3 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-04  9:50 UTC  (7+ messages)
` [PATCH v3 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v3 2/6] mmap: make mlock_future_check() global
` [PATCH v3 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v3 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v3 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v3 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH v19 00/15] Introduce Data Access MONitor (DAMON)
 2020-08-04  9:14 UTC  (16+ 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 v19 04/15] mm/damon: Track dynamic monitoring target regions update
` [PATCH v19 05/15] mm/idle_page_tracking: Make PG_(idle|young) reusable
` [PATCH v19 06/15] mm/damon: Implement callbacks for the virtual memory address spaces
` [PATCH v19 07/15] mm/damon: Implement access pattern recording
` [PATCH v19 08/15] mm/damon: Add a tracepoint
` [PATCH v19 09/15] mm/damon: Implement a debugfs interface
` [PATCH v19 10/15] damon/debugfs: Support pidfd target id
` [PATCH v19 11/15] tools: Introduce a minimal user-space tool for DAMON
` [PATCH v19 12/15] Documentation: Add documents "
` [PATCH v19 13/15] mm/damon: Add kunit tests
` [PATCH v19 14/15] mm/damon: Add user space selftests
` [PATCH v19 15/15] MAINTAINERS: Update for DAMON

[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 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 v2] mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warnings
 2020-08-04  0:40 UTC  (7+ messages)

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

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


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