linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-06 12:25:27 to 2018-12-07 12:18:18 UTC [more...]

use generic DMA mapping code in powerpc V4
 2018-12-07 12:18 UTC  (22+ messages)
` [PATCH 01/34] powerpc: use mm zones more sensibly
` [PATCH 02/34] powerpc: allow NOT_COHERENT_CACHE for amigaone
` [PATCH 03/34] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
` [PATCH 04/34] powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
` [PATCH 05/34] powerpc/dma: remove the unused dma_iommu_ops export
` [PATCH 06/34] powerpc/dma: split the two __dma_alloc_coherent implementations
` [PATCH 07/34] powerpc/dma: remove the no-op dma_nommu_unmap_{page,sg} routines
  ` [PATCH 07/34] powerpc/dma: remove the no-op dma_nommu_unmap_{page, sg} routines
` [PATCH 08/34] powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops
` [PATCH 14/34] powerpc/dart: remove dead cleanup code in iommu_init_early_dart
` [PATCH 19/34] cxl: drop the dma_set_mask callback from vphb

[PATCH V5 0/7] 52-bit userspace VAs
 2018-12-07 12:04 UTC  (12+ messages)
` [PATCH V5 1/7] mm: mmap: Allow for "high" userspace addresses
` [PATCH V5 2/7] arm64: mm: Introduce DEFAULT_MAP_WINDOW
` [PATCH V5 3/7] arm64: mm: Define arch_get_mmap_end, arch_get_mmap_base
` [PATCH V5 4/7] arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGD
` [PATCH V5 5/7] arm64: mm: Prevent mismatched 52-bit VA support
` [PATCH V5 6/7] arm64: mm: introduce 52-bit userspace support
` [PATCH V5 7/7] arm64: mm: Allow forcing all userspace addresses to 52-bit

[RFC v2 00/13] Multi-Key Total Memory Encryption API (MKTME)
 2018-12-07 11:57 UTC  (31+ messages)
` [RFC v2 10/13] keys/mktme: Add the MKTME Key Service type for memory encryption
` [RFC v2 12/13] keys/mktme: Save MKTME data if kernel cmdline parameter allows

[PATCH] mm/alloc: fallback to first node if the wanted node offline
 2018-12-07 11:30 UTC  (15+ messages)

[PATCH RFC] Ext4: fix deadlock on dirty pages between fault and writeback
 2018-12-07 11:20 UTC  (4+ messages)

[PATCH 0/4][V4] drop the mmap_sem when doing IO in the fault path
 2018-12-07 11:03 UTC  (12+ messages)
` [PATCH 2/4] filemap: kill page_cache_read usage in filemap_fault
` [PATCH 3/4] filemap: drop the mmap_sem for all blocking operations
` [PATCH 4/4] mm: use the cached page for filemap_fault

[RFC PATCH 0/3] THP eligibility reporting via proc
 2018-12-07 10:55 UTC  (2+ messages)

[RFC Get rid of shrink code - memory-hotplug]
 2018-12-07 10:35 UTC  (7+ messages)

[PATCH] mm, page_alloc: calculate first_deferred_pfn directly
 2018-12-07 10:08 UTC 

[PATCH 1/2] mm, pageblock: make sure pageblock won't exceed mem_sectioin
 2018-12-07  9:58 UTC  (3+ messages)
` [PATCH 2/2] mm, page_alloc: cleanup usemap_size() when SPARSEMEM is not set

[PATCH v2 00/17] locking/lockdep: Add a new class of terminal locks
 2018-12-07  9:52 UTC  (10+ messages)
` [PATCH v2 03/17] locking/lockdep: Add a new terminal lock type
` [PATCH v2 07/17] debugobjects: Move printk out of db lock critical sections
` [PATCH v2 08/17] locking/lockdep: Add support for nestable terminal locks
` [PATCH v2 09/17] debugobjects: Make object hash locks "

[PATCH] mm, kmemleak: Little optimization while scanning
 2018-12-07  9:48 UTC  (6+ messages)

[PATCHv2] mm/pageblock: throw compiling time error if pageblock_bits can not hold MIGRATE_TYPES
 2018-12-07  9:09 UTC  (3+ messages)

[PATCH v5 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-12-07  8:48 UTC  (7+ messages)
` [PATCH v5 1/3] mm: Add support for kmem caches in DMA32 zone
` [PATCH v5 2/3] iommu/io-pgtable-arm-v7s: Request DMA32 memory, and improve debugging
` [PATCH v5 3/3] mm: Add /sys/kernel/slab/cache/cache_dma32

Number of arguments in vmalloc.c
 2018-12-07  8:45 UTC  (10+ messages)

use generic DMA mapping code in powerpc V4
 2018-12-07  7:48 UTC  (15+ messages)

[PATCH -V8 00/21] swap: Swapout/swapin THP in one piece
 2018-12-07  6:20 UTC  (23+ messages)
` [PATCH -V8 01/21] swap: Enable PMD swap operations for CONFIG_THP_SWAP
` [PATCH -V8 02/21] swap: Add __swap_duplicate_locked()
` [PATCH -V8 03/21] swap: Support PMD swap mapping in swap_duplicate()
` [PATCH -V8 04/21] swap: Support PMD swap mapping in put_swap_page()
` [PATCH -V8 05/21] swap: Support PMD swap mapping in free_swap_and_cache()/swap_free()
` [PATCH -V8 06/21] swap: Support PMD swap mapping when splitting huge PMD
` [PATCH -V8 07/21] swap: Support PMD swap mapping in split_swap_cluster()
` [PATCH -V8 08/21] swap: Support to read a huge swap cluster for swapin a THP
` [PATCH -V8 09/21] swap: Swapin a THP in one piece
` [PATCH -V8 10/21] swap: Support to count THP swapin and its fallback
` [PATCH -V8 11/21] swap: Add sysfs interface to configure THP swapin
` [PATCH -V8 12/21] swap: Support PMD swap mapping in swapoff
` [PATCH -V8 13/21] swap: Support PMD swap mapping in madvise_free()
` [PATCH -V8 14/21] swap: Support to move swap account for PMD swap mapping
` [PATCH -V8 15/21] swap: Support to copy PMD swap mapping when fork()
` [PATCH -V8 16/21] swap: Free PMD swap mapping when zap_huge_pmd()
` [PATCH -V8 17/21] swap: Support PMD swap mapping for MADV_WILLNEED
` [PATCH -V8 18/21] swap: Support PMD swap mapping in mincore()
` [PATCH -V8 19/21] swap: Support PMD swap mapping in common path
` [PATCH -V8 20/21] swap: create PMD swap mapping when unmap the THP
` [PATCH -V8 21/21] swap: Update help of CONFIG_THP_SWAP

[PATCH] mm/pageblock: throw compiling time error if pageblock_bits can not hold MIGRATE_TYPES
 2018-12-07  4:49 UTC  (3+ messages)

[Question] Why we always pass NULL to drain_local_pages() in drain_local_pages_wq()?
 2018-12-07  4:29 UTC 

[PATCH 0/1] userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registered
 2018-12-07  3:43 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] mm: thp: fix soft dirty for migration when split
 2018-12-07  3:34 UTC  (2+ messages)

[PATCH v2 0/3] mmu notifier contextual informations
 2018-12-07  3:30 UTC  (3+ messages)
` [PATCH v2 1/3] mm/mmu_notifier: use structure for invalidate_range_start/end callback

[PATCH 0/2] Don’t leave executable TLB entries to freed pages
 2018-12-07  3:06 UTC  (23+ messages)
` [PATCH 1/2] vmalloc: New flag for flush before releasing pages

[PATCH 0/2] put_user_page*(): start converting the call sites
 2018-12-07  2:45 UTC  (10+ messages)
` [PATCH 1/2] mm: introduce put_user_page*(), placeholder versions

[RFC PATCH 00/14] Heterogeneous Memory System (HMS) and hbind()
 2018-12-07  0:20 UTC  (22+ messages)

[PATCH] aio: Convert ioctx_table to XArray
 2018-12-06 22:26 UTC  (4+ messages)

[PATCH] PCI/P2PDMA: Match interface changes to devm_memremap_pages()
 2018-12-06 22:17 UTC  (3+ messages)

[PATCH V3 1/5] mm: Update ptep_modify_prot_start/commit to take vm_area_struct as arg
 2018-12-06 21:58 UTC  (2+ messages)

[PATCH 3/3] mm/mmu_notifier: contextual information for event triggering invalidation
 2018-12-06 21:51 UTC  (4+ messages)

[PATCH v2 0/6] memblock: simplify several early memory allocation
 2018-12-06 21:30 UTC  (6+ messages)
` [PATCH v2 5/6] arch: simplify several early memory allocations

[PATCH 0/2] docs/mm-api: link kernel-doc comments from slab_common.c
 2018-12-06 21:13 UTC  (3+ messages)
` [PATCH 1/2] slab: make kmem_cache_create{_usercopy} description proper kernel-doc
` [PATCH 2/2] docs/mm-api: link slab_common.c to "The Slab Cache" section

[PATCH 2/3] mm/mmu_notifier: use structure for invalidate_range_start/end calls
 2018-12-06 20:35 UTC  (3+ messages)

[PATCH v3 8/9] xen/gntdev.c: Convert to use vm_insert_range
 2018-12-06 18:45 UTC 

[PATCH v3 9/9] xen/privcmd-buf.c: Convert to use vm_insert_range
 2018-12-06 18:45 UTC 

[PATCH v3 7/9] videobuf2/videobuf2-dma-sg.c: Convert to use vm_insert_range
 2018-12-06 18:44 UTC 

[PATCH v3 6/9] iommu/dma-iommu.c: Convert to use vm_insert_range
 2018-12-06 18:43 UTC 

[PATCH v3 5/9] drm/xen/xen_drm_front_gem.c: Convert to use vm_insert_range
 2018-12-06 18:43 UTC 

[PATCH v3 4/9] drm/rockchip/rockchip_drm_gem.c: Convert to use vm_insert_range
 2018-12-06 18:42 UTC 

[PATCH v3 3/9] drivers/firewire/core-iso.c: Convert to use vm_insert_range
 2018-12-06 18:41 UTC 

[PATCH v3 2/9] arch/arm/mm/dma-mapping.c: Convert to use vm_insert_range
 2018-12-06 18:41 UTC 

[PATCH v3 1/9] mm: Introduce new vm_insert_range API
 2018-12-06 18:39 UTC 

[PATCH v3 0/9] Use vm_insert_range
 2018-12-06 18:37 UTC 

[RESEND PATCH v4 0/5] Clean up huge vmap and ioremap code
 2018-12-06 18:21 UTC  (6+ messages)
` [RESEND PATCH v4 1/5] ioremap: Rework pXd_free_pYd_page() API
` [RESEND PATCH v4 2/5] arm64: mmu: Drop pXd_present() checks from pXd_free_pYd_table()
` [RESEND PATCH v4 3/5] x86/pgtable: Drop pXd_none() "
` [RESEND PATCH v4 4/5] lib/ioremap: Ensure phys_addr actually corresponds to a physical address
` [RESEND PATCH v4 5/5] lib/ioremap: Ensure break-before-make is used for huge p4d mappings

[PATCH 0/2] Introduce common code for risc-v sparsemem support
 2018-12-06 17:40 UTC  (4+ messages)
` [PATCH 2/2] mm/sparse: add common helper to mark all memblocks present

[PATCH] docs/core-api: make mm-api.rst more structured
 2018-12-06 17:20 UTC  (2+ messages)

[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
 2018-12-06 16:18 UTC  (9+ messages)
` [PATCH v7 13/25] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v7 14/25] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v7 23/25] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work
` [PATCH v7 24/25] firmware: arm_sdei: Add ACPI GHES registration helper

[PATCH V4 0/6] 52-bit userspace VAs
 2018-12-06 14:52 UTC  (12+ messages)
` [PATCH V4 4/6] arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGD
` [PATCH V4 5/6] arm64: mm: introduce 52-bit userspace support
` [PATCH V4 6/6] arm64: mm: Allow forcing all userspace addresses to 52-bit

[PATCH v8 0/8] arm64: untag user pointers passed to the kernel
 2018-12-06 14:08 UTC  (11+ messages)
` [PATCH v8 1/8] arm64: add type casts to untagged_addr macro
` [PATCH v8 2/8] uaccess: add untagged_addr definition for other arches

[PATCH v12 00/25] kasan: add software tag-based mode for arm64
 2018-12-06 12:25 UTC  (6+ messages)
` [PATCH v12 20/25] kasan, arm64: add brk handler for inline instrumentation

[PATCH v13 00/25] kasan: add software tag-based mode for arm64
 2018-12-06 12:24 UTC  (4+ messages)
` [PATCH v13 23/25] kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGS
` [PATCH v13 24/25] kasan: update documentation
` [PATCH v13 25/25] kasan: add SPDX-License-Identifier mark to source files


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