linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-05 01:46:37 to 2022-12-06 13:34:38 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-06 13:34 UTC  (13+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed

[PATCH] x86/boot: Check if the input parameter (buffer) of the function is a null pointer
 2022-12-06 12:59 UTC 

[PATCH v11 1/4] random: add vgetrandom_alloc() syscall
 2022-12-06 12:57 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 01ca8a2349c6c9a71c88d94082aa35b7ddc9820d
 2022-12-06 12:55 UTC 

[PATCH v3] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
 2022-12-06 12:20 UTC  (5+ messages)

[PATCH RFC] mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
 2022-12-06 11:43 UTC  (7+ messages)
        ` [PATCH] mm/uffd: Always wr-protect pte in pte_mkuffd_wp()

[linux-next:master 5267/13282] hugetlb-madvise.c:20: warning: "__USE_GNU" redefined
 2022-12-06 11:33 UTC 

[PATCH v4 00/17] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-12-06 11:28 UTC  (7+ messages)
` [PATCH v4 12/17] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive

[PATCH v2] mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit
 2022-12-06 10:57 UTC 

[PATCH v3 11/12] ext4: Stop providing .writepage hook
 2022-12-06 10:52 UTC  (2+ messages)

[PATCH] mm: memcontrol: speedup memory cgroup resize
 2022-12-06 10:33 UTC  (3+ messages)

[linux-next:master 12451/13282] arch/loongarch/kernel/asm-offsets.c:262:6: warning: no previous prototype for 'output_pbe_defines'
 2022-12-06 10:02 UTC 

[PATCH 00/24] Split page pools from struct page
 2022-12-06  9:43 UTC  (7+ messages)
` [PATCH 01/24] netmem: Create new type

[PATCH v1] mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit
 2022-12-06  9:16 UTC  (3+ messages)

kernel BUG at include/linux/swapops.h:497!
 2022-12-06  9:00 UTC  (7+ messages)

[PATCH-next] block: fix null-deref in percpu_ref_put
 2022-12-06  9:09 UTC 

[linux-next:master 10375/13282] kismet: WARNING: unmet direct dependencies detected for MUX_MMIO when selected by SPI_DW_BT1
 2022-12-06  8:41 UTC 

[PATCH 0/10] crypto: Driver conversions for DMA alignment
 2022-12-06  8:34 UTC  (5+ messages)

[PATCH] mm/highmem: Add notes about conversions from kmap{,_atomic}()
 2022-12-06  8:00 UTC  (2+ messages)

[linux-next:master 11969/13282] drivers/net/thunderbolt.c:733:47: sparse: sparse: restricted __le32 degrades to integer
 2022-12-06  6:40 UTC 

[linux-next:master 2567/13282] tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:131:14: warning: no previous prototype for 'bpf_testmod_fentry_test1'
 2022-12-06  5:09 UTC 

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

[linux-next:master 10375/13282] kismet: WARNING: unmet direct dependencies detected for MUX_MMIO when selected by PHY_AM654_SERDES
 2022-12-06  4:59 UTC 

[linux-next:master] [mm] f1a7941243: unixbench.score -5.1% regression
 2022-12-06  2:41 UTC  (3+ messages)

[PATCH v1] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
 2022-12-06  2:36 UTC  (7+ messages)

[PATCH 00/11] dmapool enhancements
 2022-12-06  2:17 UTC  (15+ messages)
` [PATCH 01/11] dmapool: add alloc/free performance test
` [PATCH 02/11] dmapool: remove checks for dev == NULL
` [PATCH 03/11] dmapool: use sysfs_emit() instead of scnprintf()
` [PATCH 04/11] dmapool: cleanup integer types
` [PATCH 05/11] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
` [PATCH 06/11] dmapool: move debug code to own functions
` [PATCH 07/11] dmapool: rearrange page alloc failure handling
` [PATCH 08/11] dmapool: consolidate page initialization
` [PATCH 09/11] dmapool: simplify freeing
` [PATCH 10/11] dmapool: don't memset on free twice
` [PATCH 11/11] dmapool: link blocks across pages

[Regression] mqueue performance degradation after "The new cgroup slab memory controller" patchset
 2022-12-06  2:15 UTC  (7+ messages)

[Bug 216646] having TRANSPARENT_HUGEPAGE enabled hangs some applications (supervisor read access in kernel mode)
 2022-12-06  2:08 UTC  (7+ messages)

[linux-next:master] [mm] 5df397dec7: will-it-scale.per_thread_ops -53.3% regression
 2022-12-06  2:02 UTC  (3+ messages)

[PATCH] mm: add cond_resched() in swapin_walk_pmd_entry()
 2022-12-06  1:40 UTC  (3+ messages)

[RFC] Improving userfaultfd scalability for live migration
 2022-12-06  1:06 UTC  (9+ messages)

Low TCP throughput due to vmpressure with swap enabled
 2022-12-06  0:50 UTC  (8+ messages)

[GIT PULL] execve updates for v6.2-rc1
 2022-12-06  0:41 UTC 

[PATCH 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-12-06  0:21 UTC  (23+ messages)
` [PATCH 03/10] mm/hugetlb: Document huge_pte_offset usage
` [PATCH 04/10] mm/hugetlb: Move swap entry handling into vma lock when faulted
` [PATCH 05/10] mm/hugetlb: Make userfaultfd_huge_must_wait() safe to pmd unshare
` [PATCH 06/10] mm/hugetlb: Make hugetlb_follow_page_mask() "
` [PATCH 07/10] mm/hugetlb: Make follow_hugetlb_page() "
` [PATCH 08/10] mm/hugetlb: Make walk_hugetlb_range() "
` [PATCH 09/10] mm/hugetlb: Make page_vma_mapped_walk() "
` [PATCH 10/10] mm/hugetlb: Introduce hugetlb_walk()

[PATCH] pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP
 2022-12-06  0:16 UTC  (2+ messages)

[PATCH v9 0/2] Memory poison recovery in khugepaged collapsing
 2022-12-05 23:40 UTC  (3+ messages)
` [PATCH v9 1/2] mm/khugepaged: recover from poisoned anonymous memory
` [PATCH v9 2/2] mm/khugepaged: recover from poisoned file-backed memory

[PATCH v1] mm: disable top-tier fallback to reclaim on proactive reclaim
 2022-12-05 23:37 UTC  (2+ messages)

[linux-next:master 7051/13214] drivers/mmc/host/sdhci-brcmstb.c:182:34: warning: unused variable 'sdhci_brcm_of_match'
 2022-12-05 23:25 UTC 

[PATCH 00/11] implement DAMOS filtering for anon pages and
 2022-12-05 23:08 UTC  (12+ messages)
` [PATCH 01/11] mm/damon/core: implement damos filter
` [PATCH 02/11] mm/damon/paddr: support DAMOS filters
` [PATCH 03/11] mm/damon/reclaim: add a parameter called skip_anon for avoiding anonymous pages reclamation
` [PATCH 04/11] Docs/admin-guide/damon/reclaim: document 'skip_anon' parameter
` [PATCH 05/11] mm/damon/sysfs-schemes: implement filters directory
` [PATCH 06/11] mm/damon/sysfs-schemes: implement filter directory
` [PATCH 07/11] mm/damon/sysfs-schemes: connect filter directory and filters directory
` [PATCH 08/11] mm/damon/sysfs-schemes: implement scheme filters
` [PATCH 09/11] selftests/damon/sysfs: test filters directory
` [PATCH 10/11] Docs/admin-guide/mm/damon/usage: document DAMOS filters of sysfs
` [PATCH 11/11] Docs/ABI/damon: document scheme filters files

[PATCH v2] mmap: Fix do_brk_flags() modifying obviously incorrect VMAs
 2022-12-05 22:26 UTC  (6+ messages)

[PATCH v4 00/39] Shadow stacks for userspace
 2022-12-05 22:19 UTC  (7+ messages)
` [PATCH v4 01/39] Documentation/x86: Add CET shadow stack description
` [PATCH v4 30/39] x86/shstk: Introduce map_shadow_stack syscall

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-12-05 20:34 UTC  (6+ messages)
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
  ` [f2fs-dev] "

[PATCH mm-unstable v1 0/4] selftests/vm: fix some tests on 32bit
 2022-12-05 19:37 UTC  (5+ messages)
` [PATCH mm-unstable v1 1/4] mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmem
` [PATCH mm-unstable v1 2/4] selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitions
` [PATCH mm-unstable v1 3/4] selftests/vm: cow: fix compile warning on 32bit
` [PATCH mm-unstable v1 4/4] selftests/vm: ksm_functional_tests: fixes for 32bit

[linux-next:master 6709/13214] make[1]: *** No rule to make target 'tools/testing/selftests/hid/../../../../usr/include/linux/bpf.h', needed by 'kselftest/hid/tools/build/libbpf/libbpf.a'
 2022-12-05 19:02 UTC 

[PATCH] mm: do not show ?? for VM_LOCKONFAULT pages
 2022-12-05 17:30 UTC 

[PATCH] mmap: Fix do_brk_flags() modifying obviously incorrect VMAs
 2022-12-05 17:27 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION ee9bda616d36d2dc864aa294c2656fad88c9efa0
 2022-12-05 17:05 UTC 

[linux-next:master 8784/13214] clang-16: error: no such file or directory: 'kselftest/net/bpf/nat6to4.c'
 2022-12-05 16:41 UTC 

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-12-05 15:39 UTC  (10+ messages)

[PATCH] kmsan: fix memcpy tests
 2022-12-05 15:10 UTC  (5+ messages)
` [PATCH v2] "

brk() in v6.1-rc1 can expand file mappings, seemingly without taking file locks
 2022-12-05 14:53 UTC  (3+ messages)

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-05 14:44 UTC 

[PATCH] mm: memcg: fix swapcached stat accounting
 2022-12-05 14:21 UTC  (3+ messages)

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

[PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
 2022-12-05 12:25 UTC  (2+ messages)

[RFC 0/2] ACPI: APEI: Make synchronization errors call and
 2022-12-05 11:51 UTC  (3+ 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

[syzbot] KASAN: slab-out-of-bounds Read in mas_leaf_max_gap
 2022-12-05 10:54 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS b04468dba0c6cf7624da95d7bdc62b54c1461bfb
 2022-12-05 10:36 UTC 

[RFC PATCH 0/6] Discard __GFP_ATOMIC
 2022-12-05 10:27 UTC  (4+ messages)
` [PATCH 3/6] mm/page_alloc: Explicitly record high-order atomic allocations in alloc_flags

[linux-next:master 7191/13214] drivers/regulator/tps65219-regulator.c:370:26: sparse: sparse: incompatible types for operation (<):
 2022-12-05  9:21 UTC 

[PATCH] kcov: fix spelling typos in comments
 2022-12-05  8:07 UTC 

[PATCH v4 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-12-05  4:27 UTC  (3+ messages)
` [PATCH v4 2/3] kunit: Use the static key when retrieving the current test

[linux-next:master 10545/12617] htmldocs: Documentation/output/frontend.h.rst:6: WARNING: undefined label: fec-1-3 (if the link has no caption the label must precede a section header)
 2022-12-05  4:18 UTC  (2+ messages)

[PATCH] swapfile: fix uncorrect statistical count about free swap
 2022-12-05  4:13 UTC  (2+ messages)

[PATCH 0/4] return EINVAL for illegal user memory range
 2022-12-05  3:41 UTC  (5+ messages)
` [PATCH 1/4] mm/mlock: return EINVAL for illegal user memory range in mlock
` [PATCH 2/4] mm/mempolicy: return EINVAL for illegal user memory range for set_mempolicy_home_node
` [PATCH 3/4] mm/mempolicy: return EINVAL for illegal user memory range for mbind
` [PATCH 4/4] mm/msync: return EINVAL for illegal user memory range for msync

[PATCH -next 1/1] percpu: cleanup invalid assignment to err in pcpu_alloc
 2022-12-05  2:24 UTC  (4+ messages)

[PATCH] mm,thp,rmap: fix races between updates of subpages_mapcount
 2022-12-05  1:57 UTC 

[RFC PATCH v2] mm: Add nodes= arg to memory.reclaim
 2022-12-05  1:45 UTC  (4+ 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).