linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-01 01:57:02 to 2019-12-03 21:56:02 UTC [more...]

mmotm 2019-12-03-13-55 uploaded
 2019-12-03 21:55 UTC 

[PATCH] mm: Proactive compaction
 2019-12-03 20:37 UTC  (3+ messages)

[PATCH] char/random: silence a lockdep splat with printk()
 2019-12-03 18:46 UTC  (2+ messages)

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-12-03 18:38 UTC  (54+ messages)
` [PATCH RFC v3 05/36] kmsan: add ReST documentation
` [PATCH RFC v3 06/36] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH RFC v3 10/36] kmsan: add KMSAN runtime
` [PATCH RFC v3 11/36] kmsan: stackdepot: don't allocate KMSAN metadata for stackdepot
` [PATCH RFC v3 12/36] kmsan: define READ_ONCE_NOCHECK()
` [PATCH RFC v3 13/36] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH RFC v3 16/36] crypto: kmsan: disable accelerated configs under KMSAN
` [PATCH RFC v3 17/36] kmsan: x86: disable UNWINDER_ORC "
` [PATCH RFC v3 18/36] kmsan: disable LOCK_DEBUGGING_SUPPORT
` [PATCH RFC v3 20/36] kmsan: x86: increase stack sizes in KMSAN builds
` [PATCH RFC v3 22/36] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH RFC v3 25/36] kmsan: unpoison |tlb| in arch_tlb_gather_mmu()
` [PATCH RFC v3 31/36] kmsan: disable strscpy() optimization under KMSAN
` [PATCH RFC v3 32/36] kmsan: add iomap support
` [PATCH RFC v3 34/36] kmsan: disable physical page merging in biovec
` [PATCH RFC v3 35/36] kmsan: ext4: skip block merging logic in ext4_mpage_readpages for KMSAN
` [PATCH RFC v3 36/36] net: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN

[GIT PULL] percpu changes for v5.5-rc1
 2019-12-03 17:30 UTC  (2+ messages)

[PATCH v3 0/3] mm: kmemleak: Use a memory pool for kmemleak object allocations
 2019-12-03 16:08 UTC  (3+ messages)

[patch 026/158] mm: emit tracepoint when RSS changes
 2019-12-03 15:58 UTC  (11+ messages)

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-12-03 15:27 UTC  (6+ messages)
` [PATCH v6 05/10] mm/memory_hotplug: Shrink zones when offlining memory

[PATCH 1/2] mm/page_vma_mapped: use PMD_SIZE instead of calculating it
 2019-12-03 15:14 UTC  (15+ messages)
` [PATCH 2/2] mm/page_vma_mapped: page table boundary is already guaranteed

[linux-next:pending-fixes] BUILD SUCCESS 642f47bd48d81aee3556985044904374e8726227
 2019-12-03 14:25 UTC 

[PATCH 0/8] Huge page-table entries for TTM
 2019-12-03 13:22 UTC  (9+ messages)
` [PATCH 1/8] mm: Introduce vma_is_special_huge
` [PATCH 2/8] mm: Split huge pages on write-notify or COW
` [PATCH 3/8] mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
` [PATCH 4/8] drm/ttm, drm/vmwgfx: Support huge TTM pagefaults
` [PATCH 5/8] drm/vmwgfx: Support huge page faults
` [PATCH 6/8] drm: Add a drm_get_unmapped_area() helper
` [PATCH 7/8] drm/ttm: Introduce a huge page aligning TTM range manager
` [PATCH 8/8] drm/vmwgfx: Hook up the helpers to align buffer objects

[PATCH STABLE 4.4 0/8] page refcount overflow backports
 2019-12-03 12:57 UTC  (4+ messages)
` [PATCH STABLE 4.4 5/8] mm: prevent get_user_pages() from overflowing page refcount

[PATCH STABLE ONLY] add missing page refcount overflow checks
 2019-12-03 12:50 UTC  (6+ messages)
` [PATCH STABLE 4.9 1/1] mm, gup: add missing refcount overflow checks on x86 and s390

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2019-12-03 12:42 UTC  (35+ messages)
` [PATCH v2 01/27] memory_hotplug: Add a bounds check to __add_pages
` [PATCH v2 02/27] nvdimm: remove prototypes for nonexistent functions
` [PATCH v2 03/27] powerpc: Add OPAL calls for LPC memory alloc/release
` [PATCH v2 04/27] mm/memory_hotplug: Allow check_hotplug_memory_addressable to be called from drivers
` [PATCH v2 05/27] powerpc: Map & release OpenCAPI LPC memory
` [PATCH v2 06/27] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH v2 07/27] ocxl: Add functions to map/unmap LPC memory
` [PATCH v2 08/27] ocxl: Save the device serial number in ocxl_fn
` [PATCH v2 09/27] ocxl: Free detached contexts in ocxl_context_detach_all()
` [PATCH v2 10/27] nvdimm: Add driver for OpenCAPI Storage Class Memory
` [PATCH v2 11/27] nvdimm/ocxl: Add register addresses & status values to header
` [PATCH v2 12/27] nvdimm/ocxl: Read the capability registers & wait for device ready
` [PATCH v2 13/27] nvdimm/ocxl: Add support for Admin commands
` [PATCH v2 14/27] nvdimm/ocxl: Add support for near storage commands
` [PATCH v2 15/27] nvdimm/ocxl: Register a character device for userspace to interact with
` [PATCH v2 16/27] nvdimm/ocxl: Implement the Read Error Log command
` [PATCH v2 17/27] nvdimm/ocxl: Add controller dump IOCTLs
` [PATCH v2 18/27] nvdimm/ocxl: Add an IOCTL to report controller statistics
` [PATCH v2 19/27] nvdimm/ocxl: Forward events to userspace
` [PATCH v2 20/27] nvdimm/ocxl: Add an IOCTL to request controller health & perf data
` [PATCH v2 21/27] nvdimm/ocxl: Support firmware update via sysfs
` [PATCH v2 22/27] nvdimm/ocxl: Implement the heartbeat command
` [PATCH v2 23/27] nvdimm/ocxl: Add debug IOCTLs
` [PATCH v2 24/27] nvdimm/ocxl: Implement Overwrite
` [PATCH v2 25/27] nvdimm/ocxl: Expose SMART data via ndctl
` [PATCH v2 26/27] powerpc: Enable OpenCAPI Storage Class Memory driver on bare metal
` [PATCH v2 27/27] MAINTAINERS: Add myself & nvdimm/ocxl to ocxl

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-03 11:38 UTC  (5+ messages)

[PATCH v6 00/18] generic mmu_gather patches
 2019-12-03 11:19 UTC  (3+ messages)
` [PATCH v6 10/18] sh/tlb: Convert SH to generic mmu_gather

[PATCH v6 0/4] Raspberry Pi 4 DMA addressing support
 2019-12-03 11:19 UTC  (7+ messages)
` [PATCH v6 3/4] arm64: use both ZONE_DMA and ZONE_DMA32

[PATCH v15 00/23] Generic page walk and ptdump
 2019-12-03 11:02 UTC  (5+ messages)

[patch 064/158] mm: add generic ptdump
 2019-12-03 11:00 UTC  (10+ messages)

[PATCH v2 0/2] mm, drm/ttm: Fix pte insertion with customized protection
 2019-12-03 10:48 UTC  (3+ messages)
` [PATCH v2 1/2] mm: Add and export vmf_insert_mixed_prot()
` [PATCH v2 2/2] drm/ttm: Fix vm page protection handling

[PATCH 0/2] mm, drm/ttm: Fix pte insertion with customized protection
 2019-12-03 10:19 UTC  (6+ messages)
` [PATCH 1/2] mm: Add and export vmf_insert_mixed_prot()
` [PATCH 2/2] drm/ttm: Fix vm page protection handling

[PATCH v6] mm/pgmap: Use correct alignment when looking at first pfn from a region
 2019-12-03 10:12 UTC  (6+ messages)

[PATCH v11 0/7] KVM: PPC: Driver to manage pages of secure guest
 2019-12-03  9:44 UTC  (4+ messages)

[PATCH V11] mm/debug: Add tests validating architecture page table helpers
 2019-12-03  9:18 UTC 

[PATCH] mm/kasan: Fix an compile error
 2019-12-03  8:50 UTC 

[GIT PULL] Please pull hmm changes
 2019-12-03  2:42 UTC  (4+ messages)

[RFC PATCH] mm: shmem: allow split THP when truncating THP partially
 2019-12-02 23:14 UTC  (10+ messages)

[PATCH 1/2] mm/memory-failure.c: PageHuge is handled at the beginning of memory_failure
 2019-12-02 22:28 UTC  (4+ messages)
` [PATCH 2/2] mm/memory-failure.c: not necessary to recalculate hpage

[linux-next:master 14415/14429] arch/m68k/mm/kmap.c:80:28: error: 'pmd_t {aka struct <anonymous>}' has no member named 'pmd'; did you mean 'pud'?
 2019-12-02 20:16 UTC 

[linux-next:master] BUILD REGRESSION c5db92909beddadddb705b92d3388ea50b01e1a2
 2019-12-02 19:43 UTC 

[PATCH V3 0/3] Move swap functions out of address space operations
 2019-12-02 17:01 UTC  (3+ messages)
` [PATCH V3 2/3] fs: Move swap_[de]activate to file_operations

[PATCH v3 1/2] mm: clean up validate_slab()
 2019-12-02 15:12 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] mm: avoid slub allocation while holding list_lock
              ` [FIX] slub: Remove kmalloc under list_lock from list_slab_objects() V2

[PATCH v14 0/6] mm / virtio: Provide support for unused page reporting
 2019-12-02 10:43 UTC  (7+ messages)
` [PATCH v14 6/6] virtio-balloon: Add support for providing unused page reports to host

[PATCH v2 0/2] mm: remove the memory isolate notifier
 2019-12-02 10:27 UTC  (2+ messages)

[PATCH] mm: fix trivial help text punctuation
 2019-12-02  9:30 UTC  (2+ messages)

[linux-next:master 13908/13922] arch/m68k/mm/kmap.c:76:24: error: passing argument 1 of 'pmd_offset' from incompatible pointer type
 2019-12-02  9:25 UTC 

incoming
 2019-12-02  8:21 UTC  (4+ messages)

[PATCH v11 0/4] kasan: support backing vmalloc space with real shadow memory
 2019-12-02  8:07 UTC  (2+ messages)

[PATCH] dma-mapping: do not mapping module memory
 2019-12-02  7:22 UTC  (2+ messages)

BUG: sleeping function called from invalid context in __alloc_pages_nodemask
 2019-12-02  4:07 UTC  (4+ messages)

[PATCH] mm/zsmalloc.c: fix the migrated zspage statistics
 2019-12-02  2:39 UTC  (4+ messages)
  `  "

[linux-next:master] BUILD REGRESSION 419593dad8439007452bb6f267861863b572c520
 2019-12-01 14:37 UTC 

[PATCH] tmpfs: use ida to get inode number
 2019-12-01  8:44 UTC  (9+ messages)

[mmotm:master 236/260] powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `kunit/test.o' being placed in section `.ctors.65435'
 2019-12-01  6:03 UTC 

[patch 158/158] mm/page_io.c: annotate refault stalls from swap_readpage
 2019-12-01  1:58 UTC 

[patch 157/158] mm/Kconfig: fix trivial help text punctuation
 2019-12-01  1:58 UTC 

[patch 156/158] mm/Kconfig: fix indentation
 2019-12-01  1:58 UTC 

[patch 155/158] mm/memory_hotplug.c: remove __online_page_set_limits()
 2019-12-01  1:58 UTC 

[patch 154/158] mm: fix typos in comments when calling __SetPageUptodate()
 2019-12-01  1:58 UTC 

[patch 153/158] mm: fix struct member name in function comments
 2019-12-01  1:58 UTC 

[patch 152/158] mm/shmem.c: cast the type of unmap_start to u64
 2019-12-01  1:58 UTC 

[patch 151/158] mm: shmem: use proper gfp flags for shmem_writepage()
 2019-12-01  1:58 UTC 

[patch 150/158] mm/shmem.c: make array 'values' static const, makes object smaller
 2019-12-01  1:58 UTC 

[patch 149/158] userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
 2019-12-01  1:58 UTC 

[patch 148/158] fs/userfaultfd.c: wp: clear VM_UFFD_MISSING or VM_UFFD_WP during userfaultfd_register()
 2019-12-01  1:57 UTC 

[patch 147/158] userfaultfd: wrap the common dst_vma check into an inlined function
 2019-12-01  1:57 UTC 

[patch 146/158] userfaultfd: remove unnecessary WARN_ON() in __mcopy_atomic_hugetlb()
 2019-12-01  1:57 UTC 

[patch 145/158] userfaultfd: use vma_pagesize for all huge page size calculation
 2019-12-01  1:57 UTC 

[patch 144/158] mm/madvise.c: use PAGE_ALIGN[ED] for range checking
 2019-12-01  1:57 UTC 

[patch 143/158] mm/madvise.c: replace with page_size() in madvise_inject_error()
 2019-12-01  1:57 UTC 

[patch 142/158] mm/mmap.c: make vma_merge() comment more easy to understand
 2019-12-01  1:57 UTC 

[patch 141/158] mm/hwpoison-inject: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops
 2019-12-01  1:57 UTC 

[patch 140/158] autonuma: reduce cache footprint when scanning page tables
 2019-12-01  1:57 UTC 

[patch 139/158] autonuma: fix watermark checking in migrate_balanced_pgdat()
 2019-12-01  1:57 UTC 

[patch 138/158] mm/cma_debug.c: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops
 2019-12-01  1:57 UTC 

[patch 137/158] mm/cma.c: switch to bitmap_zalloc() for cma bitmap allocation
 2019-12-01  1:57 UTC 

[patch 136/158] mm/thp: flush file for !is_shmem PageDirty() case in collapse_file()
 2019-12-01  1:57 UTC 

[patch 135/158] mm, thp: do not queue fully unmapped pages for deferred split
 2019-12-01  1:57 UTC 

[patch 134/158] mm/migrate.c: handle freed page at the first place
 2019-12-01  1:57 UTC 

[patch 133/158] mm/huge_memory.c: split_huge_pages_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE
 2019-12-01  1:57 UTC 

[patch 132/158] mm/hugetlb: avoid looping to the same hugepage if !pages and !vmas
 2019-12-01  1:57 UTC 

[patch 131/158] hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()
 2019-12-01  1:57 UTC 

[patch 130/158] hugetlb: remove duplicated code
 2019-12-01  1:56 UTC 


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