linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-01 19:54:28 to 2016-11-03 15:58:01 UTC [more...]

[PATCHv2 0/6] CONFIG_DEBUG_VIRTUAL for arm64
 2016-11-03 15:57 UTC  (14+ messages)
` [PATCHv2 1/6] lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL
` [PATCHv2 2/6] mm/cma: Cleanup highmem check
` [PATCHv2 3/6] arm64: Move some macros under #ifndef __ASSEMBLY__
` [PATCHv2 4/6] arm64: Add cast for virt_to_pfn
` [PATCHv2 5/6] arm64: Use __pa_symbol for _end
` [PATCHv2 6/6] arm64: Add support for CONFIG_DEBUG_VIRTUAL

[RFC][PATCH 0/2] optimise unlock_page / end_page_writeback
 2016-11-03 15:49 UTC  (13+ messages)
` [PATCH 1/2] mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked
` [PATCH 2/2] mm: add PageWaiters bit to indicate waitqueue should be checked

[RFC] make kmemleak scan __ro_after_init section (was: Re: [PATCH 0/5] genetlink improvements)
 2016-11-03 15:48 UTC  (3+ messages)

[mm PATCH v2 00/26] Add support for DMA writable pages being writable by the network stack
 2016-11-03 15:02 UTC  (31+ messages)
` [mm PATCH v2 01/26] swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sg
` [mm PATCH v2 02/26] swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function
` [mm PATCH v2 03/26] swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC
` [mm PATCH v2 04/26] arch/arc: Add option to skip sync on DMA mapping
` [mm PATCH v2 05/26] arch/arm: Add option to skip sync on DMA map and unmap
` [mm PATCH v2 06/26] arch/avr32: Add option to skip sync on DMA map
` [mm PATCH v2 07/26] arch/blackfin: "
` [mm PATCH v2 08/26] arch/c6x: Add option to skip sync on DMA map and unmap
` [mm PATCH v2 09/26] arch/frv: Add option to skip sync on DMA map
` [mm PATCH v2 10/26] arch/hexagon: Add option to skip DMA sync as a part of mapping
` [mm PATCH v2 11/26] arch/m68k: "
` [mm PATCH v2 12/26] arch/metag: Add option to skip DMA sync as a part of map and unmap
` [mm PATCH v2 13/26] arch/microblaze: "
` [mm PATCH v2 14/26] arch/mips: "
` [mm PATCH v2 15/26] arch/nios2: "
` [mm PATCH v2 16/26] arch/openrisc: Add option to skip DMA sync as a part of mapping
` [mm PATCH v2 17/26] arch/parisc: Add option to skip DMA sync as a part of map and unmap
` [mm PATCH v2 18/26] arch/powerpc: Add option to skip DMA sync as a part of mapping
` [mm PATCH v2 19/26] arch/sh: "
` [mm PATCH v2 20/26] arch/sparc: Add option to skip DMA sync as a part of map and unmap
` [mm PATCH v2 21/26] arch/tile: "
` [mm PATCH v2 22/26] arch/xtensa: Add option to skip DMA sync as a part of mapping
` [mm PATCH v2 23/26] dma: Add calls for dma_map_page_attrs and dma_unmap_page_attrs
` [mm PATCH v2 24/26] mm: Add support for releasing multiple instances of a page
` [mm PATCH v2 25/26] igb: Update driver to make use of DMA_ATTR_SKIP_CPU_SYNC
` [mm PATCH v2 26/26] igb: Update code to better handle incrementing page count

[PATCH 03/25] mm/memcg: Convert to hotplug state machine
 2016-11-03 14:50 UTC  (3+ messages)
` [PATCH 06/25] mm/page_alloc: "
` [PATCH 07/25] mm/vmscan: "

[PATCH 1/3] fs/exec: don't force writing memory access
 2016-11-03 13:21 UTC  (9+ messages)
` [PATCH 2/3] mm: add LSM hook for writes to readonly memory
` [PATCH 3/3] selinux: require EXECMEM for forced ptrace poke
` [PATCH v3 1/3] fs/exec: don't force writing memory access
` [PATCH v3 2/3] mm: add LSM hook for writes to readonly memory
` [PATCH v3 3/3] selinux: require EXECMEM for forced ptrace poke

[PATCH] mm: cma: improve utilization of cma pages
 2016-11-03 10:40 UTC  (3+ messages)

[PATCH 00/33] userfaultfd tmpfs/hugetlbfs/non-cooperative
 2016-11-03 10:15 UTC  (38+ messages)
` [PATCH 01/33] userfaultfd: document _IOR/_IOW
` [PATCH 02/33] userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WP
` [PATCH 03/33] userfaultfd: convert BUG() to WARN_ON_ONCE()
` [PATCH 04/33] userfaultfd: use vma_is_anonymous
` [PATCH 05/33] userfaultfd: non-cooperative: Split the find_userfault() routine
` [PATCH 06/33] userfaultfd: non-cooperative: Add ability to report non-PF events from uffd descriptor
` [PATCH 07/33] userfaultfd: non-cooperative: report all available features to userland
` [PATCH 08/33] userfaultfd: non-cooperative: Add fork() event
` [PATCH 09/33] userfaultfd: non-cooperative: Add fork() event, build warning fix
` [PATCH 10/33] userfaultfd: non-cooperative: dup_userfaultfd: use mm_count instead of mm_users
` [PATCH 11/33] userfaultfd: non-cooperative: Add mremap() event
` [PATCH 12/33] userfaultfd: non-cooperative: Add madvise() event for MADV_DONTNEED request
` [PATCH 13/33] userfaultfd: hugetlbfs: add copy_huge_page_from_user for hugetlb userfaultfd support
` [PATCH 14/33] userfaultfd: hugetlbfs: add hugetlb_mcopy_atomic_pte for "
` [PATCH 15/33] userfaultfd: hugetlbfs: add __mcopy_atomic_hugetlb for huge page UFFDIO_COPY
` [PATCH 16/33] userfaultfd: hugetlbfs: add userfaultfd hugetlb hook
` [PATCH 17/33] userfaultfd: hugetlbfs: allow registration of ranges containing huge pages
` [PATCH 18/33] userfaultfd: hugetlbfs: add userfaultfd_hugetlb test
` [PATCH 19/33] userfaultfd: hugetlbfs: userfaultfd_huge_must_wait for hugepmd ranges
` [PATCH 20/33] userfaultfd: introduce vma_can_userfault
` [PATCH 21/33] userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd support
` [PATCH 22/33] userfaultfd: shmem: introduce vma_is_shmem
` [PATCH 23/33] userfaultfd: shmem: add tlbflush.h header for microblaze
` [PATCH 24/33] userfaultfd: shmem: use shmem_mcopy_atomic_pte for shared memory
` [PATCH 25/33] userfaultfd: shmem: add userfaultfd hook for shared memory faults
` [PATCH 26/33] userfaultfd: shmem: allow registration of shared memory ranges
` [PATCH 27/33] userfaultfd: shmem: add userfaultfd_shmem test
` [PATCH 28/33] userfaultfd: shmem: lock the page before adding it to pagecache
` [PATCH 29/33] userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPY
` [PATCH 30/33] userfaultfd: non-cooperative: selftest: introduce userfaultfd_open
` [PATCH 31/33] userfaultfd: non-cooperative: selftest: add ufd parameter to copy_page
` [PATCH 32/33] userfaultfd: non-cooperative: selftest: add test for FORK, MADVDONTNEED and REMAP events
` [PATCH 33/33] mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lock

[PATCH v3 00/15] lockdep: Implement crossrelease feature
 2016-11-03  8:18 UTC  (3+ messages)
` [REVISED DOC on v3] Crossrelease Lockdep

[PATCH 0/2] mm: fix the "counter.sh" failure for libhugetlbfs
 2016-11-03  3:13 UTC  (4+ messages)
` [PATCH 1/2] mm: hugetlb: rename some allocation functions
` [PATCH 2/2] mm: hugetlb: support gigantic surplus pages

[PATCH v2 0/3] fix SELinux W^X bypass via ptrace
 2016-11-03  2:25 UTC  (5+ messages)
` [PATCH v2 2/3] mm: add LSM hook for writes to readonly memory

[PATCH v9 00/16] re-enable DAX PMD support
 2016-11-03  1:58 UTC  (18+ messages)
` [PATCH v9 01/16] ext4: tell DAX the size of allocation holes
` [PATCH v9 02/16] dax: remove buffer_size_valid()
` [PATCH v9 03/16] ext2: remove support for DAX PMD faults
` [PATCH v9 04/16] dax: make 'wait_table' global variable static
` [PATCH v9 05/16] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v9 06/16] dax: consistent variable naming for DAX entries
` [PATCH v9 07/16] dax: coordinate locking for offsets in PMD range
` [PATCH v9 08/16] dax: remove dax_pmd_fault()
` [PATCH v9 09/16] dax: correct dax iomap code namespace
` [PATCH v9 10/16] dax: add dax_iomap_sector() helper function
` [PATCH v9 11/16] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v9 12/16] dax: move RADIX_DAX_* defines to dax.h
` [PATCH v9 13/16] dax: move put_(un)locked_mapping_entry() in dax.c
` [PATCH v9 14/16] dax: add struct iomap based DAX PMD support
` [PATCH v9 15/16] xfs: use struct iomap based DAX PMD fault path
` [PATCH v9 16/16] dax: remove "depends on BROKEN" from FS_DAX_PMD

[PATCH v2] memcg: Prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLAB
 2016-11-03  0:46 UTC  (4+ messages)

[PATCH] mm: only enable sys_pkey* when ARCH_HAS_PKEYS
 2016-11-02 19:15 UTC  (2+ messages)

Softlockup during memory allocation
 2016-11-02 19:00 UTC  (2+ messages)

[PATCHv3 00/41] ext4: support of huge pages
 2016-11-02 14:37 UTC  (8+ messages)
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()

[PATCH 0/21 v4] dax: Clear dirty bits after flushing caches
 2016-11-02 10:02 UTC  (35+ messages)
` [PATCH 01/20] mm: Change type of vmf->virtual_address
` [PATCH 01/21] mm: Join struct fault_env and vm_fault
` [PATCH 02/20] "
` [PATCH 02/21] mm: Use vmf->address instead of of vmf->virtual_address
` [PATCH 03/21] mm: Use pgoff in struct vm_fault instead of passing it separately
` [PATCH 04/21] mm: Use passed vm_fault structure in __do_fault()
` [PATCH 05/21] mm: Trim __do_fault() arguments
` [PATCH 06/21] mm: Use passed vm_fault structure for in wp_pfn_shared()
` [PATCH 06/20] mm: Use pass "
` [PATCH 07/21] mm: Add orig_pte field into vm_fault
` [PATCH 08/21] mm: Allow full handling of COW faults in ->fault handlers
` [PATCH 09/21] mm: Factor out functionality to finish page faults
` [PATCH 10/21] mm: Move handling of COW faults into DAX code
` [PATCH 11/21] mm: Remove unnecessary vma->vm_ops check
` [PATCH 12/21] mm: Factor out common parts of write fault handling
` [PATCH 13/21] mm: Pass vm_fault structure into do_page_mkwrite()
` [PATCH 14/21] mm: Use vmf->page during WP faults
` [PATCH 15/21] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 16/21] mm: Provide helper for finishing mkwrite faults
` [PATCH 17/21] mm: Change return values of finish_mkwrite_fault()
` [PATCH 17/20] mm: Export follow_pte()
` [PATCH 18/20] dax: Make cache flushing protected by entry lock
` [PATCH 18/21] mm: Export follow_pte()
` [PATCH 19/21] dax: Make cache flushing protected by entry lock
` [PATCH 19/20] dax: Protect PTE modification on WP fault by radix tree "
` [PATCH 20/20] dax: Clear dirty entry tags on cache flush
` [PATCH 20/21] dax: Protect PTE modification on WP fault by radix tree entry lock
` [PATCH 21/21] dax: Clear dirty entry tags on cache flush

[PATCH kernel v4 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-11-02  6:17 UTC  (8+ messages)
` [PATCH kernel v4 1/7] virtio-balloon: rework deflate to add page to a list
` [PATCH kernel v4 2/7] virtio-balloon: define new feature bit and head struct
` [PATCH kernel v4 3/7] mm: add a function to get the max pfn
` [PATCH kernel v4 4/7] virtio-balloon: speed up inflate/deflate process
` [PATCH kernel v4 5/7] mm: add the related functions to get unused page
` [PATCH kernel v4 6/7] virtio-balloon: define flags and head for host request vq
` [PATCH kernel v4 7/7] virtio-balloon: tell host vm's unused page info

[PATCH] base memory: introduce CONFIG_MEMORY_DEVICE
 2016-11-02  5:43 UTC  (2+ messages)

[PATCH v27 1/9] memblock: add memblock_cap_memory_range()
 2016-11-02  4:51 UTC 

[PATCH 0/1] mm/hugetlb: fix huge page reservation leak in private mapping error paths
 2016-11-02  3:15 UTC  (4+ messages)
` [PATCH 1/1] "

[RFC v2 1/7] mm: Provide generic VDSO unmap and remap functions
 2016-11-02  0:23 UTC  (3+ messages)

[PATCHv3 0/3] z3fold: background page compaction
 2016-11-01 22:16 UTC  (10+ messages)
` [PATCHv3 1/3] z3fold: make counters atomic
` [PATCHv3 2/3] z3fold: change per-pool spinlock to rwlock
` [PATCHv3 3/3] z3fold: add compaction worker

[PATCH] lkdtm: Do not use flush_icache_range() on user addresses
 2016-11-01 21:43 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).