linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/9 v4] Helper to abstract vma handling in media layer
 2015-05-06 15:02 UTC  (16+ messages)
` [PATCH 1/9] [media] vb2: Push mmap_sem down to memops
` [PATCH 2/9] mm: Provide new get_vaddr_frames() helper
` [PATCH 3/9] media: omap_vout: Convert omap_vout_uservirt_to_phys() to use get_vaddr_pfns()
` [PATCH 4/9] vb2: Provide helpers for mapping virtual addresses
` [PATCH 5/9] media: vb2: Convert vb2_dma_sg_get_userptr() to use frame vector
` [PATCH 6/9] media: vb2: Convert vb2_vmalloc_get_userptr() "
` [PATCH 7/9] media: vb2: Convert vb2_dc_get_userptr() "
` [PATCH 8/9] media: vb2: Remove unused functions
` [PATCH 9/9] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames()

[PATCH 1/2] gfp: add __GFP_NOACCOUNT
 2015-05-06 15:00 UTC  (15+ messages)
` [PATCH 2/2] kernfs: do not account ino_ida allocations to memcg

[PATCH v4 0/7] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
 2015-05-06 13:41 UTC  (19+ messages)
` [PATCH v4 1/7] mm, x86: Document return values of mapping funcs
` [PATCH v4 2/7] mtrr, x86: Fix MTRR lookup to handle inclusive entry
` [PATCH v4 3/7] mtrr, x86: Remove a wrong address check in __mtrr_type_lookup()
` [PATCH v4 4/7] mtrr, x86: Fix MTRR state checks in mtrr_type_lookup()
` [PATCH v4 6/7] mtrr, x86: Clean up mtrr_type_lookup()

[PATCH] set/get_mempolicy.2: policy is per thread, not per process
 2015-05-06 12:57 UTC  (3+ messages)

TLB flushes on s390
 2015-05-06 12:56 UTC  (4+ messages)

Should mmap MAP_LOCKED fail if mm_poppulate fails?
 2015-05-06 12:21 UTC  (9+ messages)
            ` [RFC PATCH] mmap.2: clarify MAP_LOCKED semantic (was: Re: Should mmap MAP_LOCKED fail if mm_poppulate fails?)

[PATCH 0/13] Parallel struct page initialisation v4
 2015-05-06 12:05 UTC  (25+ messages)
` [PATCH 06/13] mm: meminit: Inline some helper functions

[PATCH] mm: only define hashdist variable when needed
 2015-05-06 11:12 UTC  (2+ messages)

[RFC] kernel random segmentation fault?
 2015-05-06 10:57 UTC  (2+ messages)

[PATCH] mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable zones
 2015-05-06  9:28 UTC  (8+ messages)
  ` [PATCH v2] mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable pages

[CONFIG_MULTIUSER] init: error.c:320: Assertion failed in nih_error_get: CURRENT_CONTEXT->error != NULL
 2015-05-06  9:08 UTC  (3+ messages)
` [CONFIG_MULTIUSER] BUG: unable to handle kernel paging request at ffffffee

[RFC PATCH] mm/thp: Use new function to clear pmd before THP splitting
 2015-05-06  8:48 UTC  (3+ messages)

[PATCH] CMA: page_isolation: check buddy before access it
 2015-05-06  7:55 UTC  (11+ messages)
` [PATCH v2] "
` [PATCH v3] "

[GIT PULL 00/25] perf/core improvements and fixes
 2015-05-06  2:47 UTC  (3+ messages)
` [PATCH 14/25] perf kmem: Show warning when trying to run stat without record

[mmotm:master 18/224] drivers/rtc/rtc-armada38x.c:67:34: warning: unused variable 'flags'
 2015-05-06  2:27 UTC 

[net-next PATCH 0/6] Add skb_free_frag to replace put_page(virt_to_head_page(ptr))
 2015-05-05 23:28 UTC  (11+ messages)
` [net-next PATCH 1/6] net: Add skb_free_frag to replace use of put_page in freeing skb->head
` [net-next PATCH 2/6] netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag
` [net-next PATCH 3/6] mvneta: "
` [net-next PATCH 4/6] e1000: Replace e1000_free_frag with skb_free_frag
` [net-next PATCH 5/6] hisilicon: Replace put_page(virt_to_head_page()) with skb_free_frag()
` [net-next PATCH 6/6] bnx2x, tg3: "

mmotm 2015-05-05-16-25 uploaded
 2015-05-05 23:25 UTC 

[PATCH 0/9 v3] Helper to abstract vma handling in media layer
 2015-05-05 16:01 UTC  (10+ messages)
` [PATCH 1/9] [media] vb2: Push mmap_sem down to memops
` [PATCH 2/9] mm: Provide new get_vaddr_frames() helper
` [PATCH 3/9] media: omap_vout: Convert omap_vout_uservirt_to_phys() to use get_vaddr_pfns()
` [PATCH 4/9] vb2: Provide helpers for mapping virtual addresses
` [PATCH 5/9] media: vb2: Convert vb2_dma_sg_get_userptr() to use frame vector
` [PATCH 6/9] media: vb2: Convert vb2_vmalloc_get_userptr() "
` [PATCH 7/9] media: vb2: Convert vb2_dc_get_userptr() "
` [PATCH 8/9] media: vb2: Remove unused functions
` [PATCH 9/9] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames()

[PATCHSET 0/6] perf kmem: Implement page allocation analysis (v8)
 2015-05-05 15:01 UTC  (12+ messages)
` [PATCH 1/6] perf kmem: Implement stat --page --caller
` [PATCH 6/6] perf kmem: Show warning when trying to run stat without record
    ` [PATCH v2] "
          ` [PATCH v3 6/6] "

[RFCv3 1/2] device: add dma_params->max_segment_count
 2015-05-05 14:41 UTC  (7+ messages)
` [RFCv3 2/2] dma-buf: add helpers for sharing attacher constraints with dma-parms

[patch for-4.0] mm, thp: really limit transparent hugepage allocation to local node
 2015-05-05 13:22 UTC  (8+ messages)
` [patch v2 "

[PATCH v2 0/4] Sanitizing freed pages
 2015-05-05 12:43 UTC  (12+ messages)
` [PATCH v2 1/4] mm/page_alloc.c: cleanup obsolete KM_USER*
` [PATCH v2 2/4] mm/page_alloc.c: add config option to sanitize freed pages
` [PATCH v2 3/4] PM / Hibernate: fix SANITIZE_FREED_PAGES
` [PATCH v2 4/4] mm: Add debug code for SANITIZE_FREED_PAGES

[RFC v2 1/4] fs: Add generic file system event notifications
 2015-05-05 12:16 UTC  (12+ messages)

[PATCH 0/2] Reintroduce picky __compound_tail_refcounted()
 2015-05-05  7:29 UTC  (2+ messages)

[net-next PATCH 1/6] net: Add skb_free_frag to replace use of put_page in freeing skb->head
 2015-05-04 23:09 UTC 

[GIT PULL 00/21] perf/core improvements and fixes
 2015-05-04 21:36 UTC  (6+ messages)
` [PATCH 17/21] perf kmem: Implement stat --page --caller
` [PATCH 18/21] perf kmem: Support sort keys on page analysis
` [PATCH 19/21] perf kmem: Add --live option for current allocation stat
` [PATCH 20/21] perf kmem: Print gfp flags in human readable string
` [PATCH 21/21] perf kmem: Add kmem.default config option

[PATCH 0/3] Find mirrored memory, use for boot time allocations
 2015-05-04 20:52 UTC  (4+ messages)
` [PATCH 2/3] mm/memblock: Allocate boot time data structures from mirrored memory
` [PATCH 3/3] x86, mirror: x86 enabling - find mirrored memory ranges
` [PATCH 1/3] mm/memblock: Add extra "flag" to memblock to allow selection of memory based on attribute

[PATCH 0/9] mm: improve OOM mechanism v2
 2015-05-04 19:01 UTC  (3+ messages)

[PATCH 0/9 v2] Helper to abstract vma handling in media layer
 2015-05-04 15:14 UTC  (4+ messages)
` [PATCH 2/9] mm: Provide new get_vaddr_pfns() helper

[PATCH v3 0/3] idle memory tracking
 2015-05-04 10:54 UTC  (9+ messages)
` [PATCH v3 3/3] proc: add kpageidle file

mm: VM_BUG on boot in set_pfnblock_flags_mask
 2015-05-04  9:06 UTC  (2+ messages)

[RESEND Patch V3 00/15] xen: support pv-domains larger than 512GB
 2015-05-04  8:23 UTC  (16+ messages)
` [RESEND Patch V3 01/15] xen: sync with xen headers
` [RESEND Patch V3 02/15] xen: save linear p2m list address in shared info structure
` [RESEND Patch V3 03/15] xen: don't build mfn tree if tools don't need it
` [RESEND Patch V3 04/15] xen: eliminate scalability issues from initial mapping setup
` [RESEND Patch V3 05/15] xen: move static e820 map to global scope
` [RESEND Patch V3 06/15] xen: split counting of extra memory pages from remapping
` [RESEND Patch V3 07/15] xen: check memory area against e820 map
` [RESEND Patch V3 08/15] xen: find unused contiguous memory area
` [RESEND Patch V3 09/15] xen: check for kernel memory conflicting with memory layout
` [RESEND Patch V3 10/15] xen: check pre-allocated page tables for conflict with memory map
` [RESEND Patch V3 11/15] xen: check for initrd conflicting with e820 map
` [RESEND Patch V3 12/15] mm: provide early_memremap_ro to establish read-only mapping
` [RESEND Patch V3 13/15] xen: move p2m list if conflicting with e820 map
` [RESEND Patch V3 14/15] xen: allow more than 512 GB of RAM for 64 bit pv-domains
` [RESEND Patch V3 15/15] xen: remove no longer needed p2m.h

[RESEND Patch V3 00/15] xen: support pv-domains larger than 512GB
 2015-05-04  8:22 UTC  (17+ messages)
` [RESEND Patch V3 01/15] xen: sync with xen headers
` [RESEND Patch V3 02/15] xen: save linear p2m list address in shared info structure
` [RESEND Patch V3 03/15] xen: don't build mfn tree if tools don't need it
` [RESEND Patch V3 04/15] xen: eliminate scalability issues from initial mapping setup
` [RESEND Patch V3 05/15] xen: move static e820 map to global scope
` [RESEND Patch V3 06/15] xen: split counting of extra memory pages from remapping
` [RESEND Patch V3 07/15] xen: check memory area against e820 map
` [RESEND Patch V3 08/15] xen: find unused contiguous memory area
` [RESEND Patch V3 09/15] xen: check for kernel memory conflicting with memory layout
` [RESEND Patch V3 10/15] xen: check pre-allocated page tables for conflict with memory map
` [RESEND Patch V3 11/15] xen: check for initrd conflicting with e820 map
` [RESEND Patch V3 12/15] mm: provide early_memremap_ro to establish read-only mapping
` [RESEND Patch V3 13/15] xen: move p2m list if conflicting with e820 map
` [RESEND Patch V3 14/15] xen: allow more than 512 GB of RAM for 64 bit pv-domains
` [RESEND Patch V3 15/15] xen: remove no longer needed p2m.h
` [Xen-devel] [RESEND Patch V3 00/15] xen: support pv-domains larger than 512GB

[PATCH 0/13] Parallel struct page initialisation v4
 2015-05-02 11:52 UTC  (3+ messages)

page:  |  | latest

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