Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-07 19:09:46 to 2023-06-09 01:52:26 UTC [more...]

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-06-09  1:52 UTC  (32+ messages)
` [PATCH v2 01/32] mm: use pmdp_get_lockless() without surplus barrier()
` [PATCH v2 02/32] mm/migrate: remove cruft from migration_entry_wait()s
` [PATCH v2 03/32] mm/pgtable: kmap_local_page() instead of kmap_atomic()
` [PATCH v2 04/32] mm/pgtable: allow pte_offset_map[_lock]() to fail
` [PATCH v2 05/32] mm/filemap: allow pte_offset_map_lock() "
` [PATCH v2 06/32] mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()
` [PATCH v2 07/32] mm/page_vma_mapped: reformat map_pte() with less indentation
` [PATCH v2 08/32] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
` [PATCH v2 09/32] mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
` [PATCH v2 10/32] mm/pagewalk: walk_pte_range() allow for pte_offset_map()
` [PATCH v2 11/32] mm/vmwgfx: simplify pmd & pud mapping dirty helpers
` [PATCH v2 12/32] mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
` [PATCH v2 13/32] mm/hmm: retry if pte_offset_map() fails
` [PATCH v2 14/32] mm/userfaultfd: "
` [PATCH v2 15/32] mm/userfaultfd: allow pte_offset_map_lock() to fail
` [PATCH v2 16/32] mm/debug_vm_pgtable,page_table_check: warn pte map fails
` [PATCH v2 17/32] mm/various: give up if pte_offset_map[_lock]() fails
` [PATCH v2 18/32] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
` [PATCH v2 19/32] mm/mremap: retry if either pte_offset_map_*lock() fails
` [PATCH v2 20/32] mm/madvise: clean up pte_offset_map_lock() scans
` [PATCH v2 21/32] mm/madvise: clean up force_shm_swapin_readahead()
` [PATCH v2 22/32] mm/swapoff: allow pte_offset_map[_lock]() to fail
` [PATCH v2 23/32] mm/mglru: allow pte_offset_map_nolock() "
` [PATCH v2 24/32] mm/migrate_device: allow pte_offset_map_lock() "
` [PATCH v2 25/32] mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
` [PATCH v2 26/32] mm/huge_memory: split huge pmd under one pte_offset_map()
` [PATCH v2 27/32] mm/khugepaged: allow pte_offset_map[_lock]() to fail
` [PATCH v2 28/32] mm/memory: "
` [PATCH v2 29/32] mm/memory: handle_pte_fault() use pte_offset_map_nolock()
` [PATCH v2 30/32] mm/pgtable: delete pmd_trans_unstable() and friends
` [PATCH v2 31/32] mm/swap: swap_vma_readahead() do the pte_offset_map()

[PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
 2023-06-09  1:33 UTC  (44+ messages)
  ` [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure
  ` [PATCH v11 03/20] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
  ` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
  ` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
  ` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v11 00/20] TDX host kernel support
  ` [PATCH v11 09/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
  ` [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
  ` [PATCH v11 11/20] x86/virt/tdx: Fill out "
  ` [PATCH v11 12/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
  ` [PATCH v11 13/20] x86/virt/tdx: Designate reserved areas for all TDMRs
  ` [PATCH v11 14/20] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
  ` [PATCH v11 15/20] x86/virt/tdx: Configure global KeyID on all packages
  ` [PATCH v11 20/20] Documentation/x86: Add documentation for TDX host support

[PATCH v2] Documentation/mm: Initial page table documentation
 2023-06-09  1:32 UTC  (2+ messages)

[linux-next:master 12780/13853] arch/um/drivers/harddog_user.c:6:10: fatal error: stdio.h: No such file or directory
 2023-06-09  1:26 UTC  (3+ messages)

[PATCH] mm: kill [add|del]_page_to_lru_list()
 2023-06-09  1:39 UTC 

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-09  1:00 UTC  (6+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` kvm/arm64: Spark benchmark
` kvm/powerpc: memcached benchmark
` kvm/x86: multichase benchmark

[PATCH v2 0/6] Per-vma lock support for swap and userfaults
 2023-06-09  0:51 UTC  (7+ messages)
` [PATCH v2 1/6] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v2 2/6] mm: handle swap page faults under VMA lock if page is uncontended
` [PATCH v2 3/6] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v2 4/6] mm: drop VMA lock before waiting for migration
` [PATCH v2 5/6] mm: implement folio wait under VMA lock
` [PATCH v2 6/6] mm: handle userfaults "

[PATCH] scripts: fix the gfp flags header path in gfp-translate
 2023-06-09  0:35 UTC  (2+ messages)

[PATCH v2 3/3] fs: Use delayed shrinker unregistration
 2023-06-09  0:27 UTC  (6+ messages)
    ` [PATCH v2 0/3] mm: Make unregistration of super_block shrinker more faster

[PATCH v2] mm/folio: Avoid special handling for order value 0 in folio_set_order
 2023-06-08 23:52 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] HGM for hugetlbfs
 2023-06-08 22:35 UTC  (15+ messages)
                ` [Lsf-pc] "

[PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-06-08 21:29 UTC  (4+ messages)

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-08 20:49 UTC 

drivers/acpi/proc.c:139:30: warning: 'acpi_system_wakeup_device_proc_ops' defined but not used
 2023-06-08 20:26 UTC 

drivers/gpu/drm/radeon/ci_dpm.c:5637:5: warning: stack frame size (2080) exceeds limit (2048) in 'ci_dpm_init'
 2023-06-08 20:14 UTC 

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-08 19:37 UTC  (24+ messages)
` [PATCH v2 01/23] arm: "
` [PATCH v2 02/23] arm64: allow pte_offset_map() "
` [PATCH v2 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 04/23] ia64/hugetlb: "
` [PATCH v2 05/23] m68k: allow pte_offset_map[_lock]() to fail
` [PATCH v2 06/23] microblaze: allow pte_offset_map() "
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
` [PATCH v2 08/23] parisc: add pte_unmap() to balance get_ptep()
` [PATCH v2 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()
` [PATCH v2 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
` [PATCH v2 12/23] powerpc: allow pte_offset_map[_lock]() to fail
` [PATCH v2 13/23] powerpc/hugetlb: pte_alloc_huge()
` [PATCH v2 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 15/23] s390: allow pte_offset_map_lock() to fail
` [PATCH v2 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
` [PATCH v2 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 18/23] sparc/hugetlb: "
` [PATCH v2 19/23] sparc: allow pte_offset_map() to fail
` [PATCH v2 20/23] sparc: iounit and iommu use pte_offset_kernel()
` [PATCH v2 21/23] x86: Allow get_locked_pte() to fail
` [PATCH v2 22/23] x86: sme_populate_pgd() use pte_offset_kernel()
` [PATCH v2 23/23] xtensa: add pte_unmap() to balance pte_offset_map()

[PATCH] mm: convert mm's rss stats into percpu_counter
 2023-06-08 19:36 UTC  (7+ messages)

<Blacknight-Billing> Last Notice about Your Expired Services , Invoice n: #1261465
 2023-06-08 19:07 UTC 

[RFC PATCH v2 1/7] mm: zswap: add pool shrinking mechanism
 2023-06-08 18:45 UTC  (11+ messages)
  ` [RFC PATCH v2 2/7] mm: zswap: remove page reclaim logic from zbud
  ` [RFC PATCH v2 3/7] mm: zswap: remove page reclaim logic from z3fold
  ` [RFC PATCH v2 4/7] mm: zswap: remove page reclaim logic from zsmalloc
  ` [RFC PATCH v2 5/7] mm: zswap: remove shrink from zpool interface
  ` [RFC PATCH v2 6/7] mm: zswap: simplify writeback function

[PATCH 00/13] mm: jit/text allocator
 2023-06-08 18:41 UTC 

[RFC PATCH] mm: Sync percpu mm RSS counters before querying
 2023-06-08 17:38 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION db10f126048021b86e43a5d6a335ec49dec10155
 2023-06-08 16:38 UTC 

[PATCH 00/12] mm: free retracted page table by RCU
 2023-06-08 15:47 UTC  (7+ messages)
` [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()

[linux-next:master 7388/8065] ERROR: modpost: "uv_info" [drivers/s390/char/uvdevice.ko] undefined!
 2023-06-08 15:42 UTC 

[linux-next:master 4146/8065] drivers/leds/leds-cht-wcove.c:142:21: warning: no previous prototype for 'cht_wc_leds_brightness_get'
 2023-06-08 15:21 UTC 

[PATCH] staging: lib: Use memcpy_to/from_page()
 2023-06-08 14:25 UTC 

[linux-next:pending-fixes] BUILD SUCCESS da90eaebfb79ebace89b69a79d61f3546688868f
 2023-06-08 13:47 UTC 

[PATCH net-next v3 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-06-08 13:40 UTC 

[PATCH v3] Documentation/mm: Initial page table documentation
 2023-06-08 12:55 UTC 

[PATCH drm-next v4 13/14] drm/nouveau: implement new VM_BIND uAPI
 2023-06-08 12:53 UTC  (2+ messages)

[PATCH] Documentation/mm: Initial page table documentation
 2023-06-08 11:51 UTC  (4+ messages)

[PATCH] mm/mm_init.c: add debug messsge for dma zone
 2023-06-08 10:51 UTC  (8+ messages)

[PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs
 2023-06-08 10:12 UTC 

RFC for new feature to move pages from one vma to another without split
 2023-06-08 10:05 UTC  (10+ messages)

[linux-next:master 1545/8065] include/drm/drm_print.h:456:39: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'}
 2023-06-08  9:56 UTC 

[PATCH v2] riscv: mm: Pre-allocate PGD entries for vmalloc/modules area
 2023-06-08  8:25 UTC  (2+ messages)

[PATCH v17 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-06-08  8:12 UTC  (4+ messages)

[PATCH] mm: fix hugetlb page unmap count balance issue
 2023-06-08  7:59 UTC  (11+ messages)

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-08  4:38 UTC 

[RFC PATCH V3 0/1] sched/numa: Fix disjoint set vma scan regression
 2023-06-08  4:01 UTC  (3+ messages)

[PATCH] writeback: fix dereferencing NULL mapping->host on writeback_page_template
 2023-06-08  2:33 UTC  (2+ messages)

[PATCH] vmstat: skip periodic vmstat update for isolated CPUs
 2023-06-07 20:28 UTC 

[PATCH 15/16] powerpc/book3s64/radix: Add support for vmemmap optimization for radix
 2023-06-07 23:54 UTC 

[PATCH] binfmt_elf: dynamically allocate note.data in parse_elf_properties
 2023-06-07 23:37 UTC  (4+ messages)

[syzbot] Monthly mm report (Jun 2023)
 2023-06-07 22:37 UTC 

[linux-next:master 3275/7747] drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c:69:5-8: Unneeded variable: "ret". Return " 0" on line 83
 2023-06-07 22:29 UTC 

[PATCH v2 1/2] mm: zswap: support exclusive loads
 2023-06-07 20:44 UTC  (2+ messages)

[PATCH] zswap: do not shrink when memory.zswap.max is 0
 2023-06-07 20:42 UTC  (8+ messages)

[PATCH drm-next v4 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
 2023-06-07 20:19 UTC  (2+ messages)

[PATCH] mm/khugepaged: fix iteration in collapse_file
 2023-06-07 19:13 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 read-only IMAP folder(s) and NNTP newsgroup(s).