linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-05 03:29:42 to 2022-09-05 21:08:11 UTC [more...]

[PATCH mm v3 00/34] kasan: switch tag-based modes to stack ring from per-object metadata
 2022-09-05 21:05 UTC  (18+ messages)
` [PATCH mm v3 01/34] kasan: check KASAN_NO_FREE_META in __kasan_metadata_size
` [PATCH mm v3 02/34] kasan: rename kasan_set_*_info to kasan_save_*_info
` [PATCH mm v3 03/34] kasan: move is_kmalloc check out of save_alloc_info
` [PATCH mm v3 04/34] kasan: split save_alloc_info implementations
` [PATCH mm v3 05/34] kasan: drop CONFIG_KASAN_TAGS_IDENTIFY
` [PATCH mm v3 06/34] kasan: introduce kasan_print_aux_stacks
` [PATCH mm v3 07/34] kasan: introduce kasan_get_alloc_track
` [PATCH mm v3 08/34] kasan: introduce kasan_init_object_meta
` [PATCH mm v3 09/34] kasan: clear metadata functions for tag-based modes
` [PATCH mm v3 10/34] kasan: move kasan_get_*_meta to generic.c
` [PATCH mm v3 11/34] kasan: introduce kasan_requires_meta
` [PATCH mm v3 12/34] kasan: introduce kasan_init_cache_meta
` [PATCH mm v3 13/34] kasan: drop CONFIG_KASAN_GENERIC check from kasan_init_cache_meta
` [PATCH mm v3 14/34] kasan: only define kasan_metadata_size for Generic mode
` [PATCH mm v3 15/34] kasan: only define kasan_never_merge "
` [PATCH mm v3 16/34] kasan: only define metadata offsets "
` [PATCH mm v3 17/34] kasan: only define metadata structs "

[PATCH v2 0/3] page_owner: print stacks and their counter
 2022-09-05 20:57 UTC  (12+ 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 0/3] page_owner: print stacks and their counter
 2022-09-05 20:53 UTC  (6+ messages)
` [PATCH 1/3] lib/stackdepot: Add a refcount field in stack_record

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-05 20:42 UTC  (22+ messages)

[PATCH mm v2 00/33] kasan: switch tag-based modes to stack ring from per-object metadata
 2022-09-05 20:40 UTC  (10+ messages)
` [PATCH mm v2 30/33] kasan: implement stack ring for tag-based modes
` [PATCH mm v2 32/33] kasan: dynamically allocate stack ring entries

[RFC PATCH RESEND 00/28] per-VMA locks proposal
 2022-09-05 20:35 UTC  (4+ messages)

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

[PATCH] mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice
 2022-09-05 20:07 UTC  (2+ messages)

[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
 2022-09-05 19:35 UTC  (9+ messages)
    ` [PATCH v2 1/2] percpu: Add percpu_counter_add_local
  ` [PATCH v2 2/2] ipc/msg: mitigate the lock contention with percpu counter

[PATCH] mm: Check writable zero page in page table check
 2022-09-05 18:50 UTC  (3+ messages)

[PATCH] mm/damon/sysfs: simplify the judgement whether kdamonds are busy
 2022-09-05 18:20 UTC  (2+ messages)

[linux-next:master 1269/4736] drivers/thermal/broadcom/ns-thermal.c:19:34: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-09-05 18:14 UTC 

[linux-next:master 2257/4736] drivers/gpu/drm/display/drm_dp_mst_topology.c:4780:7: warning: Local variable 'ret' shadows outer variable [shadowVariable]
 2022-09-05 17:43 UTC 

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

[PATCH] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-05 16:09 UTC  (13+ messages)

[PATCH v2] mm: use mem_map_offset instead of mem_map_next
 2022-09-05 15:25 UTC  (2+ messages)

[PATCH 0/4] mm, xfs, dax: Fixes for memory_failure() handling
 2022-09-05 14:45 UTC  (9+ messages)
` [PATCH 1/4] xfs: Quiet notify_failure EOPNOTSUPP cases
` [PATCH 2/4] xfs: Fix SB_BORN check in xfs_dax_notify_failure()
` [PATCH 3/4] mm/memory-failure: Fix detection of memory_failure() handlers
` [PATCH 4/4] mm/memory-failure: Fall back to vma_address() when ->notify_failure() fails

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

[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-09-05 14:36 UTC  (11+ messages)
` [PATCH v9 2/8] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v9 3/8] block: add check when merging zone device pages
` [PATCH v9 4/8] lib/scatterlist: "
` [PATCH v9 5/8] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v9 6/8] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()

[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 14:33 UTC 

[PATCH v6 bpf-next 00/16] bpf: BPF specific memory allocator
 2022-09-05 13:50 UTC  (2+ messages)

[PATCH v6 00/44] Add KernelMemorySanitizer infrastructure
 2022-09-05 12:24 UTC  (45+ 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 v6 31/44] security: kmsan: fix interoperability with auto-initialization
` [PATCH v6 32/44] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v6 33/44] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v6 34/44] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v6 35/44] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v6 36/44] x86: kmsan: use __msan_ string functions where possible
` [PATCH v6 37/44] x86: kmsan: sync metadata pages on page fault
` [PATCH v6 38/44] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v6 39/44] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v6 40/44] x86: kmsan: don't instrument stack walking functions
` [PATCH v6 41/44] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v6 42/44] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v6 43/44] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v6 44/44] x86: kmsan: enable KMSAN builds for x86

[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 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)

[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  (4+ 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 -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

[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)

[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 


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).