[PATCH v3 00/14] Introduce Copy-On-Write to Page Table
2022-12-27 2:40 UTC (6+ messages)
` [PATCH v3 04/14] mm/rmap: Break COW PTE in rmap walking
[PATCH 0/8] migrate_pages(): batch TLB flushing
2022-12-27 0:28 UTC (9+ messages)
` [PATCH 1/8] migrate_pages: organize stats with struct migrate_pages_stats
` [PATCH 2/8] migrate_pages: separate hugetlb folios migration
` [PATCH 3/8] migrate_pages: restrict number of pages to migrate in batch
` [PATCH 4/8] migrate_pages: split unmap_and_move() to _unmap() and _move()
` [PATCH 5/8] migrate_pages: batch _unmap and _move
` [PATCH 6/8] migrate_pages: move migrate_folio_done() and migrate_folio_unmap()
` [PATCH 7/8] migrate_pages: share more code between _unmap and _move
` [PATCH 8/8] migrate_pages: batch flushing TLB
[linux-next:pending-fixes] BUILD SUCCESS 81c29d2c46006bd519ee3b94342b6f3fc3823737
2022-12-26 17:01 UTC
[PATCH v5 4/4] x86: re-enable rng seeding via SetupData
2022-12-26 16:57 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION c76083fac3bae1a87ae3d005b5cb1cbc761e31d5
2022-12-26 16:54 UTC
[PATCH] fs/ntfs3: fix wrong cast in xattr.c
2022-12-26 15:07 UTC (2+ messages)
[PATCHv8 00/14] mm, x86/cc: Implement support for unaccepted memory
2022-12-26 12:23 UTC (7+ messages)
` [PATCHv8 02/14] mm: Add "
[PATCH v4 3/6] ksm: count all zero pages placed by KSM
2022-12-26 9:20 UTC (3+ messages)
[PATCH v3 0/5] update mlock to use folios
2022-12-26 8:44 UTC (6+ messages)
` [PATCH v3 1/5] mm: pagevec: add folio_batch_reinit()
` [PATCH v3 2/5] mm: mlock: use folios and a folio batch internally
` [PATCH v3 3/5] m68k/mm/motorola: specify pmd_page() type
` [PATCH v3 4/5] mm: mlock: update the interface to use folios
` [PATCH v3 5/5] Documentation/mm: Update references to __m[un]lock_page() to *_folio()
[PATCH v2 0/4] update mlock to use folios
2022-12-26 8:19 UTC (7+ messages)
` [PATCH v2 1/4] mm: pagevec: add folio_batch_reinit()
` [PATCH v2 2/4] mm: mlock: use folios and a folio batch internally
` [PATCH v2 3/4] mm: mlock: update the interface to use folios
` [PATCH v2 4/4] Documentation/mm: Update references to __m[un]lock_page() to *_folio()
[PATCH 0/4] update mlock to use folios
2022-12-26 6:53 UTC (7+ messages)
` [PATCH 1/4] mm: pagevec: add folio_batch_reinit()
` [PATCH 2/4] mm: mlock: use folios and a folio batch internally
` [PATCH 3/4] mm: mlock: update the interface to use folios
` [PATCH 4/4] Documentation/mm: Update references to __m[un]lock_page() to *_folio()
[PATCH v4 6/6] selftest: add testing unsharing and counting ksm zero pages
2022-12-26 2:08 UTC
[PATCH v4 5/6] ksm: add zero_pages_sharing documentation
2022-12-26 2:07 UTC
[PATCH v4 4/6] ksm: count zero pages for each process
2022-12-26 2:05 UTC
[PATCH v4 2/6] ksm: support unsharing zero pages placed by KSM
2022-12-26 2:02 UTC
[PATCH v4 1/6] ksm: abstract the function try_to_get_old_rmap_item
2022-12-26 2:01 UTC
[PATCH v4 0/6] ksm: support tracking KSM-placed zero-pages
2022-12-26 1:59 UTC
[syzbot] [hfs?] possible deadlock in list_lru_add
2022-12-25 10:28 UTC
[PATCH] maple_tree: should get pivots boundary by type
2022-12-25 6:16 UTC (2+ messages)
[linux-next:master 6558/15568] ERROR: modpost: "input_ff_create_memless" [drivers/hid/hid-betopff.ko] undefined!
2022-12-25 0:51 UTC
[PATCH v1 0/2] mm: uffd-wp + change_protection() cleanups
2022-12-24 17:01 UTC (7+ messages)
` [PATCH v1 1/2] mm/userfaultfd: rely on vma->vm_page_prot in uffd_wp_range()
` [PATCH v1 2/2] mm/mprotect: drop pgprot_t parameter from change_protection()
[linux-next:master 14028/15568] drivers/mtd/ubi/build.c:1259:33-38: WARNING: conversion to bool not needed here
2022-12-24 15:06 UTC
[PATCHv2 00/11] dmapool enhancements
2022-12-24 14:55 UTC (24+ messages)
` [PATCHv2 02/11] dmapool: remove checks for dev == NULL
` [PATCHv2 03/11] dmapool: use sysfs_emit() instead of scnprintf()
` [PATCHv2 04/11] dmapool: cleanup integer types
` [PATCHv2 05/11] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
` [PATCHv2 06/11] dmapool: move debug code to own functions
` [PATCHv2 07/11] dmapool: rearrange page alloc failure handling
` [PATCHv2 08/11] dmapool: consolidate page initialization
` [PATCHv2 09/11] dmapool: simplify freeing
` [PATCHv2 10/11] dmapool: don't memset on free twice
` [PATCHv2 11/11] dmapool: link blocks across pages
[PATCH v3 1/2] mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
2022-12-24 8:20 UTC (2+ messages)
` [PATCH v3 2/2] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
[PATCH v2 1/2] mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
2022-12-24 8:12 UTC (2+ messages)
` [PATCH v2 2/2] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
[syzbot] INFO: task hung in gfs2_jhead_process_page
2022-12-24 4:03 UTC (2+ messages)
` [syzbot] [gfs2?] "
[PATCH] virtio_balloon: high order allocation
2022-12-24 3:26 UTC (3+ messages)
[PATCH] string.c: test *cmp for all possible 1-character strings
2022-12-23 22:34 UTC (2+ messages)
[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
2022-12-23 21:22 UTC (3+ messages)
[PATCH] mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
2022-12-23 20:51 UTC (6+ messages)
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2022-12-23 20:33 UTC (13+ messages)
` [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page
` [PATCH RFC v7 02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs
[GIT PULL] hotfixes for 6.2-rc1
2022-12-23 19:23 UTC (2+ messages)
[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
2022-12-23 18:38 UTC (5+ messages)
` [RFC PATCH v2 34/47] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE
` [RFC PATCH v2 35/47] userfaultfd: require UFFD_FEATURE_EXACT_ADDRESS when using HugeTLB HGM
[PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
2022-12-23 18:06 UTC (12+ messages)
[PATCH 0/2] mm/kmemleak: Simplify kmemleak_cond_resched() & fix UAF
2022-12-23 17:50 UTC (7+ messages)
` [PATCH 2/2] mm/kmemleak: Fix UAF bug in kmemleak_scan()
[PATCH v3 1/3] mm: vmalloc: Avoid calling __find_vmap_area() twice in __vunmap()
2022-12-23 16:43 UTC (10+ messages)
` [PATCH v3 2/3] mm: vmalloc: Switch to find_unlink_vmap_area() in vm_unmap_ram()
` [PATCH v3 3/3] mm: vmalloc: Replace BUG_ON() by WARN_ON_ONCE()
revert dma-mapping and vmap API abuse in qcom_q6v5_mss
2022-12-23 15:51 UTC (10+ messages)
` [PATCH 1/2] Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use"
` [PATCH 2/2] vmalloc: reject vmap with VM_FLUSH_RESET_PERMS
[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
2022-12-23 15:31 UTC (5+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v5 2/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
` [PATCH v5 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list()
[PATCH v11 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
2022-12-23 14:41 UTC (3+ messages)
` [PATCH v11 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
[RFC PATCH] mm/thp: check and bail out if page in deferred queue already
2022-12-23 13:52 UTC
[PATCH linux-next] selftests/vm: ksm_functional_tests: fix a typo in comment
2022-12-23 11:36 UTC (2+ messages)
[stable:linux-5.15.y 3221/9999] arch/s390/kernel/vtime.c:132:2: error: expected absolute expression
2022-12-23 10:38 UTC
[syzbot] kernel BUG in collapse_file (2)
2022-12-23 9:18 UTC
[linux-next:master 5565/8605] drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c:258:2-8: preceding lock on line 251 (fwd)
2022-12-23 8:47 UTC
[ammarfaizi2-block:akpm/mm/mm-unstable 137/175] mm/khugepaged.c:2038:27-31: ERROR: invalid reference to the index variable of the iterator on line 2026 (fwd)
2022-12-23 8:45 UTC
[linux-next:master 448/6614] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:116:6-9: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays) (fwd)
2022-12-23 8:39 UTC
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-23 8:24 UTC (13+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
[PATCH for v6.1 regression] mm, mremap: fix mremap() expanding vma with addr inside vma
2022-12-23 8:08 UTC (2+ messages)
` [PATCH for v6.1 regression] mm, mremap: fix mremap() expanding vma with addr inside vma #forregzbot
[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
2022-12-23 8:07 UTC (6+ messages)
` [RFC PATCH] "
[linus:master] [mm] 0ba09b1733: will-it-scale.per_thread_ops -21.1% regression in mmap1 benchmark
2022-12-23 6:27 UTC (8+ messages)
[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
2022-12-23 4:14 UTC (4+ messages)
` [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
[PATCH v4 0/4] Convert deactivate_page() to folio_deactivate()
2022-12-23 1:04 UTC (3+ messages)
` [PATCH v4 4/4] mm/swap: "
[PATCH] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
2022-12-23 0:38 UTC
[PATCH v1 0/2] mm/hugetlb: uffd-wp fixes for hugetlb_change_protection()
2022-12-22 23:20 UTC (7+ messages)
` [PATCH v1 1/2] mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()
` [PATCH v1 2/2] mm/hugetlb: fix uffd-wp handling for migration entries "
[linux-next:master 15112/15174] drivers/rtc/rtc-ds1307.c:1717:35: error: call to undeclared function 'i2c_client_get_device_id'; ISO C99 and later do not support implicit function declarations
2022-12-22 22:18 UTC (4+ messages)
[PATCH v4 0/4] cachestat: a new syscall for page cache state of files
2022-12-22 21:50 UTC (4+ messages)
` [PATCH v4 3/4] cachestat: implement cachestat syscall
[PATCH 1/2] mm: add vma_has_locality()
2022-12-22 21:37 UTC (8+ messages)
` [PATCH 2/2] mm: support POSIX_FADV_NOREUSE for generic fadvise handler
[PATCH] mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
2022-12-22 20:41 UTC
[PATCH 0/3] arm64: mte: Coredump fixes
2022-12-22 18:12 UTC (4+ messages)
` [PATCH 1/3] arm64: mte: Fix double-freeing of the temporary tag storage during coredump
` [PATCH 2/3] elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}
` [PATCH 3/3] arm64: mte: Avoid the racy walk of the vma list during core dump
[PATCH RFC] ipc/mqueue: introduce msg cache
2022-12-22 17:54 UTC (4+ messages)
[PATCH v2 1/3] mm: vmalloc: Avoid of calling __find_vmap_area() twise in __vunmap()
2022-12-22 17:02 UTC (11+ messages)
` [PATCH v2 2/3] mm: vmalloc: Switch to find_unlink_vmap_area() in vm_unmap_ram()
[PATCH RFC 0/2] mm: kmem: optimize obj_cgroup pointer retrieval
2022-12-22 16:21 UTC (4+ messages)
` [PATCH RFC 2/2] mm: kmem: add direct objcg pointer to task_struct
[RFC PATCH v2 33/47] userfaultfd: add UFFD_FEATURE_MINOR_HUGETLBFS_HGM
2022-12-22 14:30 UTC (11+ messages)
[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
2022-12-22 13:16 UTC (4+ messages)
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
[PATCH] mm: remove unused alloc_pages_bulk_list()
2022-12-22 12:44 UTC (8+ messages)
mainline build failure due to e240e53ae0ab ("mm, slub: add CONFIG_SLUB_TINY")
2022-12-22 12:06 UTC (2+ messages)
` mainline build failure due to e240e53ae0ab ("mm, slub: add CONFIG_SLUB_TINY") #forregzbot
[PATCH mm-unstable v3 0/8] mm: multi-gen LRU: memcg LRU
2022-12-22 4:19 UTC (9+ messages)
` [PATCH mm-unstable v3 1/8] mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio
` [PATCH mm-unstable v3 2/8] mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]
` [PATCH mm-unstable v3 3/8] mm: multi-gen LRU: remove eviction fairness safeguard
` [PATCH mm-unstable v3 4/8] mm: multi-gen LRU: remove aging "
` [PATCH mm-unstable v3 5/8] mm: multi-gen LRU: shuffle should_run_aging()
` [PATCH mm-unstable v3 6/8] mm: multi-gen LRU: per-node lru_gen_folio lists
` [PATCH mm-unstable v3 7/8] mm: multi-gen LRU: clarify scan_control flags
` [PATCH mm-unstable v3 8/8] mm: multi-gen LRU: simplify arch_has_hw_pte_young() check
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox