messages from 2016-11-16 22:24:05 to 2016-11-18 16:32:10 UTC [more...]
[PATCH 00/29] Improve radix tree for 4.10
2016-11-18 16:31 UTC (56+ messages)
` [PATCH 05/29] radix tree test suite: Make runs more reproducible
` [PATCH 06/29] radix tree test suite: benchmark for iterator
` [PATCH 07/29] radix tree test suite: Use rcu_barrier
` [PATCH 08/29] tools: Add more bitmap functions
` [PATCH 09/29] radix tree test suite: Use common find-bit code
` [PATCH 10/29] radix-tree: Add radix_tree_join
` [PATCH 11/29] radix-tree: Add radix_tree_split
` [PATCH 12/29] radix-tree: Add radix_tree_split_preload()
` [PATCH 13/29] radix-tree: Fix typo
` [PATCH 14/29] radix-tree: Move rcu_head into a union with private_list
` [PATCH 15/29] radix-tree: Create node_tag_set()
` [PATCH 16/29] radix-tree: Make radix_tree_find_next_bit more useful
` [PATCH 18/29] btrfs: Fix race in btrfs_free_dummy_fs_info()
` [PATCH 19/29] radix tree test suite: iteration test misuses RCU
` [PATCH 20/29] radix tree: Improve multiorder iterators
` [PATCH 21/29] radix-tree: Delete radix_tree_locate_item()
` [PATCH 22/29] radix-tree: Delete radix_tree_range_tag_if_tagged()
` [PATCH 23/29] idr: Add ida_is_empty
` [PATCH 24/29] tpm: Use idr_find(), not idr_find_slowpath()
` [PATCH 25/29] rxrpc: Abstract away knowledge of IDR internals
` [PATCH 26/29] idr: Reduce the number of bits per level from 8 to 6
` [PATCH 27/29] radix tree test suite: Add some more functionality
` [PATCH 29/29] Reimplement IDR and IDA using the radix tree
` [PATCH 01/29] tools: Add WARN_ON_ONCE
` [PATCH 02/29] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCH 03/29] radix tree test suite: Track preempt_count
` [PATCH 04/29] radix tree test suite: Free preallocated nodes
` [PATCH 28/29] radix-tree: Create all_tag_set
[mm PATCH v3 00/23] Add support for DMA writable pages being writable by the network stack
2016-11-18 16:10 UTC (2+ messages)
[PATCH v4] mm: don't cap request size based on read-ahead setting
2016-11-18 15:09 UTC (3+ messages)
[Bug 186671] New: OOM on system with just rsync running 32GB of ram 30GB of pagecache
2016-11-18 15:02 UTC (11+ messages)
[PATCHv3 0/6] CONFIG_DEBUG_VIRTUAL for arm64
2016-11-18 14:35 UTC (9+ messages)
` [PATCHv3 1/6] lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL
` [PATCHv3 2/6] mm/cma: Cleanup highmem check
` [PATCHv3 3/6] arm64: Move some macros under #ifndef __ASSEMBLY__
` [PATCHv3 4/6] arm64: Add cast for virt_to_pfn
` [PATCHv3 5/6] arm64: Use __pa_symbol for kernel symbols
` [PATCHv3 6/6] arm64: Add support for CONFIG_DEBUG_VIRTUAL
mmap_sem bottleneck
2016-11-18 14:08 UTC (10+ messages)
` [RFC PATCH v2 0/7] Speculative page faults
` [RFC PATCH v2 1/7] mm: Dont assume page-table invariance during faults
` [RFC PATCH v2 2/7] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [RFC PATCH v2 3/7] mm: Introduce pte_spinlock
` [RFC PATCH v2 4/7] mm: VMA sequence count
` [RFC PATCH v2 5/7] SRCU free VMAs
` [RFC PATCH v2 6/7] mm: Provide speculative fault infrastructure
` [RFC PATCH v2 7/7] mm,x86: Add speculative pagefault handling
reduce latency in __purge_vmap_area_lazy V2
2016-11-18 13:03 UTC (11+ messages)
` [PATCH 01/10] mm: remove free_unmap_vmap_area_noflush
` [PATCH 02/10] mm: remove free_unmap_vmap_area_addr
` [PATCH 03/10] mm: refactor __purge_vmap_area_lazy
` [PATCH 04/10] mm: add vfree_atomic()
` [PATCH 05/10] kernel/fork: use vfree_atomic() to free thread stack
` [PATCH 06/10] x86/ldt: use vfree_atomic() to free ldt entries
` [PATCH 07/10] mm: warn about vfree from atomic context
` [PATCH 08/10] mm: mark all calls into the vmalloc subsystem as potentially sleeping
` [PATCH 09/10] mm: turn vmap_purge_lock into a mutex
` [PATCH 10/10] mm: add preempt points into __purge_vmap_area_lazy
[PATCH v27 1/9] memblock: add memblock_cap_memory_range()
2016-11-18 12:10 UTC (11+ messages)
mm: BUG in pgtable_pmd_page_dtor
2016-11-18 10:52 UTC (2+ messages)
[PATCH 0/20 v5] dax: Clear dirty bits after flushing caches
2016-11-18 10:23 UTC (24+ messages)
` [PATCH 01/20] mm: Join struct fault_env and vm_fault
` [PATCH 02/20] mm: Use vmf->address instead of of vmf->virtual_address
` [PATCH 03/20] mm: Use pgoff in struct vm_fault instead of passing it separately
` [PATCH 04/20] mm: Use passed vm_fault structure in __do_fault()
` [PATCH 05/20] mm: Trim __do_fault() arguments
` [PATCH 06/20] mm: Use passed vm_fault structure for in wp_pfn_shared()
` [PATCH 07/20] mm: Add orig_pte field into vm_fault
` [PATCH 08/20] mm: Allow full handling of COW faults in ->fault handlers
` [PATCH 09/20] mm: Factor out functionality to finish page faults
` [PATCH 10/20] mm: Move handling of COW faults into DAX code
` [PATCH 11/20] mm: Factor out common parts of write fault handling
` [PATCH 12/20] mm: Pass vm_fault structure into do_page_mkwrite()
` [PATCH 13/20] mm: Use vmf->page during WP faults
` [PATCH 14/20] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 15/20] mm: Provide helper for finishing mkwrite faults
` [PATCH 16/20] 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 19/20] dax: Protect PTE modification on WP fault by radix tree "
` [PATCH 20/20] dax: Clear dirty entry tags on cache flush
[PATCHv2 0/6] CONFIG_DEBUG_VIRTUAL for arm64
2016-11-18 10:23 UTC (11+ messages)
` [PATCHv2 5/6] arm64: Use __pa_symbol for _end
mm, floppy: unkillable task faulting on fd0
2016-11-18 9:16 UTC
[PATCH 0/9] mm: workingset: radix tree subtleties & single-page file refaults v3
2016-11-18 8:30 UTC (21+ messages)
` [PATCH 1/9] mm: khugepaged: close use-after-free race during shmem collapsing
` [PATCH 2/9] mm: khugepaged: fix radix tree node leak in shmem collapse error path
` [PATCH 3/9] mm: workingset: turn shadow node shrinker bugs into warnings
` [PATCH 4/9] lib: radix-tree: native accounting of exceptional entries
` [PATCH 5/9] lib: radix-tree: check accounting of existing slot replacement users
` [PATCH 6/9] lib: radix-tree: add entry deletion support to __radix_tree_replace()
` [PATCH 7/9] lib: radix-tree: update callback for changing leaf nodes
` [PATCH 8/9] mm: workingset: move shadow entry tracking to radix tree exceptional tracking
` [PATCH 9/9] mm: workingset: restore refault tracking for single-page files
[PATCH] mm: support anonymous stable page
2016-11-18 6:58 UTC (4+ messages)
memory.force_empty is deprecated
2016-11-18 6:28 UTC (5+ messages)
[PATCH] shmem: fix compilation warnings on unused functions
2016-11-18 5:57 UTC
[PATCH 00/33] userfaultfd tmpfs/hugetlbfs/non-cooperative
2016-11-18 5:52 UTC (18+ messages)
` [PATCH 15/33] userfaultfd: hugetlbfs: add __mcopy_atomic_hugetlb for huge page UFFDIO_COPY
` [PATCH 25/33] userfaultfd: shmem: add userfaultfd hook for shared memory faults
[PATCH] mremap: fix race between mremap() and page cleanning
2016-11-18 2:48 UTC (4+ messages)
[REVIEW][PATCH] mm: Add a user_ns owner to mm_struct and fix ptrace_may_access
2016-11-18 0:35 UTC (34+ messages)
` [REVIEW][PATCH] exec: Don't exec files the userns root can not read
` [REVIEW][PATCH 0/3] Fixing ptrace vs exec vs userns interactions
` [REVIEW][PATCH 1/3] ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
` [REVIEW][PATCH 2/3] exec: Don't allow ptracing an exec of an unreadable file
` [REVIEW][PATCH 2/3] ptrace: Don't allow accessing an undumpable mm
` [REVIEW][PATCH 3/3] exec: Ensure mm->user_ns contains the execed files
[PATCH v2 00/12] mm: page migration enhancement for thp
2016-11-18 0:01 UTC (5+ messages)
` [PATCH v2 07/12] mm: thp: check pmd migration entry in common path
` [PATCH v2 11/12] mm: migrate: move_pages() supports thp migration
[patch 1/2] mm, zone: track number of pages in free area by migratetype
2016-11-17 22:11 UTC (4+ messages)
` [patch 2/2] mm, compaction: avoid async compaction if most free memory is ineligible
[PATCH] mm: workingset: update shadow limit to reflect bigger active list
2016-11-17 21:47 UTC
[PATCH v2] slab: Add POISON_POINTER_DELTA to ZERO_SIZE_PTR
2016-11-17 20:01 UTC (2+ messages)
[RFC PATCH v3 00/20] x86: Secure Memory Encryption (AMD)
2016-11-17 18:09 UTC (9+ messages)
` [RFC PATCH v3 09/20] x86: Insure that boot memory areas are mapped properly
` [RFC PATCH v3 10/20] Add support to access boot related data in the clear
` [RFC PATCH v3 11/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v3 12/20] x86: Decrypt trampoline area if memory encryption is active
[PATCH] mm/page_alloc: Don't fail costly __GFP_NOFAIL allocations
2016-11-17 12:50 UTC
[PATCH 0/21 v4 RESEND] dax: Clear dirty bits after flushing caches
2016-11-17 9:36 UTC (10+ messages)
` [PATCH 01/21] mm: Join struct fault_env and vm_fault
` [PATCH 10/21] mm: Move handling of COW faults into DAX code
[RFC 0/8] Define coherent device memory node
2016-11-17 8:28 UTC (6+ messages)
` [RFC 2/8] mm: Add specialized fallback zonelist for coherent device memory nodes
` [DRAFT 1/2] mm/cpuset: Exclude CDM nodes from each task's mems_allowed node mask
` [DRAFT 2/2] mm/hugetlb: Restrict HugeTLB allocations only to the system RAM nodes
[PATCH] proc: mm: export PTE sizes directly in smaps (v2)
2016-11-17 0:28 UTC
[RESEND][v1 0/3] Support memory cgroup hotplug
2016-11-17 0:28 UTC (4+ messages)
` [RESEND] [PATCH v1 1/3] Add basic infrastructure for memcg hotplug support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).