linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-17 18:00:49 to 2020-07-21 06:54:38 UTC [more...]

[PATCH v2 1/4] mm/page_alloc: fix non cma alloc context
 2020-07-21  3:33 UTC  (5+ messages)
` [PATCH v2 2/4] mm/gup: restrict CMA region by using allocation scope API
` [PATCH v2 3/4] mm/hugetlb: make hugetlb migration callback CMA aware

mmotm 2020-07-20-19-06 uploaded
 2020-07-21  6:54 UTC  (4+ messages)
` mmotm 2020-07-20-19-06 uploaded (net/ipv6/ip6_vti.o)

[RFC PATCH] mm: silence soft lockups from unlock_page
 2020-07-21  6:32 UTC 

[PATCH v2] mm, oom: show process exiting information in __oom_kill_process()
 2020-07-21  6:06 UTC  (2+ messages)

bdi cleanups
 2020-07-21  5:46 UTC  (21+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH] mm/page_alloc: fix memalloc_nocma_{save/restore} APIs
 2020-07-21  3:28 UTC 

[PATCH v3 0/6] Fix and enable pmem as RAM device on arm64
 2020-07-21  3:23 UTC  (5+ messages)
` [PATCH v3 3/6] sh/mm: use default dummy memory_add_physaddr_to_nid()

[PATCH] mm/vmstat: don't do count if no needs
 2020-07-21  3:07 UTC  (4+ messages)

kernel BUG at include/linux/swapops.h:LINE!
 2020-07-21  2:14 UTC  (5+ messages)

[RFC PATCH 2/3] hugetlbfs: Only take i_mmap_rwsem when sharing is possible
 2020-07-21  0:56 UTC  (2+ messages)
` [hugetlbfs] 878308e2e0: vm-scalability.throughput 1.2% improvement

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-21  0:17 UTC  (10+ messages)
` [PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode

[PATCH v2 0/5] mm/migrate: avoid device private invalidations
 2020-07-20 23:53 UTC  (13+ messages)
` [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
` [PATCH v2 3/5] mm/notifier: add migration invalidation type

[PATCH 0/5] mm/hugetlb: Small cleanup and improvement
 2020-07-20 22:55 UTC  (10+ messages)
` [PATCH 1/5] mm/hugetlb.c: Fix typo of glb_reserve
` [PATCH 2/5] mm/hugetlb.c: make is_hugetlb_entry_hwpoisoned return bool
` [PATCH 3/5] mm/hugetlb.c: Remove the unnecessary non_swap_entry()
` [PATCH 4/5] doc/vm: fix typo in in the hugetlb admin documentation
` [PATCH 5/5] mm/hugetl.c: warn out if expected count of huge pages adjustment is not achieved

[PATCH v2] mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warnings
 2020-07-20 20:20 UTC  (3+ messages)

kernel BUG at mm/vmalloc.c:LINE! (2)
 2020-07-20 20:06 UTC  (2+ messages)

[PATCH 0/6] mm: introduce secretmemfd system call to create "secret" memory areas
 2020-07-20 20:05 UTC  (15+ messages)
` [PATCH 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH 2/6] mmap: make mlock_future_check() global
` [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
` [PATCH 4/6] arch, mm: wire up secretmemfd system call were relevant
` [PATCH 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH v16 00/22] per memcg lru_lock
 2020-07-20 18:51 UTC  (49+ messages)
` [PATCH v16 05/22] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v16 06/22] mm/thp: clean up lru_add_page_tail
` [PATCH v16 07/22] mm/thp: remove code path which never got into
` [PATCH v16 13/22] mm/lru: introduce TestClearPageLRU
` [PATCH v16 14/22] mm/thp: add tail pages into lru anyway in split_huge_page()
` [PATCH v16 15/22] mm/compaction: do page isolation first in compaction
` [PATCH v16 16/22] mm/mlock: reorder isolation sequence during munlock
` [PATCH v16 18/22] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v16 19/22] mm/lru: introduce the relock_page_lruvec function
` [PATCH v16 20/22] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v16 21/22] mm/pgdat: remove pgdat lru_lock

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-20 18:35 UTC  (26+ messages)
` [PATCH RFC V2 02/17] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V2 04/17] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V2 12/17] memremap: Add zone device access protection
` [PATCH RFC V2 13/17] kmap: Add stray write protection for device pages
` [PATCH RFC V2 14/17] dax: Stray write protection for dax_direct_access()

[PATCH v3] mm/hugetlb: split hugetlb_cma in nodes with memory
 2020-07-20 18:17 UTC  (14+ messages)

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-20 17:00 UTC  (4+ messages)
` [PATCH v7 18/29] arm64: mte: Allow user control of the tag check mode via prctl()

[RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
 2020-07-20 16:46 UTC  (9+ messages)

[PATCH v8 00/12] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-07-20 15:39 UTC  (3+ messages)

[PATCH] mm, oom: show process exiting information in __oom_kill_process()
 2020-07-20 14:23 UTC  (13+ messages)

[PATCH v4 3/7] vmalloc: Add text_alloc() and text_free()
 2020-07-20 12:01 UTC  (3+ messages)

general protection fault in khugepaged
 2020-07-20  9:08 UTC  (5+ messages)

[PATCH v4 00/15] Hwpoison soft-offline rework
 2020-07-20  8:27 UTC  (3+ messages)
` [PATCH v4 12/15] mm,hwpoison: Rework soft offline for in-use pages

[RFC v5 00/11] DAMON: Support Physical Memory Address Space Monitoring
 2020-07-20  7:48 UTC  (4+ messages)
` [RFC v5 10/11] tools/damon/record: Support NUMA specific recording
    `  "

[patch] mm, memcg: provide a stat to describe reclaimable memory
 2020-07-20  7:37 UTC  (5+ messages)

[PATCH v6 0/6] workingset protection/detection on the anonymous LRU list
 2020-07-20  6:53 UTC  (4+ messages)
` [PATCH v6 2/6] mm/vmscan: protect the workingset on anonymous LRU

[PATCH -next] mm/gup.c: Fix the comment of return value for populate_vma_page_range()
 2020-07-20  3:43 UTC 

linux-next: not-present page at swap_vma_readahead()
 2020-07-20  3:32 UTC  (6+ messages)

[PATCH v2 0/4] huge vmalloc mappings
 2020-07-20  2:49 UTC  (4+ messages)
` [PATCH v2 4/4] mm/vmalloc: Hugepage "

[PATCH v2 0/6] ACPI: Only create NUMA nodes from entries in SRAT or SRAT emulation
 2020-07-20  2:02 UTC  (11+ messages)
` [PATCH v2 1/6] ACPI: Add out of bounds and numa_off protections to pxm_to_node
` [PATCH v2 2/6] ACPI: Do not create new NUMA domains from ACPI static tables that are not SRAT
` [PATCH v2 3/6] ACPI: Remove side effect of partly creating a node in acpi_map_pxm_to_online_node
` [PATCH v2 4/6] ACPI: Rename acpi_map_pxm_to_online_node to pxm_to_online_node
` [PATCH v2 5/6] ACPI: Remove side effect of partly creating a node in acpi_get_node
` [PATCH v2 6/6] irq-chip/gic-v3-its: Fix crash if ITS is in a proximity domain without processor or memory

io_uring kthread_use_mm / mmget_not_zero possible abuse
 2020-07-20  0:38 UTC 

Per-process memory usage increased between kernel 4.4.x and 5.6
 2020-07-19 22:30 UTC 

[PATCH v2] AF_PACKET doesnt strip VLAN information
 2020-07-19  5:16 UTC 

[linux-next:master] BUILD REGRESSION aab7ee9f8ff0110bfcd594b33dc33748dc1baf46
 2020-07-19  4:31 UTC 

[PATCH v7 00/19] The new cgroup slab memory controller
 2020-07-18 23:03 UTC  (4+ messages)
` [PATCH v7 17/19] mm: memcg/slab: use a single set of kmem_caches for all allocations

[PATCH v18 00/14] Introduce Data Access MONitor (DAMON)
 2020-07-18 13:31 UTC  (4+ messages)
` [PATCH v18 02/14] mm: "
    `  "

[PATCH] memcontrol: drop duplicate word and fix spello in <linux/memcontrol.h>
 2020-07-18  7:16 UTC  (2+ messages)

[PATCH v2] highmem: linux/highmem.h: fix duplicated words in a comment
 2020-07-18  3:04 UTC 

[PATCH] highmem: linux/highmem.h: drop duplicated word in a comment
 2020-07-18  2:57 UTC  (3+ messages)

Re: [PATCH v18 06/14] mm/damon: Implement callbacks for the virtual memory address spaces
 2020-07-18  2:51 UTC  (4+ messages)
`  "
    `  "

[PATCH] frontswap: linux/frontswap.h: drop duplicated word in a comment
 2020-07-18  2:51 UTC 

[PATCH v2] memcg, oom: check memcg margin for parallel oom
 2020-07-18  2:15 UTC  (15+ messages)

mmotm 2020-07-16-22-52 uploaded
 2020-07-18  1:32 UTC  (5+ messages)
` mmotm 2020-07-16-22-52 uploaded (net: IPVS)
` mmotm 2020-07-16-22-52 uploaded (mm/hugetlb.c)

[PATCH] mm: slab/memcg: fix build on MIPS
 2020-07-17 21:48 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).