[PATCH v2 0/5] Replace is_longterm_pinnable_page()
2023-06-14 20:13 UTC (7+ messages)
` [PATCH v2 1/5] mmzone: Introduce folio_is_zone_movable()
` [PATCH v2 2/5] mmzone: Introduce folio_migratetype()
` [PATCH v2 3/5] mm/gup_test.c: Convert verify_dma_pinned() to us folios
` [PATCH v2 4/5] mm/gup.c: Reorganize try_get_folio()
` [PATCH v2 5/5] mm: Remove is_longterm_pinnable_page() and Reimplement folio_is_longterm_pinnable()
[PATCH 1/2] highmem: Add memcpy_to_folio()
2023-06-14 19:30 UTC (2+ messages)
[PATCH v2 0/1] x86: Fix .bss corruption
2023-06-14 18:43 UTC (4+ messages)
` [PATCH v2 1/1] x86/mm/KASLR: Store pud_page_tramp into entry rather than page
[linux-next:master] BUILD REGRESSION b16049b21162bb649cdd8519642a35972b7910fe
2023-06-14 18:42 UTC
[PATCH] mm: page_io: Prefer 'unsigned int' to bare use of 'unsigned'
2023-06-14 18:12 UTC (3+ messages)
[PATCH v18 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-06-14 18:00 UTC (12+ messages)
` [PATCH v18 2/5] fs/proc/task_mmu: "
` [PATCH v18 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
DAMON testing and benchmarking
2023-06-14 17:27 UTC (2+ messages)
[PATCH v9 00/42] Shadow stacks for userspace
2023-06-14 17:00 UTC (22+ messages)
` [PATCH v9 02/42] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
` [PATCH v9 04/42] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v9 05/42] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v9 14/42] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-06-14 16:47 UTC (5+ messages)
` [PATCH RFC v9 03/51] KVM: x86: Use full 64-bit error code for kvm_mmu_do_page_fault
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask
[PATCH v4 00/34] Split ptdesc from struct page
2023-06-14 16:41 UTC (72+ messages)
` [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v4 04/34] pgtable: Create struct ptdesc
` [PATCH v4 05/34] mm: add utility functions for ptdesc
` [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v4 08/34] mm: Convert ptlock_ptr() "
` [PATCH v4 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v4 10/34] mm: Convert ptlock_init() "
` [PATCH v4 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v4 12/34] mm: Convert ptlock_free() "
` [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v4 15/34] x86: "
` [PATCH v4 16/34] s390: Convert various gmap "
` [PATCH v4 17/34] s390: Convert various pgalloc "
` [PATCH v4 18/34] mm: Remove page table members from struct page
` [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v4 20/34] arm: "
` [PATCH v4 21/34] arm64: "
` [PATCH v4 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v4 23/34] hexagon: "
` [PATCH v4 24/34] loongarch: Convert various functions "
` [PATCH v4 25/34] m68k: "
` [PATCH v4 26/34] mips: "
` [PATCH v4 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v4 28/34] openrisc: "
` [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v4 30/34] sh: Convert pte_free_tlb() "
` [PATCH v4 31/34] sparc64: Convert various functions "
` [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH] rust: allocator: Prevents mis-aligned allocation
2023-06-14 16:30 UTC (4+ messages)
[PATCH 0/1] x86: Fix .bss corruption
2023-06-14 16:30 UTC (3+ messages)
` [PATCH 1/1] x86/mm/KASLR: Store pud_page_tramp into entry rather than page
[linux-next:master 2238/9385] drivers/gpu/drm/i915/display/intel_display_power.h:256:70: error: declaration of 'struct seq_file' will not be visible outside of this function
2023-06-14 16:10 UTC (3+ messages)
x86: pgtable / kaslr initialisation (OOB) help
2023-06-14 16:09 UTC (9+ messages)
[PATCH] memblock: Add error message when memblock_can_resize is not ready
2023-06-14 16:07 UTC (2+ messages)
[BUG] trigger BUG_ON in mas_store_prealloc when low memory
2023-06-14 15:58 UTC (4+ messages)
[PATCH 0/7] mm/gup: Unify hugetlb, speed up thp
2023-06-14 15:57 UTC (21+ messages)
` [PATCH 1/7] mm/hugetlb: Handle FOLL_DUMP well in follow_page_mask()
` [PATCH 2/7] mm/hugetlb: Fix hugetlb_follow_page_mask() on permission checks
` [PATCH 3/7] mm/hugetlb: Add page_mask for hugetlb_follow_page_mask()
` [PATCH 4/7] mm/hugetlb: Prepare hugetlb_follow_page_mask() for FOLL_PIN
` [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()
[linux-next:master 9063/9793] drivers/ata/pata_octeon_cf.c:835:7: error: call to undeclared function 'of_property_read_reg'; ISO C99 and later do not support implicit function declarations
2023-06-14 15:26 UTC (3+ messages)
[PATCH v6 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
2023-06-14 15:14 UTC (3+ messages)
` [PATCH v6 18/19] arm64 : mm: add wrapper function ioremap_prot()
[PATCH] mm: zswap: multiple zpool support
2023-06-14 14:59 UTC (3+ messages)
[PATCH] mm: kill lock|unlock_page_memcg()
2023-06-14 14:39 UTC (3+ messages)
[PATCH] mm: zswap: invaldiate entry after writeback
2023-06-14 14:35 UTC (2+ messages)
[PATCH] block: Fix dio_cleanup() to advance the head index
2023-06-14 12:59 UTC (4+ messages)
inconsistence in mprotect_fixup mlock_fixup madvise_update_vma
2023-06-14 12:57 UTC (6+ messages)
[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
2023-06-14 12:44 UTC (6+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA
[linux-next:master 5726/9793] drivers/gpu/drm/i915/i915_driver.c:1806:17: error: use of undeclared identifier 'i915_drm_client_fdinfo'
2023-06-14 12:43 UTC
[PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
2023-06-14 12:31 UTC (27+ messages)
` [PATCH v11 11/20] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions
[PATCH v2] mm: compaction: skip memory hole rapidly when isolating migratable pages
2023-06-14 12:22 UTC (7+ messages)
[linux-next:pending-fixes] BUILD SUCCESS bc9b3eb6d292e7d518909861421561b601db3eae
2023-06-14 12:05 UTC
[linux-next:master 8650/9793] security/apparmor/policy_unpack.c:1144: warning: expecting prototype for verify_dfa_accept_xindex(). Prototype was for verify_dfa_accept_index() instead
2023-06-14 11:59 UTC
[PATCH] mm/mm_init.c: remove spinlock in early_pfn_to_nid()
2023-06-14 11:53 UTC (4+ messages)
[PATCH] memblock: use the helper macro for_each_zone
2023-06-14 11:46 UTC (2+ messages)
[linux-next:master 7890/9793] kernel/rcu/rcuscale.c:301:20: error: use of undeclared identifier 'get_rcu_tasks_gp_kthread'; did you mean 'get_rcu_tasks_trace_gp_kthread'?
2023-06-14 11:39 UTC
[PATCH -next 1/2] mm: compaction: convert to use a folio in isolate_migratepages_block()
2023-06-14 11:21 UTC (4+ messages)
[PATCH v2 0/3] Optimize the fast path of mas_store()
2023-06-14 11:10 UTC (3+ messages)
[PATCH 00/16] Add support for DAX vmemmap optimization for ppc64
2023-06-14 10:50 UTC (2+ messages)
` [PATCH 14/16] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
[PATCH v1 0/2] Report on physically contiguous memory in smaps
2023-06-14 10:41 UTC (3+ messages)
[PATCH] kasan: add support for kasan.fault=panic_on_write
2023-06-14 10:06 UTC (2+ messages)
[linux-next:master 6433/9793] arch/riscv/kernel/signal.c:94:16: sparse: sparse: incorrect type in initializer (different address spaces)
2023-06-14 10:05 UTC
[PATCH v3] mm: compaction: skip memory hole rapidly when isolating migratable pages
2023-06-14 8:40 UTC
[PATCH] mm: convert mm's rss stats into percpu_counter
2023-06-14 8:37 UTC (3+ messages)
[PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-06-14 7:58 UTC (8+ messages)
` [PATCH drm-next v4 03/14] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next v4 14/14] drm/nouveau: debugfs: implement DRM GPU VA debugfs
[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
2023-06-14 7:51 UTC (7+ messages)
[PATCH v2] watchdog/mm: Allow dumping memory info in pretimeout
2023-06-14 7:42 UTC (3+ messages)
[PATCH v5] Documentation/mm: Initial page table documentation
2023-06-14 7:25 UTC
[PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference
2023-06-14 7:13 UTC (2+ messages)
[PATCH v4] Documentation/mm: Initial page table documentation
2023-06-14 7:12 UTC (3+ messages)
[PATCH stable 5.10 0/1] Fix memleak during hotremove memory
2023-06-14 6:45 UTC (4+ messages)
` [PATCH stable 5.10 1/1] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
[PATCH v4 0/9] fs: implement multigrain timestamps
2023-06-14 6:29 UTC (7+ messages)
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime
[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
2023-06-14 3:58 UTC (4+ messages)
` [PATCH v2 31/32] mm/swap: swap_vma_readahead() do the pte_offset_map()
[PATCH v2 0/9] convert hugetlb_cgroup helper functions to folios
2023-06-13 23:29 UTC (5+ messages)
` [PATCH v2 5/9] mm/hugetlb: convert isolate_or_dissolve_huge_page "
[PATCH] mm/slab_common: use SLAB_NO_MERGE instead of negative refcount
2023-06-13 23:15 UTC (2+ messages)
[PATCH v4 00/36] New page table range API
2023-06-13 22:45 UTC (4+ messages)
` [PATCH v4 17/36] nios2: Implement the new "
[PATCH 00/13] mm: jit/text allocator
2023-06-13 22:16 UTC (4+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
[linux-next:master 8191/9385] htmldocs: Documentation/networking/device_drivers/ethernet/mellanox/mlx5/switchdev.rst:57: WARNING: Unexpected indentation
2023-06-13 21:47 UTC
[linux-next:master] BUILD REGRESSION 1f6ce8392d6ff486af5ca96df9ded5882c4b6977
2023-06-13 21:38 UTC
[PATCH] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED
2023-06-13 21:36 UTC (4+ messages)
[linux-next:master 3357/8413] drivers/scsi/FlashPoint.c:1712:12: warning: stack frame size (1056) exceeds limit (1024) in 'FlashPoint_HandleInterrupt'
2023-06-13 21:22 UTC (2+ messages)
[PATCH v2] lib: Replace kmap() with kmap_local_page()
2023-06-13 21:08 UTC (2+ messages)
[linux-next:master] [kbuild] df8fc4e934: BUG:unable_to_handle_page_fault_for_address
2023-06-13 20:58 UTC (3+ messages)
[PATCH 0/5] Replace is_longterm_pinnable_page()
2023-06-13 20:54 UTC (11+ messages)
` [PATCH 1/5] mmzone: Introduce folio_is_zone_movable()
` [PATCH 2/5] mmzone: Introduce folio_migratetype()
` [PATCH 3/5] mm/gup_test.c: Convert verify_dma_pinned() to us folios
` [PATCH 4/5] mm/gup.c: Reorganize try_get_folio()
` [PATCH 5/5] mm: Remove is_longterm_pinnable_page() and Reimplement folio_is_longterm_pinnable()
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