linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-03 07:22:50 to 2018-09-05 21:43:10 UTC [more...]

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4
 2018-09-05 21:43 UTC  (2+ messages)

[PATCH v2 0/2] Address issues slowing memory init
 2018-09-05 21:38 UTC  (7+ messages)
` [PATCH v2 1/2] mm: Move page struct poisoning to CONFIG_DEBUG_VM_PAGE_INIT_POISON
` [PATCH v2 2/2] mm: Create non-atomic version of SetPageReserved for init use

[RFC PATCH] mm/hugetlb: make hugetlb_lock irq safe
 2018-09-05 21:35 UTC  (6+ messages)

[PATCH v2] mm: slowly shrink slabs with a relatively small number of objects
 2018-09-05 21:35 UTC  (4+ messages)

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-05 21:10 UTC  (6+ messages)
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v6 11/18] khwasan, mm: perform untagged pointers comparison in krealloc

[PATCH v3 1/3] mm: rework memcg kernel stack accounting
 2018-09-05 21:08 UTC  (5+ messages)
` [PATCH v3 3/3] mm: don't miss the last page because of round-off error

[PATCH 0/2] Address issues slowing memory init
 2018-09-05 20:35 UTC  (15+ messages)
` [PATCH 1/2] mm: Move page struct poisoning from CONFIG_DEBUG_VM to CONFIG_DEBUG_VM_PGFLAGS
` [PATCH 2/2] mm: Create non-atomic version of SetPageReserved for init use

[PATCH RESEND] mips: switch to NO_BOOTMEM
 2018-09-05 20:09 UTC  (6+ messages)

[mmotm:master 58/135] fs//cramfs/inode.c:423:10: error: implicit declaration of function 'vm_insert_mixed'; did you mean 'vmf_insert_mixed'?
 2018-09-05 20:01 UTC  (2+ messages)

Plumbers 2018 - Performance and Scalability Microconference
 2018-09-05 19:51 UTC  (6+ messages)

linux-next test error
 2018-09-05 19:24 UTC  (11+ messages)

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-09-05 19:03 UTC  (11+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-09-05 18:18 UTC  (19+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
` [PATCH v2 02/40] iommu/sva: Bind process address spaces to devices
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 04/40] iommu/sva: Add a mm_exit callback for device drivers
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing

[RFC PATCH 00/29] mm: remove bootmem allocator
 2018-09-05 17:20 UTC  (32+ messages)
` [RFC PATCH 01/29] mips: switch to NO_BOOTMEM
` [RFC PATCH 02/29] mm: remove CONFIG_NO_BOOTMEM
` [RFC PATCH 03/29] mm: remove CONFIG_HAVE_MEMBLOCK
` [RFC PATCH 04/29] mm: remove bootmem allocator implementation
` [RFC PATCH 05/29] mm: nobootmem: remove dead code
` [RFC PATCH 06/29] memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
` [RFC PATCH 07/29] memblock: remove _virt from APIs returning virtual address
` [RFC PATCH 08/29] memblock: replace alloc_bootmem_align with memblock_alloc
` [RFC PATCH 09/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 10/29] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
` [RFC PATCH 11/29] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [RFC PATCH 12/29] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [RFC PATCH 13/29] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [RFC PATCH 14/29] memblock: add align parameter to memblock_alloc_node()
` [RFC PATCH 15/29] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [RFC PATCH 16/29] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [RFC PATCH 17/29] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [RFC PATCH 18/29] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [RFC PATCH 19/29] memblock: replace alloc_bootmem_pages with memblock_alloc
` [RFC PATCH 20/29] memblock: replace __alloc_bootmem with memblock_alloc_from
` [RFC PATCH 21/29] memblock: replace alloc_bootmem with memblock_alloc
` [RFC PATCH 22/29] mm: nobootmem: remove bootmem allocation APIs
` [RFC PATCH 23/29] memblock: replace free_bootmem{_node} with memblock_free
` [RFC PATCH 24/29] memblock: replace free_bootmem_late with memblock_free_late
` [RFC PATCH 25/29] memblock: rename free_all_bootmem to memblock_free_all
` [RFC PATCH 26/29] memblock: rename __free_pages_bootmem to memblock_free_pages
` [RFC PATCH 27/29] mm: remove nobootmem
` [RFC PATCH 28/29] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
` [RFC PATCH 29/29] mm: remove include/linux/bootmem.h

[PATCH 0/3] mm: dirty/accessed pte optimisations
 2018-09-05 14:29 UTC  (3+ messages)
` [PATCH 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[linux-next:master 2161/2297] fs//cramfs/inode.c:423:10: error: implicit declaration of function 'vm_insert_mixed'
 2018-09-05 14:23 UTC 

[PATCH] mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()
 2018-09-05 14:04 UTC  (7+ messages)

VM_BUG_ON_PGFLAGS with CONFIG_DEBUG_VM_PGFLAGS=n
 2018-09-05 13:46 UTC  (3+ messages)

[LKP] 3f906ba236 [ 71.192813] WARNING: possible circular locking dependency detected
 2018-09-05 13:02 UTC  (2+ messages)

[PATCH] mm: hugepage: mark splitted page dirty when needed
 2018-09-05 12:55 UTC  (6+ messages)

[PATCH v2 0/5] Extend and consolidate mmu_gather into new file
 2018-09-05 12:28 UTC  (8+ messages)
` [PATCH v2 1/5] asm-generic/tlb: Guard with #ifdef CONFIG_MMU
` [PATCH v2 2/5] asm-generic/tlb: Track freeing of page-table directories in struct mmu_gather
` [PATCH v2 3/5] asm-generic/tlb: Track which levels of the page tables have been cleared
` [PATCH v2 4/5] mm/memory: Move mmu_gather and TLB invalidation code into its own file
` [PATCH v2 5/5] MAINTAINERS: Add entry for MMU GATHER AND TLB INVALIDATION

INFO: task hung in ext4_da_get_block_prep
 2018-09-05 11:06 UTC  (2+ messages)

[PATCH v2] arm64: kasan: add interceptors for strcmp/strncmp functions
 2018-09-05  7:44 UTC  (9+ messages)
    `  "

[PATCH 2/2] mm: thp: fix transparent_hugepage/defrag = madvise || always
 2018-09-05  7:08 UTC  (12+ messages)
    ` [PATCH] mm, thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings

[PATCH v6 1/2] mm: migration: fix migration of huge PMD shared pages
 2018-09-05  6:57 UTC  (13+ messages)

mmotm 2018-09-04-16-03 uploaded
 2018-09-04 23:04 UTC 

[PATCH] mm: slowly shrink slabs with a relatively small number of objects
 2018-09-04 20:34 UTC  (12+ messages)

[PATCH 1/1] userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults
 2018-09-04 20:14 UTC  (4+ messages)

Hugepages mixed with stacks in process address space
 2018-09-04 19:50 UTC 

[RFC][PATCH 0/5] introduce /proc/PID/idle_bitmap
 2018-09-04 19:14 UTC  (9+ messages)
` [RFC][PATCH 2/5] [PATCH 2/5] proc: "
` [RFC][PATCH 3/5] [PATCH 3/5] kvm-ept-idle: HVA indexed EPT read
` [RFC][PATCH 5/5] [PATCH 5/5] kvm-ept-idle: enable module

[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
 2018-09-04 14:47 UTC  (3+ messages)

[Bug 198497] handle_mm_fault / xen_pmd_val / radix_tree_lookup_slot Null pointer
 2018-09-04 12:54 UTC  (5+ messages)

Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
 2018-09-04  9:37 UTC  (8+ messages)

How to profile 160 ms spent in `add_highpages_with_active_regions()`?
 2018-09-04  9:16 UTC  (5+ messages)

[RFC][PATCH 1/5] [PATCH 1/5] kvm: register in task_struct
 2018-09-04  8:31 UTC  (8+ messages)

[PATCH 0/3] trivial code refine for sparsemem
 2018-09-03 22:27 UTC  (5+ messages)
` [PATCH 1/3] mm/sparse: add likely to mem_section[root] check in sparse_index_init()

[PATCH] arm64: mm: always enable CONFIG_HOLES_IN_ZONE
 2018-09-03 19:47 UTC  (2+ messages)

A crash on ARM64 in move_freepages_block due to uninitialized pages in reserved memory
 2018-09-03 19:33 UTC  (8+ messages)

[PATCH v3] kmemleak: add module param to print warnings to dmesg
 2018-09-03 15:02 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 22/47] x86/mm: Remove in_nmi() warning from vmalloc_fault()
 2018-09-03 13:42 UTC  (2+ messages)

[PATCH] arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODEL
 2018-09-03 10:50 UTC  (2+ messages)

[PATCH] mm: Disable deferred struct page for 32-bit arches
 2018-09-03  9:00 UTC  (2+ messages)

[PATCH -V5 00/21] swap: Swapout/swapin THP in one piece
 2018-09-03  7:22 UTC  (11+ messages)
` [PATCH -V5 12/21] swap: Support PMD swap mapping in swapoff
` [PATCH -V5 13/21] swap: Support PMD swap mapping in madvise_free()
` [PATCH -V5 14/21] swap: Support to move swap account for PMD swap mapping
` [PATCH -V5 15/21] swap: Support to copy PMD swap mapping when fork()
` [PATCH -V5 16/21] swap: Free PMD swap mapping when zap_huge_pmd()
` [PATCH -V5 17/21] swap: Support PMD swap mapping for MADV_WILLNEED
` [PATCH -V5 18/21] swap: Support PMD swap mapping in mincore()
` [PATCH -V5 19/21] swap: Support PMD swap mapping in common path
` [PATCH -V5 20/21] swap: create PMD swap mapping when unmap the THP
` [PATCH -V5 21/21] swap: Update help of CONFIG_THP_SWAP


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