linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-02 15:31:23 to 2019-05-07 05:40:39 UTC [more...]

[PATCH AUTOSEL 4.14 21/95] mm: fix inactive list balancing between NUMA nodes and cgroups
 2019-05-07  5:38 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 62/95] mm, memory_hotplug: initialize struct pages for the full memory section
` [PATCH AUTOSEL 4.14 71/95] Revert "mm, memory_hotplug: initialize struct pages for the full memory section"

[PATCH AUTOSEL 4.19 41/81] mm: fix inactive list balancing between NUMA nodes and cgroups
 2019-05-07  5:35 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 63/81] mm/memory_hotplug.c: drop memory device reference after find_memory_block()
` [PATCH AUTOSEL 4.19 67/81] mm/memory.c: fix modifying of page protection by insert_pfn()

[PATCH AUTOSEL 5.0 56/99] slab: store tagged freelist for off-slab slabmgmt
 2019-05-07  5:32 UTC  (5+ messages)
` [PATCH AUTOSEL 5.0 57/99] mm/hotplug: treat CMA pages as unmovable
` [PATCH AUTOSEL 5.0 58/99] mm: fix inactive list balancing between NUMA nodes and cgroups
` [PATCH AUTOSEL 5.0 94/99] mm/memory_hotplug.c: drop memory device reference after find_memory_block()
` [PATCH AUTOSEL 5.0 95/99] mm/page_alloc.c: avoid potential NULL pointer dereference

[RFC 00/11] Remove 'order' argument from many mm functions
 2019-05-07  4:06 UTC  (12+ messages)
` [PATCH 01/11] fix function alignment
` [PATCH 02/11] mm: Pass order to __alloc_pages_nodemask in GFP flags
` [PATCH 03/11] mm: Pass order to __get_free_pages() "
` [PATCH 04/11] mm: Pass order to prep_new_page "
` [PATCH 05/11] mm: Remove gfp_flags argument from rmqueue_pcplist
` [PATCH 06/11] mm: Pass order to rmqueue in GFP flags
` [PATCH 07/11] mm: Pass order to get_page_from_freelist "
` [PATCH 08/11] mm: Pass order to __alloc_pages_cpuset_fallback "
` [PATCH 09/11] mm: Pass order to prepare_alloc_pages "
` [PATCH 10/11] mm: Pass order to try_to_free_pages "
` [PATCH 11/11] mm: Pass order to node_reclaim() "

[PATCH 0/4] support reserving crashkernel above 4G on arm64 kdump
 2019-05-07  3:50 UTC  (5+ messages)
` [PATCH 1/4] x86: kdump: move reserve_crashkernel_low() into kexec_core.c
` [PATCH 2/4] arm64: kdump: support reserving crashkernel above 4G
` [PATCH 3/4] memblock: extend memblock_cap_memory_range to multiple ranges
` [PATCH 4/4] kdump: update Documentation about crashkernel on arm64

[PATCH] mm/hugetlb: Don't put_page in lock of hugetlb_lock
 2019-05-07  3:25 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] mm: add account_locked_vm utility function
 2019-05-07  3:09 UTC  (3+ messages)

[RFC] simple_lmk: Introduce Simple Low Memory Killer for Android
 2019-05-07  2:16 UTC  (11+ messages)

[PATCH v8 00/12] mm: Sub-section memory hotplug support
 2019-05-06 23:40 UTC  (13+ messages)
` [PATCH v8 01/12] mm/sparsemem: Introduce struct mem_section_usage
` [PATCH v8 02/12] mm/memremap: Rename and consolidate SECTION_SIZE
` [PATCH v8 03/12] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v8 04/12] mm/hotplug: Prepare shrink_{zone, pgdat}_span for sub-section removal
` [PATCH v8 05/12] mm/sparsemem: Convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v8 06/12] mm/hotplug: Kill is_dev_zone() usage in __remove_pages()
` [PATCH v8 07/12] mm: Kill is_dev_zone() helper
` [PATCH v8 08/12] mm/sparsemem: Prepare for sub-section ranges
` [PATCH v8 09/12] mm/sparsemem: Support sub-section hotplug
` [PATCH v8 10/12] mm/devm_memremap_pages: Enable sub-section remap
` [PATCH v8 11/12] libnvdimm/pfn: Fix fsdax-mode namespace info-block zero-fields
` [PATCH v8 12/12] libnvdimm/pfn: Stop padding pmem namespaces to section alignment

[v2 PATCH] mm: thp: fix false negative of shmem vma's THP eligibility
 2019-05-06 23:37 UTC  (4+ messages)

[PATCH 5/5] mm/hmm: Fix mm stale reference use in hmm_free()
 2019-05-06 23:35 UTC 

[PATCH 0/5] mm/hmm: HMM documentation updates and code fixes
 2019-05-06 23:29 UTC  (5+ messages)
` [PATCH 1/5] mm/hmm: Update HMM documentation
` [PATCH 2/5] mm/hmm: Clean up some coding style and comments
` [PATCH 3/5] mm/hmm: Use mm_get_hmm() in hmm_range_register()
` [PATCH 4/5] mm/hmm: hmm_vma_fault() doesn't always call hmm_range_unregister()

[bug] aarch64: userspace stalls on page fault after dd2283f2605e ("mm: mmap: zap pages with read mmap_sem in munmap")
 2019-05-06 23:15 UTC  (5+ messages)

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-06 19:50 UTC  (19+ messages)
` [PATCH v15 01/17] uaccess: add untagged_addr definition for other arches
` [PATCH v15 02/17] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v15 03/17] lib, arm64: untag user pointers in strn*_user
` [PATCH v15 04/17] mm: add ksys_ wrappers to memory syscalls
` [PATCH v15 05/17] arms64: untag user pointers passed "
` [PATCH v15 06/17] mm: untag user pointers in do_pages_move
` [PATCH v15 07/17] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v15 08/17] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v15 09/17] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v15 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v15 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v15 12/17] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v15 13/17] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
` [PATCH v15 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v15 15/17] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v15 16/17] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v15 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH] mm/memcontrol: avoid unnecessary PageTransHuge() when counting compound page
 2019-05-06 19:19 UTC  (4+ messages)

[v5 0/3] "Hotremove" persistent memory
 2019-05-06 18:18 UTC  (15+ messages)
` [v5 1/3] device-dax: fix memory and resource leak if hotplug fails
` [v5 2/3] mm/hotplug: make remove_memory() interface useable
` [v5 3/3] device-dax: "Hotremove" persistent memory that is used like normal RAM

[mmotm:master 351/375] ERROR: "usb_hid_driver" [drivers/hid/hid-logitech-dj.ko] undefined!
 2019-05-06 16:50 UTC 

[PATCH v14 00/17] arm64: untag user pointers passed to the kernel
 2019-05-06 16:21 UTC  (16+ messages)
` [PATCH v14 08/17] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v14 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v14 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v14 12/17] drm/radeon, "
` [PATCH v14 13/17] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr

[PATCH v4 RESEND] fs/writeback: use rcu_barrier() to wait for inflight wb switches going into workqueue when umount
 2019-05-06 15:31 UTC  (2+ messages)

[RFC PATCH 0/5] cgroup support for GPU devices
 2019-05-06 15:26 UTC  (12+ messages)

[[repost]RFC PATCH] mm/workingset : judge file page activity via timestamp
 2019-05-06 14:57 UTC  (3+ messages)
` [RFC PATCH] mm/workingset ] dea0795270: BUG:kernel_hang_in_boot_stage

[PATCH 3/3] prctl_set_mm: downgrade mmap_sem to read lock
 2019-05-06  9:28 UTC  (7+ messages)
` [PATCH v3 0/2] Reduce mmap_sem usage for args manipulation
  ` [PATCH v3 1/2] prctl_set_mm: Refactor checks from validate_prctl_map
  ` [PATCH v3 2/2] prctl_set_mm: downgrade mmap_sem to read lock

Page Allocation Failure and Page allocation stalls
 2019-05-06  9:05 UTC  (4+ messages)

[RFC PATCH V3 0/6] vhost: accelerate metadata access
 2019-05-05  9:20 UTC  (2+ messages)

[PATCH] mm: Do not boost watermarks to avoid fragmentation for the DISCONTIG memory model
 2019-05-05  8:53 UTC  (5+ messages)
` DISCONTIGMEM is deprecated

[PATCH] mm: do not grant +x by default in memfd_create()
 2019-05-05  4:59 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] swap: ifdef struct vm_area_struct::swap_readahead_info
 2019-05-04 23:33 UTC  (2+ messages)

Hang / zombie process from Xarray page-fault conversion (bisected)
 2019-05-04 19:42 UTC  (7+ messages)

[PATCH v6 00/12] mm: Sub-section memory hotplug support
 2019-05-04 19:40 UTC  (28+ messages)
` [PATCH v6 01/12] mm/sparsemem: Introduce struct mem_section_usage
` [PATCH v6 02/12] mm/sparsemem: Introduce common definitions for the size and mask of a section
` [PATCH v6 03/12] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v6 04/12] mm/hotplug: Prepare shrink_{zone, pgdat}_span for sub-section removal
` [PATCH v6 05/12] mm/sparsemem: Convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v6 07/12] mm: Kill is_dev_zone() helper
` [PATCH v6 08/12] mm/sparsemem: Prepare for sub-section ranges

[PATCH v2] memcg, fsnotify: no oom-kill for remote memcg charging
 2019-05-04 14:52 UTC 

[PATCH 0/2] reapply: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2019-05-04 12:11 UTC  (5+ messages)
` [PATCH 1/2] Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask""
` [PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations"

[PATCH v4 0/4] vmw_balloon: Compaction and shrinker support
 2019-05-04  1:25 UTC  (2+ messages)

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-05-03 23:52 UTC  (7+ messages)
` [PATCH v13 16/20] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr

[PATCH v7 00/12] mm: Sub-section memory hotplug support
 2019-05-03 19:52 UTC  (18+ messages)
` [PATCH v7 01/12] mm/sparsemem: Introduce struct mem_section_usage
` [PATCH v7 02/12] mm/sparsemem: Introduce common definitions for the size and mask of a section
` [PATCH v7 03/12] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v7 05/12] mm/sparsemem: Convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v7 06/12] mm/hotplug: Kill is_dev_zone() usage in __remove_pages()
` [PATCH v7 08/12] mm/sparsemem: Prepare for sub-section ranges
` [PATCH v7 09/12] mm/sparsemem: Support sub-section hotplug

[PATCH 0/3] remove ARCH_SELECT_MEMORY_MODEL where it has no effect
 2019-05-03 13:47 UTC  (3+ messages)
` [PATCH 2/3] s390: remove ARCH_SELECT_MEMORY_MODEL

[PATCH] mm/pgtable: Drop pgtable_t variable from pte_fn_t functions
 2019-05-03 13:27 UTC  (4+ messages)

[PATCH v11 00/13] KASAN for powerpc/32
 2019-05-03  7:38 UTC  (5+ messages)
` [PATCH v11 09/13] powerpc: disable KASAN instrumentation on early/critical files
` [PATCH v11 10/13] powerpc/32: Add KASAN support

[PATCH v11 01/13] powerpc/32: Move early_init() in a separate file
 2019-05-03  6:59 UTC  (2+ messages)

copy_fpstate_to_sigframe() use-after-free
 2019-05-03  6:04 UTC  (4+ messages)
  ` [PATCH v2] x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() fails

[RFC PATCH 0/7] x86: introduce system calls addess space isolation
 2019-05-02 21:07 UTC  (10+ messages)
` [RFC PATCH 2/7] x86/sci: add core implementation for system call isolation

fix filler_t callback type mismatches
 2019-05-02 14:01 UTC  (5+ messages)
` [PATCH 5/4] 9p: pass the correct prototype to read_cache_page

isolate_lru_pages(): kernel BUG at mm/vmscan.c:1689!
 2019-05-02 18:24 UTC  (3+ messages)

[v4 0/2] "Hotremove" persistent memory
 2019-05-02 17:44 UTC  (6+ messages)
` [v4 2/2] device-dax: "Hotremove" persistent memory that is used like normal RAM

[PATCH] kasan: Zero initialize tag in __kasan_kmalloc
 2019-05-02 16:40 UTC  (4+ messages)
` [PATCH v2] kasan: Initialize tag to 0xff "

[PATCH] binfmt_elf: Extract .note.gnu.property from an ELF file
 2019-05-02 16:25 UTC  (7+ messages)

[PATCH] mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE Kconfig
 2019-05-02 16:22 UTC  (4+ messages)

get_user_pages pinning: 2^22 page refs max?
 2019-05-02 15:34 UTC  (4+ messages)

[PATCH] memblock: make keeping memblock memory opt-in rather than opt-out
 2019-05-02 15:31 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).