linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-05 16:53:46 to 2021-01-06 23:01:41 UTC [more...]

[patch V4 0/8] mm/highmem: Preemptible variant of kmap_atomic & friends
 2021-01-06 23:01 UTC  (3+ messages)
` [patch V4 3/8] x86: Support kmap_local() forced debugging
  ` [BUG] from "

[PATCH v4 sl-b 0/6] Export return addresses etc. for better diagnostics
 2021-01-06 21:48 UTC  (8+ messages)
` [PATCH mm,percpu_ref,rcu 1/6] mm: Add mem_dump_obj() to print source of memory block
` [PATCH mm,percpu_ref,rcu 2/6] mm: Make mem_dump_obj() handle NULL and zero-sized pointers
` [PATCH mm,percpu_ref,rcu 3/6] mm: Make mem_dump_obj() handle vmalloc() memory
` [PATCH mm,percpu_ref,rcu 4/6] mm: Make mem_obj_dump() vmalloc() dumps include start and length
` [PATCH mm,percpu_ref,rcu 5/6] rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback
` [PATCH mm,percpu_ref,rcu 6/6] percpu_ref: Dump mem_dump_obj() info upon reference-count underflow

[PATCH v2 0/6] Fix some bugs about HugeTLB code
 2021-01-06 21:07 UTC  (17+ messages)
` [PATCH v2 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
` [PATCH v2 2/6] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
` [PATCH v2 3/6] mm: hugetlb: fix a race between freeing and dissolving the page
` [PATCH v2 4/6] mm: hugetlb: add return -EAGAIN for dissolve_free_huge_page
` [PATCH v2 5/6] mm: hugetlb: fix a race between isolating and freeing page
` [PATCH v2 6/6] mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active

[PATCH v2 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-01-06 21:04 UTC  (7+ messages)
` [PATCH v2 2/2] "

[PATCH] mm/zsmalloc: replace if (cond) BUG() with BUG_ON()
 2021-01-06 20:42 UTC  (10+ messages)
` [PATCH] mm/mmap: "

[PATCH] mm: memcg/slab: optimize objcg stock draining
 2021-01-06 20:04 UTC  (6+ messages)

[PATCH] mm: Teach pfn_to_online_page() about ZONE_DEVICE section collisions
 2021-01-06 20:02 UTC  (8+ messages)

[PATCH] mm/memcontrol: fix warning in mem_cgroup_page_lruvec()
 2021-01-06 19:35 UTC  (5+ messages)

[RFC 0/3] mm, slab, slub: remove cpu and memory hotplug locks
 2021-01-06 19:09 UTC  (5+ messages)
` [RFC 1/3] mm, slab, slub: stop taking memory hotplug lock
` [RFC 2/3] mm, slab, slub: stop taking cpu "
` [RFC 3/3] mm, slub: stop freeing kmem_cache_node structures on node offline

[PATCH 4/6] hugetlb: avoid allocation failed when page reporting is on going
 2021-01-06 19:02 UTC  (2+ messages)

[PATCH 2/6] mm: let user decide page reporting option
 2021-01-06 18:42 UTC  (2+ messages)

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2021-01-06 17:23 UTC  (5+ messages)
` [PATCH v10 11/13] iommu/arm-smmu-v3: Add SVA device feature

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-06 17:14 UTC  (7+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH 08/10] md: Implement ->corrupted_range()

[PATCH 1/6] mm: Add batch size for free page reporting
 2021-01-06 16:59 UTC  (2+ messages)

[PATCH] mm: memcg: add swapcache stat for memcg v2
 2021-01-06 16:42 UTC  (3+ messages)

[PATCH 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
 2021-01-06 16:12 UTC  (22+ messages)
` [PATCH 2/6] hugetlbfs: fix cannot migrate the fallocated HugeTLB page
    ` [External] "
` [PATCH 3/6] mm: hugetlb: fix a race between freeing and dissolving the page
    ` [External] "
` [PATCH 4/6] mm: hugetlb: add return -EAGAIN for dissolve_free_huge_page
    ` [External] "

[PATCH 3/6] hugetlb: add free page reporting support
 2021-01-06 16:08 UTC  (2+ messages)

Very slow unlockall()
 2021-01-06 15:20 UTC 

[PATCH v12 00/13] Free some vmemmap pages of HugeTLB page
 2021-01-06 14:19 UTC  (14+ messages)
` [PATCH v12 01/13] mm/memory_hotplug: Factor out bootmem core functions to bootmem_info.c
` [PATCH v12 02/13] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v12 03/13] mm: Introduce VM_WARN_ON_PAGE macro
` [PATCH v12 04/13] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
` [PATCH v12 05/13] mm/hugetlb: Defer freeing of HugeTLB pages
` [PATCH v12 06/13] mm/hugetlb: Allocate the vmemmap pages associated with each HugeTLB page
` [PATCH v12 07/13] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v12 08/13] mm/hugetlb: Flush work when dissolving a HugeTLB page
` [PATCH v12 09/13] mm/hugetlb: Introduce PageHugeInflight
` [PATCH v12 10/13] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v12 11/13] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v12 12/13] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v12 13/13] mm/hugetlb: Optimize the code with the help of the compiler

[RFC v3 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-06 11:38 UTC  (19+ messages)
` [v3 PATCH 01/11] mm: vmscan: use nid from shrink_control for tracepoint
` [v3 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v3 PATCH 03/11] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v3 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v3 PATCH 05/11] mm: vmscan: use a new flag to indicate shrinker is registered
` [v3 PATCH 06/11] mm: memcontrol: rename shrinker_map to shrinker_info
` [v3 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v3 PATCH 08/11] mm: vmscan: use per memcg nr_deferred of shrinker
` [v3 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v3 PATCH 10/11] mm: memcontrol: reparent nr_deferred when memcg offline
` [v3 PATCH 11/11] mm: vmscan: shrink deferred objects proportional to priority

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-01-06 10:13 UTC 

[PATCH 0/6] hugetlbfs: support free page reporting
 2021-01-06  9:41 UTC  (2+ messages)

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-06  8:08 UTC 

[PATCH -V8 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2021-01-06  6:57 UTC  (4+ messages)
` [PATCH -V8 1/3] "
` [PATCH -V8 2/3] NOT kernel/man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING
` [PATCH -V8 3/3] NOT kernel/numactl: Support to enable Linux kernel NUMA balancing

[PATCH 0/1] arm64: make section size configurable for memory hotplug
 2021-01-06  6:11 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 1/2] mm: page_counter: relayout structure to reduce false sharing
 2021-01-06  4:45 UTC  (7+ messages)
` [PATCH 2/2] mm: memcg: add a new MEMCG_UPDATE_BATCH

[RFC PATCH] mm/memcontrol: Increase threshold for draining per-cpu stocked bytes
 2021-01-06  4:26 UTC  (7+ messages)

[PATCH 6/6] hugetlb: support free hugepage pre zero out
 2021-01-06  3:52 UTC 

[PATCH 5/6] virtio-balloon: reporting hugetlb free page to host
 2021-01-06  3:51 UTC 

[PATCH v21 00/19] per memcg lru lock
 2021-01-06  3:10 UTC  (7+ messages)

[PATCH V2] mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
 2021-01-06  0:49 UTC  (3+ messages)

[PATCH] mm: vmscan: support complete shrinker reclaim
 2021-01-06  0:43 UTC 

[RFC PATCH v2 0/2] mm: fix races due to deferred TLB flushes
 2021-01-06  0:29 UTC  (33+ messages)
` [RFC PATCH v2 1/2] mm/userfaultfd: fix memory corruption due to writeprotect
` [RFC PATCH v2 2/2] fs/task_mmu: acquire mmap_lock for write on soft-dirty cleanup

[PATCH 00/11] kasan: HW_TAGS tests support and fixes
 2021-01-06  0:09 UTC  (14+ messages)
` [PATCH 01/11] kasan: prefix exported functions with kasan_
` [PATCH 02/11] kasan: clarify HW_TAGS impact on TBI
` [PATCH 03/11] kasan: clean up comments in tests
` [PATCH 04/11] kasan: add match-all tag tests
` [PATCH 05/11] kasan, arm64: allow using KUnit tests with HW_TAGS mode
` [PATCH 06/11] kasan: rename CONFIG_TEST_KASAN_MODULE
` [PATCH 07/11] kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL
` [PATCH 08/11] kasan: adopt kmalloc_uaf2 test to HW_TAGS mode
` [PATCH 09/11] kasan: fix memory corruption in kasan_bitops_tags test
` [PATCH 10/11] kasan: fix bug detection via ksize for HW_TAGS mode
` [PATCH 11/11] kasan: add proper page allocator tests

kernel BUG at mm/page-writeback.c:LINE!
 2021-01-05 21:34 UTC  (9+ messages)

[LSFMMBPF 2021] A status update
 2021-01-05 20:30 UTC  (3+ messages)

[PATCH] x86/kaslr: support separate multiple memmaps parameter parsing
 2021-01-05 20:22 UTC  (2+ messages)

[PATCH] mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
 2021-01-05 18:20 UTC  (10+ messages)

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2021-01-05 18:03 UTC  (11+ messages)

[PATCH] mm: migrate: initialize err in do_migrate_pages
 2021-01-05 17:14 UTC  (2+ messages)

[PATCH v3 0/4] mm: clean up names and parameters of memmap_init_xxxx functions
 2021-01-05 16:54 UTC  (5+ messages)
` [PATCH v3 2/4] mm: simplify parater of function memmap_init_zone()
` [PATCH v3 3/4] mm: simplify parameter of setup_usemap()


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