linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-20 14:27:06 to 2020-07-23 03:07:57 UTC [more...]

[PATCH v2 1/4] mm/page_alloc: fix non cma alloc context
 2020-07-23  1:53 UTC  (6+ messages)
` [PATCH v2 4/4] mm/gup: use a standard migration target allocation callback

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-22 21:24 UTC  (20+ messages)
` [PATCH RFC V2 04/17] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V2 13/17] kmap: Add stray write protection for device pages
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions

[PATCH 0/5] mm/hugetlb: Small cleanup and improvement
 2020-07-22 16:15 UTC  (18+ messages)
` [PATCH 1/5] mm/hugetlb.c: Fix typo of glb_reserve
` [PATCH 2/5] mm/hugetlb.c: make is_hugetlb_entry_hwpoisoned return bool
` [PATCH 3/5] mm/hugetlb.c: Remove the unnecessary non_swap_entry()
` [PATCH 4/5] doc/vm: fix typo in in the hugetlb admin documentation
` [PATCH 5/5] mm/hugetl.c: warn out if expected count of huge pages adjustment is not achieved

incoming
 2020-07-21  6:55 UTC  (6+ messages)
` mmotm 2020-07-20-19-06 uploaded
  ` mmotm 2020-07-20-19-06 uploaded (net/ipv6/ip6_vti.o)

[RFC PATCH] mm: silence soft lockups from unlock_page
 2020-07-23  0:23 UTC  (13+ messages)

[PATCH v5 1/4] riscv: Move kernel mapping to vmalloc zone
 2020-07-22 21:05 UTC  (13+ messages)

bdi cleanups v2
 2020-07-22 16:26 UTC  (28+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH v2] mm/page_alloc: fix memalloc_nocma_{save/restore} APIs
 2020-07-23  1:49 UTC 

[PATCH] mm/page_alloc: fix memalloc_nocma_{save/restore} APIs
 2020-07-23  1:42 UTC  (7+ messages)

general protection fault in khugepaged
 2020-07-22 23:53 UTC  (4+ messages)

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-22 23:49 UTC  (20+ messages)
` [PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode
` [PATCH v2 04/11] x86/xen: add system core suspend and resume callbacks

[PATCH v1 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-07-21  9:59 UTC  (2+ messages)

[PATCH] mm: swap: do not wait for lock_page() in unuse_pte_range()
 2020-07-22 18:48 UTC  (3+ messages)

[PATCH] khugepaged: Fix null-pointer dereference due to race
 2020-07-22 17:54 UTC  (3+ messages)

BUG at mm/vmalloc.c:3089! - invalid opcode: 0000 [#1] SMP KASAN PTI
 2020-07-22 16:16 UTC  (3+ messages)

kernel BUG at mm/vmalloc.c:LINE! (2)
 2020-07-22 14:46 UTC  (5+ messages)

[PATCH v3 0/5] mm/migrate: avoid device private invalidations
 2020-07-22 11:51 UTC  (6+ messages)
` [PATCH v3 1/5] nouveau: fix storing invalid ptes
` [PATCH v3 2/5] mm/migrate: add a flags parameter to migrate_vma
` [PATCH v3 3/5] mm/notifier: add migration invalidation type
` [PATCH v3 4/5] nouveau/svm: use the new migration invalidation

[PATCH] mm/dmapool.c: add lock protect in dma_pool_destroy
 2020-07-22 11:27 UTC  (2+ messages)

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-22 11:09 UTC  (6+ messages)
` [PATCH v7 18/29] arm64: mte: Allow user control of the tag check mode via prctl()

[PATCH v18 09/14] mm/damon: Implement a debugfs interface
 2020-07-22 10:36 UTC  (2+ messages)

[PATCH v2 0/9] s390: implement and optimize vmemmap_free()
 2020-07-22  9:45 UTC  (10+ messages)
` [PATCH v2 1/9] s390/vmem: rename vmem_add_mem() to vmem_add_range()
` [PATCH v2 2/9] s390/vmem: consolidate vmem_add_range() and vmem_remove_range()
` [PATCH v2 3/9] s390/vmemmap: extend modify_pagetable() to handle vmemmap
` [PATCH v2 4/9] s390/vmemmap: cleanup when vmemmap_populate() fails
` [PATCH v2 5/9] s390/vmemmap: take the vmem_mutex when populating/freeing
` [PATCH v2 6/9] s390/vmem: cleanup empty page tables
` [PATCH v2 7/9] s390/vmemmap: fallback to PTEs if mapping large PMD fails
` [PATCH v2 8/9] s390/vmemmap: remember unused sub-pmd ranges
` [PATCH v2 9/9] s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sections

[PATCH v4 00/15] Hwpoison soft-offline rework
 2020-07-22  8:08 UTC  (4+ messages)
` [PATCH v4 12/15] mm,hwpoison: Rework soft offline for in-use pages

[PATCH] mm/slab.c: Update outdated kmem_list3 in a comment
 2020-07-22  3:33 UTC 

[PATCH v2 1/2] mm: pgtable: Make generic pgprot_* macros available for no-MMU
 2020-07-22  3:29 UTC  (2+ messages)

[PATCH -next] mm/gup.c: Fix the comment of return value for populate_vma_page_range()
 2020-07-21 23:46 UTC  (2+ messages)

PROBLEM: cgroup cost too much memory when transfer small files to tmpfs
 2020-07-21 19:27 UTC  (6+ messages)

[RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
 2020-07-21 15:22 UTC  (16+ messages)

kernel BUG at include/linux/swapops.h:LINE!
 2020-07-21 15:11 UTC  (7+ messages)

[PATCH v16 00/22] per memcg lru_lock
 2020-07-21 13:51 UTC  (7+ messages)
` [PATCH v16 16/22] mm/mlock: reorder isolation sequence during munlock

[PATCH 0/6] mm: introduce secretmemfd system call to create "secret" memory areas
 2020-07-21 10:59 UTC  (11+ messages)
` [PATCH 3/6] "

[PATCH] shmfs: don't allocate pages on read
 2020-07-21  9:12 UTC 

[PATCH v2] mm, oom: show process exiting information in __oom_kill_process()
 2020-07-21  6:06 UTC  (2+ messages)

bdi cleanups
 2020-07-21  5:46 UTC  (10+ messages)
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently

[PATCH v3 0/6] Fix and enable pmem as RAM device on arm64
 2020-07-21  3:23 UTC  (5+ messages)
` [PATCH v3 3/6] sh/mm: use default dummy memory_add_physaddr_to_nid()

[PATCH] mm/vmstat: don't do count if no needs
 2020-07-21  3:07 UTC  (4+ messages)

[RFC PATCH 2/3] hugetlbfs: Only take i_mmap_rwsem when sharing is possible
 2020-07-21  0:56 UTC  (2+ messages)
` [hugetlbfs] 878308e2e0: vm-scalability.throughput 1.2% improvement

[PATCH v2 0/5] mm/migrate: avoid device private invalidations
 2020-07-20 23:53 UTC  (13+ messages)
` [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
` [PATCH v2 3/5] mm/notifier: add migration invalidation type

[PATCH v2] mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warnings
 2020-07-20 20:20 UTC  (3+ messages)

[PATCH v3] mm/hugetlb: split hugetlb_cma in nodes with memory
 2020-07-20 18:17 UTC  (10+ messages)

[PATCH v8 00/12] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-07-20 15:39 UTC  (3+ messages)

[PATCH] mm, oom: show process exiting information in __oom_kill_process()
 2020-07-20 14:23 UTC  (7+ 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).