linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm: add the block to the tail of the list in expand()
 2015-08-14  7:55 UTC  (9+ messages)

[PATCH] mm/hwpoison: fix race between soft_offline_page and unpoison_memory
 2015-08-14  7:54 UTC  (9+ messages)

[mmotm:master 301/497] include/linux/mm_types.h:371:22: error: 'HUGE_MAX_HSTATE' undeclared here (not in a function)
 2015-08-14  0:55 UTC  (2+ messages)

[mmotm:master 464/497] arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:205:17: warning: '__decompress' defined but not used
 2015-08-14  0:50 UTC 

[mmotm:master 464/497] arch/m32r/boot/compressed/../../../../lib/decompress_inflate.c:205:17: warning: '__decompress' defined but not used
 2015-08-14  0:14 UTC 

[mmotm:master 464/497] arch/sh/boot/compressed/../../../../lib/decompress_inflate.c:205:17: warning: '__decompress' defined but not used
 2015-08-14  0:10 UTC 

[mmotm:master 301/497] mm/hugetlb.c:2812:4: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int'
 2015-08-13 23:47 UTC  (2+ messages)

mmotm 2015-08-13-15-29 uploaded
 2015-08-13 22:29 UTC 

[PATCH v2 2/2] mm: hugetlb: add VmHugetlbRSS: field in /proc/pid/status
 2015-08-13 21:14 UTC  (13+ messages)
  ` [PATCH v3 3/3] Documentation/filesystems/proc.txt: document hugetlb RSS
        ` [PATCH v4 1/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/smaps
          ` [PATCH v4 2/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status

[PATCHv3 00/10] mm, xen/balloon: memory hotplug improvements
 2015-08-13 20:40 UTC  (4+ messages)
` [PATCHv3 01/10] mm: memory hotplug with an existing resource
  ` [Xen-devel] "

[PATCH 00/15] HMM anonymous memory migration
 2015-08-13 19:37 UTC  (16+ messages)
` [PATCH 01/15] fork: pass the dst vma to copy_page_range() and its sub-functions
` [PATCH 02/15] HMM: add special swap filetype for memory migrated to device v2
` [PATCH 03/15] HMM: add new HMM page table flag (valid device memory)
` [PATCH 04/15] HMM: add new HMM page table flag (select flag)
` [PATCH 05/15] HMM: handle HMM device page table entry on mirror page table fault and update
` [PATCH 06/15] HMM: mm add helper to update page table when migrating memory back v2
` [PATCH 07/15] HMM: mm add helper to update page table when migrating memory v2
` [PATCH 08/15] HMM: new callback for copying memory from and to device "
` [PATCH 09/15] HMM: allow to get pointer to spinlock protecting a directory
` [PATCH 10/15] HMM: split DMA mapping function in two
` [PATCH 11/15] HMM: add helpers for migration back to system memory v3
` [PATCH 12/15] HMM: fork copy migrated memory into system memory for child process
` [PATCH 13/15] HMM: CPU page fault on migrated memory
` [PATCH 14/15] HMM: add mirror fault support for system to device memory migration v3
` [PATCH 15/15] HMM/dummy: add fake device memory to dummy HMM device driver

HMM (Heterogeneous Memory Management) v10
 2015-08-13 19:15 UTC  (16+ messages)
` [PATCH 01/15] mmu_notifier: add event information to address invalidation v8
` [PATCH 02/15] mmu_notifier: keep track of active invalidation ranges v4
` [PATCH 03/15] mmu_notifier: pass page pointer to mmu_notifier_invalidate_page() v2
` [PATCH 04/15] mmu_notifier: allow range invalidation to exclude a specific mmu_notifier
` [PATCH 05/15] HMM: introduce heterogeneous memory management v5
` [PATCH 06/15] HMM: add HMM page table v4
` [PATCH 07/15] HMM: add per mirror "
` [PATCH 08/15] HMM: add device page fault support v4
` [PATCH 09/15] HMM: add mm page table iterator helpers
` [PATCH 10/15] HMM: use CPU page table during invalidation
` [PATCH 11/15] HMM: add discard range helper (to clear and free resources for a range)
` [PATCH 12/15] HMM: add dirty range helper (toggle dirty bit inside mirror page table) v2
` [PATCH 13/15] HMM: DMA map memory on behalf of device driver v2
` [PATCH 14/15] HMM: add documentation explaining HMM internals and how to use it
` [PATCH 15/15] hmm/dummy: dummy driver for testing and showcasing the HMM API

[PATCH v5 0/5] introduce __pfn_t for unmapped pfn I/O and DAX lifetime
 2015-08-13 18:51 UTC  (21+ messages)
` [PATCH v5 1/5] mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h
` [PATCH v5 2/5] allow mapping page-less memremaped areas into KVA
` [PATCH v5 3/5] dax: drop size parameter to ->direct_access()
` [PATCH v5 4/5] dax: fix mapping lifetime handling, convert to __pfn_t + kmap_atomic_pfn_t()
` [PATCH v5 5/5] scatterlist: convert to __pfn_t

[PATCH 0/2] x86/KASAN updates for 4.3
 2015-08-13 17:23 UTC  (9+ messages)
` [PATCH v6 1/2] x86/kasan: define KASAN_SHADOW_OFFSET per architecture
` [PATCH v6 2/2] x86/kasan, mm: introduce generic kasan_populate_zero_shadow()

[PATCH 0/2] Fix compound_head() race
 2015-08-13 15:54 UTC  (3+ messages)
` [PATCH 1/2] zsmalloc: use page->private instead of page->first_page
` [PATCH 2/2] mm: make compound_head() robust

[x86_64] RIP: 0010:[<ffffffff813bc3dc>] [<ffffffff813bc3dc>] __asan_store8
 2015-08-13 15:12 UTC  (2+ messages)

[PATCH] mm: make page pfmemalloc check more robust
 2015-08-13 14:40 UTC  (5+ messages)

[linux-next:master 5351/5539] lib/test-parse-integer.c:118: warning: integer constant is too large for 'long' type
 2015-08-13 14:28 UTC 

[PATCH 00/15] HMM (Heterogeneous Memory Management) v9
 2015-08-13 14:14 UTC  (4+ messages)
` [PATCH 15/15] hmm/dummy: dummy driver for testing and showcasing the HMM API

[PATCH, RFC 0/2] Recover some scalability for DAX
 2015-08-13 11:30 UTC  (17+ messages)
` [PATCH, RFC 2/2] dax: use range_lock instead of i_mmap_lock

[PATCH 1/1] mm: vmstat: introducing vm counter for slowpath
 2015-08-13  9:07 UTC  (8+ messages)

[PATCH 00/16] Sanitize usage of ->flags and ->mapping for tail pages
 2015-08-13  5:10 UTC  (12+ messages)
` [PATCH 04/16] page-flags: define PG_locked behavior on compound pages
  ` page-flags behavior on compound pages: a worry

[RFC PATCH 0/7] 'struct page' driver for persistent memory
 2015-08-13  3:50 UTC  (8+ messages)
` [RFC PATCH 1/7] x86, mm: ZONE_DEVICE for "device memory"
` [RFC PATCH 2/7] x86, mm: introduce struct vmem_altmap
` [RFC PATCH 3/7] x86, mm: arch_add_dev_memory()
` [RFC PATCH 4/7] mm: register_dev_memmap()
` [RFC PATCH 5/7] libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option
` [RFC PATCH 6/7] libnvdimm, pfn: 'struct page' provider infrastructure
` [RFC PATCH 7/7] libnvdimm, pmem: 'struct page' for pmem

[PATCH] mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations
 2015-08-13  2:13 UTC  (8+ messages)

[PATCH 00/10] Remove zonelist cache and high-order watermark checking v2
 2015-08-13  0:16 UTC  (14+ messages)
` [PATCH 01/10] mm, page_alloc: Delete the zonelist_cache
` [PATCH 02/10] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe
` [PATCH 03/10] mm, page_alloc: Remove unnecessary recalculations for dirty zone balancing
` [PATCH 04/10] mm, page_alloc: Remove unnecessary taking of a seqlock when cpusets are disabled
` [PATCH 05/10] mm, page_alloc: Use masks and shifts when converting GFP flags to migrate types
` [PATCH 06/10] mm: page_alloc: Distinguish between being unable to sleep, unwilling to unwilling and avoiding waking kswapd
` [PATCH 07/10] mm: page_alloc: Rename __GFP_WAIT to __GFP_RECLAIM
` [PATCH 08/10] mm, page_alloc: Remove MIGRATE_RESERVE
` [PATCH 09/10] mm, page_alloc: Reserve pageblocks for high-order atomic allocations on demand
` [PATCH 10/10] mm, page_alloc: Only enforce watermarks for order-0 allocations

[PATCH] mm: cma: mark cma_bitmap_maxno() inline in header
 2015-08-13  0:01 UTC 

[PATCH v2 0/4] mm: add dma_pool_zalloc() & pci_pool_zalloc()
 2015-08-12 23:52 UTC  (3+ messages)
` [PATCH v2 1/4] mm: Add support for __GFP_ZERO flag to dma_pool_alloc()

[PATCH v2] mm/slub: don't wait for high-order page allocation
 2015-08-12 22:31 UTC  (5+ messages)

[PATCH v5 0/6] KASAN for amr64
 2015-08-12 13:41 UTC  (15+ messages)
` [PATCH v5 2/6] x86/kasan, mm: introduce generic kasan_populate_zero_shadow()
` [PATCH v5 3/6] arm64: introduce VA_START macro - the first kernel virtual address
` [PATCH v5 4/6] arm64: move PGD_SIZE definition to pgalloc.h
` [PATCH v5 5/6] arm64: add KASAN support
` [PATCH v5 6/6] ARM64: kasan: print memory assignment

mm: use after free and panic in free_pages_and_swap_cache
 2015-08-12 12:27 UTC  (2+ messages)

[PATCH v7 0/6] Allow user to request memory to be locked on page fault
 2015-08-12 11:59 UTC  (7+ messages)
` [PATCH v7 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code
` [PATCH v7 2/6] mm: mlock: Add new mlock system call
` [PATCH v7 3/6] mm: Introduce VM_LOCKONFAULT

[PATCH V1 Resend 09/10] mm: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-12 10:29 UTC 

[PATCH v2 3/5] mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error handling
 2015-08-12  9:35 UTC  (11+ messages)
` [PATCH v2 4/5] mm/hwpoison: fix refcount of THP head page in no-injection case
` [PATCH v2 5/5] mm/hwpoison: replace most of put_page in memory error handling by put_hwpoison_page

[PATCH] mm/hwpoison: fix panic due to split huge zero page
 2015-08-12  9:16 UTC  (4+ messages)

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2015-08-12  9:14 UTC  (9+ messages)
` [RFC 3/8] mm: page_alloc: do not lock up GFP_NOFS allocations upon OOM
` [RFC 4/8] jbd, jbd2: Do not fail journal because of frozen_buffer allocation failure

[PATCH 00/23] userfaultfd v4
 2015-08-12  5:23 UTC  (5+ messages)
` [PATCH 19/23] userfaultfd: activate syscall
  ` [Qemu-devel] "

[PATCH 0/5] Make cpuid <-> nodeid mapping persistent
 2015-08-12  1:53 UTC  (7+ messages)
` [PATCH 1/5] x86, gfp: Cache best near node for memory allocation

[PATCH] smaps: fill missing fields for vma(VM_HUGETLB)
 2015-08-11 23:48 UTC  (6+ messages)
` [PATCH v2 0/2] hugetlb: display per-process/per-vma usage
  ` [PATCH v2 1/2] smaps: fill missing fields for vma(VM_HUGETLB)

[PATCH 0/3] Make workingset detection logic memcg aware
 2015-08-11 15:59 UTC  (8+ messages)

[PATCH 1/1] mm: compaction: include compact_nodes in compaction.h
 2015-08-11 10:45 UTC  (3+ messages)

[RFC v3 1/2] mm, compaction: introduce kcompactd
 2015-08-11  8:50 UTC  (4+ messages)

[PATCH 1/2] memory-hotplug: fix wrong edge when hot add a new node
 2015-08-11  7:33 UTC  (2+ messages)
` [PATCH 2/2] memory-hotplug: remove reset_node_managed_pages() and reset_node_managed_pages() in hotadd_new_pgdat()

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox