linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-26 18:21:12 to 2020-08-28 16:27:16 UTC [more...]

[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

Is shmem page accounting wrong on split?
 2020-08-28 15:43 UTC  (3+ messages)

[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] "

[PATCH v2] mm/hugetlb: Fix a race between hugetlb sysctl handlers
 2020-08-28 14:46 UTC  (2+ messages)

[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  (54+ 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 22/35] arm64: mte: Enable in-kernel MTE
` [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 v11 00/25] Control-flow Enforcement: Shadow Stack
 2020-08-28 11:37 UTC  (29+ messages)
` [PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack

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

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

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] "

[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  1:01 UTC 

[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 1/2] mm: use add_page_to_lru_list()/page_lru()/page_off_lru()
 2020-08-27 23:42 UTC  (2+ messages)
` [PATCH 2/2] mm: use self-explanatory macros rather than "2"

[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

[RFC PATCH -rc] gcov: Protect from uninitialized number of functions provided by GCC
 2020-08-27 15:13 UTC  (2+ messages)

[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 00/13] mm/debug_vm_pgtable fixes
 2020-08-27 12:17 UTC  (15+ messages)
` [PATCH v3 01/13] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
` [PATCH v3 02/13] powerpc/mm: Move setting pte specific flags to pfn_pte
` [PATCH v3 03/13] mm/debug_vm_pgtable/ppc64: Avoid setting top bits in radom value
` [PATCH v3 04/13] mm/debug_vm_pgtables/hugevmap: Use the arch helper to identify huge vmap support
` [PATCH v3 05/13] mm/debug_vm_pgtable/savedwrite: Enable savedwrite test with CONFIG_NUMA_BALANCING
` [PATCH v3 06/13] mm/debug_vm_pgtable/THP: Mark the pte entry huge before using set_pmd/pud_at
` [PATCH v3 07/13] mm/debug_vm_pgtable/set_pte/pmd/pud: Don't use set_*_at to update an existing pte entry
` [PATCH v3 08/13] mm/debug_vm_pgtable/thp: Use page table depost/withdraw with THP
` [PATCH v3 09/13] mm/debug_vm_pgtable/locks: Move non page table modifying test together
` [PATCH v3 10/13] mm/debug_vm_pgtable/locks: Take correct page table lock
` [PATCH v3 11/13] mm/debug_vm_pgtable/pmd_clear: Don't use pmd/pud_clear on pte entries
` [PATCH v3 12/13] mm/debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64
` [PATCH v3 13/13] mm/debug_vm_pgtable: populate a pte entry before fetching it

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

[PATCH 00/11] iomap/fs/block patches for 5.11
 2020-08-27  8:44 UTC  (3+ messages)
` [PATCH 04/11] block: Add bio_for_each_thp_segment_all

[Resend PATCH 1/6] mm/memcg: warning on !memcg after readahead page charged
 2020-08-27  6:00 UTC  (9+ messages)

[PATCH 4/5] bio: introduce BIO_FOLL_PIN flag
 2020-08-27  3:59 UTC  (3+ messages)
` [bio] 37abbdc72e: WARNING:at_block/bio.c:#bio_release_pages

[PATCH] MIPS: Loongson: Fix complie errors without CONFIG_SMP
 2020-08-27  3:12 UTC  (4+ messages)

[PATCH v7 0/2] avoid xfs transaction reservation recursion
 2020-08-27  2:59 UTC  (7+ messages)
` [PATCH v7 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v7 2/2] xfs: avoid transaction reservation recursion

[PATCH bpf-next v4 00/30] bpf: switch to memcg-based memory accounting
 2020-08-27  1:38 UTC  (9+ messages)
` [PATCH bpf-next v4 04/30] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v4 05/30] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v4 06/30] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v4 07/30] bpf: refine memcg-based memory accounting for devmap maps

[PATCH v2 05/23] arm64: use asm-generic/mmu_context.h for no-op implementations
 2020-08-26 23:55 UTC  (4+ messages)

bdi cleanups v3
 2020-08-26 22:07 UTC  (3+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

[linux-next:master 3527/3539] ERROR: modpost: "max_low_pfn" undefined!
 2020-08-26 20:32 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 3a00d3dfd4b68b208ecd5405e676d06c8ad6bb63
 2020-08-26 19:45 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION f37be72473a007d5d66c52f6cdf43fc8c0961f95
 2020-08-26 19:40 UTC 

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-08-26 19:01 UTC  (5+ 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).