linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-20 19:40:34 to 2021-08-24 00:36:27 UTC [more...]

[RFC 00/20] TLB batching consolidation and enhancements
 2021-08-24  0:36 UTC  (5+ messages)
` [RFC 20/20] mm/rmap: avoid potential races

[RFC PATCH 0/4] mm/page_alloc: cache pte-mapped allocations
 2021-08-23 23:50 UTC  (9+ messages)
` [RFC PATCH 1/4] list: Support getting most recent element in list_lru
` [RFC PATCH 2/4] list: Support list head not in object for list_lru
` [RFC PATCH 3/4] mm/page_alloc: introduce __GFP_PTE_MAPPED flag to allocate pte-mapped pages
` [RFC PATCH 4/4] x86/mm: write protect (most) page tables

mmotm 2021-08-23-16-42 uploaded
 2021-08-23 23:43 UTC 

[v2 PATCH 1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page
 2021-08-23 23:17 UTC  (7+ messages)
` [v2 PATCH 3/3] mm: hwpoison: dump page for unhandlable page

[GIT PULL] Memory folios for v5.15
 2021-08-23 22:15 UTC  (4+ messages)

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-23 22:15 UTC  (27+ messages)
                    ` Removing Mandatory Locks

[PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
 2021-08-23 21:06 UTC  (6+ messages)
        ` [PATCH] ucounts: Fix regression preventing increasing of rlimits in init_user_ns

[PATCHv2 1/2] kernel/workqueue: Make schedule_on_each_cpu as EXPORT_SYMBOL_GPL
 2021-08-23 20:42 UTC  (2+ messages)
` [PATCHv2 2/2] lib/percpu_test: Add extra tests in percpu_test

[PATCH v4 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-23 20:36 UTC  (6+ messages)
` [PATCH v4 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock

[RFC][PATCH] mm/page_isolation: tracing: trace all test_pages_isolated failures
 2021-08-23 20:28 UTC 

[linux-next:master 6632/9522] include/linux/pm_opp.h:458:58: warning: unused parameter 'dev'
 2021-08-23 20:28 UTC  (4+ messages)

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-23 20:06 UTC  (13+ messages)
` [PATCH Part1 v5 07/38] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 v5 11/38] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 v5 13/38] x86/sev: Register GHCB memory when SEV-SNP is active
      ` [PATCH] x86/sev: Remove do_early_exception() forward declarations

[PATCH V1] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-08-23 19:17 UTC  (2+ messages)

[PATCH v2 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-08-23 19:14 UTC  (2+ messages)

[PATCH] mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
 2021-08-23 17:48 UTC  (3+ messages)

[PATCH 1/2] kernel/workqueue: Make schedule_on_each_cpu as EXPORT_SYMBOL
 2021-08-23 17:40 UTC  (5+ messages)
` [PATCH 2/2] lib/percpu_test: Add extra tests in percpu_test

[PATCH] hugetlbfs: add hugepages_node kernel parameter
 2021-08-23 16:52 UTC  (6+ messages)

[PATCH v2 0/3] More machine check recovery fixes
 2021-08-23 15:24 UTC  (12+ messages)
  ` [PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery

[PATCH v3 0/2] fs: remove support for mandatory locking
 2021-08-23 15:12 UTC  (4+ messages)
` [PATCH v3 2/2] fs: remove mandatory file locking support

[PATCH v5 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-23 15:11 UTC  (37+ messages)
` [PATCH v5 01/35] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [PATCH v5 02/35] mm, slub: allocate private object map for debugfs listings
` [PATCH v5 03/35] mm, slub: allocate private object map for validate_slab_cache()
` [PATCH v5 04/35] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [PATCH v5 05/35] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [PATCH v5 06/35] mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab()
` [PATCH v5 07/35] mm, slub: extract get_partial() from new_slab_objects()
` [PATCH v5 08/35] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [PATCH v5 09/35] mm, slub: return slab page from get_partial() and set c->page afterwards
` [PATCH v5 10/35] mm, slub: restructure new page checks in ___slab_alloc()
` [PATCH v5 11/35] mm, slub: simplify kmem_cache_cpu and tid setup
` [PATCH v5 12/35] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [PATCH v5 13/35] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [PATCH v5 14/35] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [PATCH v5 15/35] mm, slub: restore irqs around calling new_slab()
` [PATCH v5 16/35] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [PATCH v5 17/35] mm, slub: check new pages with restored irqs
` [PATCH v5 18/35] mm, slub: stop disabling irqs around get_partial()
` [PATCH v5 19/35] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [PATCH v5 20/35] mm, slub: make locking in deactivate_slab() irq-safe
` [PATCH v5 21/35] mm, slub: call deactivate_slab() without disabling irqs
` [PATCH v5 22/35] mm, slub: move irq control into unfreeze_partials()
` [PATCH v5 23/35] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [PATCH v5 24/35] mm, slub: detach whole partial list at once in unfreeze_partials()
` [PATCH v5 25/35] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [PATCH v5 26/35] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [PATCH v5 27/35] mm, slub: don't disable irqs in slub_cpu_dead()
` [PATCH v5 28/35] mm, slab: make flush_slab() possible to call with irqs enabled
` [PATCH v5 29/35] mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [PATCH v5 30/35] mm: slub: Make object_map_lock a raw_spinlock_t
` [PATCH v5 31/35] mm, slub: optionally save/restore irqs in slab_[un]lock()/
` [PATCH v5 32/35] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [PATCH v5 33/35] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [PATCH v5 34/35] mm, slub: use migrate_disable() on PREEMPT_RT
` [PATCH v5 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-23 14:50 UTC  (5+ messages)
` [PATCH Part2 v5 08/45] x86/fault: Add support to handle the RMP fault for user address

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-08-23 13:21 UTC  (21+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v6 2/9] dax: Introduce holder for dax_device
` [PATCH RESEND v6 4/9] pmem,mm: Implement ->memory_failure in pmem driver
` [PATCH RESEND v6 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH RESEND v6 6/9] xfs: Implement ->notify_failure() for XFS
` [PATCH RESEND v6 7/9] dm: Introduce ->rmap() to find bdev offset

[PATCH] mm: unexport folio_add_lru
 2021-08-23 13:18 UTC  (3+ messages)

[PATCH 0/3] Cleanup and fixups for memory hotplug
 2021-08-23 12:15 UTC  (13+ messages)
` [PATCH 1/3] mm/memory_hotplug: use helper zone_is_zone_device() to simplify the code
` [PATCH 2/3] mm/memory_hotplug: fix potential permanent lru cache disable
` [PATCH 3/3] mm/memory_hotplug: make HWPoisoned dirty swapcache pages unmovable

[PATCH v3] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE
 2021-08-23 12:06 UTC 

COW in userspace
 2021-08-23 10:49 UTC  (6+ messages)
  ` [EXT] "

[PATCH v2 00/61] Introducing the Maple Tree
 2021-08-23  9:49 UTC  (3+ messages)
` [PATCH v2 11/61] mm: Remove rb tree

[PATCH] Documentation: update pagemap with SOFT_DIRTY & UFFD_WP shmem issue
 2021-08-23  8:52 UTC  (6+ messages)

[PATCH] selftests/vm: Use kselftest skip code for skipped tests
 2021-08-23  7:34 UTC 

[linux-next:master 8440/9522] drivers/cpufreq/qcom-cpufreq-hw.c:294:3: warning: Value stored to 'opp' is never read [clang-analyzer-deadcode.DeadStores]
 2021-08-23  6:52 UTC  (2+ messages)

[PATCH for-next 00/25] Prepare for better FORTIFY_SOURCE
 2021-08-23  6:43 UTC  (27+ messages)
` [PATCH for-next 01/25] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH for-next 02/25] powerpc: Split memset() to avoid multi-field overflow
` [PATCH for-next 03/25] stddef: Fix kerndoc for sizeof_field() and offsetofend()
` [PATCH for-next 04/25] stddef: Introduce struct_group() helper macro
` [PATCH for-next 05/25] cxl/core: Replace unions with struct_group()
` [PATCH for-next 06/25] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH for-next 07/25] iommu/amd: Use struct_group() "
` [PATCH for-next 08/25] drm/mga/mga_ioc32: "
` [PATCH for-next 09/25] HID: cp2112: "
` [PATCH for-next 10/25] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH for-next 11/25] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH for-next 12/25] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH for-next 13/25] compiler_types.h: Remove __compiletime_object_size()
` [PATCH for-next 14/25] lib/string: Move helper functions out of string.c
` [PATCH for-next 15/25] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH for-next 16/25] fortify: Explicitly disable Clang support
` [PATCH for-next 17/25] fortify: Fix dropped strcpy() compile-time write overflow check
` [PATCH for-next 18/25] fortify: Prepare to improve strnlen() and strlen() warnings
` [PATCH for-next 19/25] fortify: Allow strlen() and strnlen() to pass compile-time known lengths
` [PATCH for-next 20/25] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH for-next 21/25] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH for-next 22/25] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH for-next 23/25] xfrm: Use memset_after() to clear padding
` [PATCH for-next 24/25] string.h: Introduce memset_startat() for wiping trailing members and padding
` [PATCH for-next 25/25] btrfs: Use memset_startat() to clear end of struct

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-23  4:52 UTC  (12+ messages)
` [PATCH Part1 RFC v4 22/36] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 RFC v4 24/36] x86/compressed/acpi: move EFI config table access to common code

[linux-next:master 8440/9522] ERROR: modpost: "topology_set_thermal_pressure" [drivers/cpufreq/qcom-cpufreq-hw.ko] undefined!
 2021-08-23  3:14 UTC  (2+ messages)

[PATCH v3 0/3] arm64: support page mapping percpu first chunk allocator
 2021-08-23  2:29 UTC  (3+ messages)

[RFC] swap: call get/put_swap_device() at high level
 2021-08-23  2:03 UTC 

[PATCH linux-next] mm/folio-compat.c: folio should not be NULL when it is referenced
 2021-08-23  1:05 UTC  (2+ messages)

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-22 17:58 UTC  (6+ messages)
` [PATCH v2 2/7] kernel/fork: factor out replacing the current MM exe_file

[linux-next:master 7056/9522] drivers/gpu/drm/tegra/dc.c:1856:2: warning: Value stored to 'old_dc_state' is never read [clang-analyzer-deadcode.DeadStores]
 2021-08-22 16:06 UTC 

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

[linux-next:master 9149/9522] mm/slub.c:2723:16: error: implicit declaration of function 'try_pfmemalloc_match'
 2021-08-22  9:22 UTC 

[linux-stable-rc:linux-4.4.y 9981/9999] include/asm-generic/bug.h:159:2: error: implicit declaration of function 'no_printk'; did you mean 'printk'?
 2021-08-22  8:13 UTC 

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-22  2:59 UTC  (4+ messages)
` [PATCH v29 09/32] x86/mm: Introduce _PAGE_COW

drivers/uio/uio_aec.c:50:49: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-08-22  2:04 UTC 

[linux-next:master 9016/9522] fs/ntfs3/inode.c:1792:2: warning: unannotated fall-through between switch labels
 2021-08-21 22:56 UTC 

[PATCH v14 000/138] Memory folios
 2021-08-21 18:48 UTC  (3+ messages)
` [PATCH v14 112/138] mm/filemap: Convert filemap_get_read_batch to use folios

[linux-next:master 9509/9522] drivers/char/tpm/tpm_ibmvtpm.c:366:30: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-08-21 16:41 UTC 

[PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
 2021-08-21 16:27 UTC  (7+ messages)

[syzbot] general protection fault in unlink_anon_vmas (2)
 2021-08-21  8:44 UTC 

[PATCH v3 0/4] Some cleanup for page migration
 2021-08-21  7:54 UTC  (5+ messages)
` [PATCH v3 1/4] mm: migrate: Simplify the file-backed pages validation when migrating its mapping
` [PATCH v3 2/4] mm: migrate: Introduce a local variable to get the number of pages
` [PATCH v3 3/4] mm: migrate: Fix the incorrect function name in comments
` [PATCH v3 4/4] mm: migrate: Change to use bool type for 'page_was_mapped'

[linux-next:master 1105/9522] include/linux/swiotlb.h:172:57: warning: unused parameter 'dev'
 2021-08-21  6:42 UTC 

[linux-next:master 6683/9522] ERROR: modpost: "fill_imix_distribution" [net/core/pktgen.ko] undefined!
 2021-08-21  2:15 UTC 

[PATCH v2] mm, hugepages: add mremap() support for hugepage backed vma
 2021-08-20 21:00 UTC  (4+ messages)

[PATCH] mm/secretmem: use refcount_t instead of atomic_t
 2021-08-20 19:40 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).