linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-10 10:45:37 to 2020-10-12 16:29:15 UTC [more...]

[PATCH v2 00/22] add Object Storage Media Pool (mpool)
 2020-10-12 16:27 UTC  (22+ messages)
` [PATCH v2 01/22] mpool: add utility routines and ioctl definitions
` [PATCH v2 02/22] mpool: add in-memory struct definitions
` [PATCH v2 03/22] mpool: add on-media "
` [PATCH v2 04/22] mpool: add pool drive component which handles mpool IO using the block layer API
` [PATCH v2 05/22] mpool: add space map component which manages free space on mpool devices
` [PATCH v2 06/22] mpool: add on-media pack, unpack and upgrade routines
` [PATCH v2 07/22] mpool: add superblock management routines
` [PATCH v2 08/22] mpool: add pool metadata routines to manage object lifecycle and IO
` [PATCH v2 09/22] mpool: add mblock lifecycle management and IO routines
` [PATCH v2 10/22] mpool: add mlog IO utility routines
` [PATCH v2 11/22] mpool: add mlog lifecycle management and IO routines
` [PATCH v2 12/22] mpool: add metadata container or mlog-pair framework
` [PATCH v2 13/22] mpool: add utility routines for mpool lifecycle management
` [PATCH v2 14/22] mpool: add pool metadata routines to create persistent mpools
` [PATCH v2 15/22] mpool: add mpool lifecycle management routines
` [PATCH v2 16/22] mpool: add mpool control plane utility routines
` [PATCH v2 17/22] mpool: add mpool lifecycle management ioctls
` [PATCH v2 18/22] mpool: add object "
` [PATCH v2 19/22] mpool: add support to mmap arbitrary collection of mblocks
` [PATCH v2 20/22] mpool: add support to proactively evict cached mblock data from the page-cache
` [PATCH v2 22/22] mpool: add Kconfig and Makefile

[PATCH v3 0/2] Add tracepoints around mmap_lock acquisition
 2020-10-12 16:23 UTC  (6+ messages)
` [PATCH v3 1/2] tracing: support "bool" type in synthetic trace events

[PATCH RFC PKS/PMEM 10/58] drivers/rdma: Utilize new kmap_thread()
 2020-10-12 16:19 UTC  (22+ messages)
` [PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
  ` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: Utilize new kmap_thread()
  ` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
  ` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
  ` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
  ` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr

[PATCH] mm/msync: exit early when the flags is an MS_ASYNC and start < vm_start
 2020-10-12 16:09 UTC 

[PATCH] mm: memcontrol: localize mem_cgroup_sockets_enabled() check
 2020-10-12 16:04 UTC  (3+ messages)
  ` [External] "

[PATCH v14 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-10-12 15:45 UTC  (8+ messages)
` [PATCH v14 1/7] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v14 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v14 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v14 4/7] x86/cet/ibt: ELF header parsing "
` [PATCH v14 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v14 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v14 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-10-12 15:38 UTC  (27+ messages)
` [PATCH v14 01/26] Documentation/x86: Add CET description
` [PATCH v14 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v14 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v14 04/26] x86/cet: Add control-protection fault handler
` [PATCH v14 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v14 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v14 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v14 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v14 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v14 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v14 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v14 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v14 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v14 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v14 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v14 16/26] mm: Add guard pages around a shadow stack
` [PATCH v14 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v14 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v14 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v14 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v14 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v14 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v14 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v14 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v14 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v14 26/26] mm: Introduce PROT_SHSTK "

[PATCH] mm, oom: enable rate-limiting controls for oom dumps
 2020-10-12 15:41 UTC  (4+ messages)

[PATCH] proc.5: Document inaccurate RSS due to SPLIT_RSS_COUNTING
 2020-10-12 15:33 UTC  (5+ messages)

[PATCH] mm: Make allocator take care of memoryless numa node
 2020-10-12 15:22 UTC  (3+ messages)

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-12 14:39 UTC  (29+ messages)
` [PATCH v2 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v2 08/17] s390/pci: Remove races against pte updates
` [PATCH v2 09/17] mm: Add unsafe_follow_pfn

[PATCH 1/2] mm: mmap: fix fput in error path v2
 2020-10-12 14:22 UTC  (5+ messages)
` [PATCH 2/2] mm: introduce vma_set_file function v4

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-12 14:20 UTC  (8+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure

[Question Resend] About z3fold page migration
 2020-10-12 14:04 UTC  (2+ messages)

[PATCH v2] mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
 2020-10-12 13:58 UTC  (2+ messages)

[Question] About z3fold page migration
 2020-10-12 13:54 UTC 

[PATCH] mm/memcg: fix device private memcg accounting
 2020-10-12 13:28 UTC  (4+ messages)

[linux-next:master 11074/14813] drivers/net/wireless/realtek/rtw88/fw.c:1485:21: warning: address of array 'rtwdev->chip->fw_fifo_addr' will always evaluate to 'true'
 2020-10-12 13:15 UTC 

[linux-next:master 10691/14813] drivers/i2c/busses/i2c-mlxbf.c:513:21: sparse: sparse: cast to restricted __be32
 2020-10-12 13:10 UTC 

[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
 2020-10-12 13:09 UTC  (31+ 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 07/29] virtio-mem: generalize virtio_mem_overlaps_range()
` [PATCH v1 08/29] virtio-mem: drop last_mb_id
` [PATCH v1 09/29] virtio-mem: don't always trigger the workqueue when offlining memory
` [PATCH v1 10/29] virtio-mem: generalize handling when memory is getting onlined deferred
` [PATCH v1 11/29] virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining
` [PATCH v1 12/29] virtio-mem: factor out fake-offlining into virtio_mem_fake_offline()
` [PATCH v1 13/29] virtio-mem: factor out handling of fake-offline pages in memory notifier
` [PATCH v1 14/29] virtio-mem: retry fake-offlining via alloc_contig_range() on ZONE_MOVABLE
` [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)
` [PATCH v1 16/29] virtio-mem: memory block states are specific to "
` [PATCH v1 17/29] virito-mem: subblock "
` [PATCH v1 18/29] virtio-mem: factor out calculation of the bit number within the sb_states bitmap
` [PATCH v1 19/29] virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM)
` [PATCH v1 20/29] virtio-mem: nb_sb_per_mb and subblock_size "
` [PATCH v1 21/29] virtio-mem: memory notifier callbacks "
` [PATCH v1 22/29] virtio-mem: memory block ids "
` [PATCH v1 23/29] virtio-mem: factor out adding/removing memory from Linux
` [PATCH v1 24/29] virtio-mem: print debug messages from virtio_mem_send_*_request()
` [PATCH v1 25/29] virtio-mem: Big Block Mode (BBM) memory hotplug
` [PATCH v1 26/29] virtio-mem: allow to force Big Block Mode (BBM) and set the big block size
` [PATCH v1 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
` [PATCH v1 28/29] virtio-mem: Big Block Mode (BBM) - basic memory hotunplug
` [PATCH v1 29/29] virtio-mem: Big Block Mode (BBM) - safe "

incoming
 2020-10-12 12:19 UTC  (7+ messages)
` [patch 1/5] MAINTAINERS: change hardening mailing list
` [patch 2/5] MAINTAINERS: Antoine Tenart's email address
` [patch 3/5] mm: mmap: fix general protection fault in unlink_file_vma()
` [patch 4/5] mm: validate inode in mapping_set_error()
` [patch 5/5] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged

[linux-next:master 2053/14669] drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c:165: undefined reference to `tls_toe_unregister_device'
 2020-10-12 11:13 UTC 

[linux-next:master 11142/14669] drivers/net/wireless/realtek/rtw88/fw.c:1485:21: warning: address of array 'rtwdev->chip->fw_fifo_addr' will always evaluate to 'true'
 2020-10-12 11:08 UTC 

[PATCH] mm: proc: add Sock to /proc/meminfo
 2020-10-12  9:53 UTC  (11+ messages)
  ` [External] "

[PATCH 1/4] of/fdt: Update zone_dma_bits when running in bcm2711
 2020-10-12  8:47 UTC  (16+ messages)

[PATCH 1/6] mm: mmap: fix fput in error path
 2020-10-12  8:13 UTC  (7+ messages)
` [PATCH 2/6] mm: introduce vma_set_file function v3

[PATCH v2 0/3] Actually fix freelist pointer vs redzoning
 2020-10-12  8:01 UTC  (3+ messages)
` [PATCH v2 2/3] mm/slub: Fix redzoning for small allocations

[PATCH RESEND] drm/aspeed: fix Kconfig warning & subsequent build errors
 2020-10-12  4:38 UTC  (2+ messages)

[linux-next:master 3822/14669] drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:544:31: sparse: sparse: incorrect type in assignment (different base types)
 2020-10-12  4:36 UTC 

[PATCH v4 00/13] mm/debug_vm_pgtable fixes
 2020-10-12  4:29 UTC  (4+ messages)
` [PATCH v4 13/13] mm/debug_vm_pgtable: Avoid none pte in pte_clear_test

[PATCH FIX v0] mm: memcg/slab: Uncharge during kmem_cache_free_bulk()
 2020-10-12  3:33 UTC  (3+ messages)

[PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate
 2020-10-12  2:10 UTC 

incoming
 2020-10-12  2:01 UTC  (9+ messages)
` [patch 04/15] shmem: shmem_writepage() split unlikely i915 THP

[PATCH] mm/hmm/test: Fix an error code in dmirror_allocate_chunk()
 2020-10-11 20:58 UTC  (2+ messages)

VM_BUG_ON_PAGE(page_to_pgoff(page) != offset) on s390
 2020-10-11 20:23 UTC  (2+ messages)

[Bug 206569] BUG at mm/filemap.c:2529: VM_BUG_ON_PAGE(page_to_pgoff(page) != offset)
 2020-10-11 20:21 UTC  (8+ messages)

[linux-next:master 10034/14669] drivers/md/raid5.c:2539 resize_stripes() warn: inconsistent indenting
 2020-10-11 16:54 UTC 

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-11  9:42 UTC  (8+ messages)
` [PATCH v6 3/6] "

[PATCH v2] kcov, usb, vhost: specify contexts for remote coverage sections
 2020-10-10 20:08 UTC  (2+ messages)

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-10-10 19:00 UTC  (6+ messages)

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

[PATCH] mm/khugepaged: fix filemap page_to_pgoff(page) != offset
 2020-10-10 15:09 UTC  (2+ messages)

INFO: task can't die in congestion_wait
 2020-10-10 14:11 UTC 

[PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate
 2020-10-10 12:56 UTC  (2+ messages)

[PATCH] mm: validate inode in mapping_set_error
 2020-10-10 11:58 UTC  (2+ messages)

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


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