Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-25 00:43:04 to 2015-06-30 23:49:28 UTC [more...]

[RFC V3] net: don't wait for order-3 page allocation
 2015-06-30 23:49 UTC  (9+ messages)

[PATCH 00/11] mm: debug: formatting memory management structs
 2015-06-30 23:35 UTC  (4+ messages)
` [PATCH 05/11] mm: debug: dump page into a string rather than directly on screen

[RFC][PATCH] fs: do not prefault sys_write() user buffer pages
 2015-06-30 23:34 UTC 

[PATCH v5 0/6] pmem api, generic ioremap_cache, and memremap
 2015-06-30 22:57 UTC  (4+ messages)
` [PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases

[patch 1/3] mm, oom: organize oom context into struct
 2015-06-30 22:50 UTC  (6+ messages)
` [patch 2/3] mm, oom: pass an oom order of -1 when triggered by sysrq

[next:master 13555/13557] arch/arm/mach-socfpga/pm.c:59:2: error: implicit declaration of function 'get_gen_pool'
 2015-06-30 19:29 UTC 

[next:master 13549/13557] arch/arm/mach-socfpga/pm.c:59:13: warning: assignment makes pointer from integer without a cast
 2015-06-30 19:08 UTC 

[RFC v2 PATCH 0/8] mm: mirrored memory support for page buddy allocations
 2015-06-30 18:12 UTC  (28+ messages)
` [RFC v2 PATCH 1/8] mm: add a new config to manage the code
` [RFC v2 PATCH 2/8] mm: introduce MIGRATE_MIRROR to manage the mirrored pages
` [RFC v2 PATCH 3/8] mm: find mirrored memory in memblock
` [RFC v2 PATCH 4/8] mm: add mirrored memory to buddy system
` [RFC v2 PATCH 5/8] mm: introduce a new zone_stat_item NR_FREE_MIRROR_PAGES
` [RFC v2 PATCH 6/8] mm: add free mirrored pages info
` [RFC v2 PATCH 7/8] mm: add the buddy system interface
` [RFC v2 PATCH 8/8] mm: add the PCP interface

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-06-30 16:48 UTC  (32+ messages)
` [PATCH 19/51] bdi: make inode_to_bdi() inline
` [PATCH 21/51] bdi: separate out congested state into a separate struct
` [PATCH 22/51] writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
` [PATCH 23/51] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 24/51] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congested
` [PATCH 25/51] writeback: attribute stats to the matching per-cgroup bdi_writeback
` [PATCH 26/51] writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
` [PATCH 27/51] writeback: make congestion functions per bdi_writeback
` [PATCH 28/51] writeback, blkcg: restructure blk_{set|clear}_queue_congested()
` [PATCH 29/51] writeback, blkcg: propagate non-root blkcg congestion state
` [PATCH 30/51] writeback: implement and use inode_congested()
` [PATCH 31/51] writeback: implement WB_has_dirty_io wb_state flag
` [PATCH 32/51] writeback: implement backing_dev_info->tot_write_bandwidth
` [PATCH 33/51] writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
` [PATCH 34/51] writeback: don't issue wb_writeback_work if clean

[PATCH] mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations
 2015-06-30 15:17 UTC 

[RFC][PATCHv4 0/7] mm/zsmalloc: introduce automatic pool compaction
 2015-06-30 12:35 UTC  (8+ messages)
` [RFC][PATCHv4 1/7] zsmalloc: drop unused variable `nr_to_migrate'
` [RFC][PATCHv4 2/7] zsmalloc: always keep per-class stats
` [RFC][PATCHv4 3/7] zsmalloc: introduce zs_can_compact() function
` [RFC][PATCHv4 4/7] zsmalloc: cosmetic compaction code adjustments
` [RFC][PATCHv4 5/7] zsmalloc/zram: store compaction stats in zspool
` [RFC][PATCHv4 6/7] zsmalloc: account the number of compacted pages
` [RFC][PATCHv4 7/7] zsmalloc: register a shrinker to trigger auto-compaction

[PATCH] zsmalloc: partial page ordering within a fullness_list
 2015-06-30 12:32 UTC 

[PATCH] mm: cleaning per architecture MM hook header files
 2015-06-30  8:43 UTC  (3+ messages)

[RFC][PATCH v3 0/7] introduce automatic pool compaction
 2015-06-30  0:42 UTC  (16+ messages)
` [RFC][PATCHv3 2/7] zsmalloc: partial page ordering within a fullness_list
` [RFC][PATCHv3 3/7] zsmalloc: always keep per-class stats
` [RFC][PATCHv3 4/7] zsmalloc: introduce zs_can_compact() function
` [RFC][PATCHv3 7/7] zsmalloc: register a shrinker to trigger auto-compaction

[RFC v5 PATCH 0/9] hugetlbfs: add fallocate support
 2015-06-29 21:47 UTC  (3+ messages)
` [RFC v5 PATCH 1/9] mm/hugetlb: add region_del() to delete a specific range of entries

[PATCH] mm:Make the function alloc_mem_cgroup_per_zone_info bool
 2015-06-29 15:55 UTC  (7+ messages)

[PATCH] mm:Return proper error code return if call to kzalloc_node falis in the function alloc_mem_cgroup_per_zone_info
 2015-06-29 15:52 UTC  (2+ messages)

HMM (Heterogeneous Memory Management) v8
 2015-06-29 14:50 UTC  (11+ messages)
` [PATCH 06/36] HMM: add HMM page table v2
` [PATCH 07/36] HMM: add per mirror page table v3

[PATCH] mm: fix status code move_pages() returns for zero page
 2015-06-29 14:50 UTC  (2+ messages)

[PATCH] mm: Make zone_reclaim() return ZONE_RECLAIM_NOSCAN not zero
 2015-06-29 12:19 UTC  (2+ messages)

[RFC PATCH 00/12] mm: mirrored memory support for page buddy allocations
 2015-06-26 18:42 UTC  (11+ messages)
` [RFC PATCH 10/12] mm: add the buddy system interface

extremely long blockages when doing random writes to SSD
 2015-06-26 18:24 UTC  (9+ messages)

[PATCH] mm:Make the function vma_has_reserves bool
 2015-06-26 17:34 UTC  (3+ messages)

[PATCH] mm: Add error check after call to rmap_walk in the function page_referenced
 2015-06-26 15:40 UTC  (5+ messages)

[PATCH] mm:Make the function madvise_behaviour_valid bool
 2015-06-26 13:51 UTC 

[PATCH] memory:Make the function tlb_next_batch bool now
 2015-06-26 13:34 UTC 

[PATCHv1 0/8] mm,xen/balloon: memory hotplug improvements
 2015-06-26 13:14 UTC  (23+ messages)
` [PATCHv1 1/8] mm: memory hotplug with an existing resource
` [PATCHv1 2/8] xen/balloon: remove scratch page left overs
` [PATCHv1 3/8] x86/xen: discard RAM regions above the maximum reservation
` [PATCHv1 4/8] xen/balloon: find non-conflicting regions to place hotplugged memory
` [PATCHv1 5/8] xen/balloon: rationalize memory hotplug stats
        ` [Xen-devel] "
` [PATCHv1 6/8] xen/balloon: only hotplug additional memory if required
    ` [Xen-devel] "
` [PATCHv1 7/8] xen/balloon: make alloc_xenballoon_pages() always allocate low pages
` [PATCHv1 8/8] xen/balloon: use hotplugged pages for foreign mappings etc

[PATCH] mm: fix set pageblock migratetype when boot
 2015-06-26 11:25 UTC  (3+ messages)

[RFC PATCH 00/10] redesign compaction algorithm
 2015-06-26 11:22 UTC  (21+ messages)
` [RFC PATCH 02/10] mm/compaction: skip useless pfn for scanner's cached pfn
` [RFC PATCH 03/10] mm/compaction: always update "
` [RFC PATCH 06/10] mm/compaction: introduce compaction depleted state on zone
` [RFC PATCH 07/10] mm/compaction: limit compaction activity in compaction depleted state
` [RFC PATCH 08/10] mm/compaction: remove compaction deferring
` [RFC PATCH 09/10] mm/compaction: redesign compaction
` [RFC PATCH 10/10] mm/compaction: new threshold for compaction depleted zone

[PATCH] mm: meminit: Finish initialisation of struct pages before basic setup
 2015-06-26 10:16 UTC  (8+ messages)

[RFCv2 0/5] enable migration of driver pages
 2015-06-26  9:58 UTC  (6+ messages)
` [RFCv2 1/5] mm/compaction: enable driver page migration
` [RFCv2 2/5] fs/anon_inodes: get a new inode
` [RFCv2 3/5] mm/balloon: apply driver page migratable into balloon
` [RFCv2 4/5] mm/compaction: compaction calls generic migration
` [RFCv2 5/5] mm: remove direct calling of migration

[PATCH 0/3] TLB flush multiple pages per IPI v5
 2015-06-26  9:08 UTC  (14+ messages)

[RFC v3 0/4] fs: Add generic file system event notifications
 2015-06-26  7:30 UTC  (6+ messages)
` [RFC v3 1/4] "

[PATCH] mm:Change function return from int to bool for the function is_page_busy
 2015-06-26  1:46 UTC 

[RFC v2 0/3] mm: make swapin readahead to gain more thp performance
 2015-06-26  1:44 UTC  (6+ messages)
` [RFC v2 3/3] mm: make swapin readahead to improve thp collapse rate

[PATCH] mm: remove struct node_active_region
 2015-06-26  1:44 UTC 

Write throughput impaired by touching dirty_ratio
 2015-06-25 21:45 UTC  (7+ messages)

[PATCH] zswap: dynamic pool creation
 2015-06-25 20:37 UTC  (7+ messages)

[RESEND PATCH V2 0/3] Allow user to request memory to be locked on page fault
 2015-06-25 14:46 UTC  (18+ messages)
` [RESEND PATCH V2 1/3] Add mmap flag to request pages are locked after "

[PATCH] s390/mm: change HPAGE_SHIFT type to int
 2015-06-25 14:37 UTC 

mm: new mm hook framework
 2015-06-25  8:42 UTC  (2+ messages)

[PATCH 3/4] dell-laptop: Fix allocating & freeing SMI buffer page
 2015-06-25  3:23 UTC  (3+ messages)
` [PATCH] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).