linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH -next] mm: memcg: adjust the warning when seq_buf overflows
 2024-06-28  8:15 UTC  (5+ messages)

[PATCH 0/2] kmsan: fix sparse warnings
 2024-06-28  8:03 UTC  (5+ 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-28  8:02 UTC  (12+ messages)

[PATCH 00/20] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-06-28  7:30 UTC  (23+ messages)
` [PATCH 01/20] "
` [PATCH 02/20] mm/zsmalloc: use zpdesc in trylock_zspage/lock_zspage
` [PATCH 03/20] mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc
` [PATCH 04/20] mm/zsmalloc: add and use pfn/zpdesc seeking funcs
` [PATCH 05/20] mm/zsmalloc: convert obj_malloc() to use zpdesc
` [PATCH 06/20] mm/zsmalloc: convert create_page_chain() and its users "
` [PATCH 07/20] mm/zsmalloc: convert obj_allocated() and related helpers "
` [PATCH 08/20] mm/zsmalloc: convert init_zspage() "
` [PATCH 09/20] mm/zsmalloc: convert obj_to_page() and zs_free() "
` [PATCH 10/20] mm/zsmalloc: add zpdesc_is_isolated/zpdesc_zone helper for zs_page_migrate
` [PATCH 11/20] mm/zsmalloc: rename reset_page to reset_zpdesc and use zpdesc in it
` [PATCH 12/20] mm/zsmalloc: convert __free_zspage() to use zdsesc
` [PATCH 13/20] mm/zsmalloc: convert location_to_obj() to take zpdesc
` [PATCH 14/20] mm/zsmalloc: convert migrate_zspage() to use zpdesc
` [PATCH 15/20] mm/zsmalloc: convert get_zspage() to take zpdesc
` [PATCH 16/20] mm/zsmalloc: convert SetZsPageMovable and remove unused funcs
` [PATCH 17/20] mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc
` [PATCH 18/20] mm/zsmalloc: introduce __zpdesc_clear_movable
` [PATCH 19/20] mm/zsmalloc: introduce __zpdesc_clear_zsmalloc
` [PATCH 20/20] mm/zsmalloc: introduce __zpdesc_set_zsmalloc()

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

[v2 PATCH] mm: gup: do not call try_grab_folio() in slow path
 2024-06-28  6:35 UTC  (10+ messages)

[PATCH] mm/gup: Use try_grab_page() instead of try_grab_folio() in gup slow path
 2024-06-28  6:11 UTC  (4+ messages)

[PATCH v2 0/1] memory tier: consolidate the initialization of memory tiers
 2024-06-28  6:09 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH V2] mm/gup: Fix longterm pin on slow gup regression
 2024-06-28  6:01 UTC 

[PATCH v5 0/6] slab: Introduce dedicated bucket allocator
 2024-06-28  5:35 UTC  (6+ messages)
` [PATCH v5 4/6] mm/slab: Introduce kmem_buckets_create() and family

[PATCH] mm/hwpoison: avoid speculation access after soft/hard offline
 2024-06-28  5:27 UTC  (2+ messages)

Regression on linux-next (next-20240625)
 2024-06-28  4:45 UTC  (2+ messages)

[PATCH] mm/shmem: Fix input and output inconsistencies
 2024-06-28  3:32 UTC  (2+ messages)

[PATCH v6 0/4] Userspace controls soft-offline pages
 2024-06-28  3:29 UTC  (5+ messages)
` [PATCH v6 2/4] mm/memory-failure: userspace controls soft-offlining pages
` [PATCH v6 3/4] selftest/mm: test enable_soft_offline behaviors

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

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

[PATCH mm-unstable v2] mm/hugetlb_vmemmap: fix race with speculative PFN walkers
 2024-06-28  2:35 UTC  (3+ messages)

[PATCH 13/13] mm: Remove devmap related functions and page table bits
 2024-06-28  2:12 UTC  (3+ messages)

[PATCH] cachestat: do not flush stats in recency check
 2024-06-28  1:58 UTC  (3+ messages)

[linux-next:master 8957/9027] arch/arm64/boot/dts/ti/k3-am642-evm-nand.dtb: pinctrl@f4000: 'gpmc0-pins-default' does not match any of the regexes: '-pins(-[0-9]+)?$|-pin$', 'pinctrl-[0-9]+'
 2024-06-28  1:06 UTC 

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

[linux-next:master 7406/9027] arch/arm64/boot/dts/rockchip/rk3368-lba3368.dtb: /i2c@ff660000/codec@1c: failed to match any schema with compatible: ['realtek,rt5640']
 2024-06-28  0:55 UTC 

[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-28  0:53 UTC  (2+ messages)

[PATCH 0/14] New uid & gid mount option parsing helpers
 2024-06-28  0:38 UTC  (4+ messages)
` [PATCH 01/14] fs_parse: add uid & gid option "
` [PATCH 08/14] hugetlbfs: Convert to new uid/gid "
` [PATCH 11/14] tmpfs: "

[PATCH net-next v15 05/14] page_pool: convert to use netmem
 2024-06-28  0:32 UTC  (2+ messages)
` [PATCH net-next v15 06/14] page_pool: devmem support

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-06-28  0:06 UTC  (10+ messages)
` [PATCH 04/13] fs/dax: Add dax_page_free callback
` [PATCH 06/13] mm/memory: Add dax_insert_pfn

[v2 linus-tree PATCH] mm: gup: do not call try_grab_folio() in slow path
 2024-06-27 23:51 UTC  (3+ messages)

[linux-next:master 8329/9027] arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dtb: /pcie-ep@fe150000: failed to match any schema with compatible: ['rockchip,rk3588-pcie-ep']
 2024-06-27 23:27 UTC  (2+ messages)

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-27 23:00 UTC  (11+ 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

[linux-next:master 8744/9027] drivers/hid/hidraw.c:143:63: warning: cast from pointer to integer of different size
 2024-06-27 22:38 UTC 

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

[PATCH 07/13] huge_memory: Allow mappings of PUD sized pages
 2024-06-27 22:26 UTC  (2+ messages)

[PATCH] mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer
 2024-06-27 21:41 UTC  (4+ messages)

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

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

[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
 2024-06-27 20:54 UTC  (8+ messages)

[RFC PATCH 0/7] Make core VMA operations internal and testable
 2024-06-27 20:39 UTC  (23+ messages)
` [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 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()

[PROBLEM] randconfig: ./include/linux/fortify-string.h:122:33: error: ‘__builtin_strcpy’ source argument is the same as destination [-Werror=restrict]
 2024-06-27 20:28 UTC  (3+ messages)

[linux-next:master 6630/8719] arch/powerpc/boot/dts/mpc8313erdb.dtb: ptp_clock@24E00: interrupts: [[12, 8], [13, 8]] is too long
 2024-06-27 19:59 UTC 

[PATCH 7/7] mm/list_lru: Simplify the list_lru walk callback function
 2024-06-27 19:58 UTC  (2+ messages)

[PATCH v2 0/2] exec: Avoid pathological argc, envc, and bprm->p values
 2024-06-27 19:49 UTC  (2+ messages)

[RFC PATCH 0/6] DRM resource management cgroup, try 2
 2024-06-27 19:22 UTC  (11+ 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

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

[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-27 18:14 UTC  (3+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk

[PATCH v4 00/11] riscv: Memory Hot(Un)Plug support
 2024-06-27 17:50 UTC  (2+ messages)

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

[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  (2+ 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  (4+ messages)
` [PATCH 04/10] fs: add infrastructure for multigrain timestamps

[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 

[PATCH v2 00/15] Avoid MAP_FIXED gap exposure
 2024-06-27 13:31 UTC  (5+ messages)

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

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

[PATCH 2/2] kpageflags: fix wrong KPF_THP on non-pmd-mappable compound pages
 2024-06-27 12:46 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 

[linux-next:master] [mm] 0fa2857d23: WARNING:at_mm/page_alloc.c:#__alloc_pages_noprof
 2024-06-27 11:05 UTC  (10+ 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