linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-02-06 13:14 UTC  (6+ messages)
` [RFC PATCH 10/19] net: skb: Switch to using vm_account

[PATCH v2 00/10] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-02-06 12:48 UTC  (7+ messages)
` [PATCH v2 05/10] percpu: Wire up cmpxchg128

[PATCH bpf-next 0/7] bpf, mm: bpf memory usage
 2023-02-06 11:52 UTC  (8+ messages)
` [PATCH bpf-next 7/7] bpf: hashtab "

[PATCH v2] mm/khugepaged: skip shmem with userfaultfd
 2023-02-06 11:28 UTC 

[linux-next:master 3628/10565] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn31/dcn31_hubbub.c:1011:6: warning: no previous prototype for 'hubbub31_init'
 2023-02-06 11:14 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 11b3628314a5aa3fecf029bcacfaac21fea369e4
 2023-02-06 11:03 UTC 

[RFC PATCH v1 0/4] Introduce merge identical pages mechanism
 2023-02-06 10:37 UTC  (11+ messages)

[PATCH 0/5] fold per-CPU vmstats remotely
 2023-02-06  9:42 UTC  (7+ messages)
` [PATCH 3/5] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold

[PATCH 0/2] zsmalloc: fine-grained fullness grouping
 2023-02-06  9:25 UTC  (3+ messages)
` [PATCH 1/2] zsmalloc: remove insert_zspage() ->inuse optimization
` [PATCH 2/2] zsmalloc: fine-grained inuse ratio based fullness grouping

[syzbot] kernel BUG in process_one_work
 2023-02-06  9:23 UTC 

[PATCH] mm: eliminate function call overhead during copy_page_range()
 2023-02-06  9:17 UTC  (3+ messages)

[PATCH v4 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2023-02-06  8:43 UTC  (5+ messages)

[PATCH v5 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2023-02-06  8:40 UTC  (8+ messages)
` [PATCH v5 1/7] mm/vmalloc.c: add used_map into vmap_block to track space of vmap_block
` [PATCH v5 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
` [PATCH v5 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
` [PATCH v5 4/7] mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
` [PATCH v5 5/7] mm/vmalloc: skip the uninitilized vmalloc areas
` [PATCH v5 6/7] powerpc: mm: add VM_IOREMAP flag to the vmalloc area
` [PATCH v5 7/7] sh: mm: set "

[PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-02-06  7:47 UTC  (20+ messages)
` [PATCH 01/19] mm: Introduce vm_account
` [PATCH 02/19] drivers/vhost: Convert to use vm_account
` [PATCH 03/19] drivers/vdpa: Convert vdpa to use the new vm_structure
` [PATCH 04/19] infiniband/umem: Convert to use vm_account
` [PATCH 05/19] RMDA/siw: "
` [PATCH 06/19] RDMA/usnic: convert "
` [PATCH 07/19] vfio/type1: Charge pinned pages to pinned_vm instead of locked_vm
` [PATCH 08/19] vfio/spapr_tce: Convert accounting to pinned_vm
` [PATCH 09/19] io_uring: convert to use vm_account
` [PATCH 10/19] net: skb: Switch to using vm_account
` [PATCH 11/19] xdp: convert to use vm_account
` [PATCH 12/19] kvm/book3s_64_vio: Convert account_locked_vm() to vm_account_pinned()
` [PATCH 13/19] fpga: dfl: afu: convert to use vm_account
` [PATCH 14/19] mm: Introduce a cgroup for pinned memory
` [PATCH 15/19] mm/util: Extend vm_account to charge pages against the pin cgroup
` [PATCH 16/19] mm/util: Refactor account_locked_vm
` [PATCH 17/19] mm: Convert mmap and mlock to use account_locked_vm
` [PATCH 18/19] mm/mmap: Charge locked memory to pins cgroup
` [PATCH 19/19] selftests/vm: Add pins-cgroup selftest for mlock/mmap

[PATCH 0/1] Fix memblock_free_late() deferred init bug, redux
 2023-02-06  7:12 UTC  (2+ messages)
` [PATCH 1/1] mm: Defer freeing reserved pages in memblock_free_late()

Converting dev->mutex into dev->spinlock ?
 2023-02-06  6:48 UTC  (6+ messages)

[RESEND PATCH v9 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-02-06  6:45 UTC  (9+ messages)
` [PATCH v9 1/3] xfs: fix the calculation of length and end
` [PATCH v9 2/3] fs: move drop_pagecache_sb() for others to use
` [PATCH v9 3/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

[PATCH -v4 0/9] migrate_pages(): batch TLB flushing
 2023-02-06  6:33 UTC  (10+ messages)
` [PATCH -v4 1/9] migrate_pages: organize stats with struct migrate_pages_stats
` [PATCH -v4 2/9] migrate_pages: separate hugetlb folios migration
` [PATCH -v4 3/9] migrate_pages: restrict number of pages to migrate in batch
` [PATCH -v4 4/9] migrate_pages: split unmap_and_move() to _unmap() and _move()
` [PATCH -v4 5/9] migrate_pages: batch _unmap and _move
` [PATCH -v4 6/9] migrate_pages: move migrate_folio_unmap()
` [PATCH -v4 7/9] migrate_pages: share more code between _unmap and _move
` [PATCH -v4 8/9] migrate_pages: batch flushing TLB
` [PATCH -v4 9/9] migrate_pages: move THP/hugetlb migration support check to simplify code

[BISECTED] first bad commit is c203c6d5b3f0597 ("migrate_pages: batch _unmap and _move")
 2023-02-06  6:25 UTC  (7+ messages)

[PATCH v2 0/4] Remove get_kernel_pages()
 2023-02-06  6:22 UTC  (15+ messages)
` [PATCH v2 1/4] highmem: Enhance is_kmap_addr() to check kmap_local_page() mappings
` [PATCH v2 2/4] tee: Remove vmalloc page support
` [PATCH v2 3/4] tee: Remove call to get_kernel_pages()
` [PATCH v2 4/4] mm: Remove get_kernel_pages()

[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-06  5:38 UTC  (21+ messages)
` [PATCH 01/18] cxl/Documentation: Update references to attributes added in v6.0
` [PATCH 02/18] cxl/region: Add a mode attribute for regions
` [PATCH 03/18] cxl/region: Support empty uuids for non-pmem regions
` [PATCH 04/18] cxl/region: Validate region mode vs decoder mode
` [PATCH 05/18] cxl/region: Add volatile region creation support
` [PATCH 06/18] cxl/region: Refactor attach_target() for autodiscovery
` [PATCH 07/18] cxl/region: Move region-position validation to a helper
` [PATCH 08/18] kernel/range: Uplevel the cxl subsystem's range_contains() helper
` [PATCH 09/18] cxl/region: Enable CONFIG_CXL_REGION to be toggled
` [PATCH 10/18] cxl/region: Fix passthrough-decoder detection
` [PATCH 11/18] cxl/region: Add region autodiscovery
` [PATCH 12/18] tools/testing/cxl: Define a fixed volatile configuration to parse
` [PATCH 13/18] dax/hmem: Move HMAT and Soft reservation probe initcall level
` [PATCH 14/18] dax/hmem: Drop unnecessary dax_hmem_remove()
` [PATCH 15/18] dax/hmem: Convey the dax range via memregion_info()
` [PATCH 16/18] dax/hmem: Move hmem device registration to dax_hmem.ko
` [PATCH 17/18] dax: Assign RAM regions to memory-hotplug by default
` [PATCH 18/18] cxl/dax: Create dax devices for CXL RAM regions

[PATCH] mm,page_alloc,cma: configurable CMA utilization
 2023-02-06  5:22 UTC  (10+ messages)

[PATCH 0/3] mm/arch: Fix a few collide definition on private use of VM_FAULT_*
 2023-02-06  5:09 UTC  (9+ messages)
` [PATCH 1/3] mm/arm: Define private VM_FAULT_* reasons from top bits
` [PATCH 2/3] mm/arm64: "
` [PATCH 3/3] mm/s390: "

[PATCH v3 0/4] Add overflow checks for several syscalls
 2023-02-06  0:52 UTC  (6+ messages)
` [PATCH v3 1/4] mm/mlock: return EINVAL if len overflows for mlock/munlock

[PATCH] mm/slub: fix memory leak with using debugfs_lookup()
 2023-02-05 22:27 UTC  (2+ messages)

[linux-next:master 8959/10357] ld.lld: error: no machine record defined
 2023-02-05 20:29 UTC  (2+ messages)

[PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
 2023-02-05 19:49 UTC  (20+ messages)

[PATCH] mm/zswap: try to avoid worst-case scenario on same element pages
 2023-02-05 19:00 UTC 

git regression failures with v6.2-rc NFS client
 2023-02-05 16:11 UTC  (14+ messages)

[PATCH v9 0/3] cachestat: a new syscall for page cache state of files
 2023-02-05  9:55 UTC  (6+ messages)
` [PATCH v9 2/3] cachestat: implement cachestat syscall

[PATCH bpf-next 0/5] bpf, mm: introduce cgroup.memory=nobpf
 2023-02-05  6:58 UTC  (6+ messages)
` [PATCH bpf-next 1/5] mm: memcontrol: add new kernel parameter cgroup.memory=nobpf
` [PATCH bpf-next 2/5] bpf: use bpf_map_kvcalloc in bpf_local_storage
` [PATCH bpf-next 3/5] bpf: introduce bpf_memcg_flags()
` [PATCH bpf-next 4/5] bpf: allow to disable bpf map memory accounting
` [PATCH bpf-next 5/5] bpf: allow to disable bpf prog "

[PATCH 0/2] sched/isolation: Prep work for pcp cache draining isolation
 2023-02-05  5:47 UTC  (6+ messages)
` [PATCH 1/2] sched/isolation: Merge individual nohz_full features into a common housekeeping flag
` [PATCH 2/2] sched/isolation: Add cpu_is_isolated() API

[PATCH v2 0/3] Introduce per NUMA node memory error statistics
 2023-02-04 23:21 UTC  (7+ messages)
` [PATCH v2 1/3] mm: memory-failure: Add memory failure stats to sysfs
` [PATCH v2 2/3] mm: memory-failure: Bump memory failure stats to pglist_data

[RFC] net: add new socket option SO_SETNETNS
 2023-02-04 18:44 UTC  (8+ messages)

[PATCH V2 0/3] sched/numa: Enhance vma scanning
 2023-02-04 18:32 UTC  (12+ messages)
` [PATCH V2 1/3] sched/numa: Apply the scan delay to every vma instead of tasks
` [PATCH V2 2/3] sched/numa: Enhance vma scanning logic
` [PATCH V2 3/3] sched/numa: Reset the accessing PID information periodically

[linux-next:master 4683/10357] drivers/remoteproc/qcom_q6v5_pas.c:550:30: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-02-04 16:27 UTC 

(2) [PATCH] dma-buf: system_heap: avoid reclaim for order 4
 2023-02-04 15:02 UTC  (10+ messages)
`  "
              `  "

[syzbot] kernel BUG in __tlb_remove_page_size (2)
 2023-02-04 13:36 UTC 

[PATCH v5 00/39] Shadow stacks for userspace
 2023-02-04 10:37 UTC  (7+ messages)
` [PATCH v5 07/39] x86: Add user control-protection fault handler

[PATCH v5 1/6] ksm: abstract the function try_to_get_old_rmap_item
 2023-02-04  6:43 UTC  (2+ messages)

[PATCH] kasan: use %zd format for printing size_t
 2023-02-04  6:27 UTC  (2+ messages)

[PATCH v5 2/6] ksm: support unsharing zero pages placed by KSM
 2023-02-04  6:18 UTC  (2+ messages)

[RFC PATCH v3 0/4] folio based filemap_map_pages()
 2023-02-04  5:47 UTC  (16+ messages)
` [RFC PATCH v3 1/4] filemap: add function filemap_map_folio_range()
` [RFC PATCH v3 2/4] rmap: add folio_add_file_rmap_range()
` [RFC PATCH v3 3/4] mm: add do_set_pte_range()

[PATCH v4] mm: hwposion: support recovery from ksm_might_need_to_copy()
 2023-02-04  1:46 UTC  (2+ messages)

[RFC PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-02-04  0:26 UTC  (9+ messages)
` [RFC PATCH v1 1/2] mm: vmscan: refactor updating reclaimed pages in reclaim_state

[linux-next:master 8959/10357] drivers/pcmcia/pxa2xx_sharpsl.c:206:5: warning: no previous prototype for function 'pcmcia_collie_init'
 2023-02-03 22:31 UTC 

[PATCH] mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)
 2023-02-03 22:23 UTC  (2+ messages)

[merged mm-stable] mm-add-memcpy_from_file_folio.patch removed from -mm tree
 2023-02-03 21:33 UTC 

[PATCH 0/2] Fixes for hugetlb mapcount at most 1 for shared PMDs
 2023-02-03 20:16 UTC  (11+ messages)
` [PATCH 1/2] mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps

page:  |  | latest

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