Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-18 06:57:27 to 2023-06-20 06:50:16 UTC [more...]

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-06-20  6:50 UTC  (2+ messages)
` [PATCH] mm/swapfile: delete outdated pte_offset_map() comment

[PATCH drm-next v5 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-06-20  6:45 UTC  (21+ messages)
` [PATCH drm-next v5 01/14] drm: execution context for GEM buffers v4
` [PATCH drm-next v5 02/14] maple_tree: split up MA_STATE() macro
` [PATCH drm-next v5 03/14] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next v5 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [PATCH drm-next v5 05/14] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-next v5 06/14] drm/nouveau: get vmm via nouveau_cli_vmm()
` [PATCH drm-next v5 07/14] drm/nouveau: bo: initialize GEM GPU VA interface
` [PATCH drm-next v5 08/14] drm/nouveau: move usercopy helpers to nouveau_drv.h
` [PATCH drm-next v5 09/14] drm/nouveau: fence: separate fence alloc and emit
` [PATCH drm-next v5 10/14] drm/nouveau: fence: fail to emit when fence context is killed
` [PATCH drm-next v5 11/14] drm/nouveau: chan: provide nouveau_channel_kill()
` [PATCH drm-next v5 12/14] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
` [PATCH drm-next v5 13/14] drm/nouveau: implement new VM_BIND uAPI
` [PATCH drm-next v5 14/14] drm/nouveau: debugfs: implement DRM GPU VA debugfs

[RFC PATCH net-next] sock: Propose socket.urgent for sockmem isolation
 2023-06-20  6:39 UTC  (5+ messages)
  `  "

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-20  6:32 UTC  (10+ messages)
` [PATCH mm-unstable v2 06/10] kvm/powerpc: make radix page tables RCU safe
` kvm/arm64: Spark benchmark
` kvm/x86: multichase benchmark

[PATCH] mm: fix hugetlb page unmap count balance issue
 2023-06-20  6:23 UTC  (6+ messages)

[linux-next:master] [scsi] eca2040972: ltp.ioprio_set03.fail
 2023-06-20  5:58 UTC 

[PATCH] mm/min_free_kbytes: modify min_free_kbytes calculation rules
 2023-06-20  5:50 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 47045630bc409ce6606d97b790895210dd1d517d
 2023-06-20  5:05 UTC 

[RFC 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-06-20  5:01 UTC  (4+ messages)
` [RFC 3/4] acpi, hmat: calculate abstract distance with HMAT

[PATCH v3 0/2] Reduce lock contention related with large folio
 2023-06-20  4:39 UTC  (4+ messages)
` [PATCH v3 2/2] lru: allow large batched add large folio to lru list

[PATCH] mm: vmscan: export func:shrink_slab
 2023-06-20  3:05 UTC  (2+ messages)
  ` 回复: "

[linux-next:master] [splice, net] 2dc334f1a6: netperf.Throughput_Mbps 29.9% improvement
 2023-06-20  2:29 UTC 

[PATCH] mm/gup: Do not return 0 from pin_user_pages_fast() for bad args
 2023-06-20  1:38 UTC  (2+ messages)

[PATCH] mm/memory_hotplug.c: don't fail hot unplug quite so eagerly
 2023-06-20  1:19 UTC  (11+ messages)
` [PATCH v2 00/11] A minor flurry of selftest/mm fixes
  ` Please disregard all of the selftest patches "
` [PATCH v2 01/11] selftests/mm: fix uffd-stress unused function warning
` [PATCH v2 02/11] selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
` [PATCH v2 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c
` [PATCH v2 04/11] selftests/mm: fix invocation of tests that are run via shell scripts
` [PATCH v2 06/11] selftests/mm: fix two -Wformat-security warnings in uffd builds
` [PATCH v2 07/11] selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h
` [PATCH v2 08/11] selftests/mm: fix uffd-unit-tests.c build failure due to missing MADV_COLLAPSE
` [PATCH v2 10/11] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c

[PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
 2023-06-20  1:06 UTC  (28+ messages)
  ` [PATCH v11 02/20] x86/virt/tdx: Detect TDX during kernel boot
  ` [PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
  ` [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure
  ` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
  ` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
  ` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
  ` [PATCH v11 15/20] x86/virt/tdx: Configure global KeyID on all packages

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

[PATCH v2 0/8] mm/gup: Unify hugetlb, speed up thp
 2023-06-19 23:10 UTC  (9+ messages)
` [PATCH v2 1/8] mm/hugetlb: Handle FOLL_DUMP well in follow_page_mask()
` [PATCH v2 2/8] mm/hugetlb: Prepare hugetlb_follow_page_mask() for FOLL_PIN
` [PATCH v2 3/8] mm/hugetlb: Add page_mask for hugetlb_follow_page_mask()
` [PATCH v2 4/8] mm/gup: Cleanup next_page handling
` [PATCH v2 5/8] mm/gup: Accelerate thp gup even for "pages != NULL"
` [PATCH v2 6/8] mm/gup: Retire follow_hugetlb_page()
` [PATCH v2 7/8] selftests/mm: Add -a to run_vmtests.sh
` [PATCH v2 8/8] selftests/mm: Add gup test matrix in run_vmtests.sh

[PATCH 0/7] mm/gup: Unify hugetlb, speed up thp
 2023-06-19 21:43 UTC  (14+ messages)
` [PATCH 3/7] mm/hugetlb: Add page_mask for hugetlb_follow_page_mask()
` [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 v2 00/12] mm: jit/text allocator
 2023-06-19 20:18 UTC  (13+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()

[PATCH] mm: Keep memory type same on DEVMEM Page-Fault
 2023-06-19 20:14 UTC  (4+ messages)

[linux-next:master 10783/10788] /bin/bash: line 1: 137480 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/iio/adc/max1363.ko
 2023-06-19 19:46 UTC 

[PATCH mm-unstable v1] mm/mglru: make memcg_lru->lock irq safe
 2023-06-19 19:38 UTC 

[syzbot] [mm?] inconsistent lock state in lru_gen_rotate_memcg
 2023-06-19 18:14 UTC  (3+ messages)

[PATCH v9 00/42] Shadow stacks for userspace
 2023-06-19 16:44 UTC  (12+ messages)
` [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description

[PATCH v2] lib: Replace kmap() with kmap_local_page()
 2023-06-19 16:40 UTC  (3+ messages)

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-19 16:27 UTC  (6+ messages)
` [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating private memory
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask

[PATCH v4 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
 2023-06-19 15:55 UTC  (2+ messages)

[syzbot] [mm?] linux-next boot error: kernel BUG in do_vmi_align_munmap
 2023-06-19 15:13 UTC 

[PATCH v1 0/2] Add obj allocated counter for subpages
 2023-06-19 14:35 UTC  (2+ messages)
` [PATCH v1 1/2] zsmalloc: add allocated objects counter for subpage

[PATCH 1/2] mm/memcontrol: do not tweak node in mem_cgroup_init()
 2023-06-19 13:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] mm: Sync percpu mm RSS counters before querying
 2023-06-19 13:10 UTC  (4+ messages)

[PATCH] selftests: cgroup: fix unexpected failure on test_memcg_sock
 2023-06-19 12:47 UTC 

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-19 12:35 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS dab158ce7741dadc666c660810004988e8ca6ea6
 2023-06-19 12:26 UTC 

[PATCH net-next v2 01/17] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
 2023-06-19 12:05 UTC  (11+ messages)
` [PATCH net-next v2 10/17] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH net-next v2 17/17] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH] kasan: fix mention for KASAN_HW_TAGS
 2023-06-19 11:36 UTC  (3+ messages)

[PATCH -next v2 1/2] mm: compaction: convert to use a folio in isolate_migratepages_block()
 2023-06-19 11:07 UTC  (2+ messages)
` [PATCH -next v2 2/2] mm: kill [add|del]_page_to_lru_list()

[PATCH v2 0/1] x86: Fix .bss corruption
 2023-06-19 10:43 UTC  (4+ messages)
` [PATCH v2 1/1] x86/mm/KASLR: Store pud_page_tramp into entry rather than page

[PATCH v2] mm: Fix shmem THP counters on migration
 2023-06-19 10:33 UTC 

[PATCH] mm: Fix shmem THP counters on migration
 2023-06-19  9:59 UTC  (6+ messages)

[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
 2023-06-19  9:35 UTC  (7+ messages)
` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1

[linux-next:master 10734/10788] arch/riscv/kvm/aia_imsic.c:237:9: error: call to undeclared function 'arch_atomic_long_fetch_or'; ISO C99 and later do not support implicit function declarations
 2023-06-19  8:43 UTC 

[PATCH] mm/sparse: Check the return value of first_present_section_nr()
 2023-06-19  8:41 UTC  (2+ messages)

[PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list
 2023-06-19  8:23 UTC  (11+ messages)

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

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

[PATCH stable 5.10 0/1] Fix memleak during hotremove memory
 2023-06-19  8:04 UTC  (13+ messages)
` [PATCH stable 5.10 1/1] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
      ` [PATCH stable 5.10] "

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

[PATCH V2] x86,NUMA:improve the execution efficiency of numa_meminfo_cover_memory()
 2023-06-19  7:53 UTC 

[PATCH] memcg: remove unneeded header files
 2023-06-19  7:42 UTC  (5+ messages)

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

[PATCH v6 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-06-19  5:47 UTC  (3+ messages)
` [PATCH v6 14/19] parisc: mm: Convert to GENERIC_IOREMAP

[PATCH] selftests/cgroup: allow running a specific test with test_memcontrol
 2023-06-19  5:18 UTC  (2+ messages)

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-19  3:55 UTC  (12+ 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 v2 08/23] parisc: add pte_unmap() to balance get_ptep()

[RFC PATCH ] mm/slub: Reducing slub memory wastage
 2023-06-19  3:25 UTC  (4+ messages)

[PATCH v4] mm: pass nid to reserve_bootmem_region()
 2023-06-19  2:34 UTC 

[PATCH v4] mm: compaction: skip memory hole rapidly when isolating migratable pages
 2023-06-19  2:22 UTC 

[PATCH] mm/mm_init.c: remove obsolete macro HASH_SMALL
 2023-06-19  1:34 UTC  (5+ messages)

[RFC PATCH 1/5] mm/mlock: rework mlock_count to use _mapcount for order-0 folios
 2023-06-18 18:32 UTC  (3+ messages)

[PATCH v2 00/16] Add support for DAX vmemmap optimization for ppc64
 2023-06-18 11:54 UTC  (2+ messages)

[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] 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 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 0/5] mm/mlock: new mlock_count tracking scheme
 2023-06-18  6:57 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 read-only IMAP folder(s) and NNTP newsgroup(s).