linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-10 21:22:22 to 2017-03-14 00:56:39 UTC [more...]

arch/x86/include/asm/pgtable.h:888:2: error: implicit declaration of function 'native_pud_clear'
 2017-03-14  0:56 UTC  (3+ messages)

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-14  0:39 UTC  (20+ messages)
` [RFC PATCH 01/13] mm: Add mm_struct argument to 'mmap_region'
` [RFC PATCH 02/13] mm: Add mm_struct argument to 'do_mmap' and 'do_mmap_pgoff'
` [RFC PATCH 03/13] mm: Rename 'unmap_region' and add mm_struct argument
` [RFC PATCH 04/13] mm: Add mm_struct argument to 'get_unmapped_area' and 'vm_unmapped_area'
` [RFC PATCH 05/13] mm: Add mm_struct argument to 'mm_populate' and '__mm_populate'
` [RFC PATCH 06/13] mm/mmap: Export 'vma_link' and 'find_vma_links' to mm subsystem
` [RFC PATCH 07/13] kernel/fork: Split and export 'mm_alloc' and 'mm_init'
` [RFC PATCH 08/13] kernel/fork: Define explicitly which mm_struct to duplicate during fork
` [RFC PATCH 09/13] mm/memory: Add function to one-to-one duplicate page ranges
` [RFC PATCH 10/13] mm: Introduce first class virtual address spaces
` [RFC PATCH 11/13] mm/vas: Introduce VAS segments - shareable address space regions
` [RFC PATCH 12/13] mm/vas: Add lazy-attach support for first class virtual address spaces
` [RFC PATCH 13/13] fs/proc: Add procfs "

[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
 2017-03-13 23:16 UTC  (30+ messages)
                ` WTH is going on with memory hotplug sysf interface (was: Re: [RFC PATCH] mm, hotplug: get rid of auto_online_blocks)
                  ` WTH is going on with memory hotplug sysf interface

[PATCH v2] mm: fix condition for throttle_direct_reclaim
 2017-03-13 22:19 UTC 

[HMM v17 00/14] HMM (Heterogeneous Memory Management) v17
 2017-03-13 22:10 UTC  (3+ messages)
` [HMM v17 09/14] mm/hmm/mirror: mirror process address space on device with HMM helpers

[RFC PATCH 00/12] Ion cleanup in preparation for moving out of staging
 2017-03-13 21:59 UTC  (18+ messages)

[PATCH] mm: fix condition for throttle_direct_reclaim
 2017-03-13 21:48 UTC  (7+ messages)

[PATCH 0/2] mm: add private lock to serialize memory hotplug operations
 2017-03-13 21:15 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH] mm, gup: fix typo in gup_p4d_range()
 2017-03-13 20:55 UTC  (4+ messages)

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-13 20:08 UTC  (9+ messages)
` [RFC PATCH v2 06/32] x86/pci: Use memremap when walking setup data
` [RFC PATCH v2 14/32] x86: mm: Provide support to use memblock when spliting large pages

[PATCH 0/6] x86: 5-level paging enabling for v4.12, Part 1
 2017-03-13 19:46 UTC  (8+ messages)
` [PATCH 1/6] x86/mm: Extend headers with basic definitions to support 5-level paging
` [PATCH 2/6] x86/mm: Convert trivial cases of page table walk to "
` [PATCH 3/6] x86/gup: Add 5-level paging support
` [PATCH 4/6] x86/ident_map: "
` [PATCH 5/6] x86/vmalloc: "
` [PATCH 6/6] x86/power: "

[PATCH v1 00/10] make try_to_unmap simple
 2017-03-13 19:45 UTC  (14+ messages)
` [PATCH v1 01/10] mm: remove unncessary ret in page_referenced
` [PATCH v1 02/10] mm: remove SWAP_DIRTY in ttu
` [PATCH v1 03/10] mm: remove SWAP_MLOCK check for SWAP_SUCCESS "
` [PATCH v1 04/10] mm: make the try_to_munlock void function
` [PATCH v1 05/10] mm: remove SWAP_MLOCK in ttu
` [PATCH v1 06/10] mm: remove SWAP_AGAIN "
` [PATCH v1 07/10] mm: make ttu's return boolean
` [PATCH v1 08/10] mm: make rmap_walk void function
` [PATCH v1 09/10] mm: make rmap_one boolean function
` [PATCH v1 10/10] mm: remove SWAP_[SUCCESS|AGAIN|FAIL]

[PATCH v5 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-13 19:24 UTC  (12+ messages)
` [PATCH v5 2/3] x86: Remap GDT tables in the Fixmap section
    ` [Xen-devel] "

[PATCH v3 RFC] mm/vmscan: more restrictive condition for retry of shrink_zones
 2017-03-13 15:48 UTC  (6+ messages)

[PATCH v4 00/11] mm: page migration enhancement for thp
 2017-03-13 15:45 UTC  (12+ messages)
` [PATCH v4 01/11] mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1
` [PATCH v4 02/11] mm: mempolicy: add queue_pages_node_check()
` [PATCH v4 03/11] mm: thp: introduce separate TTU flag for thp freezing
` [PATCH v4 04/11] mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION
` [PATCH v4 05/11] mm: thp: enable thp migration in generic path
` [PATCH v4 06/11] mm: thp: check pmd migration entry in common path
` [PATCH v4 07/11] mm: soft-dirty: keep soft-dirty bits over thp migration
` [PATCH v4 08/11] mm: hwpoison: soft offline supports "
` [PATCH v4 09/11] mm: mempolicy: mbind and migrate_pages support "
` [PATCH v4 10/11] mm: migrate: move_pages() supports "
` [PATCH v4 11/11] mm: memory_hotplug: memory hotremove "

[PATCHv6 0/5] Fix compatible mmap() return pointer over 4Gb
 2017-03-13 15:29 UTC  (9+ messages)
` [PATCHv6 4/5] x86/mm: check in_compat_syscall() instead TIF_ADDR32 for mmap(MAP_32BIT)

[PATCH] mm, page_alloc: fix the duplicate save/ressave irq
 2017-03-13 14:51 UTC  (8+ messages)

[mm/kasan] 80a9201a59 BUG: kernel reboot-without-warning in early-boot stage, last printk: Booting the kernel
 2017-03-13 14:51 UTC  (4+ messages)
` [mm/kasan] BUG: KASAN: slab-out-of-bounds in inotify_read at addr ffff88001539780c

[PATCH v7] mm: Add memory allocation watchdog kernel thread
 2017-03-13 13:45 UTC  (8+ messages)

[PATCH v7 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-03-13 12:41 UTC  (15+ messages)
` [PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER

[RFC] mm/compaction: ignore block suitable after check large free page
 2017-03-13 12:16 UTC  (5+ messages)

[PATCH] mm: don't warn when vmalloc() fails due to a fatal signal
 2017-03-13 12:03 UTC  (4+ messages)

strange allocation failures
 2017-03-13 10:59 UTC  (6+ messages)

[PATCH] mm: move pcp and lru-pcp drainging into single wq
 2017-03-13  9:58 UTC  (3+ messages)

[RFC 0/6] Slab Fragmentation Reduction V16
 2017-03-13  9:16 UTC  (5+ messages)

[PATCH 00/26] x86: 5-level paging enabling for v4.12
 2017-03-13  7:49 UTC  (31+ messages)
` [PATCH 01/26] x86: basic changes into headers for 5-level paging
` [PATCH 02/26] x86: trivial portion of 5-level paging conversion
` [PATCH 03/26] x86/gup: add 5-level paging support
` [PATCH 04/26] x86/ident_map: "
` [PATCH 05/26] x86/mm: add support of p4d_t in vmalloc_fault()
` [PATCH 06/26] x86/power: support p4d_t in hibernate code
` [PATCH 07/26] x86/kexec: support p4d_t
` [PATCH 08/26] x86/efi: handle p4d in EFI pagetables
` [PATCH 09/26] x86/mm/pat: handle additional page table
` [PATCH 10/26] x86/kasan: prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
` [PATCH 11/26] x86/xen: convert __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
` [PATCH 12/26] x86: convert the rest of the code to support p4d_t
` [PATCH 13/26] x86: detect 5-level paging support
` [PATCH 14/26] x86/asm: remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCH 15/26] x86/mm: define virtual memory map for 5-level paging
` [PATCH 16/26] x86/paravirt: make paravirt code support "
` [PATCH 17/26] x86/mm: basic defines/helpers for CONFIG_X86_5LEVEL
` [PATCH 18/26] x86/dump_pagetables: support 5-level paging
` [PATCH 19/26] x86/kasan: extend to "
` [PATCH 20/26] x86/espfix: "
` [PATCH 21/26] x86/mm: add support of additional page table level during early boot
` [PATCH 22/26] x86/mm: add sync_global_pgds() for configuration with 5-level paging
` [PATCH 23/26] x86/mm: make kernel_physical_mapping_init() support "
` [PATCH 24/26] x86/mm: add support for 5-level paging for KASLR
` [PATCH 25/26] x86: enable 5-level paging support
` [PATCH 26/26] x86/mm: allow to have userspace mappings above 47-bits

[PATCH] mm: mark gup_pud_range as unused
 2017-03-13  5:21 UTC  (2+ messages)

[PATCH v2 00/10] try to reduce fragmenting fallbacks
 2017-03-13  2:16 UTC  (5+ messages)
` [RFC v2 10/10] mm, page_alloc: introduce MIGRATE_MIXED migratetype

[PATCH v2 RFC] mm/vmscan: more restrictive condition for retry in do_try_to_free_pages
 2017-03-12 10:15 UTC  (3+ messages)

[PATCH v2] fs: Remove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
 2017-03-12  4:59 UTC 

[PATCH] z3fold: fix spinlock unlocking in page reclaim
 2017-03-11 21:22 UTC 

[PATCH v2 RFC] mm/vmscan: more restrictive condition for retry in do_try_to_free_pages
 2017-03-11 13:36 UTC 

[PATCH RFC] mm/vmscan: donot retry shrink zones when memcg is disabled
 2017-03-11  9:41 UTC  (3+ messages)

z3fold: suspicious return with spinlock held
 2017-03-10 22:08 UTC  (4+ 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).