linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/32] kasan: switch tag-based modes to stack ring from per-object metadata
 2022-06-13 20:13 UTC 

[PATCH] hugetlbfs: zero partial pages during fallocate hole punch
 2022-06-13 20:11 UTC  (5+ messages)

[PATCH v2] mm/mprotect: try avoiding write faults for exclusive anonymous pages when changing protection
 2022-06-13 20:10 UTC  (4+ messages)

[RESEND PATCH] mm: page_alloc: validate buddy before check the migratetype
 2022-06-13 19:49 UTC  (5+ messages)

[syzbot] KASAN: use-after-free Read in copy_page_from_iter_atomic (2)
 2022-06-13 19:39 UTC  (3+ messages)

[PATCH 0/8] Extend DAMOS for Proactive LRU-lists Sorting
 2022-06-13 19:23 UTC  (10+ messages)
` [PATCH 1/8] mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'damos_action' values
` [PATCH 1/8] mm/damon/dbgfs: add mappings between 'schemes' file's "
` [PATCH 2/8] mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handling
` [PATCH 3/8] mm/damon/schemes: add 'LRU_PRIO' DAMOS action
` [PATCH 4/8] Docs/admin-guide/damon/sysfs: document 'LRU_PRIO' scheme action
` [PATCH 5/8] mm/damon/schemes: add 'LRU_DEPRIO' action
` [PATCH 6/8] Docs/admin-guide/damon/sysfs: document 'LRU_DEPRIO' scheme action
` [PATCH 7/8] mm/damon: introduce DAMON-based LRU-lists Sorting
` [PATCH 8/8] Docs/admin-guide/damon: add a document for DAMON_LRU_SORT

[PATCH 00/12] Clang -Wformat warning fixes
 2022-06-13 18:47 UTC  (7+ messages)
` [PATCH 07/12] driver/char: use correct format characters
` [PATCH 08/12] cdrom: "

[PATCH 0/6] Simplify hugetlb vmemmap and improve its readability
 2022-06-13 18:28 UTC  (17+ messages)
` [PATCH 1/6] mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()
` [PATCH 2/6] mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handling
` [PATCH 3/6] mm: hugetlb_vmemmap: introduce the name HVO
` [PATCH 4/6] mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c
` [PATCH 5/6] mm: hugetlb_vmemmap: replace early_param() with core_param()
` [PATCH 6/6] mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability

[RFC PATCH] mm: create security context for memfd_secret inodes
 2022-06-13 18:17 UTC  (7+ messages)

[PATCH 0/7] A few cleanup patches for khugepaged
 2022-06-13 18:02 UTC  (5+ messages)
` [PATCH 1/7] mm/khugepaged: remove unneeded shmem_huge_enabled() check

[syzbot] kernel BUG in mcopy_continue
 2022-06-13 17:50 UTC  (3+ messages)

[PATCHv3 0/8] Linear Address Masking enabling
 2022-06-13 17:36 UTC  (10+ messages)
` [PATCHv3 5/8] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv3 6/8] x86/mm: Provide ARCH_GET_UNTAG_MASK and ARCH_ENABLE_TAGGED_ADDR

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-13 17:11 UTC  (4+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH 0/3] Fixes for usercopy
 2022-06-13 17:04 UTC  (17+ messages)
` [PATCH 1/3] usercopy: Handle vm_map_ram() areas
` [PATCH 2/3] usercopy: Cast pointer to an integer once
` [PATCH 3/3] usercopy: Make usercopy resilient against ridiculously large copies

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-13 17:04 UTC  (4+ messages)

[RFC PATCH 0/6] User pkey minor bug fixes
 2022-06-13 16:16 UTC  (6+ messages)
` [RFC PATCH 5/6] pkeys: Up level pkey_free() checks
` [RFC PATCH 6/6] pkeys: Change mm_pkey_free() to void

[PATCH v5 1/9] mm/demotion: Add support for explicit memory tiers
 2022-06-13 15:50 UTC  (13+ messages)

[PATCH] mm: Remove unwanted initialization in vmemmap_populate_compound_pages()
 2022-06-13 15:43 UTC  (3+ messages)

[PATCH] mm/slub: Move the stackdepot related allocation out of IRQ-off section
 2022-06-13 15:29 UTC  (2+ messages)

[mm-unstable v3 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-06-13 15:06 UTC  (10+ messages)
` [v3 PATCH 5/7] mm: thp: kill transparent_hugepage_active()
` [v3 PATCH 6/7] mm: thp: kill __transhuge_page_enabled()

[PATCH 03/13] mm: shmem: provide oom badness for shmem files
 2022-06-13 14:11 UTC  (19+ messages)

[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
 2022-06-13 13:50 UTC  (10+ messages)

[PATCH v4 0/3] Implement readahead for squashfs
 2022-06-13 13:45 UTC  (6+ messages)
` [PATCH v4 3/3] squashfs: implement readahead

[PATCH] mm: check the function kmalloc_slab return value
 2022-06-13 13:37 UTC  (2+ messages)

[PATCH v6 00/13] mm/demotion: Memory tiers and demotion
 2022-06-13 13:28 UTC  (17+ messages)
` [PATCH v6 01/13] mm/demotion: Add support for explicit memory tiers
` [PATCH v6 03/13] mm/demotion: Return error on write to numa_demotion sysfs
` [PATCH v6 04/13] mm/demotion/dax/kmem: Set node's memory tier to MEMORY_TIER_PMEM
` [PATCH v6 09/13] mm/demotion: Add pg_data_t member to track node memory tier details

[PATCH] mm: page_alloc: validate buddy before check the migratetype
 2022-06-13 13:08 UTC 

[PATCH v4 00/7] Drain remote per-cpu directly
 2022-06-13 12:56 UTC  (8+ messages)
` [PATCH 1/7] mm/page_alloc: Add page->buddy_list and page->pcp_list
` [PATCH 2/7] mm/page_alloc: Use only one PCP list for THP-sized allocations
` [PATCH 3/7] mm/page_alloc: Split out buddy removal code from rmqueue into separate helper
` [PATCH 4/7] mm/page_alloc: Remove mistaken page == NULL check in rmqueue
` [PATCH 5/7] mm/page_alloc: Protect PCP lists with a spinlock
` [PATCH 6/7] mm/page_alloc: Remotely drain per-cpu lists
` [PATCH 7/7] mm/page_alloc: Replace local_lock with normal spinlock

[PATCH] mm/slub: add missing TID updates on slab deactivation
 2022-06-13 12:49 UTC  (4+ messages)

[PATCH v2 1/3] mm: rename kernel_init_free_pages to kernel_init_pages
 2022-06-13 12:20 UTC  (2+ messages)

[PATCH v3] memblock,arm64: Expand the static memblock memory table
 2022-06-13 11:57 UTC  (5+ messages)

[PATCH v4 0/6] introduce mirrored memory support for arm64
 2022-06-13 11:54 UTC  (16+ messages)
` [PATCH v4 1/6] efi: Make efi_find_mirror() public
` [PATCH v4 2/6] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH v4 3/6] mm: Ratelimited mirrored memory related warning messages
` [PATCH v4 4/6] mm: Limit warning message in vmemmap_verify() to once
` [PATCH v4 5/6] mm: Only remove nomap flag for initrd
` [PATCH v4 6/6] memblock: Disable mirror feature if kernelcore is not specified

[PATCH V2 0/2] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-13 11:13 UTC  (5+ messages)
` [PATCH V2 1/2] mm/mmap: Restrict generic protection_map[] array visibility
` [PATCH V2 2/2] mm/mmap: Drop generic protection_map[] array

[linux-next:master 1714/2566] x86_64/triple_fault_event_test.c:50:24: error: 'KVM_CAP_TRIPLE_FAULT_EVENT' undeclared; did you mean 'KVM_CAP_X86_TRIPLE_FAULT_EVENT'?
 2022-06-13 10:52 UTC 

[PATCH] mm: kmem: make mem_cgroup_from_obj() vmalloc()-safe
 2022-06-13  9:02 UTC  (3+ messages)

[PATCH v8 08/14] fs: add __remove_file_privs() with flags parameter
 2022-06-13  8:50 UTC  (2+ messages)
` [fs] b6c81e63ec: phoronix-test-suite.fio.SequentialWrite.Sync.Yes.No.4KB.DefaultTestDirectory.mb_s -4.3% regression

[PATCH v5 0/3] Implement readahead for squashfs
 2022-06-13  8:35 UTC  (8+ messages)
` [PATCH v5 3/3] squashfs: implement readahead

[PATCH v6 0/3] Implement readahead for squashfs
 2022-06-13  8:28 UTC  (4+ messages)
` [PATCH v6 1/3] Revert "squashfs: provide backing_dev_info in order to disable read-ahead"
` [PATCH v6 2/3] squashfs: always build "file direct" version of page actor
` [PATCH v6 3/3] squashfs: implement readahead

[PATCH 0/3] mm/kmemleak: Avoid soft lockup in kmemleak_scan()
 2022-06-13  7:15 UTC  (5+ messages)
` [PATCH 1/3] mm/kmemleak: Use _irq lock/unlock variants in kmemleak_scan/_clear()
` [PATCH 2/3] mm/kmemleak: Skip unlikely objects in kmemleak_scan() without taking lock
` [PATCH 3/3] mm/kmemleak: Prevent soft lockup in first object iteration loop of kmemleak_scan()

[vmscan] 4282498868: BUG:kernel_NULL_pointer_dereference,address
 2022-06-13  7:04 UTC 

[PATCH 06/10] hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()
 2022-06-13  6:56 UTC  (4+ messages)

[PATCH 1/2] fs/exec: allow to unshare a time namespace on vfork+exec
 2022-06-13  6:07 UTC  (2+ messages)
` [PATCH 2/2] testing/timens: add a test for vfork+exit

[PATCH mm v3 0/9] memcg: accounting for objects allocated by mkdir cgroup
 2022-06-13  5:34 UTC  (5+ messages)
` [PATCH mm v4 "
` [PATCH mm v4 1/9] memcg: enable accounting for struct cgroup
` [PATCH mm v4 2/9] memcg: enable accounting for kernfs nodes
` [PATCH mm v4 3/9] memcg: enable accounting for kernfs iattrs

[PATCH] memblock: avoid some repeat when add new range
 2022-06-13  4:45 UTC 

[PATCH 1/3] mm/page_alloc: use might_alloc()
 2022-06-13  3:21 UTC  (4+ messages)
` [PATCH 2/3] mm/slab: delete cache_alloc_debugcheck_before()

[PATCH] mm, slab: fix bad alignments
 2022-06-13  3:20 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 6d0c806803170f120f8cb97b321de7bd89d3a791
 2022-06-13  2:05 UTC  (2+ messages)

[PATCH v2] mm/page_alloc: minor clean up for memmap_init_compound()
 2022-06-13  1:51 UTC  (3+ messages)

[PATCH -next] mm/filemap: fix that first page is not mark accessed in filemap_read()
 2022-06-13  1:31 UTC  (10+ messages)

Fw: [Bug 216114] New: page dumped because: VM_BUG_ON_FOLIO(!folio_contains(folio, index)) and kernel BUG at mm/truncate.c:669!
 2022-06-13  1:08 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in __vma_adjust
 2022-06-12 22:08 UTC  (2+ messages)

[Bug 216073] New: [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!
 2022-06-12 20:53 UTC  (10+ messages)

[PATCH v3 0/3] RISC-V: Add Bitmanip/Scalar Crypto HWCAP
 2022-06-12 18:47 UTC  (4+ messages)
` [PATCH v3 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT
` [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
` [PATCH v3 3/3] RISC-V: HWCAP: parse Bitmanip/Scalar Crypto HWCAP from DT

[PATCH] mm: add a new emergency page migratetype
 2022-06-12 11:57 UTC  (2+ messages)

[PATCH v3 00/21] huge page clearing optimizations
 2022-06-12 11:19 UTC  (8+ messages)
` [PATCH v3 09/21] x86/asm: add clear_pages_movnt()
` [PATCH v3 13/21] clear_page: add generic clear_user_pages_incoherent()

[PATCH] drm: fix device_node_continue.cocci warnings (fwd)
 2022-06-12 11:02 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox