linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-27 02:50:47 to 2021-01-28 07:04:32 UTC [more...]

[PATCH v3 00/25] Page folios
 2021-01-28  7:03 UTC  (9+ messages)
` [PATCH v3 01/25] mm: Introduce struct folio
` [PATCH v3 02/25] mm: Add folio_pgdat
` [PATCH v3 03/25] mm/vmstat: Add folio stat wrappers
` [PATCH v3 04/25] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v3 05/25] mm: Add put_folio
` [PATCH v3 06/25] mm: Add get_folio
` [PATCH v3 07/25] mm: Create FolioFlags
` [PATCH v3 08/25] mm: Handle per-folio private data

[PATCH v3 0/5] create hugetlb flags to consolidate state
 2021-01-28  5:52 UTC  (17+ messages)
` [PATCH v3 1/5] hugetlb: use page.private for hugetlb specific page flags
` [PATCH v3 2/5] hugetlb: convert page_huge_active() HPageMigratable flag
` [PATCH v3 3/5] hugetlb: only set HPageMigratable for migratable hstates
` [PATCH v3 4/5] hugetlb: convert PageHugeTemporary() to HPageTemporary flag
` [PATCH v3 5/5] hugetlb: convert PageHugeFreed to HPageFreed flag

[PATCH V4] x86/mm: Tracking linear mapping split events
 2021-01-28  4:51 UTC 

[PATCH v1 0/2] mm: simplify free_highmem_page() and free_reserved_page()
 2021-01-28  4:12 UTC  (9+ messages)
` [PATCH v1 1/2] video: fbdev: acornfb: remove free_unused_pages()
` [PATCH v1 2/2] mm: simplify free_highmem_page() and free_reserved_page()

[PATCH] mm/zswap: fix variable 'entry' is uninitialized when used
 2021-01-28  4:09 UTC  (2+ messages)

[linux-next:master 3035/6048] sh4-linux-nm: 'drivers/soc/litex/litex_soc_ctrl.o': No such file
 2021-01-28  4:05 UTC  (2+ messages)

[PATCH v11 00/13] huge vmalloc mappings
 2021-01-28  3:13 UTC  (7+ messages)
` [PATCH v11 01/13] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
` [PATCH v11 04/13] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v11 13/13] powerpc/64s/radix: Enable huge vmalloc mappings

[PATCH 0/3] mm, printk: dump full information of page flags in pGp
 2021-01-28  2:52 UTC  (6+ messages)
` [PATCH 1/3] mm, slub: use pGp to print page flags
` [PATCH 2/3] mm, slub: don't combine pr_err with INFO
` [PATCH 3/3] printk: dump full information of page flags in pGp

PROBLEM: Crash after mm: fix initialization of struct page for holes in memory layout
 2021-01-28  2:45 UTC  (9+ messages)

[PATCH] mm, slub: remove slub_memcg_sysfs boot param and CONFIG_SLUB_MEMCG_SYSFS_ON
 2021-01-28  2:25 UTC  (4+ messages)

fs/f2fs/gc.c:1358:12: warning: stack frame size of 1056 bytes in function 'gc_data_segment'
 2021-01-28  2:22 UTC 

[PATCH] mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfn
 2021-01-28  1:58 UTC  (3+ messages)

[PATCH] mm/rmap: Fix potential pte_unmap on an not mapped pte
 2021-01-28  1:54 UTC  (3+ messages)

[PATCH] mm/hugetlb: Fix use after free when subpool max_hpages accounting is not enabled
 2021-01-28  1:46 UTC  (5+ messages)

[RFC PATCH v2] uacce: Add uacce_ctrl misc device
 2021-01-28  1:28 UTC  (9+ messages)

[PATCH v3 0/6] tlb: Fix (soft-)dirty bit management & clean up API
 2021-01-27 23:53 UTC  (7+ messages)
` [PATCH v3 1/6] mm: proc: Invalidate TLB after clearing soft-dirty page state
` [PATCH v3 2/6] tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
` [PATCH v3 3/6] tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()
` [PATCH v3 4/6] tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
` [PATCH v3 5/6] tlb: arch: Remove empty __tlb_remove_tlb_entry() stubs
` [PATCH v3 6/6] x86/ldt: Use tlb_gather_mmu_fullmm() when freeing LDT page-tables

[PATCH 0/5] mm/vmalloc: cleanup after hugepage series
 2021-01-27 23:44 UTC  (5+ messages)
` [PATCH 2/5] kernel/dma: remove unnecessary unmap_kernel_range

[v5 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-27 23:33 UTC  (12+ messages)
` [v5 PATCH 01/11] mm: vmscan: use nid from shrink_control for tracepoint
` [v5 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v5 PATCH 03/11] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v5 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v5 PATCH 05/11] mm: memcontrol: rename shrinker_map to shrinker_info
` [v5 PATCH 06/11] mm: vmscan: use a new flag to indicate shrinker is registered
` [v5 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v5 PATCH 08/11] mm: vmscan: use per memcg nr_deferred of shrinker
` [v5 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v5 PATCH 10/11] mm: memcontrol: reparent nr_deferred when memcg offline
` [v5 PATCH 11/11] mm: vmscan: shrink deferred objects proportional to priority

dax alignment problem on arm64 (and other achitectures)
 2021-01-27 23:33 UTC  (5+ messages)

[PATCH v2] mm: memdup_user*() should use same gfp flags
 2021-01-27 23:27 UTC  (6+ messages)
` [PATCH v3] "

[PATCH v2 0/4] arm64: kasan: support CONFIG_KASAN_VMALLOC
 2021-01-27 23:04 UTC  (3+ messages)
` [PATCH v2 4/4] arm64: kaslr: support randomized module area with KASAN_VMALLOC

[PATCH] kasan: export kasan_poison
 2021-01-27 22:36 UTC  (4+ messages)

[PATCH] ubsan: Implement __ubsan_handle_alignment_assumption
 2021-01-27 22:26 UTC  (4+ messages)

[PATCH v2 net-next 0/4] net: consolidate page_is_pfmemalloc() usage
 2021-01-27 21:52 UTC  (7+ messages)
` [PATCH v2 net-next 1/4] mm: constify page_is_pfmemalloc() argument
` [PATCH v2 net-next 2/4] skbuff: constify skb_propagate_pfmemalloc() "page" argument
` [PATCH v2 net-next 3/4] net: introduce common dev_page_is_reserved()
` [PATCH v2 net-next 4/4] net: page_pool: simplify page recycling condition tests

[PATCH v18 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2021-01-27 21:30 UTC  (8+ messages)
` [PATCH v18 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v18 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v18 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v18 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v18 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v18 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v18 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v18 00/25] Control-flow Enforcement: Shadow Stack
 2021-01-27 21:25 UTC  (26+ messages)
` [PATCH v18 01/25] Documentation/x86: Add CET description
` [PATCH v18 02/25] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v18 03/25] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v18 04/25] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v18 05/25] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v18 06/25] x86/cet: Add control-protection fault handler
` [PATCH v18 07/25] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v18 08/25] x86/mm: Introduce _PAGE_COW
` [PATCH v18 09/25] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v18 10/25] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v18 11/25] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v18 12/25] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v18 13/25] x86/mm: Shadow Stack page fault error checking
` [PATCH v18 14/25] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v18 15/25] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v18 16/25] mm: Add guard pages around a shadow stack
` [PATCH v18 17/25] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v18 18/25] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v18 19/25] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v18 20/25] x86/cet/shstk: User-mode shadow stack support
` [PATCH v18 21/25] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v18 22/25] ELF: Introduce arch_setup_elf_property()
` [PATCH v18 23/25] x86/cet/shstk: Handle thread shadow stack
` [PATCH v18 24/25] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v18 25/25] mm: Introduce PROT_SHSTK "

[PATCH v4 0/4] Chunk Heap Support on DMA-HEAP
 2021-01-27 20:42 UTC  (21+ messages)
` [PATCH v4 1/4] mm: cma: introduce gfp flag in cma_alloc instead of no_warn
` [PATCH v4 2/4] mm: failfast mode with __GFP_NORETRY in alloc_contig_range
` [PATCH v4 3/4] dt-bindings: reserved-memory: Make DMA-BUF CMA heap DT-configurable
` [PATCH v4 4/4] dma-buf: heaps: add chunk heap to dmabuf heaps

[PATCH net-next 0/3] net: constify page_is_pfmemalloc() and its users
 2021-01-27 20:23 UTC  (2+ messages)

mmotm 2021-01-25-21-18 uploaded
 2021-01-27 20:15 UTC  (3+ messages)
` mmotm 2021-01-25-21-18 uploaded (drm/i915/Kconfig.debug)
` mmotm 2021-01-25-21-18 uploaded (octeontx2)

KASAN: invalid-free in p9_client_create (2)
 2021-01-27 19:31 UTC 

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-27 18:42 UTC  (7+ messages)
` [PATCH v16 08/11] secretmem: add memcg accounting

[PATCH v11 0/6] arm64: MMU enabled kexec relocation
 2021-01-27 17:27 UTC  (7+ messages)
` [PATCH v11 1/6] arm64: kexec: add expandable argument to relocation function
` [PATCH v11 2/6] arm64: kexec: use ld script for "
` [PATCH v11 3/6] arm64: kexec: kexec may require EL2 vectors
` [PATCH v11 4/6] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v11 5/6] arm64: kexec: enable MMU during kexec relocation
` [PATCH v11 6/6] arm64: kexec: remove head from relocation argument

[PATCH v4 0/8] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-27 17:16 UTC  (4+ messages)

[PATCH v23 05/15] mm/damon: Implement primitives for the virtual memory address spaces
 2021-01-27 17:02 UTC  (3+ messages)

[PATCH v4] Resolve LRU page-pinning issue for file-backed pages
 2021-01-27 17:01 UTC  (5+ messages)
` [PATCH v4] fs/buffer.c: Revoke LRU when trying to drop buffers

misc bio allocation cleanups
 2021-01-27 16:52 UTC  (10+ messages)
` [PATCH 11/17] md: remove bio_alloc_mddev
` [PATCH 12/17] md: simplify sync_page_io
` [PATCH 13/17] md: remove md_bio_alloc_sync
` [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk

[PATCH v10 00/18] arm64: MMU enabled kexec relocation
 2021-01-27 16:47 UTC  (7+ messages)
` [PATCH v10 16/18] arm64: kexec: configure trans_pgd page table for kexec
` (subset) [PATCH v10 00/18] arm64: MMU enabled kexec relocation

[PATCH v1 0/2] mm/cma: better error handling and count pages per zone
 2021-01-27 15:58 UTC  (4+ messages)
` [PATCH v1 1/2] mm/cma: expose all pages to the buddy if activation of an area fails
` [PATCH v1 2/2] mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo

[PATCH V3] mm/compaction: correct deferral logic for proactive compaction
 2021-01-27 15:47 UTC  (5+ messages)

sparc32: boot fails with > 256 MB memory after switch to NO_BOOTMEM
 2021-01-27 15:03 UTC 

[linux-next:master 5168/6048] ERROR: modpost: "otx2_mbox_reset" undefined!
 2021-01-27 11:35 UTC 

[PATCH] x86/vmemmap: Handle unpopulated sub-pmd ranges
 2021-01-27 11:34 UTC  (3+ messages)

[RFC PATCH v0] mm/slub: Let number of online CPUs determine the slub page order
 2021-01-27 11:04 UTC  (13+ messages)

[PATCH v2 00/10] mm: lru related cleanups
 2021-01-27 10:51 UTC  (5+ messages)
` [PATCH v2 03/10] mm: don't pass "enum lru_list" to lru list addition functions

[PATCH 0/2] introduce DUMP_PREFIX_UNHASHED for hex dumps
 2021-01-27 10:38 UTC  (15+ messages)

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-01-27 10:36 UTC  (9+ messages)
` [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each "

[PATCH 0/2] Get rid of __alloc_pages wrapper
 2021-01-27  9:39 UTC  (5+ messages)
` [PATCH 2/2] mm: Combine __alloc_pages and __alloc_pages_nodemask
` [PATCH 3/2] mm: Rename alloc_pages_current to alloc_pages

[PATCH] mm/rmap: Remove unneeded semicolon in page_not_mapped()
 2021-01-27  9:34 UTC 

[PATCH] hugetlbfs: Correct some obsolete comments about inode i_mutex
 2021-01-27  9:31 UTC 

[PATCH v1] csky: use free_initmem_default() in free_initmem()
 2021-01-27  9:06 UTC  (5+ messages)

[PATCH v2 1/2] mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()
 2021-01-27  8:39 UTC  (2+ messages)
` [PATCH v2 2/2] mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP success

Test report for kernel direct mapping performance
 2021-01-27  7:50 UTC  (3+ messages)

[PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
 2021-01-27  5:46 UTC  (2+ messages)

[PATCH v11 05/13] mm: HUGE_VMAP arch support cleanup
 2021-01-27  5:26 UTC  (2+ messages)

[PATCH V4 0/4] mm/memory_hotplug: Pre-validate the address range with platform
 2021-01-27  3:42 UTC  (4+ messages)
` [PATCH V4 4/4] virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplug

[PATCH 0/2] mm/hugetlb: follow_hugetlb_page() improvements
 2021-01-27  2:50 UTC  (8+ messages)
` [PATCH 2/2] mm/hugetlb: refactor subpage recording


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