linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-07 21:44:10 to 2022-12-08 23:30:02 UTC [more...]

[PATCH v7 00/20] TDX host kernel support
 2022-12-08 23:29 UTC  (12+ messages)
` [PATCH v7 11/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions

[PATCH v2 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-12-08 23:21 UTC  (37+ messages)
` [PATCH v2 02/10] mm/hugetlb: Don't wait for migration entry during follow page
` [PATCH v2 03/10] mm/hugetlb: Document huge_pte_offset usage
` [PATCH v2 04/10] mm/hugetlb: Move swap entry handling into vma lock when faulted
` [PATCH v2 05/10] mm/hugetlb: Make userfaultfd_huge_must_wait() safe to pmd unshare
` [PATCH v2 06/10] mm/hugetlb: Make hugetlb_follow_page_mask() "
` [PATCH v2 07/10] mm/hugetlb: Make follow_hugetlb_page() "
` [PATCH v2 08/10] mm/hugetlb: Make walk_hugetlb_range() "
` [PATCH v2 09/10] mm/hugetlb: Introduce hugetlb_walk()
` [PATCH v2 10/10] mm/hugetlb: Document why page_vma_mapped_walk() is safe to walk

[PATCH-block 0/3] blk-cgroup: Fix potential UAF & miscellaneous cleanup
 2022-12-08 23:00 UTC  (5+ messages)
` [PATCH-block 1/3] bdi, blk-cgroup: Fix potential UAF of blkcg
` [PATCH-block 2/3] blk-cgroup: Don't flush a blkg if destroyed
` [PATCH-block 3/3] blk-cgroup: Flush stats at blkgs destruction path

[PATCH v6 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-08 22:55 UTC  (11+ messages)
  ` [PATCH v6 1/6] mm/memfd: add F_SEAL_EXEC
  ` [PATCH v6 2/6] selftests/memfd: add tests for F_SEAL_EXEC
  ` [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
  ` [PATCH v6 4/6] mm/memfd: Add write seals when apply SEAL_EXEC to executable memfd
  ` [PATCH v6 5/6] selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXEC
  ` [PATCH v6 6/6] mm/memfd: security hook for memfd_create

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-12-08 22:55 UTC  (17+ messages)
` [RFC PATCH v2 01/47] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE
` [RFC PATCH v2 02/47] hugetlb: remove mk_huge_pte; it is unused
` [RFC PATCH v2 03/47] hugetlb: remove redundant pte_mkhuge in migration path
` [RFC PATCH v2 05/47] hugetlb: make hugetlb_vma_lock_alloc return its failure reason
` [RFC PATCH v2 08/47] hugetlb: add HGM enablement functions
` [RFC PATCH v2 09/47] hugetlb: make huge_pte_lockptr take an explicit shift argument
` [RFC PATCH v2 10/47] hugetlb: add hugetlb_pte to track HugeTLB page table entries

[PATCH mm-unstable] mm: clarify folio_set_compound_order() zero support
 2022-12-08 22:39 UTC  (17+ messages)

[PATCH v3 0/4] cachestat: a new syscall for page cache state of files
 2022-12-08 22:31 UTC  (7+ messages)
` [PATCH v3 1/4] workingset: fix confusion around eviction vs refault container
` [PATCH v3 2/4] workingset: refactor LRU refault to expose refault recency check
` [PATCH v3 3/4] cachestat: implement cachestat syscall
` [PATCH v3 4/4] selftests: Add selftests for cachestat

[linux-next:master 8791/14039] kismet: WARNING: unmet direct dependencies detected for TEGRA_BPMP when selected by ARCH_TEGRA_186_SOC
 2022-12-08 22:19 UTC 

[PATCH v3 0/4] Convert deactivate_page() to folio_deactivate()
 2022-12-08 21:56 UTC  (11+ messages)
` [PATCH v3 1/4] mm/memory: Add vm_normal_folio()
` [PATCH v3 2/4] madvise: Convert madvise_cold_or_pageout_pte_range() to use folios
` [PATCH v3 3/4] mm/damon: Convert damon_pa_mark_accessed_or_deactivate() "
` [PATCH v3 4/4] mm/swap: Convert deactivate_page() to folio_deactivate()

[PATCH 1/2] mm: huge_memory: Convert madvise_free_huge_pmd to use a folio
 2022-12-08 21:32 UTC  (3+ messages)
` [PATCH 2/2] mm: swap: Convert mark_page_lazyfree() to mark_folio_lazyfree()

[PATCH v1] mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
 2022-12-08 20:21 UTC  (7+ messages)

[PATCH v2] mm/highmem: Add notes about conversions from kmap{,_atomic}()
 2022-12-08 20:05 UTC  (3+ messages)

[PATCH v1 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2022-12-08 19:52 UTC  (5+ messages)
` [PATCH v1 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area

[PATCH] mm/uffd: Always wr-protect pte in pte|pmd_mkuffd_wp()
 2022-12-08 19:46 UTC 

[PATCH 0/5] Clean up and fixes for swap
 2022-12-08 19:14 UTC  (8+ messages)
` [PATCH 1/5] swapfile: get rid of volatile and avoid redundant read
` [PATCH 2/5] swap: avoid a redundant pte map if ra window is 1
` [PATCH 3/5] swap: fold swap_ra_clamp_pfn into swap_ra_info
` [PATCH 4/5] swap: remove the swap lock in swap_cache_get_folio
` [PATCH 5/5] swap: avoid ra statistic lost when swapin races

[RFC PATCH 0/6] Discard __GFP_ATOMIC
 2022-12-08 18:17 UTC  (13+ messages)
` [PATCH 1/6] mm/page_alloc: Rename ALLOC_HIGH to ALLOC_MIN_RESERVE
` [PATCH 2/6] mm/page_alloc: Treat RT tasks similar to GFP_HIGH
` [PATCH 3/6] mm/page_alloc: Explicitly record high-order atomic allocations in alloc_flags
` [PATCH 4/6] mm/page_alloc: Explicitly define what alloc flags deplete min reserves
` [PATCH 5/6] mm/page_alloc: Give GFP_ATOMIC and non-blocking allocations access to reserves
` [PATCH 6/6] mm: discard __GFP_ATOMIC

[PATCH v2 0/4] cachestat: a new syscall for page cache state of files
 2022-12-08 18:07 UTC  (8+ messages)
` [PATCH v2 2/4] workingset: refactor LRU refault to expose refault recency check

[RFC] Improving userfaultfd scalability for live migration
 2022-12-08 17:50 UTC  (12+ messages)

[linux-next:master 11021/14039] htmldocs: Warning: tools/power/cpupower/man/cpupower-powercap-info.1 references a file that doesn't exist: Documentation/power/powercap/powercap.txt
 2022-12-08 16:46 UTC 

[linux-next:master 3478/12617] include/asm-generic/unaligned.h:119:16: sparse: sparse: cast truncates bits from constant value (aa01a0 becomes a0)
 2022-12-08 16:00 UTC  (2+ messages)

[PATCH 00/24] Split page pools from struct page
 2022-12-08 15:33 UTC  (8+ messages)
` [PATCH 26/26] mlx5: Convert to netmem

[PATCH RFC] mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
 2022-12-08 15:17 UTC  (11+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 2d38c60cb87bdea68edbd9872de6d15c1e4773bf
 2022-12-08 14:25 UTC 

[PATCH for-6.1-fixes] memcg: Fix possible use-after-free in memcg_write_event_control()
 2022-12-08 14:36 UTC  (3+ messages)

[PATCH v2] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-08 14:23 UTC  (6+ messages)

[PATCH] cma:tracing: Print alloc result in trace_cma_alloc_finish
 2022-12-08 14:21 UTC 

[linux-next:master 9995/13707] drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_proc.c:418:2: warning: variable 'enabled' is used uninitialized whenever switch default is taken
 2022-12-08 13:17 UTC  (2+ messages)

[linux-next:master 14010/14039] security/apparmor/policy_unpack.c:316:18: error: unknown type name 'tri'
 2022-12-08 12:33 UTC 

[PATCH] MAINTAINERS: update Muchun Song's email
 2022-12-08 11:55 UTC 

[PATCH v3] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
 2022-12-08 11:54 UTC  (10+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-08 11:30 UTC  (17+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory

[PATCH v4 00/39] Shadow stacks for userspace
 2022-12-08 11:10 UTC  (5+ messages)
` [PATCH v4 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks

[linux-next:master 11969/13282] drivers/net/thunderbolt.c:733:47: sparse: sparse: restricted __le32 degrades to integer
 2022-12-08  9:03 UTC  (5+ messages)

[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2022-12-08  8:55 UTC  (5+ messages)
` [PATCH mm-unstable RFC 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s

[PATCH-next] block: fix null-deref in percpu_ref_put
 2022-12-08  8:55 UTC  (3+ messages)

[PATCH v2] mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit
 2022-12-08  8:41 UTC  (3+ messages)

[linux-next:master 12323/14039] kernel/events/uprobes.c:223:25: sparse: sparse: restricted __le32 degrades to integer
 2022-12-08  8:21 UTC 

[RFC 0/2] ACPI: APEI: Make synchronization errors call and
 2022-12-08  7:16 UTC  (11+ messages)
` [RFC 1/2] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context
` [RFC 2/2] ACPI: APEI: fix reboot caused by synchronous error loop because of memory_failure() failed

[linux-next:master 13368/13707] fs/gfs2/ops_fstype.c:1204 gfs2_fill_super() warn: missing error code 'error'
 2022-12-08  6:27 UTC 

Market Analysis of Auto Relay
 2022-12-08  5:06 UTC 

[PATCH mm-unstable v5 00/10] convert core hugetlb functions to folios
 2022-12-08  4:44 UTC  (14+ messages)
` [PATCH mm-unstable v5 01/10] mm: add folio dtor and order setter functions
` [PATCH mm-unstable v5 10/10] mm/hugetlb: change hugetlb allocation functions to return a folio

clang 15 built kernel crashes w. "BUG: kernel NULL pointer dereference, address: 00000000", gcc 12 built kernel with same config boots fine (x86)
 2022-12-08  4:12 UTC  (2+ messages)

[PATCH v2] mm/gup: fix gup_pud_range() for dax
 2022-12-08  4:08 UTC  (3+ messages)

[PATCH bpf-next v4 0/6] execmem_alloc for BPF programs
 2022-12-08  2:48 UTC  (4+ messages)

[linux-next:master 9158/13707] drivers/gpu/drm/i915/gt/intel_gt_mcr.c:739: warning: expecting prototype for intel_gt_mcr_wait_for_reg_fw(). Prototype was for intel_gt_mcr_wait_for_reg() instead
 2022-12-08  1:37 UTC 

[linux-next:master 13179/13707] arch/loongarch/kernel/asm-offsets.c:262:6: warning: no previous prototype for 'output_pbe_defines'
 2022-12-08  1:27 UTC 

[PATCH v2.2 1/8] fsdax: introduce page->share for fsdax in reflink mode
 2022-12-08  1:26 UTC  (2+ messages)

[linux-next:master 13179/13707] loongarch64-linux-ld: arch/loongarch/kernel/acpi.o:undefined reference to `loongarch_acpi_suspend'
 2022-12-08  1:06 UTC 

[PATCH v2 0/3] mm: push down lock_page_memcg()
 2022-12-08  0:36 UTC  (9+ messages)
` [PATCH 1/3] mm: memcontrol: skip moving non-present pages that are mapped elsewhere
` [PATCH 2/3] mm: rmap: remove lock_page_memcg()
` [PATCH 3/3] mm: memcontrol: deprecate charge moving

Low TCP throughput due to vmpressure with swap enabled
 2022-12-08  0:31 UTC  (11+ messages)

[PATCH] mm: fix typo in struct pglist_data code comment
 2022-12-08  0:02 UTC  (2+ messages)

[linux-next:master 9158/13707] drivers/gpu/drm/i915/gt/intel_gt_mcr.c:739: warning: expecting prototype for intel_gt_mcr_wait_for_reg_fw(). Prototype was for intel_gt_mcr_wait_for_reg() instead
 2022-12-07 23:56 UTC 

[PATCH 1/3] madvise: Convert madvise_cold_or_pageout_pte_range() to use folios
 2022-12-07 23:46 UTC  (2+ messages)

[PATCH v2 0/3] Convert deactivate_page() to deactivate_folio()
 2022-12-07 23:45 UTC  (7+ messages)
` [PATCH v2 1/3] madvise: Convert madvise_cold_or_pageout_pte_range() to use folios
` [PATCH v2 2/3] mm/damon: Convert damon_pa_mark_accessed_or_deactivate() "
` [PATCH v2 3/3] mm/swap: Convert deactivate_page() to folio_deactivate()

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-12-07 23:17 UTC  (14+ messages)

[PATCH] mm/highmem: Add notes about conversions from kmap{,_atomic}()
 2022-12-07 23:03 UTC  (4+ messages)

[linux-next:master] [mm] 5df397dec7: will-it-scale.per_thread_ops -53.3% regression
 2022-12-07 22:20 UTC  (7+ messages)

[PATCH v2] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
 2022-12-07 22:14 UTC  (3+ messages)

[linux-next:master 11968/13707] drivers/net/thunderbolt.c:733:47: sparse: sparse: restricted __le32 degrades to integer
 2022-12-07 21:53 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 NNTP newsgroup(s).