linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-22 07:52:25 to 2020-05-25 09:16:31 UTC [more...]

[PATCH v13 00/15] Introduce Data Access MONitor (DAMON)
 2020-05-25  9:14 UTC 

[linux-next PATCH] mm/gup.c: Convert to use get_user_{page|pages}_fast_only()
 2020-05-25  8:53 UTC 

[PATCH v6 1/4] MIPS: Do not flush tlb page when updating PTE entry
 2020-05-25  8:31 UTC  (6+ messages)
` [PATCH v6 2/4] mm/memory.c: Update local TLB if PTE entry exists
` [PATCH v6 3/4] mm/memory.c: Add memory read privilege on page fault handling
` [PATCH v6 4/4] MIPS: mm: add page valid judgement in function pte_modify

[PATCH v2] mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()
 2020-05-25  7:44 UTC  (4+ messages)

[PATCHSET v2 0/12] Add support for async buffered reads
 2020-05-25  7:29 UTC  (22+ messages)
` [PATCH 01/12] block: read-ahead submission should imply no-wait as well
` [PATCH 02/12] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 04/12] mm: add support for async page locking
` [PATCH 05/12] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 06/12] fs: add FMODE_BUF_RASYNC
` [PATCH 07/12] ext4: flag as supporting buffered async reads
` [PATCH 08/12] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 09/12] xfs: flag files as supporting buffered async reads
` [PATCH 10/12] btrfs: "
` [PATCH 11/12] mm: add kiocb_wait_page_queue_init() helper
` [PATCH 12/12] io_uring: support true async buffered reads, if file provides it

[PATCH v2 0/6] arm64: tlb: add support for TTL feature
 2020-05-25  7:19 UTC  (14+ messages)
` [PATCH v2 1/6] arm64: Detect the ARMv8.4 "
` [PATCH v2 2/6] arm64: Add level-hinted TLB invalidation helper
` [PATCH v2 3/6] arm64: Add tlbi_user_level "
` [PATCH v2 4/6] tlb: mmu_gather: add tlb_flush_*_range APIs
` [PATCH v2 5/6] mm: tlb: Provide flush_*_tlb_range wrappers

[PATCH v2 3/7] mm/swap: Use local_lock for protection
 2020-05-25  6:44 UTC  (2+ messages)

[linux-next RFC v2] mm/gup.c: Convert to use get_user_{page|pages}_fast_only()
 2020-05-25  6:13 UTC  (3+ messages)

[RFC 00/16] KVM protected memory extension
 2020-05-25  5:27 UTC  (18+ messages)
` [RFC 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [RFC 02/16] x86/kvm: Introduce KVM memory protection feature
` [RFC 03/16] x86/kvm: Make DMA pages shared
` [RFC 04/16] x86/kvm: Use bounce buffers for KVM memory protection
` [RFC 05/16] x86/kvm: Make VirtIO use DMA API in KVM guest
` [RFC 06/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory
` [RFC 07/16] KVM: mm: Introduce VM_KVM_PROTECTED
` [RFC 08/16] KVM: x86: Use GUP for page walk instead of __get_user()
` [RFC 09/16] KVM: Protected memory extension
` [RFC 10/16] KVM: x86: Enabled protected "
` [RFC 11/16] KVM: Rework copy_to/from_guest() to avoid direct mapping
` [RFC 12/16] x86/kvm: Share steal time page with host
` [RFC 13/16] x86/kvmclock: Share hvclock memory with the host
` [RFC 14/16] KVM: Introduce gfn_to_pfn_memslot_protected()
` [RFC 15/16] KVM: Handle protected memory in __kvm_map_gfn()/__kvm_unmap_gfn()
` [RFC 16/16] KVM: Unmap protected pages from direct mapping

incoming
 2020-05-25  5:10 UTC  (16+ messages)
` [patch 01/11] device-dax: don't leak kernel memory to user space after unloading kmem
` [patch 02/11] x86: bitops: fix build regression
` [patch 03/11] rapidio: fix an error in get_user_pages_fast() error handling
` [patch 04/11] selftests/vm/.gitignore: add mremap_dontunmap
` [patch 05/11] selftests/vm/write_to_hugetlbfs.c: fix unused variable warning
` [patch 06/11] kasan: disable branch tracing for core runtime
` [patch 07/11] sh: include linux/time_types.h for sockios
` [patch 08/11] MAINTAINERS: update email address for Naoya Horiguchi
` [patch 09/11] sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()
` [patch 10/11] z3fold: fix use-after-free when freeing handles
` [patch 11/11] MAINTAINERS: add files related to kdump
` mmotm 2020-05-24-22-09 uploaded

[PATCH v4 00/36] Large pages in the page cache
 2020-05-25  4:59 UTC  (7+ messages)
` [PATCH v4 06/36] mm: Introduce offset_in_thp
` [PATCH v4 11/36] fs: Support THPs in zero_user_segments
` [PATCH v4 24/36] mm: Remove page fault assumption of compound page size

[PATCH] x86/mm: Fix boot with some memory above MAXMEM
 2020-05-25  4:49 UTC  (2+ messages)

[PATCH] mm,thp: stop leaking unreleased file pages
 2020-05-25  4:32 UTC  (3+ messages)

mm: Behavior of process_vm_* with short local buffers
 2020-05-25  2:25 UTC 

[Bug 207861] New: mremap MAP_ANONYMOUS|MAP_SHARED grow provide bad mapping
 2020-05-25  0:40 UTC 

[PATCH -V3] swap: Reduce lock contention on swap cache from swap slots allocation
 2020-05-25  0:26 UTC 

[PATCHSET v4 0/12] Add support for async buffered reads
 2020-05-24 19:22 UTC  (13+ messages)
` [PATCH 01/12] block: read-ahead submission should imply no-wait as well
` [PATCH 02/12] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 04/12] mm: add support for async page locking
` [PATCH 05/12] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 06/12] fs: add FMODE_BUF_RASYNC
` [PATCH 07/12] ext4: flag as supporting buffered async reads
` [PATCH 08/12] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 09/12] xfs: flag files as supporting buffered async reads
` [PATCH 10/12] btrfs: "
` [PATCH 11/12] mm: add kiocb_wait_page_queue_init() helper
` [PATCH 12/12] io_uring: support true async buffered reads, if file provides it

[PATCH] mm/compaction: avoid VM_BUG_ON(PageSlab()) in page_mapcount()
 2020-05-24 19:12 UTC  (6+ messages)

[PATCH] mm/memblock:Do not retry a range that has already been checked
 2020-05-24 17:49 UTC 

[PATCH] sparc32: register memory occupied by kernel as memblock.memory
 2020-05-24 16:53 UTC 

[PATCH 0/7] Record the mm_struct in the page table pages
 2020-05-24  7:42 UTC  (4+ messages)

[PATCH v2 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
 2020-05-23 22:33 UTC  (3+ messages)

[linux-next RFC] mm/gup.c: Convert to use get_user_pages_fast_only()
 2020-05-23 22:18 UTC  (4+ messages)

[PATCH] sparc32: fix page table traversal in srmmu_nocache_init()
 2020-05-23 21:00 UTC  (2+ messages)

incoming
 2020-05-23 15:08 UTC  (3+ messages)
` mmotm 2020-05-22-20-35 uploaded
  ` mmotm 2020-05-22-20-35 uploaded (phy/intel/phy-intel-combo.c)

[PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation
 2020-05-23 12:32 UTC  (2+ messages)

[PATCH v2] kasan: Disable branch tracing for core runtime
 2020-05-23  9:12 UTC  (3+ messages)

[PATCHSET RFC 0/11] Add support for async buffered reads
 2020-05-23  8:29 UTC  (14+ messages)
` [PATCH 01/11] block: read-ahead submission should imply no-wait as well
` [PATCH 02/11] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/11] mm: add support for async page locking
  ` [PATCH v2 "
` [PATCH 04/11] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 05/11] fs: add FMODE_BUF_RASYNC
` [PATCH 06/11] ext4: flag as supporting buffered async reads
` [PATCH 07/11] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 08/11] xfs: flag files as supporting buffered async reads
` [PATCH 09/11] btrfs: "
` [PATCH 10/11] mm: add kiocb_wait_page_async_init() helper
` [PATCH 11/11] io_uring: support true async buffered reads, if file provides it

[PATCHSET v2 RFC 0/11] Add support for async buffered reads
 2020-05-23  1:50 UTC  (12+ messages)
` [PATCH 01/11] block: read-ahead submission should imply no-wait as well
` [PATCH 02/11] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/11] mm: add support for async page locking
` [PATCH 04/11] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 05/11] fs: add FMODE_BUF_RASYNC
` [PATCH 06/11] ext4: flag as supporting buffered async reads
` [PATCH 07/11] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 08/11] xfs: flag files as supporting buffered async reads
` [PATCH 09/11] btrfs: "
` [PATCH 10/11] mm: add kiocb_wait_page_async_init() helper
` [PATCH 11/11] io_uring: support true async buffered reads, if file provides it

[PATCH v3 00/19] The new cgroup slab memory controller
 2020-05-23  1:32 UTC  (4+ messages)
` [PATCH v3 07/19] mm: memcg/slab: allocate obj_cgroups for non-root slab pages

[PATCH mmotm] mm/swap: fix livelock in __read_swap_cache_async()
 2020-05-23  0:24 UTC  (3+ messages)

[PATCH 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
 2020-05-22 22:22 UTC  (3+ messages)

[PATCH v30 12/20] x86/sgx: Add a page reclaimer
 2020-05-22 21:52 UTC  (6+ messages)

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-05-22 18:13 UTC  (6+ messages)
` [PATCH v10 26/26] x86/cet/shstk: Add arch_prctl functions for shadow stack

[RFC PATCH 0/5] Update selftests/x86 for CET
 2020-05-22 18:07 UTC  (8+ messages)
` [RFC PATCH 5/5] selftest/x86: Add CET quick test

[PATCH v10 01/26] Documentation/x86: Add CET description
 2020-05-22 17:48 UTC  (12+ messages)

[PATCH v3 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup
 2020-05-22 16:27 UTC  (11+ messages)
` [PATCH v3 2/2] mm, memcg: Decouple e{low,min} state mutations from protection checks

mmotm 2020-05-21-20-42 uploaded
 2020-05-22 16:26 UTC  (2+ messages)
` mmotm 2020-05-21-20-42 uploaded (atomisp)

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-05-22 16:23 UTC  (5+ messages)
` [PATCH v1 02/25] mm/swap: Don't abuse the seqcount latching API

sort out the flush_icache_range mess v2
 2020-05-22 15:54 UTC  (3+ messages)
` [PATCH 09/29] arm64: use asm-generic/cacheflush.h

[PATCH v6 00/12] Add a new mmap locking API wrapping mmap_sem calls
 2020-05-22 14:21 UTC  (12+ messages)
` [PATCH v6 07/12] mmap locking API: add mmap_read_trylock_non_owner()
` [PATCH v6 10/12] mmap locking API: rename mmap_sem to mmap_lock
` [PATCH v6 11/12] mmap locking API: convert mmap_sem API comments
` [PATCH v6 12/12] mmap locking API: convert mmap_sem comments

[PATCH] mm/compaction: Fix the incorrect hole in fast_isolate_freepages()
 2020-05-22 14:20 UTC  (6+ messages)

[PATCH] mm, memcg: unify reclaim retry limits with page allocator
 2020-05-22 14:07 UTC  (2+ messages)

[PATCH 00/14] mm: balance LRU lists based on relative thrashing v2
 2020-05-22 13:33 UTC  (3+ messages)
` [PATCH 09/14] mm: deactivations shouldn't bias the LRU balance

[PATCH 0/2] Fix W+X debug feature on x86
 2020-05-22 12:50 UTC  (3+ messages)

[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
 2020-05-22 10:37 UTC  (7+ messages)
` [PATCH v4 24/26] arm64: mte: Introduce early param to disable MTE support

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-05-22 10:17 UTC  (5+ messages)
` [PATCH v7 13/24] iommu/arm-smmu-v3: Enable broadcast TLB maintenance

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-22 10:05 UTC  (8+ messages)

[PATCH] iommu/dma: limit iova free size to unmmaped iova
 2020-05-22  9:24 UTC  (4+ messages)

[PATCH v5 1/4] MIPS: Do not flush tlb page when updating PTE entry
 2020-05-22  8:48 UTC  (4+ messages)
` [PATCH v5 2/4] mm/memory.c: Update local TLB if PTE entry exists

[PATCH] kasan: Disable branch tracing for core runtime
 2020-05-22  7:54 UTC  (2+ 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).