linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-03 21:39:07 to 2019-10-06 04:15:29 UTC [more...]

[PATCH] z3fold: add inter-page compaction
 2019-10-06  4:14 UTC 

[PATCH v2 1/3] userfaultfd: use vma_pagesize for all huge page size calculation
 2019-10-06  2:25 UTC  (8+ messages)
  ` [PATCH] hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()

[PATCH] mm/page_isolation: fix a deadlock with printk()
 2019-10-06  1:56 UTC  (9+ messages)

[Patch v2 1/3] mm/mmap.c: prev could be retrieved from vma->vm_prev
 2019-10-06  1:26 UTC  (3+ messages)
` [Patch v2 2/3] mm/mmap.c: __vma_unlink_prev is not necessary now
` [Patch v2 3/3] mm/mmap.c: extract __vma_unlink_list as counter part for __vma_link_list

[PATCH v2] mm/vmscan: get number of pages on the LRU list in memcgroup base on lru_zone_size
 2019-10-06  0:10 UTC  (2+ messages)

[PATCH] mm/page_alloc: Add a reason for reserved pages in has_unmovable_pages()
 2019-10-05 22:38 UTC  (11+ messages)

[PATCH v2] mm/swap: piggyback lru_add_drain_all() calls
 2019-10-05 20:03 UTC  (7+ messages)

[PATCH] mm/rmap.c: reuse mergeable anon_vma as parent when fork
 2019-10-05 12:35 UTC  (10+ messages)

hmm pud-entry callback locking?
 2019-10-05 12:29 UTC 

[PATCH] mm: export cma alloc and release
 2019-10-05  8:37 UTC  (3+ messages)

[PATCH v5 00/11] Introduces new count-based method for tracking lockless pagetable walks
 2019-10-05  8:35 UTC  (15+ messages)
` [PATCH v5 01/11] asm-generic/pgtable: Adds generic functions to monitor lockless pgtable walks

[PATCH v5 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-10-05  6:13 UTC  (9+ messages)
` [PATCH v5 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone

[PATCH] kmemleak: Do not corrupt the object_list during clean-up
 2019-10-05  3:11 UTC  (2+ messages)

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-10-05  2:12 UTC  (3+ messages)
` [PATCH v6 14/14] riscv: Make mmap allocation top-down by default

[RFC PATCH 00/13] XOM for KVM guest userspace
 2019-10-05  1:33 UTC  (26+ messages)
` [RFC PATCH 02/13] kvm: Add support for X86_FEATURE_KVM_XO
` [RFC PATCH 03/13] kvm: Add XO memslot type
` [RFC PATCH 05/13] kvm: Add #PF injection for KVM XO
` [RFC PATCH 06/13] kvm: Add KVM_CAP_EXECONLY_MEM
` [RFC PATCH 07/13] kvm: Add docs for KVM_CAP_EXECONLY_MEM
` [RFC PATCH 08/13] x86/boot: Rename USE_EARLY_PGTABLE_L5
` [RFC PATCH 09/13] x86/cpufeature: Add detection of KVM XO
` [RFC PATCH 10/13] x86/mm: Add NR page bit for "
` [RFC PATCH 11/13] x86, ptdump: Add NR bit to page table dump
` [RFC PATCH 12/13] mmap: Add XO support for KVM XO
` [RFC PATCH 13/13] x86/Kconfig: Add Kconfig for KVM based XO

[PATCH 06/15] xfs: Pass a page to xfs_finish_page_writeback
 2019-10-05  1:21 UTC 

[PATCH v2] mm/page_isolation: fix a deadlock with printk()
 2019-10-04 22:26 UTC 

[PATCH] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-04 22:11 UTC 

[PATCH -next 00/11] lib/interval-tree: move to half closed intervals
 2019-10-04 19:44 UTC  (27+ messages)
` [PATCH 02/11] lib/interval-tree: add an equivalent tree with [a,b) intervals
` [PATCH 03/11] drm/amdgpu: convert amdgpu_vm_it to half closed intervals
` [PATCH 05/11] IB/hfi1: convert __mmu_int_rb "
` [PATCH 07/11] vhost: convert vhost_umem_interval_tree "
` [PATCH 08/11] mm: convert vma_interval_tree "
` [PATCH 09/11] lib/interval-tree: convert interval_tree "

[RFC 00/15] Large pages in the page-cache
 2019-10-04 19:39 UTC  (15+ messages)
` [PATCH 02/15] fs: Introduce i_blocks_per_page
` [PATCH 03/15] mm: Add file_offset_of_ helpers
` [PATCH 04/15] iomap: Support large pages
` [PATCH 06/15] xfs: Pass a page to xfs_finish_page_writeback
` [PATCH 11/15] mm: Remove hpage_nr_pages

[PATCH] mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer release
 2019-10-04 19:07 UTC 

[PATCH v6 00/17] arm64: MMU enabled kexec relocation
 2019-10-04 18:52 UTC  (18+ messages)
` [PATCH v6 01/17] kexec: quiet down kexec reboot
` [PATCH v6 02/17] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v6 03/17] arm64: hibernate: check pgd table allocation
` [PATCH v6 04/17] arm64: hibernate: use get_safe_page directly
` [PATCH v6 05/17] arm64: hibernate: remove gotos as they are not needed
` [PATCH v6 06/17] arm64: hibernate: rename dst to page in create_safe_exec_page
` [PATCH v6 07/17] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v6 08/17] arm64: hibernate: add trans_pgd public functions
` [PATCH v6 09/17] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v6 10/17] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v6 11/17] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v6 12/17] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v6 13/17] kexec: add machine_kexec_post_load()
` [PATCH v6 14/17] arm64: kexec: move relocation function setup and clean up
` [PATCH v6 15/17] arm64: kexec: add expandable argument to relocation function
` [PATCH v6 16/17] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v6 17/17] arm64: kexec: enable MMU during kexec relocation

[PATCH v1 1/2] mm: slub: init_on_free=1 should wipe freelist ptr for bulk allocations
 2019-10-04 18:45 UTC  (3+ messages)
` [PATCH v1 2/2] lib/test_meminit: add a kmem_cache_alloc_bulk() test

[rfc] mm, hugetlb: allow hugepage allocations to excessively reclaim
 2019-10-04 18:02 UTC  (5+ messages)

[PATCH] mm: vmalloc: Use the vmap_area_lock to protect ne_fit_preload_node
 2019-10-04 17:45 UTC  (6+ messages)

[PATCH v2 00/21] Refine memblock API
 2019-10-04 17:29 UTC  (17+ messages)

[PATCH] mm: vmscan: remove unused scan_control parameter from pageout()
 2019-10-04 16:43 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 311ef88adfa3b69c40234bf3000d1269e718919a
 2019-10-04 16:35 UTC 

[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
 2019-10-04 14:55 UTC  (3+ messages)
` [RESEND TRIVIAL 2/3] treewide: "
` [RESEND TRIVIAL 3/3] treewide: arch: "

[PATCH] lib/generic-radix-tree.c: add kmemleak annotations
 2019-10-04 14:48 UTC  (4+ messages)

[PATCH] Make SPLIT_RSS_COUNTING configurable
 2019-10-04 14:43 UTC  (7+ messages)

[PATCH] kasan: fix the missing underflow in memmove and memcpy with CONFIG_KASAN_GENERIC=y
 2019-10-04 13:52 UTC  (19+ messages)

[PATCH v3 0/7] Emulated coherent graphics memory take 2
 2019-10-04 13:24 UTC  (7+ messages)
` [PATCH v3 2/7] mm: Add a walk_page_mapping() function to the pagewalk code

[PATCH v2] mm/slub: fix a deadlock in show_slab_objects()
 2019-10-04 12:57 UTC  (2+ messages)

[PATCH] mm/swap: piggyback lru_add_drain_all() calls
 2019-10-04 12:37 UTC  (6+ messages)

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-10-04 12:18 UTC  (11+ messages)

[PATCH v7 0/1] Add bounds check for Hotplugged memory
 2019-10-04 12:08 UTC  (3+ messages)
` [PATCH v7 1/1] memory_hotplug: Add a bounds check to __add_pages

DANGER WILL ROBINSON, DANGER
 2019-10-04 11:46 UTC  (14+ messages)

[PATCH V5 0/4] ACPI: Support Generic Initiator proximity domains
 2019-10-04 11:43 UTC  (5+ messages)
` [PATCH V5 1/4] ACPI: Support Generic Initiator only domains
` [PATCH V5 2/4] arm64: "
` [PATCH V5 3/4] x86: Support Generic Initiator only proximity domains
` [PATCH V5 4/4] ACPI: Let ACPI know we support Generic Initiator Affinity Structures

BUG: Crash in __free_slab() using SLAB_TYPESAFE_BY_RCU
 2019-10-04  8:59 UTC  (8+ messages)

[PATCH] mm/page_alloc: Add a reason for reserved pages in has_unmovable_pages()
 2019-10-04  8:25 UTC  (3+ messages)

[PATCH] mm/slub: fix a deadlock in show_slab_objects()
 2019-10-04  8:13 UTC  (2+ messages)

[PATCH] mm/page_owner: fix incorrect looping in __set_page_owner_handle()
 2019-10-04  7:59 UTC  (3+ messages)

[PATCH v1] mm/memory_hotplug: Don't take the cpu_hotplug_lock
 2019-10-04  7:42 UTC  (3+ messages)

[linux-next:master] BUILD INCOMPLETE 2521ffab5375209bd0df42b675fd84ad785647e9
 2019-10-04  5:42 UTC 

[linux-next:pending-fixes] BUILD SUCCESS b76690ad767aa45ce68a6c5dc102f26078f22cee
 2019-10-04  2:33 UTC 

[PATCH] powerpc/pseries: Remove confusing warning message
 2019-10-03 23:05 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).