linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-06 13:26:20 to 2021-04-07 14:56:09 UTC [more...]

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

[RFC PATCH 01/37] mmap locking API: mmap_lock_is_contended returns a bool
 2021-04-07 14:48 UTC  (48+ 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 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 

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

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

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

unexpected -ENOMEM from percpu_counter_init()
 2021-04-07 13:09 UTC  (3+ messages)

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

[PATCH] mm: page_poison: print page owner info when corruption is caught
 2021-04-07 12:15 UTC  (2+ messages)

[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  (5+ messages)

[PATCH v4 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-07  9:38 UTC  (27+ 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

[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

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

[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  (11+ messages)
` [PATCH v6 3/8] mm,memory_hotplug: Factor out adjusting present pages into adjust_present_page_count()
  ` [PATCH v6 4/8] mm,memory_hotplug: Allocate memmap from the added memory range

[rcu] 7308e02404: INFO:rcu_preempt_detected_stalls_on_CPUs/tasks
 2021-04-07  7:29 UTC 

[PATCH 0/4] Cleanup and fixup for hugetlb
 2021-04-07  7:24 UTC  (11+ messages)
` [PATCH 1/4] mm/hugeltb: remove redundant VM_BUG_ON() in region_add()
` [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 v4] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-07  6:14 UTC  (2+ messages)

[PATCH v6 00/27] Memory Folios
 2021-04-07  6:09 UTC  (65+ messages)
` [PATCH v6 01/27] mm: Introduce struct folio
` [PATCH v6 03/27] mm/vmstat: Add functions to account folio statistics
` [PATCH v6 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v6 05/27] mm: Add folio reference count functions
` [PATCH v6 06/27] mm: Add put_folio
` [PATCH v6 07/27] mm: Add get_folio
` [PATCH v6 08/27] mm: Create FolioFlags
` [PATCH v6 09/27] mm: Handle per-folio private data
` [PATCH v6 10/27] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v6 11/27] mm/filemap: Add folio_next_index
` [PATCH v6 12/27] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v6 13/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v6 14/27] mm: Add folio_mapcount
` [PATCH v6 15/27] mm/memcg: Add folio wrappers for various functions
` [PATCH v6 16/27] mm/filemap: Add unlock_folio
` [PATCH v6 17/27] mm/filemap: Add lock_folio
` [PATCH v6 18/27] mm/filemap: Add lock_folio_killable
` [PATCH v6 19/27] mm/filemap: Add __lock_folio_async
` [PATCH v6 20/27] mm/filemap: Add __lock_folio_or_retry
` [PATCH v6 21/27] mm/filemap: Add wait_on_folio_locked
` [PATCH v6 22/27] mm/filemap: Add end_folio_writeback
` [PATCH v6 23/27] mm/writeback: Add wait_on_folio_writeback
` [PATCH v6 24/27] mm/writeback: Add wait_for_stable_folio
` [PATCH v6 25/27] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v6 26/27] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v6 27/27] mm/filemap: Convert page wait queues to be folios

[PATCH v2 0/2] mm: khugepaged: cleanup and a minor tuning in THP
 2021-04-07  3:05 UTC  (3+ 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

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

[PATCH v5] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-06 23:49 UTC  (2+ messages)

[PATCH v24 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
 2021-04-06 22:50 UTC  (4+ messages)
` [PATCH v24 25/30] x86/cet/shstk: Handle signals for shadow stack

[RFC PATCH] mm/swap: fix system stuck due to infinite loop
 2021-04-06 22:49 UTC  (2+ messages)

[PATCH] mm, thp: Relax the VM_DENYWRITE constraint on file-backed THPs
 2021-04-06 22:26 UTC  (5+ messages)

linux-next: Tree for Apr 6 (arch/x86/mm/init_64.c)
 2021-04-06 22:25 UTC  (4+ messages)

[PATCH 0/2] mm: khugepaged: cleanup and a minor tuning in THP
 2021-04-06 21:04 UTC  (6+ messages)
` [PATCH 2/2] mm: khugepaged: check MMF_DISABLE_THP ahead of iterating over vmas

[PATCH] btrfs: Use readahead_batch_length
 2021-04-06 19:42 UTC 

include/linux/fortify-string.h:27:30: warning: '__builtin_strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length
 2021-04-06 19:42 UTC 

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-04-06 19:24 UTC  (3+ messages)
` [PATCH 1/4] x86/mce: Fix copyin code to return -EFAULT on machine check

[linux-next:master 9893/10090] drivers/hid/hid-thrustmaster.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-04-06 18:40 UTC 

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-06 17:38 UTC  (4+ messages)
` [PATCH v4 19/20] mips: Convert to GENERIC_CMDLINE

[PATCH] mm/vmscan.c: drop_slab_node with task's memcg
 2021-04-06 17:38 UTC  (8+ messages)

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

321fc8f8f3: BUG:KASAN:slab-out-of-bounds_in_test_clobber_zone
 2021-04-06 13:32 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).