Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-14 13:05:39 to 2023-07-17 07:34:40 UTC [more...]

[PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-17  7:34 UTC  (2+ messages)

[PATCH] hugetlbfs: Fix integer overflow check in hugetlbfs_file_mmap()
 2023-07-17  7:33 UTC  (5+ messages)

next: kernel BUG at fs/ext4/mballoc.c:4369!
 2023-07-17  7:12 UTC  (5+ messages)

[akpm-mm:mm-unstable 93/173] drivers/clk/clk-fixed-mmio.c:33:2: error: call to undeclared function 'iounmap'; ISO C99 and later do not support implicit function declarations
 2023-07-17  7:05 UTC  (5+ messages)

[PATCH] mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
 2023-07-17  6:58 UTC 

[PATCH v7 3/3] shmem: stable directory offsets
 2023-07-17  6:46 UTC  (2+ messages)

[bug report] mm: replace vma->vm_flags direct modifications with modifier calls
 2023-07-17  6:13 UTC  (11+ messages)

[RFC PATCH V3 0/1] sched/numa: Fix disjoint set vma scan regression
 2023-07-17  6:23 UTC  (5+ messages)
` [RFC PATCH V3 1/1] "

[linux-next:master 2870/3252] drivers/cxl/acpi.c:300:4: warning: format specifies type 'unsigned long long' but the argument has type 'resource_size_t' (aka 'unsigned int')
 2023-07-17  6:15 UTC 

[PATCH 0/4] A few fixup and cleanup patches for memory-failure
 2023-07-17  5:55 UTC  (10+ messages)
` [PATCH 1/4] mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
` [PATCH 2/4] mm: memory-failure: fix potential unexpected return value from unpoison_memory()
` [PATCH 3/4] mm: memory-failure: avoid false hwpoison page mapped error info
` [PATCH 4/4] mm: memory-failure: add PageOffline() check

[PATCH 1/2] mm/damon/dbgfs: reduce stack usage in str_to_schemes()
 2023-07-17  3:41 UTC  (3+ messages)
` [PATCH 2/2] mm/mm/damon/sysfs-schemes: reduce stack usage in damon_sysfs_mk_scheme()

[PATCH 1/3] mm/page_poison: remove unused page_ext.h from page_poison
 2023-07-17 11:32 UTC  (3+ messages)
` [PATCH 2/3] mm/vmstat: remove unused page_ext.h from vmstat
` [PATCH 3/3] mm/page_ext: move page_ext_operations definition under CONFIG_PAGE_EXTENSION

[PATCH] mm/memcg: use get_page() for device private pages in mc_handle_swap_pte()
 2023-07-17  2:28 UTC  (3+ messages)

[RFC PATCH v2 0/3] support large folio for mlock
 2023-07-17  1:58 UTC  (7+ messages)
` [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio

[PATCH 2/3] mm/page_ext: remove rollback for untouched mem_section in online_page_ext
 2023-07-17  1:47 UTC  (2+ messages)

[PATCH v1] mm/hwpoison: rename hwp_walk* to hwpoison_walk*
 2023-07-17  1:44 UTC  (3+ messages)

[RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
 2023-07-17  0:15 UTC  (16+ messages)

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-07-16 22:30 UTC  (8+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-16 21:51 UTC  (36+ messages)
` [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
` [PATCH 03/35] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH 04/35] arm64/gcs: Document the ABI "
` [PATCH 05/35] arm64/sysreg: Add new system registers for GCS
` [PATCH 06/35] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH 07/35] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH 08/35] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH 09/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH 10/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH 11/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH 12/35] arm64/mm: Map pages for guarded control stack
` [PATCH 13/35] KVM: arm64: Manage GCS registers for guests
` [PATCH 14/35] arm64: Disable traps for GCS usage at EL0 and EL1
` [PATCH 15/35] arm64/idreg: Add overrride for GCS
` [PATCH 16/35] arm64/hwcap: Add hwcap "
` [PATCH 17/35] arm64/traps: Handle GCS exceptions
` [PATCH 18/35] arm64/mm: Handle GCS data aborts
` [PATCH 19/35] arm64/gcs: Context switch GCS registers for EL0
` [PATCH 20/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH 22/35] arm64/mm: Implement map_shadow_stack()
` [PATCH 23/35] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH 24/35] arm64/signal: Expose GCS state in signal frames
` [PATCH 25/35] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH 26/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH 27/35] kselftest/arm64: Verify the GCS hwcap
` [PATCH 28/35] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH 29/35] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH 30/35] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH 31/35] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH 32/35] kselftest/arm64: Add very basic GCS test program
` [PATCH 33/35] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH 34/35] selftests/arm64: Add GCS signal tests
` [PATCH 35/35] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH 6.1 576/591] mm/mmap: Fix extra maple tree write
 2023-07-16 19:51 UTC 

[PATCH 6.4 018/800] splice: Fix filemap_splice_read() to use the correct inode
 2023-07-16 19:37 UTC 

[PATCH v10 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-07-16 15:11 UTC  (3+ messages)
` [PATCH v10 4/4] "

[PATCH v1 00/14] Transparent Contiguous PTEs for User Mappings
 2023-07-16 15:09 UTC  (5+ messages)
` [PATCH v1 11/14] arm64/mm: Wire up PTE_CONT for user mappings

[PATCH stable v6.1] mm/mmap: Fix extra maple tree write
 2023-07-16 15:08 UTC  (9+ messages)
` Patch "mm/mmap: Fix extra maple tree write" has been added to the 6.1-stable tree
` Patch "mm/mmap: Fix extra maple tree write" has been added to the 5.4-stable tree

[PATCH] fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigate a false sharing
 2023-07-16 14:56 UTC  (5+ messages)
    ` [PATCH v2] "

Fwd: mm/page_alloc.c:4453 with cfg80211_wiphy_work [cfg80211]
 2023-07-16 11:28 UTC  (2+ messages)

[bug/bisected] I see "mm/pgtable-generic.c:53: bad pmd (____ptrval____)(8000000100077061)" every boot time
 2023-07-16 11:23 UTC  (5+ messages)

[linux-next:master 560/2692] drivers/gpu/drm/loongson/lsdc_benchmark.c:27:35: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-07-15 19:54 UTC 

[PATCH] maple_tree: mtree_insert*: fix typo in kernel-doc description
 2023-07-15 14:39 UTC 

[PATCH] maple_tree: mtree_insert: fix typo in kernel-doc description of GFP flags
 2023-07-15  8:40 UTC 

[PATCH] mm: kill frontswap
 2023-07-15  4:23 UTC  (10+ messages)
` [PATCH 0/5] Followup folio conversions for zswap
  ` [PATCH 1/5] fix-frontswap
  ` [PATCH 2/5] zswap: Make zswap_store() take a folio
  ` [PATCH 3/5] memcg: Convert get_obj_cgroup_from_page to get_obj_cgroup_from_folio
  ` [PATCH 4/5] swap: Remove some calls to compound_head() in swap_readpage()
  ` [PATCH 5/5] zswap: Make zswap_load() take a folio

[PATCH mm-unstable 0/8] convert hugepage memory failure functions to folios
 2023-07-15  4:07 UTC  (3+ messages)
` [PATCH mm-unstable 8/8] mm/memory-failure: convert unpoison_memory() "

[PATCH RESEND] memory tier: Use helper macro __ATTR_RW()
 2023-07-15  3:51 UTC 

[PATCH] memory tier: Use helper macro __ATTR_RW()
 2023-07-15  3:48 UTC  (2+ messages)

[PATCH] shmem: set variable shmem_mark_dquot_dirty and shmem_dquot_write_info storage-class-specifier to static
 2023-07-15  3:14 UTC  (2+ messages)

[PATCH rfc -next 00/10] mm: convert to generic VMA lock-based page fault
 2023-07-15  1:54 UTC  (6+ messages)
` [PATCH rfc -next 01/10] mm: add a generic VMA lock-based page fault handler

[PATCH v2 0/4] More strict maple tree lockdep
 2023-07-15  1:28 UTC  (7+ messages)
` [PATCH v2 1/4] mm/mmap: Clean up validate_mm() calls
` [PATCH v2 2/4] maple_tree: Relax lockdep checks for on-stack trees
` [PATCH v2 3/4] mm/mmap: Change detached vma locking scheme
` [PATCH v2 4/4] maple_tree: Be more strict about locking

Expensive memory.stat + cpu.stat reads
 2023-07-15  0:30 UTC  (9+ messages)

[PATCH v1 0/9] selftests/mm fixes for arm64
 2023-07-15  0:04 UTC  (3+ messages)
` [PATCH v1 3/9] selftests/mm: Skip soft-dirty tests on arm64

[PATCH v3 0/7] Add support for memmap on memory feature on ppc64
 2023-07-14 23:14 UTC  (8+ messages)
` [PATCH v3 3/7] mm/hotplug: Allow architecture to override memmap on memory support check

[PATCH v9 00/42] Shadow stacks for userspace
 2023-07-14 22:57 UTC  (3+ messages)
` [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()

[PATCH v3 0/4] variable-order, large folios for anonymous memory
 2023-07-14 22:11 UTC  (12+ messages)
` [PATCH v3 1/4] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
` [PATCH v3 2/4] mm: Default implementation of arch_wants_pte_order()
` [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
` [PATCH v3 4/4] arm64: mm: Override arch_wants_pte_order()

[RFC][PATCH 00/10] futex: More Futex2 bits
 2023-07-14 20:10 UTC  (19+ messages)
` [RFC][PATCH 01/10] futex: Clarify FUTEX2 flags
` [RFC][PATCH 02/10] futex: Extend the "
` [RFC][PATCH 03/10] futex: Flag conversion
` [RFC][PATCH 04/10] futex: Add sys_futex_wake()
` [RFC][PATCH 05/10] mm: Add vmalloc_huge_node()
` [RFC][PATCH 06/10] futex: Propagate flags into get_futex_key()
` [RFC][PATCH 07/10] futex: Implement FUTEX2_NUMA
` [RFC][PATCH 08/10] futex: Propagate flags into futex_get_value_locked()
` [RFC][PATCH 09/10] futex: Enable FUTEX2_{8,16}
` [HACK][PATCH 10/10] futex: Munge size and numa into the legacy interface

[PATCH v3] Documentation/highmem: Add information about kmap_local_folio()
 2023-07-14 19:45 UTC  (2+ messages)

[PATCH v3] Documentation: admin-guide: correct "it's" to possessive "its"
 2023-07-14 19:18 UTC  (2+ messages)

[PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
 2023-07-14 18:29 UTC 

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-14 16:54 UTC  (5+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[PATCH v5 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-14 16:49 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 7c2878be573282a9961c359b806ccf70afe1a6b6
 2023-07-14 16:44 UTC 

[PATCH v2 0/2] riscv: support ELF format binaries in nommu mode
 2023-07-14 16:40 UTC  (7+ messages)
` [PATCH v2 2/2] riscv: support the elf-fdpic binfmt loader

[PATCH v1 2/9] selftests/mm: Give scripts execute permission
 2023-07-14 16:28 UTC  (6+ messages)

[akpm-mm:mm-unstable 161/178] mm/shmem_quota.c:286:5: warning: no previous prototype for function 'shmem_mark_dquot_dirty'
 2023-07-14 15:57 UTC  (2+ messages)

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-14 15:24 UTC  (2+ messages)

[PATCH 0/5] mm: convert to vma_is_heap/stack()
 2023-07-14 15:09 UTC  (6+ messages)
` [PATCH 3/5] drm/amdkfd: use vma_is_stack() and vma_is_heap()

[PATCH RESEND V4 0/6] shmem: Add user and group quota support for tmpfs
 2023-07-14 14:47 UTC  (6+ messages)
` [PATCH 5/6] shmem: quota support

[PATCH] mm/huge_memory: use RMAP_NONE when calling page_add_anon_rmap()
 2023-07-14 14:24 UTC  (2+ messages)

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-07-14 14:18 UTC  (4+ messages)
` [PATCH v12 2/2] "

[RFC 0/2] mm: PCP high auto-tuning
 2023-07-14 14:07 UTC  (6+ messages)
` [RFC 2/2] mm: alloc/free depth based "

[linux-next:master 754/1391] /bin/bash: line 1: 50431 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/pcmcia/pcmcia_core.ko
 2023-07-14 13:53 UTC  (3+ messages)

[PATCH 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-07-14 13:54 UTC  (5+ messages)

[stable:linux-5.15.y 36/9999] lib/test_ubsan.o: warning: objtool: test_ubsan_init()+0x20: unreachable instruction
 2023-07-14 13:03 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 read-only IMAP folder(s) and NNTP newsgroup(s).