linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-15 22:05:22 to 2023-03-17 05:38:07 UTC [more...]

[linux-next:master 3949/4413] include/linux/container_of.h:20:54: error: invalid use of undefined type 'struct module'
 2023-03-17  5:37 UTC 

[PATCH v11] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-17  4:10 UTC  (3+ messages)

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-17  3:51 UTC  (21+ messages)
` [PATCHv3 bpf-next 1/9] mm: "
` [PATCHv3 bpf-next 2/9] perf: Use file object build id in perf_event_mmap_event
` [PATCHv3 bpf-next 3/9] bpf: Use file object build id in stackmap
` [PATCHv3 bpf-next 4/9] bpf: Switch BUILD_ID_SIZE_MAX to enum
` [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCHv3 bpf-next 6/9] selftests/bpf: Add err.h header
` [PATCHv3 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
` [PATCHv3 bpf-next 8/9] selftests/bpf: Add iter_task_vma_buildid test
` [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test

[PATCH v4 00/36] New page table range API
 2023-03-17  3:47 UTC  (23+ messages)
` [PATCH v4 14/36] m68k: Implement the new "
` [PATCH v4 20/36] powerpc: "
` [PATCH v4 34/36] rmap: add folio_add_file_rmap_range()
` [PATCH v4 35/36] mm: Convert do_set_pte() to set_pte_range()

[PATCH 00/10] Fix confusion around MAX_ORDER
 2023-03-17  1:57 UTC  (18+ messages)
` [PATCH 01/10] sparc/mm: Fix MAX_ORDER usage in tsb_grow()
` [PATCH 04/10] drm/i915: Fix MAX_ORDER usage in i915_gem_object_get_pages_internal()
` [PATCH 08/10] mm/slub: Fix MAX_ORDER usage in calculate_order()
` [PATCH 10/10] mm, treewide: Redefine MAX_ORDER sanely

[PATCH] kfence, kcsan: avoid passing -g for tests
 2023-03-16 22:48 UTC  (4+ messages)

[PATCH 1/2] kfence: avoid passing -g for test
 2023-03-16 22:47 UTC  (2+ messages)
` [PATCH 2/2] kcsan: "

[PATCH v10 00/16] TDX host kernel support
 2023-03-16 22:41 UTC  (22+ messages)
` [PATCH v10 01/16] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v10 02/16] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v10 03/16] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-16 21:28 UTC  (14+ messages)
` [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support
` [PATCH v11 2/7] userfaultfd: Define dummy uffd_wp_range()
` [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs

[RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-16 21:21 UTC  (43+ messages)
` [RFC PATCH 01/28] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [RFC PATCH 02/28] Add a special allocator for staging netfs protocol to MSG_SPLICE_PAGES
` [RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
` [RFC PATCH 04/28] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [RFC PATCH 05/28] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [RFC PATCH 06/28] espintcp: Inline do_tcp_sendpages()
` [RFC PATCH 07/28] tls: "
` [RFC PATCH 08/28] siw: "
` [RFC PATCH 09/28] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [RFC PATCH 10/28] ip, udp: Support MSG_SPLICE_PAGES
` [RFC PATCH 11/28] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH 12/28] af_unix: Support MSG_SPLICE_PAGES
` [RFC PATCH 13/28] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [RFC PATCH 14/28] crypto: af_alg: Support MSG_SPLICE_PAGES
` [RFC PATCH 15/28] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH 16/28] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [RFC PATCH 17/28] Remove file->f_op->sendpage
` [RFC PATCH 18/28] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [RFC PATCH 19/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH 20/28] iscsi: "
` [RFC PATCH 21/28] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH 22/28] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [RFC PATCH 23/28] algif: Remove hash_sendpage*()
` [RFC PATCH 24/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [RFC PATCH 25/28] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH 26/28] dlm: "
` [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
  ` [RFC PATCH 28/28] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-03-16 20:20 UTC  (4+ messages)

[PATCH v8 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-16 20:12 UTC  (6+ messages)
` [PATCH v8 1/4] riscv: Get rid of riscv_pfn_base variable
` [PATCH v8 2/4] mm: Introduce memblock_isolate_memory
` [PATCH v8 3/4] arm64: Make use of memblock_isolate_memory for the linear mapping
` [PATCH v8 4/4] riscv: Use PUD/P4D/PGD pages "

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-16 20:07 UTC  (11+ messages)
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall

[linux-next:master 3796/4036] kernel/bpf/../module/internal.h:212:2: error: incomplete definition of type 'struct module'
 2023-03-16 19:27 UTC  (3+ messages)

[PATCH] Using MAP_SHARE_VALIDATE in mmap without fd
 2023-03-16 19:16 UTC  (3+ messages)

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-03-16 18:38 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-03-16 15:41 UTC  (9+ messages)

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-16 15:41 UTC  (3+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap

[PATCH] mm/thp: Rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTED
 2023-03-16 15:37 UTC  (4+ messages)

[PATCH 0/3] selftests: Fix virtual address range for arm64
 2023-03-16 15:31 UTC  (3+ messages)
` [PATCH 3/3] selftests: Set overcommit_policy as OVERCOMMIT_ALWAYS

[RFC PATCH 0/3] convert page_endio to folio_endio
 2023-03-16 15:24 UTC  (9+ messages)
  ` [RFC PATCH 1/3] filemap: "
  ` [RFC PATCH 2/3] mpage: use bio_for_each_folio_all in mpage_end_io()

[PATCH v10] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-16 15:10 UTC  (3+ messages)

[akpm-mm:mm-nonmm-unstable 23/26] htmldocs: Documentation/ELF/ELF.rst: WARNING: document isn't included in any toctree
 2023-03-16 15:09 UTC 

[linux-next:master] BUILD REGRESSION 6f72958a49f68553f2b6ff713e8c8e51a34c1e1e
 2023-03-16 14:42 UTC 

[PATCH linux-next] mm: workingset: simplify the calculation of workingset size
 2023-03-16 14:30 UTC  (3+ messages)

[PATCH v19 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-16 13:14 UTC  (8+ messages)
` [PATCH v19 04/15] overlayfs: Implement splice-read
` [PATCH v19 07/15] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v19 09/15] iov_iter: Kill ITER_PIPE

[PATCH v2 00/11] fold per-CPU vmstats remotely
 2023-03-16 10:54 UTC  (4+ messages)
` [PATCH v2 02/11] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function

[PATCH v9] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-16 12:19 UTC  (8+ messages)

[PATCH v2 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
 2023-03-16 12:12 UTC  (3+ messages)
` [PATCH v2 2/2] mm: compaction: fix the possible deadlock when isolating hugetlb pages

[PATCH 00/10] cleanup vma_merge() and improve mergeability tests
 2023-03-16 10:57 UTC  (10+ messages)
` [PATCH 06/10] mm/mmap/vma_merge: set mid to NULL if not applicable
` [PATCH 09/10] mm/mmap: start distinguishing if vma can be removed in mergeability test
` [PATCH 10/10] mm/mremap: simplify vma expansion again

[linux-next:pending-fixes] BUILD SUCCESS 71c206ed429bcd060918a00616d993244294315e
 2023-03-16 10:43 UTC 

[PATCH 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
 2023-03-16  9:53 UTC  (3+ messages)

[PATCH v2 3/6] mm: Add VM_FAULT_ARCH_* codes
 2023-03-16  9:32 UTC  (2+ messages)

[Bug 217191] New: test_meminit: failures: 70 out of 130 / reference already released
 2023-03-16  9:29 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-16  7:50 UTC  (14+ messages)

[linux-next:master 2761/4036] drivers/net/wireless/legacy/ray_cs.c:628:17: warning: 'strncpy' specified bound 32 equals destination size
 2023-03-16  7:40 UTC 

[linux-next:master 2408/3406] drivers/crypto/ccree/cc_driver.c:354: undefined reference to `devm_platform_get_and_ioremap_resource'
 2023-03-16  7:30 UTC 

[PATCH linux-next] mm: workingset: update description of the source file
 2023-03-16  6:00 UTC 

[linux-next:master 3796/4036] kernel/module/internal.h:260:56: error: expected ';', ',' or ')' before 'const'
 2023-03-16  5:18 UTC 

[linux-next:master 2408/3406] cc_driver.c:undefined reference to `devm_platform_get_and_ioremap_resource'
 2023-03-16  5:17 UTC 

[PATCH v2 0/3] userfaultfd: convert userfaultfd functions to use folios
 2023-03-16  3:53 UTC  (4+ messages)
` [PATCH v2 2/3] userfaultfd: convert __mcopy_atomic_hugetlb() to use a folio

[PATCH] memcg: page_cgroup_ino() get memcg from compound_head(page)
 2023-03-16  3:16 UTC  (11+ messages)

[PATCH v2] swiotlb: fix the deadlock in swiotlb_do_find_slots
 2023-03-16  2:01 UTC  (3+ messages)

[PATCH] mm/slub: reduce the calculation times of 'MAX_OBJS_PER_PAGE'
 2023-03-16  1:25 UTC 

[RFC PATCH 00/10] Additional selftests for restrictedmem
 2023-03-16  0:31 UTC  (11+ messages)
` [RFC PATCH 01/10] KVM: selftests: Test error message fixes for memfd_restricted selftests
` [RFC PATCH 02/10] KVM: selftests: Test that ftruncate to non-page-aligned size on a restrictedmem fd should fail
` [RFC PATCH 03/10] KVM: selftests: Test that VM private memory should not be readable from host
` [RFC PATCH 04/10] KVM: selftests: Exercise restrictedmem allocation and truncation code after KVM invalidation code has been unbound
` [RFC PATCH 05/10] KVM: selftests: Generalize private_mem_conversions_test for parallel execution
` [RFC PATCH 06/10] KVM: selftests: Default private_mem_conversions_test to use 1 memslot for test data
` [RFC PATCH 07/10] KVM: selftests: Add vm_userspace_mem_region_add_with_restrictedmem
` [RFC PATCH 08/10] KVM: selftests: Default private_mem_conversions_test to use 1 restrictedmem file for test data
` [RFC PATCH 09/10] KVM: selftests: Add tests around sharing a restrictedmem fd
` [RFC PATCH 10/10] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH mm-unstable v1] selftests/vm: cow: Add COW tests for collapsing of PTE-mapped anon THP
 2023-03-15 23:28 UTC  (2+ 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 NNTP newsgroup(s).