linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-13 22:59:48 to 2019-11-16 01:34:26 UTC [more...]

incoming
 2019-11-16  1:34 UTC 

[PATCH] mm: get rid of odd jump label in find_mergeable_anon_vma
 2019-11-16  0:37 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD INCOMPLETE 2190e31dfefaa786058111f2c95565862d2167f8
 2019-11-16  0:13 UTC 

[PATCH v3] mm/memory_hotplug: Fix try_offline_node()
 2019-11-16  0:12 UTC  (5+ messages)

[PATCH] mm/sparse: Consistently do not zero memmap
 2019-11-15 23:55 UTC  (12+ messages)

[PATCH] mm/vmalloc: Fix regression caused by needless vmalloc_sync_all()
 2019-11-15 23:37 UTC  (11+ messages)

[PATCH] mm: Proactive compaction
 2019-11-15 22:21 UTC 

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-15 20:43 UTC  (19+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v4 02/10] include/linux/compiler.h: Introduce data_race(expr) macro
` [PATCH v4 03/10] kcsan: Add Documentation entry in dev-tools
` [PATCH v4 04/10] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v4 05/10] build, kcsan: Add KCSAN build exceptions
` [PATCH v4 06/10] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v4 07/10] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v4 09/10] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v4 10/10] x86, kcsan: Enable KCSAN for x86

[PATCH -next v2] mm/vmscan: fix some -Wenum-conversion warnings
 2019-11-15 20:11 UTC 

[PATCH 1/2] mm: Move the backup x_devmap() functions to asm-generic/pgtable.h
 2019-11-15 19:58 UTC  (3+ messages)
` [PATCH 2/2] mm: Fix a huge pud insertion race during faulting

[PATCH 1/2] mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
 2019-11-15 18:13 UTC  (14+ messages)

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-15 18:06 UTC  (28+ messages)
` [PATCH v5 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v5 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v5 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 16/24] net/xdp: "
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v5 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v5 19/24] vfio, mm: "
` [PATCH v5 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v5 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v5 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v5 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

KSM WARN_ON_ONCE(page_mapped(page)) in remove_stable_node()
 2019-11-15 17:55 UTC  (2+ messages)

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-15 17:26 UTC  (29+ messages)
` [PATCH 09/28] mm: directed shrinker work deferral
` [PATCH 11/28] mm: factor shrinker work calculations
` [PATCH 12/28] shrinker: defer work only to kswapd
` [PATCH 15/28] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 16/28] mm: kswapd backoff for shrinkers
` [PATCH 24/28] xfs: reclaim inodes from the LRU
` [PATCH 26/28] xfs: use xfs_ail_push_all in xfs_reclaim_inodes
` [PATCH 28/28] xfs: rework unreferenced inode lookups

[PATCH 0/3] mm: fix page aging across multiple cgroups
 2019-11-15 16:52 UTC  (7+ messages)
` [PATCH 2/3] mm: vmscan: detect file thrashing at the reclaim root
` [PATCH 3/3] mm: vmscan: enforce inactive:active ratio "

[PATCH 0/2] mm: devmap: page-freeing related cleanups
 2019-11-15 16:41 UTC  (5+ messages)
` [PATCH 1/2] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH 2/2] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages

[PATCH v11 0/4] kasan: support backing vmalloc space with real shadow memory
 2019-11-15 16:36 UTC  (3+ messages)
` [PATCH v11 1/4] "

[PATCH -next] mm/vmscan: fix some -Wenum-conversion warnings
 2019-11-15 16:22 UTC  (3+ messages)

[RFC] zswap: use B-tree for search
 2019-11-15 15:44 UTC 

[PATCH v4 0/2] mm: Fix checking unmapped holes for mbind
 2019-11-15 15:33 UTC  (5+ messages)
` [PATCH v4 1/2] mm: Check range first in queue_pages_test_walk
` [PATCH v4 2/2] mm: Fix checking unmapped holes for mbind

[PATCH v4 2/2] mm: Fix checking unmapped holes for mbind
 2019-11-15 15:28 UTC 

[PATCH] mm: Improve PageAnon() to check the whole PAGE_MAPPING_FLAGS
 2019-11-15 15:01 UTC  (6+ messages)

[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings
 2019-11-15 14:31 UTC  (12+ messages)
                ` AMD TLB errata, (Was: [PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings)

[PATCH v10 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-11-15 14:10 UTC  (10+ messages)
` [PATCH v10 1/8] mm: ksm: Export ksm_madvise()
` [PATCH v10 6/8] KVM: PPC: Support reset of secure guest

[PATCH v4 0/2] HMM tests and minor fixes
 2019-11-15 14:06 UTC  (10+ messages)
` [PATCH v4 1/2] mm/hmm: make full use of walk_page_range()
` [PATCH v4 2/2] mm/hmm/test: add self tests for HMM

[PATCH] mm: Cast the type of unmap_start to u64
 2019-11-16  1:24 UTC  (2+ messages)

[PATCH v2 0/2] mm: remove the memory isolate notifier
 2019-11-15 13:00 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm: remove "count" parameter from has_unmovable_pages()

[PATCH 4.19] memfd: Fix locking when tagging pins
 2019-11-15 10:46 UTC  (5+ messages)

[RFC v2] writeback: add elastic bdi in cgwb bdp
 2019-11-15  9:53 UTC  (4+ messages)

[PATCH] Documentation/fs: Move swap_[de]activate() to file_operations
 2019-11-15  8:44 UTC  (3+ messages)

[PATCH] mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmap
 2019-11-15  6:18 UTC  (2+ messages)

[PATCH] mm/debug: PageAnon() is true for PageKsm() pages
 2019-11-15  5:47 UTC  (4+ messages)

[PATCH v5 00/38] Hardened usercopy whitelisting
 2019-11-14 21:27 UTC  (5+ messages)
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-11-15  4:30 UTC  (6+ messages)
` [PATCH 02/10] nvdimm: remove prototypes for nonexistent functions
` [PATCH 08/10] nvdimm: Add driver for OpenCAPI Storage Class Memory

[PATCH 2/3] mm: Introduce subsection_dev_map
 2019-11-15  2:57 UTC  (6+ messages)

mmotm 2019-11-14-17-24 uploaded
 2019-11-15  2:28 UTC  (2+ messages)
` mmotm 2019-11-14-17-24 uploaded (UML mm/vmalloc.c)

[PATCH v5 0/2] fix and improvement for file THP
 2019-11-15  0:10 UTC  (4+ messages)
` [PATCH v5 1/2] mm,thp: recheck each page before collapsing "

[PATCH V2 0/2] Move swap functions out of address space operations
 2019-11-14 23:19 UTC  (6+ messages)
` [PATCH V2 1/2] fs: Clean up mapping variable
` [PATCH V2 2/2] fs: Move swap_[de]activate to file_operations

[v2 PATCH] mm: migrate: handle freed page at the first place
 2019-11-14 20:58 UTC  (3+ messages)

[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-14 19:48 UTC  (9+ messages)

[PATCH] rss_stat: Add support to detect RSS updates of external mm
 2019-11-14 17:20 UTC  (4+ messages)

[PATCH] net/skbuff: silence warnings under memory pressure
 2019-11-14 17:12 UTC  (12+ messages)

[PATCH v3] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
 2019-11-14 16:11 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 1b2a36d66d873784d653575f687f604fb6c6bc96
 2019-11-14 14:26 UTC 

[PATCH v2] fs/splice: ignore flag SPLICE_F_GIFT in syscall vmsplice
 2019-11-14 14:13 UTC 

[RFC v3] writeback: add elastic bdi in cgwb bdp
 2019-11-14 13:23 UTC  (3+ messages)

[PATCH v2] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
 2019-11-14 12:32 UTC  (2+ messages)

[PATCH v1 01/12] powerpc/pseries: CMM: Implement release() function for sysfs device
 2019-11-14 12:21 UTC  (3+ messages)

[PATCH V5 0/4] ACPI: Support Generic Initiator proximity domains
 2019-11-14 11:26 UTC  (8+ messages)
` [PATCH V5 1/4] ACPI: Support Generic Initiator only domains

[linux-next:master] BUILD INCOMPLETE 4e8f108c3af2d6922a64df9f3d3d488c74f6009d
 2019-11-14 10:29 UTC 

[PATCH 0/2] xtensa: get rid of __ARCH_USE_5LEVEL_HACK
 2019-11-14  8:04 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
 2019-11-14  7:26 UTC  (8+ messages)

[PATCH v10 7/8] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
 2019-11-14  7:02 UTC  (12+ messages)

[PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-14  6:08 UTC  (18+ messages)
` [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH v2 0/8] per lruvec lru_lock for memcg
 2019-11-14  6:02 UTC  (11+ messages)
` [PATCH v2 4/8] mm/lru: only change the lru_lock iff page's lruvec is different
` [PATCH v2 6/8] mm/lru: remove rcu_read_lock to fix performance regression


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