messages from 2011-04-18 12:21:13 to 2011-04-20 11:04:46 UTC [more...]
[PATCH 00/20] mm: Preemptibility -v10
2011-04-20 11:03 UTC (19+ messages)
` [PATCH 01/20] mm: mmu_gather rework
` [PATCH 12/20] mm: Extended batches for generic mmu_gather
` [PATCH 13/20] lockdep, mutex: Provide mutex_lock_nest_lock
` [PATCH 14/20] mm: Remove i_mmap_lock lockbreak
` [PATCH 15/20] mm: Convert i_mmap_lock to a mutex
` [PATCH 19/20] mm: Convert anon_vma->lock "
` [PATCH 20/20] mm: Optimize page_lock_anon_vma() fast-path
[Bugme-new] [Bug 33682] New: mprotect got stuck when THP is "always" enabled
2011-04-20 10:01 UTC (5+ messages)
[PATCH 0/1] mm: make read-only accessors take const pointer parameters
2011-04-20 9:28 UTC (5+ messages)
[patch] mm/vmalloc: remove block allocation bitmap
2011-04-20 9:46 UTC (4+ messages)
[PATCH 0/6] writeback: moving expire targets for background/kupdate works v2
2011-04-20 8:03 UTC (7+ messages)
` [PATCH 1/6] writeback: pass writeback_control down to move_expired_inodes()
` [PATCH 2/6] writeback: introduce writeback_control.inodes_cleaned
` [PATCH 3/6] writeback: try more writeback as long as something was written
` [PATCH 4/6] writeback: the kupdate expire timestamp should be a moving target
` [PATCH 5/6] writeback: sync expired inodes first in background writeback
` [PATCH 6/6] writeback: refill b_io iff empty
[PATCH] mm: make expand_downwards symmetrical to expand_upwards
2011-04-20 8:40 UTC (35+ messages)
` [PATCH v2] "
` [PATCH followup] mm: get rid of CONFIG_STACK_GROWSUP || CONFIG_IA64
` [PATCH v3] mm: make expand_downwards symmetrical to expand_upwards
` [PATCH v3] mm: make expand_downwards symmetrical to
[PATCH 0/6] writeback: moving expire targets for background/kupdate works
2011-04-20 7:50 UTC (26+ messages)
` [PATCH 1/6] writeback: pass writeback_control down to move_expired_inodes()
` [PATCH 2/6] writeback: the kupdate expire timestamp should be a moving target
` [PATCH 3/6] writeback: sync expired inodes first in background writeback
` [PATCH 4/6] writeback: introduce writeback_control.inodes_cleaned
` [PATCH 5/6] writeback: try more writeback as long as something was written
` [PATCH 6/6] NFS: return -EAGAIN when skipped commit in nfs_commit_unstable_pages()
[HELP] OOM:Page allocation fragment issue
2011-04-20 5:53 UTC (5+ messages)
[PATCH V6 00/10] memcg: per cgroup background reclaim
2011-04-20 4:20 UTC (16+ messages)
` [PATCH V6 01/10] Add kswapd descriptor
` [PATCH V6 02/10] Add per memcg reclaim watermarks
` [PATCH V6 03/10] New APIs to adjust per-memcg wmarks
` [PATCH V6 04/10] Infrastructure to support per-memcg reclaim
` [PATCH V6 05/10] Implement the select_victim_node within memcg
` [PATCH V6 06/10] Per-memcg background reclaim
` [PATCH V6 07/10] Add per-memcg zone "unreclaimable"
` [PATCH V6 08/10] Enable per-memcg background reclaim
` [PATCH V6 09/10] Add API to export per-memcg kswapd pid
` [PATCH V6 10/10] Add some per-memcg stats
[PATCH 1/2] break out page allocation warning code
2011-04-20 2:46 UTC (20+ messages)
` [PATCH 2/2] print vmalloc() state after allocation failures
[PATCH 0/3] pass the scan_control into shrinkers
2011-04-20 1:25 UTC (16+ messages)
` [PATCH 1/3] move scan_control definition to header file
` [PATCH 2/3] change the shrink_slab by passing scan_control
` [PATCH 3/3] change shrinker API by passing scan_control struct
[PATCH v2(resend)] memcg: update documentation to describe usage_in_bytes
2011-04-19 23:35 UTC
[PATCH] memcg: consider per-cpu stock reserves when returning RES_USAGE for _MEM
2011-04-19 23:24 UTC (12+ messages)
` [PATCH] memcg: update documentation to describe usage_in_bytes
` [PATCH v2] "
slub: fix panic with DISCONTIGMEM
2011-04-19 22:04 UTC (2+ messages)
Regression from 2.6.36
2011-04-19 19:55 UTC (14+ messages)
[PATCH 1/2] break out page allocation warning code
2011-04-19 16:21 UTC (2+ messages)
` [PATCH 2/2] print vmalloc() state after allocation failures
[PATCH v3 2.6.39-rc1-tip 0/26] 0: Uprobes patchset with perf probe support
2011-04-19 13:57 UTC (32+ messages)
` [PATCH v3 2.6.39-rc1-tip 5/26] 5: uprobes: Adding and remove a uprobe in a rb tree
` [PATCH v3 2.6.39-rc1-tip 6/26] 6: Uprobes: register/unregister probes
` [PATCH v3 2.6.39-rc1-tip 7/26] 7: x86: analyze instruction and determine fixups
` [PATCH v3 2.6.39-rc1-tip 8/26] 8: uprobes: store/restore original instruction
` [PATCH v3 2.6.39-rc1-tip 9/26] 9: uprobes: mmap and fork hooks
` [PATCH v3 2.6.39-rc1-tip 12/26] 12: uprobes: slot allocation for uprobes
` [PATCH v3 2.6.39-rc1-tip 13/26] 13: uprobes: get the breakpoint address
` [PATCH v3 2.6.39-rc1-tip 14/26] 14: x86: x86 specific probe handling
` [PATCH v3 2.6.39-rc1-tip 15/26] 15: uprobes: Handing int3 and singlestep exception
` [PATCH v3 2.6.39-rc1-tip 17/26] 17: uprobes: register a notifier for uprobes
` [PATCH v3 2.6.39-rc1-tip 18/26] 18: uprobes: commonly used filters
[patch] mm/vmalloc: remove guard page from between vmap blocks
2011-04-19 8:30 UTC (2+ messages)
[PATCH V5 00/10] memcg: per cgroup background reclaim
2011-04-19 5:50 UTC (23+ messages)
` [PATCH V5 01/10] Add kswapd descriptor
` [PATCH V5 04/10] Infrastructure to support per-memcg reclaim
` [PATCH V5 05/10] Implement the select_victim_node within memcg
` [PATCH V5 06/10] Per-memcg background reclaim
` [PATCH V5 07/10] Add per-memcg zone "unreclaimable"
` [PATCH V5 09/10] Add API to export per-memcg kswapd pid
[PATCH V4 00/10] memcg: per cgroup background reclaim
2011-04-19 3:46 UTC (9+ messages)
[PATCH v2] cpusets: randomize node rotor used in cpuset_mem_spread_node()
2011-04-19 1:15 UTC (6+ messages)
` [PATCH incremental] cpusets: initialize spread rotor lazily
[PATCH] mempolicy: reduce references to the current
2011-04-19 0:34 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/3] convert mm->cpu_vm_mask into cpumask_var_t
2011-04-19 0:19 UTC (6+ messages)
` [PATCH 2/3] tile: replace mm->cpu_vm_mask with mm_cpumask()
` [PATCH 3/3] mm: convert mm->cpu_vm_cpumask into cpumask_var_t
[PATCH] mm: fix possible cause of a page_mapped BUG
2011-04-18 21:15 UTC (25+ messages)
[PATCH] xen: cleancache shim to Xen Transcendent Memory
2011-04-18 16:03 UTC (5+ messages)
[RFC][PATCH 0/3] track pte pages and use in OOM score
2011-04-18 15:02 UTC (4+ messages)
` [RFC][PATCH 2/3] track numbers of pagetable pages
[PATCH 4/4] writeback: reduce per-bdi dirty threshold ramp up time
2011-04-18 14:59 UTC (11+ messages)
percpu: preemptless __per_cpu_counter_add
2011-04-18 14:38 UTC (12+ messages)
` [PATCH] "
[PATCH 00/12] Swap-over-NBD without deadlocking v1
2011-04-18 14:08 UTC (6+ messages)
` [PATCH 12/12] mm: Throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage
[PATCH 1/1] Add check for dirty_writeback_interval in bdi_wakeup_thread_delayed
2011-04-18 12:26 UTC (4+ messages)
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).