linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-25 17:14:21 to 2020-06-29 05:09:01 UTC [more...]

[PATCH 0/6] Overhaul memalloc_no*
 2020-06-29  5:08 UTC  (13+ messages)
` [PATCH 6/6] mm: Add memalloc_nowait

[PATCH v1] mm:free unused pages in kmalloc_order
 2020-06-29  2:42 UTC  (2+ messages)

[PATCH 00/26] mm: Page fault accounting cleanups
 2020-06-29  1:52 UTC  (29+ messages)
` [PATCH 01/26] mm: Do page fault accounting in handle_mm_fault
` [PATCH 02/26] mm/alpha: Use general page fault accounting
` [PATCH 03/26] mm/arc: "
` [PATCH 04/26] mm/arm: "
` [PATCH 05/26] mm/arm64: "
` [PATCH 06/26] mm/csky: "
` [PATCH 07/26] mm/hexagon: "
` [PATCH 08/26] mm/ia64: "
` [PATCH 09/26] mm/m68k: "
` [PATCH 10/26] mm/microblaze: "
` [PATCH 11/26] mm/mips: "
` [PATCH 12/26] mm/nds32: "
` [PATCH 13/26] mm/nios2: "
` [PATCH 14/26] mm/openrisc: "
` [PATCH 15/26] mm/parisc: "
` [PATCH 16/26] mm/powerpc: "
` [PATCH 17/26] mm/riscv: "
` [PATCH 18/26] mm/s390: "
` [PATCH 19/26] mm/sh: "
` [PATCH 20/26] mm/sparc32: "
` [PATCH 21/26] mm/sparc64: "
` [PATCH 22/26] mm/unicore32: "
` [PATCH 23/26] mm/x86: "
` [PATCH 24/26] mm/xtensa: "
` [PATCH 25/26] mm: Clean up the last pieces of page fault accountings
` [PATCH 26/26] mm/gup: Remove task_struct pointer for all gup code

Memcg stat for available memory
 2020-06-28 22:15 UTC 

Are there still some methods that could be used by the Linux kernel to reduce memory fragmentation while both CONFIG-MIGRATION and CONFIG-COMPACTION are disabled?
 2020-06-28 20:39 UTC  (8+ messages)

[PATCH] mm: util: update the kerneldoc for kstrdup_const()
 2020-06-28 18:20 UTC  (4+ messages)

[PATCH] mm: Free unused pages in kmalloc_order()
 2020-06-28 16:35 UTC  (2+ messages)

[PATCH v3 0/7] Convert the remaining text files to ReST
 2020-06-28  8:40 UTC  (3+ messages)

[PATCH] mm/cma.c: use exact_nid true to fix possible per-numa cma leak
 2020-06-28  7:43 UTC 

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-06-28  7:10 UTC  (15+ messages)
` [PATCH 1/8] mm: remove unneeded includes "
` [PATCH 2/8] opeinrisc: switch to generic version of pte allocation
` [PATCH 3/8] xtensa: "
` [PATCH 4/8] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
` [PATCH 5/8] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
` [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free()
` [PATCH 7/8] mm: move lib/ioremap.c to mm/
` [PATCH 8/8] mm: move p?d_alloc_track to separate header file
` [PATCH 9/8] mm: Account PMD tables like PTE tables

[PATCH v3 00/15] HWPOISON: soft offline rework
 2020-06-28  6:54 UTC  (5+ messages)
` [PATCH v3 13/15] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page

[mmotm:master 106/260] include/linux/spinlock.h:378:9: sparse: sparse: context imbalance in 'dump_tasks' - unexpected unlock
 2020-06-28  4:09 UTC 

linux-next boot error: WARNING in kmem_cache_free
 2020-06-27 23:10 UTC 

[linux-next:master] BUILD REGRESSION 36e3135df4d426612fc77db26a312c2531108603
 2020-06-27 22:48 UTC 

[PATCH] mm/page_alloc:Check pfn valid once in every page blocks
 2020-06-27 17:46 UTC  (2+ messages)

[PATCH 09/11] ppc64/kexec_file: setup backup region for kdump kernel
 2020-06-27 13:02 UTC 

[PATCH 07/11] ppc64/kexec_file: add support to relocate purgatory
 2020-06-27 11:52 UTC 

[PATCH 04/11] ppc64/kexec_file: avoid stomping memory used by special regions
 2020-06-27 10:45 UTC 

[PATCH v2] xfs: reintroduce PF_FSTRANS for transaction reservation recursion protection
 2020-06-27  9:32 UTC  (3+ messages)

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-27  8:17 UTC  (6+ messages)
` [PATCH V3 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers

fix a hyperv W^X violation and remove vmalloc_exec
 2020-06-27  7:57 UTC  (5+ messages)
` [PATCH 2/3] arm64: use PAGE_KERNEL_ROX directly in alloc_insn_page

drive-by blk-cgroup cleanups
 2020-06-27  7:31 UTC  (15+ messages)
` [PATCH 01/14] dm: use bio_uninit instead of bio_disassociate_blkg
` [PATCH 02/14] block: remove bio_disassociate_blkg
` [PATCH 03/14] block: really clone the block cgroup in bio_clone_blkg_association
` [PATCH 04/14] block: merge __bio_associate_blkg into bio_associate_blkg_from_css
` [PATCH 05/14] block: move bio_associate_blkg_from_page to mm/page_io.c
` [PATCH 06/14] block: move the bio cgroup associatation helpers to blk-cgroup.c
` [PATCH 07/14] block: merge blkg_lookup_create and __blkg_lookup_create
` [PATCH 08/14] block: bypass blkg_tryget_closest for the root_blkg
` [PATCH 09/14] block: move the initial blkg lookup into blkg_tryget_closest
` [PATCH 10/14] blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_check
` [PATCH 11/14] cgroup: unexport cgroup_rstat_updated
` [PATCH 12/14] blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio
` [PATCH 13/14] blk-cgroup: remove blkcg_bio_issue_check
` [PATCH 14/14] blk-cgroup: remove a dead check in blk_throtl_bio

[Patch] mm: Increase pagevec size on large system
 2020-06-27  3:47 UTC  (3+ messages)

mmotm 2020-06-25-20-36 uploaded
 2020-06-27  3:41 UTC  (6+ messages)
` mmotm 2020-06-25-20-36 uploaded (mm/slab.c)
` mmotm 2020-06-25-20-36 uploaded (mm/memory-failure.c)
` mmotm 2020-06-25-20-36 uploaded (objtool warning)

ERROR: "min_low_pfn" undefined!
 2020-06-27  3:19 UTC 

[PATCH 00/26] mm: Page fault accounting cleanups
 2020-06-26 22:27 UTC  (7+ messages)
` [PATCH 01/26] mm: Do page fault accounting in handle_mm_fault

[PATCH 00/18] multiple preferred nodes
 2020-06-26 21:39 UTC  (10+ messages)
` [PATCH 02/18] mm/mempolicy: Use node_mem_id() instead of node_id()

[PATCH] mm/vmscan: restore zone_reclaim_mode ABI
 2020-06-26 21:24 UTC  (4+ messages)

[PATCH] slab: Fix misplaced __free_one()
 2020-06-26 20:56 UTC  (2+ messages)

[PATCH -mmotm] mm: memory-failure: add stub for page_handle_poison()
 2020-06-26 20:15 UTC 

[PATCH RFC] s390x/vmem: get rid of memory segment list
 2020-06-26 18:46 UTC  (6+ messages)

[PATCH] arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configs
 2020-06-26 18:42 UTC  (2+ messages)

incoming
 2020-06-26 17:40 UTC  (5+ messages)

[PATCH RFC 0/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
 2020-06-26 16:32 UTC  (3+ messages)
` [PATCH RFC 2/2] "

[PATCH v2 00/15] Documentation fixes
 2020-06-26 16:13 UTC  (2+ messages)

[PATCH v5 00/25] arm64: Memory Tagging Extension user-space support
 2020-06-26 14:54 UTC  (11+ messages)
` [PATCH v5 06/25] mm: Add PG_ARCH_2 page flag
` [PATCH v5 11/25] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v5 25/25] arm64: mte: Add Memory Tagging Extension documentation

linux-next: Tree for Jun 26 (mm/memory_failure.c)
 2020-06-26 14:49 UTC 

[PATCH 05/14] umh: Separate the user mode driver and the user mode helper support
 2020-06-26 14:17 UTC 

[RESEND Patch v2 0/4] mm/mremap: cleanup move_page_tables() a little
 2020-06-26 13:52 UTC  (5+ messages)
` [RESEND Patch v2 1/4] mm/mremap: format the check in move_normal_pmd() same as move_huge_pmd()
` [RESEND Patch v2 2/4] mm/mremap: it is sure to have enough space when extent meets requirement
` [RESEND Patch v2 3/4] mm/mremap: calculate extent in one place
` [RESEND Patch v2 4/4] mm/mremap: start addresses are properly aligned

[PATCH v2] x86/mm: use max memory block size on bare metal
 2020-06-26 12:47 UTC  (4+ messages)

[PATCH] x86/mm: Pre-allocate p4d/pud pages for vmalloc area
 2020-06-26 11:44 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 3ea20606a9977747190775f34cb7193f8af4332a
 2020-06-26 11:33 UTC 

[PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation]
 2020-06-26  9:12 UTC  (10+ messages)

[PATCH v3] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-06-26  8:22 UTC  (4+ messages)

Are there some potential problems that I should be aware of if I allocate the memory which doesn't have any relation to peripheral hardwares(i.e. DMA,PCI) by vmalloc() instead of kmalloc() to avoid the page allocation failure?
 2020-06-26  8:17 UTC 

[PATCH 1/3] mm: set page fault address for update_mmu_cache_pmd
 2020-06-26  8:13 UTC  (6+ messages)
` [PATCH 2/3] mm/huge_memory.c: update tlb entry if pmd is changed

[PATCH v3 0/8] clean-up the migration target allocation functions
 2020-06-26  7:33 UTC  (15+ messages)
` [PATCH v3 3/8] mm/hugetlb: unify migration callbacks
` [PATCH v3 4/8] mm/hugetlb: make hugetlb migration callback CMA aware
` [PATCH v3 5/8] mm/migrate: make a standard migration target allocation function
` [PATCH v3 6/8] mm/gup: use a standard migration target allocation callback

[PATCH v6 0/6] workingset protection/detection on the anonymous LRU list
 2020-06-26  5:12 UTC  (6+ messages)
` [PATCH v6 4/6] mm/swapcache: support to handle the exceptional entries in swapcache

[PATCH] mm/spase: never partially remove memmap for early section
 2020-06-26  4:59 UTC  (6+ messages)

[PATCH] powerpc/8xx: Modify ptep_get()
 2020-06-26  4:45 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 3f9437c6234d95d96967f1b438a4fb71b6be254d
 2020-06-26  4:27 UTC 

[PATCH RFC] seccomp: Implement syscall isolation based on memory areas
 2020-06-26  1:03 UTC  (6+ messages)

[PATCH] mm/page_alloc: fallbacks at most has 3 elements
 2020-06-25 23:10 UTC 

[hnaz-linux-mm:master 196/224] include/uapi/asm-generic/unistd.h:868: warning: "__NR_fsinfo" redefined
 2020-06-25 22:57 UTC  (2+ messages)

[PATCH v33 10/21] mm: Introduce vm_ops->may_mprotect()
 2020-06-25 22:40 UTC  (5+ messages)

[Patch v2] mm/sparse: never partially remove memmap for early section
 2020-06-25 22:35 UTC 

[PATCH v2 0/2] mm: Expand CONFIG_SLAB_FREELIST_HARDENED to include SLAB
 2020-06-25 21:55 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] slab: Add naive detection of double free

[PATCH v8 0/4] introduce memory hinting API for external process
 2020-06-25 20:38 UTC  (4+ messages)
` [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[RFC PATCH v3 0/1] Add rwsem "contended hook" API and mmap_lock histograms
 2020-06-25 20:25 UTC  (5+ messages)
` [RFC PATCH v3 1/1] mmap_lock: add tracepoints around mmap_lock acquisition

[hnaz-linux-mm:master 196/224] arch/arm64/include/asm/unistd32.h:897:11: error: '__NR_process_madvise' undeclared here (not in a function)
 2020-06-25 19:31 UTC  (2+ messages)

[RESEND PATCH 2/3] nouveau: fix mixed normal and device private page migration
 2020-06-25 17:42 UTC  (3+ messages)


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