linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-13 23:56:20 to 2020-10-15 07:44:31 UTC [more...]

[PATCH v2] mm/hmm: make device private reference counts zero based
 2020-10-15  7:44 UTC  (3+ messages)

[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
 2020-10-15  7:14 UTC  (9+ messages)
` [PATCH v1 01/29] virtio-mem: determine nid only once using memory_add_physaddr_to_nid()
` [PATCH v1 02/29] virtio-mem: simplify calculation in virtio_mem_mb_state_prepare_next_mb()
` [PATCH v1 03/29] virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handling
` [PATCH v1 04/29] virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add()

BUG: KASAN: global-out-of-bounds in vprintk_store on x86_64
 2020-10-15  6:31 UTC  (6+ messages)
    ` [PATCH] printk: ringbuffer: Wrong data pointer when appending small string

[PATCH] mm: make __invalidate_mapping_pages() static
 2020-10-15  6:09 UTC  (2+ messages)

[PATCH v3 0/8] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-15  5:40 UTC  (3+ messages)
` [PATCH v3 8/8] mm: Update DMA zones description

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-15  4:46 UTC  (24+ messages)
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 3/9] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 7/9] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH RFC V3 8/9] x86/fault: Report the PKRS state on fault
` [PATCH RFC V3 9/9] x86/pks: Add PKS test code

[PATCH 0/8] Use uncached writes while clearing gigantic pages
 2020-10-15  3:37 UTC  (24+ messages)
` [PATCH 1/8] x86/cpuid: add X86_FEATURE_NT_GOOD
` [PATCH 2/8] x86/asm: add memset_movnti()
` [PATCH 3/8] perf bench: "
` [PATCH 4/8] x86/asm: add clear_page_nt()
` [PATCH 5/8] x86/clear_page: add clear_page_uncached()
` [PATCH 6/8] mm, clear_huge_page: use clear_page_uncached() for gigantic pages
` [PATCH 7/8] x86/cpu/intel: enable X86_FEATURE_NT_GOOD on Intel Broadwellx
` [PATCH 8/8] x86/cpu/amd: enable X86_FEATURE_NT_GOOD on AMD Zen

[PATCH v3 0/3] Actually fix freelist pointer vs redzoning
 2020-10-15  3:37 UTC  (4+ messages)
` [PATCH v3 1/3] mm/slub: Clarify verification reporting
` [PATCH v3 2/3] mm/slub: Fix redzoning for small allocations
` [PATCH v3 3/3] mm/slub: Actually fix freelist pointer vs redzoning

[PATCH] mm/debug_vm_pgtable: Avoid kernel crash with riscv
 2020-10-15  3:32 UTC 

[PATCH 0/2] vfs: move the clone/dedupe/remap helpers to a single file
 2020-10-15  3:18 UTC  (5+ messages)
` [PATCH 1/2] vfs: move generic_remap_checks out of mm
` [PATCH 2/2] vfs: move the remap range helpers to remap_range.c

[PATCH] slub: Actually fix freelist pointer vs redzoning
 2020-10-15  3:08 UTC  (3+ messages)

[PATCH v4 00/13] mm/debug_vm_pgtable fixes
 2020-10-15  2:59 UTC  (5+ messages)

[PATCH 0/4] Some more lock_page work
 2020-10-15  2:44 UTC  (7+ messages)

[linux-next:master 13119/14891] arch/powerpc/platforms/pseries/hotplug-memory.c:615: undefined reference to `of_drconf_to_nid_single'
 2020-10-15  2:34 UTC 

[PATCH 0/2] device-dax subdivision v5 to v6 fixups
 2020-10-15  0:42 UTC  (3+ messages)
` [PATCH 1/2] device-dax/kmem: Fix resource release
` [PATCH 2/2] xen/unpopulated-alloc: Consolidate pgmap manipulation

fs/ext4/inode.o: warning: objtool: mpage_release_unused_pages()+0x22c: unreachable instruction
 2020-10-15  0:23 UTC 

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-15  0:09 UTC  (7+ messages)
` [PATCH v2 14/17] resource: Move devmem revoke code to resource framework

[PATCH v3 0/2] Broad write-locking of nascent mm in execve
 2020-10-15  0:00 UTC  (3+ messages)
` [PATCH v3 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
` [PATCH v3 2/2] exec: Broadly lock nascent mm until setup_arg_pages()

[PATCH v9 00/29] arm64: Memory Tagging Extension user-space support
 2020-10-14 23:43 UTC  (7+ messages)
` [PATCH v9 29/29] arm64: mte: Add Memory Tagging Extension documentation

[PATCH 00/14] Transparent Huge Page support for XFS
 2020-10-14 20:00 UTC  (29+ messages)
` [PATCH 01/14] fs: Support THPs in vfs_dedupe_file_range
` [PATCH 02/14] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH 03/14] iomap: Support THPs in BIO completion path
` [PATCH 04/14] iomap: Support THPs in iomap_adjust_read_range
` [PATCH 05/14] iomap: Support THPs in invalidatepage
` [PATCH 06/14] iomap: Support THPs in iomap_is_partially_uptodate
` [PATCH 07/14] iomap: Support THPs in readpage
` [PATCH 08/14] iomap: Support THPs in readahead
` [PATCH 09/14] iomap: Change iomap_write_begin calling convention
` [PATCH 10/14] iomap: Handle THPs when writing to pages
` [PATCH 11/14] iomap: Support THP writeback
` [PATCH 12/14] iomap: Inline data shouldn't see THPs
` [PATCH 13/14] iomap: Handle tail pages in iomap_page_mkwrite
` [PATCH 14/14] xfs: Support THPs

[PATCH 1/2] mm/mprotect: Call arch_validate_prot under mmap_lock and with length
 2020-10-14 22:29 UTC  (9+ messages)

[PATCH RFC 0/8] kasan: hardware tag-based mode for production use on arm64
 2020-10-14 20:44 UTC  (9+ messages)
` [PATCH RFC 1/8] kasan: simplify quarantine_put call
` [PATCH RFC 2/8] kasan: rename get_alloc/free_info
` [PATCH RFC 3/8] kasan: introduce set_alloc_info
` [PATCH RFC 4/8] kasan: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH RFC 5/8] kasan: mark kasan_init_tags as __init
` [PATCH RFC 6/8] kasan, arm64: move initialization message
` [PATCH RFC 7/8] arm64: kasan: Add system_supports_tags helper
` [PATCH RFC 8/8] kasan: add and integrate kasan_mode boot param

[PATCH v39 11/24] x86/sgx: Add SGX enclave driver
 2020-10-14 20:16 UTC  (9+ messages)

[RFC PATCH] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-10-14 20:08 UTC  (2+ messages)

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-14 19:12 UTC  (10+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[PATCH v4 0/5] Speed up mremap on large regions
 2020-10-14 19:02 UTC  (8+ messages)
` [PATCH v4 1/5] kselftests: vm: Add mremap tests
` [PATCH v4 2/5] arm64: mremap speedup - Enable HAVE_MOVE_PMD
` [PATCH v4 3/5] mm: Speedup mremap on 1GB or larger regions
` [PATCH v4 4/5] arm64: mremap speedup - Enable HAVE_MOVE_PUD
` [PATCH v4 5/5] x86: "

[RFC]: userspace memory reaping
 2020-10-14 18:39 UTC  (5+ messages)

cgroup and FALLOC_FL_PUNCH_HOLE: WARNING: CPU: 13 PID: 2438 at mm/page_counter.c:57 page_counter_uncharge+0x4b/0x5
 2020-10-14 18:31 UTC  (5+ messages)

[PATCH] mm: Do not deactivate when the cgroup has plenty inactive page
 2020-10-14 16:57 UTC  (7+ messages)

PagePrivate handling
 2020-10-14 16:34 UTC  (7+ messages)

[linux-next:master 12312/14891] sound/soc/intel/catpt/loader.c:654 catpt_first_boot_firmware() warn: consider using resource_size() here
 2020-10-14 16:12 UTC 

[PATCH v5 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-10-14 14:40 UTC  (7+ messages)
` [PATCH v5 1/4] mm: memcontrol: use helpers to read page's memcg data
` [PATCH v5 3/4] mm: introduce page memcg flags
` [PATCH v5 4/4] mm: convert page kmemcg type to a page memcg flag

[PATCH] mm/compaction: Remove some useless code in compact_zone()
 2020-10-14 12:28 UTC  (2+ messages)

[PATCH v4] kthread_worker: Prevent queuing delayed work from timer_fn when it is being canceled
 2020-10-14  8:30 UTC 

[PATCH v4] kthread_worker: Prevent queuing delayed work from timer_fn when it is being canceled
 2020-10-14  7:50 UTC 

[PATCH] mm: proc: add Sock to /proc/meminfo
 2020-10-14  5:34 UTC  (11+ messages)
` [External] "

[PATCH v5 0/4] HWpoison: further fixes and cleanups
 2020-10-14  0:06 UTC  (5+ messages)
` [PATCH v5 3/4] mm,hwpoison: take free pages off the buddy freelists for hugetlb
` [PATCH v5 4/4] mm,hwpoison: drop unneeded pcplist draining

incoming
 2020-10-13 23:58 UTC  (41+ messages)
` [patch 126/181] mm/page_isolation: exit early when pageblock is isolated in set_migratetype_isolate()
` [patch 143/181] doc/vm: fix typo in the hugetlb admin documentation
` [patch 144/181] mm/hugetlb: not necessary to coalesce regions recursively
` [patch 145/181] mm/hugetlb: remove VM_BUG_ON(!nrg) in get_file_region_entry_from_cache()
` [patch 146/181] mm/hugetlb: use list_splice to merge two list at once
` [patch 147/181] mm/hugetlb: count file_region to be added when regions_needed != NULL
` [patch 148/181] mm/hugetlb: a page from buddy is not on any list
` [patch 149/181] mm/hugetlb: narrow the hugetlb_lock protection area during preparing huge page
` [patch 150/181] mm/hugetlb: take the free hpage during the iteration directly
` [patch 151/181] hugetlb: add lockdep check for i_mmap_rwsem held in huge_pmd_share
` [patch 152/181] mm/vmscan: fix infinite loop in drop_slab_node
` [patch 153/181] mm/vmscan: fix comments for isolate_lru_page()
` [patch 154/181] mm/z3fold.c: use xx_zalloc instead xx_alloc and memset
` [patch 155/181] mm/zbud: remove redundant initialization
` [patch 156/181] mm/compaction.c: micro-optimization remove unnecessary branch
` [patch 157/181] include/linux/compaction.h: clean code by removing unused enum value
` [patch 158/181] selftests/vm: 8x compaction_test speedup
` [patch 159/181] mm/mempolicy: remove or narrow the lock on current
` [patch 160/181] mm: remove unused alloc_page_vma_node()
` [patch 161/181] mm/mempool: add 'else' to split mutually exclusive case
` [patch 162/181] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [patch 163/181] dma-contiguous: simplify cma_early_percent_memory()
` [patch 164/181] arm, xtensa: simplify initialization of high memory pages
` [patch 165/181] arm64: numa: simplify dummy_numa_init()
` [patch 166/181] h8300, nds32, openrisc: simplify detection of memory extents
` [patch 167/181] riscv: drop unneeded node initialization
` [patch 168/181] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [patch 169/181] memblock: make for_each_memblock_type() iterator private
` [patch 170/181] memblock: make memblock_debug and related functionality private
` [patch 171/181] memblock: reduce number of parameters in for_each_mem_range()
` [patch 172/181] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [patch 173/181] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [patch 174/181] x86/setup: simplify initrd relocation and reservation
` [patch 175/181] x86/setup: simplify reserve_crashkernel()
` [patch 176/181] memblock: remove unused memblock_mem_size()
` [patch 177/181] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [patch 178/181] memblock: use separate iterators for memory and reserved regions
` [patch 179/181] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
` [patch 180/181] mm/migrate: remove cpages-- in migrate_vma_finalize()
` [patch 181/181] mm/migrate: remove obsolete comment about device public


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