[PATCH] Allow memory hotplug and hibernation in the same kernel
2009-11-13 11:13 UTC (2+ messages)
[PATCH 0/5] Reduce GFP_ATOMIC allocation failures, candidate fix V3
2009-11-13 10:43 UTC (11+ messages)
` [PATCH 1/5] page allocator: Always wake kswapd when restarting an allocation attempt after direct reclaim failed
` [PATCH 2/5] page allocator: Do not allow interrupts to use ALLOC_HARDER
` [PATCH 3/5] page allocator: Wait on both sync and async congestion after direct reclaim
` [PATCH 4/5] vmscan: Have kswapd sleep for a short interval and double check it should be asleep
` [PATCH 5/5] vmscan: Take order into consideration when deciding if kswapd is in trouble
GFP_ATOMIC versus GFP_NOWAIT
2009-11-13 9:17 UTC (2+ messages)
[PATCH 0/6] mm: prepare for ksm swapping
2009-11-13 8:26 UTC (23+ messages)
` [PATCH 1/6] mm: define PAGE_MAPPING_FLAGS
` [PATCH 2/6] mm: mlocking in try_to_unmap_one
` [PATCH 3/6] mm: CONFIG_MMU for PG_mlocked
` [PATCH 4/6] mm: pass address down to rmap ones
` [PATCH 5/6] mm: stop ptlock enlarging struct page
` [PATCH 6/6] mm: sigbus instead of abusing oom
[RFC MM] speculative page fault
2009-11-13 7:41 UTC (5+ messages)
` [RFC MM 1/4] mm accessor (updated)
` [RFC MM 2/4] refcnt for vm_area_struct
` [RFC MM 3/4] add mm version number
` [RFC MM 4/4] speculative page fault
[PATCH] mm/memory_hotplug : fix section mismatch
2009-11-13 5:59 UTC
[PATCH 0/7] Reduce GFP_ATOMIC allocation failures, candidate fix V3
2009-11-13 2:46 UTC (5+ messages)
` [PATCH 1/5] page allocator: Always wake kswapd when restarting an allocation attempt after direct reclaim failed
[PATCH] show per-process swap usage via procfs
2009-11-13 2:35 UTC (13+ messages)
` [PATCH] show per-process swap usage via procfs v2
` [PATCH] show per-process swap usage via procfs v3
[PATCHv2 2/5] vmscan: Kill hibernation specific reclaim logic and unify it
2009-11-12 23:33 UTC (6+ messages)
` using highmem for atomic copy of lowmem was "
[PATCH 0/6] ksm: not quite swapping yet
2009-11-12 23:20 UTC (7+ messages)
` [PATCH 1/6] ksm: three remove_rmap_item_from_tree cleanups
` [PATCH 2/6] ksm: remove redundancies when merging page
` [PATCH 3/6] ksm: cleanup some function arguments
` [PATCH 4/6] ksm: singly-linked rmap_list
` [PATCH 5/6] ksm: separate stable_node
` [PATCH 6/6] ksm: stable_node point to page and back
[PATCH v3 0/5]
2009-11-12 17:26 UTC (7+ messages)
` [PATCH v3 1/5] mm: add numa node symlink for memory section in sysfs
` [PATCH v3 2/5] mm: refactor register_cpu_under_node()
` [PATCH v3 3/5] mm: refactor unregister_cpu_under_node()
` [PATCH v3 4/5] mm: add numa node symlink for cpu devices in sysfs
` [PATCH v3 5/5] Documentation: ABI: /sys/devices/system/cpu/cpu#/node
[PATCH 0/3] Reduce GFP_ATOMIC allocation failures, partial fix V3
2009-11-12 11:36 UTC (4+ messages)
` [PATCH 3/3] vmscan: Force kswapd to take notice faster when high-order watermarks are being hit
` [PATCH 3/3] vmscan: Force kswapd to take notice faster when high-order watermarks are being hit (data on latencies available)
[PATCH -mmotm 0/8] memcg: recharge at task move
2009-11-12 8:05 UTC (31+ messages)
` [PATCH -mmotm 1/8] cgroup: introduce cancel_attach()
` [PATCH -mmotm 2/8] memcg: move memcg_tasklist mutex
` [PATCH -mmotm 6/8] memcg: recharge charges of anonymous page
` [PATCH -mmotm 0/3] some cleanups for memcg
` [PATCH -mmotm 1/3] memcg: add mem_cgroup_cancel_charge()
` [PATCH -mmotm 2/3] memcg: cleanup mem_cgroup_move_parent()
` [PATCH -mmotm 3/3] memcg: remove memcg_tasklist
[PATCHv9 1/3] tun: export underlying socket
2009-11-12 2:18 UTC (7+ messages)
` [PATCHv9 2/3] mm: export use_mm/unuse_mm to modules
` [PATCHv9 3/3] vhost_net: a kernel-level virtio server
Question regarding BUG in mm/slub.c
2009-11-11 19:54 UTC (2+ messages)
posix_fadvise/WILLNEED synchronous on fuse/sshfs instead of async?
2009-11-11 15:43 UTC (2+ messages)
[BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask
2009-11-11 7:32 UTC (24+ messages)
` [BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask v2
` [BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask v3
` [BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask v4
` [BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask v4.1
` [BUGFIX][PATCH] oom-kill: fix NUMA consraint check with nodemask v4.2
[PATCH v3 0/5] Sorting out sc.swap_cluster_max and kill hibernation specific reclaim logic
2009-11-11 2:04 UTC (6+ messages)
` [PATCH 1/5] vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaim
` [PATCH 2/5] vmscan: Kill hibernation specific reclaim logic and unify it
` [PATCH 3/5] vmscan: zone_reclaim() don't use insane swap_cluster_max
` [PATCH 4/5] vmscan: Kill sc.swap_cluster_max
` [PATCH 5/5][nit fix] vmscan Make consistent of reclaim bale out between do_try_to_free_page and shrink_zone
+ oom-kill-show-virtual-size-and-rss-information-of-the-killed-process.patch added to -mm tree
2009-11-10 23:58 UTC
[MM] Make mm counters per cpu instead of atomic
2009-11-10 23:20 UTC (13+ messages)
` [MM] Make mm counters per cpu instead of atomic V2
[PATCH v2 0/5] mm: modest useability enhancements for node sysfs attrs
2009-11-10 21:38 UTC (14+ messages)
` [PATCH v2 1/5] mm: add numa node symlink for memory section in sysfs
` [patch -mm] mm: slab allocate memory section nodemask for large systems
[RFC MM] Accessors for mm locking
2009-11-10 20:20 UTC (17+ messages)
` Subject: [RFC MM] mmap_sem scaling: Use mutex and percpu counter instead
` [RFC MM] mmap_sem scaling: only scan cpus used by an mm
[PATCH] prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() fails
2009-11-10 17:00 UTC
[PATCHv8 3/3] vhost_net: a kernel-level virtio server
2009-11-10 1:08 UTC (8+ messages)
[Bug #14141] order 2 page allocation failures in iwlagn
2009-11-09 19:00 UTC (4+ messages)
[PATCHv9 0/3] vhost: a kernel-level virtio server
2009-11-09 17:21 UTC
[PATCH 2/3] page allocator: Do not allow interrupts to use ALLOC_HARDER
2009-11-09 10:11 UTC (11+ messages)
[PATCH 0/2] memcg make use of new percpu implementations
2009-11-09 8:36 UTC (10+ messages)
` [PATCH 1/2] memcg : rename index to short name
` [PATCH 2/2] memcg : rewrite percpu countings with new interfaces
` [PATCH 2/2] memcg : rewrite percpu countings with new interfaces v2
[PATCHv7 3/3] vhost_net: a kernel-level virtio server
2009-11-08 19:36 UTC (6+ messages)
[PATCH 00/11] KVM: Add asynchronous page fault for PV guest
2009-11-08 16:47 UTC (16+ messages)
` [PATCH 02/11] Add "handle page fault" PV helper
[PATCH] oom_kill: use rss value instead of vm size for badness
2009-11-07 19:16 UTC (4+ messages)
OOM killer, page fault
2009-11-06 15:18 UTC (13+ messages)
CONFIG_STRICT_DEVMEM broken
2009-11-06 12:58 UTC
[PATCH 0/5] Candidate fix for increased number of GFP_ATOMIC failures V2
2009-11-06 11:15 UTC (5+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox