linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-06 15:59:20 to 2019-08-07 14:02:19 UTC [more...]

[PATCH V4 0/9] Fixes for metadata accelreation
 2019-08-07 14:02 UTC  (12+ messages)
` [PATCH V4 1/9] vhost: don't set uaddr for invalid address
` [PATCH V4 2/9] vhost: validate MMU notifier registration
` [PATCH V4 3/9] vhost: fix vhost map leak
` [PATCH V4 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V4 5/9] vhost: mark dirty pages during map uninit
` [PATCH V4 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V4 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V4 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V4 9/9] vhost: do not return -EAGAIN for non blocking invalidation too early

[PATCH 0/2] fix kernel panic due to use uninitialized struct pages
 2019-08-07 13:17 UTC  (10+ messages)
` [PATCH 2/2] /proc/kpageflags: do not "

[PATCH v10 00/22] Generic page walk and ptdump
 2019-08-07 12:58 UTC  (4+ messages)
` [PATCH v10 20/22] x86: mm: Convert dump_pagetables to use walk_page_range

hmm cleanups, v2
 2019-08-07 11:46 UTC  (26+ messages)
` [PATCH 01/15] amdgpu: remove -EAGAIN handling for hmm_range_fault
` [PATCH 02/15] amdgpu: don't initialize range->list in amdgpu_hmm_init_range
` [PATCH 03/15] nouveau: pass struct nouveau_svmm to nouveau_range_fault
` [PATCH 04/15] mm: remove the pgmap field from struct hmm_vma_walk
` [PATCH 05/15] mm: remove the unused vma argument to hmm_range_dma_unmap
` [PATCH 06/15] mm: remove superflous arguments from hmm_range_register
` [PATCH 07/15] mm: remove the page_shift member from struct hmm_range
` [PATCH 08/15] mm: remove the mask variable in hmm_vma_walk_hugetlb_entry
` [PATCH 09/15] mm: don't abuse pte_index() in hmm_vma_handle_pmd
` [PATCH 10/15] mm: only define hmm_vma_walk_pud if needed
` [PATCH 11/15] mm: cleanup the hmm_vma_handle_pmd stub
` [PATCH 12/15] mm: cleanup the hmm_vma_walk_hugetlb_entry stub
` [PATCH 13/15] mm: allow HMM_MIRROR on all architectures with MMU
` [PATCH 14/15] mm: make HMM_MIRROR an implicit option
` [PATCH 15/15] amdgpu: remove CONFIG_DRM_AMDGPU_USERPTR

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-07 11:42 UTC  (14+ messages)
` [PATCH v3 hmm 01/11] mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
` [PATCH v3 hmm 02/11] mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
` [PATCH v3 hmm 03/11] mm/mmu_notifiers: add a get/put scheme for the registration
` [PATCH v3 hmm 04/11] misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
` [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm'
` [PATCH v3 hmm 06/11] RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'
` [PATCH v3 hmm 07/11] RDMA/odp: remove ib_ucontext from ib_umem
` [PATCH v3 hmm 08/11] drm/radeon: use mmu_notifier_get/put for struct radeon_mn
` [PATCH v3 hmm 09/11] drm/amdkfd: fix a use after free race with mmu_notifer unregister
` [PATCH v3 hmm 10/11] drm/amdkfd: use mmu_notifier_put
` [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-07 11:30 UTC  (33+ messages)
` [PATCH 01/24] mm: directed shrinker work deferral
` [PATCH 12/24] xfs: correctly acount for reclaimable slabs
` [PATCH 14/24] xfs: tail updates only need to occur when LSN changes
` [PATCH 15/24] xfs: eagerly free shadow buffers to reduce CIL footprint
` [PATCH 17/24] xfs: don't block kswapd in inode reclaim
` [PATCH 18/24] xfs: reduce kswapd blocking on inode locking

[PATCH 0/3] mm/: 3 more put_user_page() conversions
 2019-08-07 11:01 UTC  (5+ messages)
` [PATCH 1/3] mm/mlock.c: convert put_page() to put_user_page*()

[PATCH] mm/compaction: remove unnecessary zone parameter in isolate_migratepages()
 2019-08-07 10:04 UTC 

[PATCH v4 1/5] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-08-07 10:00 UTC  (3+ messages)

[PATCH] [Regression, v5.0] mm: boosted kswapd reclaim b0rks system cache balance
 2019-08-07  9:30 UTC  (2+ messages)

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-07  8:51 UTC  (46+ messages)
` [PATCH v3 01/41] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v3 02/41] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 03/41] net/xdp: "
` [PATCH v3 04/41] net/rds: "
` [PATCH v3 05/41] net/ceph: "
` [PATCH v3 06/41] x86/kvm: "
` [PATCH v3 07/41] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v3 08/41] drm/i915: convert put_page() to put_user_page*()
` [PATCH v3 09/41] drm/radeon: "
` [PATCH v3 10/41] media/ivtv: "
` [PATCH v3 11/41] media/v4l2-core/mm: "
` [PATCH v3 12/41] genwqe: "
` [PATCH v3 13/41] scif: "
` [PATCH v3 14/41] vmci: "
` [PATCH v3 15/41] rapidio: "
` [PATCH v3 16/41] oradax: "
` [PATCH v3 17/41] staging/vc04_services: "
` [PATCH v3 18/41] drivers/tee: "
` [PATCH v3 19/41] vfio: "
` [PATCH v3 20/41] fbdev/pvr2fb: "
` [PATCH v3 21/41] fsl_hypervisor: "
` [PATCH v3 22/41] xen: "
` [PATCH v3 23/41] fs/exec.c: "
` [PATCH v3 24/41] orangefs: "
` [PATCH v3 25/41] uprobes: "
` [PATCH v3 26/41] futex: "
` [PATCH v3 27/41] mm/frame_vector.c: "
` [PATCH v3 28/41] mm/gup_benchmark.c: "
` [PATCH v3 29/41] mm/memory.c: "
` [PATCH v3 30/41] mm/madvise.c: "
` [PATCH v3 31/41] mm/process_vm_access.c: "
` [PATCH v3 32/41] crypt: "
` [PATCH v3 33/41] fs/nfs: "
` [PATCH v3 34/41] goldfish_pipe: "
` [PATCH v3 35/41] kernel/events/core.c: "
` [PATCH v3 36/41] fs/binfmt_elf: "
` [PATCH v3 37/41] security/tomoyo: "
` [PATCH v3 38/41] powerpc: "
` [PATCH v3 39/41] mm/mlock.c: "
` [PATCH v3 40/41] mm/mempolicy.c: "
` [PATCH v3 41/41] mm/ksm: "

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-07  8:46 UTC  (8+ messages)

[PATCH 1/3] mm/migrate: clean up useless code in migrate_vma_collect_pmd()
 2019-08-07  8:41 UTC  (4+ messages)
    ` [PATCHv2] "

Let's talk about the elephant in the room - the Linux kernel's inability to gracefully handle low memory pressure
 2019-08-07  7:59 UTC  (11+ messages)

[PATCH] mm/mmap.c: refine data locality of find_vma_prev
 2019-08-07  7:51 UTC  (6+ messages)

[MM Bug?] mmap() triggers SIGBUS while doing the​ ​numa_move_pages() for offlined hugepage in background
 2019-08-07  7:39 UTC  (11+ messages)

[PATCH v2] asm-generic: fix variable 'p4d' set but not used
 2019-08-07  7:30 UTC  (2+ messages)

[PATCH V3 00/10] Fixes for metadata accelreation
 2019-08-07  7:05 UTC  (12+ messages)
` [PATCH V3 01/10] vhost: disable metadata prefetch optimization
` [PATCH V3 02/10] vhost: don't set uaddr for invalid address
` [PATCH V3 03/10] vhost: validate MMU notifier registration
` [PATCH V3 04/10] vhost: fix vhost map leak
` [PATCH V3 05/10] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V3 06/10] vhost: mark dirty pages during map uninit
` [PATCH V3 07/10] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V3 08/10] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V3 09/10] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V3 10/10] vhost: do not return -EAGAIN for non blocking invalidation too early

[PATCH V2 0/9] Fixes for metadata accelreation
 2019-08-07  6:49 UTC  (12+ messages)
` [PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-08-07  6:38 UTC  (5+ messages)

drm pull for v5.3-rc1
 2019-08-07  6:40 UTC  (4+ messages)

WARNING in cgroup_rstat_updated
 2019-08-07  5:16 UTC 

WARNING in cgroup_rstat_updated
 2019-08-07  3:18 UTC 

[v5 PATCH 0/4] Make deferred split shrinker memcg aware
 2019-08-07  2:17 UTC  (5+ messages)
` [v5 PATCH 1/4] mm: thp: extract split_queue_* into a struct
` [v5 PATCH 2/4] mm: move mem_cgroup_uncharge out of __page_cache_release()
` [v5 PATCH 3/4] mm: shrinker: make shrinker not depend on memcg kmem
` [v5 PATCH 4/4] mm: thp: make deferred split shrinker memcg aware

mmotm 2019-08-06-18-11 uploaded
 2019-08-07  1:12 UTC 

[PATCH v2] mm/vmscan: shrink slab in node reclaim
 2019-08-07  1:03 UTC  (15+ messages)

[PATCH] mm/mempolicy.c: Remove unnecessary nodemask check in kernel_migrate_pages()
 2019-08-07  0:58 UTC  (3+ messages)

[PATCHSET] writeback, memcg: Implement foreign inode flushing
 2019-08-06 23:03 UTC  (5+ messages)
` [PATCH 2/4] bdi: Add bdi->id
` [PATCH 4/4] writeback, memcg: Implement foreign dirty flushing

[PATCH AUTOSEL 4.19 29/32] Revert "kmemleak: allow to coexist with fault injection"
 2019-08-06 21:35 UTC 

[PATCH AUTOSEL 5.2 10/59] mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}
 2019-08-06 21:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 54/59] Revert "kmemleak: allow to coexist with fault injection"

[PATCH V2] fork: Improve error message for corrupted page tables
 2019-08-06 21:21 UTC  (9+ messages)

[PATCH V3] fork: Improve error message for corrupted page tables
 2019-08-06 21:09 UTC 

[PATCH v4 0/2] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS issue
 2019-08-06 21:11 UTC  (5+ messages)
` [PATCH v4 1/2] mm/memory-failure.c clean up around tk pre-allocation
` [PATCH v4 2/2] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS if mmaped more than once

[PATCH v4 0/2] khugepaged: collapse pmd for pte-mapped THP
 2019-08-06 21:03 UTC  (4+ messages)
` [PATCH v4 1/2] khugepaged: enable "

[PATCH] asm-generic: fix variable 'p4d' set but not used
 2019-08-06 20:51 UTC  (3+ messages)

[PATCH v6 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
 2019-08-06 20:43 UTC  (4+ messages)
` [PATCH v6 1/3] "

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (4+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()

[PATCHv2 00/59] Intel MKTME enabling
 2019-08-06 20:26 UTC  (3+ messages)
` [PATCHv2 47/59] kvm, x86, mmu: setup MKTME keyID to spte for given PFN

[PATCH 1/2] mm/zsmalloc.c: Migration can leave pages in ZS_EMPTY indefinitely
 2019-08-06 19:53 UTC  (6+ messages)
` [PATCH 2/2] mm/zsmalloc.c: Fix race condition in zs_destroy_pool

[PATCH 0/8] Raspberry Pi 4 DMA addressing support
 2019-08-06 18:12 UTC  (6+ messages)
` [PATCH 3/8] of/fdt: add function to get the SoC wide DMA addressable memory size

[BUG] Kernel panic on >= 4.12 because of NX
 2019-08-06 17:34 UTC  (4+ messages)

[PATCH v3 0/2] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS issue
 2019-08-06 17:26 UTC  (4+ messages)
` [PATCH v3 1/2] mm/memory-failure.c clean up around tk pre-allocation

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-06 17:13 UTC  (6+ messages)

[PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-08-06 16:47 UTC  (4+ messages)
` [PATCH v2 3/5] x86: Kconfig: Remove CONFIG_NODES_SPAN_OTHER_NODES


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