[PATCH 0/17 v5] dax, ext4, xfs: Synchronous page faults
2017-10-24 15:24 UTC (18+ messages)
` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 02/17] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 03/17] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 04/17] dax: Factor out getting of pfn out of iomap
` [PATCH 05/17] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 06/17] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 07/17] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 08/17] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 09/17] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/17] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 11/17] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/17] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/17] dax, iomap: Add support for synchronous faults
` [PATCH 14/17] dax: Implement dax_finish_sync_fault()
` [PATCH 15/17] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 17/17] xfs: support for synchronous DAX faults
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC
[PATCH -mm] mm, swap: Fix false error message in __swp_swapcount()
2017-10-24 15:15 UTC (3+ messages)
75bbe64614 ("proc: document CoreDumping flag in .."): BUG: kernel hang in boot stage
2017-10-24 14:43 UTC (2+ messages)
[PATCH 0/6] Boot-time switching between 4- and 5-level paging for 4.15, Part 1
2017-10-24 13:12 UTC (17+ messages)
consult a question about action_result() in memory_failure()
2017-10-24 12:47 UTC
[PATCH 1/2] mm, memory_hotplug: do not fail offlining too early
2017-10-24 12:25 UTC (20+ messages)
` [PATCH 1/2] mm: drop migrate type checks from has_unmovable_pages
[PATCH] fs, mm: account filp and names caches to kmemcg
2017-10-24 12:18 UTC (11+ messages)
[RFC PATCH 2/2] mm,oom: Try last second allocation after selecting an OOM victim
2017-10-24 11:41 UTC (8+ messages)
[PATCH] mm,page_alloc: Serialize out_of_memory() and allocation stall messages
2017-10-24 11:23 UTC (4+ messages)
[PATCH v3 0/8] cross-release: enhence performance and fix false positives
2017-10-24 10:15 UTC (15+ messages)
` [PATCH v3 1/8] block: use DECLARE_COMPLETION_ONSTACK in submit_bio_wait
` [PATCH v3 2/8] lockdep: Introduce CROSSRELEASE_STACK_TRACE and make it not unwind as default
` [PATCH v3 3/8] lockdep: Remove BROKEN flag of LOCKDEP_CROSSRELEASE
` [PATCH v3 4/8] lockdep: Add a kernel parameter, crossrelease_fullstack
` [PATCH v3 5/8] completion: Add support for initializing completion with lockdep_map
` [PATCH v3 6/8] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v3 7/8] genhd.h: Remove trailing white space
` [PATCH v3 8/8] block: Assign a lock_class per gendisk used for wait_for_completion()
PROBLEM: Remapping hugepages mappings causes kernel to return EINVAL
2017-10-24 8:32 UTC (16+ messages)
[PATCH] mm: fix movable_node kernel command-line
2017-10-24 7:19 UTC (16+ messages)
4.14-rc2 on thinkpad x220: out of memory when inserting mmc card
2017-10-24 6:59 UTC (12+ messages)
[RFC PATCH] fs: fsnotify: account fsnotify metadata to kmemcg
2017-10-24 5:42 UTC (6+ messages)
[PATCH v1 0/3] Virtio-balloon Improvement
2017-10-24 1:58 UTC (15+ messages)
` [PATCH v1 1/3] virtio-balloon: replace the coarse-grained balloon_lock
` [PATCH v1 2/3] virtio-balloon: deflate up to oom_pages on OOM
` [PATCH v1 3/3] virtio-balloon: stop inflating when OOM occurs
[PATCH 0/1] mm:hugetlbfs: Fix hwpoison reserve accounting
2017-10-24 0:46 UTC (7+ messages)
` [PATCH 1/1] "
[RFC] mmap(MAP_CONTIG)
2017-10-23 22:10 UTC (2+ messages)
[PATCH 0/2] Optimize mmu_notifier->invalidate_range callback
2017-10-23 20:35 UTC (9+ messages)
` [PATCH 1/2] mm/mmu_notifier: avoid double notification when it is useless v2
[RFC PATCH 3/3] mm/map_contig: Add mmap(MAP_CONTIG) support
2017-10-23 15:25 UTC (12+ messages)
[PATCH v1] mm: broken deferred calculation
2017-10-23 11:55 UTC (2+ messages)
[RESEND v12 0/6] cgroup-aware OOM killer
2017-10-23 11:49 UTC (4+ messages)
[RFC PATCH] mm, thp: make deferred_split_shrinker memcg-aware
2017-10-23 11:33 UTC (7+ messages)
[PATCH v3 00/13] dax: fix dma vs truncate and remove 'page-less' support
2017-10-23 11:20 UTC (20+ messages)
` [PATCH v3 02/13] dax: require 'struct page' for filesystem dax
` [PATCH v3 12/13] dax: handle truncate of dma-busy pages
[PATCH 00/15] v5 kernel core pieces refcount conversions
2017-10-23 10:45 UTC (6+ messages)
` [PATCH 01/15] sched: convert sighand_struct.count to refcount_t
[rfc 1/2] mm/hmm: Allow smaps to see zone device public pages
2017-10-23 9:37 UTC (15+ messages)
` [rfc 2/2] smaps: Show zone device memory used
[PATCH v2 0/3] crossrelease: make it not unwind by default
2017-10-23 7:04 UTC (8+ messages)
` [PATCH v2 0/4] Fix false positives by cross-release feature
` [PATCH v2 4/4] lockdep: Assign a lock_class per gendisk used for wait_for_completion()
[PATCH 0/4] Boot-time switching between 4- and 5-level paging for 4.15, Part 2
2017-10-23 5:25 UTC (9+ messages)
` [PATCH 1/4] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
` [PATCH 2/4] x86/boot/compressed/64: Detect and handle 5-level paging at boot-time
` [PATCH 3/4] x86/boot/compressed/64: Introduce place_trampoline()
` [PATCH 4/4] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G
[PATCH] mm/swap: Use page flags to determine LRU list in __activate_page()
2017-10-23 3:22 UTC (3+ messages)
[RFC] mm/swap: Rename pagevec_lru_move_fn() as pagevec_lruvec_move_fn()
2017-10-23 3:07 UTC (3+ messages)
[PATCH V3] selftests/vm: Add tests validating mremap mirror functionality
2017-10-23 3:05 UTC (3+ messages)
Fix false positive by LOCKDEP_CROSSRELEASE
2017-10-23 2:08 UTC (8+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map
[PATCH v2 0/1] linux: Buffers/caches in VirtIO Balloon driver stats
2017-10-22 18:05 UTC (4+ messages)
` [PATCH v2 1/1] virtio_balloon: include buffers and cached memory statistics
[PATCH v2 0/2] mm, thp: introduce dedicated transparent huge page allocation interfaces
2017-10-22 15:55 UTC (4+ messages)
` [PATCH v2 1/2] "
[PATCH 00/11] KASan for arm
2017-10-22 12:42 UTC (11+ messages)
` [PATCH 02/11] replace memory function
` 答复: "
` [PATCH 03/11] arm: Kconfig: enable KASan
` [PATCH 09/11] Don't need to map the shadow of KASan's shadow memory
[PATCH 04/11] Define the virtual space of KASan's shadow region
2017-10-22 12:12 UTC (7+ messages)
[PATCH 1/2] slab, slub, slob: add slab_flags_t
2017-10-22 6:40 UTC (4+ messages)
` [PATCH 2/2] slab, slub, slob: convert slab_flags_t to 32-bit
[PATCH] mm: shmem: Fix build warning
2017-10-21 16:50 UTC
[PATCH v2] mm: mlock: remove lru_add_drain_all()
2017-10-21 8:09 UTC (3+ messages)
[PATCH 00/23] Hardened usercopy whitelisting
2017-10-21 3:04 UTC (4+ messages)
[PATCH] mm: shmem: mark expected switch fall-through
2017-10-20 19:10 UTC
[PATCH] mm: list_lru: mark expected switch fall-through
2017-10-20 19:07 UTC
RFC: spurious UFFD_EVENT_FORK with pending signals
2017-10-20 18:02 UTC (3+ messages)
[PATCH v9 00/10] Application Data Integrity feature introduced by SPARC M7
2017-10-20 16:58 UTC (5+ messages)
` [PATCH v9 02/10] mm, swap: Add infrastructure for saving page metadata as well on swap
` [PATCH v9 07/10] mm: Add address parameter to arch_validate_prot()
` [PATCH v8 08/10] mm: Clear arch specific VM flags on protection change
` [PATCH v9 10/10] sparc64: Add support for ADI (Application Data Integrity)
[RFC 2/2] KVM: add virtio-pmem driver
2017-10-20 16:11 UTC (12+ messages)
` [Qemu-devel] "
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