linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-13 08:05:17 to 2020-11-14 06:52:26 UTC [more...]

incoming
 2020-11-14  6:52 UTC  (15+ messages)
` [patch 01/14] mm/compaction: count pages and stop correctly during page isolation
` [patch 02/14] mm/compaction: stop isolation if too many pages are isolated and we have pages to migrate
` [patch 03/14] mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bit
` [patch 04/14] mailmap: fix entry for Dmitry Baryshkov/Eremin-Solenikov
` [patch 05/14] mm/slub: fix panic in slab_alloc_node()
` [patch 06/14] mm/gup: use unpin_user_pages() in __gup_longterm_locked()
` [patch 07/14] compiler.h: fix barrier_data() on clang
` [patch 08/14] Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"
` [patch 09/14] reboot: fix overflow parsing reboot cpu number
` [patch 10/14] kernel/watchdog: fix watchdog_allowed_mask not used warning
` [patch 11/14] mm: memcontrol: fix missing wakeup polling thread
` [patch 12/14] hugetlbfs: fix anon huge page migration race
` [patch 13/14] panic: don't dump stack twice on warn
` [patch 14/14] ocfs2: initialize ip_next_orphan

[PATCH v2] mm/shmem.c: make shmem_mapping() inline
 2020-11-14  5:51 UTC 

[PATCH] mm/shmem.c: make shmem_mapping() inline
 2020-11-14  5:47 UTC  (4+ messages)

[linux-next:master 1017/5794] include/asm-generic/mmu_context.h:60:2: error: implicit declaration of function 'switch_mm'
 2020-11-14  4:51 UTC 

[PATCH 0/2] mm,thp,shm: limit shmem THP alloc gfp_mask
 2020-11-14  3:44 UTC  (7+ messages)
` [PATCH 1/2] mm,thp,shmem: "
` [PATCH 2/2] mm,thp,shm: limit gfp mask to no more than specified

[PATCH 1/1] RFC: add pidfd_send_signal flag to reclaim mm while killing a process
 2020-11-14  2:51 UTC  (9+ messages)

[RFC PATCH 0/6] Split huge pages to any lower order pages
 2020-11-14  1:38 UTC  (11+ messages)
` [RFC PATCH 2/6] mm: memcg: make memcg huge page split support any order split
` [RFC PATCH 3/6] mm: page_owner: add support for splitting to any order in split page_owner
` [RFC PATCH 4/6] mm: thp: add support for split huge page to any lower order pages

[linux-next:master] BUILD REGRESSION 92edc4aef86780a8ad01b092c6d6630bb3cb423d
 2020-11-14  0:18 UTC 

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-13 23:42 UTC  (10+ messages)
` [PATCH v8 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v8 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v8 6/9] secretmem: add memcg accounting
` [PATCH v8 8/9] arch, mm: wire up memfd_secret system call were relevant

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

[PATCH mm v3 00/19] kasan: boot parameters for hardware tag-based mode
 2020-11-13 22:20 UTC  (20+ messages)
` [PATCH mm v3 01/19] kasan: simplify quarantine_put call site
` [PATCH mm v3 02/19] kasan: rename get_alloc/free_info
` [PATCH mm v3 03/19] kasan: introduce set_alloc_info
` [PATCH mm v3 04/19] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH mm v3 05/19] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH mm v3 06/19] kasan: remove __kasan_unpoison_stack
` [PATCH mm v3 07/19] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH mm v3 08/19] kasan: inline random_tag for HW_TAGS
` [PATCH mm v3 09/19] kasan: open-code kasan_unpoison_slab
` [PATCH mm v3 10/19] kasan: inline (un)poison_range and check_invalid_free
` [PATCH mm v3 11/19] kasan: add and integrate kasan boot parameters
` [PATCH mm v3 12/19] kasan, mm: check kasan_enabled in annotations
` [PATCH mm v3 13/19] kasan, mm: rename kasan_poison_kfree
` [PATCH mm v3 14/19] kasan: don't round_up too much
` [PATCH mm v3 15/19] kasan: simplify assign_tag and set_tag calls
` [PATCH mm v3 16/19] kasan: clarify comment in __kasan_kfree_large
` [PATCH mm v3 17/19] kasan: clean up metadata allocation and usage
` [PATCH mm v3 18/19] kasan, mm: allow cache merging with no metadata
` [PATCH mm v3 19/19] kasan: update documentation

[v3 PATCH 0/5] mm: misc migrate cleanup and improvement
 2020-11-13 20:53 UTC  (6+ messages)
` [v3 PATCH 1/5] mm: truncate_complete_page is not existed anymore
` [v3 PATCH 2/5] mm: migrate: simplify the logic for handling permanent failure
` [v3 PATCH 3/5] mm: migrate: skip shared exec THP for NUMA balancing
` [v3 PATCH 4/5] mm: migrate: clean up migrate_prep{_local}
` [v3 PATCH 5/5] mm: migrate: return -ENOSYS if THP migration is unsupported

[PATCH bpf-next v5 00/34] bpf: switch to memcg-based memory accounting
 2020-11-13 20:53 UTC  (26+ messages)
` [PATCH bpf-next v5 01/34] mm: memcontrol: use helpers to read page's memcg data
` [PATCH bpf-next v5 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v5 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH bpf-next v5 07/34] bpf: "
` [PATCH bpf-next v5 15/34] bpf: memcg-based memory accounting for bpf local storage maps
` [PATCH bpf-next v5 31/34] bpf: eliminate rlimit-based "
` [PATCH bpf-next v5 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps

[PATCH] mm/page_owner: Record timestamp and pid
 2020-11-13 20:40 UTC  (3+ messages)

[linux-stable-rc:linux-4.4.y 9997/9999] include/asm-generic/bug.h:159:2: error: implicit declaration of function 'no_printk'; did you mean
 2020-11-13 20:39 UTC 

Are THPs the right model for the pagecache?
 2020-11-13 19:44 UTC  (6+ messages)

[PATCH for-rc v2] IB/hfi1: Move cached value of mm into handler
 2020-11-13 18:31 UTC  (7+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 5364e201065c479f2234e7b9de7511d0a5a97a74
 2020-11-13 18:21 UTC 

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-13 17:57 UTC  (15+ messages)

[PATCH v2 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-13 17:55 UTC  (4+ messages)
` [PATCH v2 11/20] kasan: add and integrate kasan boot parameters

[linux-next:master 4466/5794] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_dccg.c:46:6: warning: no previous prototype for 'dccg21_update_dpp_dto'
 2020-11-13 17:41 UTC 

[RFC]: userspace memory reaping
 2020-11-13 17:37 UTC  (12+ messages)

[PATCH] Revert "mm/vunmap: add cond_resched() in vunmap_pmd_range"
 2020-11-13 16:25 UTC  (6+ messages)

[PATCH 5/5] mm: slub: Convert sysfs sprintf family to sysfs_emit/sysfs_emit_at
 2020-11-13 16:13 UTC  (3+ messages)
` [mm] b6efe2fcc4: BUG:kernel_NULL_pointer_dereference,address

[PATCH] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
 2020-11-13 15:53 UTC  (2+ messages)

Regression: QCA6390 fails with "mm/page_alloc: place pages to tail in __free_pages_core()"
 2020-11-13 15:49 UTC  (9+ messages)

[linux-next:master 1703/5794] arceb-elf-ld: stack.c:undefined reference to `init_net'
 2020-11-13 15:43 UTC 

[linux-next:master 4603/5468] drivers/net/ethernet/microchip/lan743x_main.c:1049 lan743x_phy_open() error: uninitialized symbol 'phydev'
 2020-11-13 15:28 UTC  (2+ messages)

[linux-next:master 4454/5794] drivers/gpu/drm/amd/amdgpu/../include/asic_reg/dcn/dcn_3_0_2_sh_mask.h:9248:111: warning: initialized field overwritten
 2020-11-13 15:11 UTC 

[PATCH] mm/page_counter: use page_counter_read in page_counter_set_max
 2020-11-13 15:10 UTC  (2+ messages)

[PATCH v3 0/5] cleanup page poisoning
 2020-11-13 12:17 UTC  (10+ messages)
` [PATCH v3 1/5] mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parameters
` [PATCH v3 2/5] mm, page_poison: use static key more efficiently
` [PATCH v3 3/5] kernel/power: allow hibernation with page_poison sanity checking
` [PATCH v3 4/5] mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY
` [PATCH v3 5/5] mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO

[PATCH v9 00/44] kasan: add hardware tag-based mode for arm64
 2020-11-13 12:04 UTC  (9+ messages)
` [PATCH v9 30/44] arm64: kasan: Allow enabling in-kernel MTE
` [PATCH v9 44/44] kselftest/arm64: Check GCR_EL1 after context switch

[PATCH v4 00/21] Free some vmemmap pages of hugetlb page
 2020-11-13 10:59 UTC  (22+ messages)
` [PATCH v4 01/21] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v4 02/21] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v4 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v4 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v4 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
` [PATCH v4 06/21] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v4 07/21] mm/bootmem_info: Combine bootmem info and type into page->freelist
` [PATCH v4 08/21] mm/hugetlb: Initialize page table lock for vmemmap
` [PATCH v4 09/21] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
` [PATCH v4 10/21] mm/hugetlb: Defer freeing of hugetlb pages
` [PATCH v4 11/21] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v4 12/21] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v4 13/21] mm/hugetlb: Use PG_slab to indicate split pmd
` [PATCH v4 14/21] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [PATCH v4 15/21] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v4 16/21] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v4 17/21] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v4 18/21] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [PATCH v4 19/21] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v4 20/21] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page
` [PATCH v4 21/21] mm/hugetlb: Disable freeing vmemmap if struct page size is not power of two

[PATCH v41 10/24] mm: Add 'mprotect' hook to struct vm_operations_struct
 2020-11-13 10:25 UTC  (2+ messages)

[PATCH] kthread_worker: Add flush delayed work func
 2020-11-13 10:24 UTC  (4+ messages)
  ` 回复: "

[PATCH 19/19] mips/vdso: Migrate to user_landing
 2020-11-13  9:58 UTC 

[PATCH 06/19] elf/vdso: Reuse arch_setup_additional_pages() parameters
 2020-11-13  8:04 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).