linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-07 04:11:44 to 2015-05-12 09:20:06 UTC [more...]

[PATCH V4 1/3] mm/thp: Split out pmd collpase flush into a separate functions
 2015-05-12  9:19 UTC  (4+ messages)
` [PATCH V4 2/3] powerpc/mm: Use generic version of pmdp_clear_flush
` [PATCH V4 3/3] mm: Clarify that the function operateds on hugepage pte

mm: memory-hotplug: enable memory hotplug to handle hugepage
 2015-05-12  9:16 UTC  (8+ messages)

[PATCH 1/3] mm/page_alloc: don't break highest order freepage if steal
 2015-05-12  9:01 UTC  (12+ messages)
` [PATCH 2/3] mm/page_alloc: stop fallback allocation if we already get some freepage
` [RFC PATCH 3/3] mm: support active anti-fragmentation algorithm

[RFC] rmap: fix "race" between do_wp_page and shrink_active_list
 2015-05-12  8:34 UTC  (5+ messages)

[PATCH v4 0/7] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
 2015-05-12  7:28 UTC  (16+ messages)
` [PATCH v4 6/7] mtrr, x86: Clean up mtrr_type_lookup()
` [PATCH v4 7/7] mtrr, mm, x86: Enhance MTRR checks for KVA huge page mapping

[PATCH V3] mm/thp: Split out pmd collpase flush into a separate functions
 2015-05-11 22:40 UTC  (4+ messages)

[PATCH 0/3] Allow user to request memory to be locked on page fault
 2015-05-11 21:05 UTC  (11+ messages)
` [PATCH 1/3] Add flag to request pages are locked after "
` [PATCH 2/3] Add mlockall flag for locking pages on fault
` [PATCH 3/3] Add tests for lock "

[PATCH 00/10] Refactor netdev page frags and move them into mm/
 2015-05-11 20:36 UTC  (17+ 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] Fix crashes due to stack randomization on stack-grows-upwards architectures
 2015-05-11 20:01 UTC 

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

[PATCHSET 0/6] perf kmem: Implement page allocation analysis (v8)
 2015-05-11 15:26 UTC  (5+ messages)
` [PATCH 4/6] perf kmem: Print gfp flags in human readable string

[PATCH 0/9 v4] Helper to abstract vma handling in media layer
 2015-05-11 14:47 UTC  (5+ messages)
` [PATCH 2/9] mm: Provide new get_vaddr_frames() helper

[RFC 0/4] Outsourcing page fault THP allocations to khugepaged
 2015-05-11 14:35 UTC  (5+ messages)
` [RFC 1/4] mm, thp: stop preallocating hugepages in khugepaged
` [RFC 2/4] mm, thp: khugepaged checks for THP allocability before scanning
` [RFC 3/4] mm, thp: try fault allocations only if we expect them to succeed
` [RFC 4/4] mm, thp: wake up khugepaged when huge page is not available

[PATCH v4 3/7] mtrr, x86: Remove a wrong address check in __mtrr_type_lookup()
 2015-05-11 12:46 UTC  (2+ messages)
  ` [tip:x86/mm] x86/mm/mtrr: Remove incorrect "

[PATCH v2] kmemleak: record accurate early log buffer count and report when exceeded
 2015-05-11 10:55 UTC  (2+ messages)

[PATCH V3] powerpc/thp: Serialize pmd clear against a linux page table walk
 2015-05-11  8:54 UTC  (3+ messages)

[PATCH v3 0/4] Sanitizing freed pages
 2015-05-11  7:59 UTC  (7+ 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

[RFC PATCH] PM, freezer: Don't thaw when it's intended frozen processes
 2015-05-11  7:47 UTC  (7+ messages)

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

[PATCH 1/2 V3] memory-hotplug: fix BUG_ON in move_freepages()
 2015-05-11  3:11 UTC  (3+ messages)

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

[mmotm:master 206/224] ERROR: "__udivdi3" undefined!
 2015-05-10  6:01 UTC 

Problems when upgrading from Debian 7.8 i386 for Debian wheezy 8 jessie
 2015-05-10  3:37 UTC 

[PATCHv2 0/3] Find mirrored memory, use for boot time allocations
 2015-05-08 23:41 UTC  (8+ messages)
` [PATCHv2 1/3] mm/memblock: Add extra "flags" to memblock to allow selection of memory based on attribute
` [PATCHv2 2/3] mm/memblock: Allocate boot time data structures from mirrored memory
` [PATCHv2 3/3] x86, mirror: x86 enabling - find mirrored memory ranges

[PATCH] mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable zones
 2015-05-08 23:18 UTC  (10+ messages)
  ` [PATCH v2] mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable pages

[PATCH 0/3] UserfaultFD: Extension for non cooperative uffd usage
 2015-05-08 17:54 UTC  (15+ messages)
      ` [PATCH] UserfaultFD: Rename uffd_api.bits into .features
                        ` [PATCH] UserfaultFD: Fix stack corruption when zeroing uffd_msg

[PATCH v4 0/3] idle memory tracking
 2015-05-08 13:22 UTC  (6+ 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

Re: [EDT] oom_killer: find bulkiest task based on pss value
 2015-05-08  8:29 UTC 

[PATCH v5 0/3] tracing: add trace event for memory-failure
 2015-05-08  1:00 UTC  (6+ 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

[PATCH] devpts: If initialization failed, don't crash when opening /dev/ptmx
 2015-05-08  0:37 UTC  (7+ messages)
` [PATCHv2] "

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

[PATCH 0/3] Find mirrored memory, use for boot time allocations
 2015-05-07 21:30 UTC  (6+ messages)
` [PATCH 2/3] mm/memblock: Allocate boot time data structures from mirrored memory

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

[PATCH RFC 00/15] decouple pagefault_disable() from preempt_disable()
 2015-05-07 15:45 UTC  (23+ 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

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

[PATCH v4 0/3] tracing: add trace event for memory-failure
 2015-05-07  6:01 UTC  (7+ messages)
` [PATCH v4 3/3] "


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