linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-08 12:00:19 to 2020-04-09 19:12:53 UTC [more...]

[PATCH 0/2] mm: Two small fixes for recent syzbot reports
 2020-04-09 19:12 UTC  (24+ messages)
` [PATCH 1/2] mm/mempolicy: Allow lookup_node() to handle fatal signal

Memory CG and 5.1 to 5.6 uprade slows backup
 2020-04-09 17:56 UTC  (12+ messages)

[PATCH 0/5] Improve page poisoning implementation
 2020-04-09 17:12 UTC  (23+ messages)
` [PATCH 1/5] mm: Constify a lot of struct page arguments
` [PATCH 2/5] mm: Rename PF_POISONED_PAGE to page_poison_check
` [PATCH 3/5] mm: Remove casting away of constness
` [PATCH 4/5] mm: Check for page poison in both page_to_nid implementations
` [PATCH 5/5] mm: Check page poison before finding a head page

decruft the vmalloc API
 2020-04-09 17:08 UTC  (65+ messages)
` [PATCH 01/28] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/28] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 05/28] powerpc: add an ioremap_phb helper
` [PATCH 06/28] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 07/28] mm: remove __get_vm_area
` [PATCH 08/28] mm: unexport unmap_kernel_range_noflush
` [PATCH 09/28] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 11/28] mm: pass addr as unsigned long to vb_free
` [PATCH 12/28] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 13/28] mm: rename vmap_page_range to map_kernel_range
` [PATCH 14/28] mm: don't return the number of pages from map_kernel_range{,_noflush}
` [PATCH 15/28] mm: remove map_vm_range
` [PATCH 16/28] mm: remove unmap_vmap_area
` [PATCH 17/28] mm: remove the prot argument from vm_map_ram
` [PATCH 18/28] mm: enforce that vmap can't map pages executable
` [PATCH 19/28] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 20/28] mm: remove the pgprot argument to __vmalloc
` [PATCH 21/28] mm: remove the prot argument to __vmalloc_node
` [PATCH 22/28] mm: remove both instances of __vmalloc_node_flags
` [PATCH 23/28] mm: remove __vmalloc_node_flags_caller
` [PATCH 24/28] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 25/28] mm: remove vmalloc_user_node_flags
` [PATCH 26/28] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 27/28] s390: use __vmalloc_node in alloc_vm_stack
` [PATCH 28/28] s390: use __vmalloc_node in stack_alloc
` [PATCH 04/28] dma-mapping: use vmap insted of reimplementing it

[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2020-04-09 16:27 UTC  (17+ messages)
      ` [PATCH RFC] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP (was: Re: [PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA)

[RFC] mm/memory.c: Optimizing THP zeroing routine for !HIGHMEM cases
 2020-04-09 15:45 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 8614d419a4d6f46b91439de79032bc207b132609
 2020-04-09 15:27 UTC 

[PATCH v3] mm, memcg: fix error return value of mem_cgroup_css_alloc()
 2020-04-09 14:07 UTC  (13+ messages)

[PATCH v1 0/2] mm/memory_hotplug: remove is_mem_section_removable()
 2020-04-09 14:01 UTC  (12+ messages)
` [PATCH v1 1/2] powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()

[PATCHv2 0/8] thp/khugepaged improvements and CoW semantics
 2020-04-09 13:47 UTC  (23+ messages)
` [PATCHv2 1/8] khugepaged: Add self test
` [PATCHv2 2/8] khugepaged: Do not stop collapse if less than half PTEs are referenced
` [PATCHv2 4/8] khugepaged: Drain LRU add pagevec after swapin
` [PATCHv2 5/8] khugepaged: Allow to callapse a page shared across fork
` [PATCHv2 6/8] khugepaged: Allow to collapse PTE-mapped compound pages

[RFC PATCH 0/4] DAMON: Make Configurable for Various Address Spaces Including Physical Memory
 2020-04-09  9:42 UTC  (5+ messages)
` [RFC PATCH 1/4] mm/damon: Use vm-independent address range concept
` [RFC PATCH 2/4] mm/damon: Clean up code using 'struct damon_addr_range'
` [RFC PATCH 3/4] mm/damon: Make monitoring target regions init/update configurable
` [RFC PATCH 4/4] mm/damon: Make access check configurable

[PATCH] mm: mmap: initialize align_offset explicitly for vm_unmapped_area
 2020-04-09  9:40 UTC 

memfd/fuse_test: BUG: kernel NULL pointer dereference, address: 00000041
 2020-04-09  9:01 UTC 

[patch 043/155] mm/gup: track FOLL_PIN pages
 2020-04-09  7:46 UTC  (5+ messages)

[PATCH 00/35] Documentation fixes for Kernel 5.8
 2020-04-09  7:45 UTC  (7+ messages)
` [PATCH 03/35] docs: fix broken references to text files
` [PATCH 24/35] docs: mm: slab.h: fix a broken cross-reference

[PATCH] mm, gup: return EINTR when gup is interrupted by fatal signals
 2020-04-09  7:11 UTC 

[PATCH -next] mm: page_alloc: fix kernel-doc warning
 2020-04-09  6:53 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 5798bd75ab137611da5c4cb11b6795d14cb60ba2
 2020-04-09  6:10 UTC 

[PATCH for Linux v2] virtio_balloon: Add VIRTIO_BALLOON_VQ_INFLATE_CONT to handle THP split issue
 2020-04-09  6:05 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS bfd24b8ae88a989cbc45a665d0d5c8492cb12c18
 2020-04-09  3:33 UTC 

[PATCH] mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signal
 2020-04-09  2:27 UTC  (6+ messages)

WARNING in af_alg_make_sg
 2020-04-09  1:37 UTC 

[PATCH v5 0/2] mm: using CMA for 1 GB hugepages allocation
 2020-04-09  1:15 UTC  (4+ messages)
` [PATCH v5 1/2] mm: cma: NUMA node interface

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-04-09  1:06 UTC  (7+ messages)

[PATCH v5 00/10] workingset protection/detection on the anonymous LRU list
 2020-04-09  0:53 UTC  (6+ messages)
` [PATCH v5 05/10] mm/swap: charge the page when adding to the swap cache

incoming
 2020-04-08 23:14 UTC  (12+ messages)
` [patch 125/166] lib/list: prevent compiler reloads inside 'safe' list iteration

[PATCH RFC] mm: compaction: avoid migrating non-cma pages to a cma area
 2020-04-08 19:41 UTC 

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-04-08 18:18 UTC  (6+ messages)
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-04-08 16:07 UTC  (13+ messages)
` [PATCH v5 25/38] kmsan: unpoison |tlb| in arch_tlb_gather_mmu()
` [PATCH v5 28/38] kmsan: init: call KMSAN initialization routines
` [PATCH v5 30/38] kmsan: handle /dev/[u]random
` [PATCH v5 32/38] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v5 33/38] kmsan: add iomap support
` [PATCH v5 36/38] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN

[PATCH v3] mm: Add kvfree_sensitive() for freeing sensitive data objects
 2020-04-08 13:38 UTC  (2+ messages)


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).