linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-13 14:51:24 to 2018-12-17 01:14:57 UTC [more...]

use generic DMA mapping code in powerpc V4
 2018-12-17  1:14 UTC  (8+ messages)
` [PATCH 12/34] powerpc/cell: move dma direct window setup out of dma_configure

cma: deadlock using usb-storage and fs
 2018-12-16 22:21 UTC 

[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
 2018-12-16 21:58 UTC  (46+ messages)

[4.20.0-0.rc6] kernel BUG at include/linux/mm.h:990!
 2018-12-16 21:50 UTC 

[RESEND PATCH v4 0/3] fs/dcache: Track # of negative dentries
 2018-12-16 19:37 UTC  (5+ messages)
` [RESEND PATCH v4 1/3] fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()
` [RESEND PATCH v4 2/3] fs: Don't need to put list_lru into its own cacheline
` [RESEND PATCH v4 3/3] fs/dcache: Track & report number of negative dentries

[PATCH] mm, page_alloc: clear zone_movable_pfn if the node doesn't have ZONE_MOVABLE
 2018-12-16 12:56 UTC 

[PATCH v5 0/5] mm: Randomize free memory
 2018-12-16 12:43 UTC  (8+ messages)
` [PATCH v5 1/5] acpi: Create subtable parsing infrastructure
` [PATCH v5 2/5] acpi/numa: Set the memory-side-cache size in memblocks
` [PATCH v5 3/5] mm: Shuffle initial free memory to improve memory-side-cache utilization
` [PATCH v5 4/5] mm: Move buddy list manipulations into helpers
` [PATCH v5 5/5] mm: Maintain randomization of page free lists

[PATCH v1 0/9] mm: PG_reserved cleanups and documentation
 2018-12-16 10:44 UTC  (12+ messages)
` [PATCH v1 1/9] agp: efficeon: no need to set PG_reserved on GATT tables
` [PATCH v1 2/9] s390/vdso: don't clear PG_reserved
` [PATCH v1 3/9] powerpc/vdso: "
` [PATCH v1 4/9] riscv/vdso: "
` [PATCH v1 5/9] m68k/mm: use __ClearPageReserved()
` [PATCH v1 6/9] arm64: kexec: no need to ClearPageReserved()
` [PATCH v1 7/9] arm64: kdump: No need to mark crashkernel pages manually PG_reserved
` [PATCH v1 8/9] ia64: perfmon: Don't mark buffer pages as PG_reserved
` [PATCH v1 9/9] mm: better document PG_reserved

[PATCH] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc
 2018-12-16  9:38 UTC  (6+ messages)

[PATCH] fork,memcg: fix crash in free_thread_stack on memcg charge fail
 2018-12-16  3:16 UTC  (2+ messages)

[mmotm:master 267/302] drivers/thermal/intel/int340x_thermal/processor_thermal_device.c:434 proc_thermal_pci_probe() error: 'proc_priv->soc_dts' dereferencing possible ERR_PTR()
 2018-12-15 19:36 UTC  (2+ messages)
` [kbuild] "

[mmotm:master 291/302] fs/buffer.c:2400:37: error: expected statement before ')' token
 2018-12-15 19:23 UTC  (2+ messages)

[PATCH v2 0/4] Don’t leave executable TLB entries to freed pages
 2018-12-15 18:52 UTC  (12+ messages)
` [PATCH v2 1/4] vmalloc: New flags for safe vfree on special perms
` [PATCH v2 2/4] modules: Add new special vfree flags

[PATCH] fix page_count in ->iomap_migrate_page()
 2018-12-15 11:17 UTC  (6+ messages)

After Vega 56/64 GPU hang I unable reboot system
 2018-12-15  9:42 UTC  (3+ messages)

[PATCH] mm: Reuse only-pte-mapped KSM page in do_wp_page()
 2018-12-15  9:18 UTC  (5+ messages)

[mmotm:master 204/302] mm/memory_hotplug.c:637:17: error: lvalue required as left operand of assignment
 2018-12-15  6:02 UTC 

[mmotm:master 187/302] mm/page_io.c:405:18: error: 'REQ_HIPRI' undeclared; did you mean 'RWF_HIPRI'?
 2018-12-15  4:29 UTC  (2+ messages)

[RFC 0/4] vmalloc enhancements
 2018-12-15  2:22 UTC  (13+ messages)
` [RFC 1/4] mm: refactor __vunmap() to avoid duplicated call to find_vm_area()
` [RFC 2/4] mm: separate memory allocation and actual work in alloc_vmap_area()
` [RFC 3/4] mm: allocate vmalloc metadata in one allocation
` [RFC 4/4] mm: show number of vmalloc pages in /proc/meminfo

[PATCH v2 0/1] Initialize struct pages for the full section
 2018-12-15  0:26 UTC  (11+ messages)
` [PATCH v2 1/1] mm, memory_hotplug: Initialize struct pages for the full memory section

[RFC PATCH 00/14] Increase success rates and reduce latency of compaction v1
 2018-12-14 23:06 UTC  (15+ messages)
` [PATCH 01/14] mm, compaction: Shrink compact_control
` [PATCH 02/14] mm, compaction: Rearrange compact_control
` [PATCH 03/14] mm, compaction: Remove last_migrated_pfn from compact_control
` [PATCH 04/14] mm, compaction: Rename map_pages to split_map_pages
` [PATCH 05/14] mm, compaction: Skip pageblocks with reserved pages
` [PATCH 06/14] mm, migrate: Immediately fail migration of a page with no migration handler
` [PATCH 07/14] mm, compaction: Always finish scanning of a full pageblock
` [PATCH 08/14] mm, compaction: Use the page allocator bulk-free helper for lists of pages
` [PATCH 09/14] mm, compaction: Ignore the fragmentation avoidance boost for isolation and compaction
` [PATCH 10/14] mm, compaction: Use free lists to quickly locate a migration source
` [PATCH 11/14] mm, compaction: Keep migration source private to a single compaction instance
` [PATCH 12/14] mm, compaction: Use free lists to quickly locate a migration target
` [PATCH 13/14] mm, compaction: Capture a page under direct compaction
` [PATCH 14/14] mm, compaction: Do not direct compact remote memory

[LKP] [mm] ac5b2c1891: vm-scalability.throughput -61.3% regression
 2018-12-14 21:33 UTC 

[PATCH 0/3] hugetlbfs: use i_mmap_rwsem for better synchronization
 2018-12-14 21:22 UTC  (2+ messages)

[PATCH] mm, memcg: fix reclaim deadlock with writeback
 2018-12-14 17:31 UTC  (3+ messages)

[PATCH 0/6] psi: pressure stall monitors
 2018-12-14 17:15 UTC  (7+ messages)
` [PATCH 1/6] fs: kernfs: add poll file operation
` [PATCH 2/6] kernel: cgroup: "
` [PATCH 3/6] psi: eliminate lazy clock mode
` [PATCH 4/6] psi: introduce state_mask to represent stalled psi states
` [PATCH 5/6] psi: rename psi fields in preparation for psi trigger addition
` [PATCH 6/6] psi: introduce psi monitor

general protection fault in watchdog
 2018-12-14 16:59 UTC  (7+ messages)

use generic DMA mapping code in powerpc V4
 2018-12-14 16:45 UTC  (16+ messages)

mm: migrate: Fix page migration stalls for blkdev pages
 2018-12-14 16:24 UTC  (16+ messages)
` [PATCH 1/6] mm: migration: Factor out code to compute expected number of page references
` [PATCH 3/6] mm: migrate: Move migrate_page_lock_buffers()
` [PATCH 4/6] mm: migrate: Provide buffer_migrate_page_norefs()
` [PATCH 5/6] blkdev: Avoid migration stalls for blkdev pages
` [PATCH 6/6] mm: migrate: Drop unused argument of migrate_page_move_mapping()

[PATCH] mm: remove unused page state adjustment macro
 2018-12-14 15:23 UTC  (3+ messages)

[PATCH] mm, page_isolation: remove drain_all_pages() in set_migratetype_isolate()
 2018-12-14 15:17 UTC  (4+ messages)

[PATCH] mm/page_alloc.c: Allow error injection
 2018-12-14 14:24 UTC  (2+ messages)

[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
 2018-12-14 13:56 UTC  (4+ messages)
` [PATCH v7 04/25] ACPI / APEI: Make hest.c manage the estatus memory pool

[PATCH v13 00/25] kasan: add software tag-based mode for arm64
 2018-12-14 12:35 UTC  (5+ messages)
` [PATCH v13 19/25] kasan: add hooks implementation for tag-based mode

[PATCH 4.14 80/89] printk: Add console owner and waiter logic to load balance console writes
 2018-12-14 12:00 UTC  (3+ messages)
` [PATCH 4.14 81/89] printk: Hide console waiter logic into helpers
` [PATCH 4.14 82/89] printk: Never set console_may_schedule in console_trylock()

[PATCHv3] mm/pageblock: throw compiling time error if pageblock_bits can not hold MIGRATE_TYPES
 2018-12-14 11:22 UTC  (2+ messages)

[kvm PATCH v8 0/2] shrink vcpu_vmx down to order 2
 2018-12-14 11:25 UTC  (2+ messages)

[PATCH v2] mm, memcg: fix reclaim deadlock with writeback
 2018-12-14  8:49 UTC  (5+ messages)
` [PATCH v3] "

[PATCH -V9 00/21] swap: Swapout/swapin THP in one piece
 2018-12-14  6:27 UTC  (22+ messages)
` [PATCH -V9 01/21] swap: Deal with PTE mapped THP when unuse PTE
` [PATCH -V9 02/21] swap: Enable PMD swap operations for CONFIG_THP_SWAP
` [PATCH -V9 03/21] swap: Add __swap_duplicate_locked()
` [PATCH -V9 04/21] swap: Support PMD swap mapping in swap_duplicate()
` [PATCH -V9 05/21] swap: Support PMD swap mapping in put_swap_page()
` [PATCH -V9 06/21] swap: Support PMD swap mapping in free_swap_and_cache()/swap_free()
` [PATCH -V9 07/21] swap: Support PMD swap mapping when splitting huge PMD
` [PATCH -V9 08/21] swap: Support PMD swap mapping in split_swap_cluster()
` [PATCH -V9 09/21] swap: Support to read a huge swap cluster for swapin a THP
` [PATCH -V9 10/21] swap: Swapin a THP in one piece
` [PATCH -V9 11/21] swap: Support to count THP swapin and its fallback
` [PATCH -V9 12/21] swap: Add sysfs interface to configure THP swapin
` [PATCH -V9 13/21] swap: Support PMD swap mapping in swapoff
` [PATCH -V9 14/21] swap: Support PMD swap mapping in madvise_free()
` [PATCH -V9 15/21] swap: Support to move swap account for PMD swap mapping
` [PATCH -V9 16/21] swap: Support to copy PMD swap mapping when fork()
` [PATCH -V9 17/21] swap: Free PMD swap mapping when zap_huge_pmd()
` [PATCH -V9 18/21] swap: Support PMD swap mapping for MADV_WILLNEED
` [PATCH -V9 19/21] swap: Support PMD swap mapping in mincore()
` [PATCH -V9 20/21] swap: Support PMD swap mapping in common path
` [PATCH -V9 21/21] swap: create PMD swap mapping when unmap the THP

[PATCH v3] mm: Create the new vm_fault_t type
 2018-12-14  5:05 UTC  (4+ messages)

[PATCH] mm, memory_hotplug: pass next_memory_node to new_page_nodemask()
 2018-12-13 20:10 UTC  (2+ messages)

WARNING: locking bug in lock_downgrade
 2018-12-13 19:46 UTC  (3+ messages)

[PATCH] mm: Replace verify_mm_writelocked() by lockdep_assert_held_exclusive()
 2018-12-13 19:40 UTC  (2+ messages)

[PATCH 3/3] filemap: drop the mmap_sem for all blocking operations
 2018-12-13 16:01 UTC  (4+ messages)
` [PATCH][v6] "

[bug?] poor migrate_pages() performance on arm64
 2018-12-13 15:38 UTC  (5+ messages)

possible deadlock in try_to_wake_up
 2018-12-13 15:11 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).