linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-23 14:43:23 to 2019-07-24 17:07:26 UTC [more...]

[PATCH v2 0/5] mm / virtio: Provide support for page hinting
 2019-07-24 17:05 UTC  (6+ messages)
` [PATCH v2 1/5] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v2 2/5] mm: Move set/get_pcppage_migratetype to mmzone.h
` [PATCH v2 3/5] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v2 4/5] mm: Introduce Hinted pages
` [PATCH v2 5/5] virtio-balloon: Add support for providing page hints to host

WARNING in __mmdrop
 2019-07-24 16:53 UTC  (15+ messages)

[PATCH v9 00/21] Generic page walk and ptdump
 2019-07-24 16:36 UTC  (22+ messages)
` [PATCH v9 04/21] mips: mm: Add p?d_leaf() definitions
` [PATCH v9 10/21] mm: Add generic p?d_leaf() macros
` [PATCH v9 11/21] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v9 19/21] mm: Add generic ptdump

[PATCH v2 3/3] sgi-gru: Use __get_user_pages_fast in atomic_pte_lookup
 2019-07-24 16:09 UTC 

[PATCH v1] mm/memory_hotplug: Remove move_pfn_range()
 2019-07-24 15:49 UTC  (3+ messages)

[PATCH] mm/hmm: replace hmm_update with mmu_notifier_range
 2019-07-24 15:33 UTC  (4+ messages)

[PATCH] mm/mmap.c: silence variable 'new_start' set but not used
 2019-07-24 14:34 UTC  (4+ messages)

[PATCH v1] ACPI / scan: Acquire device_hotplug_lock in acpi_scan_init()
 2019-07-24 14:30 UTC 

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-07-24 14:20 UTC  (20+ messages)
` [PATCH v19 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v19 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v19 03/15] lib: untag user pointers in strn*_user
` [PATCH v19 04/15] mm: untag user pointers passed to memory syscalls
` [PATCH v19 05/15] mm: untag user pointers in mm/gup.c
` [PATCH v19 06/15] mm: untag user pointers in get_vaddr_frames
` [PATCH v19 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v19 08/15] userfaultfd: untag user pointers
` [PATCH v19 09/15] drm/amdgpu: "
` [PATCH v19 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v19 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
` [PATCH v19 12/15] media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v19 13/15] tee/shm: untag user pointers in tee_shm_register
` [PATCH v19 14/15] vfio/type1: untag user pointers in vaddr_get_pfn
` [PATCH v19 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH] mm/rmap.c: remove set but not used variable 'cstart'
 2019-07-24 14:14 UTC 

[PATCH v1 1/2] mm/page_idle: Add support for per-pid page_idle using virtual indexing
 2019-07-24 14:10 UTC  (7+ messages)

[PATCH] mm/compaction: introduce a helper compact_zone_counters_init()
 2019-07-24 13:35 UTC  (4+ messages)

[PATCH 0/2] mm/hmm: more HMM clean up
 2019-07-24 11:53 UTC  (7+ messages)
` [PATCH 1/2] mm/hmm: a few more C style and comment clean ups
` [PATCH 2/2] mm/hmm: make full use of walk_page_range()

[PATCH v2 0/3] sgi-gru: get_user_page changes
 2019-07-24 11:41 UTC  (4+ messages)
` [PATCH v2 1/3] sgi-gru: Convert put_page() to get_user_page*()
` [PATCH v2 2/3] sgi-gru: Remove CONFIG_HUGETLB_PAGE ifdef
` [PATCH v2 3/3] sgi-gru: Use __get_user_pages_fast in atomic_pte_lookup

[PATCH v8 0/4] THP aware uprobe
 2019-07-24 11:37 UTC  (9+ messages)
` [PATCH v8 1/4] mm: move memcmp_pages() and pages_identical()
` [PATCH v8 2/4] uprobe: use original page when all uprobes are removed
` [PATCH v8 3/4] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v8 4/4] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT

[PATCH v2 2/3] mm: Introduce page_shift()
 2019-07-24 10:40 UTC  (2+ messages)

[PATCH v7 0/4] THP aware uprobe
 2019-07-24  8:57 UTC  (5+ messages)
` [PATCH v7 2/4] uprobe: use original page when all uprobes are removed

[PATCH v12 0/2] introduce memblock_next_valid_pfn() (again) for arm64
 2019-07-24  8:33 UTC  (7+ messages)
` [PATCH v12 1/2] mm: page_alloc: "
` [PATCH v12 2/2] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn

[v4 PATCH 0/2] mm: mempolicy: fix mbind()'s inconsistent behavior for unmovable pages
 2019-07-24  8:19 UTC  (6+ messages)
` [v4 PATCH 2/2] mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind

[PATCH] mm, oom: simplify task's refcount handling
 2019-07-24  8:07 UTC  (4+ messages)

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-07-24  8:07 UTC  (17+ messages)
` [PATCH 01/12] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH 02/12] iov_iter: add helper to test if an iter would use GUP v2
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool
` [PATCH 04/12] block: bio_release_pages: convert put_page() to put_user_page*()
` [PATCH 05/12] block_dev: "
` [PATCH 06/12] fs/nfs: "
` [PATCH 07/12] vhost-scsi: "
` [PATCH 08/12] fs/cifs: "
` [PATCH 09/12] fs/fuse: "
` [PATCH 10/12] fs/ceph: "
` [PATCH 11/12] 9p/net: "
` [PATCH 12/12] fs/ceph: fix a build warning: returning a value from void function

KASAN: use-after-free Write in tlb_finish_mmu
 2019-07-24  7:07 UTC  (2+ messages)

KASAN: use-after-free Read in finish_task_switch (2)
 2019-07-24  7:06 UTC  (2+ messages)

[PATCH V6 RESEND 0/3] arm64/mm: Enable memory hot remove
 2019-07-24  6:58 UTC  (3+ messages)

hmm_range_fault related fixes and legacy API removal v3
 2019-07-24  6:52 UTC  (8+ messages)
` [PATCH 1/7] mm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}
` [PATCH 2/7] mm: move hmm_vma_range_done and hmm_vma_fault to nouveau
` [PATCH 3/7] nouveau: remove the block parameter to nouveau_range_fault
` [PATCH 4/7] nouveau: unlock mmap_sem on all errors from nouveau_range_fault
` [PATCH 5/7] nouveau: return -EBUSY when hmm_range_wait_until_valid fails
` [PATCH 6/7] mm: remove the legacy hmm_pfn_* APIs
` [PATCH 7/7] mm: comment on VM_FAULT_RETRY semantics in handle_mm_fault

[PATCH] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS if mmaped more than once
 2019-07-24  6:48 UTC  (4+ messages)

[PATCH REBASE v4 00/14] Provide generic top-down mmap layout functions
 2019-07-24  5:58 UTC  (15+ messages)
` [PATCH REBASE v4 01/14] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH REBASE v4 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH REBASE v4 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH REBASE v4 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH REBASE v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH REBASE v4 06/14] arm: Properly account for stack randomization and stack guard gap
` [PATCH REBASE v4 07/14] arm: Use STACK_TOP when computing mmap base address
` [PATCH REBASE v4 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH REBASE v4 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH REBASE v4 10/14] mips: Use STACK_TOP when computing mmap base address
` [PATCH REBASE v4 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH REBASE v4 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH REBASE v4 13/14] mips: Use generic mmap top-down layout and brk randomization
` [PATCH REBASE v4 14/14] riscv: Make mmap allocation top-down by default

[PATCH v3 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
 2019-07-24  4:45 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 3/3] net/xdp: "

[PATCH] mm, oom: avoid printk() iteration under RCU
 2019-07-24  1:47 UTC  (3+ messages)

[PATCH v2 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
 2019-07-24  1:31 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v2 3/3] net/xdp: "

[PATCH v9 0/6] Enable THP for text section of non-shmem files
 2019-07-23 23:59 UTC  (3+ messages)
` [PATCH v9 5/6] mm,thp: add read-only THP support for (non-shmem) FS

memory leak in rds_send_probe
 2019-07-23 23:25 UTC  (3+ messages)

[PATCH 0/3] introduce __put_user_pages(), convert a few call sites
 2019-07-23 23:24 UTC  (10+ messages)
` [PATCH 1/3] mm/gup: introduce __put_user_pages()
` [PATCH 3/3] net/xdp: convert put_page() to put_user_page*()

[PATCH] mm/backing-dev: show state of all bdi_writeback in debugfs
 2019-07-23 22:36 UTC  (4+ messages)

[PATCH] psi: annotate refault stalls from IO submission
 2019-07-23 22:10 UTC  (6+ messages)

Why does memblock only refer to E820 table and not EFI Memory Map?
 2019-07-23 22:01 UTC  (5+ messages)

[PATCH v2 0/3] mm/hmm: fixes for device private page migration
 2019-07-23 21:39 UTC  (7+ messages)
` [PATCH v2 1/3] mm: document zone device struct page field usage

[PATCH] cgroup: kselftest: Relax fs_spec checks
 2019-07-23 21:07 UTC 

[PATCH v2 0/3] Make working with compound pages easier
 2019-07-23 21:03 UTC  (8+ messages)
` [PATCH v2 1/3] mm: Introduce page_size()

[PATCH v4] mm: Throttle allocators when failing reclaim over memory.high
 2019-07-23 20:50 UTC  (2+ messages)

[PATCH] percpu: Fix a typo
 2019-07-23 18:31 UTC  (2+ messages)

[PATCH] mm: check for sleepable context in kvfree
 2019-07-23 18:29 UTC  (7+ messages)

hmm_range_fault related fixes and legacy API removal v2
 2019-07-23 17:30 UTC  (23+ messages)
` [PATCH 1/6] mm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}
` [PATCH 2/6] mm: move hmm_vma_range_done and hmm_vma_fault to nouveau
` [PATCH 3/6] nouveau: remove the block parameter to nouveau_range_fault
` [PATCH 4/6] nouveau: unlock mmap_sem on all errors from nouveau_range_fault
` [PATCH 5/6] nouveau: return -EBUSY when hmm_range_wait_until_valid fails

[PATCH v3] mm, slab: Extend slab/shrink to shrink all memcg caches
 2019-07-23 15:14 UTC 

[PATCH RFC] mm/page_idle: simple idle page tracking for virtual memory
 2019-07-23 15:08 UTC  (5+ 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).