linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-25 17:11:52 to 2015-07-01 10:53:40 UTC [more...]

[PATCH 00/24] huge tmpfs: an alternative approach to THPageCache
 2015-07-01 10:53 UTC  (3+ messages)
` [PATCH 16/24] huge tmpfs: fix problems from premature exposure of pagetable

[PATCH] mm: cleaning per architecture MM hook header files
 2015-07-01 10:17 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/1] mem-hotplug: Handle node hole when initializing numa_meminfo
 2015-07-01  8:55 UTC  (4+ messages)

[PATCH 00/11] mm: debug: formatting memory management structs
 2015-07-01  8:53 UTC  (5+ messages)
` [PATCH 05/11] mm: debug: dump page into a string rather than directly on screen

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-07-01  8:20 UTC  (48+ 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 35/51] writeback: make bdi->min/max_ratio handling cgroup writeback aware
` [PATCH 36/51] writeback: implement bdi_for_each_wb()
` [PATCH 37/51] writeback: remove bdi_start_writeback()
` [PATCH 38/51] writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
` [PATCH 39/51] writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
` [PATCH 40/51] writeback: make bdi_start_background_writeback() "
` [PATCH 41/51] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 42/51] writeback: make wakeup_dirtytime_writeback() "

[PATCH v5 0/6] pmem api, generic ioremap_cache, and memremap
 2015-07-01  8:09 UTC  (10+ messages)
` [PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases

[HELP/RFC] Moving ppc8xx microcode patch from micropatch.c to firmware
 2015-07-01  7:47 UTC 

[RFC][PATCHv4 0/7] mm/zsmalloc: introduce automatic pool compaction
 2015-07-01  7:29 UTC  (9+ 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] mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations
 2015-07-01  6:17 UTC  (2+ messages)

HMM (Heterogeneous Memory Management) v8
 2015-07-01  2:51 UTC  (12+ messages)
` [PATCH 06/36] HMM: add HMM page table v2
` [PATCH 07/36] HMM: add per mirror page table v3

[PATCH] fix: decrease NR_FREE_PAGES when isolate page from buddy
 2015-07-01  1:17 UTC 

[patch 1/3] mm, oom: organize oom context into struct
 2015-07-01  0:11 UTC  (7+ messages)
` [patch 2/3] mm, oom: pass an oom order of -1 when triggered by sysrq

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

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

[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

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

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

[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  (13+ messages)

[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  (5+ messages)

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


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