[PATCH v5 00/45] use refcount+RCU method to implement lockless slab shrink
2023-08-24 3:42 UTC (25+ messages)
` [PATCH v5 01/45] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v5 02/45] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v5 03/45] binder: dynamically allocate the android-binder shrinker
` [PATCH v5 04/45] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v5 05/45] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v5 06/45] erofs: dynamically allocate the erofs-shrinker
` [PATCH v5 07/45] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v5 08/45] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v5 09/45] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v5 10/45] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v5 11/45] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v5 12/45] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v5 13/45] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v5 14/45] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v5 15/45] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v5 16/45] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v5 17/45] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v5 18/45] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v5 19/45] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v5 20/45] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v5 21/45] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v5 22/45] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v5 23/45] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v5 24/45] dm zoned: dynamically allocate the dm-zoned-meta shrinker
[linux-next:master 9571/12208] net/socket.c:1676:21: warning: no previous declaration for 'update_socket_protocol'
2023-08-24 3:37 UTC
[PATCH v3 0/4] cleanups for lockless slab shrink
2023-08-24 3:35 UTC (5+ messages)
` [PATCH v3 1/4] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v3 2/4] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v3 3/4] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 4/4] drm/ttm: introduce pool_shrink_rwsem
[PATCH v2 0/4] Extend migrate_misplaced_page() to support batch migration
2023-08-24 3:14 UTC (6+ messages)
` [PATCH v2 2/4] mm: migrate: move the numamigrate_isolate_page() into do_numa_page()
[PATCH 0/9] Fixes and cleanups to compaction
2023-08-24 2:59 UTC (21+ messages)
` [PATCH 6/9] mm/compaction: rename is_via_compact_memory to compaction_with_allocation_order
` [PATCH 7/9] mm/compaction: factor out code to test if we should run compaction for target order
` [PATCH 4/9] mm/compaction: simplify pfn iteration in isolate_freepages_range
[PATCH 1/3] hugetlb: Use a folio in free_hpage_workfn()
2023-08-24 2:59 UTC (10+ messages)
` [PATCH 2/3] hugetlb: Remove a few calls to page_folio()
` [PATCH 3/3] hugetlb: Convert remove_pool_huge_page() to return a folio
[PATCH 8/8] mm: page_alloc: consolidate free page accounting
2023-08-24 1:34 UTC (3+ messages)
[linux-next:master 11462/12208] mm/internal.h:709:3: error: implicit declaration of function 'release_fault_lock' is invalid in C99
2023-08-24 1:08 UTC (2+ messages)
[linux-next:master 11462/12208] mm/internal.h:709:3: error: call to undeclared function 'release_fault_lock'; ISO C99 and later do not support implicit function declarations
2023-08-24 0:11 UTC
[linux-next:master 11762/12208] drivers/perf/arm_pmuv3.c:776: undefined reference to `kvm_vcpu_pmu_resync_el0'
2023-08-24 0:11 UTC
[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2023-08-23 23:36 UTC (6+ messages)
` [PATCH v12 2/2] "
` [PATCH v13] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE "
[linux-next:master 10528/12208] drivers/power/supply/rt5033_charger.c:696: undefined reference to `extcon_find_edev_by_node'
2023-08-23 23:18 UTC
[linux-next:master 11798/12208] powerpc-linux-ld: warning: orphan section `.init.plt' from `drivers/dma/fsl-edma-common.o' being placed in section `.init.plt'
2023-08-23 23:03 UTC
[PATCH] memcontrol: ensure memcg acquired by id is properly set up
2023-08-23 22:54 UTC
[linux-next:master 10640/12208] drivers/gpu/drm/i915/display/intel_tc.c:1845:11: error: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 3
2023-08-23 21:12 UTC
[PATCH 0/2] execve scalability issues, part 1
2023-08-23 20:27 UTC (15+ messages)
[PATCH] Fix folio conversion in __dma_page_dev_to_cpu()
2023-08-23 19:18 UTC
[PATCH v5] proc/ksm: add ksm stats to /proc/pid/smaps
2023-08-23 18:30 UTC (2+ messages)
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-23 18:16 UTC (16+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
[memfd] dealing with memfd exec()ability in CRIU
2023-08-23 18:13 UTC
[linux-next:master 11986/12208] fs/proc/task_mmu.c:457:33: error: call to undeclared function 'is_ksm_zero_pte'; ISO C99 and later do not support implicit function declarations
2023-08-23 17:11 UTC
[linux-next:master 11576/12208] arch/x86/kernel/cpu/mshyperv.c:407: undefined reference to `isolation_type_en_snp'
2023-08-23 17:06 UTC (2+ messages)
[PATCH] mm: remove remnants of SPLIT_RSS_COUNTING
2023-08-23 17:05 UTC
[PATCH v4] proc/ksm: add ksm stats to /proc/pid/smaps
2023-08-23 16:41 UTC (3+ messages)
[PATCH mm-hotfixes-unstable] shmem: fix smaps BUG sleeping while atomic
2023-08-23 16:41 UTC (2+ messages)
[PATCH mm-unstable v1 0/4] mm/swap: stop using page->private on tail pages for THP_SWAP + cleanups
2023-08-23 15:31 UTC (14+ messages)
` [PATCH mm-unstable v1 1/4] mm/swap: stop using page->private on tail pages for THP_SWAP
` [PATCH mm-unstable v1 2/4] mm/swap: use dedicated entry for swap in folio
` [PATCH mm-unstable v1 3/4] mm/swap: inline folio_set_swap_entry() and folio_swap_entry()
` [PATCH mm-unstable v1 4/4] mm/huge_memory: work on folio->swap instead of page->private when splitting folio
[PATCH v2] mm: vmscan: reclaim anon pages if there are swapcache pages
2023-08-23 15:29 UTC (5+ messages)
[linux-next:master 11986/12208] fs/proc/task_mmu.c:457:33: error: implicit declaration of function 'is_ksm_zero_pte' is invalid in C99
2023-08-23 15:01 UTC
[PATCH 0/3] memcg: non-unified flushing for userspace stats
2023-08-23 14:55 UTC (6+ messages)
` [PATCH 3/3] mm: memcg: use non-unified stats flushing for userspace reads
[RESEND PATCH V3] NUMA:Improve the efficiency of calculating pages loss
2023-08-23 14:35 UTC (4+ messages)
[RFC PATCH] mm: use nth_page() for all memmap (struct page) position operations
2023-08-23 14:31 UTC (3+ messages)
[RFC]: shmem fd for non-DMA buffer sharing cross drivers
2023-08-23 13:15 UTC (6+ messages)
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-08-23 13:13 UTC (38+ messages)
` [PATCH RFC 01/37] mm: page_alloc: Rename gfp_to_alloc_flags_cma -> gfp_to_alloc_flags_fast
` [PATCH RFC 02/37] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC 03/37] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 05/37] mm: Add memory statistics for the "
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA
` [PATCH RFC 07/37] mm: page_alloc: Bypass pcp when freeing MIGRATE_METADATA pages
` [PATCH RFC 08/37] mm: compaction: Account for free metadata pages in __compact_finished()
` [PATCH RFC 09/37] mm: compaction: Handle metadata pages as source for direct compaction
` [PATCH RFC 10/37] mm: compaction: Do not use MIGRATE_METADATA to replace pages with metadata
` [PATCH RFC 11/37] mm: migrate/mempolicy: Allocate metadata-enabled destination page
` [PATCH RFC 12/37] mm: gup: Don't allow longterm pinning of MIGRATE_METADATA pages
` [PATCH RFC 13/37] arm64: mte: Reserve tag storage memory
` [PATCH RFC 14/37] arm64: mte: Expose tag storage pages to the MIGRATE_METADATA freelist
` [PATCH RFC 15/37] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC 16/37] arm64: mte: Move tag storage to MIGRATE_MOVABLE when MTE is disabled
` [PATCH RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC 18/37] arm64: mte: Check that tag storage blocks are in the same zone
` [PATCH RFC 19/37] mm: page_alloc: Manage metadata storage on page allocation
` [PATCH RFC 20/37] mm: compaction: Reserve metadata storage in compaction_alloc()
` [PATCH RFC 21/37] mm: khugepaged: Handle metadata-enabled VMAs
` [PATCH RFC 22/37] mm: shmem: Allocate metadata storage for in-memory filesystems
` [PATCH RFC 23/37] mm: Teach vma_alloc_folio() about metadata-enabled VMAs
` [PATCH RFC 24/37] mm: page_alloc: Teach alloc_contig_range() about MIGRATE_METADATA
` [PATCH RFC 25/37] arm64: mte: Manage tag storage on page allocation
` [PATCH RFC 26/37] arm64: mte: Perform CMOs for tag blocks on tagged page allocation/free
` [PATCH RFC 27/37] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC 28/37] mm: sched: Introduce PF_MEMALLOC_ISOLATE
` [PATCH RFC 29/37] mm: arm64: Define the PAGE_METADATA_NONE page protection
` [PATCH RFC 30/37] mm: mprotect: arm64: Set PAGE_METADATA_NONE for mprotect(PROT_MTE)
` [PATCH RFC 31/37] mm: arm64: Set PAGE_METADATA_NONE in set_pte_at() if missing metadata storage
` [PATCH RFC 32/37] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC 33/37] arm64: mte: swap/copypage: Handle tag restoring when missing tag storage
` [PATCH RFC 34/37] arm64: mte: Handle fatal signal in reserve_metadata_storage()
` [PATCH RFC 35/37] mm: hugepage: Handle PAGE_METADATA_NONE faults for huge pages
` [PATCH RFC 36/37] KVM: arm64: Disable MTE is tag storage is enabled
` [PATCH RFC 37/37] arm64: mte: Enable tag storage management
[RFC PATCH 0/4] Convert perf ringbuffer to folios
2023-08-23 12:45 UTC (10+ messages)
` [RFC PATCH 1/4] perf: Convert perf_mmap_(alloc,free)_page "
` [RFC PATCH 3/4] perf: Use vmalloc_to_folio()
` [RFC PATCH 4/4] perf: Use folios for the aux ringbuffer & pagefault path
[linux-next:master 11808/12208] drivers/dma/fsl-edma-main.c:61:16: sparse: sparse: cast removes address space '__iomem' of expression
2023-08-23 12:32 UTC
[linux-next:master 11986/12208] fs/proc/task_mmu.c:457:40: error: implicit declaration of function 'is_ksm_zero_pte'
2023-08-23 12:32 UTC
[PATCH] lsm: constify the 'mm' parameter in security_vm_enough_memory_mm()
2023-08-23 12:06 UTC (2+ messages)
[linux-next:master 11808/12208] drivers/dma/fsl-edma-common.c:76:15: sparse: sparse: cast removes address space '__iomem' of expression
2023-08-23 11:25 UTC
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-08-23 10:48 UTC (2+ messages)
` [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()
[linux-next:master 1241/11761] ERROR: modpost: ".L874" [drivers/mtd/nand/raw/nand.ko] undefined!
2023-08-23 10:16 UTC (2+ messages)
[PATCH RFC] delayacct: add memory reclaim delay in get_page_from_freelist
2023-08-23 9:54 UTC
[PATCH v2] secretmem: Conert page_is_secretmem() to folio_is_secretmem()
2023-08-23 9:38 UTC (2+ messages)
[PATCH v1 0/3] udmabuf: Add support for page migration out of movable zone or CMA
2023-08-23 9:34 UTC (5+ messages)
[PATCH RFC 1/1] delayacct: add memory reclaim delay in
2023-08-23 6:28 UTC
[PATCH] mm: allow a controlled amount of unfairness in the page lock
2023-08-23 6:16 UTC
[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
2023-08-23 5:56 UTC (25+ messages)
` [PATCH RESEND 1/4] memory tiering: add abstract distance calculation algorithms management
` [PATCH RESEND 4/4] dax, kmem: calculate abstract distance with general interface
[PATCH] mm: Convert DAX lock/unlock page to lock/unlock folio
2023-08-23 5:51 UTC (2+ messages)
[PATCH v3 0/2] execve scalability issues, part 1
2023-08-23 5:06 UTC (3+ messages)
` [PATCH v3 1/2] pcpcntr: add group allocation/free
` [PATCH v3 2/2] kernel/fork: group allocation/free of per-cpu counters for mm struct
[PATCH v2 0/2] execve scalability issues, part 1
2023-08-23 4:05 UTC (6+ messages)
` [PATCH v2 1/2] pcpcntr: add group allocation/free
` [PATCH v2 2/2] fork: group allocation of per-cpu counters for mm struct
[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
2023-08-23 2:59 UTC (4+ messages)
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
idea for scalable and almost waste-free percpu counter alloc (was: Re: [PATCH 0/2] execve scalability issues, part 1)
2023-08-23 0:31 UTC
[PATCH v2 00/13] Remove _folio_dtor and _folio_order
2023-08-23 0:29 UTC (4+ messages)
` [PATCH v2 10/13] mm: Free up a word in the first tail page
[PATCH RFC 0/2] mm/page_alloc: free_pcppages_bulk safeguard
2023-08-22 21:46 UTC (12+ messages)
[PATCH mm-unstable] mm/khugepaged: fix collapse_pte_mapped_thp() versus uffd
2023-08-22 19:10 UTC (10+ messages)
[linux-next:master 11594/11761] drivers/crypto/intel/qat/qat_common/adf_isr.c:197:47: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 5
2023-08-22 18:51 UTC
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