linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-07 03:12:27 to 2020-04-08 15:46:35 UTC [more...]

[PATCH 00/35] Documentation fixes for Kernel 5.8
 2020-04-08 15:45 UTC  (2+ messages)
` [PATCH 03/35] docs: fix broken references to text files

decruft the vmalloc API
 2020-04-08 15:43 UTC  (52+ 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 03/28] staging: media: ipu3: use vmap insted of reimplementing it
` [PATCH 04/28] dma-mapping: "
` [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 0/5] Improve page poisoning implementation
 2020-04-08 15:32 UTC  (12+ 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

[PATCH 0/2] mm: Two small fixes for recent syzbot reports
 2020-04-08 15:26 UTC  (8+ messages)
` [PATCH 1/2] mm/mempolicy: Allow lookup_node() to handle fatal signal
` [PATCH 2/2] mm/gup: Mark lock taken only after a successful retake

[PATCH -next] mm: page_alloc: fix kernel-doc warning
 2020-04-08 14:54 UTC  (2+ messages)

[PATCHv2 0/8] thp/khugepaged improvements and CoW semantics
 2020-04-08 14:21 UTC  (15+ messages)
` [PATCHv2 1/8] khugepaged: Add self test
` [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

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

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-04-08 12:15 UTC  (6+ messages)

WARNING: bad unlock balance in get_user_pages_unlocked
 2020-04-08 10:28 UTC 

[RFC PATCH v5 0/8] arm64: tlb: add support for TTL feature
 2020-04-08  9:00 UTC  (9+ messages)
` [RFC PATCH v5 4/8] mm: tlb: Pass struct mmu_gather to flush_pmd_tlb_range

[PATCH] stacktrace: cleanup inconsistent variable type
 2020-04-08  8:49 UTC 

general protection fault in kernel_get_mempolicy
 2020-04-08  7:43 UTC 

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

improve use_mm / unuse_mm
 2020-04-08  1:44 UTC  (5+ messages)
` [PATCH 2/6] i915/gvt/kvm: a NULL ->mm does not mean a thread is a kthread
` [PATCH 3/6] i915/gvt: remove unused xen bits

WARNING: bad unlock balance in __get_user_pages_remote
 2020-04-08  1:37 UTC  (4+ messages)

BUG: unable to handle kernel paging request in get_pfnblock_flags_mask
 2020-04-08  1:25 UTC  (4+ messages)

[PATCH] mm, slab_common: Fix a typo in comment "eariler"->"earlier"
 2020-04-08  0:22 UTC  (2+ messages)

[PATCH v2] mm: Add kvfree_sensitive() for freeing sensitive data objects
 2020-04-07 23:50 UTC  (13+ messages)

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

incoming
 2020-04-07 20:06 UTC  (25+ messages)
` [patch 125/166] lib/list: prevent compiler reloads inside 'safe' list iteration
` [patch 135/166] checkpatch: check proper licensing of Devicetree bindings
` [patch 156/166] kcov: collect coverage from interrupts
` [patch 157/166] usb: core: kcov: collect coverage from usb complete callback
` [patch 158/166] ubsan: add trap instrumentation option
` [patch 159/166] ubsan: split "bounds" checker from other options
` [patch 160/166] drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checks
` [patch 161/166] ubsan: check panic_on_warn
` [patch 162/166] kasan: unset panic_on_warn before calling panic()
` [patch 163/166] ubsan: include bug type in report header
` [patch 164/166] lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"
` [patch 165/166] ipc/mqueue.c: fix a brace coding style issue
` [patch 166/166] ipc/shm.c: make compat_ksys_shmctl() static

[PATCH v2] mm: Add kvfree_sensitive() for freeing sensitive data objects
 2020-04-07 20:02 UTC  (2+ messages)

Bad rss-counter state from drm/ttm, drm/vmwgfx: Support huge TTM pagefaults
 2020-04-07 19:57 UTC  (6+ messages)

[RFC] Renaming page_offset() to page_pos()
 2020-04-07 19:09 UTC  (2+ messages)

[PATCH v5 0/2] mm: using CMA for 1 GB hugepages allocation
 2020-04-07 18:42 UTC  (5+ messages)
` [PATCH v5 1/2] mm: cma: NUMA node interface
` [PATCH v5 2/2] mm: hugetlb: optionally allocate gigantic hugepages using cma

[PATCH] mm/gup: fix null pointer dereference detected by coverity
 2020-04-07 18:19 UTC  (2+ messages)

[PATCH v3] mm, memcg: fix error return value of mem_cgroup_css_alloc()
 2020-04-07 18:10 UTC  (9+ messages)

mmotm 2020-04-05-16-45 uploaded
 2020-04-07 18:00 UTC  (3+ messages)
` mmotm 2020-04-05-16-45 uploaded (objtool warning)

[linux-next:pending-fixes] BUILD SUCCESS 594736fe2462d632506cde58148b7fe3656c16db
 2020-04-07 16:41 UTC 

[PATCH v4 0/2] mm: using CMA for 1 GB hugepages allocation
 2020-04-07 16:23 UTC  (7+ messages)
` [PATCH v4 2/2] mm: hugetlb: optionally allocate gigantic hugepages using cma

[PATCH/RFC] MM: fix writeback for NFS
 2020-04-07 16:10 UTC  (12+ messages)
` Writeback fixes "
  ` [PATCH 1/2] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
    ` [PATCH 2/2] Deprecate NR_UNSTABLE_NFS, use NR_WRITEBACK
        ` [PATCH 2/2 - v2] MM: Discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
  ` Writeback fixes for NFS - V2

BUG: unable to handle kernel paging request in kernel_get_mempolicy
 2020-04-07 15:59 UTC  (8+ messages)

[Patch v5 0/4] cleanup on do_pages_move()
 2020-04-07 12:45 UTC  (2+ messages)

[PATCH 2/2] MM: Discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
 2020-04-07 11:33 UTC  (5+ messages)

[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-04-07 11:05 UTC  (14+ messages)

[RFC v6 0/7] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-04-07 10:00 UTC  (8+ messages)
` [RFC v6 1/7] mm/madvise: Export do_madvise() to external GPL modules
` [RFC v6 2/7] mm/damon: Account age of target regions
` [RFC v6 3/7] mm/damon: Implement data access monitoring-based operation schemes
` [RFC v6 4/7] mm/damon/schemes: Implement a debugfs interface
` [RFC v6 5/7] mm/damon-test: Add kunit test case for regions age accounting
` [RFC v6 6/7] mm/damon/selftests: Add 'schemes' debugfs tests
` [RFC v6 7/7] damon/tools: Support more human friendly 'schemes' control

[PATCHv2 7/8] thp: Change CoW semantics for anon-THP
 2020-04-07  7:57 UTC  (2+ messages)
` [thp] db001b7115: vm-scalability.median 8.9% improvement

[PATCH 0/2] mm: few refinements to gfp flags documentation
 2020-04-07  7:24 UTC  (8+ messages)
` [PATCH 1/2] mm: clarify __GFP_MEMALLOC usage

Where should I send patch related to mmtests?
 2020-04-07  7:04 UTC  (2+ messages)

[PATCH v2] mm, memcg: fix error return value of mem_cgroup_css_alloc()
 2020-04-07  6:44 UTC  (3+ messages)

BUG: unable to handle kernel paging request in kernel_get_mempolicy
 2020-04-07  5:26 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).