linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-22 09:44:43 to 2019-07-23 18:14:16 UTC [more...]

[PATCH v2 0/3] Make working with compound pages easier
 2019-07-23 18:14 UTC  (11+ messages)
` [PATCH v2 1/3] mm: Introduce page_size()
` [PATCH v2 2/3] mm: Introduce page_shift()
` [PATCH v2 3/3] mm: Introduce compound_nr()

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

[PATCH v4] mm: Throttle allocators when failing reclaim over memory.high
 2019-07-23 18:07 UTC 

[PATCH 0/3] introduce __put_user_pages(), convert a few call sites
 2019-07-23 18:06 UTC  (11+ messages)
` [PATCH 1/3] mm/gup: introduce __put_user_pages()
` [PATCH 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH 3/3] net/xdp: "

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-07-23 18:03 UTC  (17+ 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

hmm_range_fault related fixes and legacy API removal v2
 2019-07-23 17:30 UTC  (24+ 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 6/6] mm: remove the legacy hmm_pfn_* APIs

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

[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)

WARNING in __mmdrop
 2019-07-23 15:02 UTC  (51+ messages)
    ` RFC: call_rcu_outstanding (was Re: WARNING in __mmdrop)

[PATCH v1 1/2] mm/page_idle: Add support for per-pid page_idle using virtual indexing
 2019-07-23 14:43 UTC  (11+ messages)
` [PATCH v1 2/2] doc: Update documentation for page_idle virtual address indexing

[PATCH] mm, slab: Extend slab/shrink to shrink all the memcg caches
 2019-07-23 14:30 UTC  (3+ messages)

[PATCH] mm/hotplug: remove unneeded return for void function
 2019-07-23 13:14 UTC  (3+ messages)

[PATCH] mm/backing-dev: show state of all bdi_writeback in debugfs
 2019-07-23 12:49 UTC 

[PATCH V6 RESEND 0/3] arm64/mm: Enable memory hot remove
 2019-07-23 10:56 UTC  (2+ messages)

[PATCH v9 00/21] Generic page walk and ptdump
 2019-07-23 10:16 UTC  (28+ messages)
` [PATCH v9 01/21] arc: mm: Add p?d_leaf() definitions
` [PATCH v9 02/21] arm: "
` [PATCH v9 03/21] arm64: "
` [PATCH v9 04/21] mips: "
` [PATCH v9 05/21] powerpc: "
` [PATCH v9 06/21] riscv: "
` [PATCH v9 07/21] s390: "
` [PATCH v9 08/21] sparc: "
` [PATCH v9 09/21] x86: "
` [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 12/21] mm: pagewalk: Allow walking without vma
` [PATCH v9 13/21] mm: pagewalk: Add test_p?d callbacks
` [PATCH v9 14/21] x86: mm: Don't display pages which aren't present in debugfs
` [PATCH v9 15/21] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v9 16/21] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v9 17/21] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v9 18/21] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v9 19/21] mm: Add generic ptdump
` [PATCH v9 20/21] x86: mm: Convert dump_pagetables to use walk_page_range
` [PATCH v9 21/21] arm64: mm: Convert mm/dump.c to use walk_page_range()

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

[PATCH] mm/compaction: introduce a helper compact_zone_counters_init()
 2019-07-23  8:24 UTC  (3+ messages)

[PATCH 1/2] mm/filemap: don't initiate writeback if mapping has no dirty pages
 2019-07-23  8:16 UTC  (3+ messages)

[PATCH] mm: sparse: Skip no-map regions in memblocks_present
 2019-07-23  7:06 UTC  (2+ messages)

[PATCH] mm/compaction: clear total_{migrate,free}_scanned before scanning a new zone
 2019-07-23  6:59 UTC  (5+ messages)

[PATCH v6 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-07-23  6:25 UTC  (6+ messages)
` [PATCH v6 1/5] mm: introduce MADV_COLD
` [PATCH v6 2/5] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v6 3/5] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v6 4/5] mm: introduce MADV_PAGEOUT
` [PATCH v6 5/5] mm: factor out common parts between MADV_COLD and MADV_PAGEOUT

[PATCHv2] mm: treewide: Clarify pgtable_page_{ctor,dtor}() naming
 2019-07-23  5:54 UTC  (2+ messages)

[PATCH v5 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-07-23  5:47 UTC  (4+ messages)
` [PATCH v5 1/5] mm: introduce MADV_COLD

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

[PATCH] memremap: move from kernel/ to mm/
 2019-07-23  5:32 UTC  (3+ messages)

kernel BUG at mm/swap_state.c:170!
 2019-07-23  5:08 UTC  (6+ messages)

[PATCH 0/3] xfs: Fix races between readahead and hole punching
 2019-07-23  3:08 UTC  (3+ messages)
` [PATCH 1/3] mm: Handle MADV_WILLNEED through vfs_fadvise()

[PATCH] psi: annotate refault stalls from IO submission
 2019-07-23  0:02 UTC  (4+ messages)

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

[PATCH 0/3] sgi-gru: get_user_page changes
 2019-07-22 23:06 UTC  (12+ messages)
` [PATCH 1/3] sgi-gru: Convert put_page() to get_user_page*()
` [PATCH 2/3] sgi-gru: Remove CONFIG_HUGETLB_PAGE ifdef
` [PATCH 3/3] sgi-gru: Use __get_user_pages_fast in atomic_pte_lookup

[PATCH 0/4] put_user_page: new put_user_page_dirty*() helpers
 2019-07-22 19:10 UTC  (8+ messages)
` [PATCH 1/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH 3/3] gup: new put_user_page_dirty*() helpers

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-07-22 16:46 UTC  (5+ messages)
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options

[PATCH] mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab shrinker
 2019-07-22 12:00 UTC  (2+ messages)

[PATCH v2 0/3] mm/hmm: fixes for device private page migration
 2019-07-22 11:08 UTC  (5+ messages)
` [PATCH v2 1/3] mm: document zone device struct page field usage

[PATCH v3] kasan: add memory corruption identification for software tag-based mode
 2019-07-22  9:52 UTC  (17+ 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).