linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/11] riscv: Memory Hot(Un)Plug support
 2024-06-27 17:50 UTC  (2+ messages)

[RFC PATCH 0/7] Make core VMA operations internal and testable
 2024-06-27 17:45 UTC  (11+ messages)
` [RFC PATCH 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
` [RFC PATCH 2/7] mm: move vma_modify() and helpers to internal header
` [RFC PATCH 4/7] mm: move internal core VMA manipulation functions to own file
` [RFC PATCH 5/7] MAINTAINERS: Add entry for new VMA files
` [RFC PATCH 6/7] tools: separate out shared radix-tree components
` [RFC PATCH 7/7] tools: add skeleton code for userland testing of VMA logic
  ` [RFC PATCH 3/7] mm: unexport vma_expand() / vma_shrink()

[RFC PATCH 0/6] DRM resource management cgroup, try 2
 2024-06-27 17:33 UTC  (9+ messages)
` [RFC PATCH 1/6] mm/page_counter: Move calculating protection values to page_counter
` [RFC PATCH 2/6] drm/cgroup: Add memory accounting DRM cgroup
` [RFC PATCH 3/6] drm/ttm: Handle cgroup based eviction in TTM
` [RFC PATCH 4/6] drm/xe: Implement cgroup for vram
` [RFC PATCH 5/6] drm/amdgpu: Add cgroups implementation
` [RFC PATCH 6/6] drm/xe: Hack to test with mapped pages instead of vram

[linux-next:master] [lockref] d042dae6ad: unixbench.throughput -33.7% regression
 2024-06-27 17:23 UTC  (8+ messages)

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-27 17:08 UTC  (7+ messages)
` [PATCH v6 1/6] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v6 2/6] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API
` [PATCH v6 4/6] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v6 5/6] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v6 6/6] selftests/proc: add PROCMAP_QUERY ioctl tests

[PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU
 2024-06-27 17:07 UTC  (3+ messages)

[PATCH mm-unstable] mm/damon/core: increase regions merge aggressiveness while respecting min_nr_regions
 2024-06-27 16:33 UTC  (4+ messages)

[PATCH mm-unstable] mm/damon/core: ensure max threshold attempt for max_nr_regions violation
 2024-06-27 16:31 UTC 

[PATCH v7 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-06-27 16:19 UTC  (5+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] mm: remove code to handle same filled pages

[linux-next:master 6881/8719] drivers/gpu/drm/msm/msm_gem.c:51:43: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-06-27 16:12 UTC 

[PATCH 00/10] fs: multigrain timestamp redux
 2024-06-27 15:35 UTC  (13+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
` [PATCH 02/10] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH 03/10] fs: tracepoints for inode_needs_update_time "
` [PATCH 04/10] fs: add infrastructure for multigrain timestamps
` [PATCH 05/10] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH 06/10] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH 07/10] xfs: switch to multigrain timestamps
` [PATCH 08/10] ext4: "
` [PATCH 09/10] btrfs: convert "
` [PATCH 10/10] tmpfs: add support for "

[PATCH 0/2] kmsan: fix sparse warnings
 2024-06-27 14:57 UTC  (3+ messages)
` [PATCH 1/2] kmsan: add missing __user tags
` [PATCH 2/2] kmsan: do not pass NULL pointers as 0

m68k 54418 fails to execute user space
 2024-06-27 14:52 UTC  (9+ messages)

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-06-27 14:33 UTC  (12+ messages)

[linux-next:master 5081/8232] progs/hid.c:33:20: error: variable has incomplete type 'struct hid_bpf_ops'
 2024-06-27 14:04 UTC 

[linux-next:master 7931/8719] statmount_test_ns.c:27:17: warning: format not a string literal and no format arguments
 2024-06-27 14:04 UTC 

[PATCH 2/2] kpageflags: fix wrong KPF_THP on non-pmd-mappable compound pages
 2024-06-27 13:54 UTC  (18+ messages)

[PATCH v2 00/15] Avoid MAP_FIXED gap exposure
 2024-06-27 13:31 UTC  (9+ messages)
` [PATCH v2 14/15] mm/mmap: Use vms accounted pages in mmap_region()

powerpc: nvram_64.c:75:13: error: 'oops_to_nvram' used but never defined [-Werror]
 2024-06-27 13:00 UTC  (2+ messages)

Proposal for Creating Shared Memory Areas via a Character Device
 2024-06-27 12:44 UTC  (2+ messages)

[linux-next:master 7343/8016] mm/kmsan/instrumentation.c:318:42: sparse: sparse: Using plain integer as NULL pointer
 2024-06-27 12:31 UTC 

[PATCH -next] mm: memcg: remove redundant seq_buf_has_overflowed()
 2024-06-27 12:28 UTC  (10+ messages)

[linux-next:master 2742/8232] arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge.dtb: /ahb/apb/fsi@1e79b000/cfam@0,0/scom@1000: failed to match any schema with compatible: ['ibm,p9-scom']
 2024-06-27 12:20 UTC 

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-06-27 11:33 UTC  (24+ messages)
` [PATCH 01/13] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/13] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/13] fs/dax: Refactor wait for dax idle page
` [PATCH 04/13] fs/dax: Add dax_page_free callback
` [PATCH 05/13] mm: Allow compound zone device pages
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages
` [PATCH 08/13] huge_memory: Allow mappings of PMD "
` [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 10/13] fs/dax: Properly refcount fs dax pages
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code
` [PATCH 12/13] mm: Remove pXX_devmap callers
` [PATCH 13/13] mm: Remove devmap related functions and page table bits

[PATCH V3 1/2] cgroup/rstat: Helper functions for locking expose trylock
 2024-06-27 11:32 UTC  (4+ messages)
` [PATCH V3 2/2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes

[linux-next:master] [mm] 0fa2857d23: WARNING:at_mm/page_alloc.c:#__alloc_pages_noprof
 2024-06-27 11:05 UTC  (10+ messages)

[PATCH V2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-06-27 10:36 UTC  (16+ messages)

vmlinux.o: warning: objtool: leaf_cut_from_buffer+0x2396: stack state mismatch: cfa1=4+288 cfa2=4+304
 2024-06-27  9:35 UTC 

[PATCH v2 00/15] Avoid MAP_FIXED gap exposure
 2024-06-27  9:31 UTC 

[PATCH] mm/gup: Use try_grab_page() instead of try_grab_folio() in gup slow path
 2024-06-27  8:53 UTC 

[PATCH v2 0/1] tools/mm: Introduce a tool to assess swap entry allocation for thp_swapout
 2024-06-27  8:50 UTC  (8+ messages)

[PATCH 1/2] mm/zsmalloc: fix class per-fullness zspage counts
 2024-06-27  7:59 UTC  (2+ messages)
` [PATCH 2/2] mm/zsmalloc: move record_obj() into obj_malloc()

[PATCH v2] mm: optimize the redundant loop of mm_update_next_owner()
 2024-06-27  7:44 UTC  (5+ messages)

[PATCH mm-unstable v1] mm/hugetlb_vmemmap: fix race with speculative PFN walkers
 2024-06-27  7:25 UTC  (2+ messages)

[PATCH 0/10] mm: Fix various readahead quirks
 2024-06-27  6:10 UTC  (3+ messages)

[PATCH v1 0/2] mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
 2024-06-27  6:00 UTC  (9+ messages)
` [PATCH v1 2/2] "

MM global locks as core counts quadruple
 2024-06-27  5:36 UTC  (5+ messages)

[linux-next:master 8115/8719] drivers/iio/gyro/adis16260.o: warning: objtool: adis16260_write_raw+0x108: can't find jump dest instruction at .text+0xdb2
 2024-06-27  5:05 UTC 

[RFC PATCH] mm/hugetlb_vmemmap: fix race with speculative PFN walkers
 2024-06-27  4:47 UTC  (3+ messages)

[PATCH v1] memory tier: consolidate the initialization of memory tiers
 2024-06-27  4:17 UTC  (5+ messages)

[PATCH] mm/numa_balancing: Teach mpol_to_str about the balancing mode
 2024-06-27  3:04 UTC  (4+ messages)

[linux-next:master] [vfs] bdf6091183: stress-ng.full.ops_per_sec 633.4% improvement
 2024-06-27  2:49 UTC 

[PATCH v5 0/6] mm: migrate: support poison recover from migrate folio
 2024-06-27  1:06 UTC  (3+ messages)

[GIT PULL] hotfixes for 6.10-rc6
 2024-06-27  1:04 UTC  (2+ messages)

[PATCH v2 0/4] mm/filemap: Limit page cache size to that supported by xarray
 2024-06-27  0:39 UTC  (3+ messages)
` [PATCH v2 3/4] mm/filemap: Skip to create PMD-sized page cache if needed
` [PATCH v2 4/4] mm/shmem: Disable "

[RFC PATCH] mm: introduce gen information in /proc/xxx/smaps
 2024-06-27  0:23 UTC  (2+ messages)

[linux-next:master 8025/8719] arch/arm64/boot/dts/qcom/msm8953-motorola-potter.dtb: gpu@1c00000: clock-names:5: 'alwayson' is not one of ['core', 'iface', 'mem', 'mem_iface', 'alt_mem_iface', 'gfx3d', 'rbbmtimer', 'rbcpr']
 2024-06-27  0:15 UTC 

[RFC] swapfile: disable swapon for bs > ps devices
 2024-06-27  0:09 UTC 

[PATCH 0/4] mm/filemap: Limit page cache size to that supported by xarray
 2024-06-26 23:48 UTC  (10+ messages)

[PATCH v5 0/6] ptdump: add intermediate directory support
 2024-06-26 23:45 UTC  (3+ messages)
` [PATCH v5 6/6] arm64: add attrs and format to ptdump document

[PATCH] hugetlbfs: add MTE support
 2024-06-26 23:43 UTC  (4+ messages)

[PATCH v2 0/4] Enable P2PDMA in Userspace RDMA
 2024-06-26 22:23 UTC  (4+ messages)
` [PATCH v2 2/4] mm/gup: handle ZONE_DEVICE pages in folio_fast_pin_allowed()

[PATCH v16 0/9] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios
 2024-06-26 19:13 UTC  (2+ messages)

[PATCH 00/18] Introduce a store type enum for the Maple tree
 2024-06-26 18:29 UTC  (6+ messages)
` [PATCH 13/18] maple_tree: simplify mas_commit_b_node()

[PATCH v2 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-06-26 18:07 UTC  (6+ messages)
` [PATCH v2 13/14] mm: memcg: put cgroup v1-related members of task_struct "

mm: huge_memory.c:2736:31: error: variable 'page' is uninitialized when used here [-Werror,-Wuninitialized]
 2024-06-26 17:00 UTC  (2+ messages)

[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
 2024-06-26 16:40 UTC  (6+ messages)

[PATCH v5 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-26 16:37 UTC  (4+ messages)
` [PATCH v5 2/6] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps

[akpm-mm:mm-nonmm-unstable 43/43] arch/powerpc/kernel/nvram_64.c:79:10: error: incompatible function pointer types initializing 'void (*)(struct kmsg_dumper *, enum kmsg_dump_reason, const char *)' with an expression of type 'void (struct kmsg_dumper *, enum kmsg_dump_reason)'
 2024-06-26 16:37 UTC 

[akpm-mm:mm-nonmm-unstable 43/43] arch/powerpc/kernel/nvram_64.c:79:17: error: initialization of 'void (*)(struct kmsg_dumper *, enum kmsg_dump_reason, const char *)' from incompatible pointer type 'void (*)(struct kmsg_dumper *, enum kmsg_dump_reason)'
 2024-06-26 16:22 UTC 

[PATCH 1/2] maple_tree: fix alloc node fail issue
 2024-06-26 16:06 UTC  (2+ messages)
` [PATCH 2/2] maple_tree: Add some alloc node test case

[RFC PATCH] cxl: avoid duplicating report from MCE & device
 2024-06-26 15:56 UTC  (6+ messages)

Regression on linux-next (next-20240625)
 2024-06-26 15:22 UTC 

page:  |  | latest

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