messages from 2021-12-15 10:50:38 to 2021-12-16 21:55:11 UTC [more...]
[PATCH v4 0/4] Assorted improvements to usercopy
2021-12-16 21:53 UTC (3+ messages)
` [PATCH v4 2/4] mm/usercopy: Detect vmalloc overruns
` [PATCH v4 4/4] usercopy: Remove HARDENED_USERCOPY_PAGESPAN
[PATCH 0/2] add MemAvailable to per-node meminfo
2021-12-16 21:05 UTC (12+ messages)
` [PATCH 1/2] mm: "
` [PATCH 2/2] mm: reimplement si_mem_available()
[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-12-16 20:24 UTC (24+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v8 06/40] x86/sev: Check SEV-SNP features support
` [PATCH v8 07/40] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v8 08/40] x86/sev: Check the vmpl level
[PATCH v4 0/5] x86: Show in sysfs if a memory node is able to do encryption
2021-12-16 19:22 UTC (6+ messages)
` [PATCH v4 1/5] mm/memblock: Tag memblocks with crypto capabilities
` [PATCH v4 2/5] mm/mmzone: Tag pg_data_t "
` [PATCH v4 3/5] x86/e820: Tag e820_entry "
` [PATCH v4 4/5] x86/efi: Tag e820_entries as crypto capable from EFI memmap
` [PATCH v4 5/5] drivers/node: Show in sysfs node's crypto capabilities
[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-16 19:07 UTC (17+ messages)
` [PATCH mm v3 04/38] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v3 09/38] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v3 11/38] kasan, page_alloc: combine tag_clear_highpage calls "
` [PATCH mm v3 13/38] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v3 15/38] kasan: clean up metadata byte definitions
` [PATCH mm v3 18/38] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v3 19/38] kasan: reorder vmalloc hooks
` [PATCH mm v3 26/38] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
folio mapcount
2021-12-16 18:56 UTC (8+ messages)
[PATCH v4 00/10] Convert powerpc to default topdown mmap layout
2021-12-16 18:55 UTC (11+ messages)
` [PATCH v4 06/10] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v4 07/10] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v4 09/10] powerpc/mm: Convert to default topdown mmap layout
[PATCH v2] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall
2021-12-16 18:50 UTC
[PATCH] x86: Implement arch_prctl(ARCH_VSYSCALL_LOCKOUT) to disable vsyscall
2021-12-16 18:31 UTC (7+ messages)
[PATCH] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
2021-12-16 18:17 UTC (2+ messages)
[PATCH v4 1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
2021-12-16 17:23 UTC (7+ messages)
` [PATCH 4/3] mm: drop MMF_OOM_SKIP from exit_mmap
Nokia N900 not hitting OFF mode since 5.9 is caused by proactive memory compaction
2021-12-16 15:23 UTC
[PATCH v2 00/33] Separate struct slab from struct page
2021-12-16 15:00 UTC (6+ messages)
[PATCH v4 11/17] mm: list_lru: allocate list_lru_one only when needed
2021-12-16 14:56 UTC (2+ messages)
` [External] [mm] 86cda95957: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h
[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
2021-12-16 13:23 UTC (17+ messages)
[PATCH V2] mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
2021-12-16 13:16 UTC (7+ messages)
[linux-next:master] BUILD REGRESSION 93bf6eee76c0e716f6b32de690b1c52991547bb4
2021-12-16 12:42 UTC
[linux-next:master 5819/6579] dtbs_check: arch/arm/boot/dts/am335x-osd3358-sm-red.dt.yaml: imu@68: i2c-gate: False schema does not allow {'#address-cells': [[1]], '#size-cells': [[0]], 'ax8975@c': {'compatible': ['asahi-kasei,ak8975'], 'reg': [[12]]}}
2021-12-16 12:42 UTC (2+ messages)
arch/mips/mm/tlbex.c:2599 check_pabits() warn: always true condition '(fillbits >= ((__builtin_constant_p(0)) ?(((0) < 2) ?0:63 - __builtin_clzll(0)):((4 <= 4)) ?__ilog2_u32(0):__ilog2_u64(0))) => (0-u32max >= 0)'
2021-12-16 11:41 UTC
[PATCH 0/4] mm: percpu: Cleanup percpu first chunk function
2021-12-16 11:23 UTC (5+ messages)
` [PATCH 1/4] mm: percpu: Generalize percpu related config
` [PATCH 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef
` [PATCH 3/4] mm: percpu: Add generic pcpu_fc_alloc/free funciton
` [PATCH 4/4] mm: percpu: Add generic pcpu_populate_pte() function
[PATCH v4 00/66] Introducing the Maple Tree
2021-12-16 11:09 UTC (16+ messages)
` [PATCH v4 05/66] Maple Tree: Add new data structure
` [PATCH v4 09/66] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v4 10/66] mm/mmap: Use the maple tree for find_vma_prev() "
` [PATCH v4 11/66] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v4 12/66] kernel/fork: Use maple tree for dup_mmap() during forking
[PATCH] docs/vm: clarify overcommit amount sysctl behavior
2021-12-16 11:01 UTC (2+ messages)
[PATCH 00/31] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-16 10:59 UTC (5+ messages)
` [PATCH 08/31] kasan, page_alloc: refactor init checks in post_alloc_hook
[PATCH] mm/page_alloc: Modify the comment section for alloc_contig_pages()
2021-12-16 10:59 UTC (2+ messages)
[PATCH 0/2] mm: fix cma allocation fail sometimes
2021-12-16 10:56 UTC (5+ messages)
` [PATCH 1/2] mm: cma: fix allocation may "
[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
2021-12-16 10:52 UTC (13+ messages)
` [PATCH v3 3/5] mm_zone: add function to check if managed dma zone exists
` [PATCH v3 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone
[PATCH v2] mm/damon: Add access checking for hugetlb pages
2021-12-16 10:38 UTC
[PATCH 00/43] Add KernelMemorySanitizer infrastructure
2021-12-16 10:33 UTC (28+ messages)
` [PATCH 07/43] compiler_attributes.h: add __disable_sanitizer_instrumentation
` [PATCH 09/43] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH 10/43] kmsan: pgtable: reduce vmalloc space
` [PATCH 12/43] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN
` [PATCH 13/43] kmsan: add KMSAN runtime core
` [PATCH 21/43] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH 24/43] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH 25/43] kmsan: skip shadow checks in files doing context switches
` [PATCH 33/43] kmsan: disable physical page merging in biovec
[PATCH -next] mm/memcg: Use struct_size() helper in kzalloc()
2021-12-16 9:44 UTC (2+ messages)
[PATCH] memblock: fix memblock_phys_alloc() section mismatch error
2021-12-16 9:00 UTC (2+ messages)
[PATCH] mm: make some vars and functions static or __init
2021-12-16 8:59 UTC (2+ messages)
[PATCH v2 00/11] iommu: refactor flush queues into iommu-dma
2021-12-16 8:55 UTC (10+ messages)
` [PATCH v2 02/11] gpu: host1x: Add missing DMA API include
` [PATCH v2 03/11] drm/tegra: vic: Fix DMA API misuse
` [PATCH v2 04/11] iommu/iova: Squash entry_dtor abstraction
` [PATCH v2 05/11] iommu/iova: Squash flush_cb abstraction
[PATCH] mm/migrate: fix pmd_migration_entry_wait() (merge issue in linux-next)
2021-12-16 8:38 UTC
[PATCH v6 00/23] userfaultfd-wp: Support shmem and hugetlbfs
2021-12-16 8:04 UTC (16+ messages)
` [PATCH v6 03/23] mm: Check against orig_pte for finish_fault()
` [PATCH v6 04/23] mm/uffd: PTE_MARKER_UFFD_WP
` [PATCH v6 06/23] mm/shmem: Handle uffd-wp special pte in page fault handler
[PATCH] mm/damon: Add access checking for hugetlb pages
2021-12-16 7:59 UTC (4+ messages)
[PATCH] mm/memcontrol: Disable on PREEMPT_RT
2021-12-16 7:51 UTC (9+ messages)
[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
2021-12-16 7:46 UTC (9+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 7/9] dax: add dax holder helper for filesystems
[PATCH v5 07/11] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
2021-12-15 21:26 UTC (2+ messages)
[linux-next:master 6371/6993] kernel/rcu/tree_nocb.h:1262 rcu_spawn_cpu_nocb_kthread() warn: inconsistent indenting
2021-12-15 19:54 UTC (2+ messages)
[linux-next:master 6352/6993] drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
2021-12-15 19:01 UTC
[linux-stable-rc:queue/5.10 6492/9999] ERROR: modpost: "raid6_2data_recov" [fs/btrfs/btrfs.ko] undefined!
2021-12-15 17:21 UTC (2+ messages)
[PATCH-next v3] mm/memcg: Properly handle memcg_stock access for PREEMPT_RT
2021-12-15 16:58 UTC (3+ messages)
[PATCH] zpool: remove the list of pools_head
2021-12-15 16:41 UTC
[PATCH v2] mm/oom_kill: wake futex waiters before annihilating victim shared mutex
2021-12-15 15:53 UTC (3+ messages)
[PATCH] Documentation: accounting: add thrashing page cache and direct compact
2021-12-15 15:43 UTC
segregated list + slab merging is much better than original SLOB
2021-12-15 15:23 UTC (11+ messages)
` Do we really need SLOB nowdays?
[PATCH] mm/madvise: elevate page refcount while isolating in process_madvise()
2021-12-15 15:39 UTC (3+ messages)
[PATCH 5.10 4/5] arm: extend pfn_valid to take into account freed memory map alignment
2021-12-15 14:10 UTC (2+ messages)
` Patch "arm: extend pfn_valid to take into account freed memory map alignment" has been added to the 5.10-stable tree
[PATCH 5.10 1/5] memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER
2021-12-15 14:10 UTC (2+ messages)
` Patch "memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER" has been added to the 5.10-stable tree
[PATCH 5.10 3/5] memblock: ensure there is no overflow in memblock_overlaps_region()
2021-12-15 14:10 UTC (2+ messages)
` Patch "memblock: ensure there is no overflow in memblock_overlaps_region()" has been added to the 5.10-stable tree
[PATCH 5.10 2/5] memblock: align freed memory map on pageblock boundaries with SPARSEMEM
2021-12-15 14:10 UTC (2+ messages)
` Patch "memblock: align freed memory map on pageblock boundaries with SPARSEMEM" has been added to the 5.10-stable tree
[PATCH 5.10 5/5] arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAM
2021-12-15 14:10 UTC (2+ messages)
` Patch "arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAM" has been added to the 5.10-stable tree
[PATCH 5.4 1/5] memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER
2021-12-15 14:09 UTC (2+ messages)
` Patch "memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER" has been added to the 5.4-stable tree
[PATCH 5.4 2/5] memblock: align freed memory map on pageblock boundaries with SPARSEMEM
2021-12-15 14:09 UTC (2+ messages)
` Patch "memblock: align freed memory map on pageblock boundaries with SPARSEMEM" has been added to the 5.4-stable tree
[PATCH 5.4 3/5] memblock: ensure there is no overflow in memblock_overlaps_region()
2021-12-15 14:09 UTC (2+ messages)
` Patch "memblock: ensure there is no overflow in memblock_overlaps_region()" has been added to the 5.4-stable tree
[PATCH 5.4 5/5] arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAM
2021-12-15 14:09 UTC (2+ messages)
` Patch "arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAM" has been added to the 5.4-stable tree
[PATCH 5.4 4/5] arm: extend pfn_valid to take into account freed memory map alignment
2021-12-15 14:09 UTC (2+ messages)
` Patch "arm: extend pfn_valid to take into account freed memory map alignment" has been added to the 5.4-stable tree
[PATCH 5.4 0/5] memblock, arm: fixes for freeing of the memory map
2021-12-15 14:02 UTC (3+ messages)
[PATCH v2 linux-next] delayacct: track delays from memory compact
2021-12-15 12:40 UTC (8+ messages)
[linux-next:master 6352/6993] drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
2021-12-15 12:39 UTC
[PATCH v4 00/17] Optimize list lru memory consumption
2021-12-15 12:36 UTC (10+ messages)
` [PATCH v4 01/17] mm: list_lru: optimize memory consumption of arrays of per cgroup lists
` [PATCH v4 02/17] mm: introduce kmem_cache_alloc_lru
` [PATCH v4 09/17] mm: workingset: use xas_set_lru() to pass shadow_nodes
[linux-next:master 6352/6993] drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
2021-12-15 12:28 UTC
[linux-next:master 6352/6993] drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
2021-12-15 12:18 UTC
[linux-next:master] BUILD REGRESSION 0bafb8f3ebc84525d0ae0fcea22d12151b99312f
2021-12-15 12:06 UTC
[PATCH v3 net-next 01/23] lib: add reference counting tracking infrastructure
2021-12-15 11:25 UTC (4+ messages)
[RFC PATCH] psi: introduce rt property for trigger
2021-12-15 10:49 UTC
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).