linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-13 11:56:13 to 2020-11-14 21:40:10 UTC [more...]

incoming
 2020-11-14 21:39 UTC  (16+ 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

[linux-next:master 3635/5794] drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c:3547:23: sparse: sparse: incorrect type in assignment (different base types)
 2020-11-14 21:38 UTC 

[GIT PULL] percpu fix for v5.10-rc4
 2020-11-14 21:36 UTC 

[PATCH v2] mm/shmem.c: make shmem_mapping() inline
 2020-11-14 19:11 UTC  (3+ messages)

[PATCH V2 0/5] mm: Convert sysfs sprintf family to sysfs_emit
 2020-11-14 18:50 UTC  (6+ messages)
` [PATCH V2 1/5] mm: Use sysfs_emit for struct kobject * uses
` [PATCH V2 2/5] mm: huge_memory: Convert remaining use of sprintf to sysfs_emit and neatening
` [PATCH V2 3/5] mm:backing-dev: Use sysfs_emit in macro defining functions
` [PATCH V2 4/5] mm: shmem: Convert shmem_enabled_show to use sysfs_emit_at
` [PATCH V2 5/5] mm: slub: Convert sysfs sprintf family to sysfs_emit/sysfs_emit_at

[PATCH] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
 2020-11-14 18:07 UTC  (3+ messages)

[PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
 2020-11-14 15:27 UTC  (9+ messages)
              ` Duplicated ABI entries - Was: "

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-14 15:22 UTC  (33+ messages)
` [PATCH v4 01/16] mm: Make pagecache tagged lookups return only head pages
` [PATCH v4 02/16] mm/shmem: Use pagevec_lookup in shmem_unlock_mapping
` [PATCH v4 03/16] mm/swap: Optimise get_shadow_from_swap_cache
` [PATCH v4 04/16] mm: Add FGP_ENTRY
` [PATCH v4 05/16] mm/filemap: Rename find_get_entry to mapping_get_entry
` [PATCH v4 06/16] mm/filemap: Add helper for finding pages
` [PATCH v4 07/16] mm/filemap: Add mapping_seek_hole_data
` [PATCH v4 08/16] iomap: Use mapping_seek_hole_data
` [PATCH v4 09/16] mm: Add and use find_lock_entries
` [PATCH v4 10/16] mm: Add an 'end' parameter to find_get_entries
` [PATCH v4 11/16] mm: Add an 'end' parameter to pagevec_lookup_entries
` [PATCH v4 12/16] mm: Remove nr_entries parameter from pagevec_lookup_entries
` [PATCH v4 13/16] mm: Pass pvec directly to find_get_entries
` [PATCH v4 14/16] mm: Remove pagevec_lookup_entries
` [PATCH v4 16/16] mm/filemap: Return only head pages from find_get_entries

[linux-next:master 2760/5794] drivers/gpu/drm/msm/msm_gem_submit.c:202:10: warning: result of comparison of constant 18446744073709551615 with expression of type 'unsigned int' is always false
 2020-11-14 14:50 UTC 

arch/sparc/kernel/led.c:107:30: error: 'led_proc_ops' defined but not used
 2020-11-14 13:09 UTC 

[PATCH mm v10 00/42] kasan: add hardware tag-based mode for arm64
 2020-11-14 12:47 UTC  (46+ 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 v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-14 12:15 UTC  (3+ messages)
` [PATCH v2 09/13] arm, arm64: move free_unused_memmap() to generic mm

[linux-next:master 40/5794] s390-linux-ld: irq-renesas-h8s.c:undefined reference to `of_iomap'
 2020-11-14 11:30 UTC 

[linux-next:master 2648/5074] drivers/auxdisplay/lcd2s.c:373:3-8: No need to set .owner here. The core will do it
 2020-11-14  8:54 UTC  (3+ messages)
` [PATCH] auxdisplay: fix platform_no_drv_owner.cocci warnings

[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 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

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  (7+ messages)
` [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 v9 00/44] kasan: add hardware tag-based mode for arm64
 2020-11-13 12:04 UTC  (6+ messages)
` [PATCH v9 30/44] arm64: kasan: Allow enabling in-kernel MTE


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