linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-25 01:11:12 to 2022-03-28 10:10:46 UTC [more...]

[PATCH] mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP
 2022-03-28 10:09 UTC  (2+ messages)

[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
 2022-03-28  9:22 UTC  (7+ messages)

[syzbot] kernel BUG in __pagevec_lru_add
 2022-03-28  9:03 UTC 

[PATCH] mm,hwpoison: unmap poisoned page before invalidation
 2022-03-28  9:00 UTC  (7+ messages)

mm: use mmap_assert_write_locked() instead of open coding it
 2022-03-28  8:24 UTC 

[PATCH 1/2] mm/vmscan: reclaim only affects managed_zones
 2022-03-28  8:14 UTC  (7+ messages)
` [PATCH 2/2] mm/vmscan: make sure wakeup_kswapd with managed zone

[PATCH] damon: vaddr-test: fix a missing check on list iterator
 2022-03-28  7:51 UTC  (2+ messages)

[PATCH 1/2] mm: kfence: fix missing objcg housekeeping for SLAB
 2022-03-28  7:01 UTC  (9+ messages)
` [PATCH 2/2] mm: kfence: fix objcgs vector allocation

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-03-28  5:48 UTC  (3+ messages)

[linux-next:master 9122/14381] drivers/leds/leds-pca955x.c:149:19: warning: unused function 'pca95xx_num_led_regs'
 2022-03-28  5:21 UTC  (3+ messages)
` Unsigned emails from Intel robot was "
  ` [kbuild-all] "

[PATCH v2 0/3] shmem: Allow userspace monitoring of tmpfs for lack of space
 2022-03-28  2:04 UTC  (4+ messages)
` [PATCH v2 1/3] shmem: Keep track of out-of-memory and out-of-space errors
` [PATCH v2 2/3] shmem: Introduce /sys/fs/tmpfs support
` [PATCH v2 3/3] shmem: Expose space and accounting error count

[PATCH -next v3 0/4]mm: page_table_check: add support on arm64 and riscv
 2022-03-28  1:52 UTC  (6+ messages)
` [PATCH -next v3 1/4] mm: page_table_check: move pxx_user_accessible_page into x86
` [PATCH -next v3 2/4] mm: page_table_check: add hooks to public helpers
` [PATCH -next v3 3/4] arm64: mm: add support for page table check
` [PATCH -next v3 4/4] riscv: "

[PATCH] mm/list_lru: Fix possible race in memcg_reparent_list_lru_node()
 2022-03-28  1:30 UTC  (3+ messages)

[PATCH-mm v3] mm/list_lru: Optimize memcg_reparent_list_lru_node()
 2022-03-28  0:57 UTC  (5+ messages)

[GIT PULL] memblock: test suite and a small cleanup
 2022-03-27 20:53 UTC  (2+ messages)

[PATCH RFC] nfsd: avoid recursive locking through fsnotify
 2022-03-27 18:14 UTC  (12+ messages)

[PATCH 0/8] memblock: introduce memsize showing reserved memory
 2022-03-27 15:15 UTC  (6+ messages)

mm/kasan/shadow.c:496:15: sparse: sparse: restricted kasan_vmalloc_flags_t degrades to integer
 2022-03-27 15:13 UTC 

[syzbot] general protection fault in list_lru_add
 2022-03-27  5:27 UTC  (3+ messages)

drivers/dma/ppc4xx/adma.c:4100:31: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-03-27  0:08 UTC 

[linux-next:master 14072/14381] WARNING: modpost: vmlinux.o(.data+0x12018c): Section mismatch in reference from the variable sensor_dev_attr_in5_alarm to the function .init.text:set_reset_devices()
 2022-03-26 23:17 UTC 

[GIT PULL] Multi-gen LRU for 5.18-rc1
 2022-03-26 21:03 UTC  (7+ messages)
  ` [page-reclaim] "

[PATCH] mm/vmscan.c: no need to double-check if free pages are under high-watermark
 2022-03-26 15:50 UTC  (5+ messages)

[PATCH 1/2] mm/page_alloc: add same penalty is enough to get round-robin order
 2022-03-26 15:48 UTC  (3+ messages)

[RFC] locking/rwsem: dont wake up wwaiter in case of lock holder
 2022-03-26 13:40 UTC 

[PATCH] Documentation: arch_pgtable_helpers: demote pgtable list headings
 2022-03-26 13:13 UTC 

[PATCH] mm/mremap: use helper mlock_future_check
 2022-03-26  9:53 UTC  (2+ messages)

[PATCH] mm: compaction: use helper isolation_suitable
 2022-03-26  9:43 UTC  (2+ messages)

[PATCH v4 1/2] Revert "powerpc: Set max_mapnr correctly"
 2022-03-26  7:55 UTC  (2+ messages)

WARNING: modpost: vmlinux.o(.data+0x10816c): Section mismatch in reference from the variable sensor_dev_attr_fan1_min to the function .init.text:set_reset_devices()
 2022-03-26  6:58 UTC 

[PATCH v3] mm/mempolicy: fix mpol_new leak in shared_policy_replace
 2022-03-26  6:46 UTC  (3+ messages)

[PATCH 0/9] introduce mirrored memory support for arm64
 2022-03-26  6:46 UTC  (10+ messages)
` [PATCH 1/9] efi: Make efi_print_memmap() public
` [PATCH 2/9] arm64: efi: Add fake memory support
` [PATCH 3/9] efi: Make efi_find_mirror() public
` [PATCH 4/9] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH 5/9] mm: Ratelimited mirrored memory related warning messages
` [PATCH 6/9] mm: Demote warning message in vmemmap_verify() to debug level
` [PATCH 7/9] mm: Calc the right pfn if page size is not 4K
` [PATCH 8/9] efi: Disable mirror feature if kernelcore is not specified
` [PATCH 9/9] ia64/efi: Code simplification in efi_init

[PATCH v5] mm/hmm/test: use char dev with struct device to get device node
 2022-03-26  3:19 UTC  (3+ messages)

[RFC v1 0/2] Memory poison recovery in khugepaged
 2022-03-25 23:07 UTC  (7+ messages)
` [RFC v1 1/2] mm: khugepaged: recover from poisoned anonymous memory

[PATCH] lib/test_meminit: optimize do_kmem_cache_rcu_persistent() test
 2022-03-25 21:47 UTC  (2+ messages)

[PATCH v6 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2022-03-25 21:13 UTC  (6+ messages)
` [PATCH v6 27/39] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS

[PATCH v2 0/4] kasan, arm64, scs, stacktrace: collect stack traces from Shadow Call Stack
 2022-03-25 20:46 UTC  (3+ messages)
` [PATCH v2 1/4] stacktrace: add interface based on shadow call stack

[PATCH v3] mm/vmstat: add events for ksm cow
 2022-03-25 20:19 UTC  (3+ messages)

[RFC PATCH 00/14] mm: userspace hugepage collapse
 2022-03-25 19:54 UTC  (8+ messages)
` [RFC PATCH 12/14] mm/madvise: introduce batched madvise(MADV_COLLPASE) collapse

[linux-next:master 14037/14381] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn31/dcn31_hubp.c:57:6: warning: no previous prototype for 'hubp31_program_extended_blank'
 2022-03-25 17:37 UTC 

[RFC PATCH v1 00/15] common kmalloc subsystem on SLAB/SLUB
 2022-03-25 17:13 UTC  (3+ messages)
` [RFC PATCH v1 11/15] mm/sl[auo]b: use same tracepoint in kmalloc and normal caches

[PATCH] dma/pool: do not complain if DMA pool is not allocated
 2022-03-25 16:54 UTC  (4+ messages)

scalability regressions related to hugetlb_fault() changes
 2022-03-25 13:33 UTC  (5+ messages)

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2022-03-25 13:15 UTC  (4+ messages)
` [PATCH 16/43] kmsan: mm: call KMSAN hooks from SLUB code

[RFC PATCH] cgroup: introduce proportional protection on memcg
 2022-03-25 12:49 UTC  (7+ messages)

[PATCH RFC v3 0/6] Intruduce nfsrahead
 2022-03-25 12:31 UTC  (2+ messages)

[PATCH 0/2] mm/page_alloc: Remote per-cpu lists drain support
 2022-03-25 10:48 UTC  (4+ messages)

[RFC PATCH] mm: memcg: Do not count memory.low reclaim if it does not happen
 2022-03-25 10:31 UTC  (3+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-25  9:24 UTC  (3+ messages)
` [PATCH v12 40/46] x86/sev: add sev=debug cmdline option to dump SNP CPUID table

[RFC 0/3] Add zero copy feature for tcmu
 2022-03-25  9:06 UTC  (5+ messages)
` [RFC 3/3] scsi: target: tcmu: Support zero copy

zram corruption due to uninitialized do_swap_page fault
 2022-03-25  8:33 UTC  (10+ messages)

drivers/net/ethernet/smsc/smc91c92_cs.c:447: undefined reference to `ioremap'
 2022-03-25  8:24 UTC 

[PATCH 0/2] mm: madvise: return exact bytes advised with process_madvise under error
 2022-03-25  8:02 UTC  (5+ messages)
` [PATCH 2/2] "

undefined reference to `node_data'
 2022-03-25  7:46 UTC  (8+ messages)
        ` [kbuild-all] "

[syzbot] general protection fault in list_lru_add
 2022-03-25  5:47 UTC  (5+ messages)

drivers/irqchip/irq-al-fic.c:252: undefined reference to `of_iomap'
 2022-03-25  5:09 UTC 

[PATCH] hugetlb: Fix hugepages_setup when deal with pernode
 2022-03-25  3:15 UTC  (3+ messages)

incoming
 2022-03-25  1:56 UTC  (65+ messages)
` [patch 051/114] kasan, fork: reset pointer tags of vmapped stacks
` [patch 052/114] kasan, arm64: "
` [patch 053/114] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [patch 054/114] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [patch 055/114] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [patch 056/114] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [patch 057/114] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [patch 058/114] kasan, page_alloc: allow skipping memory init "
` [patch 059/114] kasan, vmalloc: add vmalloc tagging "
` [patch 060/114] kasan, vmalloc: only tag normal vmalloc allocations
` [patch 061/114] kasan, arm64: don't tag executable "
` [patch 062/114] kasan: mark kasan_arg_stacktrace as __initdata
` [patch 063/114] kasan: clean up feature flags for HW_TAGS mode
` [patch 064/114] kasan: add kasan.vmalloc command line flag
` [patch 065/114] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [patch 066/114] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [patch 067/114] kasan: documentation updates
` [patch 068/114] kasan: improve vmalloc tests
` [patch 069/114] kasan: test: support async (again) and asymm modes for HW_TAGS
` [patch 070/114] mm/kasan: remove unnecessary CONFIG_KASAN option
` [patch 071/114] kasan: update function name in comments
` [patch 072/114] kasan: print virtual mapping info in reports
` [patch 073/114] kasan: drop addr check from describe_object_addr
` [patch 074/114] kasan: more line breaks in reports
` [patch 075/114] kasan: rearrange stack frame info "
` [patch 076/114] kasan: improve "
` [patch 077/114] kasan: print basic stack frame info for SW_TAGS
` [patch 078/114] kasan: simplify async check in end_report()
` [patch 079/114] kasan: simplify kasan_update_kunit_status() and call sites
` [patch 080/114] kasan: check CONFIG_KASAN_KUNIT_TEST instead of CONFIG_KUNIT
` [patch 081/114] kasan: move update_kunit_status to start_report
` [patch 082/114] kasan: move disable_trace_on_warning "
` [patch 083/114] kasan: split out print_report from __kasan_report
` [patch 084/114] kasan: simplify kasan_find_first_bad_addr call sites
` [patch 085/114] kasan: restructure kasan_report
` [patch 086/114] kasan: merge __kasan_report into kasan_report
` [patch 087/114] kasan: call print_report from kasan_report_invalid_free
` [patch 088/114] kasan: move and simplify kasan_report_async
` [patch 089/114] kasan: rename kasan_access_info to kasan_report_info
` [patch 090/114] kasan: add comment about UACCESS regions to kasan_report
` [patch 091/114] kasan: respect KASAN_BIT_REPORTED in all reporting routines
` [patch 092/114] kasan: reorder reporting functions
` [patch 093/114] kasan: move and hide kasan_save_enable/restore_multi_shot
` [patch 094/114] kasan: disable LOCKDEP when printing reports
` [patch 095/114] mm: enable MADV_DONTNEED for hugetlb mappings
` [patch 096/114] selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE test
` [patch 097/114] userfaultfd/selftests: enable hugetlb remap and remove event testing
` [patch 098/114] mm/huge_memory: make is_transparent_hugepage() static
` [patch 099/114] mm: optimize do_wp_page() for exclusive pages in the swapcache
` [patch 100/114] mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
` [patch 101/114] mm: slightly clarify KSM logic in do_swap_page()
` [patch 102/114] mm: streamline COW "
` [patch 103/114] mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()
` [patch 104/114] mm/khugepaged: remove reuse_swap_page() usage
` [patch 105/114] mm/swapfile: remove stale reuse_swap_page()
` [patch 106/114] mm/huge_memory: remove stale page_trans_huge_mapcount()
` [patch 107/114] mm/huge_memory: remove stale locking logic from __split_huge_pmd()
` [patch 108/114] mm: warn on deleting redirtied only if accounted
` [patch 109/114] mm: unmap_mapping_range_tree() with i_mmap_rwsem shared
` [patch 111/114] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
` [patch 112/114] mm: madvise: MADV_DONTNEED_LOCKED
` [patch 113/114] selftests: vm: remove dependecy from internal kernel macros
` [patch 114/114] selftests: kselftest framework: provide "finished" helper


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