linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-04 13:59:15 to 2023-04-05 18:02:15 UTC [more...]

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-04-05 18:01 UTC  (4+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA
` [PATCH v3 4/6] mm: Add poison error check in fixup_user_fault() for mapped PFN
` [PATCH v3 5/6] mm: Change ghes code to allow poison of non-struct PFN

[PATCH v2 0/3] Some fixes and cleanup for maple tree
 2023-04-05 17:49 UTC  (5+ messages)

[PATCH net-next] net: sunhme: move asm includes to below linux includes
 2023-04-05 17:34 UTC  (2+ messages)

[PATCH] mm/madvise: Use vma_lookup() instead of find_vma()
 2023-04-05 17:19 UTC  (2+ messages)

[PATCH v2 0/6] module: avoid userspace pressure on unwanted allocations
 2023-04-05 17:11 UTC  (15+ messages)
` [PATCH v2 1/6] module: fix kmemleak annotations for non init ELF sections
` [PATCH v2 2/6] module: move finished_loading()
` [PATCH v2 3/6] module: extract patient module check into helper
` [PATCH v2 4/6] module: avoid allocation if module is already present and ready
` [PATCH v2 5/6] debugfs: add debugfs_create_atomic64_t for atomic64_t
` [PATCH v2 6/6] module: add debug stats to help identify memory pressure

[PATCH v4 0/3] mm: process/cgroup ksm support
 2023-04-05 17:04 UTC  (10+ messages)
` [PATCH v4 1/3] mm: add new api to enable ksm per process
` [PATCH v4 2/3] mm: add new KSM process and sysfs knobs

[PATCH] mm/khugepaged: Check again on anon uffd-wp during isolation
 2023-04-05 16:59 UTC  (3+ messages)

[PATCH net-next v4 00/20] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-05 16:53 UTC  (21+ messages)
` [PATCH net-next v4 01/20] net: Add samples for network I/O and splicing
` [PATCH net-next v4 02/20] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v4 03/20] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next v4 04/20] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next v4 05/20] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next v4 06/20] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 07/20] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v4 08/20] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v4 09/20] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v4 10/20] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v4 11/20] tls: "
` [PATCH net-next v4 12/20] siw: "
` [PATCH net-next v4 13/20] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v4 14/20] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v4 15/20] ip: Remove ip_append_page()
` [PATCH net-next v4 16/20] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 17/20] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH net-next v4 18/20] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH net-next v4 19/20] af_unix: "
` [PATCH net-next v4 20/20] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data

[PATCH v2 1/2] mm: swap: fix performance regression on sparsetruncate-tiny
 2023-04-05 16:45 UTC  (3+ messages)
` [PATCH v2 2/2] mm: mlock: use folios_put() in mlock_folio_batch()

[PATCH v2] mm: khugepaged: Fix kernel BUG in hpage_collapse_scan_file
 2023-04-05 16:43 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: get out of a repeat loop when getting a locked data page
 2023-04-05 16:39 UTC  (2+ messages)

[PATCH 00/29] selftests/mm: Split / Refactor userfault test
 2023-04-05 16:21 UTC  (3+ messages)
` [PATCH 16/29] selftests/mm: UFFDIO_API test

[PATCH v2 0/2] mm/userfaultfd: fix and cleanup for migration entries with uffd-wp
 2023-04-05 16:02 UTC  (3+ messages)
` [PATCH v2 1/2] mm/userfaultfd: fix uffd-wp handling for THP migration entries
` [PATCH v2 2/2] mm/userfaultfd: don't consider uffd-wp bit of writable "

[PATCH v1 0/2] mm/userfaultfd: fix and cleanup for migration entries with uffd-wp
 2023-04-05 15:51 UTC  (10+ messages)
` [PATCH v1 1/2] mm/userfaultfd: fix uffd-wp handling for THP migration entries
` [PATCH v1 2/2] mm/userfaultfd: don't consider uffd-wp bit of writable "

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-05 15:20 UTC  (12+ messages)
` [PATCH RFC v8 04/56] KVM: Add HVA range operator
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH RFC] Randomized slab caches for kmalloc()
 2023-04-05 15:15 UTC  (3+ messages)

[PATCH v3 15/55] ip, udp: Support MSG_SPLICE_PAGES
 2023-04-05 15:04 UTC  (13+ messages)
  ` [PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
    ` [PATCH v3 06/55] mm: Make the page_frag_cache allocator use per-cpu
    ` [PATCH v3 38/55] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit

[PATCH] mm, page_alloc: use check_pages_enabled static key to check tail pages
 2023-04-05 14:50 UTC  (2+ messages)

[PATCH] memcg-v1: Enable setting memory min, low, high
 2023-04-05 14:21 UTC  (4+ messages)

[PATCH] mm, page_alloc: reduce page alloc/free sanity checks
 2023-04-05 14:18 UTC  (3+ messages)

[PATCH] iov_iter: Remove last_offset member
 2023-04-05 13:37 UTC  (2+ messages)

[PATCH 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-05 13:11 UTC  (13+ messages)
` [PATCH 4/6] shmem: prepare shmem quota infrastructure
` [PATCH 5/6] shmem: quota support

[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-04-05 12:45 UTC  (15+ messages)
` [PATCH 2/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode

[PATCH v2] regmap: Use mas_walk() instead of mas_find()
 2023-04-05 12:25 UTC  (2+ messages)

[PATCH v2 1/2] mm: compaction: consider the number of scanning compound pages in isolate fail path
 2023-04-05 10:39 UTC  (4+ messages)
` [PATCH v2 2/2] mm: compaction: fix the possible deadlock when isolating hugetlb pages

RE(2): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05 10:18 UTC  (11+ messages)
  `  "
          ` [External] "
                `  "

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05 10:18 UTC  (2+ messages)
  `  "

[PATCH] mm/page_alloc: don't check zonelist_update_seq from atomic allocations
 2023-04-05  9:02 UTC  (18+ messages)
            ` [PATCH] mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock
                      ` [PATCH v2] "

[linux-next:master 931/9377] arch/mips/ar7/gpio.c:19:33: error: field 'chip' has incomplete type
 2023-04-05  8:20 UTC 

[PATCH v3 0/8] memcg: avoid flushing stats atomically where possible
 2023-04-05  8:02 UTC  (15+ messages)
` [PATCH v3 4/8] memcg: replace stats_flush_lock with an atomic
` [PATCH v3 5/8] memcg: sleep during flushing stats in safe contexts
` [PATCH v3 6/8] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v3 8/8] memcg: do not modify rstat tree for zero updates

[PATCH] mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
 2023-04-05  6:49 UTC  (5+ messages)
` [PATCH v2] "

mdwe_test.c:166:19: warning: variable 'p2' set but not used
 2023-04-05  6:25 UTC 

[PATCH v2 0/5] remove page_endio()
 2023-04-05  6:07 UTC  (13+ messages)
  ` [PATCH v2 1/5] zram: always chain bio to the parent in read_from_bdev_async
  ` [PATCH v2 2/5] orangefs: use folios in orangefs_readahead
  ` [PATCH v2 3/5] mpage: split bi_end_io callback for reads and writes
  ` [PATCH v2 4/5] mpage: use folios in bio end_io handler
  ` [PATCH v2 5/5] filemap: remove page_endio()

[PATCH 0/9] x86/clear_huge_page: multi-page clearing
 2023-04-05  5:29 UTC  (4+ messages)
` [PATCH 8/9] irqentry: define irqentry_exit_allow_resched()

RE: FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  5:00 UTC  (3+ messages)
  `  "

Re: RE(2): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  4:48 UTC  (3+ messages)
  `  "

[PATCH v11 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-05  4:36 UTC  (5+ messages)
` [PATCH v11 2/2] "

[PATCH 0/5] selftests/mm: Implement support for arm64 on va
 2023-04-05  4:22 UTC  (2+ messages)

[PATCH v12 0/3] Memory poison recovery in khugepaged collapsing
 2023-04-05  3:57 UTC  (4+ messages)

[PATCH] memcg-v1: Enable setting memory min, low, high
 2023-04-05  3:52 UTC  (3+ messages)

RE: FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  3:11 UTC  (3+ messages)
  `  "

[linux-next:master 8111/9010] drivers/scsi/hisi_sas/hisi_sas_v3_hw.c:5143:39: error: 'struct dev_pm_info' has no member named 'usage_count'
 2023-04-05  3:01 UTC 

[PATCH 2/2] tracing: Fix ftrace_boot_snapshot command line logic
 2023-04-05  2:51 UTC 

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  2:16 UTC  (2+ messages)
  `  "

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  2:09 UTC  (2+ messages)
  `  "

RE: RE(4): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-05  2:02 UTC  (2+ messages)
  `  "

[PATCH v4 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-04 23:46 UTC  (9+ messages)

[PATCH v2 4/6] kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mapping
 2023-04-04 22:09 UTC  (4+ messages)
` [PATCH v2 5/6] kasan: Add (pmd|pud)_init for LoongArch zero_(pud|p4d)_populate process

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-04 21:47 UTC  (2+ messages)

[PATCH v6 0/4] mm/khugepaged: fixes for khugepaged+shmem
 2023-04-04 21:21 UTC  (3+ messages)
` [PATCH v6 4/4] mm/khugepaged: maintain page cache uptodate flag

[PATCH] mm: check mapping addr is correct when dump page
 2023-04-04 21:17 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6a53bda3aaf3de5edeea27d0b1d8781d067640b6
 2023-04-04 20:47 UTC 

[linux-next:master 484/9010] diff: tools/arch/s390/include/uapi/asm/ptrace.h: No such file or directory
 2023-04-04 16:19 UTC 

[linux-next:master 5025/9010] tcp_mmap.c:211:61: warning: 'lu' may be used uninitialized in this function
 2023-04-04 16:17 UTC  (2+ messages)

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

[PATCH] prctl: Add PR_GET_AUXV to copy auxv to userspace
 2023-04-04 15:30 UTC  (3+ messages)

[PATCH 0/6] Avoid the mmap lock for fault-around
 2023-04-04 15:23 UTC  (4+ messages)
` [PATCH 5/6] mm: Move the FAULT_FLAG_VMA_LOCK check down from do_pte_missing()
` [PATCH 6/6] mm: Run the fault-around code under the VMA lock

[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
 2023-04-04 14:58 UTC  (4+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted

[PATCH] regmap: Fix double unlock in the maple cache
 2023-04-04 14:43 UTC  (2+ messages)

[PATCH v3 38/55] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
 2023-04-04 10:52 UTC 


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