linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-20 01:09:18 to 2010-08-24 01:20:15 UTC [more...]

[PATCH 0/4] writeback: kernel visibility
 2010-08-24  1:20 UTC  (20+ messages)
` [PATCH 1/4] mm: exporting account_page_dirty
` [PATCH 2/4] mm: account_page_writeback added
` [PATCH 3/4] writeback: nr_dirtied and nr_entered_writeback in /proc/vmstat
` [PATCH 4/4] writeback: Reporting dirty thresholds "

[PATCH] compaction: fix COMPACTPAGEFAILED counting
 2010-08-24  1:19 UTC  (6+ messages)

[patch 1/3 v3] oom: add per-mm oom disable count
 2010-08-24  0:57 UTC  (10+ messages)
` [patch 2/3 v3] oom: avoid killing a task if a thread sharing its mm cannot be killed
` [patch 3/3 v3] oom: kill all threads sharing oom killed task's mm

[PATCH] memcg: towards I/O aware memcg v5
 2010-08-24  0:19 UTC  (14+ messages)
` [PATCH 1/5] cgroup: ID notification call back
` [PATCH 2/5] memcg: use array and ID for quick look up
` [PATCH] memcg: use ID in page_cgroup
` [PATCH 4/5] memcg: lockless update of file_mapped
` [PATCH 5/5] memcg: generic file accounting update function

compaction: trying to understand the code
 2010-08-24  0:27 UTC  (25+ messages)

"vmscan: raise the bar to PAGEOUT_IO_SYNC stalls" to stable?
 2010-08-24  0:18 UTC  (4+ messages)
    ` [stable] "

[PATCH] writeback: remove the internal 5% low bound on dirty_ratio
 2010-08-24  0:00 UTC  (10+ messages)

[PATCH 0/3] Reduce watermark-related problems with the per-cpu allocator V2
 2010-08-23 23:17 UTC  (16+ messages)
` [PATCH 1/3] mm: page allocator: Update free page counters after pages are placed on the free list
` [PATCH 2/3] mm: page allocator: Calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake
` [PATCH 3/3] mm: page allocator: Drain per-cpu lists after direct reclaim allocation fails

2.6.34.1 page allocation failure
 2010-08-23 22:35 UTC  (5+ messages)

[S+Q Core 0/6] SLUB: Queueing Core
 2010-08-23 17:18 UTC  (8+ messages)
` [S+Q Core 1/6] slub: Add per cpu queueing
` [S+Q Core 2/6] slub: Allow resizing of per cpu queues
` [S+Q Core 3/6] slub: Get rid of useless function count_free()
` [S+Q Core 4/6] slub: Remove MAX_OBJS limitation
` [S+Q Core 5/6] slub: Drop allocator announcement
` [S+Q Core 6/6] slub: Object based NUMA policies

[S+Q Cleanup4 0/6] SLUB: Cleanups V4
 2010-08-23 17:17 UTC  (11+ messages)
` [S+Q Cleanup4 1/6] Slub: Force no inlining of debug functions
` [S+Q Cleanup4 2/6] slub: remove dynamic dma slab allocation
` [S+Q Cleanup4 3/6] slub: Remove static kmem_cache_cpu array for boot
` [S+Q Cleanup4 4/6] slub: Dynamically size kmalloc cache allocations
` [S+Q Cleanup4 5/6] slub: Extract hooks for memory checkers from hotpaths
` [S+Q Cleanup4 6/6] slub: Move gfpflag masking out of the hotpath

[PATCH v5 00/12] KVM: Add host swap event notifications for PV guest
 2010-08-23 16:22 UTC  (20+ messages)
` [PATCH v5 02/12] Add PV MSR to enable asynchronous page faults delivery
` [PATCH v5 03/12] Add async PF initialization to PV guest
` [PATCH v5 04/12] Provide special async page fault handler when async PF capability is detected
` [PATCH v5 06/12] Add get_user_pages() variant that fails if major fault is required
` [PATCH v5 07/12] Maintain memslot version number
` [PATCH v5 08/12] Inject asynchronous page fault into a guest if page is swapped out

[PATCH] compaction: handle active and inactive fairly in too_many_isolated
 2010-08-23 16:13 UTC 

[2.6.35-rc1, bug] mm: minute-long livelocks in memory reclaim
 2010-08-23 12:33 UTC  (4+ messages)

[RFC][PATCH] Per file dirty limit throttling
 2010-08-23 12:19 UTC  (4+ messages)

[PATCH 0/9] Hugepage migration (v2)
 2010-08-23  9:24 UTC  (6+ messages)
` [PATCH 1/9] HWPOISON, hugetlb: move PG_HWPoison bit check

[PATCH] Make is_mem_section_removable more conformable with offlining code
 2010-08-23  9:22 UTC  (3+ messages)

[RFC PATCH 0/3] Reduce watermark-related problems with the per-cpu allocator
 2010-08-23  7:18 UTC  (11+ messages)
` [PATCH 2/3] mm: page allocator: Calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake
            ` [PATCH] vmstat : update zone stat threshold at onlining a cpu

[patch] slob: fix gfp flags for order-0 page allocations
 2010-08-23  0:51 UTC  (2+ messages)

[GIT PULL] SLAB fixes for 2.6.36-rc2
 2010-08-22 15:17 UTC 

[PATCH] writeback: remove nonblocking/encountered_congestion references
 2010-08-21  6:28 UTC 

[PATCH] Export mlock information via smaps
 2010-08-20 21:57 UTC  (6+ messages)

[RFC][PATCH 0/6] mm, highmem: kmap_atomic rework
 2010-08-20 21:48 UTC  (15+ messages)
` [RFC][PATCH 1/6] mm: strictly nested kmap_atomic
` [RFC][PATCH 2/6] mm: stack based kmap_atomic
` [RFC][PATCH 3/6] mm, frv: Out-of-line kmap-atomic
` [RFC][PATCH 4/6] mm: Remove all KM_type arguments
` [RFC][PATCH 5/6] mm: Fix up KM_type argument removal fallout
` [RFC][PATCH 6/6] mm: Remove pte_*map_nested()

[S+Q Cleanup3 0/6] SLUB: Cleanups V3
 2010-08-20 17:32 UTC  (9+ messages)
` [S+Q Cleanup3 4/6] slub: Dynamically size kmalloc cache allocations

cleancache followup from LSF10/MM summit
 2010-08-20 15:14 UTC 

[PATCH] NFS: update comments in nfs_commit_unstable_pages
 2010-08-20 13:31 UTC 

why are WB_SYNC_NONE COMMITs being done with FLUSH_SYNC set ?
 2010-08-20 13:23 UTC  (15+ messages)

[PATCH/RFCv4 0/6] The Contiguous Memory Allocator framework
 2010-08-20 13:15 UTC  (8+ messages)
` [PATCH/RFCv4 1/6] lib: rbtree: rb_root_init() function added
  ` [PATCH/RFCv4 2/6] mm: cma: Contiguous Memory Allocator added
    ` [PATCH/RFCv4 3/6] mm: cma: Added SysFS support
      ` [PATCH/RFCv4 4/6] mm: cma: Added command line parameters support
        ` [PATCH/RFCv4 5/6] mm: cma: Test device and application added
          ` [PATCH/RFCv4 6/6] arm: Added CMA to Aquila and Goni

[PATCH] VM: kswapd should not do blocking memory allocations
 2010-08-20 12:17 UTC  (5+ messages)

[PATCH/RFCv3 0/6] The Contiguous Memory Allocator framework
 2010-08-20 10:54 UTC  (10+ messages)

[BUGFIX][PATCH 1/2] x86, mem: separate x86_64 vmalloc_sync_all() into separate functions
 2010-08-20  9:50 UTC  (2+ messages)
` [BUGFIX][PATCH 2/2] x86, mem: update all PGDs for direct mapping and vmemmap mapping changes on 64bit

[patch v2 2/2] oom: kill all threads sharing oom killed task's mm
 2010-08-20  9:05 UTC  (4+ messages)

oom: __task_cred() need rcu_read_lock()
 2010-08-20  8:50 UTC  (4+ messages)

[PATCH 0/3] writeback: kernel visibility
 2010-08-20  8:43 UTC  (12+ messages)
` [PATCH 1/3] mm: helper functions for dirty and writeback accounting
` [PATCH 2/3] writeback: Adding pages_dirtied and pages_entered_writeback
` [PATCH 3/3] writeback: Reporting dirty thresholds in /proc/vmstat

[TESTCASE] Clean pages clogging the VM
 2010-08-20  5:05 UTC  (6+ 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).