[PATCH v4 0/5] A few fixup patches for mm
2022-05-19 12:50 UTC (2+ messages)
` [PATCH v4 1/5] mm/swapfile: unuse_pte can map random data if swap read fails
[PATCH 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
2022-05-19 12:46 UTC (3+ messages)
` [PATCH 1/2] mm: memory_hotplug: enumerate all supported section flags
` [PATCH 2/2] mm: memory_hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP
[PATCH 0/6] Drain remote per-cpu directly v3
2022-05-19 12:26 UTC (18+ 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
[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
[PATCHv6 00/15] mm, x86/cc: Implement support for unaccepted memory
2022-05-19 11:55 UTC (4+ messages)
` [PATCHv6 02/15] mm: Add "
[PATCH v3] tracing: add 'accounted' entry into output of allocation tracepoints
2022-05-19 11:35 UTC (5+ messages)
[PATCH 0/9] A few fixup patches for z3fold
2022-05-19 11:34 UTC (25+ 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
[PATCH] cgroup: don't queue css_release_work if one already pending
2022-05-19 11:23 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] memcg: provide reclaim stats via 'memory.reclaim'
2022-05-19 11:02 UTC (8+ messages)
[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 (8+ messages)
[PATCH v3 1/1] selftests: vm: add process_mrelease tests
2022-05-19 9:00 UTC (3+ messages)
[RFC PATCH v3 00/18] io-uring/xfs: support async buffered writes
2022-05-19 8:54 UTC (27+ 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 05/18] xfs: Add iomap "
` [RFC PATCH v3 06/18] fs: Split off remove_needs_file_privs() __remove_file_privs()
` [RFC PATCH v3 07/18] fs: Split off file_needs_update_time and __file_update_time
` [RFC PATCH v3 08/18] xfs: Enable async write file modification handling
` [RFC PATCH v3 09/18] fs: Optimization for concurrent file time updates
` [RFC PATCH v3 10/18] xfs: Add async buffered write support
` [RFC PATCH v3 11/18] io_uring: Add support for async buffered writes
` [RFC PATCH v3 12/18] mm: Move starting of background writeback into the main balancing loop
` [RFC PATCH v3 13/18] mm: Move updates of dirty_exceeded into one place
` [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] Add swappiness argument to memory.reclaim
2022-05-19 8:51 UTC (12+ messages)
[PATCH v3 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
2022-05-19 8:51 UTC (8+ 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
[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
[RFC 0/6] Bootloader based hibernation
2022-05-19 7:59 UTC (11+ messages)
` [RFC 2/6] PM: Hibernate: Add option to disable disk offset randomization
` [RFC 4/6] mm: swap: Add randomization check for swapon/off calls
` [RFC 5/6] Hibernate: Add check for pte_valid in saveable page
` [RFC 6/6] irqchip/gic-v3: Re-init GIC hardware upon hibernation restore
[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
[PATCH] x86/sgx: Set active memcg prior to shmem allocation
2022-05-19 5:43 UTC (2+ messages)
[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)
[linux-next:master] BUILD REGRESSION 736ee37e2e8eed7fe48d0a37ee5a709514d478b3
2022-05-19 3:41 UTC (2+ 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 (6+ messages)
` [PATCH 07/15] mm/swap: remove unneeded p != NULL check in __swap_duplicate
` [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 (5+ 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)
[RFC PATCH v2 00/16] io-uring/xfs: support async buffered writes
2022-05-18 23:31 UTC (27+ messages)
` [RFC PATCH v2 01/16] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v2 03/16] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v2 04/16] iomap: add async buffered write support
` [RFC PATCH v2 06/16] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v2 07/16] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v2 08/16] fs: add pending file update time flag
` [RFC PATCH v2 12/16] mm: factor out _balance_dirty_pages() from balance_dirty_pages()
` [RFC PATCH v2 13/16] mm: add balance_dirty_pages_ratelimited_flags() function
[linux-next:master 12535/12574] undefined reference to `blkcg_get_fc_appid'
2022-05-18 21:52 UTC
[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2022-05-18 20:35 UTC (4+ messages)
` [PATCH Part2 v5 27/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
[PATCH v8 0/8] x86: Show in sysfs if a memory node is able to do encryption
2022-05-18 20:23 UTC (13+ messages)
[PATCH v5 00/12] mm: userspace hugepage collapse
2022-05-18 20:11 UTC (6+ messages)
` [PATCH v5 01/13] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds THP
` [PATCH v5 02/13] mm/khugepaged: add struct collapse_control
[PATCH v2] mm: Avoid unnecessary page fault retires on shared memory types
2022-05-18 20:06 UTC (2+ messages)
(no subject)
2022-05-18 19:10 UTC (7+ messages)
` [PATCH v2 1/5] selftests: memcg: Fix compilation
` [PATCH v2 2/5] selftests: memcg: Expect no low events in unprotected sibling
` [PATCH v2 3/5] selftests: memcg: Adjust expected reclaim values of protected cgroups
` [PATCH v2 4/5] selftests: memcg: Remove protection from top level memcg
[PATCH -next 2/2] arm64/mm: fix page table check compile error for CONFIG_PGTABLE_LEVELS=2
2022-05-18 17:13 UTC (2+ messages)
[RFCv2 00/10] Linear Address Masking enabling
2022-05-18 17:08 UTC (4+ messages)
` [RFCv2 08/10] x86/mm: Make LAM_U48 and mappings above 47-bits mutually exclusive
[linux-next:pending-fixes] BUILD SUCCESS 2424086909d2986049c49936822527ee8271f573
2022-05-18 16:50 UTC
[PATCH 0/4] memcontrol selftests fixups
2022-05-18 16:27 UTC (6+ messages)
` [PATCH 1/4] selftests: memcg: Fix compilation
` [PATCH 2/4] selftests: memcg: Expect no low events in unprotected sibling
` [PATCH 3/4] selftests: memcg: Adjust expected reclaim values of protected cgroups
` [PATCH 4/4] selftests: memcg: Remove protection from top level memcg
[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
2022-05-18 15:54 UTC (10+ messages)
` [PATCH 0/4] memcontrol selftests fixups
` [PATCH 2/4] selftests: memcg: Expect no low events in unprotected sibling
` [PATCH 4/4] selftests: memcg: Remove protection from top level memcg
[xfs] 1eb70f54c4: xfstests.xfs.348.fail
2022-05-18 14:45 UTC
RFC: Memory Tiering Kernel Interfaces (v2)
2022-05-18 12:00 UTC (4+ messages)
[PATCH -next v2 0/3] RISC-V: Add Bitmanip/Scalar Crypto HWCAP
2022-05-18 11:04 UTC (7+ messages)
` [PATCH -next v2 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT
` [PATCH -next v2 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
[xfs] 5349b2afc1: xfstests.xfs.050.fail
2022-05-18 9:41 UTC
[PATCH v2] tracing: add ACCOUNT flag for allocations from marked slab caches
2022-05-18 9:38 UTC (4+ messages)
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