linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-13 22:16:20 to 2020-11-16 14:45:31 UTC [more...]

[PATCH mm v10 00/42] kasan: add hardware tag-based mode for arm64
 2020-11-16 14:48 UTC  (47+ 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-16 14:48 UTC  (23+ 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

[PATCH] mm/compaction: move compaction_suitable's comment to right place
 2020-11-16 14:41 UTC 

[auxdisplay] b26deabb1d: BUG:kernel_NULL_pointer_dereference,address
 2020-11-16 14:39 UTC  (5+ messages)
  ` [LKP] "

[PATCH v2] binfmt_elf_fdpic: return corresponding errcode if create_elf_fdpic_tables() fail
 2020-11-16 14:06 UTC 

[PATCH v4 00/21] Free some vmemmap pages of hugetlb page
 2020-11-16 13:52 UTC  (7+ 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 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate

[PATCH RFC v2 00/21] kasan: hardware tag-based mode for production use on arm64
 2020-11-16 13:50 UTC  (10+ messages)
` [PATCH RFC v2 04/21] kasan: unpoison stack only with CONFIG_KASAN_STACK

[drm] e3aae683e8: BUG:kernel_NULL_pointer_dereference,address
 2020-11-16 13:49 UTC 

[linux-next:pending-fixes] BUILD SUCCESS a24d51ed93639dc84304e51a4c6faa533a4a91d4
 2020-11-16 13:30 UTC 

[linux-next:master 3518/6356] drivers/gpu/drm/drm_edid.o: warning: objtool: do_cvt_mode() falls through to next function drm_mode_detailed.isra.0()
 2020-11-16 12:35 UTC 

[PATCH v2] mm: memblock: drop __init from memblock functions to make it inline
 2020-11-16 11:35 UTC 

KASAN: invalid-free in p9_client_create
 2020-11-16 11:11 UTC 

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-16 10:34 UTC  (34+ 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

[PATCH v4 00/27]Fix several bad kernel-doc markups
 2020-11-16 10:18 UTC  (3+ messages)
` [PATCH v4 21/27] memblock: fix "
` [PATCH v4 25/27] mm: "

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

[PATCH v2 1/1] kasan: fix object remain in offline per-cpu quarantine
 2020-11-16  9:26 UTC 

[linux-next:master 4911/5794] include/linux/bitfield.h:119:3: error: call to '__bad_mask' declared with attribute error: bad bitfield mask
 2020-11-16  9:08 UTC  (2+ messages)
` [PATCH RFC] pwm: keembay: Fix build failure with -Os

[PATCH v9 0/3] introduce memory hinting API for external process
 2020-11-16  9:02 UTC  (5+ messages)
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH -next] mm/page_alloc: Mark some symbols with static keyword
 2020-11-16  9:02 UTC 

[PATCH v3 1/1] page_frag: Recover from memory pressure
 2020-11-16  8:37 UTC  (2+ messages)

[PATCH v2] mm: memblock: add more debug logs
 2020-11-16  7:45 UTC  (2+ messages)

[PATCH] mm: memcg: remove obsolete memcg_has_children()
 2020-11-16  5:50 UTC 

[PATCH v21 00/19] per memcg lru lock
 2020-11-16  3:45 UTC  (2+ messages)

[PATCH] h8300: Fix generic mmu_context build
 2020-11-16  2:29 UTC 

[linux-next:master 2072/5794] ERROR: modpost: "nf_reject_skb_v4_tcp_reset" undefined!
 2020-11-16  1:14 UTC 

[PATCH v2 1/1] page_frag: Recover from memory pressure
 2020-11-15 20:04 UTC  (3+ messages)

[PATCH v40 10/24] mm: Add 'mprotect' hook to struct vm_operations_struct
 2020-11-15 18:59 UTC  (8+ messages)

[PATCH V3 00/10] PKS: Add Protection Keys Supervisor (PKS) support V3
 2020-11-15 18:58 UTC  (3+ messages)
` [PATCH V3 05/10] x86/entry: Pass irqentry_state_t by reference

[GIT PULL] percpu fix for v5.10-rc4
 2020-11-15 18:00 UTC  (2+ messages)

[PATCH] mm/shmem: use kmem_cache_zalloc in shmem_alloc_inode()
 2020-11-15 17:40 UTC 

[PATCH v3] mm/shmem.c: make shmem_mapping() inline
 2020-11-15 16:52 UTC 

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

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-15  9:17 UTC  (12+ messages)
` [PATCH v8 4/9] "
` [PATCH v8 6/9] secretmem: add memcg accounting
` [PATCH v8 8/9] arch, mm: wire up memfd_secret system call were relevant

[PATCH v8 2/9] mmap: make mlock_future_check() global
 2020-11-15  8:26 UTC  (3+ messages)

[linux-next:master 201/5794] drivers/soc/aspeed/aspeed-xdma.c:453:39: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-11-15  8:16 UTC 

[PATCH] page_frag: Recover from memory pressure
 2020-11-15  6:47 UTC  (6+ messages)

[PATCH] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
 2020-11-15  6:44 UTC  (3+ messages)

[linux-next:master 3817/5794] drivers/gpu/drm/msm/msm_gem.c:1014:10: error: initialization of 'int drm_gem_object struct dma_buf_map from incompatible pointer type 'void COPYING CREDITS Documentation Kbuild Kconfig LICENSES MAINTAINERS Makefile README arch block certs crypto drivers fs include init ipc kernel lib mm net samples scripts security sound tools usr virt drm_gem_object
 2020-11-15  0:12 UTC 

[linux-next:master 1703/5794] hppa-linux-ld: undefined reference to `init_net'
 2020-11-14 23:00 UTC 

incoming
 2020-11-14 22:14 UTC  (17+ 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 

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

[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 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  (3+ 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 


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