linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-06 18:25:09 to 2019-09-10 04:45:37 UTC [more...]

[PATCH 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-09-10  4:45 UTC  (12+ messages)
` [PATCH 1/1] mm/pgtable/debug: Add test validating architecture "

possible deadlock in shmem_fallocate (3)
 2019-09-10  3:38 UTC 

[PATCH 0/2] Add bounds check for Hotplugged memory
 2019-09-10  2:52 UTC  (3+ messages)
` [PATCH 1/2] memory_hotplug: Add a bounds check to check_hotplug_memory_range()
` [PATCH 2/2] mm: Add a bounds check in devm_memremap_pages()

[PATCH] mm: avoid slub allocation while holding list_lock
 2019-09-10  2:16 UTC  (4+ messages)

[PATCH v3 0/4] mm, slab: Make kmalloc_info[] contain all types of names
 2019-09-10  1:26 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] mm, slab: Remove unused kmalloc_size()
` [PATCH v3 3/4] mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc caches
` [PATCH v3 4/4] mm, slab_common: Make the loop for initializing KMALLOC_DMA start from 1

CRASH: General protection fault in z3fold
 2019-09-10  1:08 UTC  (9+ messages)

[PATCH v2 1/2] mm/page_ext: support to record the last stack of page
 2019-09-10  1:07 UTC  (4+ messages)

[PATCH v2 0/4] mm, slab: Make kmalloc_info[] contain all types of names
 2019-09-10  0:59 UTC  (7+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] mm, slab: Remove unused kmalloc_size()
` [PATCH v2 3/4] mm, slab_common: Make 'type' is enum kmalloc_cache_type
` [PATCH v2 4/4] mm, slab_common: Make initializing KMALLOC_DMA start from 1

[PATCH 0/5] mm, slab: Make kmalloc_info[] contain all types of names
 2019-09-10  0:52 UTC  (14+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] mm, slab_common: Remove unused kmalloc_cache_name()
` [PATCH 3/5] mm, slab: Remove unused kmalloc_size()
` [PATCH 4/5] mm, slab_common: Make 'type' is enum kmalloc_cache_type

[PATCH] mm: fix the race between swapin_readahead and SWP_SYNCHRONOUS_IO path
 2019-09-09 23:26 UTC  (8+ messages)

[PATCH 1/3] ima: keep the integrity state of open files up to date
 2019-09-09 21:39 UTC  (7+ messages)
` [PATCH 2/3] ima: update the file measurement on truncate
` [PATCH 3/3] ima: update the file measurement on writes

[PATCH v2] mm: fix double page fault on arm64 if PTE_AF is cleared
 2019-09-09 21:27 UTC  (2+ messages)

git.cmpxchg.org/linux-mmots.git repository corruption?
 2019-09-09 20:56 UTC  (2+ messages)

[PATCH] mm: add dummy can_do_mlock() helper
 2019-09-09 20:41 UTC 

[PATCH v5 0/4] Raspberry Pi 4 DMA addressing support
 2019-09-09 19:50 UTC  (7+ messages)
` [PATCH v5 1/4] arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()
` [PATCH v5 2/4] arm64: rename variables used to calculate ZONE_DMA32's size
` [PATCH v5 3/4] arm64: use both ZONE_DMA and ZONE_DMA32
` [PATCH v5 4/4] mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-09-09 19:30 UTC  (18+ messages)
` [rfc 3/4] mm, page_alloc: avoid expensive reclaim when compaction may not succeed

[RFC PATCH] Add proc interface to set PF_MEMALLOC flags
 2019-09-09 18:26 UTC 

[PATCH v4 00/17] arm64: MMU enabled kexec relocation
 2019-09-09 18:12 UTC  (18+ messages)
` [PATCH v4 01/17] kexec: quiet down kexec reboot
` [PATCH v4 02/17] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v4 03/17] arm64: hibernate: check pgd table allocation
` [PATCH v4 04/17] arm64: hibernate: use get_safe_page directly
` [PATCH v4 05/17] arm64: hibernate: remove gotos in create_safe_exec_page
` [PATCH v4 06/17] arm64: hibernate: rename dst to page "
` [PATCH v4 07/17] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v4 08/17] arm64: hibernate: add trans_pgd public functions
` [PATCH v4 09/17] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v4 10/17] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v4 11/17] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v4 12/17] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v4 13/17] kexec: add machine_kexec_post_load()
` [PATCH v4 14/17] arm64: kexec: move relocation function setup and clean up
` [PATCH v4 15/17] arm64: kexec: add expandable argument to relocation function
` [PATCH v4 16/17] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v4 17/17] arm64: kexec: enable MMU during kexec relocation

[PATCH v9 0/8] stg mail -e --version=v9 \
 2019-09-09 18:12 UTC  (32+ messages)
` [PATCH v9 1/8] mm: Add per-cpu logic to page shuffling
` [PATCH v9 2/8] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v9 3/8] mm: Move set/get_pcppage_migratetype to mmzone.h
` [PATCH v9 4/8] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v9 5/8] arm64: Move hugetlb related definitions out of pgtable.h to page-defs.h
` [PATCH v9 6/8] mm: Introduce Reported pages
` [PATCH v9 7/8] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v9 8/8] virtio-balloon: Add support for providing unused page reports to host
` [PATCH v9 0/8] mm / virtio: Provide support for unused page reporting

[RFC PATCH v6 00/92] VM introspection
 2019-09-09 17:00 UTC  (9+ messages)
` [RFC PATCH v6 71/92] mm: add support for remote mapping
  ` DANGER WILL ROBINSON, DANGER

[PATCH 0/3] Remove __online_page_set_limits()
 2019-09-09 15:42 UTC  (10+ messages)
` [PATCH 1/3] hv_ballon: Avoid calling dummy function __online_page_set_limits()
` [PATCH 2/3] xen/ballon: "
` [PATCH 3/3] mm/memory_hotplug.c: Remove __online_page_set_limits()

KASAN: use-after-free Read in shmem_fault (2)
 2019-09-09 15:04 UTC  (5+ messages)

[PATCH v2 0/2] mm/kasan: dump alloc/free stack for page allocator
 2019-09-09 13:07 UTC  (2+ messages)

[PATCH (resend)] mm,oom: Defer dump_tasks() output
 2019-09-09 13:04 UTC  (2+ messages)

lot of MemAvailable but falling cache and raising PSI
 2019-09-09 12:56 UTC  (19+ messages)

[PATCH 0/2] Revert and rework on the metadata accelreation
 2019-09-09 12:15 UTC  (17+ messages)
` [PATCH 1/2] Revert "vhost: access vq metadata through kernel virtual address"
` [PATCH 2/2] vhost: re-introducing metadata acceleration through kernel virtual address

[RFC PATCH v2] mm: initialize struct pages reserved by ZONE_DEVICE driver
 2019-09-09 12:05 UTC  (9+ messages)

[PATCH v1 0/3] mm/memory_hotplug: Export generic_online_page()
 2019-09-09 11:48 UTC  (4+ messages)
` [PATCH v1 1/3] "
` [PATCH v1 2/3] hv_balloon: Use generic_online_page()
` [PATCH v1 3/3] mm/memory_hotplug: Remove __online_page_free() and __online_page_increment_counters()

[BUG] Early OOM and kernel NULL pointer dereference in 4.19.69
 2019-09-09 11:22 UTC  (3+ messages)
  ` [PATCH] memcg, kmem: do not fail __GFP_NOFAIL charges

[PATCH v4 0/4] Raspberry Pi 4 DMA addressing support
 2019-09-09  8:46 UTC  (4+ messages)
` [PATCH v4 3/4] arm64: use both ZONE_DMA and ZONE_DMA32

[PATCH 1/1] mm/migrate: fix list corruption in migration of non-LRU movable pages
 2019-09-09  8:40 UTC  (10+ messages)

[PATCH] mm, notifier: Fix early return case for new lockdep annotations
 2019-09-09  8:22 UTC  (4+ messages)

[PATCH] mm: fix -Wmissing-prototypes warnings
 2019-09-09  7:52 UTC  (3+ messages)
`  "

[PATCH 3/3] mm: Allow find_get_page to be used for large pages
 2019-09-09  1:12 UTC  (5+ messages)
    ` [kbuild-all] "

[PATCH] net/skbuff: silence warnings under memory pressure
 2019-09-09  1:10 UTC  (18+ messages)

[PATCH] z3fold: fix retry mechanism in page reclaim
 2019-09-08 20:44 UTC  (3+ messages)

Speculative page faults
 2019-09-08  8:31 UTC 

[PATCH v8 0/7] mm / virtio: Provide support for unused page reporting
 2019-09-07  3:15 UTC  (3+ messages)

[PATCH v3 00/17] arm64: MMU enabled kexec relocation
 2019-09-06 19:06 UTC  (16+ messages)
` [PATCH v3 08/17] arm64, trans_pgd: make trans_pgd_map_page generic
` [PATCH v3 09/17] arm64, trans_pgd: add trans_pgd_create_empty
` [PATCH v3 10/17] arm64, trans_pgd: adjust trans_pgd_create_copy interface
` [PATCH v3 11/17] arm64, trans_pgd: add PUD_SECT_RDONLY
` [PATCH v3 12/17] arm64, trans_pgd: complete generalization of trans_pgds


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