linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/21] remove the SLAB allocator
 2023-12-06  9:35 UTC  (23+ messages)
` [PATCH v2 02/21] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
` [PATCH v2 03/21] KASAN: remove code paths guarded by CONFIG_SLAB
` [PATCH v2 04/21] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
` [PATCH v2 05/21] mm/memcontrol: remove CONFIG_SLAB #ifdef guards
` [PATCH v2 06/21] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
` [PATCH v2 07/21] mm/slab: remove CONFIG_SLAB code from slab common code
` [PATCH v2 08/21] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
` [PATCH v2 09/21] mm/slab: remove mm/slab.c and slab_def.h
` [PATCH v2 10/21] mm/slab: move struct kmem_cache_cpu declaration to slub.c

[PATCH] ELF, MAINTAINERS: specifically mention ELF
 2023-12-06  9:21 UTC 

[PATCH v5 0/5] userfaultfd move option
 2023-12-06  9:21 UTC  (13+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH v6 0/5] mm/gup: Introduce memfd_pin_user_pages() for pinning memfd pages (v6)
 2023-12-06  9:18 UTC  (8+ messages)
` [PATCH v6 1/5] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap
` [PATCH v6 2/5] udmabuf: Add back support for mapping hugetlb pages (v5)
` [PATCH v6 3/5] mm/gup: Introduce memfd_pin_user_pages() for pinning memfd pages (v6)
` [PATCH v6 4/5] udmabuf: Pin the pages using memfd_pin_user_pages() API (v4)
` [PATCH v6 5/5] selftests/dma-buf/udmabuf: Add tests to verify data after page migration

[PATCH RFC 00/39] mm/rmap: interface overhaul
 2023-12-06  9:17 UTC  (41+ messages)
` [PATCH RFC 02/39] mm/rmap: introduce and use hugetlb_remove_rmap()
` [PATCH RFC 03/39] mm/rmap: introduce and use hugetlb_add_file_rmap()
` [PATCH RFC 04/39] mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
` [PATCH RFC 05/39] mm/rmap: introduce and use hugetlb_try_share_anon_rmap()
` [PATCH RFC 06/39] mm/rmap: add hugetlb sanity checks
` [PATCH RFC 07/39] mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()
` [PATCH RFC 15/39] mm/huge_memory: batch rmap operations in __split_huge_pmd_locked()
` [PATCH RFC 23/39] mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
` [PATCH RFC 34/39] mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()

[PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink
 2023-12-06  9:13 UTC  (8+ messages)
` [PATCH v6 42/45] mm: shrinker: make global slab shrink lockless

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-06  9:02 UTC  (9+ messages)

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2023-12-06  8:45 UTC  (4+ messages)

[PATCH 2/7] mm: shrinker: Add a .to_text() method for shrinkers
 2023-12-06  8:16 UTC  (19+ messages)

[PATCH v8 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-12-06  7:39 UTC  (36+ 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 3/6] zswap: make shrinking memcg-aware (fix)
  ` [PATCH v8 3/6] zswap: make shrinking memcg-aware (fix 2)
` [PATCH v8 4/6] mm: memcg: add per-memcg zswap writeback stat
  ` [PATCH v8 4/6] mm: memcg: add per-memcg zswap writeback stat (fix)
` [PATCH v8 6/6] zswap: shrinks zswap pool based on memory pressure

[PATCH] lib/string: shrink lib/string.i via IWYU
 2023-12-06  7:10 UTC 

[linux-next:master 3672/4419] /tmp/cco4BMDv.s:387: Error: selected processor does not support requested special purpose register -- `mrs r1,cpsr'
 2023-12-06  5:59 UTC 

[linux-next:master] BUILD REGRESSION 0f5f12ac05f36f117e793656c3f560625e927f1b
 2023-12-06  4:11 UTC 

[RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
 2023-12-06  4:07 UTC  (8+ messages)

[linux-next:master 4353/4884] arch/mips/kernel/machine_kexec.c:76:17: error: 'kexec_args' undeclared
 2023-12-06  3:17 UTC 

[PATCH v6 0/1] mm: report per-page metadata information
 2023-12-06  3:12 UTC  (5+ messages)
` [PATCH v6 1/1] "

[RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
 2023-12-06  2:01 UTC  (15+ messages)

[PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
 2023-12-06  0:43 UTC  (14+ messages)

[PATCH 0/4] SLUB: cleanup hook processing
 2023-12-06  0:31 UTC  (11+ messages)
` [PATCH 1/4] mm/slub: fix bulk alloc and free stats
` [PATCH 2/4] mm/slub: introduce __kmem_cache_free_bulk() without free hooks
` [PATCH 3/4] mm/slub: handle bulk and single object freeing separately
` [PATCH 4/4] mm/slub: free KFENCE objects in slab_free_hook()

[PATCH v2 0/3] supplement of slab allocator removal
 2023-12-06  0:22 UTC  (5+ messages)
` [PATCH v2 3/3] mm/slub: correct the default value of slub_min_objects in doc

[PATCH] drm/amdkfd: Fix sparse __rcu annotation warnings
 2023-12-05 22:20 UTC 

[linux-next:master 3341/4884] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2765:36: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2023-12-05 22:13 UTC  (2+ messages)

drivers/watchdog/ath79_wdt.c:161:37: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-05 21:56 UTC 

[PATCH v3 0/4] mm/ksm: Add ksm advisor
 2023-12-05 20:46 UTC  (2+ messages)

[linux-next:master 1690/4884] drivers/gpu/drm/rockchip/rk3066_hdmi.c:397:22: error: implicit declaration of function 'drm_atomic_get_new_connector_state'; did you mean 'drm_atomic_helper_connector_reset'?
 2023-12-05 20:19 UTC 

[PATCH v8 00/10] Multi-size THP for anonymous memory
 2023-12-05 20:16 UTC  (32+ messages)
` [PATCH v8 03/10] mm: thp: Introduce multi-size THP sysfs interface
` [PATCH v8 04/10] mm: thp: Support allocation of anonymous multi-size THP
` [PATCH v8 05/10] selftests/mm/kugepaged: Restore thp settings at exit
` [PATCH v8 06/10] selftests/mm: Factor out thp settings management
` [PATCH v8 09/10] selftests/mm/cow: Generalize do_run_with_thp() helper
` [PATCH v8 10/10] selftests/mm/cow: Add tests for anonymous multi-size THP

[PATCH v4 0/2] KSM: support smart-scan feature
 2023-12-05 20:11 UTC  (4+ messages)
` [PATCH v4 1/2] mem: disable KSM smart scan for ksm tests
` [PATCH v4 2/2] add ksm test for smart-scan feature

[linux-next:master 2053/4884] drivers/leds/leds-sun50i-a100.c:309:12: error: call to __compiletime_assert_280 declared with 'error' attribute: FIELD_PREP: value too large for the field
 2023-12-05 19:57 UTC 

[linux-next:master 939/4884] drivers/soc/qcom/pmic_pdcharger_ulog.c:57:34: sparse: sparse: incorrect type in initializer (different base types)
 2023-12-05 19:46 UTC 

[PATCH v3 0/2] KSM: support smart-scan feature
 2023-12-05 18:01 UTC  (8+ messages)
` [PATCH v3 1/2] mem: disable KSM smart scan for ksm tests
` [PATCH v3 2/2] add ksm test for smart-scan feature
  ` [LTP] "

[PATCH 0/2] arm64: hugetlb: Fix page fault loop for sw-dirty/hw-clean contiguous PTEs
 2023-12-05 17:54 UTC  (3+ messages)

[PATCH 0/3] mm/damon: export DAMON symbols and add sample loadable modules
 2023-12-05 17:23 UTC  (2+ messages)

[PATCH] mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER option
 2023-12-05 17:05 UTC  (5+ messages)

[PATCH v2] mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER option
 2023-12-05 17:02 UTC 

[linux-next:master 4248/4884] include/drm/bridge/aux-bridge.h:29:16: sparse: sparse: Using plain integer as NULL pointer
 2023-12-05 17:00 UTC 

[PATCH v13 6/6] powerpc: add crash memory hotplug support
 2023-12-05 16:48 UTC 

[PATCH 0/1] Add swappiness argument to memory.reclaim
 2023-12-05 16:19 UTC  (7+ messages)

[PATCH v6 0/9] variable-order, large folios for anonymous memory
 2023-12-05 16:05 UTC  (7+ messages)

[linux-next:master] [btrfs] 7d59ee54f0: xfstests.btrfs.220.fail
 2023-12-05 15:55 UTC  (2+ messages)

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-05 15:41 UTC  (3+ messages)

[PATCH v3 5/5] lib, pci: unify generic pci_iounmap()
 2023-12-05 14:43 UTC  (3+ messages)

[PATCH v3 00/15] Transparent Contiguous PTEs for User Mappings
 2023-12-05 14:16 UTC  (8+ messages)
` [PATCH v3 01/15] mm: Batch-copy PTE ranges during fork()

[PATCH v13 5/6] powerpc: add crash CPU hotplug support
 2023-12-05 14:14 UTC 

[linux-next:master 4620/4884] include/linux/io.h:92:16: error: implicit declaration of function 'ioremap_np'; did you mean 'ioremap_uc'?
 2023-12-05 12:51 UTC 

[linux-next:master 4620/4884] kernel/irq/generic-chip.c:210:9: error: call to undeclared function 'ioread32be'; ISO C99 and later do not support implicit function declarations
 2023-12-05 12:42 UTC  (2+ messages)

[linux-next:master 2291/4884] drivers/media/i2c/saa6752hs.c:598:18: error: implicit declaration of function 'v4l2_subdev_state_get_format'
 2023-12-05 11:57 UTC 

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

[linux-next:master 4150/4884] qcom_stats.c:(.text.qcom_ddr_stats_show+0x14c): undefined reference to `__udivdi3'
 2023-12-05 11:25 UTC 

[PATCH net-next v6 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-05 11:02 UTC  (5+ messages)
` [PATCH net-next v6 3/4] skbuff: Add a function to check if a page belongs to page_pool

[linux-next:master 1690/4884] drivers/gpu/drm/rockchip/rk3066_hdmi.c:397:15: error: call to undeclared function 'drm_atomic_get_new_connector_state'; ISO C99 and later do not support implicit function declarations
 2023-12-05 10:51 UTC  (2+ messages)

[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
 2023-12-05  9:39 UTC  (5+ messages)
` [PATCH v5 9/9] slub: Update frozen slabs documentations in the source

[RFC PATCH 0/2] Node migration between memory tiers
 2023-12-05  9:19 UTC  (11+ messages)
  ` [EXT] "

arch/powerpc/platforms/52xx/mpc52xx_pm.c:135:9: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2023-12-05  7:47 UTC 

[linux-next:master 3905/4597] arch/mips/kernel/machine_kexec.c:161:6: warning: no previous prototype for 'kexec_nonboot_cpu_jump'
 2023-12-05  6:36 UTC 

[linux-next:master 4150/4884] qcom_stats.c:undefined reference to `__aeabi_uldivmod'
 2023-12-05  6:36 UTC 

[linux-next:master 3906/4597] arch/arm/kernel/machine_kexec.c:62:23: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-05  6:13 UTC 

mips-linux-gnu-ld: arch/mips/mm/cache.o: in function `cpu_cache_init': cache.c:(.text+0x4f8): undefined reference to `octeon_cache_init'
 2023-12-05  6:01 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