messages from 2017-10-10 14:56:27 to 2017-10-12 09:29:13 UTC [more...]
[PATCH v1][cover-letter] mm/mempolicy.c: Fix get_nodes() off-by-one error
2017-10-12 9:29 UTC (5+ messages)
` [PATCH v1] "
[PATCH 0/7 v1] Speed up page cache truncation
2017-10-12 9:09 UTC (18+ messages)
` [PATCH 1/7] mm: Speedup cancel_dirty_page() for clean pages
` [PATCH 2/7] mm: Refactor truncate_complete_page()
` [PATCH 3/7] mm: Factor out page cache page freeing into a separate function
` [PATCH 4/7] mm: Move accounting updates before page_cache_tree_delete()
` [PATCH 5/7] mm: Move clearing of page->mapping to page_cache_tree_delete()
` [PATCH 6/7] mm: Factor out checks and accounting from __delete_from_page_cache()
` [PATCH 7/7] mm: Batch radix tree operations when truncating pages
[RFC] KVM "fake DAX" device flushing
2017-10-12 8:50 UTC (3+ messages)
[PATCH 00/11] KASan for arm
2017-10-12 7:58 UTC (28+ messages)
` [PATCH 01/11] Initialize the mapping of KASan shadow memory
` [PATCH 02/11] replace memory function
` [PATCH 03/11] arm: Kconfig: enable KASan
` [PATCH 04/11] Define the virtual space of KASan's shadow region
` [PATCH 05/11] Disable kasan's instrumentation
` [PATCH 06/11] change memory_is_poisoned_16 for aligned error
` [PATCH 07/11] Avoid cleaning the KASan shadow area's mapping table
` [PATCH 08/11] Add support arm LPAE
` [PATCH 09/11] Don't need to map the shadow of KASan's shadow memory
` [PATCH 10/11] Change mapping of kasan_zero_page int readonly
` [PATCH 11/11] Add KASan layout
[PATCH v2] fs, mm: account filp cache to kmemcg
2017-10-12 7:54 UTC (2+ messages)
[v11 0/6] cgroup-aware OOM killer
2017-10-12 6:33 UTC (12+ messages)
` [v11 3/6] mm, oom: "
[PATCH v6 0/4] cramfs refresh for embedded usage
2017-10-12 6:16 UTC (5+ messages)
` [PATCH v6 1/4] cramfs: direct memory access support
` [PATCH v6 2/4] cramfs: implement uncompressed and arbitrary data block positioning
` [PATCH v6 3/4] cramfs: add mmap support
` [PATCH v6 4/4] cramfs: rehabilitate it
[PATCH v16 0/5] Virtio-balloon Enhancement
2017-10-12 3:54 UTC (8+ messages)
` [PATCH v16 5/5] virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ
[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
2017-10-12 3:44 UTC (11+ messages)
` [PATCH v9 1/6] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH v9 2/6] fs, mm: pass fd to ->mmap_validate()
` [PATCH v9 3/6] fs: MAP_DIRECT core
` [PATCH v9 4/6] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [PATCH v9 5/6] fs, xfs, iomap: introduce break_layout_nowait()
` [PATCH v9 6/6] xfs: wire up MAP_DIRECT
[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
2017-10-12 2:36 UTC
[RFC] mmap(MAP_CONTIG)
2017-10-12 1:46 UTC (5+ messages)
` [RFC PATCH 0/3] Add mmap(MAP_CONTIG) support
` [RFC PATCH 1/3] mm/map_contig: Add VM_CONTIG flag to vma struct
` [RFC PATCH 2/3] mm/map_contig: Use pre-allocated pages for VM_CONTIG mappings
` [RFC PATCH 3/3] mm/map_contig: Add mmap(MAP_CONTIG) support
[PATCH] mm/rmap: remove redundant variable cend
2017-10-11 17:49 UTC
[lkp-robot] [x86/kconfig] 81d3871900: BUG:unable_to_handle_kernel
2017-10-11 17:01 UTC (2+ messages)
[PATCH v8 00/14] MAP_DIRECT for DAX RDMA and userspace flush
2017-10-11 16:01 UTC (16+ messages)
` [PATCH v8 01/14] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH v8 04/14] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [PATCH v8 06/14] xfs: wire up MAP_DIRECT
` [PATCH v8 11/14] iommu: up-level sg_num_pages() from amd-iommu
` [PATCH v8 12/14] iommu/vt-d: use iommu_num_sg_pages
` [PATCH v8 13/14] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
` [PATCH v8 14/14] tools/testing/nvdimm: enable rdma unit tests
[PATCH] mm/ksm : Checksum calculation function change (jhash2 -> crc32)
2017-10-11 15:49 UTC
[PATCH v2 0/2] mm, memory_hotplug: redefine memory offline retry logic
2017-10-11 14:16 UTC (13+ messages)
` [PATCH 1/2] mm, memory_hotplug: do not fail offlining too early
[PATCH v5 00/22] Speculative page faults
2017-10-11 13:52 UTC (23+ messages)
` [PATCH v5 01/22] x86/mm: Define CONFIG_SPF
` [PATCH v5 02/22] powerpc/mm: "
` [PATCH v5 03/22] mm: Dont assume page-table invariance during faults
` [PATCH v5 04/22] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v5 05/22] mm: Introduce pte_spinlock "
` [PATCH v5 06/22] mm: VMA sequence count
` [PATCH v5 07/22] mm: Protect VMA modifications using "
` [PATCH v5 08/22] mm: RCU free VMAs
` [PATCH v5 09/22] mm: Cache some VMA fields in the vm_fault structure
` [PATCH v5 10/22] mm: Protect SPF handler against anon_vma changes
` [PATCH v5 11/22] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v5 12/22] mm: Introduce __lru_cache_add_active_or_unevictable
` [PATCH v5 13/22] mm: Introduce __maybe_mkwrite()
` [PATCH v5 14/22] mm: Introduce __vm_normal_page()
` [PATCH v5 15/22] mm: Introduce __page_add_new_anon_rmap()
` [PATCH v5 16/22] mm: Provide speculative fault infrastructure
` [PATCH v5 17/22] mm: Try spin lock in speculative path
` [PATCH v5 18/22] mm: Adding speculative page fault failure trace events
` [PATCH v5 19/22] perf: Add a speculative page fault sw event
` [PATCH v5 20/22] perf tools: Add support for the SPF perf event
` [PATCH v5 21/22] x86/mm: Add speculative pagefault handling
` [PATCH v5 22/22] powerpc/mm: Add speculative page fault
[PATCH] vmalloc: add __alloc_vm_area() for optimizing vmap stack
2017-10-11 13:32 UTC (3+ messages)
[PATCH 0/6] Cache coherent device memory (CDM) with HMM v5
2017-10-11 13:15 UTC (12+ messages)
[PATCH -mm -v2] mm, swap: Use page-cluster as max window of VMA based swap readahead
2017-10-11 12:29 UTC (4+ messages)
[PATCH] mm,page_alloc: softlockup on warn_alloc on
2017-10-11 11:14 UTC (4+ messages)
[PATCH v3 1/3] kcov: support comparison operands collection
2017-10-11 9:57 UTC (5+ messages)
` [PATCH v3 2/3] Makefile: support flag -fsanitizer-coverage=trace-cmp
` [PATCH 3/3] kcov: update documentation
[PATCH v2 1/3] kcov: support comparison operands collection
2017-10-11 9:56 UTC (9+ messages)
` [PATCH v2 2/3] Makefile: support flag -fsanitizer-coverage=trace-cmp
[PATCH v4 1/3] kcov: support comparison operands collection
2017-10-11 9:54 UTC (3+ messages)
` [PATCH v4 2/3] Makefile: support flag -fsanitizer-coverage=trace-cmp
` [PATCH v4 3/3] kcov: update documentation
[PATCH] mm: kmemleak: start address align for scan_large_block
2017-10-11 9:42 UTC (2+ messages)
[PATCH v4 00/20] Speculative page faults
2017-10-11 9:39 UTC (4+ messages)
` [PATCH v4 19/20] x86/mm: Add speculative pagefault handling
[PATCH] fs, mm: account filp and names caches to kmemcg
2017-10-11 9:09 UTC (11+ messages)
[PATCH] proc: do not show VmExe bigger than total executable virtual memory
2017-10-11 7:00 UTC (3+ messages)
[PATCH v3] mm, sysctl: make NUMA stats configurable
2017-10-11 6:16 UTC (14+ messages)
[PATCH] mm/page-writeback.c: fix bug caused by disable periodic writeback
2017-10-11 4:06 UTC (7+ messages)
[PATCH v16 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
2017-10-11 3:16 UTC (9+ messages)
` "
[PATCH] page_alloc.c: inline __rmqueue()
2017-10-11 2:34 UTC (9+ messages)
` [PATCH v2] mm/page_alloc.c: "
mmotm 2016-08-02-15-53 uploaded
2017-10-11 2:01 UTC (5+ messages)
[PATCH -mm] mm, swap: Use page-cluster as max window of VMA based swap readahead
2017-10-11 1:11 UTC (5+ messages)
[PATCH] KVM: X86: clear page flags when freeing kvm mmapping page
2017-10-11 0:56 UTC
[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
2017-10-10 20:17 UTC (12+ messages)
` [PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
` [PATCH v8] dma-mapping: introduce dma_get_iommu_domain()
Questions about commit "ipc/shm: Fix shmat mmap nil-page protection"
2017-10-10 18:11 UTC (2+ messages)
[PATCH 0/16 v3] Ranged pagevec tagged lookup
2017-10-10 17:48 UTC (3+ messages)
` [PATCH 16/16] cifs: Use find_get_pages_range_tag()
[PATCH v11 0/9] complete deferred page initialization
2017-10-10 17:41 UTC (8+ messages)
` [PATCH v11 7/9] arm64/kasan: add and use kasan_map_populate()
[PATCH 0/3 v11] oom: capture unreclaimable slab info in oom message
2017-10-10 17:25 UTC (4+ messages)
` [PATCH 1/3] tools: slabinfo: add "-U" option to show unreclaimable slabs only
` [PATCH 2/3] mm: slabinfo: dump CONFIG_SLABINFO
` [PATCH 3/3] mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory
[PATCH 1/1] [mm]: cma: change pr_info to pr_err for cma_alloc fail log
2017-10-10 15:50 UTC
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).