messages from 2022-05-18 23:37:46 to 2022-05-20 01:57:57 UTC [more...]
[PATCH v2 bpf-next 0/8] bpf_prog_pack followup
2022-05-20 1:57 UTC (11+ messages)
` [PATCH v2 bpf-next 1/8] bpf: fill new bpf_prog_pack with illegal instructions
` [PATCH v2 bpf-next 2/8] x86/alternative: introduce text_poke_set
` [PATCH v2 bpf-next 3/8] bpf: introduce bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v2 bpf-next 4/8] module: introduce module_alloc_huge
` [PATCH v2 bpf-next 5/8] bpf: use module_alloc_huge for bpf_prog_pack
` [PATCH v2 bpf-next 6/8] vmalloc: WARN for set_vm_flush_reset_perms() on huge pages
` [PATCH v2 bpf-next 7/8] vmalloc: introduce huge_vmalloc_supported
` [PATCH v2 bpf-next 8/8] bpf: simplify select_bpf_prog_pack_size
[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-05-20 1:56 UTC (10+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
[PATCH v2] x86/sgx: Set active memcg prior to shmem allocation
2022-05-20 1:24 UTC (5+ messages)
[PATCH v3 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
2022-05-20 1:22 UTC (10+ messages)
` [PATCH v3 1/6] ARM: mm: kill unused runtime hook arch_iounmap()
` [PATCH v3 2/6] mm: ioremap: Use more sensibly name in ioremap_prot()
` [PATCH v3 3/6] mm: ioremap: Setup phys_addr of struct vm_struct
` [PATCH v3 4/6] mm: ioremap: Add arch_ioremap/iounmap()
` [PATCH v3 5/6] arm64: mm: Convert to GENERIC_IOREMAP
` [PATCH v3 6/6] arm64: Add HAVE_IOREMAP_PROT support
[PATCH v5 00/12] mm: userspace hugepage collapse
2022-05-20 1:12 UTC (5+ messages)
` [PATCH v5 01/13] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds THP
[linux-next:master 3878/12886] ERROR: modpost: "devm_ioremap_resource" [drivers/net/can/ctucanfd/ctucanfd_platform.ko] undefined!
2022-05-20 1:04 UTC
[PATCH] cgroup: don't queue css_release_work if one already pending
2022-05-19 23:26 UTC (2+ messages)
[PATCH v11 0/6] Use pageblock_order for cma and alloc_contig_range alignment
2022-05-19 23:24 UTC (13+ messages)
[PATCH v2 1/2] mm: drop oom code from exit_mmap
2022-05-19 23:08 UTC (10+ messages)
[PATCH] mapletree-vs-khugepaged
2022-05-19 22:38 UTC (9+ messages)
[PATCH 0/3] kasan: Fix ordering between MTE tag colouring and page->flags
2022-05-19 21:45 UTC (2+ messages)
[PATCH 0/6] Drain remote per-cpu directly v3
2022-05-19 21:29 UTC (19+ messages)
` [PATCH 1/6] mm/page_alloc: Add page->buddy_list and page->pcp_list
` [PATCH 2/6] mm/page_alloc: Use only one PCP list for THP-sized allocations
` [PATCH 3/6] mm/page_alloc: Split out buddy removal code from rmqueue into separate helper
` [PATCH 4/6] mm/page_alloc: Remove unnecessary page == NULL check in rmqueue
mm/page_alloc.c:984:9: warning: iteration 119304648 invokes undefined behavior
2022-05-19 21:28 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 98dca003a752b2ac43eda1619d6d35a6360cff1d
2022-05-19 21:14 UTC
[PATCH] x86/sgx: Set active memcg prior to shmem allocation
2022-05-19 20:45 UTC (4+ messages)
[PATCH v2 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
2022-05-19 19:13 UTC (10+ messages)
` [PATCH v2 3/6] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v2 4/6] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v2 5/6] userfaultfd: selftests: make /dev/userfaultfd testing configurable
[linux-next:master 8567/12886] drivers/pci/pci.c:1222:15: sparse: sparse: incorrect type in assignment (different base types)
2022-05-19 18:59 UTC
[linux-next:master] BUILD REGRESSION 736ee37e2e8eed7fe48d0a37ee5a709514d478b3
2022-05-19 18:44 UTC (3+ messages)
[PATCH 0/9] A few fixup patches for z3fold
2022-05-19 18:31 UTC (26+ messages)
` [PATCH 1/9] mm/z3fold: fix sheduling while atomic
` [PATCH 2/9] mm/z3fold: fix possible null pointer dereferencing
` [PATCH 3/9] mm/z3fold: remove buggy use of stale list for allocation
` [PATCH 4/9] mm/z3fold: throw warning on failure of trylock_page in z3fold_alloc
` [PATCH 5/9] revert "mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc"
` [PATCH 6/9] mm/z3fold: put z3fold page back into unbuddied list when reclaim or migration fails
` [PATCH 7/9] mm/z3fold: always clear PAGE_CLAIMED under z3fold page lock
` [PATCH 8/9] mm/z3fold: fix z3fold_reclaim_page races with z3fold_free
` [PATCH 9/9] mm/z3fold: fix z3fold_page_migrate races with z3fold_map
[RFC PATCH 0/6] Introduce Copy-On-Write to Page Table
2022-05-19 18:31 UTC (7+ messages)
` [RFC PATCH 1/6] mm: Add a new mm flag for Copy-On-Write PTE table
` [RFC PATCH 2/6] mm: clone3: Add CLONE_COW_PGTABLE flag
` [RFC PATCH 3/6] mm, pgtable: Add ownership for the PTE table
` [RFC PATCH 4/6] mm: Add COW PTE fallback function
` [RFC PATCH 5/6] mm, pgtable: Add the reference counter for COW PTE
` [RFC PATCH 6/6] mm: Expand Copy-On-Write to PTE table
[RFC] Add swappiness argument to memory.reclaim
2022-05-19 18:24 UTC (14+ messages)
[linux-next:master 12308/12886] arch/x86/kvm/hyperv.c:1983:22: error: shift count >= width of type
2022-05-19 18:24 UTC
[PATCH] memcg: provide reclaim stats via 'memory.reclaim'
2022-05-19 18:22 UTC (9+ messages)
[PATCH v2] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]
2022-05-19 17:29 UTC (2+ messages)
[PATCH v3 0/6] mm: introduce shrinker debugfs interface
2022-05-19 17:15 UTC (2+ messages)
[linux-next:master 12347/12886] drivers/net/ethernet/mellanox/mlx5/core/lag/mpesw.h:22:6: warning: no previous prototype for function 'mlx5_lag_mpesw_init'
2022-05-19 16:53 UTC
Hang in 5.17.4+ that appears to be due to Xen
2022-05-19 16:39 UTC (2+ messages)
` [REGRESSION] "
[PATCH v3] tracing: add 'accounted' entry into output of allocation tracepoints
2022-05-19 16:32 UTC (6+ messages)
[PATCH 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
2022-05-19 15:51 UTC (4+ messages)
` [PATCH 1/2] mm: memory_hotplug: enumerate all supported section flags
` [PATCH 2/2] mm: memory_hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-05-19 15:37 UTC (9+ messages)
` [PATCH v6 1/8] mm: Introduce memfile_notifier
` [PATCH v6 2/8] mm/shmem: Support memfile_notifier
` [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v6 5/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v6 6/8] KVM: Handle page fault for private memory
` [PATCH v6 7/8] KVM: Enable and expose KVM_MEM_PRIVATE
` [PATCH v6 8/8] memfd_create.2: Describe MFD_INACCESSIBLE flag
[linux-next:master 12308/12886] include/asm-generic/bitops/const_hweight.h:21:76: warning: right shift count >= width of type
2022-05-19 15:28 UTC
[RFC 0/6] Bootloader based hibernation
2022-05-19 15:27 UTC (5+ messages)
` [RFC 1/6] arm64: hibernate: Introduce new entry point to kernel
` [RFC 6/6] irqchip/gic-v3: Re-init GIC hardware upon hibernation restore
[PATCH] mm/mmap: Fix do_brk_munmap() when munmapping multiple mappings
2022-05-19 15:05 UTC
[PATCH] mm/mmap: Avoid dereferencing next on null in BUG_ON()
2022-05-19 15:04 UTC
[PATCH] maple_tree: Fix potential out of range offset on mas_next()/mas_prev()
2022-05-19 15:03 UTC
[PATCHv6 00/15] mm, x86/cc: Implement support for unaccepted memory
2022-05-19 14:33 UTC (5+ messages)
` [PATCHv6 02/15] mm: Add "
[fork] 753550eb0c: BUG:kernel_NULL_pointer_dereference,address
2022-05-19 13:51 UTC
[PATCH v4 0/5] A few fixup patches for mm
2022-05-19 12:50 UTC (6+ messages)
` [PATCH v4 1/5] mm/swapfile: unuse_pte can map random data if swap read fails
` [PATCH v4 2/5] mm/swapfile: Fix lost swap bits in unuse_pte()
` [PATCH v4 3/5] mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_range
` [PATCH v4 4/5] mm/shmem: fix infinite loop when swap in shmem error at swapoff time
` [PATCH v4 5/5] mm: filter out swapin error entry in shmem mapping
[linux-next:master 11453/12886] drivers/net/ethernet/dec/tulip/eeprom.c:120:54: error: 'struct pci_dev' has no member named 'pdev'; did you mean 'dev'?
2022-05-19 12:25 UTC
[PATCH v2 0/9] introduce mirrored memory support for arm64
2022-05-19 11:09 UTC (5+ messages)
` [PATCH 0/2] Add support to relocate kernel image to mirrored region
[PATCH -next v4 0/7]arm64: add machine check safe support
2022-05-19 10:38 UTC (13+ messages)
` [PATCH -next v4 3/7] arm64: add support for machine check error safe
` [PATCH -next v4 4/7] arm64: add copy_{to, from}_user to machine check safe
` [PATCH -next v4 6/7] arm64: add {get, put}_user "
` [PATCH -next v4 7/7] arm64: add cow "
[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
2022-05-19 10:11 UTC (8+ messages)
[PATCH] Revert "mm/vmscan: never demote for memcg reclaim"
2022-05-19 9:51 UTC (5+ messages)
[PATCH v3 1/1] selftests: vm: add process_mrelease tests
2022-05-19 9:00 UTC (2+ messages)
[RFC PATCH v3 00/18] io-uring/xfs: support async buffered writes
2022-05-19 8:54 UTC (21+ messages)
` [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v3 04/18] iomap: Add async buffered write support
` [RFC PATCH v3 06/18] fs: Split off remove_needs_file_privs() __remove_file_privs()
` [RFC PATCH v3 10/18] xfs: Add async buffered write support
` [RFC PATCH v3 12/18] mm: Move starting of background writeback into the main balancing loop
` [RFC PATCH v3 14/18] mm: Prepare balance_dirty_pages() for async buffered writes
` [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
` [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v3 17/18] io_uring: Add tracepoint for short writes
` [RFC PATCH v3 18/18] xfs: Enable async buffered write support
[RFC PATCH v3 4/6] [PATCH 4/6] mm: adjust page offset in mremap
2022-05-19 8:39 UTC (2+ messages)
` [mm] df8ef36a21: kernel_BUG_at_lib/list_debug.c
[PATCH] mm/ksm: introduce ksm_enabled for each process
2022-05-19 8:24 UTC (15+ messages)
` [PATCH] mm/ksm: introduce ksm_enabled for each processg
[PATCH v2 0/3] Implement readahead for squashfs
2022-05-19 8:09 UTC (5+ messages)
` [PATCH v2 3/3] squashfs: implement readahead
[RFC PATCH v3 5/6] [PATCH 5/6] mm: enable merging of VMAs with different anon_vmas
2022-05-19 8:01 UTC (2+ messages)
` [mm] d0a63efe2f: WARNING:at_mm/rmap.c:#reconnect_page_pte
[v2 PATCH] mm: pvmw: check possible huge PMD map by transhuge_vma_suitable()
2022-05-19 7:38 UTC (4+ messages)
[PATCH v2 4/5] arm64: mm: Convert to GENERIC_IOREMAP
2022-05-19 6:31 UTC (4+ messages)
` [PATCH v2 resend "
[PATCH v2 0/5] arm64: Cleanup ioremap() and support ioremap_prot()
2022-05-19 6:24 UTC (8+ messages)
` [PATCH v2 3/5] mm: ioremap: Add arch_ioremap/iounmap()
` [PATCH v2 5/5] arm64: Add HAVE_IOREMAP_PROT support
[syzbot] general protection fault in vma_interval_tree_remove
2022-05-19 5:18 UTC (6+ messages)
[RFC PATCH 00/18] Try to free user PTE page table pages
2022-05-19 4:03 UTC (6+ messages)
vma_needs_copy always true for VM_HUGETLB ?
2022-05-19 3:36 UTC (3+ messages)
DAMON VA regions don't split on an large Android APP
2022-05-19 3:09 UTC (12+ messages)
Question about hwpoison handling of 1GB hugepage
2022-05-19 2:17 UTC (4+ messages)
[PATCH 00/15] A few cleanup patches for swap
2022-05-19 1:54 UTC (4+ messages)
` [PATCH 08/15] mm/swap: make page_swapcount and __lru_add_drain_all
[PATCH -next] exec: Remove redundant check in do_open_execat/uselib
2022-05-19 1:51 UTC (4+ messages)
Warning on isolate tail page in isolate_lru_page
2022-05-19 0:58 UTC
[RFC PATCH] page_ext: create page extension for all memblock memory regions
2022-05-19 0:20 UTC (8+ messages)
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).