[PATCH v3 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options
2022-06-23 4:20 UTC (16+ messages)
` [PATCH v3 1/4] memblock tests: add user-provided arguments to Makefile
` [PATCH v3 2/4] memblock tests: add verbose output to memblock tests
` [PATCH v3 4/4] memblock tests: remove completed TODO items
[syzbot] WARNING in folio_lruvec_lock_irqsave
2022-06-23 3:49 UTC (7+ messages)
[RFC PATCH v2 0/3] Add PUD and kernel PTE level pagetable account
2022-06-23 3:34 UTC (8+ messages)
` [RFC PATCH v2 1/3] mm: Factor out the pagetable pages account into new helper function
` [RFC PATCH v2 2/3] mm: Add PUD level pagetable account
` [RFC PATCH v2 3/3] mm: Add kernel PTE level pagetable pages account
[RFC PATCH bpf-next 00/10] bpf, mm: Recharge pages when reuse bpf map
2022-06-23 3:29 UTC (6+ messages)
` [RFC PATCH bpf-next 03/10] mm, memcg: Add new helper obj_cgroup_from_current()
[PATCH 00/16] A few cleanup patches for huge_memory
2022-06-23 3:22 UTC (19+ messages)
` [PATCH 01/16] mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmd
` [PATCH 02/16] mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmd
` [PATCH 03/16] mm/huge_memory: fix comment of __pud_trans_huge_lock
` [PATCH 04/16] mm/huge_memory: use helper touch_pud in huge_pud_set_accessed
` [PATCH 05/16] mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessed
` [PATCH 06/16] mm/huge_memory: rename mmun_start to haddr in remove_migration_pmd
` [PATCH 07/16] mm/huge_memory: minor cleanup for split_huge_pages_pid
` [PATCH 08/16] mm/huge_memory: use helper macro __ATTR_RW
` [PATCH 09/16] mm/huge_memory: fix comment in zap_huge_pud
` [PATCH 10/16] mm/huge_memory: check pmd_present first in is_huge_zero_pmd
` [PATCH 11/16] mm/huge_memory: try to free subpage in swapcache when possible
` [PATCH 12/16] mm/huge_memory: minor cleanup for split_huge_pages_all
` [PATCH 13/16] mm/huge_memory: add helper __get_deferred_split_queue
` [PATCH 14/16] mm/huge_memory: fix comment of page_deferred_list
` [PATCH 15/16] mm/huge_memory: correct comment of prep_transhuge_page
` [PATCH 16/16] mm/huge_memory: comment the subtle logic in __split_huge_pmd
[net] 4890b686f4: netperf.Throughput_Mbps -69.4% regression
2022-06-23 3:08 UTC (3+ messages)
[PATCH v7 00/12] mm/demotion: Memory tiers and demotion
2022-06-23 2:53 UTC (17+ messages)
` [PATCH v7 01/12] mm/demotion: Add support for explicit memory tiers
` [PATCH v7 02/12] mm/demotion: Move memory demotion related code
` [PATCH v7 03/12] mm/demotion/dax/kmem: Set node's memory tier to MEMORY_TIER_PMEM
` [PATCH v7 04/12] mm/demotion: Add hotplug callbacks to handle new numa node onlined
` [PATCH v7 05/12] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v7 06/12] mm/demotion: Expose memory tier details via sysfs
` [PATCH v7 07/12] mm/demotion: Add per node memory tier attribute to sysfs
` [PATCH v7 08/12] mm/demotion: Add pg_data_t member to track node memory tier details
` [PATCH v7 09/12] mm/demotion: Demote pages according to allocation fallback order
` [PATCH v7 10/12] mm/demotion: Update node_is_toptier to work with memory tiers
` [PATCH v7 11/12] mm/demotion: Add documentation for memory tiering
` [PATCH v7 12/12] mm/demotion: Add sysfs ABI documentation
[PATCH v12 00/14] Multi-Gen LRU Framework
2022-06-23 2:36 UTC (8+ messages)
` [PATCH v12 12/14] mm: multi-gen LRU: debugfs interface
[PATCH v2] mm/page_alloc: make the annotations of available memory more accurate
2022-06-23 2:08 UTC
[PATCH v9 00/14] io-uring/xfs: support async buffered writes
2022-06-23 0:50 UTC (8+ messages)
[PATCH v2] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
2022-06-23 0:44 UTC
[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
2022-06-23 0:24 UTC (3+ messages)
[PATCH] mm: sparsemem: fix missing higher order allocation splitting
2022-06-22 23:32 UTC (2+ messages)
[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2022-06-22 23:16 UTC (16+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support
[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
2022-06-22 21:36 UTC (5+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE
` [PATCH 2/4] kvm: Merge "atomic" and "write" in __gfn_to_pfn_memslot()
` [PATCH 3/4] kvm: Add new pfn error KVM_PFN_ERR_INTR
` [PATCH 4/4] kvm/x86: Allow to respond to generic signals during slow page faults
[patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE
2022-06-22 21:07 UTC (9+ messages)
` clear_user (was: [patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE)
` [PATCH] x86/clear_user: Make it faster
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-06-22 20:58 UTC (39+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support
` [PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v6 10/49] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 v6 13/49] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 v6 17/49] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v6 27/49] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests
[linux-next:master] BUILD REGRESSION ac0ba5454ca85162c08dc429fef1999e077ca976
2022-06-22 20:28 UTC
[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
2022-06-22 19:58 UTC (3+ messages)
` [PATCHv7 06/14] efi/x86: "
[linux-next:master 2888/4996] drivers/firmware/efi/sysfb_efi.c:29:10: fatal error: asm/efi.h: No such file or directory
2022-06-22 19:49 UTC
[PATCH v1 0/5] userfaultfd: support access/write hints
2022-06-22 18:50 UTC (6+ messages)
` [PATCH v1 1/5] userfaultfd: introduce uffd_flags
` [PATCH v1 2/5] userfaultfd: introduce access-likely mode for common operations
` [PATCH v1 3/5] userfaultfd: introduce write-likely mode for uffd operations
` [PATCH v1 4/5] userfaultfd: zero access/write hints
` [PATCH v1 5/5] selftest/userfaultfd: test read/write hints
[PATCH] mm/page_alloc: make the annotations of available memory more accurate
2022-06-22 18:43 UTC (2+ messages)
[mm-unstable v5 PATCH 0/7] Cleanup transhuge_xxx helpers
2022-06-22 17:52 UTC (5+ messages)
` [v5 PATCH 4/7] mm: thp: kill transparent_hugepage_active()
[PATCH v4] Documentation: highmem: Use literal block for code example in highmem.h comment
2022-06-22 17:31 UTC (2+ messages)
[PATCH] docs: rename Documentation/vm to Documentation/mm
2022-06-22 17:27 UTC (2+ messages)
[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-06-22 16:49 UTC (3+ messages)
` [RFC PATCH v3] "
[PATCHv4 0/8] Linear Address Masking enabling
2022-06-22 16:22 UTC (9+ messages)
` [PATCHv4 1/8] x86/mm: Fix CR3_ADDR_MASK
` [PATCHv4 2/8] x86: CPUID and CR3/CR4 flags for Linear Address Masking
` [PATCHv4 3/8] mm: Pass down mm_struct to untagged_addr()
` [PATCHv4 4/8] x86/mm: Handle LAM on context switch
` [PATCHv4 5/8] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv4 6/8] x86/mm: Provide ARCH_GET_UNTAG_MASK and ARCH_ENABLE_TAGGED_ADDR
` [PATCHv4 7/8] x86: Expose untagging mask in /proc/$PID/arch_status
` [PATCHv4 OPTIONAL 8/8] x86/mm: Extend LAM to support to LAM_U48
[RFC PATCH v4] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
2022-06-22 16:02 UTC (2+ messages)
CVE-2022-1462: race condition vulnerability in drivers/tty/tty_buffers.c
2022-06-22 14:27 UTC (4+ messages)
[bug report] mm/mmap: change do_mas_align_munmap() to avoid preallocations for sidetree
2022-06-22 12:52 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS d317111b3b1ae726a1a0f6c2329e0c20f6ade3d6
2022-06-22 11:33 UTC
[PATCH v5 00/22] TDX host kernel support
2022-06-22 11:16 UTC (2+ messages)
` [PATCH v5 05/22] x86/virt/tdx: Prevent hot-add driver managed memory
[PATCH v2 0/2] Minor memoryhotplug refactoring
2022-06-22 10:49 UTC (12+ messages)
` [PATCH v2 1/2] mm/page_alloc: Do not calculate node's total pages and memmap pages when empty
` [PATCH v2 2/2] mm/memory_hotplug: Reset node's state when empty during offline
[linux-next:master 3913/4996] drivers/pci/endpoint/functions/pci-epf-vntb.c:975:5: warning: no previous prototype for function 'pci_read'
2022-06-22 10:17 UTC
[PATCH v2 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options
2022-06-22 9:09 UTC (5+ messages)
` [PATCH v2 1/4] memblock tests: add user-provided arguments to Makefile
` [PATCH v2 2/4] memblock tests: add verbose output to memblock tests
` [PATCH v2 3/4] memblock tests: set memblock_debug to enable memblock_dbg() messages
` [PATCH v2 4/4] memblock tests: remove completed TODO items
[PATCH 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options
2022-06-22 8:46 UTC (6+ messages)
` [PATCH 1/4] memblock tests: add user-provided arguments to Makefile
` [PATCH 2/4] memblock tests: add verbose output to memblock tests
` [PATCH 3/4] memblock tests: set memblock_debug to enable memblock_dbg() messages
` [PATCH 4/4] memblock tests: remove completed TODO items
[PATCH v3] Documentation: highmem: Use literal block for code example in highmem.h comment
2022-06-22 8:36 UTC (3+ messages)
[PATCH -V4 0/3] memory tiering: hot page selection
2022-06-22 8:35 UTC (4+ messages)
` [PATCH -V4 1/3] memory tiering: hot page selection with hint page fault latency
` [PATCH -V4 2/3] memory tiering: rate limit NUMA migration throughput
` [PATCH -V4 3/3] memory tiering: adjust hot threshold automatically
[PATCH v1] mm, hugetlb: skip irrelevant nodes in hugetlb_show_meminfo()
2022-06-22 6:21 UTC (2+ messages)
[PATCH] mm: fix racing of vb->va when kasan enabled
2022-06-22 6:04 UTC (11+ messages)
[PATCHv2 1/2] mm: eliminate ifdef of HAVE_IOREMAP_PROT in .c files
2022-06-22 4:13 UTC (3+ messages)
[PATCH v5 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
2022-06-22 3:40 UTC (5+ messages)
` [PATCH v5 2/2] mm: memory_hotplug: "
[PATCH] mm/damon: Use set_huge_pte_at() to make huge pte old
2022-06-22 3:09 UTC (2+ messages)
mm/madvise.c:1438:6: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
2022-06-22 2:37 UTC (6+ messages)
` [kbuild-all] "
[PATCH 5.15] mm: validate buddy page before using
2022-06-22 1:52 UTC (13+ messages)
[af_unix] afd20b9290: stress-ng.sockdiag.ops_per_sec -26.3% regression
2022-06-22 0:25 UTC (2+ messages)
[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
2022-06-22 0:15 UTC (12+ messages)
` [patch v3] "
` [patch v4] "
` [patch v5] "
[linux-next:master 3156/4834] drivers/ufs/host/ufs-mediatek.c:1284:15: error: implicit declaration of function 'ufshcd_system_suspend'; did you mean 'ufs_mtk_system_suspend'?
2022-06-21 23:58 UTC
[PATCH v2 0/4] hugetlb: speed up linear address scanning
2022-06-21 23:56 UTC (2+ messages)
` [PATCH v2 4/4] hugetlb: Lazy page table copies in fork()
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