linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-13 05:07:38 to 2021-03-15 19:55:33 UTC [more...]

[PATCH] mm/page_alloc: try oom if reclaim is unable to make forward progress
 2021-03-15 19:54 UTC  (2+ messages)

[PATCH v4 00/25] Page folios
 2021-03-15 19:40 UTC  (19+ messages)
` [PATCH v4 01/25] mm: Introduce struct folio
` [PATCH v4 03/25] mm/vmstat: Add functions to account folio statistics
` [PATCH v4 07/25] mm: Create FolioFlags
` [PATCH v4 09/25] mm: Add folio_index, folio_page and folio_contains

[PATCH v1 00/14] Multigenerational LRU
 2021-03-15 19:40 UTC  (36+ 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

BUG: KASAN: use-after-free in __list_add_valid+0x81/0xa0 (5.11-rc4)
 2021-03-15 19:21 UTC  (9+ messages)

[PATCH 0/9] memcg accounting from OpenVZ
 2021-03-15 19:35 UTC  (15+ messages)
  ` [PATCH v2 8/8] memcg: accounting for ldt_struct objects
  ` [PATCH v2 2/8] memcg: accounting for ip6_dst_cache
  ` [PATCH v2 3/8] memcg: accounting for fib_rules
  ` [PATCH v2 4/8] memcg: accounting for ip_fib caches
  ` [PATCH v2 1/8] memcg: accounting for fib6_nodes cache
  ` [PATCH v2 5/8] memcg: accounting for fasync_cache

[PATCH mel-git] Followup: Update [PATCH 7/7] in Mel's series
 2021-03-15 19:33 UTC  (2+ messages)
  ` [PATCH mel-git] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH v3 0/4] mm/slub: Fix count_partial() problem
 2021-03-15 19:22 UTC  (4+ messages)

[PATCH] Documentation/features: mark BATCHED_UNMAP_TLB_FLUSH doesn't apply to ARM64
 2021-03-15 19:18 UTC  (2+ messages)

[PATCH v3] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-15 19:13 UTC  (3+ messages)

[PATCH v6 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-15 18:02 UTC  (7+ messages)
` [PATCH v6 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v6 2/6] init_on_alloc: Optimize static branches
` [PATCH v6 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v6 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v6 5/6] arm64: entry: "
` [PATCH v6 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

[PATCH v2] hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappings
 2021-03-15 18:42 UTC  (4+ messages)

[PATCH] [PATCH] mm, slub: enable slub_debug static key when creating cache with explicit debug flags
 2021-03-15 17:59 UTC  (6+ messages)

[PATCH v4] mm/vmalloc: randomize vmalloc() allocations
 2021-03-15 18:02 UTC  (7+ messages)

WARNING: modpost: vmlinux.o(.text+0x74fea4): Section mismatch in reference from the function memblock_find_in_range_node() to the function .init.text:memblock_bottom_up()
 2021-03-15 17:23 UTC 

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-15 16:33 UTC  (9+ messages)
` [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH v2 07/11] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support

[PATCH v5 0/7] Optionally randomize kernel stack offset each syscall
 2021-03-15 17:28 UTC  (4+ messages)
` [PATCH v5 1/7] mm: Restore init_on_* static branch defaults

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-15 16:42 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-15 16:12 UTC  (5+ messages)

[PATCH RFCv2] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-03-15 16:28 UTC  (3+ messages)

drivers/scsi/qedi/qedi_fw.c:1064:45: sparse: sparse: incorrect type in assignment (different base types)
 2021-03-15 14:28 UTC 

[PATCH 0/7 v4] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-15 13:39 UTC  (10+ messages)
` [PATCH 5/7] SUNRPC: Refresh rq_pages using a bulk page allocator
` [PATCH 7/7] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH v6 0/8] Add support for SVM atomics in Nouveau
 2021-03-15  7:51 UTC  (9+ messages)
` [PATCH v6 1/8] mm: Remove special swap entry functions
` [PATCH v6 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v6 5/8] mm: Device exclusive memory access
` [PATCH v6 8/8] nouveau/svm: Implement atomic SVM access

[PATCH] task_work: kasan: record task_work_add() call stack
 2021-03-15  6:58 UTC  (2+ messages)

[PATCH 0/6] Some cleanups for huge_memory
 2021-03-15  2:04 UTC  (11+ 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 2/6] mm/huge_memory.c: make get_huge_zero_page() return bool
` [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] Some cleanups for hugetlb
 2021-03-15  1:50 UTC  (6+ messages)
` [PATCH 5/5] mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op case

Is anonymous memory part of the page cache on Linux?
 2021-03-15  0:07 UTC  (2+ messages)

[PATCH] vmscan: retry without cache trim mode if nothing scanned
 2021-03-14 22:51 UTC  (5+ messages)

[PATCH v6 0/3] mm, vsprintf: dump full information of page flags in pGp
 2021-03-14 22:43 UTC  (5+ messages)
` [PATCH v6 1/3] mm, slub: use pGp to print page flags
` [PATCH v6 2/3] mm, slub: don't combine pr_err with INFO
` [PATCH v6 3/3] vsprintf: dump full information of page flags in pGp

[PATCH V4]: minor cleanup and improvement
 2021-03-14 22:31 UTC 

[linux-next:master 2159/4141] drivers/scsi/lpfc/lpfc_sli.c:20815:1: sparse: sparse: context imbalance in '_lpfc_move_xri_pbl_to_pvt' - wrong count at exit
 2021-03-14 18:11 UTC 

[PATCH 7/9] iomem: remove the iomem file system
 2021-03-14 13:55 UTC  (2+ messages)
` [iomem] e14497b88f: BUG:KASAN:null-ptr-deref_in_alloc_anon_inode

[PATCH v3 0/4] Use obj_cgroup APIs to charge kmem pages
 2021-03-14 13:56 UTC  (6+ messages)
` [PATCH v3 2/4] mm: memcontrol: make page_memcg{_rcu} only applicable for non-kmem page
    ` [External] "

[PATCH V5] MIPS: clean up MIPS_PGD_C0_CONTEXT
 2021-03-14 13:09 UTC  (4+ messages)
` [PATCH] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling

[PATCH v3 0/3] Move kernel mapping outside the linear mapping
 2021-03-14  9:10 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: Move kernel mapping outside of "
` [PATCH v3 2/3] Documentation: riscv: Add documentation that describes the VM layout
` [PATCH v3 3/3] riscv: Prepare ptdump for vm layout dynamic addresses

incoming
 2021-03-14  6:36 UTC  (23+ messages)
` [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 v3 1/3] mm: replace migrate_prep with lru_add_drain_all
 2021-03-14  5:10 UTC  (4+ messages)
` [PATCH v3 2/3] mm: disable LRU pagevec during the migration temporarily

[PATCH] mm: Allow shmem mappings with MREMAP_DONTUNMAP
 2021-03-14  4:19 UTC  (2+ messages)

[PATCH 2/2] PCI: Revoke mappings like devmem
 2021-03-13 22:36 UTC  (3+ messages)

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

[RFC PATCH V2]: add DYNAMC_FTRACE_WITH_REGS and
 2021-03-13 21:37 UTC  (9+ 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

net/wireless/reg.c:2011:13: warning: stack frame size of 1256 bytes in function 'handle_band'
 2021-03-13 20:42 UTC 

[PATCH 0/3] Move kernel mapping outside the linear mapping
 2021-03-13  9:26 UTC  (2+ messages)

[PATCH v2 0/3] Move kernel mapping outside the linear mapping
 2021-03-13  9:25 UTC  (4+ 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 v2 3/3] riscv: Prepare ptdump for vm layout dynamic addresses


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