linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[linus:master] [mm] f95bdb700b: stress-ng.ramfs.ops_per_sec -88.8% regression
 2023-06-18 10:59 UTC  (2+ messages)

[net-next,v2] tcp: Use per-vma locking for receive zerocopy
 2023-06-18 10:20 UTC  (2+ messages)

[linux-next:master 8123/10546] ERROR: modpost: "ip_send_check" [drivers/net/ethernet/sfc/sfc.ko] undefined!
 2023-06-18  8:29 UTC 

[PATCH v3] mm: pass nid to reserve_bootmem_region()
 2023-06-18  8:24 UTC  (2+ messages)

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-18  8:00 UTC  (43+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v2 04/12] mm/execmem, arch: convert remaining "
` [PATCH v2 05/12] modules, execmem: drop module_alloc
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations
` [PATCH v2 09/12] powerpc: "
` [PATCH v2 10/12] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v2 11/12] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

[PATCH] x86,NUMA:Get the number of ram pages directly in numa_meminfo_cover_memory()
 2023-06-18  7:30 UTC  (5+ messages)

[PATCH] mm/sparse:avoid null pointer access in memory_present()
 2023-06-18  7:16 UTC  (6+ messages)

[RFC PATCH 5/5] Revert "mm/migrate: __unmap_and_move() push good newpage to LRU"
 2023-06-18  6:58 UTC 

[RFC PATCH 4/5] mm/vmscan: revive the unevictable LRU
 2023-06-18  6:58 UTC 

[RFC PATCH 3/5] mm/mlock: WARN_ON() if mapcount overflows into mlock_count
 2023-06-18  6:58 UTC 

[RFC PATCH 2/5] mm/mlock: fixup mlock_count during unmap
 2023-06-18  6:57 UTC 

[RFC PATCH 1/5] mm/mlock: rework mlock_count to use _mapcount for order-0 folios
 2023-06-18  6:57 UTC 

[RFC PATCH 0/5] mm/mlock: new mlock_count tracking scheme
 2023-06-18  6:57 UTC 

[PATCH v3 0/7] mm: zswap: move writeback LRU from zpool to zswap
 2023-06-18  5:31 UTC  (8+ messages)
` [PATCH v3 1/7] mm: zswap: add pool shrinking mechanism

[PATCH v2] lib: Replace kmap() with kmap_local_page()
 2023-06-18  4:50 UTC  (2+ messages)

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-06-17 22:59 UTC  (15+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list

[PATCH v4 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
 2023-06-17 22:49 UTC 

reference counting gcc plugin
 2023-06-17 22:02 UTC 

reference counting gcc plugin
 2023-06-17 21:57 UTC 

[PATCH v2 0/5] Replace is_longterm_pinnable_page()
 2023-06-17 20:50 UTC  (3+ messages)
` [PATCH v2 5/5] mm: Remove is_longterm_pinnable_page() and Reimplement folio_is_longterm_pinnable()

[PATCH 0/7] mm/gup: Unify hugetlb, speed up thp
 2023-06-17 20:40 UTC  (8+ messages)
` [PATCH 5/7] mm/gup: Cleanup next_page handling
` [PATCH 6/7] mm/gup: Accelerate thp gup even for "pages != NULL"
` [PATCH 7/7] mm/gup: Retire follow_hugetlb_page()

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-06-17 20:35 UTC  (12+ messages)
` [PATCH 07/32] mm: Bring back vmalloc_exec

[PATCH 0/5] Replace is_longterm_pinnable_page()
 2023-06-17 19:29 UTC  (3+ messages)
` [PATCH 3/5] mm/gup_test.c: Convert verify_dma_pinned() to us folios

[linux-next:master 8122/10546] drivers/net/ethernet/sfc/tc_encap_actions.c:144:7: warning: variable 'n' is used uninitialized whenever 'if' condition is true
 2023-06-17 18:41 UTC 

[PATCH] mm: Move mm_count into its own cache line
 2023-06-17 16:08 UTC  (7+ messages)

[linux-next:master 5707/10546] drivers/gpu/drm/i915/i915_driver.c:1806:24: error: 'i915_drm_client_fdinfo' undeclared here (not in a function); did you mean 'i915_drm_client_alloc'?
 2023-06-17 16:04 UTC 

[linux-next:master 8257/10546] drivers/infiniband/hw/bnxt_re/qplib_rcfw.c:325:18: warning: variable 'opcode' is uninitialized when used here
 2023-06-17 15:00 UTC 

[PATCH net-next 01/17] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
 2023-06-17 13:52 UTC  (19+ messages)
` [PATCH net-next 02/17] net: Display info about MSG_SPLICE_PAGES memory handling in proc
` [PATCH net-next 03/17] tcp_bpf, smc, tls, espintcp: Reduce MSG_SENDPAGE_NOTLAST usage
` [PATCH net-next 04/17] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [PATCH net-next 05/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next 06/17] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [PATCH net-next 07/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next 08/17] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next 09/17] dlm: "
` [PATCH net-next 10/17] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH net-next 11/17] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [PATCH net-next 12/17] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next 13/17] drbd: "
` [PATCH net-next 14/17] drdb: Send an entire bio in a single sendmsg
` [PATCH net-next 15/17] iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next 17/17] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH net-next v2 01/17] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
 2023-06-17 12:11 UTC  (16+ messages)
` [PATCH net-next v2 02/17] net: Display info about MSG_SPLICE_PAGES memory handling in proc
` [PATCH net-next v2 03/17] tcp_bpf, smc, tls, espintcp: Reduce MSG_SENDPAGE_NOTLAST usage
` [PATCH net-next v2 04/17] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [PATCH net-next v2 05/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v2 06/17] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [PATCH net-next v2 07/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next v2 08/17] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v2 09/17] dlm: "
` [PATCH net-next v2 10/17] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH net-next v2 11/17] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [PATCH net-next v2 12/17] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next v2 13/17] drbd: "
` [PATCH net-next v2 14/17] drdb: Send an entire bio in a single sendmsg
` [PATCH net-next v2 15/17] iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v2 17/17] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH] memcg: remove unneeded header files
 2023-06-17 10:58 UTC  (4+ messages)

[PATCH] mm/mm_init.c: remove obsolete macro HASH_SMALL
 2023-06-17 10:51 UTC  (4+ messages)

[PATCH v2] mm: pass nid to reserve_bootmem_region()
 2023-06-17  8:12 UTC  (4+ messages)

[PATCH v19 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-17  6:39 UTC  (3+ messages)
` [PATCH v19 2/5] fs/proc/task_mmu: "

[linux-next:master 9443/10326] mm/pagewalk.c:261:12: warning: stack frame size (2144) exceeds limit (2048) in 'walk_pgd_range'
 2023-06-17  5:06 UTC 

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-17  3:54 UTC  (9+ messages)
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
            ` [PATCH v2 07/23 replacement] mips: add pte_unmap() to balance pte_offset_map()

[PATCH] mm: page_alloc: make compound_page_dtors static
 2023-06-17  3:46 UTC 

[PATCH 0/2] change ->index to PAGE_SIZE for hugetlb pages
 2023-06-16 23:41 UTC  (6+ messages)
` [PATCH 2/2] mm/hugetlb: add wrapper functions for interactions with page cache

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-16 21:28 UTC  (6+ messages)
` [PATCH v4 04/34] pgtable: Create struct ptdesc

[PATCH v23 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-06-16 20:56 UTC  (4+ messages)
` [PATCH v23 4/8] crash: memory and CPU hotplug sysfs attributes

[linux-next:master] [perf parse] 70c90e4a6b: perf-test.perf_hw_event_sample_group.group_sampe_cpu-cycles_cache-misses_and_cpu-cycles_cache-misses_instructions_HAS_FIX_NO_NMI_R1.fail
 2023-06-16 20:37 UTC  (2+ messages)

[PATCH v1] mm:Using div64_ul replaces do_div() function
 2023-06-16 19:52 UTC 

[PATCH] mm: Sync percpu mm RSS counters before querying
 2023-06-16 19:31 UTC  (2+ messages)

[PATCH 0/7] Docs/{mm,admin-guide}damon: update design and usage docs
 2023-06-16 19:17 UTC  (8+ messages)
` [PATCH 1/7] Docs/mm/damon/design: document 'age' of region
` [PATCH 2/7] Docs/admin-guide/mm/damon/start: update DAMOS example command
` [PATCH 3/7] Docs/admin-guide/mm/damon/usage: fix typos in references and commas
` [PATCH 4/7] Docs/admin-guide/mm/damon/usage: remove unnecessary sentences about supported address spaces
` [PATCH 5/7] Docs/admin-guide/mm/damon/usage: link design document for DAMOS
` [PATCH 6/7] Docs/admin-guide/mm/damon/usage: clarify quotas and watermarks sysfs interface
` [PATCH 7/7] Docs/admin-guide/mm/damon/usage: update the ways for getting monitoring results

[PATCH v2] mm/memcg: remove return value of mem_cgroup_scan_tasks()
 2023-06-16 18:47 UTC  (2+ messages)

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-16 18:28 UTC 

[linux-next:master] BUILD REGRESSION f7efed9f38f886edb450041b82a6f15d663c98f8
 2023-06-16 17:56 UTC 

[PATCH v2 0/1] x86: Fix .bss corruption
 2023-06-16 17:00 UTC  (3+ messages)
` [PATCH v2 1/1] x86/mm/KASLR: Store pud_page_tramp into entry rather than page

[PATCH v11 20/20] Documentation/x86: Add documentation for TDX host support
 2023-06-16 16:26 UTC  (2+ messages)

[PATCH net-next 03/12] mm: Make the page_frag_cache allocator alignment param a pow-of-2
 2023-06-16 16:06 UTC  (5+ messages)
` [PATCH net-next 00/12] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 3

[PATCH v5] Documentation/mm: Initial page table documentation
 2023-06-16 14:14 UTC  (2+ messages)

[linux-next:master 6153/10326] drivers/block/pktcdvd.c:1315:13: warning: stack frame size (2496) exceeds limit (2048) in 'pkt_handle_packets'
 2023-06-16 14:07 UTC  (2+ messages)

[PATCH v6 02/19] hexagon: mm: Convert to GENERIC_IOREMAP
 2023-06-16 12:46 UTC  (7+ messages)

[linux-next:pending-fixes] BUILD SUCCESS a3b6bb6457ef043c903a923aaf8e30e5f043c8f6
 2023-06-16 11:58 UTC 

[linux-next:master 7549/10326] drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c:1022:1: warning: the frame size of 1112 bytes is larger than 1024 bytes
 2023-06-16 11:49 UTC  (3+ messages)

[PATCH v3 0/1] Randomized slab caches for kmalloc()
 2023-06-16 11:18 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v2 00/16] Add support for DAX vmemmap optimization for ppc64
 2023-06-16 11:08 UTC  (17+ messages)
` [PATCH v2 01/16] powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting
` [PATCH v2 02/16] powerpc/book3s64/mm: mmu_vmemmap_psize is used by radix
` [PATCH v2 03/16] powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo
` [PATCH v2 04/16] powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencoding
` [PATCH v2 05/16] powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary
` [PATCH v2 06/16] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support
` [PATCH v2 07/16] mm: Change pudp_huge_get_and_clear_full take vm_area_struct as arg
` [PATCH v2 08/16] mm/vmemmap: Improve vmemmap_can_optimize and allow architectures to override
` [PATCH v2 09/16] mm/vmemmap: Allow architectures to override how vmemmap optimization works
` [PATCH v2 10/16] mm: Add __HAVE_ARCH_PUD_SAME similar to __HAVE_ARCH_P4D_SAME
` [PATCH v2 11/16] mm/huge pud: Use transparent huge pud helpers only with CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH v2 12/16] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization
` [PATCH v2 13/16] powerpc/book3s64/mm: Enable transparent pud hugepage
` [PATCH v2 14/16] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
` [PATCH v2 15/16] powerpc/book3s64/radix: Add support for vmemmap optimization for radix
` [PATCH v2 16/16] powerpc/book3s64/radix: Remove mmu_vmemmap_psize

[PATCH] mm: vmscan: export func:shrink_slab
 2023-06-16  9:42 UTC 

[BUG] trigger BUG_ON in mas_store_prealloc when low memory
 2023-06-16  9:18 UTC  (5+ messages)

[PATCH 2/2] mm/memcontrol: add check for allocation failure in mem_cgroup_init()
 2023-06-16  8:47 UTC  (3+ messages)

[PATCH 1/2] mm/memcontrol: do not tweak node in mem_cgroup_init()
 2023-06-16  8:42 UTC  (4+ 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