linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-27 11:31:06 to 2020-08-30 21:04:58 UTC [more...]

[PATCH 3/5] shmem: shmem_writepage() split unlikely i915 THP
 2020-08-30 21:04 UTC 

[PATCH 0/5] mm: fixes to past from future testing
 2020-08-30 21:01 UTC  (3+ messages)
` [PATCH 1/5] ksm: reinstate memcg charge on copied pages
` [PATCH 2/5] mm: migration of hugetlbfs page skip memcg

[PATCH v2 0/3] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-30 20:44 UTC  (12+ messages)
` [PATCH v2 1/3] mm/gup: introduce pin_user_page()
` [PATCH v2 2/3] iov_iter: introduce iov_iter_pin_user_pages*() routines
` [PATCH v2 3/3] bio: convert get_user_pages_fast() --> pin_user_pages_fast()

[PATCH v2 1/2] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-08-30 20:32 UTC  (12+ messages)
` [PATCH v2 2/2] mm/pageblock: remove false sharing in pageblock_flags

[PATCH] mm/hugetlb: try preferred node first when alloc gigantic page from cma
 2020-08-30 14:04 UTC 

Professional Report of Single Chip Microcomputer 2020 -Your Competitors Are Analyzed
 2020-08-30 10:36 UTC 

[RFC PATCH 0/3] ovl: stacked mmap for shared map
 2020-08-30 11:33 UTC  (5+ messages)
` [RFC PATCH 1/3] mm: mmap: export necessary functions for overlayfs' mmap
` [RFC PATCH 2/3] ovl: introduce struct ovl_file_entry
` [RFC PATCH 3/3] ovl: implement stacked mmap for shared map

[PATCH v2 00/23] Use asm-generic for mmu_context no-op functions
 2020-08-30 10:18 UTC  (6+ messages)
` [PATCH v2 12/23] nds32: use asm-generic/mmu_context.h for no-op implementations
` [PATCH v2 15/23] parisc: "

[ALTERNATE PATCH] memblock: fix min_low_pfn/max_low_pfn build errors
 2020-08-30  9:56 UTC  (4+ messages)

[PATCH 1/2] mm: use add_page_to_lru_list()/page_lru()/page_off_lru()
 2020-08-30  8:31 UTC  (4+ messages)
` [PATCH 2/2] mm: use self-explanatory macros rather than "2"

[PATCH] mm/memory-failure: Fix return wrong value when isolate page fail
 2020-08-30  8:10 UTC 

[RFC PATCH -rc] gcov: Protect from uninitialized number of functions provided by GCC
 2020-08-30  6:45 UTC  (4+ messages)

arch/mips/boot/compressed/../../../../lib/zlib_inflate/inftrees.c:258: undefined reference to `__ubsan_handle_type_mismatch_v1'
 2020-08-30  0:50 UTC 

[PATCH] ia64: fix min_low_pfn/max_low_pfn build errors
 2020-08-29 21:39 UTC  (2+ messages)

[PATCH] microblaze: fix min_low_pfn/max_low_pfn build errors
 2020-08-29 21:37 UTC  (2+ messages)

[linux-next:master 3061/3958] ld.lld: warning: drivers/built-in.a(regulator/fan53880.o):(.data..compoundliteral) is being placed in '.data..compoundliteral'
 2020-08-29 11:16 UTC 

a saner API for allocating DMA addressable pages
 2020-08-29  9:46 UTC  (2+ messages)

[PATCH v8 0/4] introduce memory hinting API for external process
 2020-08-29  7:02 UTC  (9+ messages)
` [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

INFO: task can't die in wait_on_page_bit_common
 2020-08-28 22:28 UTC 

[PATCH v2] mm/hugetlb: Fix a race between hugetlb sysctl handlers
 2020-08-28 20:30 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION b36c969764ab12faebb74711c942fa3e6eaf1e96
 2020-08-28 19:27 UTC 

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-08-28 18:39 UTC  (4+ messages)

Is shmem page accounting wrong on split?
 2020-08-28 18:01 UTC  (6+ messages)

[PATCH v11 00/25] Control-flow Enforcement: Shadow Stack
 2020-08-28 17:45 UTC  (30+ messages)
` [PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack

[linux-next:master 3165/3717] drivers/dax/dax-private.h:94:12: warning: result of comparison of constant 68719476736 with expression of type 'unsigned int' is always false
 2020-08-28 17:32 UTC  (2+ messages)

Flushing transparent hugepages
 2020-08-28 17:06 UTC  (3+ messages)

[PATCH v2 00/28] The new cgroup slab memory controller
 2020-08-28 16:47 UTC  (7+ messages)

[PATCH bpf-next v4 00/30] bpf: switch to memcg-based memory accounting
 2020-08-28 16:44 UTC  (3+ messages)
` [PATCH bpf-next v4 08/30] bpf: refine memcg-based memory accounting for hashtab maps

[Patch v2 0/7] mm/hugetlb: code refine and simplification
 2020-08-28 16:25 UTC  (10+ messages)
` [Patch v2 1/7] mm/hugetlb: not necessary to coalesce regions recursively
` [Patch v2 2/7] mm/hugetlb: remove VM_BUG_ON(!nrg) in get_file_region_entry_from_cache()
` [Patch v2 3/7] mm/hugetlb: use list_splice to merge two list at once
` [Patch v2 4/7] mm/hugetlb: count file_region to be added when regions_needed != NULL
` [Patch v2 5/7] mm/hugetlb: a page from buddy is not on any list
` [Patch v2 6/7] mm/hugetlb: return non-isolated page in the loop instead of break and check
` [Patch v2 7/7] mm/hugetlb: narrow the hugetlb_lock protection area during preparing huge page

[RFC PATCH 0/2] mm/gup: fix gup_fast with dynamic page table folding
 2020-08-28 15:20 UTC  (6+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] "

[linux-next:pending-fixes] BUILD SUCCESS 3b025a0ae05da80a5adaec455105eb0c0891947e
 2020-08-28 14:28 UTC 

[PATCH 00/35] kasan: add hardware tag-based mode for arm64
 2020-08-28 12:28 UTC  (47+ messages)
` [PATCH 19/35] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH 20/35] arm64: mte: Add in-kernel MTE helpers
` [PATCH 21/35] arm64: mte: Add in-kernel tag fault handler
` [PATCH 24/35] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH 25/35] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH 26/35] kasan, arm64: Enable TBI EL1
` [PATCH 28/35] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH 31/35] kasan, arm64: implement HW_TAGS runtime
` [PATCH 32/35] kasan, arm64: print report from tag fault handler
` [PATCH 35/35] kasan: add documentation for hardware tag-based mode

[RFC v7 00/10] DAMON: Support Physical Memory Address Space Monitoring
 2020-08-28 11:39 UTC  (5+ messages)
` [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring

[PATCH 0/4] more mm switching vs TLB shootdown and lazy tlb
 2020-08-28 11:15 UTC  (6+ messages)
` [PATCH 1/4] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
` [PATCH 2/4] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
` [PATCH 3/4] sparc64: remove mm_cpumask clearing to fix kthread_use_mm race
` [PATCH 4/4] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

[PATCH] mm/migrate: remove cpages-- in migrate_vma_finalize()
 2020-08-28 11:13 UTC  (3+ messages)
` [PATCH] mm/migrate: remove obsolete comment about device public

[PATCH] mm/test: use the new SKIP() macro
 2020-08-28 11:13 UTC  (2+ messages)

kernel BUG at fs/ext4/inode.c:LINE!
 2020-08-28 10:07 UTC 

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-08-28  9:28 UTC  (3+ messages)
` [PATCH v7 18/24] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update

[PATCH] x86, fakenuma: Fix invalid starting node ID
 2020-08-28  9:06 UTC 

[RFD PATCH] x86/mce: Make sure to send SIGBUS even after losing the race to poison a page
 2020-08-28  8:11 UTC  (2+ messages)

[PATCH] mm/mmap: leave adjust_next as virtual address instead of page frame number
 2020-08-28  8:10 UTC 

[hnaz-linux-mm:master 1/421] arch/powerpc/include/asm/mmu.h:139:22: error: unknown type name 'next_tlbcam_idx'
 2020-08-28  6:46 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH v18 00/32] per memcg lru_lock
 2020-08-28  5:22 UTC  (11+ messages)
      ` Race between freeing and waking page

[linux-next:master 3345/3539] ld.lld: warning: drivers/built-in.a(nvme/host/hwmon.o):(.data..compoundliteral) is being placed in '.data..compoundliteral'
 2020-08-28  4:40 UTC  (2+ messages)

[PATCH] mm/hugetlb: Fix a race between hugetlb sysctl handlers
 2020-08-28  2:33 UTC  (8+ messages)
    ` [External] "

[PATCH for v5.9] mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs
 2020-08-27 23:54 UTC  (6+ messages)

[PATCH v1 0/4] mm: kmem: kernel memory accounting in an interrupt context
 2020-08-27 22:58 UTC  (5+ messages)
` [PATCH v1 1/4] mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()
` [PATCH v1 2/4] mm: kmem: remove redundant checks from get_obj_cgroup_from_current()
` [PATCH v1 3/4] mm: kmem: prepare remote memcg charging infra for interrupt contexts
` [PATCH v1 4/4] mm: kmem: enable kernel memcg accounting from "

[PATCH RFC 0/4] mm: kmem: kernel memory accounting in an interrupt context
 2020-08-27 22:37 UTC  (10+ messages)
` [PATCH RFC 1/4] mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()
` [PATCH RFC 2/4] mm: kmem: remove redundant checks from get_obj_cgroup_from_current()
` [PATCH RFC 3/4] mm: kmem: prepare remote memcg charging infra for interrupt contexts
` [PATCH RFC 4/4] mm: kmem: enable kernel memcg accounting from "

When is page->index stable?
 2020-08-27 20:52 UTC  (2+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 88abac0b753dfdd85362a26d2da8277cb1e0842b
 2020-08-27 19:00 UTC 

[PATCH v5 0/7] Fix ELF / FDPIC ELF core dumping, and use mmap_lock properly in there
 2020-08-27 17:15 UTC  (10+ messages)
` [PATCH v5 1/7] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v5 2/7] coredump: Let dump_emit() bail out on short writes
` [PATCH v5 3/7] coredump: Refactor page range dumping into common helper
` [PATCH v5 4/7] coredump: Rework elf/elf_fdpic vma_dump_size() "
` [PATCH v5 5/7] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH v5 6/7] mm/gup: Take mmap_lock in get_dump_page()
` [PATCH v5 7/7] mm: Remove the now-unnecessary mmget_still_valid() hack

[PATCH 0/8] Return head pages from find_get_entry and find_lock_entry
 2020-08-27 14:22 UTC  (5+ messages)
` [PATCH 2/8] mm: Use find_get_swap_page in memcontrol

[PATCH 0/4] mm: Simplfy cow handling
 2020-08-27 14:15 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 260e8bbb71b01f62a7da600e5413a4218ba7988c
 2020-08-27 14:07 UTC 

[PATCH v3] mm: memcg: Fix memcg reclaim soft lockup
 2020-08-27 14:00 UTC  (2+ messages)

[PATCH v3 13/13] mm/debug_vm_pgtable: populate a pte entry before fetching it
 2020-08-27 12:17 UTC  (2+ messages)

PROBLEM: Long Workqueue delays V2
 2020-08-27 12:06 UTC  (3+ messages)

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-08-27 11:40 UTC  (2+ messages)
  ` [PATCH v1 2/8] mm/swap: Do not abuse the seqcount_t latching API


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