linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-04 10:50:36 to 2021-09-08 02:52:30 UTC [more...]

incoming
 2021-09-08  2:52 UTC 

[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  (10+ 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  (25+ messages)
` [PATCH v6 12/33] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [PATCH v6 13/33] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [PATCH v6 14/33] mm, slub: restore irqs around calling new_slab()
` [PATCH v6 15/33] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [PATCH v6 16/33] mm, slub: check new pages with restored irqs
` [PATCH v6 17/33] mm, slub: stop disabling irqs around get_partial()
` [PATCH v6 18/33] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [PATCH v6 19/33] mm, slub: make locking in deactivate_slab() irq-safe
` [PATCH v6 20/33] mm, slub: call deactivate_slab() without disabling irqs
` [PATCH v6 21/33] mm, slub: move irq control into unfreeze_partials()
` [PATCH v6 22/33] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [PATCH v6 23/33] mm, slub: detach whole partial list at once in unfreeze_partials()
` [PATCH v6 24/33] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [PATCH v6 25/33] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [PATCH v6 26/33] mm, slub: don't disable irqs in slub_cpu_dead()
` [PATCH v6 27/33] mm, slab: split out the cpu offline variant of flush_slab()
` [PATCH v6 28/33] mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [PATCH v6 29/33] mm: slub: make object_map_lock a raw_spinlock_t
` [PATCH v6 30/33] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [PATCH v6 31/33] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [PATCH v6 32/33] mm, slub: use migrate_disable() on PREEMPT_RT
` [PATCH v6 33/33] mm, slub: convert kmem_cpu_slab protection to local_lock

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 

[patch 174/212] mm/migrate: update node demotion order on hotplug events
 2021-09-06  8:31 UTC  (7+ messages)
` [mm/migrate] 9eeb73028c: stress-ng.memhotplug.ops_per_sec -53.8% regression

[PATCH v2] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-09-06  6:37 UTC  (8+ messages)

[syzbot] WARNING: kmalloc bug in nf_tables_newset
 2021-09-06  5:25 UTC 

[RESEND PATCH v3] mm/mempolicy: fix a race between offset_il_node and mpol_rebind_task
 2021-09-06  3:53 UTC  (2+ messages)

Is it possible to implement the per-node page cache for programs/libraries?
 2021-09-06  9:56 UTC  (8+ messages)

[PATCH] Add LD_NUMA_REPLICATION for glibc
 2021-09-06  9:14 UTC  (3+ messages)

[linux-next:master 7071/11721] include/asm-generic/cacheflush.h:53:53: warning: unused parameter 'folio'
 2021-09-05 21:54 UTC 

[syzbot] WARNING: kmalloc bug in hash_mac_create
 2021-09-05 20:22 UTC 

[syzbot] WARNING: kmalloc bug in bpf_check
 2021-09-05 20:04 UTC 

[linux-next:master 11046/11721] drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1744:11: error: dereferencing pointer to incomplete type 'struct cpuinfo_x86'
 2021-09-05 19:46 UTC 

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-05 19:07 UTC  (5+ messages)
` [PATCH v2 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-05 13:59 UTC  (4+ messages)
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command

[patch 100/212] memcg: enable accounting for pollfd and select bits arrays
 2021-09-05 13:27 UTC  (2+ messages)
` [memcg] fa4e6b1ad5: will-it-scale.per_thread_ops -15.4% regression

[patch 101/212] memcg: enable accounting for file lock caches
 2021-09-05 13:08 UTC  (2+ messages)
` [memcg] 059dd9003a: will-it-scale.per_process_ops -39.8% regression

[linux-next:master 6932/11721] include/linux/memcontrol.h:1119:60: warning: unused parameter 'folio'
 2021-09-05 11:04 UTC 

Report Bug to Linux Memory Management
 2021-09-05  7:45 UTC 

Report Bug to Linux Memory Management
 2021-09-05  7:42 UTC 

[linux-next:master 11329/11721] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:764:6: warning: format specifies type 'long' but the argument has type 'unsigned int'
 2021-09-05  0:23 UTC 

[GIT PULL] Remove in-tree usage of MAP_DENYWRITE
 2021-09-04 19:00 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 NNTP newsgroup(s).