linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-06 13:54:11 to 2017-03-07 18:44:11 UTC [more...]

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

[PATCH v2 1/2] mm, page_alloc: don't convert pfn to idx when merging
 2017-03-07 18:40 UTC  (3+ messages)
` [PATCH v2 2/2] mm, page_alloc: avoid page_to_pfn() when merging buddies

[PATCH] mm, vmalloc: use __GFP_HIGHMEM implicitly
 2017-03-07 18:28 UTC  (2+ messages)

[PATCH] mm: Do not use double negation for testing page flags
 2017-03-07 17:39 UTC  (3+ messages)

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-07 17:42 UTC  (14+ messages)
` [RFC PATCH v4 18/28] x86: DMA support for memory encryption
` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

[RFC PATCH 0/4 v2] mm: give __GFP_REPEAT a better semantic
 2017-03-07 17:05 UTC  (6+ messages)
` [PATCH 1/4] s390: get rid of superfluous __GFP_REPEAT
` [RFC PATCH 2/4] mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
` [RFC PATCH 3/4] xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL
` [RFC PATCH 4/4] mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizes

[PATCH 0/9] mm: kswapd spinning on unreclaimable nodes - fixes and cleanups
 2017-03-07 16:56 UTC  (10+ messages)
` [PATCH 1/9] mm: fix 100% CPU kswapd busyloop on unreclaimable nodes

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-07 16:17 UTC  (9+ messages)
` [PATCH 1/3] nilfs2: set the mapping error when calling SetPageError on writeback

[PATCH v6 0/4] Application Data Integrity feature introduced by SPARC M7
 2017-03-07 15:39 UTC  (6+ messages)
` [PATCH v6 4/4] sparc64: Add support for ADI (Application Data Integrity)

[RFC 00/11] make try_to_unmap simple
 2017-03-07 15:24 UTC  (20+ messages)
` [RFC 01/11] mm: use SWAP_SUCCESS instead of 0
` [RFC 02/11] mm: remove unncessary ret in page_referenced
` [RFC 03/11] mm: remove SWAP_DIRTY in ttu
` [RFC 04/11] mm: remove SWAP_MLOCK check for SWAP_SUCCESS "
` [RFC 05/11] mm: make the try_to_munlock void function
` [RFC 06/11] mm: remove SWAP_MLOCK in ttu

[PATCH 0/7 v5] scope GFP_NOFS api
 2017-03-07 15:09 UTC  (4+ messages)
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-07 14:59 UTC  (15+ messages)
` [RFC PATCH v2 02/32] x86: Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v2 04/32] KVM: SVM: Add SEV feature definitions to KVM
` [RFC PATCH v2 05/32] x86: Use encrypted access of BOOT related data with SEV
` [RFC PATCH v2 06/32] x86/pci: Use memremap when walking setup data
` [RFC PATCH v2 07/32] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC PATCH v2 08/32] x86: Use PAGE_KERNEL protection for ioremap of memory page

[PATCH] mm: move pcp and lru-pcp drainging into single wq
 2017-03-07 14:23 UTC  (4+ messages)

[PATCH stable-4.9 0/2] mm: follow up oom fixes for 32b
 2017-03-07 14:14 UTC  (4+ messages)
` [PATCH stable-4.9 2/2] mm, vmscan: consider eligible zones in get_scan_count

[RFC PATCH] mm: enable page poisoning early at boot
 2017-03-07 14:08 UTC  (3+ messages)

[PATCH 0/4] thp: fix few MADV_DONTNEED races
 2017-03-07 14:04 UTC  (8+ messages)
` [PATCH 3/4] thp: fix MADV_DONTNEED vs. MADV_FREE race

[PATCH] mm, vmscan: do not loop on too_many_isolated for ever
 2017-03-07 13:30 UTC 

[PATCH v3 0/8] try to reduce fragmenting fallbacks
 2017-03-07 13:15 UTC  (9+ messages)
` [PATCH v3 1/8] mm, compaction: reorder fields in struct compact_control
` [PATCH v3 2/8] mm, compaction: remove redundant watermark check in compact_finished()
` [PATCH v3 3/8] mm, page_alloc: split smallest stolen page in fallback
` [PATCH v3 4/8] mm, page_alloc: count movable pages when stealing from pageblock
` [PATCH v3 5/8] mm, compaction: change migrate_async_suitable() to suitable_migration_source()
` [PATCH v3 6/8] mm, compaction: add migratetype to compact_control
` [PATCH v3 7/8] mm, compaction: restrict async compaction to pageblocks of same migratetype
` [PATCH v3 8/8] mm, compaction: finish whole pageblock to reduce fragmentation

[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
 2017-03-07 12:40 UTC  (8+ messages)

How to favor memory allocations for WQ_MEM_RECLAIM threads?
 2017-03-07 12:15 UTC  (4+ messages)

[PATCH v5 00/13] lockdep: Implement crossrelease feature
 2017-03-07 11:42 UTC  (10+ messages)
` [PATCH v5 06/13] "

[PATCH] mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
 2017-03-07 11:40 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] xfs: remove kmem_zalloc_greedy
 2017-03-07 11:33 UTC  (6+ messages)

[RFC][PATCH 1/2] mm: use MIGRATE_HIGHATOMIC as late as possible
 2017-03-07 11:29 UTC  (5+ messages)
` [RFC][PATCH 2/2] mm: unreserve highatomic pageblock if direct reclaim failed

[PATCH V5 0/6] mm: fix some MADV_FREE issues
 2017-03-07 10:05 UTC  (9+ messages)
` [PATCH V5 6/6] proc: show MADV_FREE pages info in smaps

mmotm 2017-03-06-16-52 uploaded
 2017-03-07  2:07 UTC  (2+ messages)

[PATCH] mm: Remove rodata_test_data export, add pr_fmt
 2017-03-07  0:53 UTC 

[PATCH] x86, mm: fix NOHIGHMEM && X86_PAE build config for native_pud_clear()
 2017-03-06 22:18 UTC 

[patch] mm, zoneinfo: print non-populated zones
 2017-03-06 22:11 UTC  (6+ messages)
    ` [patch v2] mm, vmstat: print non-populated zones in zoneinfo
      ` [patch -mm] mm, vmstat: suppress pcp stats for unpopulated "

userfaultfd UFFDIO_REMAP
 2017-03-06 22:09 UTC 

[PATCH v5 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-06 22:03 UTC  (3+ messages)
` [PATCH v5 2/3] x86: Remap GDT tables in the Fixmap section
` [PATCH v5 3/3] x86: Make the GDT remapping read-only on 64-bit

[PATCH 1/3] percpu: remove unused chunk_alloc parameter from pcpu_get_pages()
 2017-03-06 20:57 UTC  (2+ messages)

[PATCH 2/3] percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
 2017-03-06 20:56 UTC  (2+ messages)

[RFC PATCH v2 01/32] x86: Add the Secure Encrypted Virtualization CPU feature
 2017-03-06 20:54 UTC  (3+ messages)

[PATCH 0/7] 5-level paging: prepare generic code
 2017-03-06 20:45 UTC  (8+ messages)
` [PATCH 1/7] x86/cpufeature: Add 5-level paging detection
` [PATCH 2/7] asm-generic: introduce 5level-fixup.h
` [PATCH 3/7] asm-generic: introduce __ARCH_USE_5LEVEL_HACK
` [PATCH 4/7] arch, mm: convert all architectures to use 5level-fixup.h
` [PATCH 5/7] asm-generic: introduce <asm-generic/pgtable-nop4d.h>
` [PATCH 6/7] mm: convert generic code to 5-level paging
` [PATCH 7/7] mm: introduce __p4d_alloc()

[PATCH 1/2] mm: use is_migrate_highatomic() to simplify the code
 2017-03-06 20:43 UTC  (5+ messages)

[PATCH] x86, kasan: add KASAN checks to atomic operations
 2017-03-06 20:35 UTC  (13+ messages)

[RFC PATCH 1/2] mm/memblock: introduce for_each_mem_pfn_range_rev()
 2017-03-06 19:42 UTC  (6+ messages)
` [RFC PATCH 2/2] mm/sparse: add last_section_nr in sparse_init() to reduce some iteration cycle

[RFC PATCH 00/12] Ion cleanup in preparation for moving out of staging
 2017-03-06 19:20 UTC  (23+ messages)
` [RFC PATCH 06/12] staging: android: ion: Remove crufty cache support
` [RFC PATCH 10/12] staging: android: ion: Use CMA APIs directly

[PATCH v2 0/9] kasan: improve error reports
 2017-03-06 17:16 UTC  (9+ messages)
` [PATCH v2 6/9] kasan: improve slab object description

How to favor memory allocations for WQ_MEM_RECLAIM threads?
 2017-03-06 16:17 UTC  (7+ messages)

kasan: bug in quarantine_remove_cache
 2017-03-06 16:03 UTC 

[PATCH v3 0/9] kasan: improve error reports
 2017-03-06 16:00 UTC  (10+ messages)
` [PATCH v3 1/9] kasan: introduce helper functions for determining bug type
` [PATCH v3 2/9] kasan: unify report headers
` [PATCH v3 3/9] kasan: change allocation and freeing stack traces headers
` [PATCH v3 4/9] kasan: simplify address description logic
` [PATCH v3 5/9] kasan: change report header
` [PATCH v3 6/9] kasan: improve slab object description
` [PATCH v3 7/9] kasan: print page description after stacks
` [PATCH v3 8/9] kasan: improve double-free report format
` [PATCH v3 9/9] kasan: separate report parts by empty lines

[LSF/MM TOPIC] Movable memory and reliable higher order allocations
 2017-03-06 14:53 UTC  (8+ messages)

[PATCHv6 0/5] Fix compatible mmap() return pointer over 4Gb
 2017-03-06 14:17 UTC  (6+ messages)
` [PATCHv6 1/5] x86/mm: introduce arch_rnd() to compute 32/64 mmap rnd
` [PATCHv6 2/5] x86/mm: add task_size parameter to mmap_base()
` [PATCHv6 3/5] x86/mm: introduce mmap_compat_base for 32-bit mmap()
` [PATCHv6 4/5] x86/mm: check in_compat_syscall() instead TIF_ADDR32 for mmap(MAP_32BIT)
` [PATCHv6 5/5] selftests/x86: add test for 32-bit mmap() return addr

[PATCHv3 00/33] 5-level paging
 2017-03-06 14:17 UTC  (8+ messages)
` [PATCHv3 33/33] mm, x86: introduce PR_SET_MAX_VADDR and PR_GET_MAX_VADDR


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