linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 0/5] userfaultfd move option
 2023-12-11 18:00 UTC  (18+ messages)
` [PATCH v6 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2023-12-11 17:50 UTC  (11+ messages)

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-11 17:49 UTC  (8+ messages)

[PATCH v3 0/4] supplement of slab allocator removal
 2023-12-11 17:47 UTC  (7+ messages)
` [PATCH v3 1/4] Documentation: kernel-parameters: remove noaliencache
` [PATCH v3 2/4] mm/slub: unify all sl[au]b parameters with "slab_$param"
` [PATCH v3 3/4] mm/slub: replace slub_$params with slab_$params in slub.rst
` [PATCH v3 4/4] mm/slub: correct the default value of slub_min_objects in doc

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-11 17:29 UTC  (12+ messages)
  ` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[PATCH] vmstat: don't auto expand the sysfs files
 2023-12-11 17:09 UTC  (3+ messages)

[PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-11 16:42 UTC  (10+ messages)
` [PATCH v2 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v2 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [PATCH v2 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [PATCH v2 07/11] mm/mempolicy: add userland mempolicy arg structure
` [PATCH v2 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [PATCH v2 10/11] mm/mempolicy: add the mbind2 syscall

[PATCH v1 00/39] mm/rmap: interface overhaul
 2023-12-11 16:35 UTC  (49+ messages)
` [PATCH v1 01/39] mm/rmap: rename hugepage_add* to hugetlb_add*
` [PATCH v1 02/39] mm/rmap: introduce and use hugetlb_remove_rmap()
` [PATCH v1 03/39] mm/rmap: introduce and use hugetlb_add_file_rmap()
` [PATCH v1 04/39] mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
` [PATCH v1 05/39] mm/rmap: introduce and use hugetlb_try_share_anon_rmap()
` [PATCH v1 06/39] mm/rmap: add hugetlb sanity checks
` [PATCH v1 07/39] mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()
` [PATCH v1 08/39] mm/memory: page_add_file_rmap() -> folio_add_file_rmap_[pte|pmd]()
` [PATCH v1 09/39] mm/huge_memory: page_add_file_rmap() -> folio_add_file_rmap_pmd()
` [PATCH v1 10/39] mm/migrate: page_add_file_rmap() -> folio_add_file_rmap_pte()
` [PATCH v1 11/39] mm/userfaultfd: "
` [PATCH v1 12/39] mm/rmap: remove page_add_file_rmap()
` [PATCH v1 13/39] mm/rmap: factor out adding folio mappings into __folio_add_rmap()
` [PATCH v1 14/39] mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()
` [PATCH v1 15/39] mm/huge_memory: batch rmap operations in __split_huge_pmd_locked()
` [PATCH v1 16/39] mm/huge_memory: page_add_anon_rmap() -> folio_add_anon_rmap_pmd()
` [PATCH v1 17/39] mm/migrate: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
` [PATCH v1 18/39] mm/ksm: "
` [PATCH v1 19/39] mm/swapfile: "
` [PATCH v1 20/39] mm/memory: "
` [PATCH v1 21/39] mm/rmap: remove page_add_anon_rmap()
` [PATCH v1 22/39] mm/rmap: remove RMAP_COMPOUND
` [PATCH v1 23/39] mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
` [PATCH v1 24/39] kernel/events/uprobes: page_remove_rmap() -> folio_remove_rmap_pte()
` [PATCH v1 25/39] mm/huge_memory: page_remove_rmap() -> folio_remove_rmap_pmd()
` [PATCH v1 26/39] mm/khugepaged: page_remove_rmap() -> folio_remove_rmap_pte()
` [PATCH v1 27/39] mm/ksm: "
` [PATCH v1 28/39] mm/memory: "
` [PATCH v1 29/39] mm/migrate_device: "
` [PATCH v1 30/39] mm/rmap: "
` [PATCH v1 31/39] Documentation: stop referring to page_remove_rmap()
` [PATCH v1 32/39] mm/rmap: remove page_remove_rmap()
` [PATCH v1 33/39] mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()
` [PATCH v1 34/39] mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()
` [PATCH v1 35/39] mm/huge_memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pmd()
` [PATCH v1 36/39] mm/memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pte()
` [PATCH v1 37/39] mm/rmap: remove page_try_dup_anon_rmap()
` [PATCH v1 38/39] mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
` [PATCH v1 39/39] mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPED

[PATCH v3] ELF: document some de-facto PT_* ABI quirks
 2023-12-11 16:26 UTC  (5+ messages)

[PATCH 0/9] Finish two folio conversions
 2023-12-11 16:22 UTC  (10+ messages)
` [PATCH 1/9] mm: Convert ksm_might_need_to_copy() to work on folios
` [PATCH 2/9] mm: Simplify the assertions in unuse_pte()
` [PATCH 3/9] mm: Convert unuse_pte() to use a folio throughout
` [PATCH 4/9] mm: Remove some calls to page_add_new_anon_rmap()
` [PATCH 5/9] mm: Remove stale example from comment
` [PATCH 6/9] mm: Remove references to page_add_new_anon_rmap in comments
` [PATCH 7/9] mm: Convert migrate_vma_insert_page() to use a folio
` [PATCH 8/9] mm: Convert collapse_huge_page() "
` [PATCH 9/9] mm: Remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictable

[PATCH] drm/amdkfd: Fix sparse __rcu annotation warnings
 2023-12-11 15:56 UTC  (4+ messages)

[PATCH] maple_tree: fix typos/spellos etc
 2023-12-11 15:18 UTC  (6+ messages)

[PATCH] of: reserved_mem: fix error log for reserved mem init failure
 2023-12-11 14:43 UTC  (3+ messages)

[PATCH] mm/zswap: Improve with alloc_workqueue() call
 2023-12-11 14:15 UTC  (2+ messages)

[PATCH V3 0/1] Add swappiness argument to memory.reclaim
 2023-12-11 14:04 UTC  (2+ messages)
` [PATCH V3 1/1] mm: add swapiness= arg "

[PATCH AUTOSEL 6.1 29/29] LoongArch: Preserve syscall nr across execve()
 2023-12-11 13:54 UTC 

[PATCH AUTOSEL 6.6 47/47] LoongArch: Preserve syscall nr across execve()
 2023-12-11 13:50 UTC 

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-11 13:24 UTC  (20+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v10 16/50] x86/sev: Introduce snp leaked pages list
` [PATCH v10 18/50] crypto: ccp: Handle the legacy SEV command when SNP is enabled
` [PATCH v10 23/50] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe

Patch "cifs: Fix flushing, invalidation and file size with FICLONE" has been added to the 6.6-stable tree
 2023-12-11 12:57 UTC 

Patch "cifs: Fix flushing, invalidation and file size with copy_file_range()" has been added to the 6.6-stable tree
 2023-12-11 12:57 UTC 

Patch "cifs: Fix flushing, invalidation and file size with FICLONE" has been added to the 6.1-stable tree
 2023-12-11 12:57 UTC 

Patch "cifs: Fix flushing, invalidation and file size with copy_file_range()" has been added to the 6.1-stable tree
 2023-12-11 12:57 UTC 

[linux-next:master 6443/6992] mm/huge_memory.c:80:24: warning: 'huge_anon_orders_lock' defined but not used
 2023-12-11 12:53 UTC  (2+ messages)
` [PATCH] mm: thp: Fix build warning when CONFIG_SYSFS is disabled

[PATCH] Revert "selftests: error out if kernel header files are not yet built"
 2023-12-11 12:05 UTC  (4+ messages)

[linux-next:master 5967/6992] fs/bcachefs/chardev.c:54:9: warning: function 'run_thread_with_file' might be a candidate for 'gnu_printf' format attribute
 2023-12-11 11:57 UTC 

[PATCH v9 00/10] Multi-size THP for anonymous memory
 2023-12-11 11:51 UTC  (3+ messages)

[PATCH v2 00/33] kmsan: Enable on s390
 2023-12-11 11:50 UTC  (18+ messages)
` [PATCH v2 05/33] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v2 12/33] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v2 25/33] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v2 27/33] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v2 28/33] s390/string: Add KMSAN support
` [PATCH v2 30/33] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v2 32/33] s390: Implement the architecture-specific kmsan functions
  ` [PATCH v2 10/33] kmsan: Expose kmsan_get_metadata()

[PATCH net-next v8 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-11 10:12 UTC  (9+ messages)
` [PATCH net-next v8 1/4] page_pool: transition to reference count management after page draining
` [PATCH net-next v8 2/4] page_pool: halve BIAS_MAX for multiple user references of a fragment
` [PATCH net-next v8 3/4] skbuff: Add a function to check if a page belongs to page_pool
` [PATCH net-next v8 4/4] skbuff: Optimization of SKB coalescing for page pool

[PATCH v6] zswap: memcontrol: implement zswap writeback disabling
 2023-12-11  9:31 UTC  (11+ messages)

[PATCH v2] arm64: mm: swap: support THP_SWAP on hardware with MTE
 2023-12-11  6:04 UTC 

[PATCH net-next v7 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-11  4:21 UTC  (8+ messages)
` [PATCH net-next v7 1/4] page_pool: transition to reference count management after page draining
` [PATCH net-next v7 4/4] skbuff: Optimization of SKB coalescing for page pool

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-10 14:22 UTC  (9+ messages)
` [PATCH v7 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v7 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v7 26/39] arm64/ptrace: Expose GCS via ptrace and core files

[linux-next:master 4653/6165] kernel/watchdog.c:798:12: warning: 'proc_soft_watchdog' defined but not used
 2023-12-10 13:56 UTC 

drivers/uio/uio_aec.c:50:49: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-10  9:39 UTC 

Fwd: Kernel 6.6.1 hangs on "loading initial ramdisk"
 2023-12-10  6:40 UTC  (2+ messages)

[PATCH v4 3/5] mm, security: Add lsm hook for memory policy adjustment
 2023-12-10  2:54 UTC  (2+ messages)

[linux-next:master 675/6165] security/lsm_syscalls.c:31:1: sparse: sparse: Using plain integer as NULL pointer
 2023-12-10  2:44 UTC 

drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c:394:38: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 5 and 20
 2023-12-10  1:41 UTC 

[PATCH v2 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave
 2023-12-09 22:28 UTC 

drivers/block/rnbd/rnbd-srv.c:616:51: warning: '%s' directive output may be truncated writing up to 254 bytes into a region of size between 0 and 4095
 2023-12-09 19:07 UTC 

[PATCH v2 08/11] mm/mempolicy: add set_mempolicy2 syscall
 2023-12-09 18:24 UTC  (2+ messages)

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-09 12:06 UTC 

[PATCH] mbind.2: Add mode flag MPOL_F_NUMA_BALANCING
 2023-12-09 11:35 UTC 

[linux-next:master 3648/6165] drivers/gpu/drm/v3d/v3d_bo.c:178:14: error: call to undeclared function 'vmap'; ISO C99 and later do not support implicit function declarations
 2023-12-09  7:26 UTC 

[linux-next:master 5610/6165] cache.c:(.text.cpu_cache_init+0xe0): undefined reference to `r3k_cache_init'
 2023-12-09  7:14 UTC 

mm/truncate.c:669 VM_BUG_ON_FOLIO() - hit on XFS on different tests
 2023-12-09  5:52 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION bc63de6e6ba0b16652c5fb4b9c9916b9e7ca1f23
 2023-12-09  5:13 UTC 

[PATCH 2/7] mm: shrinker: Add a .to_text() method for shrinkers
 2023-12-09  2:04 UTC  (12+ messages)

[linux-next:master 4096/6165] ld.lld: error: undefined symbol: auxiliary_device_init
 2023-12-09  1:45 UTC 

[PATCH v3 11/11] selftests: error out if kernel header files are not yet built
 2023-12-09  1:39 UTC  (7+ messages)

[PATCH v2 0/3] supplement of slab allocator removal
 2023-12-09  1:02 UTC  (8+ messages)
` [RFC PATCH v2 2/3] mm/slub: unify all sl[au]b parameters with "slab_$param"
` [PATCH v2 3/3] mm/slub: correct the default value of slub_min_objects in doc

[linux-next:pending-fixes] BUILD REGRESSION e142e0e4b174b269d1fd400aa676c5f0483b608c
 2023-12-08 23:11 UTC 

[linux-next:master 5469/6165] uffd-common.c:636:28: warning: unused variable 'uffdio_move'
 2023-12-08 22:17 UTC  (7+ messages)

[PATCH] ARM64: Implement arch_report_meminfo()
 2023-12-08 21:11 UTC 

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2023-12-08 21:01 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox