[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-06-30 22:29 UTC (10+ messages)
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers
[PATCH 00/79] fs: new accessors for inode->i_ctime
2023-06-30 22:12 UTC (3+ messages)
` [PATCH 01/79] fs: add ctime accessors infrastructure
[PATCH v12 00/22] TDX host kernel support
2023-06-30 21:58 UTC (48+ messages)
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 08/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
[PATCH 0/2] mm: remove page_rmapping()
2023-06-30 21:39 UTC (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm: use a folio in fault_dirty_shared_page()
[PATCH v6 0/6] Per-VMA lock support for swap and userfaults
2023-06-30 21:25 UTC (11+ messages)
` [PATCH v6 1/6] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v6 2/6] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v6 3/6] mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
` [PATCH v6 4/6] mm: change folio_lock_or_retry to use vm_fault directly
` [PATCH v6 5/6] mm: handle swap page faults under per-VMA lock
` [PATCH v6 6/6] mm: handle userfaults under VMA lock
[PATCH v7 0/6] Per-VMA lock support for swap and userfaults
2023-06-30 21:19 UTC (7+ messages)
` [PATCH v7 1/6] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v7 2/6] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v7 3/6] mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
` [PATCH v7 4/6] mm: change folio_lock_or_retry to use vm_fault directly
` [PATCH v7 5/6] mm: handle swap page faults under per-VMA lock
` [PATCH v7 6/6] mm: handle userfaults under VMA lock
[PATCH v2 0/4] Improve hugetlbfs read on HWPOISON hugepages
2023-06-30 20:59 UTC (4+ messages)
` [PATCH v2 1/4] mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwp
[PATCH] mm: make MEMFD_CREATE into a selectable config option
2023-06-30 19:55 UTC (4+ messages)
[linux-next:master 7313/12815] drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c:1888:5: warning: stack frame size (2208) exceeds limit (2048) in 'rockchip_vpu981_av1_dec_run'
2023-06-30 19:45 UTC
[PATCH net-next v3 10/18] nvme/host: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
2023-06-30 19:28 UTC (11+ messages)
` [PATCH net-next v3 00/18] splice, net: Switch over users of sendpage() and remove it
[PATCH v2 00/12] mm: free retracted page table by RCU
2023-06-30 19:22 UTC (11+ messages)
` [PATCH v2 07/12] s390: add pte_free_defer() for pgtables sharing page
[PATCH] mm: Update do_vmi_align_munmap() return semantics
2023-06-30 19:07 UTC (5+ messages)
[PATCH v7 0/3] shmemfs stable directory offsets
2023-06-30 17:49 UTC (4+ messages)
` [PATCH v7 1/3] libfs: Add directory operations for stable offsets
` [PATCH v7 2/3] shmem: Refactor shmem_symlink()
` [PATCH v7 3/3] shmem: stable directory offsets
[PATCH v4 00/33] Per-VMA locks
2023-06-30 17:40 UTC (9+ messages)
` [PATCH v4 29/33] x86/mm: try VMA lock-based page fault handling first
[RFC PATCH 0/4] splice: Fix corruption in data spliced to pipe
2023-06-30 17:32 UTC (15+ messages)
` [RFC PATCH 2/4] splice: Make vmsplice() steal or copy
` [RFC PATCH 4/4] splice: Record some statistics
[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
2023-06-30 17:21 UTC (9+ messages)
` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
[linux-next:master] BUILD REGRESSION 6352a698ca5bf26a9199202666b16cf741f579f6
2023-06-30 16:16 UTC
[RFC PATCH 00/11] iov_iter: Use I/O direction from kiocb, iomap & request rather than iov_iter
2023-06-30 16:05 UTC (15+ messages)
` [RFC PATCH 01/11] iov_iter: Fix comment refs to iov_iter_get_pages/pages_alloc()
` [RFC PATCH 02/11] vfs: Set IOCB_WRITE in iocbs that we're going to write from
` [RFC PATCH 03/11] vfs: Use init_kiocb() to initialise new IOCBs
` [RFC PATCH 04/11] iov_iter: Use IOCB_WRITE rather than iterator direction
` [RFC PATCH 05/11] iov_iter: Use IOMAP_WRITE "
` [RFC PATCH 06/11] iov_iter: Use op_is_write() "
` [RFC PATCH 07/11] cifs: Drop the check using iov_iter_rw()
` [RFC PATCH 08/11] iov_iter: Drop iov_iter_rw() and fold in last user
` [RFC PATCH 09/11] iov_iter: Use I/O dir flags with iov_iter_extract_pages()
` [RFC PATCH 10/11] 9p: Pin pages rather than ref'ing if appropriate
` [RFC PATCH 11/11] scsi: Use extract_iter_to_sg()
[RFC PATCH 00/11] iov_iter: Use I/O direction from kiocb, iomap & request rather than iov_iter
2023-06-30 15:16 UTC (3+ messages)
` [RFC PATCH 01/11] iov_iter: Fix comment refs to iov_iter_get_pages/pages_alloc()
` [RFC PATCH 02/11] vfs: Set IOCB_WRITE in iocbs that we're going to write from
[PATCH v22 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-06-30 15:01 UTC (3+ messages)
` [PATCH v22 2/5] fs/proc/task_mmu: "
[stable:linux-5.4.y 3985/8912] include/linux/nodemask.h:380:20: error: comparison of unsigned expression in '>= 0' is always true
2023-06-30 13:25 UTC
[PATCH V2] mm: madvise: fix uneven accounting of psi
2023-06-30 13:16 UTC (4+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 6b8b1f7dba5043f44735d95d500faf1104dc3484
2023-06-30 11:39 UTC
[PATCH RFC v2 0/4] Add support for sharing page tables across processes (Previously mshare)
2023-06-30 11:29 UTC (2+ messages)
[PATCH v6 0/3] shmemfs stable directory offsets
2023-06-30 11:08 UTC (3+ messages)
` [PATCH v6 1/3] libfs: Add directory operations for stable offsets
[PATCH] mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison
2023-06-30 10:07 UTC (5+ messages)
[linux-next:master 12628/12815] drivers/bluetooth/btmtk.c:386:44: error: 'struct hci_dev' has no member named 'dump'
2023-06-30 9:41 UTC
[linux-next:master 12628/12815] drivers/bluetooth/btmtk.c:386:32: error: no member named 'dump' in 'struct hci_dev'
2023-06-30 9:20 UTC
[dhowells-fs:splice-fix-corruption] [splice] 018eeae5c2: WARNING:at_mm/highmem.c:#kunmap_local_indexed
2023-06-30 7:28 UTC
[linux-next:master 11663/12731] ERROR: modpost: "clk_unregister_fixed_rate" [drivers/regulator/raa215300.ko] undefined!
2023-06-30 6:55 UTC (4+ messages)
[PATCH v1 0/2] mm/memfd: fix sysctl MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED
2023-06-30 6:44 UTC (6+ messages)
` [PATCH v1 1/2] mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED
` [PATCH v1 2/2] selftests/memfd: "
[GIT PULL] memblock: small updates for v6.5-rc1
2023-06-30 6:24 UTC (4+ messages)
[PATCH v2 1/2] mm: remove arguments of show_mem()
2023-06-30 6:22 UTC (2+ messages)
` [PATCH v2 2/2] mm: make show_free_areas() static
[linux-next:master 5324/12162] drivers/cpufreq/cpufreq-dt-platdev.c:18:34: warning: unused variable 'allowlist'
2023-06-30 6:06 UTC (5+ messages)
` [EXT] "
[PATCH v2] Documentation: mm/memfd: vm.memfd_noexec
2023-06-30 3:27 UTC (2+ messages)
[PATCH v3 0/1] Add documentation for sysctl vm.memfd_noexec
2023-06-30 3:25 UTC (2+ messages)
` [PATCH v3 1/1] Documentation: mm/memfd: vm.memfd_noexec
[PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
2023-06-30 3:20 UTC (3+ messages)
` [Linux-cachefs] "
[PATCH v5 0/6] Per-VMA lock support for swap and userfaults
2023-06-30 2:07 UTC (10+ messages)
` [PATCH v5 5/6] mm: handle swap page faults under per-VMA lock
` [PATCH v5 6/6] mm: handle userfaults under VMA lock
[PATCH v1 00/14] Transparent Contiguous PTEs for User Mappings
2023-06-30 1:54 UTC (3+ messages)
` [PATCH v1 11/14] arm64/mm: Wire up PTE_CONT for user mappings
[PATCH] scripts/gdb: fix 'lx-lsmod' show the wrong size
2023-06-30 1:01 UTC (2+ messages)
PROBLEM: zswap+z3fold kernel crashes under memory pressure
2023-06-30 1:01 UTC
[PATCH 2/2] mm: make show_free_areas() static
2023-06-30 0:55 UTC (3+ messages)
[PATCH 1/2] mm: remove arguments of show_mem()
2023-06-30 0:53 UTC (3+ messages)
[PATCH] mm/mmap: Fix error return in do_vmi_align_munmap()
2023-06-30 0:48 UTC (4+ messages)
` [GIT PULL] "
[GIT PULL] slab updates for 6.5
2023-06-30 0:23 UTC (2+ messages)
[PATCH] Documentation: mm/memfd: vm.memfd_noexec
2023-06-29 23:25 UTC
[PATCH v25 00/10] crash: Kernel handling of CPU and memory hot un/plug
2023-06-29 23:20 UTC (14+ messages)
` [PATCH v25 01/10] drivers/base: refactor cpu.c to use .is_visible()
` [PATCH v25 02/10] drivers/base: refactor memory.c "
` [PATCH v25 03/10] crash: move a few code bits to setup support of crash hotplug
` [PATCH v25 04/10] crash: add generic infrastructure for crash hotplug support
` [PATCH v25 05/10] kexec: exclude elfcorehdr from the segment digest
` [PATCH v25 06/10] crash: memory and CPU hotplug sysfs attributes
` [PATCH v25 07/10] x86/crash: add x86 crash hotplug support
` [PATCH v25 08/10] crash: hotplug support for kexec_load()
` [PATCH v25 09/10] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v25 10/10] x86/crash: optimize CPU changes
[PATCH v2] mm/slub: disable slab merging in the default configuration
2023-06-29 22:19 UTC
[PATCH v8 3/5] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
2023-06-29 21:04 UTC (5+ messages)
[PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-06-29 21:04 UTC (7+ messages)
` [PATCH v2 2/6] mm: userfaultfd: refactor hugetlb folio allocation / lookup code
` [PATCH v2 3/6] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
` [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH v2 5/6] selftests/mm: add uffd unit test for UFFDIO_POISON
` [PATCH v2 6/6] mm: userfaultfd: add basic documentation "
[PATCH] mm: Always downgrade mmap_lock if requested
2023-06-29 20:00 UTC (2+ messages)
[PATCH v4] Randomized slab caches for kmalloc()
2023-06-29 19:56 UTC (2+ messages)
[RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
2023-06-29 17:26 UTC (4+ messages)
` [RESEND PATCH v9 2/2] "
[PATCH v1 00/10] variable-order, large folios for anonymous memory
2023-06-29 17:05 UTC (5+ messages)
` [PATCH v1 10/10] mm: Allocate "
[PATCH] mm/khugepaged: fix iteration in collapse_file
2023-06-29 16:42 UTC (8+ messages)
` [PATCH] mm/khugepaged: fix regression in collapse_file()
` [PATCH hotfix] "
[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
2023-06-29 16:07 UTC (11+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox