messages from 2014-05-10 00:48:49 to 2014-05-13 20:24:54 UTC [more...]
[PATCH 00/19] Misc page alloc, shmem, mark_page_accessed and page_waitqueue optimisations v3r33
2014-05-13 20:24 UTC (47+ messages)
` [PATCH 01/19] mm: page_alloc: Do not update zlc unless the zlc is active
` [PATCH 02/19] mm: page_alloc: Do not treat a zone that cannot be used for dirty pages as "full"
` [PATCH 03/19] jump_label: Expose the reference count
` [PATCH 04/19] mm: page_alloc: Use jump labels to avoid checking number_of_cpusets
` [PATCH 05/19] mm: page_alloc: Calculate classzone_idx once from the zonelist ref
` [PATCH 06/19] mm: page_alloc: Only check the zone id check if pages are buddies
` [PATCH 07/19] mm: page_alloc: Only check the alloc flags and gfp_mask for dirty once
` [PATCH 08/19] mm: page_alloc: Take the ALLOC_NO_WATERMARK check out of the fast path
` [PATCH 09/19] mm: page_alloc: Use word-based accesses for get/set pageblock bitmaps
` [PATCH 10/19] mm: page_alloc: Reduce number of times page_to_pfn is called
` [PATCH 11/19] mm: page_alloc: Lookup pageblock migratetype with IRQs enabled during free
` [PATCH 12/19] mm: page_alloc: Use unsigned int for order in more places
` [PATCH 13/19] mm: page_alloc: Convert hot/cold parameter and immediate callers to bool
` [PATCH 14/19] mm: shmem: Avoid atomic operation during shmem_getpage_gfp
` [PATCH 15/19] mm: Do not use atomic operations when releasing pages
` [PATCH 16/19] mm: Do not use unnecessary atomic operations when adding pages to the LRU
` [PATCH 17/19] fs: buffer: Do not use unnecessary atomic operations when discarding buffers
` [PATCH 18/19] mm: Non-atomically mark page accessed during page cache allocation where possible
` [PATCH 19/19] mm: filemap: Avoid unnecessary barries and waitqueue lookups in unlock_page fastpath
[PATCH] SCHED: remove proliferation of wait_on_bit action functions
2014-05-13 16:45 UTC (4+ messages)
[RFC PATCH V5 0/6] get_user_pages_fast for ARM and ARM64
2014-05-13 15:31 UTC (3+ messages)
` [RFC PATCH V5 4/6] arm: mm: Enable RCU fast_gup
[PATCH] memcg: deprecate memory.force_empty knob
2014-05-13 15:29 UTC
vmstat: On demand vmstat workers V5
2014-05-13 15:24 UTC (2+ messages)
[PATCH -mm 2/2] memcg: cleanup kmem cache creation/destruction functions naming
2014-05-13 15:05 UTC (2+ messages)
` [PATCH -mm v2] "
[PATCH RFC 0/3] kmemcg slab reparenting
2014-05-13 13:48 UTC (4+ messages)
` [PATCH RFC 1/3] slub: keep full slabs on list for per memcg caches
` [PATCH RFC 2/3] percpu-refcount: allow to get dead reference
` [PATCH RFC 3/3] slub: reparent memcg caches' slabs on memcg offline
[PATCH] Sync only the requested range in msync
2014-05-13 13:31 UTC (4+ messages)
[patch] mm: madvise: fix MADV_WILLNEED on shmem swapouts
2014-05-13 12:56 UTC
[PATCHv2 0/2] remap_file_pages() decommission
2014-05-13 12:57 UTC (17+ messages)
` [PATCH 2/2] mm: replace remap_file_pages() syscall with emulation
[PATCH 0/2] swap: simplify/fix swap_list handling and iteration
2014-05-13 10:34 UTC (14+ messages)
` [PATCHv2 0/4] "
` [PATCH 2/4] plist: add helper functions
` [PATCH 4/4] swap: change swap_list_head to plist, add swap_avail_head
` [PATCHv3 0/4] swap: simplify/fix swap_list handling and iteration
` [PATCHv2 1/4] swap: change swap_info singly-linked list to list_head
` [PATCHv2 3/4] plist: add plist_requeue
` [PATCHv2 4/4] swap: change swap_list_head to plist, add swap_avail_head
[patch 1/2] mm, migration: add destination page freeing callback
2014-05-13 10:00 UTC (12+ messages)
` [patch v2 1/4] "
` [patch v3 1/6] "
` [patch v3 2/6] mm, compaction: return failed migration target pages back to freelist
` [patch v3 5/6] mm, thp: avoid excessive compaction latency during fault
` [patch -mm] mm, thp: avoid excessive compaction latency during fault fix
[patch v3 6/6] mm, compaction: terminate async compaction when rescheduling
2014-05-13 8:54 UTC (9+ messages)
` [PATCH] mm, compaction: properly signal and act upon lock and need_sched() contention
[RFC][PATCH 0/2] Add IO mapping space reused support
2014-05-13 8:43 UTC (8+ messages)
` [RFC][PATCH 1/2] mm/vmalloc: Add IO mapping space reused interface
` [RFC][PATCH 2/2] ARM: ioremap: Add IO mapping space reused support
[PATCH] mm: exclude duplicate header
2014-05-13 8:24 UTC
[PATCH 0/4] ipc/shm.c: increase the limits for SHMMAX, SHMALL
2014-05-13 6:06 UTC (13+ messages)
` [PATCH v2] ipc,shm: document new limits in the uapi header
Questions regarding DMA buffer sharing using IOMMU
2014-05-13 5:41 UTC (6+ messages)
[PATCH 1/2] mm: export unmap_kernel_range
2014-05-13 5:28 UTC (2+ messages)
` [PATCH 2/2] zsmalloc: make zsmalloc module-buildable
[RFC PATCH 0/3] Aggressively allocate the pages on cma reserved memory
2014-05-13 3:05 UTC (8+ messages)
` [RFC PATCH 2/3] CMA: aggressively allocate the pages on cma reserved memory when not used
[PATCH v3] mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pages
2014-05-13 1:40 UTC (15+ messages)
` [PATCH 1/2] mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced
` [PATCH 2/2] mm/page_alloc: DEBUG_VM checks for free_list placement of CMA and RESERVE pages
[patch v3 6/6] mm, compaction: terminate async compaction when rescheduling
2014-05-13 1:15 UTC (8+ messages)
` [PATCH v2 1/2] mm/compaction: do not count migratepages when unnecessary
` [PATCH v2 2/2] mm/compaction: avoid rescanning pageblocks in isolate_freepages
randconfig build error with next-20140512, in mm/slub.c
2014-05-13 0:31 UTC (6+ messages)
[PATCH] zram: remove global tb_lock by using lock-free CAS
2014-05-13 0:03 UTC (14+ messages)
mm: shmem: NULL ptr deref in shmem_fault
2014-05-12 21:15 UTC (4+ messages)
[PATCH] HWPOSION, hugetlb: lock_page/unlock_page does not match for handling a free hugepage
2014-05-12 21:01 UTC (3+ messages)
[PATCH] mm: slub: Place count_partial() outside CONFIG_SLUB_DEBUG if block
2014-05-12 20:35 UTC (2+ messages)
set_fiq_handler: Bad mode in data abort handler detected (mmu translation fault)
2014-05-12 19:06 UTC (2+ messages)
Bug in reclaim logic with exhausted nodes?
2014-05-12 18:46 UTC (11+ messages)
[PATCH 2/3] mm: use a light-weight __mod_zone_page_state in mlocked_vma_newpage()
2014-05-12 17:58 UTC
[PATCH 1/3] mm: add comment for __mod_zone_page_stat
2014-05-12 17:36 UTC
Trinity 1.4 tarball release
2014-05-12 17:14 UTC
[PATCH] mm: remap_file_pages: initialize populate before usage
2014-05-12 17:05 UTC (2+ messages)
[PATCH 1/3] mm: add comment for __mod_zone_page_stat
2014-05-12 16:57 UTC (2+ messages)
mm,console: circular dependency between console_sem and zone lock
2014-05-12 16:28 UTC (2+ messages)
vmstat: On demand vmstat workers V4
2014-05-12 16:25 UTC (20+ messages)
[PATCH 1/3] mm: add comment for __mod_zone_page_stat
2014-05-12 16:07 UTC (5+ messages)
[PATCH/RFC 0/5] Support loop-back NFS mounts - take 2
2014-05-12 15:32 UTC (7+ messages)
` [PATCH 3/5] nfsd: Only set PF_LESS_THROTTLE when really needed
sched,mm: gpf in task_numa_work/mempolicy
2014-05-12 15:18 UTC
[PATCH] Avoid always dirtying mapping->flags on O_DIRECT
2014-05-12 15:08 UTC (3+ messages)
[PATCH] mm: use a irq-safe __mod_zone_page_state in mlocked_vma_newpage()
2014-05-12 13:57 UTC (2+ messages)
[next:master 307/441] rtc-ds1343.c:undefined reference to `devm_regmap_init_spi'
2014-05-12 7:29 UTC
[patch 0/9] mm: memcontrol: naturalize charge lifetime
2014-05-12 7:59 UTC (5+ messages)
` [patch 2/9] mm: memcontrol: rearrange charging fast path
kmemcheck: got WARNING when dynamicly adjust /proc/sys/kernel/kmemcheck to 0/1
2014-05-12 3:32 UTC (4+ messages)
[PATCH v6] mm: support madvise(MADV_FREE)
2014-05-12 1:26 UTC
[PATCH v5] mm: support madvise(MADV_FREE)
2014-05-12 1:25 UTC (6+ messages)
[PATCH 2/3] mm: use a light-weight __mod_zone_page_state in mlocked_vma_newpage()
2014-05-11 12:33 UTC
[RFC] Heterogeneous memory management (mirror process address space on a device mmu)
2014-05-11 0:48 UTC (12+ messages)
mm: hangs in collapse_huge_page
2014-05-11 0:34 UTC (3+ messages)
[mmotm:master 58/459] mm/slub.c:4356:5: error: implicit declaration of function 'count_partial'
2014-05-10 23:48 UTC (2+ messages)
[PATCH 1/3] mm: add comment for __mod_zone_page_stat
2014-05-10 20:21 UTC (6+ messages)
` [PATCH 2/3] mm: use a light-weight __mod_zone_page_state in mlocked_vma_newpage()
` [PATCH 3/3] mm: rename mlocked_vma_newpage to newpage_in_mlocked_vma
[PATCH 0/4] mm: zpool: add common api for zswap to use zbud/zsmalloc
2014-05-10 16:06 UTC (5+ messages)
` [PATCHv2 0/4] mm/zpool: "
` [PATCHv2 3/4] mm/zpool: implement common zpool api to zbud/zsmalloc
[MM]: IOMMU and CMA buffer sharing
2014-05-10 3:22 UTC (2+ messages)
[mmotm:master 230/459] include/linux/radix-tree.h:260:9: sparse: incorrect type in assignment (different address spaces)
2014-05-10 2:32 UTC
[mmotm:master 230/459] mm/gup.c:208: error: size of array 'type name' is negative
2014-05-10 2:09 UTC
[mmotm:master 219/459] mm/compaction.c:773:15: warning: 'next_free_pfn' may be used uninitialized in this function
2014-05-10 0:50 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).