linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
 2022-09-05 19:35 UTC  (8+ messages)
  ` [PATCH v2 2/2] ipc/msg: "

[PATCH v6 00/44] Add KernelMemorySanitizer infrastructure
 2022-09-05 12:24 UTC  (31+ messages)
` [PATCH v6 01/44] x86: add missing include to sparsemem.h
` [PATCH v6 02/44] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v6 03/44] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v6 04/44] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v6 05/44] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v6 06/44] kmsan: add ReST documentation
` [PATCH v6 07/44] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v6 08/44] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v6 09/44] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v6 10/44] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v6 11/44] kmsan: add KMSAN runtime core
` [PATCH v6 12/44] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v6 13/44] MAINTAINERS: add entry for KMSAN
` [PATCH v6 14/44] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v6 15/44] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v6 16/44] kmsan: handle task creation and exiting
` [PATCH v6 17/44] init: kmsan: call KMSAN initialization routines
` [PATCH v6 18/44] instrumented.h: add KMSAN support
` [PATCH v6 19/44] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v6 20/44] kmsan: add iomap support
` [PATCH v6 21/44] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v6 22/44] dma: kmsan: unpoison DMA mappings
` [PATCH v6 23/44] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v6 24/44] kmsan: handle memory sent to/from USB
` [PATCH v6 25/44] kmsan: add tests for KMSAN
` [PATCH v6 26/44] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v6 27/44] crypto: kmsan: disable accelerated configs "
` [PATCH v6 28/44] kmsan: disable physical page merging in biovec
` [PATCH v6 29/44] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v6 30/44] kcov: kmsan: unpoison area->list in kcov_remote_area_put()

[PATCH 0/2] arm64, kdump: enforce to take 4G as the crashkernel low memory end
 2022-09-05 12:08 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH v2 0/3] page_owner: print stacks and their counter
 2022-09-05 12:02 UTC  (8+ messages)
` [PATCH v2 1/3] lib/stackdepot: Add a refcount field in stack_record
` [PATCH v2 2/3] mm, page_owner: Add page_owner_stacks file to print out only stacks and their counter
` [PATCH v2 3/3] mm,page_owner: Filter out stacks by a threshold counter

[PATCH RESEND rdma-rc] IB/core: Fix a nested dead lock as part of ODP flow
 2022-09-05 11:48 UTC  (3+ messages)

RaspberryPi4 Panic in net_ns_init()
 2022-09-05 11:18 UTC  (2+ messages)

[PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-09-05 11:11 UTC  (15+ messages)

[linux-next:master 673/4736] sound/soc/generic/simple-card-utils.c:28:33: sparse: sparse: incorrect type in initializer (different base types)
 2022-09-05 10:59 UTC 

[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
 2022-09-05 10:50 UTC  (8+ messages)
  ` [External] "

[PATCH RFC 0/7] zram: Support multiple compression streams
 2022-09-05 10:17 UTC  (16+ messages)
` [PATCH 1/3] documentation: Add recompression documentation
` [PATCH RFC 1/7] zram: Preparation for multi-zcomp support
` [PATCH 2/3] zram: Add recompression algorithm choice to Kconfig
` [PATCH RFC 2/7] zram: Add recompression algorithm sysfs knob
` [PATCH 3/3] zram: Add recompress flag to read_block_state()
` [PATCH RFC 3/7] zram: Factor out WB and non-WB zram read functions
` [PATCH RFC 4/7] zram: Introduce recompress sysfs knob
` [PATCH RFC 5/7] documentation: Add recompression documentation
` [PATCH RFC 6/7] zram: Add recompression algorithm choice to Kconfig
` [PATCH RFC 7/7] zram: Add recompress flag to read_block_state()

[syzbot] UBSAN: array-index-out-of-bounds in truncate_inode_pages_range
 2022-09-05  9:47 UTC  (2+ messages)

[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-05  9:46 UTC  (12+ messages)

[PATCH -next v3 0/2] watermark related improvement on zone movable
 2022-09-05  9:26 UTC  (6+ messages)
` [PATCH -next v3 1/2] mm: Cap zone movable's min wmark to small value
` [PATCH -next v3 2/2] mm: sysctl: Introduce per zone watermark_scale_factor

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-05  8:58 UTC  (15+ messages)

[PATCH v1] mm/gup: adjust stale comment for RCU GUP-fast
 2022-09-05  8:41 UTC  (14+ messages)

[PATCH v4 0/4] mm/slub: some debug enhancements for kmalloc objects
 2022-09-05  8:37 UTC  (12+ messages)
` [PATCH v4 1/4] mm/slub: enable debugging memory wasting of kmalloc

[PATCH RFC 0/7] zram: Support multiple compression streams
 2022-09-05  8:23 UTC  (8+ messages)
` [PATCH RFC 1/7] zram: Preparation for multi-zcomp support
` [PATCH RFC 2/7] zram: Add recompression algorithm sysfs knob
` [PATCH RFC 3/7] zram: Factor out WB and non-WB zram read functions
` [PATCH RFC 4/7] zram: Introduce recompress sysfs knob
` [PATCH RFC 5/7] documentation: Add recompression documentation
` [PATCH RFC 6/7] zram: Add recompression algorithm choice to Kconfig
` [PATCH RFC 7/7] zram: Add recompress flag to read_block_state()

[PATCH 0/6] A few cleanup patches for memory-failure
 2022-09-05  7:29 UTC  (16+ messages)
` [PATCH 1/6] mm, hwpoison: use ClearPageHWPoison() in memory_failure()
` [PATCH 2/6] mm, hwpoison: use __PageMovable() to detect non-lru movable pages
` [PATCH 3/6] mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages
` [PATCH 4/6] mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_anon()
` [PATCH 5/6] mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()
` [PATCH 6/6] mm, hwpoison: cleanup some obsolete comments

[PATCH v2] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-05  6:34 UTC  (2+ messages)

[PATCH v2 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
 2022-09-05  6:34 UTC  (6+ messages)
` [PATCH v2 1/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
` [PATCH v2 2/4] mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c
` [PATCH v2 3/4] mm/hwpoison: pass pfn to num_poisoned_pages_*()
` [PATCH v2 4/4] mm/hwpoison: introduce per-memory_block hwpoison counter

[PATCH v3 updated] mm/demotion: Expose memory tier details via sysfs
 2022-09-05  6:24 UTC  (24+ messages)

[PATCH v2] mm: use mem_map_offset instead of mem_map_next
 2022-09-05  6:09 UTC 

[linux-next:master 3399/4736] drivers/cpufreq/amd-pstate-ut.c:74:40: sparse: sparse: incorrect type in argument 2 (different base types)
 2022-09-05  6:05 UTC 

[PATCHv8 00/11] Linear Address Masking enabling
 2022-09-05  5:05 UTC  (5+ messages)

Fwd: [PATCH] tools/headers: Fix undefined behaviour (34 << 26)
 2022-09-05  3:19 UTC  (2+ messages)
    `  "

[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
 2022-09-05  3:08 UTC  (11+ messages)
` [PATCH 7/8] hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
` [PATCH 8/8] hugetlb: use new vma_lock for pmd sharing synchronization

[linux-next:master 2262/4736] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead
 2022-09-05  2:54 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH] mm: Remove unnecessary '0' values from err
 2022-09-05  2:09 UTC 

[PATCH v4 1/4] mm/migrate_device.c: Flush TLB while holding PTL
 2022-09-05  0:41 UTC  (3+ messages)
` [PATCH v4 4/4] selftests/hmm-tests: Add test for dirty bits

[PATCH] mm: use mem_map_offset instead of mem_map_next
 2022-09-04 21:15 UTC  (4+ messages)

[linux-next:master 4318/4736] arch/x86/mm/init.c:1057:15: warning: no previous prototype for 'arch_max_swapfile_size'
 2022-09-04 17:35 UTC  (2+ messages)

[PATCH 1/2] powerpc/mm/64s: Drop pgd_huge()
 2022-09-04 16:57 UTC  (8+ messages)
` [PATCH 2/2] powerpc/mm/64s: Drop p4d_leaf()

[linux-next:master 390/4736] kernel/exit.c:738:45: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-09-04 15:52 UTC 

[PATCH] mm/damon/sysfs: simplify the judgement whether kdamonds are busy
 2022-09-04 14:36 UTC 

arch/x86/include/asm/checksum_32.h:149:6: error: inline assembly requires more registers than available
 2022-09-04 12:45 UTC 

[PATCH] memblock_tests: move variable declarations to single block
 2022-09-04 10:52 UTC  (2+ messages)

[PATCH] memblock tests: remove 'cleared' from comment blocks
 2022-09-04 10:51 UTC  (2+ messages)

[PATCH] mm/kmemleak: make create_object return void
 2022-09-04 10:46 UTC  (2+ messages)

[PATCH] mm/vmalloc: Extend find_vmap_lowest_match_check with extra arguments
 2022-09-04  9:36 UTC  (8+ messages)

[PATCH] mm: fix dereferencing possible ERR_PTR
 2022-09-04  8:39 UTC  (2+ messages)

[PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
 2022-09-04  6:37 UTC  (11+ messages)

[PATCH v4 0/4] memblock tests: add NUMA tests for memblock_alloc_try_nid*
 2022-09-04  4:21 UTC  (5+ messages)
` [PATCH v4 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes
` [PATCH v4 2/4] memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*
` [PATCH v4 3/4] memblock tests: add bottom-up "
` [PATCH v4 4/4] memblock tests: add generic "

[PATCH v12 09/10] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
 2022-09-04  2:26 UTC 

[PATCH 00/13] Fix the DAX-gup mistake
 2022-09-04  2:17 UTC  (14+ messages)
` [PATCH 01/13] fsdax: Rename "busy page" to "pinned page"
` [PATCH 02/13] fsdax: Use page_maybe_dma_pinned() for DAX vs DMA collisions
` [PATCH 03/13] fsdax: Delete put_devmap_managed_page_refs()
` [PATCH 04/13] fsdax: Update dax_insert_entry() calling convention to return an error
` [PATCH 05/13] fsdax: Cleanup dax_associate_entry()
` [PATCH 06/13] fsdax: Rework dax_insert_entry() calling convention
` [PATCH 07/13] fsdax: Manage pgmap references at entry insertion and deletion
` [PATCH 08/13] devdax: Minor warning fixups
` [PATCH 09/13] devdax: Move address_space helpers to the DAX core
` [PATCH 10/13] dax: Prep dax_{associate, disassociate}_entry() for compound pages
` [PATCH 11/13] devdax: add PUD support to the DAX mapping infrastructure
` [PATCH 12/13] devdax: Use dax_insert_entry() + dax_delete_mapping_entry()
` [PATCH 13/13] mm/gup: Drop DAX pgmap accounting

[PATCH v2 00/57] MM folio changes for 6.1
 2022-09-04  0:44 UTC  (4+ messages)
` [PATCH v2 02/57] mm: Add the first tail page to struct folio

vmap_area_lock lockdep warning
 2022-09-03 19:48 UTC  (2+ messages)

[PATCH for-mm-unstable] mm/swap.h: Define swap_cache_get_folio() for !CONFIG_SWAP
 2022-09-03 19:32 UTC 

[PATCH 00/23] Convert to filemap_get_folios_tag()
 2022-09-03 17:38 UTC  (5+ messages)
` [PATCH 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() to use filemap_get_folios_tag()
` [PATCH 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "

page:  |  | latest

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