linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-30 13:25:33 to 2019-05-03 23:53:00 UTC [more...]

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

[PATCH] mm: add account_locked_vm utility function
 2019-05-03 23:28 UTC  (2+ messages)

[PATCH 0/2] reapply: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2019-05-03 22:31 UTC  (3+ 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"

[v5 0/3] "Hotremove" persistent memory
 2019-05-03 21:48 UTC  (10+ 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

[RFC PATCH 0/5] cgroup support for GPU devices
 2019-05-03 21:14 UTC  (9+ messages)
` [RFC PATCH 1/5] cgroup: Add cgroup_subsys per-device registration framework
` [RFC PATCH 2/5] cgroup: Change kernfs_node for directories to store cgroup_subsys_state
` [RFC PATCH 3/5] memcg: Add per-device support to memory cgroup subsystem
` [RFC PATCH 4/5] drm: Add memory cgroup registration and DRIVER_CGROUPS feature bit
` [RFC PATCH 5/5] drm/i915: Use memory cgroup for enforcing device memory limit

[PATCH v7 00/12] mm: Sub-section memory hotplug support
 2019-05-03 19:52 UTC  (24+ 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 04/12] mm/hotplug: Prepare shrink_{zone, pgdat}_span for sub-section removal
` [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 07/12] mm: Kill is_dev_zone() helper
` [PATCH v7 08/12] mm/sparsemem: Prepare for sub-section ranges
` [PATCH v7 09/12] mm/sparsemem: Support sub-section hotplug
` [PATCH v7 10/12] mm/devm_memremap_pages: Enable sub-section remap
` [PATCH v7 11/12] libnvdimm/pfn: Fix fsdax-mode namespace info-block zero-fields
` [PATCH v7 12/12] libnvdimm/pfn: Stop padding pmem namespaces to section alignment

[PATCH] swap: ifdef struct vm_area_struct::swap_readahead_info
 2019-05-03 19:05 UTC 

Page Allocation Failure and Page allocation stalls
 2019-05-03 17:44 UTC  (3+ messages)

[PATCH v14 00/17] arm64: untag user pointers passed to the kernel
 2019-05-03 17:03 UTC  (20+ messages)
` [PATCH v14 04/17] mm: add ksys_ wrappers to memory syscalls
` [PATCH v14 05/17] arms64: untag user pointers passed "
` [PATCH v14 06/17] mm: untag user pointers in do_pages_move
` [PATCH v14 07/17] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v14 08/17] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v14 09/17] fs, arm64: untag user pointers in copy_mount_options
` [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 v14 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v14 15/17] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v14 16/17] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v14 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

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

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

[PATCH v6 00/12] mm: Sub-section memory hotplug support
 2019-05-03 13:00 UTC  (25+ 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 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  (5+ messages)
  ` [PATCH v2] x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() fails
` [RFC PATCH] x86/fpu: Use get_user_pages_unlocked() to fault-in pages

[RFC PATCH 0/7] x86: introduce system calls addess space isolation
 2019-05-02 21:07 UTC  (15+ messages)
` [RFC PATCH 2/7] x86/sci: add core implementation for system call isolation
` [RFC PATCH 5/7] x86/mm/fault: hook up SCI verification

[PATCH 3/3] prctl_set_mm: downgrade mmap_sem to read lock
 2019-05-02 20:57 UTC  (6+ 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

fix filler_t callback type mismatches
 2019-05-02 14:01 UTC  (12+ messages)
` [PATCH 1/4] mm: fix an overly long line in read_cache_page
` [PATCH 2/4] mm: don't cast ->readpage to filler_t for do_read_cache_page
` [PATCH 3/4] nfs: pass the correct prototype to read_cache_page
` [PATCH 4/4] jffs2: "
` [PATCH 5/4] 9p: "

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  (9+ messages)
` [v4 1/2] device-dax: fix memory and resource leak if hotplug fails
` [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  (9+ 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)

[PATCH] mm/mmu_notifier: Use hlist_add_head_rcu()
 2019-05-02 13:35 UTC 

[PATCH 0/2] x86, numa: always initialize all possible nodes
 2019-05-02 13:00 UTC  (4+ messages)
` [PATCH 1/2] "

[LSF/MM TOPIC] Direct block mapping through fs for device
 2019-05-02  1:52 UTC  (7+ messages)

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

compound_head() vs uninitialized struct page poisoning
 2019-05-01 20:32 UTC  (2+ messages)

[RFC PATCH v9 00/13] Add support for eXclusive Page Frame Ownership
 2019-05-01 15:18 UTC  (6+ messages)
` [RFC PATCH v9 03/13] mm: Add support for eXclusive Page Frame Ownership (XPFO)

[PATCH v7 0/5] iomap and gfs2 fixes
 2019-05-01 15:06 UTC  (17+ messages)
` [PATCH v7 1/5] iomap: Clean up __generic_write_end calling
` [PATCH v7 2/5] fs: Turn __generic_write_end into a void function
` [PATCH v7 3/5] iomap: Fix use-after-free error in page_done callback
` [PATCH v7 4/5] iomap: Add a page_prepare callback
` [PATCH v7 5/5] gfs2: Fix iomap write page reclaim deadlock

[RFC] Warn the user when they could overflow mapcount
 2019-05-01 14:41 UTC  (3+ messages)
` [RFC] Handle mapcount overflows

[PATCH] mm: fix filler_t callback type mismatch with readpage
 2019-05-01 13:36 UTC  (3+ messages)

[PATCH] x86/mpx: fix recursive munmap() corruption
 2019-05-01 10:32 UTC  (7+ messages)

[v2 RFC PATCH 0/9] Another Approach to Use PMEM as NUMA Node
 2019-05-01  6:43 UTC  (2+ messages)

[PATCH] mm/slub: avoid double string traverse in kmem_cache_flags()
 2019-05-01  5:31 UTC 

[v2 RFC PATCH 0/9] Another Approach to Use PMEM as NUMA Node
 2019-05-01  5:20 UTC  (8+ messages)

[PATCH] mm: Fix kobject memleak in SLUB
 2019-04-30 22:54 UTC  (2+ messages)

[PATCH] mm: Delete find_get_entries_tag
 2019-04-30 16:28 UTC  (3+ messages)

[LSF/MM] Preliminary agenda ? Anyone ... anyone ? Bueller ?
 2019-04-30 16:03 UTC  (7+ messages)
      ` [Lsf] "

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-04-30 15:46 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).