linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-14 02:31:47 to 2022-02-15 07:29:51 UTC [more...]

[PATCH] mm: move oom_kill sysctls to their own file
 2022-02-15  7:29 UTC  (2+ messages)

[PATCH 00/10] Various fixes around invalidate_page()
 2022-02-15  7:27 UTC  (24+ messages)
` [PATCH 01/10] splice: Use a folio in page_cache_pipe_buf_try_steal()
` [PATCH 02/10] mm/truncate: Inline invalidate_complete_page() into its one caller
` [PATCH 03/10] mm/truncate: Convert invalidate_inode_page() to use a folio
` [PATCH 04/10] mm/truncate: Replace page_mapped() call in invalidate_inode_page()
` [PATCH 05/10] mm: Convert remove_mapping() to take a folio
` [PATCH 06/10] mm/truncate: Split invalidate_inode_page() into mapping_shrink_folio()
` [PATCH 07/10] mm/truncate: Convert __invalidate_mapping_pages() to use a folio
` [PATCH 08/10] mm: Turn deactivate_file_page() into deactivate_file_folio()
` [PATCH 09/10] mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pages()
` [PATCH 10/10] fs: Move many prototypes to pagemap.h

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-15  7:13 UTC  (41+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [PATCH 04/14] x86: use more conventional access_ok() definition
` [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH 06/14] mips: use simpler access_ok()
` [PATCH 07/14] uaccess: generalize access_ok()
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 09/14] m68k: drop custom __access_ok()
` [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support
` [PATCH 12/14] sh: "
` [PATCH 13/14] ia64: "
` [PATCH 14/14] uaccess: drop set_fs leftovers

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-02-15  7:10 UTC  (6+ messages)
` [PATCH v6 3/6] x86/e820: Refactor range_update and range_remove

[PATCH] mm/pages_alloc.c: Don't create ZONE_MOVABLE beyond the end of a node
 2022-02-15  6:15 UTC  (4+ messages)

[PATCH v2] mm: clean up hwpoison page cache page in fault path
 2022-02-15  5:15 UTC  (4+ messages)

[PATCH 0/8] mm/memory-failure.c: A few cleanup patches for memory failure
 2022-02-15  3:14 UTC  (17+ messages)
` [PATCH 1/8] mm/memory-failure.c: minor clean up for memory_failure_dev_pagemap
` [PATCH 2/8] mm/memory-failure.c: avoid walking page table when vma_address() return -EFAULT
` [PATCH 3/8] mm/memory-failure.c: rework the signaling logic in kill_proc
` [PATCH 4/8] mm/memory-failure.c: remove unneeded orig_head
` [PATCH 5/8] mm/memory-failure.c: remove PageSlab check in hwpoison_filter_dev
` [PATCH 6/8] mm/memory-failure.c: rework the try_to_unmap logic in hwpoison_user_mappings()
` [PATCH 8/8] mm/memory-failure.c: remove unnecessary PageTransTail check

[PATCH v2 00/13] mm/munlock: rework of mlock+munlock page handling
 2022-02-15  2:42 UTC  (14+ messages)
` [PATCH v2 01/13] mm/munlock: delete page_mlock() and all its works
` [PATCH v2 02/13] mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE
` [PATCH v2 03/13] mm/munlock: delete munlock_vma_pages_all(), allow oomreap
` [PATCH v2 04/13] mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
` [PATCH v2 05/13] mm/munlock: replace clear_page_mlock() by final clearance
` [PATCH v2 06/13] mm/munlock: maintain page->mlock_count while unevictable
` [PATCH v2 07/13] mm/munlock: mlock_pte_range() when mlocking or munlocking
` [PATCH v2 08/13] mm/migrate: __unmap_and_move() push good newpage to LRU
` [PATCH v2 09/13] mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()
` [PATCH v2 10/13] mm/munlock: mlock_page() munlock_page() batch by pagevec
` [PATCH v2 11/13] mm/munlock: page migration needs mlock pagevec drained
` [PATCH v2 12/13] mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)
` [PATCH v2 13/13] mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP

mmotm 2022-02-14-17-46 uploaded
 2022-02-15  1:46 UTC 

[PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
 2022-02-15  1:46 UTC  (3+ messages)
` [PATCH v10.1 "

[PATCH 00/35] Shadow stacks for userspace
 2022-02-15  1:22 UTC  (4+ messages)
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'

[PATCH v3 0/3] Add hugetlb MADV_DONTNEED support
 2022-02-15  0:23 UTC  (4+ messages)
` [PATCH v3 1/3] mm: enable MADV_DONTNEED for hugetlb mappings
` [PATCH v3 2/3] selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE test
` [PATCH v3 3/3] userfaultfd/selftests: enable hugetlb remap and remove event testing

[PATCH 00/21 V4] Repair SWAP-over_NFS
 2022-02-14 23:50 UTC  (4+ messages)
` [PATCH 01/21] MM: create new mm/swap.h header file

[PATCH] mm: page_io: fix psi memory pressure error on cold swapins
 2022-02-14 22:48 UTC  (2+ messages)

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2022-02-14 21:10 UTC  (2+ messages)

[PATCH v3] mm/oom: do not oom reap task with an unresolved robust futex
 2022-02-14 20:39 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 259cbfc98c55ba3b6ef6e61fb7cfc3751dfded1e
 2022-02-14 20:25 UTC 

[PATCH v2 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-14 19:53 UTC  (12+ messages)
` [PATCH v2 1/4] mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
` [PATCH v2 2/4] mm/memcg: Disable threshold event handlers on PREEMPT_RT
` [PATCH v2 3/4] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [PATCH v2 4/4] mm/memcg: Protect memcg_stock with a local_lock_t

[syzbot] KASAN: use-after-free Read in __oom_reap_task_mm
 2022-02-14 19:07 UTC  (2+ messages)

[linux-next:master 72/5679] nds32le-linux-ld: undefined reference to `__trace_hardirqs_off'
 2022-02-14 19:02 UTC 

[PATCH v1 0/2] mm: enforce pageblock_order < MAX_ORDER
 2022-02-14 18:05 UTC  (5+ messages)
` [PATCH v1 1/2] cma: factor out minimum alignment requirement
` [PATCH v1 2/2] mm: enforce pageblock_order < MAX_ORDER

start sorting out the ZONE_DEVICE refcount mess v2
 2022-02-14 17:37 UTC  (3+ messages)
` [PATCH 09/27] mm: generalize the pgmap based page_free infrastructure

[PATCH v5 0/6] Use pageblock_order for cma and alloc_contig_range alignment
 2022-02-14 16:03 UTC  (8+ messages)
` [PATCH v5 1/6] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v5 3/6] mm: make alloc_contig_range work at pageblock granularity

[PATCH v6] mm: Uninline copy_overflow()
 2022-02-14 15:31 UTC  (9+ messages)

mmotm 2022-02-11-15-07 uploaded
 2022-02-14 15:15 UTC  (4+ messages)
` mmotm 2022-02-11-15-07 uploaded (objtool: ftrace_likely_update)

[PATCHv4] psi: fix possible trigger missing in the window
 2022-02-14 15:09 UTC  (3+ messages)

[linux-next:master 4897/5417] drivers/i2c/busses/i2c-designware-amdpsp.c:165:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-14 14:43 UTC  (5+ messages)

The process hangs during memory-hotplug
 2022-02-14 11:55 UTC  (2+ messages)

[linux-next:master 4050/5679] arch/powerpc/platforms/52xx/mpc52xx_pm.c:133:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-14 11:53 UTC 

[linux-next:master 4766/5417] sound/soc/sof/core.c:135: undefined reference to `sof_client_fw_state_dispatcher'
 2022-02-14 11:39 UTC  (3+ messages)

[PATCH v5 0/5] sparse-vmemmap: memory savings for compound devmaps (device-dax)
 2022-02-14 10:57 UTC  (8+ messages)
` [PATCH v5 4/5] mm/sparse-vmemmap: improve memory savings for compound devmaps

[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
 2022-02-14 10:34 UTC  (11+ messages)
` [PATCH v3 04/12] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v3 12/12] lkdtm: Add a test for function descriptors protection

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-02-14 10:28 UTC  (3+ messages)
` [PATCH v7 12/12] mm: multigenerational LRU: documentation

[linux-next:pending-fixes] BUILD REGRESSION ecf2acb685329e7b08aab86ae96f4158613d76de
 2022-02-14 10:23 UTC 

[linux-next:master 129/5679] arch/arm/mach-iop32x/cp6.c:10:6: warning: no previous prototype for function 'iop_enable_cp6'
 2022-02-14 10:19 UTC 

[PATCH 00/13] mm/munlock: rework of mlock+munlock page handling
 2022-02-14 10:07 UTC  (27+ messages)
` [PATCH 01/13] mm/munlock: delete page_mlock() and all its works
          ` [PATCH v2 "
` [PATCH 04/13] mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
    ` [PATCH v2 "
` [PATCH 06/13] mm/munlock: maintain page->mlock_count while unevictable
` [PATCH 07/13] mm/munlock: mlock_pte_range() when mlocking or munlocking
      ` [PATCH v2 "
` [PATCH 10/13] mm/munlock: mlock_page() munlock_page() batch by pagevec
    ` [PATCH v2 "
` [PATCH 11/13] mm/munlock: page migration needs mlock pagevec drained
      ` [PATCH v2 "

[PATCH 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-14 10:03 UTC  (22+ messages)
` [PATCH 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH 15/30] riscv/mm: "
` [PATCH 16/30] alpha/mm: "
` [PATCH 17/30] sh/mm: "
` [PATCH 18/30] arc/mm: "
` [PATCH 19/30] csky/mm: "
` [PATCH 20/30] extensa/mm: "
` [PATCH 21/30] parisc/mm: "
` [PATCH 22/30] openrisc/mm: "
` [PATCH 23/30] um/mm: "
` [PATCH 24/30] microblaze/mm: "
` [PATCH 25/30] nios2/mm: "
` [PATCH 26/30] hexagon/mm: "
` [PATCH 27/30] nds32/mm: "
` [PATCH 28/30] ia64/mm: "
` [PATCH 29/30] mm/mmap: Drop generic vm_get_page_prot()
` [PATCH 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

BUG: sleeping function called from invalid context at include/linux/sched/mm.h:256
 2022-02-14  9:50 UTC  (3+ messages)

incoming
 2022-02-14  7:47 UTC  (10+ messages)
` [patch 22/69] fs: move binfmt_misc sysctl to its own file
  ` [PATCH] Fix regression due to "fs: move binfmt_misc sysctl to its own file"
          ` [PATCH v2] "

[PATCH] mm: include <asm/tlbflush.h> in migrate_device.c
 2022-02-14  7:24 UTC 

include/linux/build_bug.h:78:41: error: static assertion failed: "offsetof(struct page, mapping) == offsetof(struct folio, mapping)"
 2022-02-14  6:26 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH 00/75] MM folio patches for 5.18
 2022-02-14  4:33 UTC  (2+ messages)

userfaultfd: usability issue due to lack of UFFD events ordering
 2022-02-14  4:02 UTC  (11+ messages)

[hnaz-mm:master 221/304] mm/migrate_device.c:236:3: error: implicit declaration of function 'flush_tlb_range'
 2022-02-14  2:47 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).