linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-15 19:52:30 to 2019-03-19 18:28:47 UTC [more...]

[PATCH v2 0/1] userfaultfd: allow to forbid unprivileged users
 2019-03-19 18:28 UTC  (5+ messages)
` [PATCH v2 1/1] userfaultfd/sysctl: add vm.unprivileged_userfaultfd

[PATCH v4 0/1] mm: introduce put_user_page*(), placeholder versions
 2019-03-19 18:12 UTC  (11+ messages)
` [PATCH v4 1/1] "

kernel panic: corrupted stack end in wb_workfn
 2019-03-19 18:03 UTC  (3+ messages)

[RFC][Patch v9 0/6] KVM: Guest Free Page Hinting
 2019-03-19 17:59 UTC  (8+ messages)

[PATCH v6 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2019-03-19 17:56 UTC  (8+ messages)

[PATCH] include/linux/hugetlb.h: Convert to use vm_fault_t
 2019-03-19 17:51 UTC  (5+ messages)

[PATCH 00/10] HMM updates for 5.1
 2019-03-19 17:45 UTC  (25+ messages)
` [PATCH 07/10] mm/hmm: add an helper function that fault pages and map them to a device

mbind() fails to fail with EIO
 2019-03-19 16:29 UTC  (12+ messages)

[PATCH v12 00/13] arm64: untag user pointers passed to the kernel
 2019-03-19 16:14 UTC  (16+ messages)
` [PATCH v12 01/13] uaccess: add untagged_addr definition for other arches
` [PATCH v12 02/13] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v12 03/13] lib, arm64: untag user pointers in strn*_user
` [PATCH v12 04/13] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v12 05/13] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v12 06/13] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v12 07/13] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v12 08/13] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v12 09/13] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v12 10/13] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v12 11/13] uprobes, arm64: untag user pointers in find_active_uprobe
` [PATCH v12 12/13] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
` [PATCH v12 13/13] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH 1/2] fs/dax: deposit pagetable even when installing zero page
 2019-03-19 15:36 UTC  (10+ messages)
` [PATCH 2/2] mm/dax: Don't enable huge dax mapping by default

KASAN: null-ptr-deref Read in reclaim_high
 2019-03-19 13:52 UTC  (9+ messages)

[PATCH v2] kmemleak: skip scanning holes in the .bss section
 2019-03-19 11:57 UTC  (2+ messages)

mm/cma.c: High latency for cma allocation
 2019-03-19 11:45 UTC  (9+ messages)
  ` [External] "

[PATCH] list.h: fix list_is_first() kernel-doc
 2019-03-19 10:04 UTC  (2+ messages)

[PATCH] mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()
 2019-03-19  9:47 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
 2019-03-19  9:27 UTC 

WARNING: bad usercopy in fanotify_read
 2019-03-19  8:32 UTC  (8+ messages)

question for cma alloc fail issue
 2019-03-19  8:31 UTC 

[RESEND PATCH v4 0/9] mm: Use vm_map_pages() and vm_map_pages_zero() API
 2019-03-19  2:30 UTC  (10+ messages)
` [RESEND PATCH v4 1/9] mm: Introduce new "
` [RESEND PATCH v4 2/9] arm: mm: dma-mapping: Convert to use vm_map_pages()
` [RESEND PATCH v4 3/9] drivers/firewire/core-iso.c: Convert to use vm_map_pages_zero()
` [RESEND PATCH v4 4/9] drm/rockchip/rockchip_drm_gem.c: Convert to use vm_map_pages()
` [RESEND PATCH v4 5/9] drm/xen/xen_drm_front_gem.c: "
` [RESEND PATCH v4 6/9] iommu/dma-iommu.c: "
` [RESEND PATCH v4 7/9] videobuf2/videobuf2-dma-sg.c: "
` [RESEND PATCH v4 8/9] xen/gntdev.c: "
` [RESEND PATCH v4 9/9] xen/privcmd-buf.c: Convert to use vm_map_pages_zero()

[RFC] simple_lmk: Introduce Simple Low Memory Killer for Android
 2019-03-18 23:50 UTC  (24+ messages)

[PATCH v3 0/1] mm: introduce put_user_page*(), placeholder versions
 2019-03-18 20:12 UTC  (10+ messages)

[PATCH] percpu: stop printing kernel addresses
 2019-03-18 17:40 UTC  (2+ messages)

[PATCH v11 00/14] arm64: untag user pointers passed to the kernel
 2019-03-18 16:59 UTC  (26+ messages)
` [PATCH v11 03/14] lib, arm64: untag user pointers in strn*_user
` [PATCH v11 08/14] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v11 09/14] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v11 10/14] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v11 13/14] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v11 14/14] selftests, arm64: add a selftest for passing tagged pointers to kernel
` [PATCH v2 0/4] arm64 relaxed ABI
  ` [PATCH v2 1/4] elf: Make AT_FLAGS arch configurable
  ` [PATCH v2 2/4] arm64: Define Documentation/arm64/elf_at_flags.txt
  ` [PATCH v2 3/4] arm64: Relax Documentation/arm64/tagged-pointers.txt
  ` [PATCH v2 4/4] arm64: elf: Advertise relaxed ABI

Kernel bug with MPX?
 2019-03-18 15:59 UTC  (7+ messages)

WARNING in rcu_check_gp_start_stall
 2019-03-18 12:18 UTC  (3+ messages)

[fuse-devel] fuse: trying to steal weird page
 2019-03-18 11:27 UTC  (4+ messages)

Re: [External] Re: vmscan: Reclaim unevictable pages
 2019-03-18 10:38 UTC  (11+ messages)
                    `  "
                  ` [External] "

[PATCH REBASED 0/4] mm: Generalize putback functions
 2019-03-18  9:28 UTC  (5+ messages)
` [PATCH REBASED 1/4] mm: Move recent_rotated pages calculation to shrink_inactive_list()
` [PATCH REBASED 2/4] mm: Move nr_deactivate accounting to shrink_active_list()
` [PATCH REBASED 3/4] mm: Remove pages_to_free argument of move_active_pages_to_lru()
` [PATCH REBASED 4/4] mm: Generalize putback scan functions

[PATCH 0/2] Unlock 1GB-hugetlb on x86_64
 2019-03-18  7:31 UTC  (2+ messages)

[PATCH v2] mm: Fix __dump_page when mapping->host is not set
 2019-03-18  7:29 UTC 

[PATCH v7 0/4] Fix free/allocation of runtime gigantic pages
 2019-03-18  7:00 UTC  (7+ messages)
` [PATCH v7 1/4] sh: Advertise gigantic page support
` [PATCH v7 2/4] sparc: "
` [PATCH v7 3/4] mm: Simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
` [PATCH v7 4/4] hugetlb: allow to free gigantic pages regardless of the configuration

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2019-03-18  6:23 UTC  (14+ messages)

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-03-17 18:34 UTC  (8+ messages)
` [RESEND 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
` [RESEND 2/7] mm/gup: Change write parameter to flags in fast walk
` [RESEND 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
` [RESEND 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
` [RESEND 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
` [RESEND 6/7] IB/qib: "
` [RESEND 7/7] IB/mthca: "

[PATCH v4 0/7] mm: Use slab_list list_head instead of lru
 2019-03-18  0:02 UTC  (7+ messages)
` [PATCH v4 1/7] list: Add function list_rotate_to_front()
` [PATCH v4 2/7] slob: Respect list_head abstraction layer
` [PATCH v4 3/7] slob: Use slab_list instead of lru
` [PATCH v4 5/7] slub: "
` [PATCH v4 6/7] slab: "
` [PATCH v4 7/7] mm: Remove stale comment from page struct

kernel BUG at include/linux/mm.h:1020!
 2019-03-17 15:22 UTC  (4+ messages)

[GIT PULL] device-dax for 5.1: PMEM as RAM
 2019-03-16 21:25 UTC  (2+ messages)

[PATCH] mm: Fix __dump_page when mapping->host is not set
 2019-03-16  8:34 UTC  (6+ messages)

[PATCHv8 00/10] Heterogenous memory node attributes
 2019-03-16  3:04 UTC  (3+ 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).