[PATCH v2] mm: fix panic in __alloc_pages
2021-12-07 17:13 UTC (25+ messages)
` [PATCH v3] "
[RFC net-next 0/2] IOAM queue depth and buffer occupancy
2021-12-07 17:07 UTC (10+ 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] mm/madvise: break reclaim when lock race
2021-12-07 17:04 UTC (2+ messages)
[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-12-07 16:58 UTC (9+ 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 10/45] x86/sev: Add support for hypervisor feature VMGEXIT
[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)
[PATCH v2 1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
2021-12-07 16:50 UTC (7+ messages)
[PATCH v4 00/66] Introducing the Maple Tree
2021-12-07 15:34 UTC (3+ messages)
` [PATCH v4 05/66] Maple Tree: Add new data structure
[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 RESEND v2 0/5] Avoid requesting page from DMA zone when no managed pages
2021-12-07 11:23 UTC (15+ 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
[RFC PATCH 0/2] mm: Dont allocate pages on a offline node
2021-12-07 10:55 UTC (19+ messages)
` [RFC PATCH 2/2] mm/vmscan.c: Prevent allocating shrinker_info on offlined nodes
[PATCH] mm:remove unneeded variable
2021-12-07 10:18 UTC (2+ 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 v3 0/5] x86: Show in sysfs if a memory node is able to do encryption
2021-12-07 7:25 UTC (4+ 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 V7 00/18] PKS/PMEM: Add Stray Write Protection
2021-12-07 4:45 UTC (5+ messages)
` [PATCH V7 08/18] x86/entry: Preserve PKRS MSR across exceptions
[syzbot] BUG: unable to handle kernel NULL pointer dereference in folio_mark_dirty
2021-12-07 4:30 UTC (4+ messages)
[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 (3+ messages)
[PATCH v2 00/34] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-06 21:49 UTC (37+ 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 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 (30+ messages)
` [PATCH 04/31] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH 08/31] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH 20/31] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH 21/31] kasan, fork: don't tag stacks allocated with vmalloc
` [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
[PATCH v2 00/11] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2021-12-06 18:52 UTC (12+ messages)
` [PATCH v2 01/11] mm: add zone device coherent type memory support
` [PATCH v2 02/11] mm: add device coherent vma selection for memory migration
` [PATCH v2 03/11] mm/gup: migrate PIN_LONGTERM dev coherent pages to system
` [PATCH v2 04/11] drm/amdkfd: add SPM support for SVM
` [PATCH v2 05/11] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v2 06/11] lib: test_hmm add ioctl to get zone device type
` [PATCH v2 07/11] lib: test_hmm add module param for "
` [PATCH v2 08/11] lib: add support for device coherent type in test_hmm
` [PATCH v2 09/11] tools: update hmm-test to support device coherent type
` [PATCH v2 10/11] tools: update test_hmm script to support SP config
` [PATCH v2 11/11] tools: add hmm gup test for long term pinned device pages
[RFC] mm: introduce page pinner
2021-12-06 18:47 UTC
[linux-next:master 3105/5235] ERROR: modpost: "cs35l41_regmap_spi" [sound/soc/codecs/snd-soc-cs35l41-spi.ko] undefined!
2021-12-06 18:20 UTC
[PATCH] percpu: km: Use for SMP+NOMMU
2021-12-06 17:54 UTC (8+ messages)
` [PATCH] percpu: km: ensure it is used with NOMMU (either UP or SMP)
[linux-next:master 4752/5235] kernel/kcsan/kcsan_test.c:592:35: error: implicit declaration of function 'clear_bit_unlock_is_negative_byte'
2021-12-06 17:43 UTC (2+ messages)
[PATCH v3 00/25] kcsan: Support detecting a subset of missing memory barriers
2021-12-06 17:38 UTC (8+ messages)
` [PATCH v3 08/25] kcsan: Show location access was reordered to
[PATCHSET 0/2] Avoid unnecessary indirect calls for bdev dio
2021-12-06 16:33 UTC (4+ messages)
` [PATCH 2/2] block: move direct_IO into our own read_iter handler
[linux-next:master 3697/5235] m68k-linux-ld: drivers/gpu/drm/arm/hdlcd_drv.o:undefined reference to `drm_gem_cma_prime_import_sg_table'
2021-12-06 15:46 UTC
[linux-next:master 5146/5235] arch/sparc/kernel/led.c:117:31: error: 'led' defined but not used
2021-12-06 15:26 UTC
[PATCH] mm/madvise: break reclaim when lock race
2021-12-06 14:55 UTC
[PATCH -next] kfence: fix memory leak when cat kfence objects
2021-12-06 14:06 UTC (3+ messages)
[PATCH V2] mm/damon: Modify damon_rand() macro to static inline function
2021-12-06 12:57 UTC (2+ messages)
[PATCH V1] mm/damon: Modify damon_rand() macro to static inline function
2021-12-06 12:48 UTC (3+ messages)
[PATCH v0.9.1 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
2021-12-06 12:04 UTC (13+ messages)
` [PATCH v0.9.1 3/6] sched/umcg: implement UMCG syscalls
[linux-next:pending-fixes] BUILD SUCCESS 593a87c6eb985acbc6c7fb61da3180736626c1b1
2021-12-06 10:32 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox