linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-16 23:53:47 to 2020-07-20 06:55:45 UTC [more...]

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

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

[PATCH 0/5] mm/hugetlb: Small cleanup and improvement
 2020-07-20  6:26 UTC  (6+ 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 v3] mm/hugetlb: split hugetlb_cma in nodes with memory
 2020-07-20  6:22 UTC  (13+ messages)

[PATCH v16 00/22] per memcg lru_lock
 2020-07-20  5:47 UTC  (40+ messages)
` [PATCH v16 05/22] mm/thp: move lru_add_page_tail func to huge_memory.c
` [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] mm/vmstat: don't do count if no needs
 2020-07-20  5:42 UTC  (2+ messages)

[PATCH v2 1/4] mm/page_alloc: fix non cma alloc context
 2020-07-20  4:56 UTC  (3+ 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

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

[RFC PATCH 0/7] mmu context cleanup, lazy tlb cleanup,
 2020-07-20  3:03 UTC  (25+ messages)
` [RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode

[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

[PATCH] mm, oom: show process exiting information in __oom_kill_process()
 2020-07-20  1:43 UTC  (3+ messages)

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 

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

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

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-19  4:41 UTC  (37+ messages)
` [PATCH RFC V2 01/17] x86/pkeys: Create pkeys_internal.h
` [PATCH RFC V2 02/17] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V2 03/17] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V2 04/17] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V2 05/17] x86/pks: Add PKS kernel API
` [PATCH RFC V2 06/17] x86/pks: Add a debugfs file for allocated PKS keys
` [PATCH RFC V2 07/17] Documentation/pkeys: Update documentation for kernel pkeys
` [PATCH RFC V2 08/17] x86/pks: Add PKS Test code
` [PATCH RFC V2 10/17] fs/dax: Remove unused size parameter
` [PATCH RFC V2 11/17] drivers/dax: Expand lock scope to cover the use of addresses
` [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 RFC V2 15/17] nvdimm/pmem: Stray write protection for pmem->virt_addr
` [PATCH RFC V2 16/17] [dax|pmem]: Enable stray write protection
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions

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

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

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

[PATCH v4 3/7] vmalloc: Add text_alloc() and text_free()
 2020-07-18 16:23 UTC  (5+ messages)

[PATCH v18 00/14] Introduce Data Access MONitor (DAMON)
 2020-07-18 13:31 UTC  (11+ messages)
` [PATCH v18 02/14] mm: "
    `  "
` [PATCH v18 06/14] mm/damon: Implement callbacks for the virtual memory address spaces
    `  "
        `  "
            `  "

general protection fault in khugepaged
 2020-07-18  8:54 UTC  (4+ messages)

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

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

incoming
 2020-07-18  1:32 UTC  (6+ messages)
` mmotm 2020-07-16-22-52 uploaded
  ` 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 

[patch] mm, memcg: provide a stat to describe reclaimable memory
 2020-07-17 19:37 UTC  (4+ messages)

[PATCH] mm : fix pte _PAGE_DIRTY bit when fallback migrate page
 2020-07-17 17:41 UTC  (9+ messages)

[RFC PATCH v2 0/5] mm: extend memfd with ability to create "secret" memory areas
 2020-07-17 14:43 UTC  (3+ messages)

Re: [patch] mm, memcg: provide a stat to describe reclaimable memory
 2020-07-17 14:39 UTC  (8+ messages)
  ` [patch] mm, memcg: provide an anon_reclaimable stat

[linux-next:pending-fixes] BUILD SUCCESS 3c7f84b2248457030a903813e4af71d80141d663
 2020-07-17 11:51 UTC 

[PATCH v2 00/11] Fixup page directory freeing
 2020-07-17 11:22 UTC  (13+ messages)
` [PATCH v2 01/11] asm-generic/tlb: Fix MMU_GATHER_TABLE_FREE
` [PATCH v2 02/11] sh/tlb: Fix PGTABLE_LEVELS > 2
` [PATCH v2 03/11] sh/tlb: Fix __pmd_free_tlb()
` [PATCH v2 04/11] sparc32/tlb: Fix __p*_free_tlb()
` [PATCH v2 05/11] parisc/tlb: "
` [PATCH v2 06/11] mips/tlb: "
` [PATCH v2 07/11] ia64/tlb: "
` [PATCH v2 08/11] alpha/tlb: "
` [PATCH v2 09/11] nds32/tlb: "
` [PATCH v2 10/11] riscv/tlb: "
` [PATCH v2 11/11] m68k/tlb: "

[PATCH 1/4] mm/page_alloc: fix non cma alloc context
 2020-07-17 11:08 UTC  (16+ messages)
` [PATCH 2/4] mm/gup: restrict CMA region by using allocation scope API

[v2 PATCH] mm: avoid access flag update TLB flush for retried page fault
 2020-07-17 10:08 UTC  (2+ messages)

Re: Re: [PATCH v18 01/14] mm/page_ext: Export lookup_page_ext() to GPL modules
 2020-07-17  9:59 UTC  (2+ messages)
`  "

db57e98d87 ("mm/sparse.c: fix ALIGN() without power of 2 in .."): BUG: kernel reboot-without-warning in early-boot stage, last printk: early console in setup code
 2020-07-17  8:07 UTC  (4+ messages)
  ` [LKP] "

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

[PATCH v2 1/2] mm: pgtable: Make generic pgprot_* macros available for no-MMU
 2020-07-17  6:14 UTC  (3+ messages)

[RFC for Linux v4 0/2] virtio_balloon: Add VIRTIO_BALLOON_F_CONT_PAGES to report continuous pages
 2020-07-17  3:52 UTC  (5+ messages)
  ` [virtio-dev] "

[PATCH V5 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-07-17  3:20 UTC  (4+ messages)
` [PATCH V5 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features

[PATCH v2] mm: mmap: Merge vma after call_mmap() if possible
 2020-07-17  2:47 UTC 

[PATCH v2 0/2] psi: enhance psi with the help of ebpf
 2020-07-17  1:43 UTC  (5+ messages)

[PATCH] mm: mmap: Merge vma after call_mmap() if possible
 2020-07-17  1:04 UTC 

[PATCH] binder: Don't use mmput() from shrinker function
 2020-07-16 23:53 UTC  (7+ messages)
        ` [PATCH v2] "


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