linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/11] DAX fsynx/msync support
 2015-11-18 16:16 UTC  (32+ messages)
` [PATCH v2 02/11] mm: add pmd_mkclean()
` [PATCH v2 03/11] pmem: enable REQ_FUA/REQ_FLUSH handling
` [PATCH v2 07/11] mm: add find_get_entries_tag()
` [PATCH v2 08/11] dax: add support for fsync/sync
` [PATCH v2 11/11] xfs: add support for DAX fsync/msync

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy
 2015-11-18 16:02 UTC  (13+ messages)
` [PATCH 05/14] net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label
` [PATCH 13/14] mm: memcontrol: account socket memory in unified hierarchy memory controller
` [PATCH 14/14] mm: memcontrol: hook up vmpressure to socket pressure

[PATCH v7 0/4] KASAN for arm64
 2015-11-18 15:52 UTC  (10+ messages)

[PATCH 1/2] mm: introduce page reference manipulation functions
 2015-11-18 15:34 UTC  (3+ messages)
` [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[PATCH 0/2] get rid of __alloc_pages_high_priority
 2015-11-18 15:19 UTC  (13+ messages)
` [PATCH 1/2] mm: "
` [PATCH 2/2] mm: do not loop over ALLOC_NO_WATERMARKS without triggering reclaim

[PATCH] mm: fix incorrect behavior when process virtual address space limit is exceeded
 2015-11-18 14:32 UTC  (10+ messages)
  ` [PATCH] mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_region

[PATCH v3 00/22] kthread: Use kthread worker API more widely
 2015-11-18 14:25 UTC  (24+ messages)
` [PATCH v3 01/22] timer: Allow to check when the timer callback has not finished yet
` [PATCH v3 02/22] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v3 03/22] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v3 04/22] kthread: Add create_kthread_worker*()
` [PATCH v3 05/22] kthread: Add drain_kthread_worker()
` [PATCH v3 06/22] kthread: Add destroy_kthread_worker()
` [PATCH v3 07/22] kthread: Detect when a kthread work is used by more workers
` [PATCH v3 08/22] kthread: Initial support for delayed kthread work
` [PATCH v3 09/22] kthread: Allow to cancel "
` [PATCH v3 10/22] kthread: Allow to modify delayed "
` [PATCH v3 11/22] kthread: Better support freezable kthread workers
` [PATCH v3 12/22] kthread: Use try_lock_kthread_work() in flush_kthread_work()
` [PATCH v3 13/22] mm/huge_page: Convert khugepaged() into kthread worker API
` [PATCH v3 14/22] ring_buffer: Convert benchmark kthreads "
` [PATCH v3 15/22] hung_task: Convert hungtaskd "
` [PATCH v3 16/22] kmemleak: Convert kmemleak kthread "
` [PATCH v3 17/22] ipmi: Convert kipmi "
` [PATCH v3 18/22] IB/fmr_pool: Convert the cleanup thread "
` [PATCH v3 19/22] memstick/r592: Better synchronize debug messages in r592_io kthread
` [PATCH v3 20/22] memstick/r592: convert r592_io kthread into kthread worker API
` [PATCH v3 21/22] thermal/intel_powerclamp: Remove duplicated code that starts the kthread
` [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API

[PATCH] mm, thp: use list_first_entry_or_null()
 2015-11-18 14:17 UTC  (2+ messages)

[PATCH 0/3] __GFP_REPEAT cleanup
 2015-11-18 14:15 UTC  (5+ messages)
` [PATCH 1/3] tree wide: get rid of __GFP_REPEAT for order-0 allocations part I

[RFC] mempolicy: convert the shared_policy lock to a rwlock
 2015-11-18 13:50 UTC  (3+ messages)
` [PATCH] "

[PATCH] mm: Loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390
 2015-11-18 13:31 UTC  (2+ messages)

[PATCH] memory-hotplug: use PFN_DOWN in should_add_memory_movable
 2015-11-18 13:31 UTC 

[RFC 0/3] OOM detection rework v2
 2015-11-18 13:04 UTC  (4+ messages)
` [RFC 1/3] mm, oom: refactor oom detection
` [RFC 2/3] mm: throttle on IO only when there are too many dirty and writeback pages
` [RFC 3/3] mm: use watermak checks for __GFP_REPEAT high order allocations

[PATCH v2] kasan: fix kmemleak false-positive in kasan_module_alloc()
 2015-11-18 10:20 UTC  (2+ messages)

[PATCH] writeback: initialize m_dirty to avoid compile warning
 2015-11-18  9:53 UTC  (3+ messages)

[PATCH v5 0/6] enhance shmem process and swap accounting
 2015-11-18  9:29 UTC  (7+ messages)
` [PATCH v5 1/6] mm, documentation: clarify /proc/pid/status VmSwap limitations for shmem
` [PATCH v5 2/6] mm, proc: account for shmem swap in /proc/pid/smaps
` [PATCH v5 3/6] mm, proc: reduce cost of /proc/pid/smaps for shmem mappings
` [PATCH v5 4/6] mm, proc: reduce cost of /proc/pid/smaps for unpopulated "
` [PATCH v5 5/6] mm, shmem: add internal shmem resident memory accounting
` [PATCH v5 6/6] mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status

[PATCH] fault-inject: correct printk order for interval vs. probability
 2015-11-18  8:39 UTC  (2+ messages)

[PATCH 0/7] some small improvement
 2015-11-18  1:38 UTC  (23+ messages)
` [PATCH 1/7] ipc/shm: is_file_shm_hugepages can be boolean
` [PATCH 2/7] mm/hugetlb: is_file_hugepages "
` [PATCH 3/7] mm/memblock: memblock_is_memory/reserved "
` [PATCH 4/7] mm/vmscan: page_is_file_cache "
` [PATCH 5/7] mm/lru: remove unused is_unevictable_lru function
` [PATCH 6/7] mm/gfp: make gfp_zonelist return directly and bool
` [PATCH 7/7] mm/mmzone: refactor memmap_valid_within
` [PATCH] mm/zonelist: enumerate zonelists array index
` [PATCH] mm/mmzone: memmap_valid_within can be boolean

[PATCH] kasan: fix kmemleak false-positive in kasan_module_alloc()
 2015-11-17 16:29 UTC  (2+ messages)

Memory exhaustion testing?
 2015-11-17 13:21 UTC  (6+ messages)

[PATCH v2] percpu: remove PERCPU_ENOUGH_ROOM which is stale definition
 2015-11-17 12:25 UTC  (3+ messages)

[PATCH] mm, dax: fix DAX deadlocks (COW fault)
 2015-11-17 10:40 UTC  (4+ messages)

kernel oops on mmotm-2015-10-15-15-20
 2015-11-17  9:32 UTC  (16+ messages)

[PATCH v2 00/12] UEFI boot and runtime services support for 32-bit ARM
 2015-11-17  9:26 UTC  (32+ messages)
` [PATCH v2 01/12] mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table
` [PATCH v2 02/12] arm64: only consider memblocks with NOMAP cleared for linear mapping
` [PATCH v2 03/12] arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAP
` [PATCH v2 04/12] arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM
` [PATCH v2 05/12] arm64/efi: refactor "
` [PATCH v2 06/12] ARM: add support for generic early_ioremap/early_memremap
` [PATCH v2 07/12] ARM: split off core mapping logic from create_mapping
` [PATCH v2 08/12] ARM: factor out allocation routine from __create_mapping()
` [PATCH v2 09/12] ARM: implement create_mapping_late() for EFI use
` [PATCH v2 10/12] ARM: only consider memblocks with NOMAP cleared for linear mapping
` [PATCH v2 11/12] ARM: wire up UEFI init and runtime support
` [PATCH v2 12/12] ARM: add UEFI stub support

[PATCH V4] mm: fix kernel crash in khugepaged thread
 2015-11-17  7:43 UTC  (13+ messages)

[PATCH] mm: vmpressure: fix scan window after SWAP_CLUSTER_MAX increase
 2015-11-16 20:22 UTC  (4+ messages)

memory reclaim problems on fs usage
 2015-11-16 16:15 UTC  (5+ messages)

[PATCH] mm/vmalloc: use list_{next,first}_entry
 2015-11-16 14:10 UTC 

[PATCH, RESEND] ipc/shm: handle removed segments gracefully in shm_mmap()
 2015-11-16  9:32 UTC  (7+ messages)

[PATCH V2] mm: change mm_vmscan_lru_shrink_inactive() proto types
 2015-11-16  9:09 UTC  (2+ messages)

[linux-next:master 12891/13017] mm/slub.c:2396:1: warning: '___slab_alloc' uses dynamic stack allocation
 2015-11-16  8:47 UTC  (4+ messages)

[PATCH v3 01/17] mm: support madvise(MADV_FREE)
 2015-11-16  3:14 UTC  (12+ messages)

[PATCH] mm: change mm_vmscan_lru_shrink_inactive() proto types
 2015-11-16  2:38 UTC  (3+ messages)

[PATCH] mm: change may_enter_fs check condition
 2015-11-16  1:38 UTC  (4+ 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