linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-21 18:21:27 to 2020-12-22 20:03:25 UTC [more...]

incoming
 2020-12-22 20:02 UTC  (44+ messages)
` [patch 01/60] kasan: drop unnecessary GPL text from comment headers
` [patch 02/60] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [patch 03/60] kasan: group vmalloc code
` [patch 04/60] kasan: shadow declarations only for software modes
` [patch 05/60] kasan: rename (un)poison_shadow to (un)poison_range
` [patch 06/60] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [patch 07/60] kasan: only build init.c for software modes
` [patch 08/60] kasan: split out shadow.c from common.c
` [patch 09/60] kasan: define KASAN_MEMORY_PER_SHADOW_PAGE
` [patch 10/60] kasan: rename report and tags files
` [patch 11/60] kasan: don't duplicate config dependencies
` [patch 12/60] kasan: hide invalid free check implementation
` [patch 13/60] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [patch 14/60] kasan, arm64: only init shadow for software modes
` [patch 15/60] kasan, arm64: only use kasan_depth "
` [patch 16/60] kasan, arm64: move initialization message
` [patch 17/60] kasan, arm64: rename kasan_init_tags and mark as __init
` [patch 18/60] kasan: rename addr_has_shadow to addr_has_metadata
` [patch 19/60] kasan: rename print_shadow_for_address to print_memory_metadata
` [patch 20/60] kasan: rename SHADOW layout macros to META
` [patch 21/60] kasan: separate metadata_fetch_row for each mode
` [patch 22/60] kasan: introduce CONFIG_KASAN_HW_TAGS
` [patch 23/60] arm64: enable armv8.5-a asm-arch option
` [patch 24/60] arm64: mte: add in-kernel MTE helpers
` [patch 25/60] arm64: mte: reset the page tag in page->flags
` [patch 26/60] arm64: mte: add in-kernel tag fault handler
` [patch 27/60] arm64: kasan: allow enabling in-kernel MTE
` [patch 28/60] arm64: mte: convert gcr_user into an exclude mask
` [patch 29/60] arm64: mte: switch GCR_EL1 in kernel entry and exit
` [patch 30/60] kasan, mm: untag page address in free_reserved_area
` [patch 31/60] arm64: kasan: align allocations for HW_TAGS
` [patch 32/60] arm64: kasan: add arch layer for memory tagging helpers
` [patch 33/60] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [patch 34/60] kasan, x86, s390: update undef CONFIG_KASAN
` [patch 35/60] kasan, arm64: expand CONFIG_KASAN checks
` [patch 36/60] kasan, arm64: implement HW_TAGS runtime
` [patch 37/60] kasan, arm64: print report from tag fault handler
` [patch 38/60] kasan, mm: reset tags when accessing metadata
` [patch 39/60] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [patch 40/60] kasan: add documentation for hardware tag-based mode
` [patch 41/60] kselftest/arm64: check GCR_EL1 after context switch
` [patch 42/60] kasan: simplify quarantine_put call site
` [patch 43/60] kasan: rename get_alloc/free_info

[RFC PATCH 1/3] mm: support hugetlb free page reporting
 2020-12-22 19:59 UTC  (2+ messages)

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2020-12-22 19:44 UTC  (40+ messages)

[RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO
 2020-12-22 19:13 UTC  (9+ messages)

[PATCH 1/1] mm:improve the performance during fork
 2020-12-22 18:42 UTC  (4+ messages)

incoming
 2020-12-22 18:38 UTC  (9+ messages)
` [patch 21/78] kasan: split out shadow.c from common.c

[PATCH] mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()
 2020-12-22 18:27 UTC 

[linux-next:master 1888/14054] WARNING: modpost: vmlinux.o(.text+0x50f236): Section mismatch in reference from the function cpumask_clear_cpu() to the variable .init.data:pcpu_build_alloc_info.mask
 2020-12-22 18:13 UTC  (2+ messages)

sparc32: Init process fails to load with generic kmap atomic
 2020-12-22 17:58 UTC 

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-12-22 17:48 UTC  (6+ messages)
` [PATCH 1/2] mm/madvise: allow process_madvise operations on entire memory range

[PATCH v11 00/11] Free some vmemmap pages of HugeTLB page
 2020-12-22 16:32 UTC  (14+ messages)
` [PATCH v11 01/11] mm/memory_hotplug: Factor out bootmem core functions to bootmem_info.c
` [PATCH v11 02/11] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v11 03/11] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
` [PATCH v11 04/11] mm/hugetlb: Defer freeing of HugeTLB pages
` [PATCH v11 05/11] mm/hugetlb: Allocate the vmemmap pages associated with each HugeTLB page
` [PATCH v11 06/11] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v11 07/11] mm/hugetlb: Flush work when dissolving a HugeTLB page
` [PATCH v11 08/11] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v11 09/11] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v11 10/11] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v11 11/11] mm/hugetlb: Optimize the code with the help of the compiler

[PATCH v7 00/17] follow_pfn and other iomap races
 2020-12-22 16:07 UTC  (3+ messages)
` [PATCH v7 04/17] misc/habana: Use FOLL_LONGTERM for userptr

[linux-next:master] BUILD REGRESSION 6c3eb1b174c07bcaa927003e8bc91e81ab1d5a9e
 2020-12-22 15:44 UTC 

[RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
 2020-12-22 15:44 UTC  (15+ messages)
` [RFC v2 01/13] mm: export zap_page_range() for driver use
` [RFC v2 02/13] eventfd: track eventfd_signal() recursion depth separately in different cases
` [RFC v2 03/13] eventfd: Increase the recursion depth of eventfd_signal()
` [RFC v2 04/13] vdpa: Remove the restriction that only supports virtio-net devices
` [RFC v2 05/13] vdpa: Pass the netlink attributes to ops.dev_add()
` [RFC v2 06/13] vduse: Introduce VDUSE - vDPA Device in Userspace
` [RFC v2 07/13] vduse: support get/set virtqueue state
` [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops
` [RFC v2 09/13] vduse: Add support for processing vhost iotlb message
` [RFC v2 10/13] vduse: grab the module's references until there is no vduse device
` [RFC v2 11/13] vduse/iova_domain: Support reclaiming bounce pages
` [RFC v2 12/13] vduse: Add memory shrinker to reclaim "
` [RFC v2 13/13] vduse: Introduce a workqueue for irq injection

[PATCH 1/1] mm: mmap: Remove unnecessary local variable
 2020-12-22 15:17 UTC  (2+ messages)

[PATCH] mm: add prototype for __add_to_page_cache_locked()
 2020-12-22 14:19 UTC 

[patch 64/78] kasan: inline (un)poison_range and check_invalid_free
 2020-12-22 14:02 UTC  (2+ messages)

[RFC PATCH 3/3] mm: support free hugepage pre zero out
 2020-12-22 12:13 UTC  (4+ messages)

irq-dw-apb-ictl.c:undefined reference to `__ubsan_handle_add_overflow'
 2020-12-22 11:46 UTC 

[RFC PATCH 2/3] virtio-balloon: add support for providing free huge page reports to host
 2020-12-22 11:39 UTC  (3+ messages)

[PATCH] x86/kaslr: support separate multiple memmaps parameter parsing
 2020-12-22 11:31 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 150808841c7de27a8d46ec4636118fa7d67e938b
 2020-12-22 11:09 UTC 

[PATCH 1/2] mm: Allow architectures to request 'old' entries when prefaulting
 2020-12-22 10:00 UTC  (10+ messages)

[patch] zswap: fix zswap_frontswap_load() vs zsmalloc::map/unmap() might_sleep() splat
 2020-12-22  9:44 UTC  (23+ messages)
` [PATCH] zsmalloc: do not use bit_spin_lock

mm: thp: free memory is less than expected due to partial unmap
 2020-12-22  9:21 UTC 

[RFC PATCH 0/3 updated] add support for free hugepage reporting
 2020-12-22  8:09 UTC 

[RFC PATCH 0/3 updated] add support for free hugepage reporting
 2020-12-22  8:07 UTC 

[PATCH v2 1/3] mm/memcg: revise the using condition of lock_page_lruvec function series
 2020-12-22  8:00 UTC  (4+ messages)
` [PATCH v2 2/3] mm/memcg: remove rcu locking for "
` [PATCH v2 3/3] mm/compaction: remove rcu_read_lock during page compaction

[RFC PATCH 0/3] add support for free hugepage reporting
 2020-12-22  7:45 UTC 

[PATCH 1/3] mm/memcg: revise the using condition of lock_page_lruvec function series
 2020-12-22  5:23 UTC  (7+ messages)
` [PATCH 2/3] mm/memcg: remove rcu locking for "
` [PATCH 3/3] mm/compaction: remove rcu_read_lock during page compaction

[PATCH v3 0/3] mm: improve pte updates and dirty/accessed
 2020-12-22  3:24 UTC  (4+ messages)
` [PATCH v3 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[PATCH v10 00/11] Free some vmemmap pages of HugeTLB page
 2020-12-22  2:49 UTC  (11+ messages)
` [PATCH v10 02/11] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v10 03/11] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
    ` [External] "

rcu: INFO: rcu_sched self-detected stall on CPU
 2020-12-22  1:35 UTC 

[PATCH v14 0/4] xfs: avoid transaction reservation recursion
 2020-12-22  1:21 UTC  (5+ messages)
` [PATCH v14 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v14 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v14 3/4] xfs: introduce xfs_trans_context_swap() for rolling transaction
` [PATCH v14 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

INFO: task can't die in shrink_inactive_list (2)
 2020-12-21 21:25 UTC  (5+ messages)

[RFC PATCH 00/13] fs/userfaultfd: support iouring and polling
 2020-12-21 20:54 UTC  (9+ messages)
` [RFC PATCH 01/13] fs/userfaultfd: fix wrong error code on WP & !VM_MAYWRITE
` [RFC PATCH 03/13] selftests/vm/userfaultfd: wake after copy failure

[PATCH] arch/Kconfig: JUMP_LABEL should depend on !XIP
 2020-12-21 20:40 UTC 

[PATCH 1/2] mm/hugetlb: change hugetlb_reserve_pages() to type bool
 2020-12-21 19:38 UTC  (3+ messages)
` [PATCH 2/2] hugetlbfs: remove special hugetlbfs_set_page_dirty()

[PATCH] mm/filemap: Fix warning: no previous prototype
 2020-12-21 19:36 UTC  (5+ messages)

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-21 18:45 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).