Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-05 03:15:29 to 2021-01-06 10:22:29 UTC [more...]

[RFC v3 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-06 10:21 UTC  (15+ 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 v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2021-01-06 10:09 UTC  (4+ messages)
` [PATCH v10 11/13] iommu/arm-smmu-v3: Add SVA device feature

[PATCH] mm: Teach pfn_to_online_page() about ZONE_DEVICE section collisions
 2021-01-06 10:04 UTC  (4+ messages)

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

[PATCH v2 0/6] Fix some bugs about HugeTLB code
 2021-01-06  8:47 UTC  (7+ 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] mm/zsmalloc: replace if (cond) BUG() with BUG_ON()
 2021-01-06  8:40 UTC  (5+ messages)
` [PATCH] mm/mmap: "

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

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

[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] mm/memcontrol: fix warning in mem_cgroup_page_lruvec()
 2021-01-06  6:49 UTC  (2+ messages)

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

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

[PATCH 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
 2021-01-06  6:05 UTC  (24+ 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 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 4/6] hugetlb: avoid allocation failed when page reporting is on going
 2021-01-06  3:50 UTC 

[PATCH 3/6] hugetlb: add free page reporting support
 2021-01-06  3:49 UTC 

[PATCH 2/6] mm: let user decide page reporting option
 2021-01-06  3:48 UTC 

[PATCH 1/6] mm: Add batch size for free page reporting
 2021-01-06  3:47 UTC 

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

[PATCH v4 sl-b 0/6] Export return addresses etc. for better diagnostics
 2021-01-06  1:17 UTC  (7+ 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] 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  (38+ 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  (12+ messages)

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

[PATCH v3 0/4] mm: clean up names and parameters of memmap_init_xxxx functions
 2021-01-05 16:54 UTC  (9+ messages)
` [PATCH v3 1/4] mm: rename memmap_init() and memmap_init_zone()
` [PATCH v3 2/4] mm: simplify parater of function memmap_init_zone()
` [PATCH v3 3/4] mm: simplify parameter of setup_usemap()
` [PATCH v3 4/4] mm: remove unneeded local variable in free_area_init_core

mmotm 2021-01-04-16-56 uploaded
 2021-01-05 14:04 UTC  (3+ messages)
` mmotm 2021-01-04-16-56 uploaded (drivers/power/supply/max8997_charger.c)

[linux-next:master 1225/1375] WARNING: modpost: vmlinux.o(.text+0x8884d4): Section mismatch in reference from the function exynos_chipid_probe() to the function .init.text:product_id_to_soc_id()
 2021-01-05 11:44 UTC 

[PATCH] mm: fix: Uninitialized variable ret
 2021-01-05 11:03 UTC  (2+ messages)

[PATCH] mm/mremap: fix BUILD_BUG_ON() error in get_extent
 2021-01-05 10:28 UTC  (3+ messages)

[RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO
 2021-01-05 10:27 UTC  (6+ messages)

uninitialized pmem struct pages
 2021-01-05  9:58 UTC  (32+ messages)

[RFC v2 PATCH 4/4] mm: pre zero out free pages to speed up page allocation for __GFP_ZERO
 2021-01-05  9:56 UTC  (7+ messages)

kernelci/staging-next bisection: sleep.login on rk3288-rock2-square #2286-staging
 2021-01-05  9:13 UTC  (6+ messages)

[PATCH] mm/page_alloc: remove the static for local variable node_order
 2021-01-05  7:28 UTC  (4+ messages)

[PATCH v2] Resolve LRU page-pinning issue for file-backed pages
 2021-01-05  7:05 UTC  (2+ messages)
` [PATCH v2] fs/buffer.c: Revoke LRU when trying to drop buffers

[PATCH] arm64: add pmem module for kernel update
 2021-01-05  5:42 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).