linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-09 19:14:12 to 2020-12-10 18:11:05 UTC [more...]

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-10 18:10 UTC  (7+ messages)
` [PATCH v15 08/26] x86/mm: Introduce _PAGE_COW

Slab bug during skb allocation
 2020-12-10 17:55 UTC 

[PATCH v2 0/8] prohibit pinning pages in ZONE_MOVABLE
 2020-12-10 17:44 UTC  (14+ messages)
` [PATCH v2 1/8] mm/gup: perform check_dax_vmas only when FS_DAX is enabled
` [PATCH v2 2/8] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v2 3/8] mm/gup: make __gup_longterm_locked common
` [PATCH v2 4/8] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v2 5/8] mm: apply per-task gfp constraints in fast path
` [PATCH v2 6/8] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v2 7/8] mm/gup: migrate pinned pages out of movable zone
` [PATCH v2 8/8] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning

لقد قمنا بتحديث شروط الاستخدام التي نتبعها
 2020-12-10 17:41 UTC 

[PATCH 0/2] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2020-12-10 17:23 UTC  (9+ messages)
` [PATCH 1/2] mm: Allow architectures to request 'old' entries when prefaulting

[PATCH 00/28] RFC mm: Introducing the Maple Tree
 2020-12-10 17:04 UTC  (28+ messages)
` [PATCH 01/28] radix tree test suite: Enhancements for "
` [PATCH 02/28] radix tree test suite: Add support for fallthrough attribute
` [PATCH 03/28] radix tree test suite: Add support for kmem_cache_free_bulk
` [PATCH 04/28] radix tree test suite: Add keme_cache_alloc_bulk() support
` [PATCH 06/28] mm: Start tracking VMAs with maple tree
` [PATCH 07/28] mm/mmap: Introduce unlock_range() for code cleanup
` [PATCH 08/28] mm/mmap: Change find_vma() to use the maple tree
` [PATCH 09/28] mm/mmap: Change find_vma_prev() to use "
` [PATCH 10/28] mm/mmap: Change unmapped_area and unmapped_area_topdown "
` [PATCH 11/28] kernel/fork: Convert dup_mmap "
` [PATCH 12/28] mm: Remove rb tree
` [PATCH 13/28] mm/gup: Expose mm_populate_vma() for use when the vma is known
` [PATCH 14/28] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH 15/28] mm/mmap: Change vm_brk_flags() to use mm_populate_vma()
` [PATCH 16/28] mm: Move find_vma_intersection to mmap.c and change implementation to maple tree
` [PATCH 17/28] mm/mmap: Change mmap_region to use maple tree state
` [PATCH 18/28] mm/mmap: Drop munmap_vma_range()
` [PATCH 19/28] mm: Remove vmacache
` [PATCH 20/28] mm/mmap: Change __do_munmap() to avoid unnecessary lookups
` [PATCH 21/28] mm/mmap: Change __do_munmap() to use a ma_state
` [PATCH 22/28] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH 23/28] mm/mmap: Add do_mas_munmap() and wraper for __do_munmap()
` [PATCH 24/28] mmap: Use find_vma_intersection in do_mmap() for overlap
` [PATCH 25/28] mmap: Remove __do_munmap() in favour of do_mas_munmap()
` [PATCH 26/28] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH 27/28] mmap: Update count_vma_pages_range() to only use one ma_state
` [PATCH 28/28] mmap: make remove_vma_list() inline

[RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-10 17:05 UTC  (9+ messages)
` [RESEND PATCH v2 01/12] mm: memcontrol: fix NR_ANON_THPS account
    ` [External] "
` [RESEND PATCH v2 02/12] mm: memcontrol: convert NR_ANON_THPS account to pages
    ` [External] "

[linux-next:master 7751/12554] drivers/infiniband/hw/hns/hns_roce_hw_v2.c:3172:17: sparse: sparse: restricted __le32 degrades to integer
 2020-12-10 17:04 UTC 

[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices
 2020-12-10 16:44 UTC  (8+ messages)
` [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL

[PATCH v8 00/12] Free some vmemmap pages of HugeTLB page
 2020-12-10 16:19 UTC  (31+ messages)
` [PATCH v8 01/12] mm/memory_hotplug: Factor out bootmem core functions to bootmem_info.c
` [PATCH v8 02/12] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v8 03/12] mm/bootmem_info: Introduce free_bootmem_page helper
    ` [External] "
` [PATCH v8 04/12] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
      ` [External] "
` [PATCH v8 05/12] mm/hugetlb: Defer freeing of HugeTLB pages
` [PATCH v8 06/12] mm/hugetlb: Allocate the vmemmap pages associated with each HugeTLB page
` [PATCH v8 07/12] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v8 08/12] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v8 09/12] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
    ` [External] "
` [PATCH v8 10/12] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v8 11/12] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v8 12/12] mm/hugetlb: Optimize the code with the help of the compiler
    ` [External] "

[PATCH 0/4] Chunk Heap Support on DMA-HEAP
 2020-12-10 16:06 UTC  (8+ messages)
` [PATCH 4/4] dma-heap: Devicetree binding for chunk heap

[PATCH v3] mm/page_owner: Record timestamp and pid
 2020-12-10 16:03 UTC 

[PATCH] mm, slab, slub: clear the slab_cache field when freeing page
 2020-12-10 16:00 UTC 

[PATCH RFC 0/9] mm, sparse-vmemmap: Introduce compound pagemaps
 2020-12-10 15:43 UTC  (9+ messages)
` [PATCH RFC 6/9] mm/gup: Grab head page refcount once for group of subpages

[RFC PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-10 15:33 UTC  (10+ messages)
` [PATCH 5/9] mm: memcontrol: add per memcg shrinker nr_deferred
` [PATCH 6/9] mm: vmscan: use per memcg nr_deferred of shrinker

[linux-next:pending-fixes] BUILD SUCCESS 77fd83718a5f09bc1a61a4c13b8c9b4f8524abf4
 2020-12-10 13:37 UTC 

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

[PATCH] mm: don't SetPageWorkingset unconditionally during swapin
 2020-12-10 12:06 UTC  (5+ messages)

[PATCH v2 sl-b 1/5] mm: Add mem_dump_obj() to print source of memory block
 2020-12-10 12:04 UTC  (16+ messages)
` [PATCH v2 sl-b 2/5] mm: Make mem_dump_obj() handle NULL and zero-sized pointers
` [PATCH v2 sl-b 3/5] mm: Make mem_dump_obj() handle vmalloc() memory

Regression from 5.7.17 to 5.9.9 with memory.low cgroup constraints
 2020-12-10 11:08 UTC  (6+ messages)

[PATCH] mm/up: combine put_compound_head() and unpin_user_page()
 2020-12-10  9:22 UTC  (5+ messages)

[PATCH 0/3] mm/hotplug: Pre-validate the address range with platform
 2020-12-10  9:39 UTC  (12+ messages)
` [PATCH 3/3] s390/mm: Define arch_get_mappable_range()

[linux-next:master 10163/12085] arch/arm64/kvm/hyp/nvhe/psci-relay.c:174:28: warning: no previous prototype for function 'kvm_host_psci_cpu_entry'
 2020-12-10  9:38 UTC  (2+ messages)

[PATCH 00/11] mm: lru related cleanups
 2020-12-10  9:28 UTC  (2+ messages)

[PATCH v2 0/2] mm: fix initialization of struct page for holes in memory layout
 2020-12-10  9:29 UTC  (6+ messages)
` [PATCH v2 1/2] mm: memblock: enforce overlap of memory.memblock and memory.reserved
` [PATCH v2 2/2] mm: fix initialization of struct page for holes in memory layout

[hnaz-linux-mm:master 412/421] drivers/mailbox/bcm-pdc-mailbox.c:682:28: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-10  8:59 UTC 

[PATCH -V6 RESEND 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2020-12-10  8:21 UTC  (6+ messages)
` [PATCH -V6 RESEND 1/3] "

[PATCH v3] mm: memcontrol: optimize per-lruvec stats counter memory usage
 2020-12-10  4:21 UTC 

mmotm 2020-12-09-19-58 uploaded
 2020-12-10  3:59 UTC 

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-12-10  3:02 UTC  (19+ messages)

[linux-next:master 1782/12085] drivers/dma/ppc4xx/adma.c:4094:14: sparse: sparse: incorrect type in assignment (different address spaces)
 2020-12-10  2:30 UTC 

[linux-next:master] BUILD REGRESSION 2f1d5c77f13fe64497c2e2601605f7d7ec4da9b1
 2020-12-10  1:35 UTC 

[PATCH v2] powerpc/mm: Fix KUAP warning by providing copy_from_kernel_nofault_allowed()
 2020-12-10  0:23 UTC  (2+ messages)

[PATCH mm 0/2] kasan: a few HW_TAGS fixes
 2020-12-09 23:22 UTC  (4+ messages)
` [PATCH mm 2/2] Revert "kasan, arm64: don't allow SW_TAGS with ARM64_MTE"

[PATCH RFC 0/8] dcache: increase poison resistance
 2020-12-09 23:01 UTC  (2+ messages)

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

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

[PATCH] kcov: don't instrument with UBSAN
 2020-12-09 21:49 UTC  (3+ messages)

[linux-next:master 10750/12085] ERROR: modpost: "__mod_lruvec_page_state" undefined!
 2020-12-09 21:07 UTC 

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-12-09 20:38 UTC  (8+ messages)
` [PATCH v10 10/13] iommu/arm-smmu-v3: Check for SVA features

[PATCH v12 0/4] xfs: avoid transaction reservation recursion
 2020-12-09 19:52 UTC  (3+ messages)
` [PATCH v12 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}


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