messages from 2021-12-06 21:10:36 to 2021-12-08 06:20:29 UTC [more...]
[PATCH RESEND v2 0/5] Avoid requesting page from DMA zone when no managed pages
2021-12-08 4:56 UTC (17+ messages)
` [PATCH RESEND v2 1/5] docs: kernel-parameters: Update to reflect the current default size of atomic pool
` [PATCH RESEND v2 2/5] dma-pool: allow user to disable "
` [PATCH RESEND v2 3/5] mm_zone: add function to check if managed dma zone exists
` [PATCH RESEND v2 4/5] dma/pool: create dma atomic pool only if dma zone has managed pages
` [PATCH RESEND v2 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone
[PATCH 00/48] Folios for 5.17
2021-12-08 4:22 UTC (11+ messages)
` [PATCH 12/48] filemap: Convert tracing of page cache operations to folio
` [PATCH 15/48] filemap: Remove thp_contains()
` [PATCH 23/48] filemap: Convert do_async_mmap_readahead to take a folio
` [PATCH 27/48] filemap: Convert page_cache_delete_batch to folios
` [PATCH 28/48] filemap: Use folios in next_uptodate_page
` [PATCH 29/48] filemap: Use a folio in filemap_map_pages
` [PATCH 30/48] filemap: Use a folio in filemap_page_mkwrite
` [PATCH 39/48] filemap: Convert filemap_read() to use a folio
` [PATCH 40/48] filemap: Convert filemap_get_read_batch() to use a folio_batch
` [PATCH 45/48] truncate: Convert invalidate_inode_pages2_range to folios
[linux-next:master] BUILD REGRESSION 04fe99a8d936d46a310ca61b8b63dc270962bf01
2021-12-08 6:08 UTC
[PATCH] mm/oom_kill: wake futex waiters before annihilating victim shared mutex
2021-12-08 1:58 UTC (6+ messages)
[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
2021-12-08 0:51 UTC (9+ messages)
` [PATCH V7 03/18] x86/pks: Add additional PKEY helper macros
` [PATCH V7 08/18] x86/entry: Preserve PKRS MSR across exceptions
[PATCH v2 0/1] Dont allocate pages on a offline node
2021-12-08 1:26 UTC (10+ messages)
` [PATCH v2 1/1] mm/vmscan.c: Prevent allocating shrinker_info on offlined nodes
[PATCH v2 0/4] page table check
2021-12-08 0:05 UTC (3+ messages)
` [PATCH v2 3/4] mm: "
[PATCH v3 1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
2021-12-07 23:08 UTC (5+ messages)
` [PATCH v3 2/2] mm/oom_kill: allow process_mrelease to run under mmap_lock protection
[syzbot] BUG: unable to handle kernel NULL pointer dereference in folio_mark_dirty
2021-12-07 22:10 UTC (7+ messages)
` [f2fs-dev] "
[PATCH v2 1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
2021-12-07 21:54 UTC (8+ messages)
[RFC PATCH 0/2] mm: Dont allocate pages on a offline node
2021-12-07 21:45 UTC (13+ messages)
` [RFC PATCH 1/2] include/linux/gfp.h: Do not allocate pages on a offlined node
` [RFC PATCH 2/2] mm/vmscan.c: Prevent allocating shrinker_info on offlined nodes
[linux-next:pending-fixes] BUILD SUCCESS 38a22b258a2dd71fb3d577cc84d6a3e774d79139
2021-12-07 21:18 UTC
[linux-next:master 3583/5418] fs/cachefiles/io.c:487:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
2021-12-07 20:15 UTC
[PATCH v3 0/5] x86: Show in sysfs if a memory node is able to do encryption
2021-12-07 20:13 UTC (8+ messages)
[PATCH v2 00/34] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-07 19:46 UTC (39+ messages)
` [PATCH v2 01/34] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH v2 02/34] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH v2 03/34] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH v2 04/34] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH v2 05/34] kasan, page_alloc: init memory of skipped pages on free
` [PATCH v2 06/34] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH v2 07/34] mm: clarify __GFP_ZEROTAGS comment
` [PATCH v2 08/34] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH v2 09/34] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH v2 10/34] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH v2 11/34] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH v2 12/34] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH v2 13/34] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH v2 14/34] kasan, page_alloc: simplify kasan_unpoison_pages call site
` [PATCH v2 15/34] kasan: clean up metadata byte definitions
` [PATCH v2 16/34] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH v2 17/34] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH v2 18/34] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH v2 19/34] kasan: reorder vmalloc hooks
` [PATCH v2 20/34] kasan: add wrappers for "
` [PATCH v2 21/34] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH v2 22/34] kasan, fork: don't tag stacks allocated with vmalloc
` [PATCH v2 23/34] kasan, vmalloc: add vmalloc support to SW_TAGS
` [PATCH v2 24/34] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH v2 25/34] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
` [PATCH v2 26/34] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH v2 27/34] kasan, page_alloc: allow skipping memory init "
` [PATCH v2 28/34] kasan, vmalloc: add vmalloc support to HW_TAGS
` [PATCH v2 29/34] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH v2 30/34] kasan: simplify kasan_init_hw_tags
` [PATCH v2 31/34] kasan: add kasan.vmalloc command line flag
` [PATCH v2 32/34] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH v2 33/34] kasan: documentation updates
` [PATCH v2 34/34] kasan: improve vmalloc tests
[linux-next:master 4335/5418] drivers/gpu/drm/amd/amdgpu/amdgpu_profile.c:37:5: warning: no previous prototype for 'amdgpu_profile_ioctl'
2021-12-07 19:44 UTC
[PATCH v2 00/11] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2021-12-07 19:31 UTC (3+ messages)
` [PATCH v2 11/11] tools: add hmm gup test for long term pinned device pages
[linux-next:master 3307/5418] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:3911:28: sparse: sparse: incorrect type in assignment (different base types)
2021-12-07 19:24 UTC
[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-12-07 19:21 UTC (8+ messages)
` [PATCH v7 02/45] x86/sev: detect/setup SEV/SME features earlier in boot
` [PATCH v7 09/45] x86/sev: Save the negotiated GHCB version
` [PATCH v7 14/45] x86/compressed: Add helper for validating pages in the decompression stage
[RFC net-next 0/2] IOAM queue depth and buffer occupancy
2021-12-07 18:05 UTC (11+ messages)
` [RFC net-next 1/2] ipv6: ioam: Support for Queue depth data field
` [RFC net-next 2/2] ipv6: ioam: Support for Buffer occupancy "
[PATCH v2] mm: fix panic in __alloc_pages
2021-12-07 18:03 UTC (27+ messages)
` [PATCH v3] "
[PATCH v4 00/66] Introducing the Maple Tree
2021-12-07 18:01 UTC (5+ messages)
` [PATCH v4 06/66] mm: Start tracking VMAs with maple tree
` [PATCH v4 05/66] Maple Tree: Add new data structure
[PATCH] mm/madvise: break reclaim when lock race
2021-12-07 17:20 UTC (3+ messages)
[PATCH] mm/memcontrol: Disable on PREEMPT_RT
2021-12-07 16:55 UTC (3+ messages)
[PATCH v2 linux-next] delayacct: track delays from memory compact
2021-12-07 16:50 UTC (5+ messages)
[linux-next:master 3089/5418] ld: sound/soc/codecs/cs35l41-spi.c:80: undefined reference to `cs35l41_probe'
2021-12-07 15:09 UTC
[PATCH 1/2] [v2] mm: move anon_vma declarations to linux/mm_inline.h
2021-12-07 12:55 UTC (2+ messages)
` [PATCH 2/2] [BONUS PATCH] mm: move tlb_flush_pending inline helpers to mm_inline.h
[PATCH] mm:remove unneeded variable
2021-12-07 10:18 UTC (2+ messages)
[RFC PATCH 2/2] mm/vmscan.c: Prevent allocating shrinker_info on offlined nodes
2021-12-07 10:15 UTC (8+ messages)
[PATCH] mm/vmalloc: allocate small pages for area->pages
2021-12-07 9:46 UTC
[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
2021-12-07 9:28 UTC (11+ messages)
[PATCH -V10 RESEND 0/6] NUMA balancing: optimize memory placement for memory tiering system
2021-12-07 6:36 UTC (9+ messages)
` [PATCH -V10 RESEND 1/6] NUMA Balancing: add page promotion counter
` [PATCH -V10 RESEND 2/6] NUMA balancing: optimize page placement for memory tiering system
` [PATCH -V10 RESEND 3/6] memory tiering: skip to scan fast memory
` [PATCH -V10 RESEND 4/6] memory tiering: hot page selection with hint page fault latency
` [PATCH -V10 RESEND 5/6] memory tiering: rate limit NUMA migration throughput
` [PATCH -V10 RESEND 6/6] memory tiering: adjust hot threshold automatically
mmotm 2021-12-06-22-21 uploaded
2021-12-07 6:21 UTC
[linux-next:master 2785/5235] powerpc64-linux-ld: arch/powerpc/sysdev/xive/common.o:undefined reference to `xive_has_save_restore'
2021-12-07 5:16 UTC
[PATCH v6 00/23] userfaultfd-wp: Support shmem and hugetlbfs
2021-12-07 2:30 UTC (5+ messages)
` [PATCH v6 01/23] mm: Introduce PTE_MARKER swap entry
[PATCH] mm: mask DIRECT_RECLAIM in kswapd
2021-12-07 2:07 UTC (3+ messages)
[PATCH] hugetlb/cgroup: Fix copy/paste array assignment
2021-12-07 1:54 UTC (2+ messages)
[PATCH] numa balancing: remove some outdated document
2021-12-07 0:15 UTC (3+ messages)
[PATCH] mm: don't call lru draining in the nested lru_cache_disable
2021-12-06 23:46 UTC (4+ messages)
[PATCH] mm/migrate: move node demotion code to near its user
2021-12-06 22:12 UTC (2+ messages)
[linux-next:master 4342/5235] ia64-linux-ld: hid-prodikeys.c:undefined reference to `usb_hid_driver'
2021-12-06 21:45 UTC
[linux-next:master] BUILD REGRESSION 5d02ef4b57f6e7d4dcba14d40cf05373a146a605
2021-12-06 21:17 UTC
[PATCH 00/31] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-06 21:12 UTC (18+ messages)
` [PATCH 23/31] kasan, arm64: allow KASAN_VMALLOC with SW_TAGS
` [PATCH 24/31] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH 27/31] kasan, vmalloc: add vmalloc support to HW_TAGS
` [PATCH 28/31] kasan: add kasan.vmalloc command line flag
` [PATCH 29/31] kasan, arm64: allow KASAN_VMALLOC with HW_TAGS
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).