linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-07 00:54:19 to 2021-04-08 02:13:47 UTC [more...]

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-04-08  2:13 UTC  (5+ messages)
` [PATCH 3/4] mce/copyin: fix to not SIGBUS when copying from user hits poison

[PATCH v4 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-08  0:56 UTC  (25+ messages)
` [PATCH v4 1/8] mm/cma: change cma mutex to irq safe spinlock
` [PATCH v4 2/8] hugetlb: no need to drop hugetlb_lock to call cma_release
` [PATCH v4 3/8] hugetlb: add per-hstate mutex to synchronize user adjustments
` [PATCH v4 4/8] hugetlb: create remove_hugetlb_page() to separate functionality
` [PATCH v4 5/8] hugetlb: call update_and_free_page without hugetlb_lock
` [PATCH v4 6/8] hugetlb: change free_pool_huge_page to remove_pool_huge_page
` [PATCH v4 7/8] hugetlb: make free_huge_page irq safe
` [PATCH v4 8/8] hugetlb: add lockdep_assert_held() calls for hugetlb_lock

unexpected -ENOMEM from percpu_counter_init()
 2021-04-07 23:28 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 5103a5be098c0dae5d4b057520d7e9f4c5570979
 2021-04-07 23:16 UTC 

[PATCH] mm: page_poison: print page owner info when corruption is caught
 2021-04-07 23:05 UTC  (3+ messages)

[PATCH v4] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-07 22:50 UTC  (4+ messages)

[PATCH] mm: page_owner: fetch backtrace only for tracked pages
 2021-04-07 22:47 UTC  (3+ messages)

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-07 22:33 UTC  (3+ messages)

[PATCH 0/5] 4.14 backports of fixes for "CoW after fork() issue"
 2021-04-07 21:53 UTC  (10+ messages)

[RFC bpf-next 0/1] bpf: Add page cache iterator
 2021-04-07 21:46 UTC 

[PATCH v2 0/2] mm: khugepaged: cleanup and a minor tuning in THP
 2021-04-07 21:40 UTC  (5+ messages)
` [PATCH v2 1/2] mm: khugepaged: use macro to align addresses
` [PATCH v2 2/2] mm: khugepaged: check MMF_DISABLE_THP ahead of iterating over vmas

[PATCH v10 0/9] Count rlimits in each user namespace
 2021-04-07 21:37 UTC  (11+ messages)
` [PATCH v10 1/9] Increase size of ucounts to atomic_long_t
` [PATCH v10 2/9] Add a reference to ucounts for each cred
` [PATCH v10 3/9] Use atomic_t for ucounts reference counting
` [PATCH v10 4/9] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v10 5/9] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING "
` [PATCH v10 7/9] Reimplement RLIMIT_MEMLOCK "
` [PATCH v10 8/9] kselftests: Add test to check for rlimit changes in different user namespaces
` [PATCH v10 9/9] ucounts: Set ucount_max to the largest positive value the type can hold

[PATCH v10 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-07 21:37 UTC  (5+ messages)
` [PATCH v10 3/6] stack: "
` [PATCH v10 5/6] arm64: entry: Enable random_kstack_offset support

[rcu] 7308e02404: INFO:rcu_preempt_detected_stalls_on_CPUs/tasks
 2021-04-07 21:32 UTC  (2+ messages)

[RFC PATCH 01/37] mmap locking API: mmap_lock_is_contended returns a bool
 2021-04-07 21:27 UTC  (56+ messages)
` [RFC PATCH 02/37] mmap locking API: name the return values
` [RFC PATCH 03/37] do_anonymous_page: use update_mmu_tlb()
` [RFC PATCH 04/37] do_anonymous_page: reduce code duplication
` [RFC PATCH 05/37] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [RFC PATCH 06/37] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [RFC PATCH 07/37] mm: add FAULT_FLAG_SPECULATIVE flag
` [RFC PATCH 08/37] mm: add do_handle_mm_fault()
` [RFC PATCH 09/37] mm: add per-mm mmap sequence counter for speculative page fault handling
` [RFC PATCH 10/37] mm: rcu safe vma freeing
` [RFC PATCH 11/37] x86/mm: attempt speculative mm faults first
` [RFC PATCH 12/37] mm: refactor __handle_mm_fault() / handle_pte_fault()
` [RFC PATCH 13/37] mm: implement speculative handling in __handle_mm_fault()
` [RFC PATCH 14/37] mm: add pte_map_lock() and pte_spinlock()
` [RFC PATCH 15/37] mm: implement speculative handling in do_anonymous_page()
` [RFC PATCH 16/37] mm: enable speculative fault handling through do_anonymous_page()
` [RFC PATCH 17/37] mm: implement speculative handling in do_numa_page()
` [RFC PATCH 18/37] mm: enable speculative fault "
` [RFC PATCH 19/37] mm: implement speculative handling in wp_page_copy()
` [RFC PATCH 20/37] mm: implement and enable speculative fault handling in handle_pte_fault()
` [RFC PATCH 21/37] mm: implement speculative handling in do_swap_page()
` [RFC PATCH 22/37] mm: enable speculative fault handling through do_swap_page()
` [RFC PATCH 23/37] mm: rcu safe vma->vm_file freeing
` [RFC PATCH 24/37] mm: implement speculative handling in __do_fault()
` [RFC PATCH 25/37] mm: implement speculative handling in filemap_fault()
` [RFC PATCH 26/37] mm: implement speculative fault handling in finish_fault()
` [RFC PATCH 27/37] mm: implement speculative handling in do_fault_around()
` [RFC PATCH 28/37] mm: implement speculative handling in filemap_map_pages()
` [RFC PATCH 29/37] fs: list file types that support speculative faults
` [RFC PATCH 30/37] mm: enable speculative fault handling for supported file types
` [RFC PATCH 31/37] ext4: implement speculative fault handling
` [RFC PATCH 32/37] f2fs: "
` [RFC PATCH 33/37] mm: enable speculative fault handling only for multithreaded user space
` [RFC PATCH 34/37] mm: rcu safe vma freeing "
` [RFC PATCH 35/37] mm: spf statistics
` [RFC PATCH 36/37] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [RFC PATCH 37/37] arm64/mm: attempt speculative mm faults first

[PATCH 0/4] Cleanup and fixup for hugetlb
 2021-04-07 21:23 UTC  (11+ messages)
` [PATCH 2/4] mm/hugeltb: simplify the return code of __vma_reservation_common()
` [PATCH 3/4] mm/hugeltb: fix potential wrong gbl_reserve value for hugetlb_acct_memory()

[PATCH v6 3/8] mm,memory_hotplug: Factor out adjusting present pages into adjust_present_page_count()
 2021-04-07 20:38 UTC  (5+ messages)
  ` [PATCH v6 4/8] mm,memory_hotplug: Allocate memmap from the added memory range

[PATCH 0/11 v2] Use local_lock for pcp protection and reduce stat overhead
 2021-04-07 20:24 UTC  (12+ messages)
` [PATCH 01/11] mm/page_alloc: Split per cpu page lists and zone stats
` [PATCH 02/11] mm/page_alloc: Convert per-cpu list protection to local_lock
` [PATCH 03/11] mm/memory_hotplug: Make unpopulated zones PCP structures unreachable during hot remove
` [PATCH 04/11] mm/vmstat: Convert NUMA statistics to basic NUMA counters
` [PATCH 05/11] mm/vmstat: Inline NUMA event counter updates
` [PATCH 06/11] mm/page_alloc: Batch the accounting updates in the bulk allocator
` [PATCH 07/11] mm/page_alloc: Reduce duration that IRQs are disabled for VM counters
` [PATCH 08/11] mm/page_alloc: Remove duplicate checks if migratetype should be isolated
` [PATCH 09/11] mm/page_alloc: Explicitly acquire the zone lock in __free_pages_ok
` [PATCH 10/11] mm/page_alloc: Avoid conflating IRQs disabled with zone->lock
` [PATCH 11/11] mm/page_alloc: Update PGFREE outside the zone lock in __free_pages_ok

[PATCH v24 25/30] x86/cet/shstk: Handle signals for shadow stack
 2021-04-07 19:36 UTC  (3+ messages)

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-07 18:40 UTC  (3+ messages)
` [PATCH 07/10] mm/vmscan: add helper for querying ability to age anonymous pages

[PATCH v2 0/5] percpu: partial chunk depopulation
 2021-04-07 18:26 UTC  (6+ messages)
` [PATCH v2 1/5] percpu: fix a comment about the chunks ordering
` [PATCH v2 2/5] percpu: split __pcpu_balance_workfn()
` [PATCH v2 3/5] percpu: make pcpu_nr_empty_pop_pages per chunk type
` [PATCH v2 4/5] percpu: generalize pcpu_balance_populated()
` [PATCH v2 5/5] percpu: implement partial chunk depopulation

SHM: blk_update_request: I/O error, dev loop5, sector 1001648 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
 2021-04-07 18:21 UTC 

[RFC/RFT PATCH 0/3] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-07 17:26 UTC  (4+ messages)
` [RFC/RFT PATCH 1/3] memblock: update initialization of reserved pages
` [RFC/RFT PATCH 2/3] arm64: decouple check whether pfn is normal memory from pfn_valid()
` [RFC/RFT PATCH 3/3] arm64: drop pfn_valid_within() and simplify pfn_valid()

[PATCH v9 0/8] Count rlimits in each user namespace
 2021-04-07 16:56 UTC  (5+ messages)
` [PATCH v9 4/8] Reimplement RLIMIT_NPROC on top of ucounts

[RFC PATCH 0/6] mm: thp: use generic THP migration for NUMA hinting fault
 2021-04-07 16:04 UTC  (9+ messages)

High kmalloc-32 slab cache consumption with 10k containers
 2021-04-07 15:42 UTC  (15+ messages)

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-07 15:10 UTC  (12+ messages)
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

[PATCH V12 0/3] Charge loop device i/o to issuing cgroup
 2021-04-07 14:43 UTC  (5+ messages)
` [PATCH 1/3] loop: Use worker per cgroup instead of kworker

[linux-next:master 8292/10499] ipc/msg.c:958:13: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-04-07 14:33 UTC 

[QUESTION] WARNNING after 3d8e2128f26a ("sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output")
 2021-04-07 13:49 UTC  (6+ messages)

[PATCH] mm: page_owner: detect page_owner recursion via task_struct
 2021-04-07 12:32 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH v1 0/5] percpu: partial chunk depopulation
 2021-04-07 11:09 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 4ef1bf72d3bd56bae71cd85e26d778c6025c6a54
 2021-04-07 10:47 UTC 

[PATCH v1 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-04-07 10:31 UTC  (8+ messages)
` [PATCH v1 2/5] "

[PATCH v3] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-04-07 10:30 UTC  (3+ messages)

[linux-next:master 9748/10090] drivers/i2c/busses/i2c-cp2615.c:88:23: sparse: sparse: incorrect type in assignment (different base types)
 2021-04-07  9:19 UTC 

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-04-07  8:42 UTC  (9+ messages)
` [PATCH v8 1/8] mm: Remove special swap entry functions
` [PATCH v8 2/8] mm/swapops: Rework swap entry manipulation code
` [PATCH v8 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v8 4/8] mm/rmap: Split migration into its own function
` [PATCH v8 5/8] mm: Device exclusive memory access
` [PATCH v8 6/8] mm: Selftests for exclusive device memory
` [PATCH v8 7/8] nouveau/svm: Refactor nouveau_range_fault
` [PATCH v8 8/8] nouveau/svm: Implement atomic SVM access

[PATCH -V2] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
 2021-04-07  8:27 UTC 

[PATCH v3] mm/gup: check page posion status for coredump
 2021-04-07  7:48 UTC  (12+ messages)
` [PATCH v5] mm/gup: check page hwposion "
              ` [PATCH v6] mm/gup: check page hwpoison status for memory recovery failures
                ` [PATCH v7] "

[PATCH v6 2/8] mm,memory_hotplug: Relax fully spanned sections check
 2021-04-07  7:43 UTC  (4+ messages)

[PATCH v6 00/27] Memory Folios
 2021-04-07  6:09 UTC  (11+ messages)
` [PATCH v6 01/27] mm: Introduce struct folio

[linux-next:master] BUILD REGRESSION 9c54130cd25528028b2d38f6ada0c79e92210390
 2021-04-07  0:54 UTC 


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