linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-15 13:01:10 to 2020-09-16 01:45:05 UTC [more...]

[PATCH 00/11] Remove assumptions of THP size
 2020-09-16  1:44 UTC  (3+ messages)
` [PATCH 07/11] mm/huge_memory: Fix can_split_huge_page assumption "

[PATCH 11/11] mm/vmscan: Allow arbitrary sized pages to be paged out
 2020-09-16  1:40 UTC  (4+ messages)

can't register to linux-mm
 2020-09-16  1:33 UTC  (6+ messages)

[PATCH] mm/page_alloc.c: avoid inheritting current's flags when invoked in interrupt
 2020-09-16  1:17 UTC  (2+ messages)

[RFC] autonuma: Migrate on fault among multiple bound nodes
 2020-09-16  0:59 UTC 

9af03886e0 ("mm: convert find_get_entry to return the head page"): BUG: kernel NULL pointer dereference, address: 00000004
 2020-09-16  0:53 UTC 

[PATCH] mm/page_alloc.c: variable type of 'progress' should be 'unsigned long'
 2020-09-16  0:48 UTC  (2+ messages)

[PATCH 0/4] mm: Simplfy cow handling
 2020-09-15 23:22 UTC  (20+ messages)
` [PATCH 1/4] mm: Trial do_wp_page() simplification

[PATCH] mm/slab.c: clean code by removing redundant if condition
 2020-09-15 23:03 UTC 

BUG: kernel NULL pointer dereference, address: RIP: 0010:shmem_getpage_gfp.isra.0+0x470/0x750
 2020-09-15 22:52 UTC  (5+ messages)

[PATCH v5] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-15 21:48 UTC  (2+ messages)

General protection fault: RIP: 0010:free_block+0xdc/0x1f0
 2020-09-15 21:49 UTC  (2+ messages)

[PATCH v3 0/5] HWpoison: further fixes and cleanups
 2020-09-15 21:22 UTC  (2+ messages)

[PATCH v2 00/37] kasan: add hardware tag-based mode for arm64
 2020-09-15 21:16 UTC  (38+ messages)
` [PATCH v2 01/37] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v2 02/37] kasan: group vmalloc code
` [PATCH v2 03/37] kasan: shadow declarations only for software modes
` [PATCH v2 04/37] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v2 05/37] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v2 06/37] kasan: only build init.c for software modes
` [PATCH v2 07/37] kasan: split out shadow.c from common.c
` [PATCH v2 08/37] kasan: rename generic/tags_report.c files
` [PATCH v2 09/37] kasan: don't duplicate config dependencies
` [PATCH v2 10/37] kasan: hide invalid free check implementation
` [PATCH v2 11/37] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v2 12/37] kasan, arm64: only init shadow for software modes
` [PATCH v2 13/37] kasan, arm64: only use kasan_depth "
` [PATCH v2 14/37] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v2 15/37] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v2 16/37] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v2 17/37] kasan: rename SHADOW layout macros to META
` [PATCH v2 18/37] kasan: separate metadata_fetch_row for each mode
` [PATCH v2 19/37] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH v2 20/37] kasan: rename tags.c to tags_sw.c
` [PATCH v2 21/37] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v2 22/37] arm64: mte: Add in-kernel MTE helpers
` [PATCH v2 23/37] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v2 24/37] arm64: mte: Add in-kernel tag fault handler
` [PATCH v2 25/37] arm64: kasan: Enable in-kernel MTE
` [PATCH v2 26/37] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v2 27/37] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v2 28/37] arm64: kasan: Enable TBI EL1
` [PATCH v2 29/37] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v2 30/37] kasan: define KASAN_GRANULE_SIZE "
` [PATCH v2 31/37] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v2 32/37] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v2 33/37] kasan, arm64: implement HW_TAGS runtime
` [PATCH v2 34/37] kasan, arm64: print report from tag fault handler
` [PATCH v2 35/37] kasan, slub: reset tags when accessing metadata
` [PATCH v2 36/37] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v2 37/37] kasan: add documentation for hardware tag-based mode

[v2 1/2] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged
 2020-09-15 21:10 UTC  (2+ messages)
` [v2 2/2] mm: khugepaged: avoid overriding min_free_kbytes set by user

[PATCH] cma: make number of CMA areas dynamic, remove CONFIG_CMA_AREAS
 2020-09-15 20:57 UTC 

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2020-09-15 20:16 UTC  (23+ messages)
                                  ` [NEEDS-REVIEW] "

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-09-15 19:58 UTC  (10+ messages)
` [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode
` [PATCH v3 02/11] xenbus: add freeze/thaw/restore callbacks support

[patch 00/13] preempt: Make preempt count unconditional
 2020-09-15 19:57 UTC  (18+ messages)
` [patch 04/13] lockdep: Clenaup PREEMPT_COUNT leftovers
` [patch 06/13] locking/bitspinlock: "

[PATCH v2 3/4] sparc64: remove mm_cpumask clearing to fix kthread_use_mm race
 2020-09-15 19:42 UTC  (4+ messages)

[v1] mm: khugepaged: avoid overriding min_free_kbytes set by user
 2020-09-15 19:31 UTC  (3+ messages)

[[PATCH]] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged
 2020-09-15 18:22 UTC  (6+ messages)

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-09-15 18:15 UTC  (30+ messages)
` [RFC PATCH 04/24] mm/hugetlb: Register bootmem info when CONFIG_HUGETLB_PAGE_FREE_VMEMMAP
` [RFC PATCH 05/24] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [RFC PATCH 06/24] mm/hugetlb: Introduce pgtable allocation/freeing helpers
` [RFC PATCH 07/24] mm/hugetlb: Add freeing unused vmemmap pages support for x86
` [RFC PATCH 08/24] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [RFC PATCH 09/24] x86/mm: Introduce VMEMMAP_SIZE/VMEMMAP_END macro
` [RFC PATCH 10/24] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
` [RFC PATCH 11/24] mm/hugetlb: Add vmemmap_pmd_huge macro for x86
` [RFC PATCH 12/24] mm/hugetlb: Defer freeing of hugetlb pages
` [RFC PATCH 13/24] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [RFC PATCH 14/24] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [RFC PATCH 15/24] mm/hugetlb: Use PG_slab to indicate split pmd
` [RFC PATCH 16/24] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [RFC PATCH 17/24] mm/hugetlb: Add a BUILD_BUG_ON to check if struct page size is a power of two
` [RFC PATCH 18/24] mm/hugetlb: Clear PageHWPoison on the non-error memory page
` [RFC PATCH 19/24] mm/hugetlb: Flush work when dissolving hugetlb page
` [RFC PATCH 20/24] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [RFC PATCH 21/24] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [RFC PATCH 22/24] mm/hugetlb: Implement vmemmap_pmd_mkhuge macro
` [RFC PATCH 23/24] mm/hugetlb: Gather discrete indexes of tail page
` [RFC PATCH 24/24] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page
  ` [External] Re: [RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page

[RFC PATCH 0/2] DAMON: Improve User Space Interface
 2020-09-15 18:08 UTC  (4+ messages)
` [RFC PATCH 1/2] mm/damon: Put more information in kdamond thread name
` [RFC PATCH 2/2] mm/damon/debugfs: Support multiple contexts

Re:☝[nik_bin_nek_alwi@yahoo.com] (42)
 2020-09-15 17:43 UTC 

[PATCH] mm/gup: fix gup_fast with dynamic page table folding
 2020-09-15 17:31 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/2] selftests/vm: fix some minor aggravating factors in the Makefile
 2020-09-15 17:25 UTC  (3+ messages)
` [PATCH 2/2] selftests/vm: fix incorrect gcc invocation in some cases

[BUG] slab: double free detected in cache 'kmalloc-128', objp daff5780
 2020-09-15 17:00 UTC  (2+ messages)

[PATCH v18 00/32] per memcg lru_lock
 2020-09-15 16:58 UTC  (11+ messages)
    ` [PATCH v18 00/32] per memcg lru_lock: reviews

[PATCH] mm: fix some comments formatting
 2020-09-15 16:39 UTC 

[PATCH] mm: remove extra ZONE_DEVICE struct page refcount
 2020-09-15 16:39 UTC  (5+ messages)

a saner API for allocating DMA addressable pages v3
 2020-09-15 15:51 UTC  (19+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/18] mm: turn alloc_pages into an inline function
` [PATCH 03/18] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/18] drm/nouveau/gk20a: "
` [PATCH 05/18] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
` [PATCH 16/18] dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent
` [PATCH 18/18] firewire-ohci: use dma_alloc_pages

general protection fault in madvise_cold_or_pageout_pte_range
 2020-09-15 16:33 UTC  (2+ messages)

[RFC PATCH 0/4] fsdax: introduce fs query to support reflink
 2020-09-15 16:31 UTC  (5+ messages)
` [RFC PATCH 1/4] fs: introduce ->storage_lost() for memory-failure
` [RFC PATCH 2/4] pagemap: introduce ->memory_failure()

[PATCH v4] mm/vmscan: add a fatal signals check in drop_slab_node
 2020-09-15 16:26 UTC  (5+ messages)

[PATCH v4] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-15 16:19 UTC  (5+ messages)
  ` [External] "

[PATCH v3 0/6] kasan: add workqueue and timer stack for generic KASAN
 2020-09-15 16:06 UTC  (6+ messages)

bdi cleanups v5
 2020-09-15 15:18 UTC  (13+ messages)
` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/12] drbd: remove dead code in device_to_statistics
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 05/12] md: update the optimal I/O size on reshape
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH RFC 01/10] mm: add Kernel Electric-Fence infrastructure
 2020-09-15 14:26 UTC  (4+ messages)

a saner API for allocating DMA addressable pages v2
 2020-09-15 14:10 UTC  (5+ messages)
` [PATCH 07/17] 53c700: improve non-coherent DMA handling

[RFC PATCH] mm/page_alloc.c: micro-optimization reduce oom critical section size
 2020-09-15 14:04 UTC  (4+ messages)

Kernel Benchmarking
 2020-09-15 13:52 UTC  (2+ messages)

[PATCH v2 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-15 13:49 UTC  (12+ messages)
` [PATCH v2 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH v2 02/10] x86, kfence: enable KFENCE for x86
` [PATCH v2 03/10] arm64, kfence: enable KFENCE for ARM64
` [PATCH v2 04/10] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v2 05/10] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH v2 06/10] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH v2 07/10] kfence, kmemleak: make KFENCE compatible with KMEMLEAK
` [PATCH v2 08/10] kfence, lockdep: make KFENCE compatible with lockdep
` [PATCH v2 09/10] kfence, Documentation: add KFENCE documentation
` [PATCH v2 10/10] kfence: add test suite

[PATCH v3 1/3] mm: replace memmap_context by memplug_context
 2020-09-15 13:35 UTC  (3+ messages)
` [PATCH v3 1/3] mm: replace memmap_context by meminit_context

[PATCH v8 0/3] Charge loop device i/o to issuing cgroup
 2020-09-15 13:17 UTC  (2+ messages)

[PATCH v2 0/8] Return head pages from find_*_entry
 2020-09-15 13:08 UTC  (4+ messages)

[PATCH v3] mm/vmscan: add a fatal signals check in drop_slab_node
 2020-09-15 13:04 UTC  (3+ messages)
  ` [External] "


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