linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-12 21:23:04 to 2021-08-14 21:18:16 UTC [more...]

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-14 21:17 UTC  (8+ messages)
` [PATCH 01/17] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/17] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/17] include: move find.h from asm_generic to linux
` [PATCH 04/17] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/17] lib: add find_first_and_bit()
` [PATCH 06/17] cpumask: use find_first_and_bit()
` [PATCH 07/17] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2021-08-14 20:07 UTC  (8+ messages)

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-14 19:52 UTC  (19+ messages)

[PATCH v14 035/138] mm/memcg: Use the node id in mem_cgroup_update_tree()
 2021-08-14 17:06 UTC  (27+ messages)
` [PATCH v14 000/138] Memory folios
  ` [PATCH v14 022/138] mm/filemap: Add __folio_lock_or_retry()
  ` [PATCH v14 038/138] mm/memcg: Add folio_memcg() and related functions
  ` [PATCH v14 040/138] mm/memcg: Convert mem_cgroup_charge() to take a folio
  ` [PATCH v14 050/138] mm/workingset: Convert workingset_activation "
  ` [PATCH v14 052/138] mm: Add folio_raw_mapping()
  ` [PATCH v14 062/138] mm/migrate: Add folio_migrate_copy()
  ` [PATCH v14 080/138] mm/workingset: Convert workingset_refault() to take a folio

[PATCH v1 00/12] Use obj_cgroup APIs to charge the LRU pages
 2021-08-14 14:08 UTC  (16+ messages)
` [PATCH v1 01/12] mm: memcontrol: prepare objcg API for non-kmem usage
` [PATCH v1 02/12] mm: memcontrol: introduce compact_folio_lruvec_lock_irqsave
` [PATCH v1 03/12] mm: memcontrol: make lruvec lock safe when LRU pages are reparented
` [PATCH v1 04/12] mm: vmscan: rework move_pages_to_lru()
` [PATCH v1 05/12] mm: thp: introduce folio_split_queue_lock{_irqsave}()
` [PATCH v1 06/12] mm: thp: make split queue lock safe when LRU pages are reparented
` [PATCH v1 07/12] mm: memcontrol: make all the callers of {folio,page}_memcg() safe
` [PATCH v1 08/12] mm: memcontrol: introduce memcg_reparent_ops
` [PATCH v1 09/12] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
` [PATCH v1 10/12] mm: memcontrol: rename {un}lock_page_memcg() to {un}lock_page_objcg()
` [PATCH v1 11/12] mm: lru: add VM_BUG_ON_FOLIO to lru maintenance function
` [PATCH v1 12/12] mm: lru: use lruvec lock to serialize memcg changes

kernel/sys_ni.c:71:1: warning: no previous prototype for function '__arm64_sys_epoll_pwait2'
 2021-08-14 13:33 UTC 

[linux-next:master 3464/7963] drivers/gpu/drm/i915/gt/selftest_hangcheck.c:455:62: error: variable 'err' is uninitialized when used here
 2021-08-14 13:33 UTC 

kernel/sys_ni.c:283:1: warning: no previous prototype for function '__arm64_sys_process_madvise'
 2021-08-14 11:44 UTC 

[linux-next:master 7940/7963] {standard input}:2633: Error: Register number out of range 0..2
 2021-08-14 11:44 UTC 

[syzbot] BUG: unable to handle kernel paging request in alloc_huge_page
 2021-08-14 11:07 UTC 

[PATCH 0/4] Cleanups and fixup for memcontrol
 2021-08-14 11:00 UTC  (6+ messages)
` [PATCH 1/4] mm/hwpoison: remove unneeded variable unmap_success
` [PATCH 2/4] mm/hwpoison: fix potential pte_unmap_unlock pte error
` [PATCH 3/4] mm/hwpoison: change argument struct page **hpagep to *hpage
` [PATCH 4/4] mm/hwpoison: fix some obsolete comments

kernel/sys_ni.c:72:1: warning: no previous prototype for function '__arm64_compat_sys_epoll_pwait2'
 2021-08-14  8:38 UTC 

[PATCH v2] mm/mempolicy: fix a race between offset_il_node and mpol_rebind_task
 2021-08-14  8:36 UTC 

[PATCH v1] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-08-14  8:00 UTC  (7+ messages)

[PATCH] mm: add kernel_misc_reclaimable in show_free_areas
 2021-08-14  7:11 UTC  (3+ messages)

[linux-next:master 5593/7963] ptp_ocp.c:undefined reference to `devlink_unregister'
 2021-08-14  4:18 UTC 

[PATCH] mm/mempolicy: fix a race between offset_il_node and mpol_rebind_task
 2021-08-14  3:11 UTC  (7+ messages)

[PATCH v6 00/12] mm/debug_vm_pgtable: Enhancements
 2021-08-14  2:57 UTC  (5+ messages)

[PATCH 0/3] mm: optimize thp for reclaim and migration
 2021-08-14  2:34 UTC  (11+ messages)
` [PATCH 2/3] mm: free zapped tail pages when splitting isolated thp

incoming
 2021-08-13 23:54 UTC  (8+ messages)
` [patch 1/7] kasan, kmemleak: reset tags when scanning block
` [patch 2/7] kasan, slub: reset tag when printing address
` [patch 3/7] slub: fix kmalloc_pagealloc_invalid_free unit test
` [patch 4/7] mm: slub: fix slub_debug disabling for list of slabs
` [patch 5/7] mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)
` [patch 6/7] mm/memcg: fix incorrect flushing of lruvec data in obj_stock
` [patch 7/7] lib: use PFN_PHYS() in devmem_is_allowed()

[PATCH v2] mm, hugepages: add mremap() support for hugepage backed vma
 2021-08-13 23:40 UTC  (2+ messages)

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-13 17:09 UTC  (15+ messages)
` [PATCH Part1 RFC v4 08/36] x86/sev: check the vmpl level
` [PATCH Part1 RFC v4 09/36] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v4 10/36] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v4 12/36] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v4 13/36] x86/kernel: Make the bss.decrypted section shared in RMP table

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-13 16:32 UTC  (6+ messages)
` [PATCH Part2 RFC v4 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

[PATCH RFC 0/4] mm: Enable PM_SWAP for shmem with PTE_MARKER
 2021-08-13 16:01 UTC  (4+ messages)
` [PATCH RFC 4/4] mm: Install marker pte when page out for shmem pages

[PATCH v6 0/2] hwpoison: fix race with hugetlb page allocation
 2021-08-13 15:07 UTC  (7+ messages)
` [PATCH v6 1/2] mm,hwpoison: "

[PATCH 0/5] x86: Impplement support for unaccepted memory
 2021-08-13 14:56 UTC  (23+ messages)
` [PATCH 1/5] mm: Add "
` [PATCH 2/5] efi/x86: Implement "

[PATCH] mm: in_irq() cleanup
 2021-08-13 14:52 UTC 

[PATCH v2 00/19] ARC mm updates: support 3/4 levels and asm-generic/pgalloc
 2021-08-13 14:48 UTC  (24+ messages)
` [PATCH v2 01/19] ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only
` [PATCH v2 02/19] ARC: mm: remove tlb paranoid code
` [PATCH v2 03/19] ARC: mm: move mmu/cache externs out to setup.h
` [PATCH v2 04/19] ARC: mm: Fixes to allow STRICT_MM_TYPECHECKS
` [PATCH v2 05/19] ARC: mm: Enable STRICT_MM_TYPECHECKS
` [PATCH v2 06/19] ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag
` [PATCH v2 07/19] ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)
` [PATCH v2 08/19] ARC: mm: switch pgtable_t back to struct page *
` [PATCH v2 09/19] ARC: mm: switch to asm-generic/pgalloc.h
` [PATCH v2 10/19] ARC: mm: non-functional code cleanup ahead of 3 levels
` [PATCH v2 11/19] ARC: mm: move MMU specific bits out of ASID allocator
` [PATCH v2 12/19] ARC: mm: move MMU specific bits out of entry code
` [PATCH v2 13/19] ARC: mm: disintegrate mmu.h (arcv2 bits out)
` [PATCH v2 14/19] ARC: mm: disintegrate pgtable.h into levels and flags
` [PATCH v2 15/19] ARC: mm: hack to allow 2 level build with 4 level code
` [PATCH v2 16/19] ARC: mm: support 3 levels of page tables
` [PATCH v2 17/19] ARC: mm: support 4 "
` [PATCH v2 18/19] ARC: mm: vmalloc sync from kernel to user table to update PMD
` [PATCH v2 19/19] ARC: mm: introduce _PAGE_TABLE to explicitly link pgd,pud,pmd entries

[PATCH] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-08-13 14:47 UTC 

[PATCH] mm: remove redundant compound_head() calling
 2021-08-13 14:24 UTC  (3+ messages)

[linux-next:master 5325/7963] fs/file.c:401:54: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-08-13 14:16 UTC 

[PATCH] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-08-13 12:53 UTC  (2+ messages)

An cma optimization patch is used for cma_[alloc|free]
 2021-08-13 11:26 UTC  (7+ messages)
  ` 回复: [External]Re: "
      ` 回复: "
          ` 回复: "

[linux-next:master 4540/7963] WARNING: modpost: vmlinux.o(.text.unlikely+0x4672c): Section mismatch in reference from the function pseries_idle_probe() to the function .init.text:fixup_cede0_latency()
 2021-08-13 11:03 UTC 

[RFC PATCH] folio: Add a function to get the host inode for a folio
 2021-08-13 10:15 UTC  (3+ messages)

[linux-next:master 4136/7554] drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c:702:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
 2021-08-13  9:32 UTC 

[PATCH] mm/damon/Kconfig: Hide PAGE_IDLE_FLAG from users
 2021-08-13  8:20 UTC  (2+ messages)

[RFC][PATCH] netfs, afs, ceph: Use folios
 2021-08-13  8:17 UTC  (4+ messages)

Re:
 2021-08-13  8:14 UTC  (2+ messages)

[RFC V2 00/10] arm64/mm: Enable FEAT_LPA2 (52 bits PA support on 4K|16K pages)
 2021-08-13  7:16 UTC  (5+ messages)
` [RFC V2 01/10] mm/mmap: Dynamically initialize protection_map[]

[RFC PATCH v2 0/5] mm: Fix NFS swapfiles and use DIO for swapfiles
 2021-08-13  7:14 UTC  (11+ messages)
` [RFC PATCH v2 1/5] nfs: Fix write to swapfile failure due to generic_write_checks()
` [RFC PATCH v2 2/5] mm: Remove the callback func argument from __swap_writepage()
` [RFC PATCH v2 3/5] mm: Make swap_readpage() for SWP_FS_OPS use ->direct_IO() not ->readpage()
` [RFC PATCH v2 5/5] mm: Remove swap BIO paths and only use DIO paths [BROKEN]

[PATCH 2/2] mm: Make swap_readpage() for SWP_FS_OPS use ->direct_IO() not ->readpage()
 2021-08-13  6:54 UTC  (9+ messages)
` [PATCH 0/2] mm: Fix NFS swapfiles and use DIO read for swapfiles

Why don't we increase nonresident_age when inactive pages are moved to the head of the inactive list again?
 2021-08-13  6:46 UTC 

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-13  6:31 UTC  (14+ messages)
` [PATCH v6 01/13] ext4/xfs: add page refcount helper
` [PATCH v6 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v6 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v6 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v6 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v6 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v6 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v6 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v6 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v6 10/13] lib: test_hmm add module param for "
` [PATCH v6 11/13] lib: add support for device generic type in test_hmm
` [PATCH v6 12/13] tools: update hmm-test to support device generic type
` [PATCH v6 13/13] tools: update test_hmm script to support SP config

[linux-next:master 5363/7554] kernel/sys.c:1896:17: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-08-13  5:50 UTC 

[net] b0e99d0377: stress-ng.netdev.ops_per_sec 7.7% improvement
 2021-08-13  5:38 UTC 

[PATCH v5 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-13  5:18 UTC  (3+ messages)

[PATCH v3 0/3] A few gup refactorings and documentation updates
 2021-08-13  4:41 UTC  (4+ messages)
` [PATCH v3 1/3] mm/gup: documentation corrections for gup/pup
` [PATCH v3 2/3] mm/gup: small refactoring: simplify try_grab_page()
` [PATCH v3 3/3] mm/gup: Remove try_get_page(), call try_get_compound_head() directly

[PATCH v3] mm: fix condition for throttle_direct_reclaim
 2021-08-13  4:24 UTC 

[syzbot] WARNING in __set_page_dirty
 2021-08-13  3:30 UTC  (2+ messages)

[PATCH -next] trap: Cleanup trap_init()
 2021-08-13  2:27 UTC  (2+ messages)

mmotm 2021-08-12-17-34 uploaded
 2021-08-13  0:35 UTC 

Data corruption problem with swapfiles and THP
 2021-08-13  0:21 UTC  (2+ messages)

[PATCH] mm/page_alloc: don't corrupt pcppage_migratetype
 2021-08-13  0:21 UTC  (3+ messages)

[PATCH v2 0/3] A few gup refactorings and documentation updates
 2021-08-12 21:59 UTC  (4+ messages)
` [PATCH v2 2/3] mm/gup: small refactoring: simplify try_grab_page()


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