linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-19 08:39:47 to 2023-04-20 04:21:13 UTC [more...]

[PATCH 1/3] maple_tree: Make maple state reusable after mas_empty_area_rev()
 2023-04-20  4:21 UTC  (4+ messages)

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-20  2:59 UTC  (6+ messages)

[PATCH] maple_tree: Fix allocation in mas_sparse_area()
 2023-04-20  2:46 UTC  (4+ messages)

[PATCH v7 00/13] fold per-CPU vmstats remotely
 2023-04-19 19:15 UTC  (13+ messages)

[PATCH] mm, vmpressure: remove redundant check in vmpressure()
 2023-04-20  2:25 UTC  (3+ messages)

[linux-next:master 12531/13075] drivers/gpu/drm/amd/amdgpu/../display/dc/dc_dmub_srv.c:184:19: warning: variable 'dmub' set but not used
 2023-04-20  2:24 UTC 

[PATCH v2 0/6] LoongArch: Add kernel address sanitizer support
 2023-04-20  2:21 UTC  (2+ messages)

[PATCH v11 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-20  2:07 UTC  (3+ messages)
` [RFC PATCH v11.1 "

[linux-next:pending-fixes] BUILD SUCCESS 8f03bfdf8291ef512fc4c3bb3eaf5ff4cab8618d
 2023-04-20  2:05 UTC 

[RFC PATCH] migrate_pages: Never block waiting for the page lock
 2023-04-20  1:39 UTC  (10+ messages)

[GIT PULL] hotfixes for 6.3
 2023-04-20  1:25 UTC  (2+ messages)

[linux-next:master 12500/13075] drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_abm.c:138:15: warning: variable 'feature_support' set but not used
 2023-04-20  0:53 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-20  0:49 UTC  (7+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
  ` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v2] module: add debugging auto-load duplicate module support
 2023-04-20  0:30 UTC 

[PATCH] mm/mmap: Map MAP_STACK to VM_STACK
 2023-04-20  0:00 UTC  (13+ messages)

[PATCH] module: add debugging auto-load duplicate module support
 2023-04-19 23:32 UTC  (3+ messages)

[PATCH v4 0/6] remove the vmas parameter from GUP APIs
 2023-04-19 23:22 UTC  (23+ messages)
` [PATCH v4 1/6] mm/gup: remove unused vmas parameter from get_user_pages()
` [PATCH v4 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v4 4/6] io_uring: rsrc: avoid use of vmas parameter in pin_user_pages()

[RFC 00/48] RISC-V CoVE support
 2023-04-19 22:58 UTC  (50+ messages)
` [RFC 01/48] mm/vmalloc: Introduce arch hooks to notify ioremap/unmap changes
` [RFC 02/48] RISC-V: KVM: Improve KVM error reporting to the user space
` [RFC 03/48] RISC-V: KVM: Invoke aia_update with preempt disabled/irq enabled
` [RFC 04/48] RISC-V: KVM: Add a helper function to get pgd size
` [RFC 05/48] RISC-V: Add COVH SBI extensions definitions
` [RFC 06/48] RISC-V: KVM: Implement COVH SBI extension
` [RFC 07/48] RISC-V: KVM: Add a barebone CoVE implementation
` [RFC 08/48] RISC-V: KVM: Add UABI to support static memory region attestation
` [RFC 09/48] RISC-V: KVM: Add CoVE related nacl helpers
` [RFC 10/48] RISC-V: KVM: Implement static memory region measurement
` [RFC 11/48] RISC-V: KVM: Use the new VM IOCTL for measuring pages
` [RFC 12/48] RISC-V: KVM: Exit to the user space for trap redirection
` [RFC 13/48] RISC-V: KVM: Return early for gstage modifications
` [RFC 14/48] RISC-V: KVM: Skip dirty logging updates for TVM
` [RFC 15/48] RISC-V: KVM: Add a helper function to trigger fence ops
` [RFC 16/48] RISC-V: KVM: Skip most VCPU requests for TVMs
` [RFC 17/48] RISC-V : KVM: Skip vmid/hgatp management "
` [RFC 18/48] RISC-V: KVM: Skip TLB "
` [RFC 19/48] RISC-V: KVM: Register memory regions as confidential "
` [RFC 20/48] RISC-V: KVM: Add gstage mapping "
` [RFC 21/48] RISC-V: KVM: Handle SBI call forward from the TSM
` [RFC 22/48] RISC-V: KVM: Implement vcpu load/put functions for CoVE guests
` [RFC 23/48] RISC-V: KVM: Wireup TVM world switch
` [RFC 24/48] RISC-V: KVM: Update timer functionality for TVMs
` [RFC 25/48] RISC-V: KVM: Skip HVIP update "
` [RFC 26/48] RISC-V: Add COVI extension definitions
` [RFC 27/48] RISC-V: KVM: Implement COVI SBI extension
` [RFC 28/48] RISC-V: KVM: Add interrupt management functions for TVM
` [RFC 29/48] RISC-V: KVM: Skip AIA CSR updates for TVMs
` [RFC 30/48] RISC-V: KVM: Perform limited operations in hardware enable/disable
` [RFC 31/48] RISC-V: KVM: Indicate no support user space emulated IRQCHIP
` [RFC 32/48] RISC-V: KVM: Add AIA support for TVMs
` [RFC 33/48] RISC-V: KVM: Hookup TVM VCPU init/destroy
` [RFC 34/48] RISC-V: KVM: Initialize CoVE
` [RFC 35/48] RISC-V: KVM: Add TVM init/destroy calls
` [RFC 36/48] RISC-V: KVM: Read/write gprs from/to shmem in case of TVM VCPU
` [RFC 37/48] RISC-V: Add COVG SBI extension definitions
` [RFC 38/48] RISC-V: Add CoVE guest config and helper functions
` [RFC 39/48] RISC-V: Implement COVG SBI extension
` [RFC 40/48] RISC-V: COVE: Add COVH invalidate, validate, promote, demote and remove APIs
` [RFC 41/48] RISC-V: KVM: Add host side support to handle COVG SBI calls
` [RFC 42/48] RISC-V: Allow host to inject any ext interrupt id to a CoVE guest
` [RFC 43/48] RISC-V: Add base memory encryption functions
` [RFC 44/48] RISC-V: Add cc_platform_has() for RISC-V for CoVE
` [RFC 45/48] RISC-V: ioremap: Implement for arch specific ioremap hooks
` [RFC 46/48] riscv/virtio: Have CoVE guests enforce restricted virtio memory access
` [RFC 47/48] RISC-V: Add shared bounce buffer to support DBCN for CoVE Guest
` [RFC 48/48] drivers/hvc: sbi: Disable HVC console for TVMs

[PATCH] mm,unmap: avoid flushing TLB in batch if PTE is inaccessible
 2023-04-19 22:58 UTC  (8+ messages)

[RFC kvmtool 00/10] RISC-V CoVE support
 2023-04-19 22:23 UTC  (11+ messages)
` [RFC kvmtool 01/10] riscv: Add a CoVE VM type
` [RFC kvmtool 02/10] riscv: Define a command line option for CoVE VM
` [RFC kvmtool 03/10] riscv: Define a measure region IOCTL
` [RFC kvmtool 04/10] riscv: Invoke measure region for VM images
` [RFC kvmtool 05/10] riscv: Do not create APLIC for TVMs
` [RFC kvmtool 06/10] riscv: Change initrd alignment to a page size
` [RFC kvmtool 07/10] riscv: Define riscv specific vm_type function
` [RFC kvmtool 08/10] riscv: virtio: Enforce VIRTIO_F_ACCESS_PLATFORM feature flag
` [RFC kvmtool 09/10] riscv: Don't emit MMIO devices for CoVE VM
` [RFC kvmtool 10/10] riscv: cove: Don't emit interrupt_map for pci devices in fdt

[PATCH 00/33] Split ptdesc from struct page
 2023-04-19 20:29 UTC  (4+ messages)
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "

[PATCH v3 1/1] mm: do not increment pgfault stats when page fault handler retries
 2023-04-19 18:27 UTC  (3+ messages)

[PATCH v2 1/1] mm: do not increment pgfault stats when page fault handler retries
 2023-04-19 18:00 UTC  (12+ messages)

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-04-19 17:29 UTC  (6+ messages)

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-04-19 16:06 UTC  (3+ messages)

[PATCH v3 00/19] bio: check return values of bio_add_page
 2023-04-19 15:49 UTC  (22+ messages)
` [PATCH v3 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v3 02/19] drbd: "
` [PATCH v3 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v3 05/19] md: use __bio_add_page to add single page
` [PATCH v3 06/19] md: raid5-log: "
` [PATCH v3 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v3 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v3 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v3 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v3 11/19] gfs: use __bio_add_page for adding "
` [PATCH v3 12/19] zonefs: "
` [PATCH v3 13/19] zram: "
` [PATCH v3 14/19] floppy: "
` [PATCH v3 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v3 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v3 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v3 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v3 19/19] block: mark bio_add_page as __must_check

[PATCH v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-19 15:21 UTC  (8+ messages)
` [PATCH v15 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v15 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v15 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v15 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v15 5/5] selftests: mm: add pagemap ioctl tests

[PATCH v1] lib/stackdepot: limit nr_entries size
 2023-04-19 13:51 UTC  (7+ messages)

[PATCH] printk: Enough to disable preemption in printk deferred context
 2023-04-19 13:45 UTC  (7+ messages)

[PATCH] splice: Fix filemap of a blockdev
 2023-04-19 13:10 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 6ba2ee0e9acdcdbb3fc8f031f4d9c5769442d13e
 2023-04-19 12:34 UTC 

[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
 2023-04-19 11:44 UTC  (5+ messages)
` [PATCH mm-unstable RFC 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH mm-unstable RFC 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()

[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-04-19 11:39 UTC  (19+ messages)
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode

[PATCH v9 0/3] mm: process/cgroup ksm support
 2023-04-19 11:40 UTC  (5+ messages)
` [PATCH v1 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
  ` [PATCH v1 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[PATCH] mm: skip CMA pages when they are not available
 2023-04-19 11:36 UTC  (2+ messages)

[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-04-19 11:27 UTC  (12+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
` [PATCH v3 05/14] ia64: don't allow users to override ARCH_FORCE_MAX_ORDER

[RFC v2 PATCH 00/17] variable-order, large folios for anonymous memory
 2023-04-19 11:13 UTC  (7+ messages)

[RFC PATCH 00/26] mm: reliable huge page allocator
 2023-04-19 11:10 UTC  (9+ messages)
` [RFC PATCH 03/26] mm: make pageblock_order 2M per default

[PATCH] ia64: fix an addr to taddr in huge_pte_offset()
 2023-04-19  9:29 UTC  (2+ messages)

[PATCH v2] kasan: Fix lockdep report invalid wait context
 2023-04-19  9:20 UTC  (4+ messages)

[linux-next:master] [net] d288a162dd: canonical_address#:#[##]
 2023-04-19  8:59 UTC  (6+ messages)

[PATCH mm/cma] mm/cma: retry allocation of dedicated area on EBUSY
 2023-04-19  8:38 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).