linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-05 02:52:30 to 2017-12-06 08:07:59 UTC [more...]

[PATCH] list_lru: Prefetch neighboring list entries before acquiring lock
 2017-12-06  8:07 UTC  (4+ messages)

[PATCH 0/2] mm: introduce MAP_FIXED_SAFE
 2017-12-06  8:06 UTC  (14+ messages)
` [PATCH 1/2] "

[mmotm] mm/page_owner: align with pageblock_nr_pages
 2017-12-06  8:03 UTC  (4+ messages)

Multiple oom_reaper BUGs: unmap_page_range racing with exit_mmap
 2017-12-06  7:48 UTC  (4+ messages)

A kernel warning will be triggered,during copy a big file into zstd compressed btrfs filesystem
 2017-12-06  6:54 UTC 

possible deadlock in generic_file_write_iter (2)
 2017-12-06  5:34 UTC  (7+ messages)

[PATCH v4 00/73] XArray version 4
 2017-12-06  4:52 UTC  (86+ messages)
` [PATCH v4 01/73] xfs: Rename xa_ elements to ail_
` [PATCH v4 02/73] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v4 03/73] page cache: Use xa_lock
` [PATCH v4 04/73] xarray: Replace exceptional entries
` [PATCH v4 05/73] xarray: Change definition of sibling entries
` [PATCH v4 06/73] xarray: Add definition of struct xarray
` [PATCH v4 07/73] xarray: Define struct xa_node
` [PATCH v4 08/73] xarray: Add documentation
` [PATCH v4 09/73] xarray: Add xa_load
` [PATCH v4 10/73] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v4 11/73] xarray: Add xa_store
` [PATCH v4 12/73] xarray: Add xa_cmpxchg
` [PATCH v4 13/73] xarray: Add xa_for_each
` [PATCH v4 14/73] xarray: Add xas_for_each_tag
` [PATCH v4 15/73] xarray: Add xa_get_entries, xa_get_tagged and xa_get_maybe_tag
` [PATCH v4 16/73] xarray: Add xa_destroy
` [PATCH v4 17/73] xarray: Add xas_next and xas_prev
` [PATCH v4 18/73] xarray: Add xas_create_range
` [PATCH v4 19/73] xarray: Add MAINTAINERS entry
` [PATCH v4 20/73] idr: Convert to XArray
` [PATCH v4 21/73] ida: "
` [PATCH v4 22/73] page cache: Convert hole search "
` [PATCH v4 23/73] page cache: Add page_cache_range_empty function
` [PATCH v4 24/73] page cache: Add and replace pages using the XArray
` [PATCH v4 25/73] page cache: Convert page deletion to XArray
` [PATCH v4 26/73] page cache: Convert page cache lookups "
` [PATCH v4 27/73] page cache: Convert delete_batch "
` [PATCH v4 28/73] page cache: Remove stray radix comment
` [PATCH v4 29/73] mm: Convert page-writeback to XArray
` [PATCH v4 30/73] mm: Convert workingset "
` [PATCH v4 31/73] mm: Convert truncate "
` [PATCH v4 32/73] mm: Convert add_to_swap_cache "
` [PATCH v4 33/73] mm: Convert delete_from_swap_cache "
` [PATCH v4 34/73] mm: Convert cgroup writeback "
` [PATCH v4 35/73] mm: Convert __do_page_cache_readahead "
` [PATCH v4 36/73] mm: Convert page migration "
` [PATCH v4 37/73] mm: Convert huge_memory "
` [PATCH v4 38/73] mm: Convert collapse_shmem "
` [PATCH v4 39/73] mm: Convert khugepaged_scan_shmem "
` [PATCH v4 40/73] pagevec: Use xa_tag_t
` [PATCH v4 41/73] shmem: Convert replace to XArray
` [PATCH v4 42/73] shmem: Convert shmem_confirm_swap "
` [PATCH v4 43/73] shmem: Convert find_swap_entry "
` [PATCH v4 44/73] shmem: Convert shmem_tag_pins "
` [PATCH v4 45/73] shmem: Convert shmem_wait_for_pins "
` [PATCH v4 46/73] shmem: Convert shmem_add_to_page_cache "
` [PATCH v4 47/73] shmem: Convert shmem_alloc_hugepage "
` [PATCH v4 48/73] shmem: Convert shmem_free_swap "
` [PATCH v4 49/73] shmem: Convert shmem_partial_swap_usage "
` [PATCH v4 50/73] shmem: Comment fixups
` [PATCH v4 51/73] btrfs: Convert page cache to XArray
` [PATCH v4 52/73] fs: Convert buffer "
` [PATCH v4 53/73] fs: Convert writeback "
` [PATCH v4 54/73] nilfs2: Convert "
` [PATCH v4 55/73] f2fs: "
` [PATCH v4 56/73] lustre: "
` [PATCH v4 57/73] dax: Convert dax_unlock_mapping_entry "
` [PATCH v4 58/73] dax: Convert lock_slot "
` [PATCH v4 59/73] dax: More XArray conversion
` [PATCH v4 60/73] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v4 61/73] dax: Convert dax_writeback_one "
` [PATCH v4 62/73] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v4 63/73] dax: Convert dax_insert_mapping_entry "
` [PATCH v4 64/73] dax: Convert grab_mapping_entry "
` [PATCH v4 65/73] dax: Fix sparse warning
` [PATCH v4 66/73] page cache: Finish XArray conversion
` [PATCH v4 67/73] vmalloc: Convert to XArray
` [PATCH v4 68/73] brd: "
` [PATCH v4 69/73] xfs: Convert m_perag_tree "
` [PATCH v4 70/73] xfs: Convert pag_ici_root "
` [PATCH v4 71/73] xfs: Convert xfs dquot "
` [PATCH v4 72/73] xfs: Convert mru cache "
` [PATCH v4 73/73] usb: Convert xhci-mem "

[PATCH v4] mmap.2: MAP_FIXED updated documentation
 2017-12-06  3:14 UTC 

RFC: dev_pagemap reference counting
 2017-12-06  2:43 UTC  (3+ messages)
` [PATCH 2/2] mm: fix dev_pagemap reference counting around get_dev_pagemap

BSOD with [PATCH 00/13] mmu_notifier kill invalidate_page callback
 2017-12-06  2:32 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: fix APIC page invalidation

[PATCH] Get 7% more pages in a pagevec
 2017-12-06  2:25 UTC 

x86 TLB flushing: INVPCID vs. deferred CR3 write
 2017-12-06  1:27 UTC 

[linux-next:master 2148/2944] lib/find_bit_benchmark.c:115:7: error: implicit declaration of function 'find_next_and_bit'; did you mean 'find_next_bit'?
 2017-12-06  0:09 UTC  (2+ messages)

[PATCH 0/9] Clarify/cleanup/fix tlbflush API/usage
 2017-12-05 23:04 UTC  (13+ messages)
` [PATCH 1/9] x86/mm: Remove superfluous barriers
` [PATCH 2/9] x86/mm: Create asm/invpcid.h
` [PATCH 3/9] x86/mm: Address feedback
` [PATCH 4/9] x86/mm: Use __flush_tlb_one() for kernel memory
` [PATCH 5/9] x86/uv: Use the right tlbflush API
` [PATCH 6/9] x86/microcode: Dont abuse the tlbflush interface
` [PATCH 7/9] x86/mm: Clarify which functions are supposed to flush what
` [PATCH 8/9] x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming
` [PATCH 9/9] x86/doc: Remove obvious weirdness

[PATCH v2] mm: Add unmap_mapping_pages
 2017-12-05 23:01 UTC  (2+ messages)

[RFC PATCH v3 0/7] ktask: multithread CPU-intensive kernel work
 2017-12-05 22:23 UTC  (11+ messages)
` [RFC PATCH v3 1/7] ktask: add documentation
` [RFC PATCH v3 2/7] ktask: multithread CPU-intensive kernel work
` [RFC PATCH v3 3/7] ktask: add /proc/sys/debug/ktask_max_threads
` [RFC PATCH v3 4/7] mm: enlarge type of offset argument in mem_map_offset and mem_map_next
` [RFC PATCH v3 5/7] mm: parallelize clear_gigantic_page
` [RFC PATCH v3 6/7] hugetlbfs: parallelize hugetlbfs_fallocate with ktask
` [RFC PATCH v3 7/7] mm: parallelize deferred struct page initialization within each node

[PATCH] dax: fix potential overflow on 32bit machine
 2017-12-05 19:54 UTC  (6+ messages)

[PATCH] arch, mm: introduce arch_tlb_gather_mmu_exit
 2017-12-05 19:14 UTC  (3+ messages)

[PATCH 00/11] KASan for arm
 2017-12-05 17:08 UTC  (8+ messages)
` [PATCH 06/11] change memory_is_poisoned_16 for aligned error

[question] handle the page table RAS error
 2017-12-05 16:57 UTC  (2+ messages)

[PATCH v2 0/3] mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
 2017-12-05 16:48 UTC  (2+ messages)

[PATCH 1/2] mm: make faultaround produce old ptes
 2017-12-05 16:39 UTC  (4+ messages)

[PATCH v4 0/5] kasan: support alloca, LLVM
 2017-12-05 16:37 UTC  (9+ messages)
` [PATCH v4 1/5] kasan: add compiler support for clang
` [PATCH v4 3/5] kasan: support alloca() poisoning
` [PATCH v4 4/5] kasan: Add tests for alloca poisoning
` [PATCH v4 5/5] kasan: added functions for unpoisoning stack variables

[PATCH] mm: Export unmapped_area*() functions
 2017-12-05 15:29 UTC  (2+ messages)

[PATCH] mm: memory_hotplug: Remove unnecesary check from register_page_bootmem_info_section()
 2017-12-05 14:44 UTC  (2+ messages)

[PATCH 1/1] mm/page_owner: ignore everything below the IRQ entry point
 2017-12-05 14:40 UTC  (4+ messages)

[patch 24/60] x86/paravirt: Dont patch flush_tlb_single
 2017-12-05 14:34 UTC  (8+ messages)
` [patch 28/60] x86/mm/kpti: Disable global pages if KERNEL_PAGE_TABLE_ISOLATION=y
` [patch 57/60] x86/mm/kpti: Add Kconfig

[PATCH 1/3] mm,oom: Move last second allocation to inside the OOM killer
 2017-12-05 14:30 UTC  (13+ messages)

[PATCHv4 0/4] x86: 5-level related changes into decompression code
 2017-12-05 13:59 UTC  (5+ messages)
` [PATCHv4 1/4] x86/boot/compressed/64: Fix build with GCC < 5
` [PATCHv4 2/4] x86/boot/compressed/64: Rename pagetable.c to kaslr_64.c
` [PATCHv4 3/4] x86/boot/compressed/64: Introduce place_trampoline()
` [PATCHv4 4/4] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G

[patch 13/15] mm/page_owner: align with pageblock_nr pages
 2017-12-05 12:50 UTC  (11+ messages)

[PATCH V2] mm: check pfn_valid first in zero_resv_unavail
 2017-12-05  9:46 UTC  (2+ messages)

[PATCH v2 0/4] lockdep/crossrelease: Apply crossrelease to page locks
 2017-12-05  8:58 UTC  (6+ messages)

[PATCH v2] mmap.2: MAP_FIXED updated documentation
 2017-12-05  8:52 UTC  (10+ messages)

[PATCH v3] mmap.2: MAP_FIXED updated documentation
 2017-12-05  3:12 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).