linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-14 03:04:30 to 2020-10-15 15:16:18 UTC [more...]

[PATCH 0/4] Some more lock_page work
 2020-10-15 15:16 UTC  (10+ messages)
    ` Possible deadlock in fuse write path (Was: Re: [PATCH 0/4] Some more lock_page work..)

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

[PATCH v6 00/11] Introduces new functions for tracking lockless pagetable walks
 2020-10-15 14:46 UTC  (4+ messages)
` [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range

[PATCH RFC 0/8] kasan: hardware tag-based mode for production use on arm64
 2020-10-15 14:41 UTC  (12+ 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 v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-15 14:15 UTC  (12+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-15 14:06 UTC  (12+ messages)
` [PATCH v2 01/16] mm: Add AOP_UPDATED_PAGE return value
` [PATCH v2 02/16] mm: Inline wait_on_page_read into its one caller
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate "
` [PATCH v2 16/16] iomap: Make readpage synchronous

[PATCH] mm: fix potential pte_unmap_unlock pte error
 2020-10-15 13:19 UTC  (3+ messages)

[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
 2020-10-15 13:08 UTC  (24+ 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()
` [PATCH v1 05/29] virtio-mem: generalize check for added memory
` [PATCH v1 06/29] virtio-mem: generalize virtio_mem_owned_mb()
` [PATCH v1 08/29] virtio-mem: drop last_mb_id
` [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)
` [PATCH v1 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block

[PATCH] mm, oom: enable rate-limiting controls for oom dumps
 2020-10-15 13:05 UTC  (7+ messages)

[PATCH] zsmalloc: Rework the list_add code in insert_zspage()
 2020-10-15 13:01 UTC 

[PATCH v4] kthread_worker: Prevent queuing delayed work from timer_fn when it is being canceled
 2020-10-15 12:38 UTC  (2+ messages)

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

[linux-next:pending-fixes] BUILD SUCCESS 0a18568236af1b27cbd4cdd4113e68ec65ffa9fb
 2020-10-15 11:38 UTC 

[PATCH 0/2] vfs: move the clone/dedupe/remap helpers to a single file
 2020-10-15 11:38 UTC  (6+ 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 v9 00/29] arm64: Memory Tagging Extension user-space support
 2020-10-15 11:14 UTC  (9+ messages)
` [PATCH v9 29/29] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v4 0/5] Speed up mremap on large regions
 2020-10-15 10:55 UTC  (7+ messages)
` [PATCH v4 1/5] kselftests: vm: Add mremap tests
` [PATCH v4 2/5] arm64: mremap speedup - Enable HAVE_MOVE_PMD
` [PATCH v4 5/5] x86: mremap speedup - Enable HAVE_MOVE_PUD

[PATCH 0/8] Use uncached writes while clearing gigantic pages
 2020-10-15 10:40 UTC  (26+ 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 00/14] Transparent Huge Page support for XFS
 2020-10-15  9:52 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 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 11/14] iomap: Support THP writeback
` [PATCH 13/14] iomap: Handle tail pages in iomap_page_mkwrite
` [PATCH 14/14] xfs: Support THPs

[PATCH v3 0/3] Actually fix freelist pointer vs redzoning
 2020-10-15  9:44 UTC  (6+ 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 0/2] device-dax subdivision v5 to v6 fixups
 2020-10-15  9:28 UTC  (4+ messages)
` [PATCH 1/2] device-dax/kmem: Fix resource release
` [PATCH 2/2] xen/unpopulated-alloc: Consolidate pgmap manipulation

[RFC]: userspace memory reaping
 2020-10-15  9:20 UTC  (6+ 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-15  9:01 UTC  (8+ messages)

[PATCH v8 0/2] avoid xfs transaction reservation recursion
 2020-10-15  8:31 UTC  (5+ messages)
` [PATCH v8 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 2/2] xfs: avoid transaction reservation recursion

[PATCH v2 00/22] add Object Storage Media Pool (mpool)
 2020-10-15  8:02 UTC  (2+ messages)

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

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

[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  (18+ messages)
` [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] mm/debug_vm_pgtable: Avoid kernel crash with riscv
 2020-10-15  3:32 UTC 

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

[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 

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

[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 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] 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] mm: proc: add Sock to /proc/meminfo
 2020-10-14  5:34 UTC  (11+ messages)
` [External] "


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