linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] UserfaultFD: Extension for non cooperative uffd usage
 2015-05-07 18:35 UTC  (12+ messages)
      ` [PATCH] UserfaultFD: Rename uffd_api.bits into .features

[PATCH] devpts: If initialization failed, don't crash when opening /dev/ptmx
 2015-05-07 18:34 UTC  (3+ messages)

[PATCH 0/3] Find mirrored memory, use for boot time allocations
 2015-05-07 17:41 UTC  (9+ 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

[CONFIG_MULTIUSER] BUG: unable to handle kernel paging request at ffffffee
 2015-05-07 17:10 UTC  (9+ messages)

[PATCH RFC 00/15] decouple pagefault_disable() from preempt_disable()
 2015-05-07 15:45 UTC  (38+ messages)
` [PATCH RFC 01/15] uaccess: count pagefault_disable() levels in pagefault_disabled
            ` [PATCH draft] mm: use pagefault_disable() to check for disabled pagefaults in the handler
` [PATCH RFC 02/15] mm, uaccess: trigger might_sleep() in might_fault() with disabled pagefaults
` [PATCH RFC 03/15] uaccess: clarify that uaccess may only sleep if pagefaults are enabled
` [PATCH RFC 04/15] mm: explicitly disable/enable preemption in kmap_atomic_*
` [PATCH RFC 05/15] mips: kmap_coherent relies on disabled preemption
` [PATCH RFC 06/15] mm: use pagefault_disabled() to check for disabled pagefaults
` [PATCH RFC 07/15] drm/i915: "
` [PATCH RFC 08/15] futex: UP futex_atomic_op_inuser() relies on disabled preemption
` [PATCH RFC 09/15] futex: UP futex_atomic_cmpxchg_inatomic() "
` [PATCH RFC 10/15] arm/futex: "
` [PATCH RFC 11/15] arm/futex: UP futex_atomic_op_inuser() "
` [PATCH RFC 12/15] futex: clarify that preemption doesn't have to be disabled
` [PATCH RFC 13/15] powerpc: enable_kernel_altivec() requires disabled preemption
` [PATCH RFC 14/15] mips: properly lock access to the fpu
` [PATCH RFC 15/15] uaccess: decouple preemption from the pagefault logic

[RFC PATCH] PM, freezer: Don't thaw when it's intended frozen processes
 2015-05-07 15:42 UTC  (2+ messages)

[PATCH v4 0/3] idle memory tracking
 2015-05-07 14:09 UTC  (4+ messages)
` [PATCH v4 1/3] memcg: add page_cgroup_ino helper
` [PATCH v4 2/3] proc: add kpagecgroup file
` [PATCH v4 3/3] proc: add kpageidle file

[PATCH v4 0/7] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
 2015-05-07 13:45 UTC  (22+ messages)
` [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 v5 0/3] tracing: add trace event for memory-failure
 2015-05-07 13:01 UTC  (5+ messages)
` [PATCH v5 1/3] memory-failure: export page_type and action result
` [PATCH v5 2/3] memory-failure: change type of action_result's param 3 to enum
` [PATCH v5 3/3] tracing: add trace event for memory-failure

[RFC v2 1/4] fs: Add generic file system event notifications
 2015-05-07 11:57 UTC  (13+ messages)

[PATCH V2 1/2] mm/thp: Split out pmd collpase flush into a seperate functions
 2015-05-07 11:18 UTC  (4+ messages)
` [PATCH V2 2/2] powerpc/thp: Serialize pmd clear against a linux page table walk

[PATCH 00/10] Refactor netdev page frags and move them into mm/
 2015-05-07  8:46 UTC  (12+ messages)
` [PATCH 01/10] net: Use cached copy of pfmemalloc to avoid accessing page
` [PATCH 02/10] igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculation
` [PATCH 03/10] net: Store virtual address instead of page in netdev_alloc_cache
` [PATCH 04/10] mm/net: Rename and move page fragment handling from net/ to mm/
` [PATCH 05/10] net: Add skb_free_frag to replace use of put_page in freeing skb->head
` [PATCH 06/10] netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag
` [PATCH 07/10] mvneta: "
` [PATCH 08/10] e1000: Replace e1000_free_frag with skb_free_frag
` [PATCH 09/10] hisilicon: Replace put_page(virt_to_head_page()) with skb_free_frag()
` [PATCH 10/10] bnx2x, tg3: "

[PATCH 0/13] Parallel struct page initialisation v4
 2015-05-07  7:25 UTC  (23+ messages)
            ` [PATCH] mm: meminit: Finish initialisation of struct pages before basic setup

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

[PATCH v4 0/3] tracing: add trace event for memory-failure
 2015-05-07  6:01 UTC  (13+ messages)
` [PATCH v4 1/3] memory-failure: export page_type and action result
` [PATCH v4 2/3] memory-failure: change type of action_result's param 3 to enum
` [PATCH v4 3/3] tracing: add trace event for memory-failure

[net-next PATCH 0/6] Add skb_free_frag to replace put_page(virt_to_head_page(ptr))
 2015-05-06 20:55 UTC  (7+ messages)
` [net-next PATCH 1/6] net: Add skb_free_frag to replace use of put_page in freeing skb->head

[PATCH] mm: only define hashdist variable when needed
 2015-05-06 19:50 UTC  (3+ messages)

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

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

[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()

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

[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

[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  (8+ 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 

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  (2+ messages)
` [PATCH 4/9] vb2: Provide helpers for mapping virtual addresses

page:  |  | latest

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