linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-12 09:00:39 to 2021-03-13 13:49:21 UTC [more...]

[PATCH v2 0/3] Move kernel mapping outside the linear mapping
 2021-03-13  9:25 UTC  (3+ messages)
` [PATCH v2 1/3] riscv: Move kernel mapping outside of "
` [PATCH v2 2/3] Documentation: riscv: Add documentation that describes the VM layout

[PATCH 0/7 v4] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-13 13:30 UTC  (14+ messages)
` [PATCH 1/7] mm/page_alloc: Move gfp_allowed_mask enforcement to prepare_alloc_pages
` [PATCH 2/7] mm/page_alloc: Rename alloced to allocated
` [PATCH 3/7] mm/page_alloc: Add a bulk page allocator
` [PATCH 4/7] SUNRPC: Set rq_page_end differently
` [PATCH 5/7] SUNRPC: Refresh rq_pages using a bulk page allocator
` [PATCH 6/7] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 7/7] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH 0/6] Some cleanups for huge_memory
 2021-03-13 10:36 UTC  (8+ messages)
` [PATCH 1/6] mm/huge_memory.c: rework the function vma_adjust_trans_huge()
` [PATCH] mm/huge_memory.c: use helper function migration_entry_to_page()
` [PATCH 3/6] mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightly
` [PATCH 4/6] mm/huge_memory.c: remove redundant PageCompound() check
` [PATCH 5/6] mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG
` [PATCH 6/6] mm/huge_memory.c: use helper function migration_entry_to_page()

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-13 13:16 UTC  (15+ messages)
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

[PATCH] kswapd: no need reclaim cma pages triggered by unmovable allocation
 2021-03-13 10:50 UTC  (2+ messages)

[RFC PATCH V2]: add DYNAMC_FTRACE_WITH_REGS and
 2021-03-13  9:26 UTC  (8+ messages)
` [PATCH 1/6] MIPS: replace -pg with CC_FLAGS_FTRACE
` [PATCH 2/6] MIPS: move FTRACE_SYSCALLS from ftrace.c into syscall.c
` [PATCH 3/6] MIPS: prepare for new ftrace implementation
` [PATCH 4/6] kprobes/ftrace: Use ftrace_location() when [dis]arming probes
` [PATCH 5/6] ftrace: introduce FTRACE_IP_EXTENSION
` [PATCH 6/6] MIPS: add DYNAMIC_FTRACE_WITH_REGS and KPROBES_ON_FTACE

[PATCH 0/3] Move kernel mapping outside the linear mapping
 2021-03-13  8:23 UTC  (8+ messages)
` [PATCH 2/3] Documentation: riscv: Add documentation that describes the VM layout

[PATCH v1 00/14] Multigenerational LRU
 2021-03-13  7:57 UTC  (15+ messages)
` [PATCH v1 01/14] include/linux/memcontrol.h: do not warn in page_memcg_rcu() if !CONFIG_MEMCG
` [PATCH v1 02/14] include/linux/nodemask.h: define next_memory_node() if !CONFIG_NUMA
` [PATCH v1 03/14] include/linux/huge_mm.h: define is_huge_zero_pmd() if !CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH v1 04/14] include/linux/cgroup.h: export cgroup_mutex
` [PATCH v1 05/14] mm/swap.c: export activate_page()
` [PATCH v1 06/14] mm, x86: support the access bit on non-leaf PMD entries
` [PATCH v1 07/14] mm/pagewalk.c: add pud_entry_post() for post-order traversals
` [PATCH v1 08/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v1 09/14] mm: multigenerational lru: mm_struct list
` [PATCH v1 10/14] mm: multigenerational lru: core
` [PATCH v1 11/14] mm: multigenerational lru: page activation
` [PATCH v1 12/14] mm: multigenerational lru: user space interface
` [PATCH v1 13/14] mm: multigenerational lru: Kconfig
` [PATCH v1 14/14] mm: multigenerational lru: documentation

incoming
 2021-03-13  5:08 UTC  (30+ messages)
` [patch 01/29] memblock: fix section mismatch warning
` [patch 02/29] stop_machine: mark helpers __always_inline
` [patch 03/29] init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM
` [patch 04/29] mm/page_alloc.c: refactor initialization of struct page for holes in memory layout
` [patch 05/29] mm/fork: clear PASID for new mm
` [patch 06/29] hugetlb: dedup the code to add a new file_region
` [patch 07/29] hugetlb: break earlier in add_reservation_in_range() when we can
` [patch 08/29] mm: introduce page_needs_cow_for_dma() for deciding whether cow
` [patch 09/29] mm: use is_cow_mapping() across tree where proper
` [patch 10/29] hugetlb: do early cow when page pinned on src mm
` [patch 11/29] mm/highmem.c: fix zero_user_segments() with start > end
` [patch 12/29] binfmt_misc: fix possible deadlock in bm_register_write
` [patch 13/29] MAINTAINERS: exclude uapi directories in API/ABI section
` [patch 14/29] linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*
` [patch 15/29] kfence: fix printk format for ptrdiff_t
` [patch 16/29] kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations
` [patch 17/29] kfence: fix reports if constant function prefixes exist
` [patch 18/29] include/linux/sched/mm.h: use rcu_dereference in in_vfork()
` [patch 19/29] mm/madvise: replace ptrace attach requirement for process_madvise
` [patch 20/29] kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC
` [patch 21/29] kasan: fix KASAN_STACK dependency for HW_TAGS
` [patch 22/29] mm/userfaultfd: fix memory corruption due to writeprotect
` [patch 23/29] mm, hwpoison: do not lock page again when me_huge_page() successfully recovers
` [patch 24/29] ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls
` [patch 25/29] ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign
` [patch 26/29] mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argument
` [patch 27/29] mm/memcg: set memcg when splitting page
` [patch 28/29] zram: fix return value on writeback_store
` [patch 29/29] zram: fix broken page writeback

[PATCH] mm/oom_kill: fix wild pointer in out_of_memory
 2021-03-13  4:23 UTC 

[PATCH 3/7] tracing: Pass buffer of event to trigger operations
 2021-03-13  4:04 UTC 

[PATCH v2] hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappings
 2021-03-13  3:11 UTC  (3+ messages)

[PATCH 0/5] Some cleanups for hugetlb
 2021-03-13  2:54 UTC  (9+ messages)
` [PATCH 3/5] hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE in hugetlb_cgroup_migrate()
` [PATCH 4/5] mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()
` [PATCH 5/5] mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op case

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-13  2:36 UTC  (20+ messages)
` [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH v2 07/11] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH v2 08/11] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg

[PATCH v2 0/4] Remove nrexceptional tracking
 2021-03-13  2:35 UTC  (3+ messages)

[PATCH v2] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-13  1:55 UTC  (2+ messages)

[PATCH V5] MIPS: clean up MIPS_PGD_C0_CONTEXT
 2021-03-13  1:39 UTC  (2+ messages)
` [PATCH] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling

[linux-next:master 2408/4141] drivers/scsi/sg.c:2198:1: warning: the frame size of 2144 bytes is larger than 2048 bytes
 2021-03-13  1:15 UTC  (2+ messages)

[PATCH v3 0/4] Use obj_cgroup APIs to charge kmem pages
 2021-03-12 23:18 UTC  (15+ messages)
` [PATCH v3 2/4] mm: memcontrol: make page_memcg{_rcu} only applicable for non-kmem page
    ` [External] "
` [PATCH v3 3/4] mm: memcontrol: use obj_cgroup APIs to charge kmem pages
    ` [External] "
` [PATCH v3 4/4] mm: memcontrol: move PageMemcgKmem to the scope of CONFIG_MEMCG_KMEM

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-12 23:48 UTC  (15+ messages)

Is anonymous memory part of the page cache on Linux?
 2021-03-12 22:45 UTC  (4+ messages)

[PATCH] SUNRPC: Refresh rq_pages using a bulk page allocator
 2021-03-12 22:16 UTC  (2+ messages)

[linux-next:master 2778/3213] arch/x86/mm/init_64.c:1583:6: error: implicit declaration of function 'vmemmap_use_new_sub_pmd'
 2021-03-12 21:38 UTC  (2+ messages)

[RFC PATCH v2 02/11] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
 2021-03-12 21:37 UTC  (3+ messages)

[RFC PATCH v2 01/11] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
 2021-03-12 20:53 UTC  (3+ messages)

[PATCH] mm: Remove default DISCONTIGMEM_MANUAL
 2021-03-12 19:48 UTC  (2+ messages)

[linux-next:master 2159/4141] drivers/net/ethernet/mellanox/mlx5/core/lib/dm.c:34 mlx5_dm_create() warn: should '(((1))) << + (($expr_0x7fbd58df5790(30)) / 32))))) >> (32 - 8 - (($expr_0x7fbd58df5d30(30)) & 31))) & (((1 << 8) - 1))) - (
 2021-03-12 19:34 UTC 

[PATCH v18 4/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
 2021-03-12 17:50 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION d98f554b318f57ded14684c04b3337a1975cf490
 2021-03-12 18:12 UTC 

[PATCH 0/3] Add support for free vmemmap pages of HugeTLB for arm64
 2021-03-12 17:38 UTC  (6+ messages)

[PATCH v3 1/3] mm: replace migrate_prep with lru_add_drain_all
 2021-03-12 17:17 UTC  (8+ messages)
` [PATCH v3 2/3] mm: disable LRU pagevec during the migration temporarily
` [PATCH v3 3/3] mm: fs: Invalidate BH LRU during page migration

mmotm 2021-03-11-21-46 uploaded
 2021-03-12 17:14 UTC  (2+ messages)
` mmotm 2021-03-11-21-46 uploaded (mm/shmem.c)

[PATCH v22 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2021-03-12 16:59 UTC  (11+ messages)
` [PATCH v22 8/8] x86/vdso: Add ENDBR64 to __vdso_sgx_enter_enclave

[PATCH v2 01/11] kasan: docs: clean up sections
 2021-03-12 15:11 UTC  (22+ messages)
` [PATCH v2 02/11] kasan: docs: update overview section
` [PATCH v2 03/11] kasan: docs: update usage section
` [PATCH v2 04/11] kasan: docs: update error reports section
` [PATCH v2 05/11] kasan: docs: update boot parameters section
` [PATCH v2 06/11] kasan: docs: update GENERIC implementation details section
` [PATCH v2 07/11] kasan: docs: update SW_TAGS "
` [PATCH v2 08/11] kasan: docs: update HW_TAGS "
` [PATCH v2 09/11] kasan: docs: update shadow memory section
` [PATCH v2 10/11] kasan: docs: update ignoring accesses section
` [PATCH v2 11/11] kasan: docs: update tests section

drivers/block/paride/bpck.c:32: warning: "PC" redefined
 2021-03-12 14:45 UTC 

[PATCH v4] kasan: remove redundant config option
 2021-03-12 14:31 UTC  (5+ messages)

[PATCH v2] fb_defio: Remove custom address_space_operations
 2021-03-12 14:12 UTC  (2+ messages)

[PATCH 01/11] kasan: docs: clean up sections
 2021-03-12 14:07 UTC  (13+ messages)
` [PATCH 02/11] kasan: docs: update overview section
` [PATCH 09/11] kasan: docs: update shadow memory section
` [PATCH 10/11] kasan: docs: update ignoring accesses section
` [PATCH 11/11] kasan: docs: update tests section

[PATCH] mm/slab: kmalloc with GFP_DMA32 allocate from SLAB_CACHE_DMA32
 2021-03-12 13:20 UTC  (3+ messages)

[PATCH mm] kfence: zero guard page after out-of-bounds access
 2021-03-12 13:11 UTC  (2+ messages)

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12 12:01 UTC  (5+ messages)
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING a9379d66d2a888c65c75e4d8c12264ac20c24030
 2021-03-12 10:40 UTC 

[PATCH 1/2] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling
 2021-03-12 10:27 UTC  (4+ messages)
` [PATCH 2/2] MIPS: loongson64: alloc pglist_data at run time

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-12 10:18 UTC  (8+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()

[PATCH] z3fold: prevent reclaim/free race for headless pages
 2021-03-12  9:29 UTC  (2+ messages)

[PATCH v2] arm: print alloc free paths for address in registers
 2021-03-12  9:21 UTC  (3+ messages)


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).