Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-15 14:14:36 to 2023-06-16 23:42:04 UTC [more...]

[PATCH 0/2] change ->index to PAGE_SIZE for hugetlb pages
 2023-06-16 23:41 UTC  (8+ messages)
` [PATCH 1/2] mm/filemap: remove hugetlb special casing in filemap.c
` [PATCH 2/2] mm/hugetlb: add wrapper functions for interactions with page cache

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-06-16 23:34 UTC  (13+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list

[PATCH] mm: Move mm_count into its own cache line
 2023-06-16 22:39 UTC  (6+ messages)

[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 v2 00/12] mm: jit/text allocator
 2023-06-16 20:18 UTC  (30+ 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 v1] mm:Using div64_ul replaces do_div() function
 2023-06-16 19:52 UTC 

[PATCH net-next 01/17] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
 2023-06-16 19:49 UTC  (17+ 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

[net-next,v2] tcp: Use per-vma locking for receive zerocopy
 2023-06-16 19:34 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 15/20] x86/virt/tdx: Configure global KeyID on all packages
 2023-06-16 16:26 UTC  (4+ messages)
  ` [PATCH v11 20/20] Documentation/x86: Add documentation for TDX host support

[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)

[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

[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] 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)

[RFC PATCH 1/3] zram: charge the compressed RAM to the page's memcgroup
 2023-06-16  8:39 UTC  (27+ messages)
      ` [External] "

[PATCH 0/7] mm/gup: Unify hugetlb, speed up thp
 2023-06-16  8:11 UTC  (14+ messages)
` [PATCH 1/7] mm/hugetlb: Handle FOLL_DUMP well in follow_page_mask()
` [PATCH 3/7] mm/hugetlb: Add page_mask for hugetlb_follow_page_mask()
` [PATCH 4/7] mm/hugetlb: Prepare hugetlb_follow_page_mask() for FOLL_PIN

[PATCH 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-06-16  7:54 UTC  (10+ messages)
` [PATCH 1/3] mm/memory_hotplug: Allow an override for the memmap_on_memory param
` [PATCH 2/3] mm/memory_hotplug: Export symbol mhp_supports_memmap_on_memory()
` [PATCH 3/3] dax/kmem: Always enroll hotplugged memory for memmap_on_memory

[PATCH v2] mm: pass nid to reserve_bootmem_region()
 2023-06-16  7:51 UTC  (3+ messages)

[RFC PATCH net-next] sock: Propose socket.urgent for sockmem isolation
 2023-06-16  7:27 UTC  (4+ messages)
  `  "

[RESEND PATCH v7 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code
 2023-06-16  7:15 UTC 

[RFC 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-06-16  7:05 UTC  (5+ messages)
` [RFC 1/4] memory tiering: add abstract distance calculation algorithms management
` [RFC 2/4] acpi, hmat: refactor hmat_register_target_initiators()
` [RFC 3/4] acpi, hmat: calculate abstract distance with HMAT
` [RFC 4/4] dax, kmem: calculate abstract distance with general interface

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

DAMON testing and benchmarking
 2023-06-16  6:52 UTC  (2+ messages)

[PATCH] mm/memcg: remove return value of mem_cgroup_scan_tasks()
 2023-06-16  6:10 UTC  (3+ messages)

[PATCH] mm/damon/core-test: add a test for damon_set_attrs()
 2023-06-16  1:48 UTC  (2+ messages)

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-06-16  1:44 UTC  (9+ messages)

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-06-15 23:10 UTC  (3+ messages)
` [PATCH v2 28/32] mm/memory: "
  ` [PATCH v2 28/32 fix] mm/memory: allow pte_offset_map[_lock]() to fail: fix

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-15 23:02 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()

[linux-next:master 8208/10326] drivers/net/ethernet/sun/sunvnet_common.c:1277:16: error: implicit declaration of function 'skb_gso_segment'; did you mean 'skb_gso_reset'?
 2023-06-15 22:51 UTC 

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-06-15 21:26 UTC  (3+ messages)

[PATCH] selftests/mm: Fix cross compilation with LLVM
 2023-06-15 21:22 UTC  (3+ messages)

[PATCH v9 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2023-06-15 20:48 UTC  (5+ messages)
` [PATCH v9 02/14] mm: move page zone helpers from mm.h to mmzone.h

[Invitation] Linux MM Alignment Session on HugeTLB Core MM Convergence on Wednesday
 2023-06-15 18:58 UTC  (8+ messages)

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-15 18:26 UTC  (7+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 08/10] kvm/x86: move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()

[PATCH] mm: pass nid to reserve_bootmem_region()
 2023-06-15 17:42 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 925294c9aa184801cc0a451b69a18dd0fe7d847d
 2023-06-15 17:36 UTC 

[PATCH] x86,NUMA:Get the number of ram pages directly in numa_meminfo_cover_memory()
 2023-06-15 17:00 UTC  (2+ messages)

[linux-next:master 7890/9793] kernel/rcu/rcuscale.c:301:20: error: use of undeclared identifier 'get_rcu_tasks_gp_kthread'; did you mean 'get_rcu_tasks_trace_gp_kthread'?
 2023-06-15 16:46 UTC  (2+ messages)

[PATCH v19 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-06-15 16:40 UTC  (2+ messages)

[PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-06-15 16:39 UTC  (9+ messages)
` [PATCH drm-next v4 03/14] drm: manager to keep track of GPUs VA mappings

[linux-next:master 8214/10326] drivers/net/ethernet/sfc/tc_encap_actions.c:277: undefined reference to `ip_send_check'
 2023-06-15 15:32 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).