linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1] mem: disable KSM smart scan for ksm tests
 2023-12-01 20:11 UTC  (9+ messages)
` [LTP] "

[PATCH] mm/rmap: Fix misplaced parenthesis of a likely()
 2023-12-01 20:06 UTC  (2+ messages)

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

[RFC PATCH v3 00/21] mm/zsmalloc: Split zsdesc from struct page
 2023-12-01 19:28 UTC  (24+ messages)
` [RFC PATCH v3 01/21] mm/zsmalloc: create new struct zsdesc
` [RFC PATCH v3 02/21] mm/zsmalloc: add utility functions for zsdesc
` [RFC PATCH v3 03/21] mm/zsmalloc: replace first_page to first_zsdesc in struct zspage
` [RFC PATCH v3 04/21] mm/zsmalloc: add alternatives of frequently used helper functions
` [RFC PATCH v3 05/21] mm/zsmalloc: convert {try,}lock_zspage() to use zsdesc
` [RFC PATCH v3 06/21] mm/zsmalloc: convert __zs_{map,unmap}_object() "
` [RFC PATCH v3 07/21] mm/zsmalloc: convert obj_to_location() and its users "
` [RFC PATCH v3 08/21] mm/zsmalloc: convert obj_malloc() "
` [RFC PATCH v3 09/21] mm/zsmalloc: convert create_page_chain() and its users "
` [RFC PATCH v3 10/21] mm/zsmalloc: convert obj_allocated() and related helpers "
` [RFC PATCH v3 11/21] mm/zsmalloc: convert init_zspage() "
` [RFC PATCH v3 12/21] mm/zsmalloc: convert obj_to_page() and zs_free() "
` [RFC PATCH v3 13/21] mm/zsmalloc: convert reset_page() to reset_zsdesc()
` [RFC PATCH v3 14/21] mm/zsmalloc: convert zs_page_{isolate,migrate,putback} to use zsdesc
` [RFC PATCH v3 15/21] mm/zsmalloc: convert __free_zspage() "
` [RFC PATCH v3 16/21] mm/zsmalloc: convert location_to_obj() "
` [RFC PATCH v3 17/21] mm/zsmalloc: convert migrate_zspage() "
` [RFC PATCH v3 18/21] mm/zsmalloc: convert get_zspage() to take zsdesc
` [RFC PATCH v3 19/21] mm/zsmalloc: convert SetZsPageMovable() to use zsdesc
` [RFC PATCH v3 20/21] mm/zsmalloc: remove now unused helper functions
` [RFC PATCH v3 21/21] mm/zsmalloc: convert {get,set}_first_obj_offset() to use zsdesc

[PATCH] kmemleak: Avoid RCU stalls when freeing metadata for per-CPU pointers
 2023-12-01 19:08 UTC 

[PATCH 1/7] mips: dmi: Fix early remap on MIPS32
 2023-12-01 18:26 UTC  (19+ messages)

[PATCH 0/3] supplyment of slab allocator removal
 2023-12-01 17:50 UTC  (7+ messages)
` [PATCH 1/3] Documentation: kernel-parameters: remove noaliencache
` [RFC PATCH 2/3] mm/slub: unify all sl[au]b parameters with "slab_$param"
` [PATCH 3/3] mm/slub: correct the default value of slub_min_objects in doc

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2023-12-01 17:31 UTC  (6+ messages)

[PATCH 0/1] Add swappiness argument to memory.reclaim
 2023-12-01 17:09 UTC  (24+ messages)
` [PATCH 1/1] mm: add swapiness= arg "

[PATCH v2 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-12-01 17:04 UTC  (3+ messages)
` [PATCH v2 2/4] mm: Add poison error check in fixup_user_fault() for mapped pfn

[PATCH v1] mm/readahead: Do not allow order-1 folio
 2023-12-01 16:32 UTC  (2+ messages)

[PATCH v5 0/5] userfaultfd move option
 2023-12-01 16:26 UTC  (4+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[RFC PATCH 0/6] Supporting GMEM (generalized memory management) for external memory devices
 2023-12-01 13:16 UTC  (21+ messages)
` [RFC PATCH 2/6] mm/gmem: add arch-independent abstraction to track address mapping status

[PATCH RFC 1/6] mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument
 2023-12-01 12:02 UTC  (4+ messages)
` [PATCH RFC 2/6] page_frag: unify gfp bit for order 3 page allocation
` [PATCH RFC 3/6] mm/page_alloc: use initial zero offset for page_frag_alloc_align()
` [PATCH RFC 5/6] net: introduce page_frag_cache_drain()

[PATCH v2 00/21] remove the SLAB allocator
 2023-12-01 11:28 UTC  (3+ messages)
` [PATCH v2 06/21] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks

[PATCH 0/4] Code simplification and clean-up for hugetlb vmemmap
 2023-12-01 11:09 UTC  (3+ messages)
` [PATCH 1/4] mm: pagewalk: assert write mmap lock only for walking the user page tables

[PATCH net-next v6 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-01 10:34 UTC  (10+ messages)
` [PATCH net-next v6 1/4] page_pool: Rename pp_frag_count to pp_ref_count
` [PATCH net-next v6 2/4] page_pool: halve BIAS_MAX for multiple user references of a fragment
` [PATCH net-next v6 3/4] skbuff: Add a function to check if a page belongs to page_pool
` [PATCH net-next v6 4/4] skbuff: Optimization of SKB coalescing for page pool

[PATCH v3 0/7] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-12-01  9:46 UTC  (8+ messages)
` [PATCH v3 1/7] mm, doc: Add doc for MPOL_F_NUMA_BALANCING
` [PATCH v3 2/7] mm: mempolicy: Revise comment regarding mempolicy mode flags
` [PATCH v3 3/7] mm, security: Fix missed security_task_movememory()
` [PATCH v3 4/7] mm, security: Add lsm hook for memory policy adjustment
` [PATCH v3 5/7] security: selinux: Implement set_mempolicy hook
` [PATCH v3 6/7] selftests/bpf: Add selftests for set_mempolicy with a lsm prog
` [PATCH v3 7/7] NOT kernel/man2/mbind.2: Add mode flag MPOL_F_NUMA_BALANCING

[linux-next:pending-fixes 239/291] mipsel-linux-ld: kernel/kexec_core.c:undefined reference to `machine_kexec'
 2023-12-01  8:34 UTC 

[PATCH] mm: ALLOC_HIGHATOMIC flag allocation issue
 2023-12-01  7:25 UTC 

[PATCH v9 0/2] ACPI: APEI: handle synchronous errors in task work with proper si_code
 2023-12-01  7:03 UTC  (18+ messages)
` [PATCH v9 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
` [PATCH v9 2/2] ACPI: APEI: handle synchronous exceptions in task work

arch/powerpc/platforms/512x/mpc512x_shared.c:251:9: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2023-12-01  3:08 UTC 

[PATCH 0/2] cifs: Fixes for copy_file_range() and FICLONE
 2023-12-01  0:49 UTC  (4+ messages)
` [PATCH 1/2] cifs: Fix flushing, invalidation and file size with copy_file_range()
` [PATCH 2/2] cifs: Fix flushing, invalidation and file size with FICLONE

[akpm-mm:mm-unstable 25/192] loongarch64-linux-ld: kexec_core.c:undefined reference to `machine_kexec'
 2023-11-30 23:09 UTC  (4+ messages)

[PATCH 0/9] mm/damon: let users feed and tame/auto-tune DAMOS
 2023-11-30 22:22 UTC  (2+ messages)

[RFC PATCH 0/2] Node migration between memory tiers
 2023-11-30 22:04 UTC  (3+ messages)
` [RFC PATCH 1/2] base/node: Add sysfs for adistance_offset
` [RFC PATCH 2/2] memory tier: Support node migration between tiers

[PATCH RFC 06/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
 2023-11-30 21:30 UTC  (11+ messages)

[PATCH v8 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-30 21:19 UTC  (11+ messages)
` [PATCH v8 1/6] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v8 2/6] memcontrol: implement mem_cgroup_tryget_online()
` [PATCH v8 3/6] zswap: make shrinking memcg-aware
` [PATCH v8 4/6] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v8 5/6] selftests: cgroup: update per-memcg zswap writeback selftest
` [PATCH v8 6/6] zswap: shrinks zswap pool based on memory pressure

[PATCH v2 00/10] IOMMU memory observability
 2023-11-30 20:15 UTC  (11+ messages)
` [PATCH v2 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v2 02/10] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v2 03/10] iommu/io-pgtable-arm: "
` [PATCH v2 04/10] iommu/io-pgtable-dart: "
` [PATCH v2 05/10] iommu/exynos: "
` [PATCH v2 06/10] iommu/rockchip: "
` [PATCH v2 07/10] iommu/sun50i: "
` [PATCH v2 08/10] iommu/tegra-smmu: "
` [PATCH v2 09/10] iommu: observability of the IOMMU allocations
` [PATCH v2 10/10] iommu: account IOMMU allocated memory

[PATCH] vfio: account iommu allocations
 2023-11-30 20:09 UTC 

FOSDEM 2024: Kernel Devroom CfP
 2023-11-30 20:06 UTC 

[PATCH] vhost-vdpa: account iommu allocations
 2023-11-30 20:04 UTC 

[akpm-mm:mm-unstable 179/192] mm/zswap.c:825:17: error: dereferencing pointer to incomplete type 'struct mem_cgroup'
 2023-11-30 19:46 UTC  (10+ messages)

[PATCH v4 00/11] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2023-11-30 19:23 UTC  (12+ messages)
` [PATCH v4 01/11] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [PATCH v4 02/11] cxl/mbox: Add GET_FEATURE "
` [PATCH v4 03/11] cxl/mbox: Add SET_FEATURE "
` [PATCH v4 04/11] cxl/memscrub: Add CXL device patrol scrub control feature
` [PATCH v4 05/11] cxl/memscrub: Add CXL device DDR5 ECS "
` [PATCH v4 06/11] memory: scrub: Add scrub driver supports configuring memory scrubs in the system
` [PATCH v4 07/11] cxl/memscrub: Register CXL device patrol scrub with scrub configure driver
` [PATCH v4 08/11] memory: scrub: Add scrub control attributes for the DDR5 ECS
` [PATCH v4 09/11] cxl/memscrub: Register CXL device DDR5 ECS with scrub configure driver
` [PATCH v4 10/11] memory: scrub: sysfs: Add Documentation for set of common scrub attributes
` [PATCH v4 11/11] cxl: scrub: sysfs: Add Documentation for CXL memory device scrub control attributes

linux-next: Tree for Nov 30 (mm/zswap.c)
 2023-11-30 18:51 UTC  (2+ messages)

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-30 17:43 UTC  (18+ messages)
` [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE)
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
  ` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
  ` [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)

[PATCH 0/3] cifs: Fixes for copy_file_range() and FALLOC_FL_INSERT/ZERO_RANGE
 2023-11-30 17:08 UTC  (4+ messages)
` [PATCH 3/3] cifs: Fix flushing, invalidation and file size with copy_file_range()

[PATCH] MAINTAINERS: Drop Antti Palosaari
 2023-11-30 16:30 UTC  (3+ messages)

[PATCH v2] lib: test_bitops: add compile-time optimization/evaluations assertions
 2023-11-30 16:25 UTC 

[PATCH v3 00/25] Permission Overlay Extension
 2023-11-30 15:51 UTC  (3+ messages)
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers

[PATCH v2 00/33] kmsan: Enable on s390
 2023-11-30 15:26 UTC  (3+ messages)
` [PATCH v2 16/33] mm: slub: Let KMSAN access metadata

[linux-next:master 2075/4102] drivers/gpu/drm/imagination/pvr_fw_trace.c:205:37: warning: 'pvr_fw_trace_group_mask_fops' defined but not used
 2023-11-30 12:24 UTC 

[PATCH] mm/kmemleak: Add cond_resched() to kmemleak_free_percpu()
 2023-11-30 12:21 UTC  (4+ messages)

[RESEND PATCH v7 00/10] Small-sized THP for anonymous memory
 2023-11-30 12:14 UTC  (6+ messages)
` [RESEND PATCH v7 03/10] mm: thp: Introduce per-size thp sysfs interface

[PATCH v2 00/14] Transparent Contiguous PTEs for User Mappings
 2023-11-30 12:00 UTC  (19+ messages)
` [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown

[PATCH RFC v3 0/9] SLUB percpu array caches and maple tree nodes
 2023-11-30  9:14 UTC  (3+ 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