linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 18:14:36 to 2021-01-27 23:34:03 UTC [more...]

[v5 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-27 23:33 UTC  (5+ 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

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

[PATCH v3 0/5] create hugetlb flags to consolidate state
 2021-01-27 23:27 UTC  (14+ 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 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  (25+ 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] mm, slub: remove slub_memcg_sysfs boot param and CONFIG_SLUB_MEMCG_SYSFS_ON
 2021-01-27 19:18 UTC  (3+ messages)

PROBLEM: Crash after mm: fix initialization of struct page for holes in memory layout
 2021-01-27 19:18 UTC  (8+ messages)

[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  (21+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
  ` [dm-devel] "
` [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device
` [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
` [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush
` [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 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio

[PATCH v10 00/18] arm64: MMU enabled kexec relocation
 2021-01-27 16:47 UTC  (10+ 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 

[PATCH v1 0/2] mm: simplify free_highmem_page() and free_reserved_page()
 2021-01-27 12:24 UTC  (7+ 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()

[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  (13+ messages)
` [PATCH v2 01/10] mm: use add_page_to_lru_list()
` [PATCH v2 02/10] mm: shuffle lru list addition and deletion functions
` [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  (17+ messages)

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

[PATCH v11 00/13] huge vmalloc mappings
 2021-01-27 10:26 UTC  (5+ messages)
` [PATCH v11 03/13] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v11 13/13] powerpc/64s/radix: Enable huge vmalloc mappings

[PATCH] mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfn
 2021-01-27  9:40 UTC  (2+ messages)

[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] mm/rmap: Fix potential pte_unmap on an not mapped pte
 2021-01-27  9:33 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 0/5] mm/vmalloc: cleanup after hugepage series
 2021-01-27  7:10 UTC  (4+ messages)
` [PATCH 2/5] kernel/dma: remove unnecessary unmap_kernel_range

[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  (12+ messages)
` [PATCH 2/2] mm/hugetlb: refactor subpage recording

[PATCH] mm/hugetlb: Simplify the calculation of variables
 2021-01-27  2:09 UTC  (2+ messages)

[PATCH] mm/hugetlb: Fix use after free when subpool max_hpages accounting is not enabled
 2021-01-27  2:08 UTC  (3+ messages)

[PATCH v3] x86/mce: Avoid infinite loop for copy from user recovery
 2021-01-26 22:36 UTC  (11+ messages)
  ` [PATCH v4] "
              ` [PATCH v5] "

[RFC PATCH v2] uacce: Add uacce_ctrl misc device
 2021-01-26 18:20 UTC  (8+ 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).