[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
2018-12-14 20:03 UTC (46+ messages)
[RFC 0/4] vmalloc enhancements
2018-12-14 19:45 UTC (11+ 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
After Vega 56/64 GPU hang I unable reboot system
2018-12-14 19:36 UTC (2+ messages)
[PATCH v2 0/1] Initialize struct pages for the full section
2018-12-14 19:23 UTC (11+ messages)
` [PATCH v2 1/1] mm, memory_hotplug: Initialize struct pages for the full memory section
[PATCH] mm: Reuse only-pte-mapped KSM page in do_wp_page()
2018-12-14 18:06 UTC (4+ 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 (22+ messages)
use generic DMA mapping code in powerpc V4
2018-12-14 16:42 UTC (6+ messages)
` [PATCH 12/34] powerpc/cell: move dma direct window setup out of dma_configure
mm: migrate: Fix page migration stalls for blkdev pages
2018-12-14 16:24 UTC (19+ messages)
` [PATCH 1/6] mm: migration: Factor out code to compute expected number of page references
` [PATCH 2/6] mm: migrate: Lock buffers before migrate_page_move_mapping()
` [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] fix page_count in ->iomap_migrate_page()
2018-12-14 13:55 UTC (4+ messages)
[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()
[kvm PATCH v8 0/2] shrink vcpu_vmx down to order 2
2018-12-14 11:25 UTC (2+ messages)
[PATCHv3] mm/pageblock: throw compiling time error if pageblock_bits can not hold MIGRATE_TYPES
2018-12-14 11:22 UTC (2+ messages)
[PATCH v1 0/9] mm: PG_reserved cleanups and documentation
2018-12-14 11:10 UTC (10+ 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 v2] mm, memcg: fix reclaim deadlock with writeback
2018-12-14 8:49 UTC (7+ 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 v2 0/4] Don’t leave executable TLB entries to freed pages
2018-12-13 21:48 UTC (6+ messages)
` [PATCH v2 2/4] modules: Add new special vfree flags
[PATCH] mm, memory_hotplug: pass next_memory_node to new_page_nodemask()
2018-12-13 20:10 UTC (3+ 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
4.14 backport request for dbdda842fe96f: "printk: Add console owner and waiter logic to load balance console writes"
2018-12-13 14:29 UTC (18+ messages)
[PATCH v2] arm64: Add memory hotplug support
2018-12-13 14:25 UTC (4+ messages)
[PATCH v3] mm: thp: fix flags for pmd migration when split
2018-12-13 10:24 UTC (5+ messages)
[PATCHv2 01/12] acpi: Create subtable parsing infrastructure
2018-12-13 9:05 UTC (2+ messages)
[PATCH] mm/alloc: fallback to first node if the wanted node offline
2018-12-13 9:04 UTC (13+ messages)
[PATCH v2] kasan: mark file common so ftrace doesn't trace it
2018-12-13 8:52 UTC (2+ messages)
[PATCH v2] mm, memory_hotplug: Don't bail out in do_migrate_range prematurely
2018-12-13 8:48 UTC (3+ messages)
[PATCH 1/2] mm, pageblock: make sure pageblock won't exceed mem_sectioin
2018-12-13 7:28 UTC (7+ messages)
[PATCH] mm/zsmalloc.c: Fix zsmalloc 32-bit PAE support
2018-12-13 7:27 UTC (3+ messages)
[RFC v2 00/13] Multi-Key Total Memory Encryption API (MKTME)
2018-12-13 5:52 UTC (12+ messages)
[PATCH v2] mm: thp: fix flags for pmd migration when split
2018-12-13 3:22 UTC (5+ messages)
[PATCH] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc
2018-12-13 2:18 UTC (3+ messages)
[PATCH] mm, page_alloc: enable pcpu_drain with zone capability
2018-12-13 1:18 UTC (4+ messages)
` [PATCH v2] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox