linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-06 05:54:00 to 2018-09-07 17:50:23 UTC [more...]

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4
 2018-09-07 17:50 UTC  (15+ messages)
` [PATCH 8/9] psi: pressure stall information for CPU, memory, and IO

A crash on ARM64 in move_freepages_block due to uninitialized pages in reserved memory
 2018-09-07 17:47 UTC  (9+ messages)

[PATCH] arm64: mm: always enable CONFIG_HOLES_IN_ZONE
 2018-09-07 17:47 UTC  (3+ messages)

[PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-09-07 18:04 UTC  (6+ messages)
` [PATCH V5 1/4] kvm: remove redundant reserved page check
` [PATCH V5 2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH V5 3/4] mm: add a function to differentiate the pages is from DAX device memory
` [PATCH V5 4/4] kvm: add a check if pfn is from NVDIMM pmem

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-09-07 16:30 UTC  (16+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

BUG: bad usercopy in __check_object_size (2)
 2018-09-07 16:17 UTC  (2+ messages)

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-07 16:10 UTC  (8+ messages)
` [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-09-07 15:45 UTC  (29+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
` [PATCH v2 02/40] iommu/sva: Bind process address spaces to devices
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 04/40] iommu/sva: Add a mm_exit callback for device drivers
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing

[PATCH v11 0/3] remain and optimize memblock_next_valid_pfn on arm and arm64
 2018-09-07 14:44 UTC  (5+ messages)

[RFC PATCH 0/2] minor mmu_gather patches
 2018-09-07 14:28 UTC  (5+ messages)
` [RFC PATCH 1/2] mm: move tlb_table_flush to tlb_flush_mmu_free

[PATCH 1/4] mm, oom: Remove wake_oom_reaper()
 2018-09-07 13:30 UTC  (18+ messages)
` [PATCH 4/4] mm, oom: Fix unnecessary killing of additional processes

[PATCH] syzbot: Dump all threads upon OOM
 2018-09-07 13:21 UTC  (3+ messages)
  ` [PATCH v2] syzbot: Dump all threads upon global OOM

[PATCH] mm, thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2018-09-07 13:05 UTC 

[PATCH v36 0/5] Virtio-balloon: support free page reporting
 2018-09-07 12:29 UTC  (5+ messages)

[RFC PATCH] mm, page_alloc: drop should_suppress_show_mem
 2018-09-07 12:16 UTC  (2+ messages)

[RFC PATCH V2 1/4] mm: Export alloc_migrate_huge_page
 2018-09-07 11:25 UTC  (13+ messages)
` [RFC PATCH V2 2/4] mm: Add get_user_pages_cma_migrate
` [RFC PATCH V2 4/4] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_get

INFO: task hung in ext4_da_get_block_prep
 2018-09-07 11:08 UTC  (20+ messages)
      ` [PATCH] mm, oom: Introduce time limit for dump_tasks duration

[PATCH v6 0/6] Btrfs: implement swap file support
 2018-09-07 10:26 UTC  (10+ messages)
` [PATCH v6 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [PATCH v6 2/6] mm: export add_swap_extent()
` [PATCH v6 3/6] vfs: update swap_{,de}activate documentation
` [PATCH v6 4/6] Btrfs: prevent ioctls from interfering with a swap file
` [PATCH v6 5/6] Btrfs: rename get_chunk_map() and make it non-static
` [PATCH v6 6/6] Btrfs: support swap files

[RFC PATCH 00/29] mm: remove bootmem allocator
 2018-09-07  9:19 UTC  (70+ messages)
` [RFC PATCH 04/29] mm: remove bootmem allocator implementation
` [RFC PATCH 06/29] memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
` [RFC PATCH 07/29] memblock: remove _virt from APIs returning virtual address
` [RFC PATCH 08/29] memblock: replace alloc_bootmem_align with memblock_alloc
` [RFC PATCH 09/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 10/29] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
` [RFC PATCH 11/29] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [RFC PATCH 12/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 13/29] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [RFC PATCH 14/29] memblock: add align parameter to memblock_alloc_node()
` [RFC PATCH 15/29] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [RFC PATCH 16/29] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [RFC PATCH 17/29] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [RFC PATCH 18/29] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [RFC PATCH 19/29] memblock: replace alloc_bootmem_pages with memblock_alloc
` [RFC PATCH 20/29] memblock: replace __alloc_bootmem with memblock_alloc_from
` [RFC PATCH 21/29] memblock: replace alloc_bootmem with memblock_alloc
` [RFC PATCH 22/29] mm: nobootmem: remove bootmem allocation APIs
` [RFC PATCH 23/29] memblock: replace free_bootmem{_node} with memblock_free
` [RFC PATCH 24/29] memblock: replace free_bootmem_late with memblock_free_late
` [RFC PATCH 25/29] memblock: rename free_all_bootmem to memblock_free_all
` [RFC PATCH 26/29] memblock: rename __free_pages_bootmem to memblock_free_pages
` [RFC PATCH 27/29] mm: remove nobootmem
` [RFC PATCH 28/29] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants

[PATCH v3] mm: slowly shrink slabs with a relatively small number of objects
 2018-09-07  8:57 UTC  (2+ messages)

[PATCH] mm: hugepage: mark splitted page dirty when needed
 2018-09-07  4:35 UTC  (11+ messages)

Plumbers 2018 - Performance and Scalability Microconference
 2018-09-07  2:17 UTC  (10+ messages)

[PATCH AUTOSEL 4.14 67/67] x86/mm/pti: Add an overflow check to pti_clone_pmds()
 2018-09-07  0:38 UTC 

[PATCH AUTOSEL 4.18 87/88] x86/mm/pti: Add an overflow check to pti_clone_pmds()
 2018-09-07  0:36 UTC 

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-09-06 22:46 UTC  (14+ messages)

[PATCH v2] mm: slowly shrink slabs with a relatively small number of objects
 2018-09-06 22:21 UTC  (4+ messages)

[PATCH v2 0/2] Address issues slowing memory init
 2018-09-06 18:08 UTC  (13+ messages)
` [PATCH v2 1/2] mm: Move page struct poisoning to CONFIG_DEBUG_VM_PAGE_INIT_POISON

[PATCH v2] arm64: kasan: add interceptors for strcmp/strncmp functions
 2018-09-06 17:06 UTC  (4+ messages)
  `  "

linux-next test error
 2018-09-06 16:00 UTC  (14+ messages)

[RFC][PATCH 0/5] introduce /proc/PID/idle_bitmap
 2018-09-06 14:35 UTC  (5+ messages)
` [RFC][PATCH 2/5] [PATCH 2/5] proc: "
` [RFC][PATCH 4/5] [PATCH 4/5] kvm-ept-idle: EPT page table walk for A bits

[PATCH 2/2] mm: thp: fix transparent_hugepage/defrag = madvise || always
 2018-09-06 12:35 UTC  (27+ messages)
                  ` [PATCH] mm, thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings

[RFC PATCH] mm/hugetlb: make hugetlb_lock irq safe
 2018-09-06 11:19 UTC  (10+ messages)

[PATCH] mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()
 2018-09-06  7:03 UTC  (6+ 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).