linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-06 04:34:26 to 2021-08-09 11:21:58 UTC [more...]

[PATCH v3 0/3] arm64: support page mapping percpu first chunk allocator
 2021-08-09 11:21 UTC  (6+ messages)
` [PATCH v3 1/3] vmalloc: Choose a better start address in vm_area_register_early()
` [PATCH v3 2/3] arm64: Support page mapping percpu first chunk allocator
` [PATCH v3 3/3] kasan: arm64: Fix pcpu_page_first_chunk crash with KASAN_VMALLOC

[linux-next:master 4907/6030] drivers/ptp/ptp_ocp.c:830:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
 2021-08-09 10:46 UTC 

[PATCH] mm: use in_task in mm/page_alloc.c
 2021-08-09 10:46 UTC 

[PATCH] mm: use in_task() in mempolicy_slab_node()
 2021-08-09 10:46 UTC 

sparc64-linux-gcc: error: unrecognized command-line option '-mxsave'
 2021-08-09 10:17 UTC  (6+ messages)
  ` [kbuild-all] "

[PATCH v6 00/12] mm/debug_vm_pgtable: Enhancements
 2021-08-09 10:08 UTC  (14+ messages)
` [PATCH v6 01/12] mm/debug_vm_pgtable: Introduce struct pgtable_debug_args
` [PATCH v6 02/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in basic tests
` [PATCH v6 03/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in leaf and savewrite tests
` [PATCH v6 04/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in protnone and devmap tests
` [PATCH v6 05/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in soft_dirty and swap tests
` [PATCH v6 06/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in migration and thp tests
` [PATCH v6 07/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PTE modifying tests
` [PATCH v6 08/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PMD "
` [PATCH v6 09/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PUD "
` [PATCH v6 10/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in PGD and P4D "
` [PATCH v6 11/12] mm/debug_vm_pgtable: Remove unused code
` [PATCH v6 12/12] mm/debug_vm_pgtable: Fix corrupted page flag

[PATCH 0/5] Cleanups and fixup for gup
 2021-08-09  9:39 UTC  (15+ messages)
` [PATCH 1/5] mm: gup: remove set but unused local variable major
` [PATCH 2/5] mm: gup: remove unneed local variable orig_refs
` [PATCH 3/5] mm: gup: remove useless BUG_ON in __get_user_pages()
` [PATCH 4/5] mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()
` [PATCH 5/5] mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()

[PATCH] mm/memcg: Disable task obj_stock for PREEMPT_RT
 2021-08-09  9:28 UTC  (6+ messages)

[PATCH v3 00/14] KVM: s390: pv: implement lazy destroy
 2021-08-09  8:50 UTC  (5+ messages)

[mm/debug_vm_pgtable] 08cb589cb3: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c
 2021-08-09  8:49 UTC  (2+ messages)

[PATCH v7 0/5] Introduce multi-preference mempolicy
 2021-08-09  8:41 UTC  (10+ messages)
` [PATCH v7 1/5] mm/mempolicy: Add MPOL_PREFERRED_MANY for multiple preferred nodes
` [PATCH v7 2/5] mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy
` [PATCH v7 3/5] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY

[linux-next:master 5973/6030] include/linux/page_idle.h:55:18: error: 'PAGE_EXT_YOUNG' undeclared
 2021-08-09  8:39 UTC  (2+ messages)

[PATCH] mm: use in_task() in __gfp_pfmemalloc_flags()
 2021-08-09  8:23 UTC 

[linux-next:master 4771/5318] drivers/net/ethernet/cirrus/cs89x0.c:914:3: error: implicit declaration of function 'disable_dma'; did you mean 'disable_irq'?
 2021-08-09  8:00 UTC  (3+ messages)

[PATCH] mm: use in_task() in alloc_pages()
 2021-08-09  7:51 UTC 

[RFC PATCH 00/15] Make MAX_ORDER adjustable as a kernel boot time parameter
 2021-08-09  7:42 UTC  (35+ messages)
` [RFC PATCH 08/15] fs: proc: use PAGES_PER_SECTION for page offline checking period
` [RFC PATCH 09/15] virtio: virtio_mem: use PAGES_PER_SECTION instead of MAX_ORDER_NR_PAGES
` [RFC PATCH 10/15] virtio: virtio_balloon: "
` [RFC PATCH 11/15] mm/page_reporting: report pages at section size instead of MAX_ORDER
` [RFC PATCH 12/15] mm: Make MAX_ORDER of buddy allocator configurable via Kconfig SET_MAX_ORDER
` [RFC PATCH 13/15] mm: convert MAX_ORDER sized static arrays to dynamic ones
` [RFC PATCH 14/15] mm: introduce MIN_MAX_ORDER to replace MAX_ORDER as compile time constant

[PATCH 0/3] A few gup refactorings and documentation updates
 2021-08-09  6:46 UTC  (10+ messages)
` [PATCH 1/3] mm/gup: documentation corrections for gup/pup
` [PATCH 2/3] mm/gup: small refactoring: simplify try_grab_page()
` [PATCH 3/3] mm/gup: refactor and simplify try_get_page()

[PATCH 0/5] Some cleanup for page migration
 2021-08-09  4:19 UTC  (15+ messages)
` [PATCH 1/5] mm: migrate: Move the page count validation to the proper place
` [PATCH 5/5] mm: migrate: Remove redundant goto labels

[PATCH v2 0/3] Cleanups and fixup for memcontrol
 2021-08-09  1:56 UTC  (6+ messages)
` [PATCH v2 1/3] mm, memcg: remove unused functions
` [PATCH v2 2/3] mm, memcg: save some atomic ops when flush is already true
` [PATCH v2 3/3] mm, memcg: get rid of percpu_charge_mutex lock

[PATCH] mm/migrate: correct kernel-doc notation
 2021-08-08 20:31 UTC 

[PATCH] mm/workingset: correct kernel-doc notations
 2021-08-08 20:31 UTC 

[PATCH v7 1/2] mm: introduce process_mrelease system call
 2021-08-08 16:13 UTC  (11+ messages)

[PATCH 0/3] mm: optimize thp for reclaim and migration
 2021-08-08 17:49 UTC  (11+ messages)
` [PATCH 2/3] mm: free zapped tail pages when splitting isolated thp
` [PATCH 3/3] mm: don't remap clean subpages "

[PATCH v8 1/2] mm: introduce process_mrelease system call
 2021-08-08 16:08 UTC  (2+ messages)
` [PATCH v8 2/2] mm: wire up syscall process_mrelease

[linux-next:master] BUILD REGRESSION 7999516e20bd9bb5d1f7351cbd05ca529a3a8d60
 2021-08-08 11:55 UTC 

ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
 2021-08-08  9:13 UTC  (5+ messages)

[PATCH 0/3] userfaultfd: minor bug fixes
 2021-08-08  2:07 UTC  (4+ messages)
` [PATCH 1/3] userfaultfd: change mmap_changing to atomic
` [PATCH 2/3] userfaultfd: prevent concurrent API initialization
` [PATCH 3/3] selftests/vm/userfaultfd: wake after copy failure

[PATCH v2] memblock: make memblock_find_in_range method private
 2021-08-07 23:05 UTC  (4+ messages)

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-08-07 19:32 UTC  (4+ messages)
` [PATCH V7 14/18] memremap_pages: Add memremap.pks_fault_mode

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-08-07 18:28 UTC  (3+ messages)

[RFC] mm: optimise generic_file_read_iter
 2021-08-07 10:30 UTC  (5+ messages)

[PATCH v3 00/14] Multigenerational LRU Framework
 2021-08-07  7:51 UTC  (3+ messages)

[linux-next:master 5399/6030] drivers/spi/spi-mt65xx.c:242:10: warning: comparison of distinct pointer types ('typeof (hold) *' (aka 'unsigned short *') and 'typeof (65535) *' (aka 'int *'))
 2021-08-07  7:29 UTC 

[PATCH v2] vm_swappiness=0 should still try to avoid swapping anon memory
 2021-08-07  6:14 UTC  (2+ messages)

[PATCH] vm_swappiness=0 should still try to avoid swapping anon memory
 2021-08-07  5:23 UTC  (4+ messages)

[linux-next:master 5399/6030] drivers/spi/spi-mt65xx.c:242:24: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2021-08-07  5:07 UTC 

[PATCH RFC 0/4] mm: Enable PM_SWAP for shmem with PTE_MARKER
 2021-08-07  3:25 UTC  (5+ messages)
` [PATCH RFC 1/4] mm: Introduce PTE_MARKER swap entry
` [PATCH RFC 2/4] mm: Check against orig_pte for finish_fault()
` [PATCH RFC 3/4] mm: Handle PTE_MARKER page faults
` [PATCH RFC 4/4] mm: Install marker pte when page out for shmem pages

mmotm 2021-08-05-19-46 uploaded
 2021-08-07  2:01 UTC  (7+ messages)
` mmotm 2021-08-05-19-46 uploaded (mm/filemap.c)
    ` [PATCH 1/2] mm/PAGE_IDLE_FLAG: Set PAGE_EXTENSION for none-64BIT
      ` [PATCH 2/2] mm/damon/Kconfig: Remove unnecessary PAGE_EXTENSION setup

[syzbot] kernel BUG in __tlb_remove_page_size
 2021-08-06 22:20 UTC  (2+ messages)

[Bug 207273] New: cgroup with 1.5GB limit and 100MB rss usage OOM-kills processes due to page cache usage after upgrading to kernel 5.4
 2021-08-06 20:42 UTC  (5+ messages)

[PATCH] mm,shmem: Fix a typo in shmem_swapin_page()
 2021-08-06 20:37 UTC  (9+ messages)

[PATCH 00/16] tmpfs: HUGEPAGE and MEM_LOCK fcntls and memfds
 2021-08-06 17:57 UTC  (15+ messages)
` [PATCH 06/16] huge tmpfs: shmem_is_huge(vma, inode, index)
` [PATCH 08/16] huge tmpfs: fcntl(fd, F_HUGEPAGE) and fcntl(fd, F_NOHUGEPAGE)

Canvassing for network filesystem write size vs page size
 2021-08-06 15:04 UTC  (7+ messages)

[PATCH] shmem: Use raw_spinlock_t for ->stat_lock
 2021-08-06 14:29 UTC 

[PATCH v3 0/9] mm/memory_hotplug: "auto-movable" online policy and memory groups
 2021-08-06 12:47 UTC  (10+ messages)
` [PATCH v3 1/9] mm: track present early pages per zone
` [PATCH v3 2/9] mm/memory_hotplug: introduce "auto-movable" online policy
` [PATCH v3 3/9] drivers/base/memory: introduce "memory groups" to logically group memory blocks
` [PATCH v3 4/9] mm/memory_hotplug: track present pages in memory groups
` [PATCH v3 5/9] ACPI: memhotplug: use a single static memory group for a single memory device
` [PATCH v3 6/9] dax/kmem: use a single static memory group for a single probed unit
` [PATCH v3 7/9] virtio-mem: use a single dynamic memory group for a single virtio-mem device
` [PATCH v3 8/9] mm/memory_hotplug: memory group aware "auto-movable" online policy
` [PATCH v3 9/9] mm/memory_hotplug: improved dynamic "

[PATCH 0/1 v2] Protect vmstats on PREEMPT_RT
 2021-08-06 12:38 UTC  (6+ messages)
` [PATCH 1/1] mm/vmstat: Protect per cpu variables with preempt disable on RT

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-08-06 12:28 UTC  (5+ messages)
` [PATCH v3 11/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-08-06 11:48 UTC  (2+ messages)

[PATCH v34 07/13] mm/damon: Implement a debugfs-based user space interface
 2021-08-06 11:47 UTC  (2+ messages)

[PATCH v34 07/13] mm/damon: Implement a debugfs-based user space interface
 2021-08-06 11:46 UTC  (2+ messages)

[PATCH v3] mm: KSM: fix data type
 2021-08-06 11:13 UTC 

[PATCH v2 0/2] add KSM performance tests
 2021-08-06 10:10 UTC  (3+ messages)
` [PATCH v2 1/2] selftests: vm: add KSM merging time test
` [PATCH v2 2/2] selftests: vm: add COW time test for KSM pages

[PATCH v4 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-06  7:45 UTC  (4+ messages)

Canvassing for network filesystem write size vs page size
 2021-08-05 23:47 UTC 


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