linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-06 08:32:08 to 2021-09-08 02:56:44 UTC [more...]

incoming
 2021-09-08  2:56 UTC  (67+ messages)
` [patch 001/147] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [patch 002/147] mm, slub: allocate private object map for debugfs listings
` [patch 003/147] mm, slub: allocate private object map for validate_slab_cache()
` [patch 004/147] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [patch 005/147] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [patch 006/147] mm, slub: extract get_partial() from new_slab_objects()
` [patch 007/147] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [patch 008/147] mm, slub: return slab page from get_partial() and set c->page afterwards
` [patch 009/147] mm, slub: restructure new page checks in ___slab_alloc()
` [patch 010/147] mm, slub: simplify kmem_cache_cpu and tid setup
` [patch 011/147] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [patch 012/147] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [patch 013/147] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [patch 014/147] mm, slub: restore irqs around calling new_slab()
` [patch 015/147] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [patch 016/147] mm, slub: check new pages with restored irqs
` [patch 017/147] mm, slub: stop disabling irqs around get_partial()
` [patch 018/147] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [patch 019/147] mm, slub: make locking in deactivate_slab() irq-safe
` [patch 020/147] mm, slub: call deactivate_slab() without disabling irqs
` [patch 021/147] mm, slub: move irq control into unfreeze_partials()
` [patch 022/147] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [patch 023/147] mm, slub: detach whole partial list at once in unfreeze_partials()
` [patch 024/147] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [patch 025/147] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [patch 026/147] mm, slub: don't disable irqs in slub_cpu_dead()
` [patch 027/147] mm, slab: split out the cpu offline variant of flush_slab()
` [patch 028/147] mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [patch 029/147] mm: slub: make object_map_lock a raw_spinlock_t
` [patch 030/147] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [patch 031/147] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [patch 032/147] mm, slub: use migrate_disable() on PREEMPT_RT
` [patch 033/147] mm, slub: convert kmem_cpu_slab protection to local_lock
` [patch 034/147] memory-hotplug.rst: remove locking details from admin-guide
` [patch 035/147] memory-hotplug.rst: complete admin-guide overhaul
` [patch 036/147] mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE
` [patch 037/147] mm: memory_hotplug: cleanup after removal of pfn_valid_within()
` [patch 038/147] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
` [patch 039/147] mm/memory_hotplug: remove nid parameter from arch_remove_memory()
` [patch 040/147] mm/memory_hotplug: remove nid parameter from remove_memory() and friends
` [patch 041/147] ACPI: memhotplug: memory resources cannot be enabled yet
` [patch 042/147] mm: track present early pages per zone
` [patch 043/147] mm/memory_hotplug: introduce "auto-movable" online policy
` [patch 044/147] drivers/base/memory: introduce "memory groups" to logically group memory blocks
` [patch 045/147] mm/memory_hotplug: track present pages in memory groups
` [patch 046/147] ACPI: memhotplug: use a single static memory group for a single memory device
` [patch 047/147] dax/kmem: use a single static memory group for a single probed unit
` [patch 048/147] virtio-mem: use a single dynamic memory group for a single virtio-mem device
` [patch 049/147] mm/memory_hotplug: memory group aware "auto-movable" online policy
` [patch 050/147] mm/memory_hotplug: improved dynamic "
` [patch 051/147] mm/memory_hotplug: use helper zone_is_zone_device() to simplify the code
` [patch 052/147] mm: remove redundant compound_head() calling
` [patch 053/147] riscv: only select GENERIC_IOREMAP if MMU support is enabled
` [patch 054/147] mm: move ioremap_page_range to vmalloc.c
` [patch 055/147] mm: don't allow executable ioremap mappings
` [patch 056/147] mm/early_ioremap.c: remove redundant early_ioremap_shutdown()
` [patch 057/147] highmem: don't disable preemption on RT in kmap_atomic()
` [patch 058/147] mm: in_irq() cleanup
` [patch 059/147] mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
` [patch 060/147] mm/secretmem: use refcount_t instead of atomic_t
` [patch 061/147] kfence: show cpu and timestamp in alloc/free info
` [patch 062/147] kfence: test: fail fast if disabled at boot
` [patch 063/147] mm: introduce Data Access MONitor (DAMON)
` [patch 064/147] mm/damon/core: implement region-based sampling
` [patch 065/147] mm/damon: adaptively adjust regions
` [patch 066/147] mm/idle_page_tracking: make PG_idle reusable

[PATCH] mm: hwpoison: deal with page cache THP
 2021-09-08  2:50 UTC  (14+ messages)
                        ` ##freemail## "

[PATCH 0/2] mm, thp: fix file-backed THP race in collapse_file
 2021-09-08  2:35 UTC  (8+ messages)
` [PATCH 1/2] mm, thp: check page mapping when truncating page cache
` [PATCH 2/2] mm, thp: bail out early in collapse_file for writeback page

[PATCH] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
 2021-09-08  1:50 UTC  (3+ messages)

[PATCH] mm/vmstat: annotate data race for zone->free_area[order].nr_free
 2021-09-08  1:56 UTC 

[PATCH v2 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-08  1:12 UTC  (7+ messages)
` [PATCH v2 2/5] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH v2 5/5] mm: Add ZAP_FLAG_SKIP_SWAP and zap_flags

[PATCH v2] zram_drv: allow reclaim on bio_alloc
 2021-09-08  0:52 UTC 

[PATCH] zram_drv: allow reclaim on bio_alloc
 2021-09-08  0:41 UTC  (5+ messages)
    `  "
      ` (2) "
        `  "

[PATCH v2 4/5] mm/page_alloc: place pages to tail in __free_pages_core()
 2021-09-07 22:40 UTC  (2+ messages)

[PATCH 0/7] ARM: support THREAD_INFO_IN_TASK (v3)
 2021-09-07 22:00 UTC  (8+ messages)
  ` [PATCH 1/7] ARM: Pass cpu number to secondary_start_kernel
  ` [PATCH 2/7] ARM: Pass task "
  ` [PATCH 3/7] ARM: Use smp_processor_id() in vfp_pm_suspend instead of ti->cpu
  ` [PATCH 4/7] ARM: Use hack from powerpc to get current cpu number
  ` [PATCH 5/7] ARM: Stop using TPIDRPRW to hold per_cpu_offset
  ` [PATCH 6/7] ARM: Use TPIDRPRW for current
  ` [PATCH 7/7] ARM: Move thread_info into task_struct (v7 only)

[PATCH] SUNRPC: use congestion_wait() in svc_alloc_args()
 2021-09-07 21:47 UTC  (12+ messages)

[PATCH v3] mm: fs: invalidate bh_lrus for only cold path
 2021-09-07 21:23 UTC 

[PATCH Vx RESEND] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
 2021-09-07 20:52 UTC  (2+ messages)

[PATCH v3] mmap_lock: Change trace and locking order
 2021-09-07 20:25 UTC  (2+ messages)

[PATCH 0/6] stackdepot, kasan, workqueue: Avoid expanding stackdepot slabs when holding raw_spin_lock
 2021-09-07 20:05 UTC  (10+ messages)
` [PATCH 1/6] lib/stackdepot: include gfp.h
` [PATCH 2/6] lib/stackdepot: remove unused function argument
` [PATCH 3/6] lib/stackdepot: introduce __stack_depot_save()
` [PATCH 4/6] kasan: common: provide can_alloc in kasan_save_stack()
` [PATCH 5/6] kasan: generic: introduce kasan_record_aux_stack_noalloc()
` [PATCH 6/6] workqueue, kasan: avoid alloc_pages() when recording stack

[linux-next:master] BUILD REGRESSION b2bb710d34d5965358777d5b3b17764fa7bc2a8a
 2021-09-07 18:31 UTC 

[PATCH v2] mmap_lock: Change trace and locking order
 2021-09-07 17:57 UTC  (5+ messages)

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-09-07 15:00 UTC  (15+ messages)

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-07 13:35 UTC  (4+ messages)
` [PATCH Part1 v5 36/38] virt: Add SEV-SNP guest driver

[PATCH] mm : bail out from psi memstall after submit_bio in swap_readpage
 2021-09-07 13:26 UTC  (4+ messages)

[linux-next:master 7227/11721] pcie-rcar-host.c:undefined reference to `__clk_is_enabled'
 2021-09-07 13:01 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS ea617cdef10802afc52c31556395aaa1b09e46c9
 2021-09-07 11:47 UTC 

[PATCH] MIPS: fix local_t operation on MIPS64
 2021-09-07 10:00 UTC  (7+ messages)

[PATCH] mm/page_isolation: don't putback unisolated page
 2021-09-07  9:56 UTC  (14+ messages)

[PATCH RESEND 0/8] hugetlb: add demote/split page functionality
 2021-09-07  8:50 UTC  (11+ messages)

[PATCH v6 00/33] SLUB: reduce irq disabled scope and make it RT compatible
 2021-09-07  8:20 UTC  (2+ messages)

WARNING in __init_work
 2021-09-07  7:44 UTC  (2+ messages)

[PATCH] mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfp
 2021-09-07  7:23 UTC  (2+ messages)

[PATCH mm] mm/mmap: relax mmap_assert_locked() for find_vma()
 2021-09-07  6:26 UTC 

[Bluetooth] 99c23da0ee: WARNING:at_mm/page_alloc.c:#__alloc_pages
 2021-09-07  5:12 UTC 

[patch 097/212] memcg: infrastructure to flush memcg stats
 2021-09-07  3:30 UTC  (4+ messages)
` [memcg] 45208c9105: aim7.jobs-per-min -14.0% regression

[linux-next:master 11802/12015] drivers/gpu/drm/amd/amdgpu/../display/dmub/inc/dmub_cmd.h:2655:26: error: variable 'temp' set but not used
 2021-09-07  2:49 UTC 

[linux-next:master 11748/12015] drivers/scsi/st.c:3826:2: error: unannotated fall-through between switch labels
 2021-09-06 23:42 UTC 

[linux-next:master 11843/12015] kernel/trace/trace_events_hist.c:4713:13: error: stack frame size (1332) exceeds limit (1024) in function 'hist_trigger_print_key'
 2021-09-06 23:12 UTC 

[linux-next:master 11802/12015] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1254:25: error: unused variable 'svms'
 2021-09-06 22:50 UTC 

[linux-next:master 11802/12015] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:764:6: error: format specifies type 'long' but the argument has type 'unsigned int'
 2021-09-06 22:31 UTC 

[linux-next:master] BUILD REGRESSION 7800ca95d0ed11b492962dc3abc2181c9d5f7f82
 2021-09-06 21:39 UTC 

[syzbot] BUG: soft lockup in handle_mm_fault (2)
 2021-09-06 21:11 UTC  (6+ messages)

[linux-next:master 10023/11721] include/linux/memory_hotplug.h:312:26: warning: unused parameter 'group'
 2021-09-06 18:46 UTC  (3+ messages)

KubeCon and CloudNativeCon NA 2021
 2021-09-06 17:14 UTC 

[PATCH v9 1/3] mm: rearrange madvise code to allow for reuse
 2021-09-06 16:55 UTC  (6+ messages)
` [PATCH v9 2/3] mm: add a field to store names for private anonymous memory

kernel BUG in truncate_inode_page
 2021-09-06 16:50 UTC  (4+ messages)

[PATCH 0/1 v2] Protect vmstats on PREEMPT_RT
 2021-09-06 14:03 UTC  (5+ messages)
` [PATCH 1/1] mm/vmstat: Protect per cpu variables with preempt disable on RT

[GIT PULL] Memory folios for v5.15
 2021-09-06 14:00 UTC  (13+ messages)

[linux-next:master 11845/12015] mm/util.c:1094:6: error: no previous prototype for 'flush_dcache_folio'
 2021-09-06 12:34 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 9a811bf862bf4843cbfd00df9d409777c40bc76f
 2021-09-06 12:19 UTC 

[RFC PATCH] fs/exec: Add the support for ELF program's NUMA replication
 2021-09-06 16:16 UTC  (3+ messages)

[linux-next:master 11847/12015] drivers/md/md.c:8339:30: error: unused variable 'mdstat_proc_ops'
 2021-09-06 11:55 UTC 

[linux-next:master 11847/12015] arch/h8300/kernel/process.c:58:6: error: no previous prototype for 'arch_cpu_idle'
 2021-09-06 11:54 UTC 

[PATCH] mm/page_isolation: fix potential missing call to unset_migratetype_isolate()
 2021-09-06 11:42 UTC  (5+ messages)

[linux-next:master 11847/12015] arch/nios2/kernel/irq.c:19:17: error: no previous prototype for 'do_IRQ'
 2021-09-06 11:39 UTC 

[mm/migrate] 9eeb73028c: stress-ng.memhotplug.ops_per_sec -53.8% regression
 2021-09-06  8:31 UTC  (6+ 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).