linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-09 00:19:31 to 2016-01-12 15:20:10 UTC [more...]

[PATCH] mm: fix locking order in mm_take_all_locks()
 2016-01-12 15:20 UTC  (4+ messages)

[PATCH 00/10] MM: More bulk API work
 2016-01-12 15:16 UTC  (13+ messages)
` [PATCH V2 00/11] "
  ` [PATCH V2 01/11] slub: cleanup code for kmem cgroup support to kmem_cache_free_bulk
  ` [PATCH V2 02/11] mm/slab: move SLUB alloc hooks to common mm/slab.h
  ` [PATCH V2 03/11] mm: fault-inject take over bootstrap kmem_cache check
  ` [PATCH V2 04/11] slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUB
  ` [PATCH V2 05/11] mm: kmemcheck skip object if slab allocation failed
  ` [PATCH V2 06/11] slab: use slab_post_alloc_hook in SLAB allocator shared with SLUB
  ` [PATCH V2 07/11] slab: implement bulk alloc in SLAB allocator
  ` [PATCH V2 08/11] slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk
  ` [PATCH V2 09/11] slab: implement bulk free in SLAB allocator
  ` [PATCH V2 10/11] mm: new API kfree_bulk() for SLAB+SLUB allocators
  ` [PATCH V2 11/11] mm: fix some spelling

[PATCHSET 0/2] Allow single pagefault in write access of a VM_MIXEDMAP mapping
 2016-01-12 13:29 UTC  (8+ messages)
` [PATCH 1/2] mm: Allow single pagefault on mmap-write with VM_MIXEDMAP
` [PATCH 2/2] dax: Only fault once on mmap write access

[PATCH] mm,oom: make oom_killer_disable() killable
 2016-01-12 12:38 UTC  (7+ messages)
` What is oom_killer_disable() for?

[PATCH next] powerpc/mm: fix _PAGE_SWP_SOFT_DIRTY breaking swapoff
 2016-01-12 12:32 UTC  (11+ messages)
` [PATCH next] mm: make swapoff more robust against soft dirty
` [next] powerpc/mm: fix _PAGE_SWP_SOFT_DIRTY breaking swapoff

[PATCH V2] mm/powerpc: Fix _PAGE_PTE breaking swapoff
 2016-01-12 12:32 UTC  (4+ messages)
` [V2] "

mm, vmstat: kernel BUG at mm/vmstat.c:1408!
 2016-01-12 12:27 UTC  (5+ messages)

[RFC][4.1.15-rt17 PATCH] mm: swap: lru drain don't use workqueue with PREEMPT_RT_FULL
 2016-01-12 12:01 UTC  (2+ messages)

[PATCH] mm,oom: Exclude TIF_MEMDIE processes from candidates
 2016-01-12 11:32 UTC  (7+ messages)

[PATCH v8 0/9] DAX fsync/msync support
 2016-01-12 10:57 UTC  (7+ messages)
` [PATCH v8 1/9] dax: fix NULL pointer dereference in __dax_dbg()
` [PATCH v8 2/9] dax: fix conversion of holes to PMDs
` [PATCH v8 6/9] dax: add support for fsync/msync

[PATCH v3 00/22] kthread: Use kthread worker API more widely
 2016-01-12 10:11 UTC  (6+ messages)
` [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[PATCH 00/13] aio: thread (work queue) based aio and new aio functionality
 2016-01-12  9:53 UTC  (26+ messages)
` [PATCH 01/13] signals: distinguish signals sent due to i/o via io_send_sig()
` [PATCH 02/13] aio: add aio_get_mm() helper
` [PATCH 03/13] aio: for async operations, make the iter argument persistent
` [PATCH 04/13] signals: add and use aio_get_task() to direct signals sent via io_send_sig()
` [PATCH 05/13] fs: make do_loop_readv_writev() non-static
` [PATCH 06/13] aio: add queue_work() based threaded aio support
` [PATCH 07/13] aio: enabled thread based async fsync
` [PATCH 08/13] aio: add support for aio poll via aio thread helper
` [PATCH 09/13] aio: add support for async openat()
` [PATCH 10/13] aio: add async unlinkat functionality
` [PATCH 11/13] mm: enable __do_page_cache_readahead() to include present pages
` [PATCH 12/13] aio: add support for aio readahead
` [PATCH 13/13] aio: add support for aio renameat operation

balloon: fix page list locking
 2016-01-12  9:33 UTC 

[PATCH] mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabled
 2016-01-12  8:17 UTC  (9+ messages)

[PATCH 0/2 -mm] oom reaper v4
 2016-01-12  8:16 UTC  (7+ messages)
` [PATCH 1/2] mm, oom: introduce oom reaper
` [PATCH 3/2] oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space

[PATCH v3] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-12  7:44 UTC  (11+ messages)

[PATCH] mm/hugetlbfs: Unmap pages if page fault raced with hole punch
 2016-01-12  4:35 UTC  (8+ messages)

[PATCH v1] mm: soft-offline: check return value in second __get_any_page() call
 2016-01-12  3:29 UTC  (4+ messages)

[PATCH v1] mm: soft-offline: exit with failure for non anonymous thp
 2016-01-12  3:10 UTC  (4+ messages)
  ` [PATCH v2 1/2] mm: soft-offline: clean up soft_offline_page()
  ` [PATCH v2 2/2] mm: soft-offline: exit with failure for non anonymous thp

[PATCH] Documentation/kernel-parameters: update KMG units
 2016-01-12  1:31 UTC  (2+ messages)

[PATCH] mm: add ratio in slabinfo print
 2016-01-12  1:05 UTC  (6+ messages)

[PATCH v8 0/3] Machine check recovery when kernel accesses poison
 2016-01-12  0:37 UTC  (29+ messages)
` [PATCH v8 1/3] x86: Expand exception table to allow new handling options
` [PATCH v8 3/3] x86, mce: Add __mcsafe_copy()

[PATCH v6] fs: clear file privilege bits when mmap writing
 2016-01-11 23:19 UTC  (12+ messages)

[PATCH 1/1] mm: EXPORT_SYMBOL_GPL(find_vm_area);
 2016-01-11 21:31 UTC  (4+ messages)

[PATCH V4][for-next]mm: add a new vector based madvise syscall
 2016-01-11 19:06 UTC  (3+ messages)

Unrecoverable Out Of Memory kernel error
 2016-01-11 15:02 UTC  (4+ messages)

[PATCH] mm/page_alloc: remove unused struct zone *z variable
 2016-01-11 13:51 UTC  (3+ messages)

[RFC 00/13] x86/mm: PCID and INVPCID
 2016-01-11 12:51 UTC  (14+ messages)
` [RFC 01/13] x86/paravirt: Turn KASAN off for parvirt.o
      ` [PATCH 1/2] x86/kasan: clear kasan_zero_page after TLB flush
      ` [PATCH 2/2] x86/kasan: write protect kasan zero shadow
` [RFC 09/13] x86/mm: Disable interrupts when flushing the TLB using CR3
` [RFC 13/13] x86/mm: Try to preserve old TLB entries using PCID

[PATCH v7 0/9] DAX fsync/msync support
 2016-01-11 12:23 UTC  (5+ messages)
` [PATCH v7 2/9] dax: fix conversion of holes to PMDs

[PATCH 146/190] io-mapping: Always create a struct to hold metadata about the io-mapping
 2016-01-11 11:00 UTC 

[PATCH] mm/powerpc: Fix _PAGE_PTE breaking swapoff
 2016-01-11 10:05 UTC 

[PATCH v4 0/2] mm: Introduce kernelcore=mirror option
 2016-01-11  9:56 UTC  (5+ messages)
` [PATCH v4 2/2] mm/page_alloc.c: introduce "

mm: possible deadlock in mm_take_all_locks
 2016-01-11  9:04 UTC  (5+ messages)

[PATCH next] powerpc/mm: fix _PAGE_PTE breaking swapoff
 2016-01-11  6:09 UTC  (5+ messages)

Your order of a Degree
 2016-01-11  6:00 UTC 

[PATCH 1/2] virtio_balloon: fix race by fill and leak
 2016-01-10 23:54 UTC  (9+ messages)
` [PATCH 2/2] virtio_balloon: fix race between migration and ballooning

[PATCH mmotm] memcg: avoid vmpressure oops when memcg disabled
 2016-01-10 17:38 UTC  (2+ messages)

Your Job is at stake
 2016-01-09 19:35 UTC 

[PATCH v2] lib+mm: fix few spelling mistakes
 2016-01-09 13:41 UTC 

[PATCH] mm/memblock: If nr_new is 0 just return
 2016-01-09 11:33 UTC 

[PATCH] mm/memblock: If nr_new is 0 just return
 2016-01-09 11:30 UTC 


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