linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-12 15:43:29 to 2018-11-14 08:24:21 UTC [more...]

use generic DMA mapping code in powerpc V4
 2018-11-14  8:22 UTC  (16+ 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 08/34] powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops
` [PATCH 09/34] powerpc/dma: handle iommu bypass in dma_iommu_ops
` [PATCH 10/34] powerpc/pseries: unwind dma_get_required_mask_pSeriesLP a bit
` [PATCH 11/34] powerpc/pseries: use the generic iommu bypass code
` [PATCH 12/34] powerpc/cell: move dma direct window setup out of dma_configure
` [PATCH 13/34] powerpc/cell: use the generic iommu bypass code
` [PATCH 14/34] powerpc/dart: remove dead cleanup code in iommu_init_early_dart
` [PATCH 17/34] powerpc/powernv: remove pnv_npu_dma_set_mask

[PATCH RFC v1 00/11] hwpoison improvement part 1
 2018-11-14  8:23 UTC  (16+ messages)
` [RFC][PATCH v1 02/11] mm: soft-offline: add missing error check of set_hwpoison_free_buddy_page()
` [RFC][PATCH v1 03/11] mm: move definition of num_poisoned_pages_inc/dec to include/linux/mm.h
` [RFC][PATCH v1 04/11] mm: madvise: call soft_offline_page() without MF_COUNT_INCREASED
` [RFC][PATCH v1 10/11] mm: clear PageHWPoison in memory hotremove
` [RFC][PATCH v1 11/11] mm: hwpoison: introduce clear_hwpoison_free_buddy_page()

[PATCH] mm, page_alloc: skip zone who has no managed_pages in calculate_totalreserve_pages()
 2018-11-14  8:20 UTC  (13+ messages)
` [PATCH] mm, page_alloc: skip to set lowmem_reserve[] for empty zones

Memory hotplug softlock issue
 2018-11-14  8:18 UTC  (3+ messages)

[PATCH] Fix do_move_pages_to_node() error handling
 2018-11-14  7:34 UTC  (2+ messages)

[PATCH] l1tf: drop the swap storage limit restriction when l1tf=off
 2018-11-14  7:32 UTC  (4+ messages)

[RFC PATCH] mm, memory_hotplug: do not clear numa_node association after hot_remove
 2018-11-14  7:14 UTC  (2+ messages)

UBSAN: Undefined behaviour in mm/page_alloc.c
 2018-11-14  7:10 UTC  (9+ messages)

[PATCH v3] mm: Create the new vm_fault_t type
 2018-11-14  5:13 UTC  (2+ messages)

BUG: KASAN: slab-out-of-bounds in try_to_unmap_one+0x1c4/0x1af0
 2018-11-14  2:49 UTC 

kmemleak: Early log buffer exceeded (525980) during boot
 2018-11-14  2:31 UTC  (4+ messages)

[PATCH] mm/usercopy: Use memory range to be accessed for wraparound check
 2018-11-14  0:51 UTC 

[PATCH V5] KSM: allow dedup all tasks memory
 2018-11-13 23:50 UTC 

[PATCH V3] KSM: allow dedup all tasks memory
 2018-11-13 23:07 UTC  (11+ messages)

[PATCH V3] KSM: allow dedup all tasks memory
 2018-11-13 22:55 UTC  (10+ messages)

[RFC PATCH 0/1] test driver to analyse vmalloc allocator
 2018-11-13 22:10 UTC  (3+ messages)
` [RFC PATCH 1/1] vmalloc: add "

[PATCH v10 00/22] kasan: add software tag-based mode for arm64
 2018-11-13 22:07 UTC  (14+ messages)
` [PATCH v10 05/22] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v10 06/22] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v10 07/22] kasan: initialize shadow to 0xff "
` [PATCH v10 12/22] kasan, arm64: fix up fault handling logic

[PATCH v5 00/27] Control Flow Enforcement: Shadow Stack
 2018-11-13 21:02 UTC  (4+ messages)
` [PATCH v5 05/27] Documentation/x86: Add CET description

[PATCH V4] KSM: allow dedup all tasks memory
 2018-11-13 18:20 UTC 

[PATCH V3] KSM: allow dedup all tasks memory
 2018-11-13 18:20 UTC 

[PATCH] mm/hugetl.c: keep the page mapping info when free_huge_page() hit the VM_BUG_ON_PAGE
 2018-11-13 18:04 UTC  (5+ messages)

[PATCH V3] KSM: allow dedup all tasks memory
 2018-11-13 17:44 UTC  (6+ messages)

[bug report] mm, slab/slub: introduce kmalloc-reclaimable caches
 2018-11-13 17:02 UTC  (3+ messages)

kernel BUG at include/linux/mm.h:519!
 2018-11-13 16:42 UTC 

[RFC PATCH v4 00/13] ktask: multithread CPU-intensive kernel work
 2018-11-13 16:34 UTC  (7+ messages)
` [RFC PATCH v4 05/13] workqueue, ktask: renice helper threads to prevent starvation
` [RFC PATCH v4 11/13] mm: parallelize deferred struct page initialization within each node

[PATCH v5 0/4] mm: convert totalram_pages, totalhigh_pages and managed pages to atomic
 2018-11-13 14:55 UTC  (7+ messages)
` [PATCH v5 1/4] mm: reference totalram_pages and managed_pages once per function
` [PATCH v5 2/4] mm: convert zone->managed_pages to atomic variable
` [PATCH v5 3/4] mm: convert totalram_pages and totalhigh_pages variables to atomic
` [PATCH v5 4/4] mm: Remove managed_page_count spinlock

[PATCH] mm/slub: skip node in case there is no slab to acquire
 2018-11-13 13:34 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n
 2018-11-13 13:32 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 1/2] mm: make dev_pagemap_mapping_shift() externally visible
 2018-11-13  9:28 UTC  (2+ messages)

[PATCH] mm/hwpoison: fix incorrect call put_hwpoison_page() when isolate_huge_page() return false
 2018-11-13  9:13 UTC  (3+ messages)

[RFC PATCH 0/5] mm, memory_hotplug: improve memory offlining failures debugging
 2018-11-13  8:03 UTC  (8+ messages)
` [RFC PATCH 4/5] mm, memory_hotplug: print reason for the offlining failure
` [RFC PATCH 5/5] mm, memory_hotplug: be more verbose for memory offline failures

[PATCH v4 0/9] mpt3sas and dmapool scalability
 2018-11-13  6:44 UTC  (2+ messages)

[PATCH v4 9/9] dmapool: debug: prevent endless loop in case of corruption
 2018-11-13  6:36 UTC  (2+ messages)

[PATCH v4 8/9] dmapool: improve accuracy of debug statistics
 2018-11-13  6:30 UTC  (2+ messages)

[PATCH v4 7/9] dmapool: cleanup integer types
 2018-11-13  6:27 UTC  (2+ messages)

[PATCH v4 6/9] dmapool: improve scalability of dma_pool_free
 2018-11-13  6:25 UTC  (2+ messages)

[PATCH v4 5/9] dmapool: rename fields in dma_page
 2018-11-13  6:20 UTC  (2+ messages)

[PATCH v4 4/9] dmapool: improve scalability of dma_pool_alloc
 2018-11-13  6:19 UTC  (2+ messages)

[PATCH v4 3/9] dmapool: cleanup dma_pool_destroy
 2018-11-13  6:15 UTC  (2+ messages)

[PATCH v4 2/9] dmapool: remove checks for dev == NULL
 2018-11-13  6:14 UTC  (4+ messages)

[PATCH v4 1/9] dmapool: fix boundary comparison
 2018-11-13  6:13 UTC  (2+ messages)

[PATCH AUTOSEL 3.18 8/9] mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size
 2018-11-13  5:52 UTC  (2+ messages)
` [PATCH AUTOSEL 3.18 9/9] mm: don't warn about large allocations for slab

[PATCH AUTOSEL 4.4 10/11] mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size
 2018-11-13  5:52 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 11/11] mm: don't warn about large allocations for slab

[PATCH AUTOSEL 4.9 03/17] mm/memory_hotplug: make add_memory() take the device_hotplug_lock
 2018-11-13  5:52 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 15/17] mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size
` [PATCH AUTOSEL 4.9 16/17] userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults
` [PATCH AUTOSEL 4.9 17/17] mm: don't warn about large allocations for slab

[PATCH AUTOSEL 4.14 07/26] mm: Fix warning in insert_pfn()
 2018-11-13  5:51 UTC  (6+ messages)
` [PATCH AUTOSEL 4.14 08/26] mm/memory_hotplug: make add_memory() take the device_hotplug_lock
` [PATCH AUTOSEL 4.14 23/26] mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size
` [PATCH AUTOSEL 4.14 24/26] userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults
` [PATCH AUTOSEL 4.14 25/26] mm: don't miss the last page because of round-off error
` [PATCH AUTOSEL 4.14 26/26] mm: don't warn about large allocations for slab

[PATCH AUTOSEL 4.18 11/39] mm: Fix warning in insert_pfn()
 2018-11-13  5:50 UTC  (10+ messages)
` [PATCH AUTOSEL 4.18 12/39] mm/memory_hotplug: make add_memory() take the device_hotplug_lock
` [PATCH AUTOSEL 4.18 16/39] mm/gup_benchmark.c: prevent integer overflow in ioctl
` [PATCH AUTOSEL 4.18 33/39] mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition
` [PATCH AUTOSEL 4.18 34/39] mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()
` [PATCH AUTOSEL 4.18 35/39] mm: calculate deferred pages after skipping mirrored memory
` [PATCH AUTOSEL 4.18 36/39] mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size
` [PATCH AUTOSEL 4.18 37/39] userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults
` [PATCH AUTOSEL 4.18 38/39] mm: don't miss the last page because of round-off error
` [PATCH AUTOSEL 4.18 39/39] mm: don't warn about large allocations for slab

[PATCH AUTOSEL 4.19 13/44] mm: Fix warning in insert_pfn()
 2018-11-13  5:49 UTC  (11+ messages)
` [PATCH AUTOSEL 4.19 14/44] mm/memory_hotplug: make add_memory() take the device_hotplug_lock
` [PATCH AUTOSEL 4.19 18/44] mm/gup_benchmark.c: prevent integer overflow in ioctl
` [PATCH AUTOSEL 4.19 37/44] mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition
` [PATCH AUTOSEL 4.19 38/44] mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()
` [PATCH AUTOSEL 4.19 39/44] mm: calculate deferred pages after skipping mirrored memory
` [PATCH AUTOSEL 4.19 40/44] mm: don't raise MEMCG_OOM event due to failed high-order allocation
` [PATCH AUTOSEL 4.19 41/44] mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size
` [PATCH AUTOSEL 4.19 42/44] userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults
` [PATCH AUTOSEL 4.19 43/44] mm: don't miss the last page because of round-off error
` [PATCH AUTOSEL 4.19 44/44] mm: don't warn about large allocations for slab

Kernel panic - not syncing: corrupted stack end detected inside scheduler
 2018-11-13  4:45 UTC 

[RFC PATCH 00/12] locking/lockdep: Add a new class of terminal locks
 2018-11-12 22:56 UTC  (9+ messages)

[PATCH 0/5] Do not touch pages/zones during hot-remove path
 2018-11-12 21:28 UTC  (9+ messages)
` [PATCH 1/5] mm/memory_hotplug: Add nid parameter to arch_remove_memory
` [PATCH 2/5] mm/memory_hotplug: Create add/del_device_memory functions
` [PATCH 3/5] mm/memory_hotplug: Check for IORESOURCE_SYSRAM in release_mem_region_adjustable

[PATCH 01/16] xfs: drop ->writepage completely
 2018-11-12 21:08 UTC  (2+ messages)

[mm PATCH v5 0/7] Deferred page init improvements
 2018-11-12 20:37 UTC  (8+ messages)

[PATCH] acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node
 2018-11-12 18:44 UTC  (2+ messages)

[PATCH 1/2] mm/page_alloc: free order-0 pages through PCP in page_frag_free()
 2018-11-12 17:06 UTC  (9+ messages)

[PATCH v2] ksm: allow dedup all tasks memory
 2018-11-12 16:16 UTC  (3+ messages)

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-12 16:14 UTC  (4+ messages)
` [PATCH v2 1/6] mm/gup: finish consolidating error handling


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