linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-04 13:28:56 to 2021-02-05 03:22:29 UTC [more...]

[PATCH v3 0/3] Cleanup and fixups for vmemmap handling
 2021-02-04 16:06 UTC  (5+ messages)
` [PATCH v3 1/3] x86/vmemmap: Drop handling of 4K unaligned vmemmap range
` [PATCH v3 2/3] x86/vmemmap: Drop handling of 1GB vmemmap ranges
` [PATCH v3 3/3] x86/vmemmap: Handle unpopulated sub-pmd ranges

[PATCH 1/2] mm: replace BUG_ON in vm_insert_page with a return of an error
 2021-02-04 15:54 UTC  (10+ messages)
  ` [Linaro-mm-sig] "

[PATCH] mm/pgtable-generic.c: optimize the VM_BUG_ON condition in pmdp_huge_clear_flush()
 2021-02-05  3:22 UTC  (3+ messages)

[PATCH] mm/rmap: Correct obsolete comment of page_get_anon_vma()
 2021-02-05  3:11 UTC  (3+ messages)

[PATCH] mm/hugetlb: Remove obsolete comment in vma_has_reserves()
 2021-02-05  3:08 UTC  (3+ messages)

[v6 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-02-05  3:12 UTC  (15+ messages)
` [v6 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v6 PATCH 08/11] mm: vmscan: use per memcg nr_deferred of shrinker
  ` [mm] [confidence: ] 3510a44e0e: WARNING:suspicious_RCU_usage
` [v6 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v6 PATCH 11/11] mm: vmscan: shrink deferred objects proportional to priority

[PATCH] mm: cma: support sysfs
 2021-02-05  2:55 UTC  (15+ messages)

[PATCH v2] mm: memcontrol: replace the loop with a list_for_each_entry()
 2021-02-05  2:53 UTC  (4+ messages)

[PATCH] mm/pmem: Avoid inserting hugepage PTE entry with fsdax if hugepage support is disabled
 2021-02-05  2:39 UTC 

[PATCH RESEND v3 net-next 0/5] net: consolidate page_is_pfmemalloc() usage
 2021-02-05  2:40 UTC  (4+ messages)
` [PATCH RESEND v3 net-next 4/5] net: use the new dev_page_is_reusable() instead of private versions

[PATCH v5 3/7] Reimplement RLIMIT_NPROC on top of ucounts
 2021-02-05  2:55 UTC  (2+ messages)
` c632dadc10: BUG:KASAN:null-ptr-deref_in_is_ucounts_overlimit

incoming
 2021-02-05  2:33 UTC  (19+ messages)
` [patch 01/18] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
` [patch 02/18] mm: hugetlb: fix a race between freeing and dissolving the page
` [patch 03/18] mm: hugetlb: fix a race between isolating and freeing page
` [patch 04/18] mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
` [patch 05/18] mm: migrate: do not migrate HugeTLB page whose refcount is one
` [patch 06/18] mm, compaction: move high_pfn to the for loop scope
` [patch 07/18] mm/vmalloc: separate put pages and flush VM flags
` [patch 08/18] init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
` [patch 09/18] mm: thp: fix MADV_REMOVE deadlock on shmem THP
` [patch 10/18] memblock: do not start bottom-up allocations with kernel_end
` [patch 11/18] mailmap: fix name/email for Viresh Kumar
` [patch 12/18] mailmap: add entries for Manivannan Sadhasivam
` [patch 13/18] mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()
` [patch 14/18] kasan: add explicit preconditions to kasan_report()
` [patch 15/18] kasan: make addr_has_metadata() return true for valid addresses
` [patch 16/18] ubsan: implement __ubsan_handle_alignment_assumption
` [patch 17/18] mm: hugetlb: fix missing put_page in gather_surplus_pages()
` [patch 18/18] MAINTAINERS/.mailmap: use my @kernel.org address

[PATCH v2 0/4] mm/hugetlb: Early cow on fork, and a few cleanups
 2021-02-05  1:43 UTC  (13+ messages)
` [PATCH v2 1/4] hugetlb: Dedup the code to add a new file_region
` [PATCH v2 2/4] hugetlg: Break earlier in add_reservation_in_range() when we can
` [PATCH v2 3/4] mm: Introduce page_needs_cow_for_dma() for deciding whether cow
` [PATCH v2 4/4] hugetlb: Do early cow when page pinned on src mm
` [PATCH v2 5/4] mm: Use is_cow_mapping() across tree where proper

[PATCH v4 00/10] userfaultfd: add minor fault handling
 2021-02-05  1:04 UTC  (15+ messages)
` [PATCH v4 01/10] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()
` [PATCH v4 03/10] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
` [PATCH v4 04/10] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp
` [PATCH v4 05/10] userfaultfd: add minor fault registration mode
` [PATCH v4 06/10] userfaultfd: disable huge PMD sharing for MINOR registered VMAs
` [PATCH v4 07/10] userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled
` [PATCH v4 08/10] userfaultfd: add UFFDIO_CONTINUE ioctl
` [PATCH v4 09/10] userfaultfd: update documentation to describe minor fault handling
` [PATCH v4 10/10] userfaultfd/selftests: add test exercising "

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

[PATCH 0/4] mm/gup: page unpining improvements
 2021-02-04 23:37 UTC  (14+ messages)
` [PATCH 1/4] mm/gup: add compound page list iterator
` [PATCH 3/4] mm/gup: add a range variant of unpin_user_pages_dirty_lock()
` [PATCH 4/4] RDMA/umem: batch page unpin in __ib_mem_release()

[PATCH] lib/vsprintf: make-printk-non-secret printks all addresses as unhashed
 2021-02-04 22:57 UTC  (12+ messages)

[PATCH 0/2] pci sysfs file iomem revoke support
 2021-02-04 22:24 UTC  (5+ messages)
` [PATCH 1/2] PCI: also set up legacy files only after sysfs init
` [PATCH 2/2] PCI: Revoke mappings like devmem

[PATCH v11 0/6] arm64: MMU enabled kexec relocation
 2021-02-04 22:02 UTC  (6+ messages)

[PATCH 0/7]: mm: memcontrol: switch to rstat
 2021-02-04 21:47 UTC  (28+ messages)
` [PATCH 1/7] mm: memcontrol: fix cpuhotplug statistics flushing
` [PATCH 2/7] mm: memcontrol: kill mem_cgroup_nodeinfo()
` [PATCH 3/7] mm: memcontrol: privatize memcg_page_state query functions
` [PATCH 4/7] cgroup: rstat: support cgroup1
` [PATCH 6/7] mm: memcontrol: switch to rstat
` [PATCH 7/7] mm: memcontrol: consolidate lruvec stat flushing

[PATCH] mm/hugetlb: use helper function range_in_vma() in page_table_shareable()
 2021-02-04 21:37 UTC  (2+ messages)

[PATCH v4 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-02-04 20:50 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/4] bpf: introduce task_vma bpf_iter
` [PATCH v4 bpf-next 2/4] bpf: allow bpf_d_path in sleepable bpf_iter program
` [PATCH v4 bpf-next 3/4] libbpf: introduce section "iter.s/" for "
` [PATCH v4 bpf-next 4/4] selftests/bpf: add test for bpf_iter_task_vma

[PATCH] mm: Export follow_pte() for KVM so that KVM can stop using follow_pfn()
 2021-02-04 20:33 UTC  (3+ messages)

[PATCH v2 0/4] mm/gup: page unpining improvements
 2021-02-04 20:25 UTC  (5+ messages)
` [PATCH v2 1/4] mm/gup: add compound page list iterator
` [PATCH v2 2/4] mm/gup: decrement head page once for group of subpages
` [PATCH v2 3/4] mm/gup: add a range variant of unpin_user_pages_dirty_lock()
` [PATCH v2 4/4] RDMA/umem: batch page unpin in __ib_umem_release()

BUG: KASAN: stack-out-of-bounds in unwind_next_frame+0x1df5/0x2650
 2021-02-04 20:22 UTC  (14+ messages)

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

[PATCH v2 0/4] arm64: kasan: support CONFIG_KASAN_VMALLOC
 2021-02-04 18:41 UTC  (5+ messages)

[PATCH v2 1/4] arm64: kasan: don't populate vmalloc area for CONFIG_KASAN_VMALLOC
 2021-02-04 16:37 UTC  (4+ messages)

[PATCH] checkpatch: Don't warn about colon termination in linker scripts
 2021-02-04 16:32 UTC 

[PATCH net-next v3 0/4] net: Avoid the memory waste in some Ethernet drivers
 2021-02-04 16:11 UTC  (3+ messages)
` [PATCH net-next v3 1/4] mm: page_frag: Introduce page_frag_alloc_align()

[PATCH v2 2/4] arm64: kasan: abstract _text and _end to KERNEL_START/END
 2021-02-04 16:06 UTC  (4+ messages)

[PATCH] mm: memcontrol: replace the loop with a list_for_each_entry()
 2021-02-04 15:55 UTC  (3+ messages)
  ` [External] "

[PATCH v24 00/14] Subject: Introduce Data Access MONitor (DAMON)
 2021-02-04 15:31 UTC  (11+ messages)
` [PATCH v24 01/14] mm: "
` [PATCH v24 02/14] mm/damon/core: Implement region-based sampling
` [PATCH v24 03/14] mm/damon: Adaptively adjust regions
` [PATCH v24 04/14] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v24 06/14] mm/damon: Add a tracepoint
` [PATCH v24 07/14] mm/damon: Implement a debugfs-based user space interface
` [PATCH v24 08/14] mm/damon/dbgfs: Implement recording feature
` [PATCH v24 09/14] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v24 13/14] mm/damon: Add user space selftests
` [PATCH v24 14/14] MAINTAINERS: Update for DAMON

[PATCH] MIPS: make userspace mapping young by default
 2021-02-04 15:22 UTC  (2+ messages)

[PATCH 0/4] mm/hugetlb: Early cow on fork, and a few cleanups
 2021-02-04 14:32 UTC  (2+ 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).