| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 2009-09-22 | 1 | -0/+1 |
* | mm: return boolean from page_has_private() | Johannes Weiner | 2009-09-22 | 1 | -5/+8 |
* | mm: return boolean from page_is_file_cache() | Johannes Weiner | 2009-09-22 | 1 | -6/+2 |
* | mm: introduce page_lru_base_type() | Johannes Weiner | 2009-09-22 | 1 | -4/+19 |
* | mm: remove broken 'kzalloc' mempool | Sage Weil | 2009-09-22 | 1 | -8/+2 |
* | tracing, page-allocator: add trace event for page traffic related to the budd... | Mel Gorman | 2009-09-22 | 1 | -0/+51 |
* | tracing, page-allocator: add trace events for anti-fragmentation falling back... | Mel Gorman | 2009-09-22 | 1 | -0/+38 |
* | tracing, page-allocator: add trace events for page allocation and page freeing | Mel Gorman | 2009-09-22 | 1 | -0/+74 |
* | page-allocator: remove dead function free_cold_page() | Mel Gorman | 2009-09-22 | 1 | -1/+0 |
* | ksm: unmerge is an origin of OOMs | Hugh Dickins | 2009-09-22 | 1 | -1/+1 |
* | ksm: clean up obsolete references | Hugh Dickins | 2009-09-22 | 1 | -20/+0 |
* | ksm: fix deadlock with munlock in exit_mmap | Andrea Arcangeli | 2009-09-22 | 1 | -7/+4 |
* | ksm: fix oom deadlock | Hugh Dickins | 2009-09-22 | 1 | -4/+27 |
* | ksm: identify PageKsm pages | Hugh Dickins | 2009-09-22 | 1 | -0/+29 |
* | ksm: no debug in page_dup_rmap() | Hugh Dickins | 2009-09-22 | 1 | -5/+1 |
* | ksm: the mm interface to ksm | Hugh Dickins | 2009-09-22 | 3 | -0/+58 |
* | ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE | Hugh Dickins | 2009-09-22 | 1 | -0/+3 |
* | ksm: add mmu_notifier set_pte_at_notify() | Izik Eidus | 2009-09-22 | 1 | -0/+34 |
* | mm: perform non-atomic test-clear of PG_mlocked on free | Johannes Weiner | 2009-09-22 | 1 | -3/+9 |
* | mm: count only reclaimable lru pages | Wu Fengguang | 2009-09-22 | 1 | -9/+2 |
* | mm: remove __{add,sub}_zone_page_state() | KOSAKI Motohiro | 2009-09-22 | 1 | -5/+0 |
* | mm: vmstat: add isolate pages | KOSAKI Motohiro | 2009-09-22 | 1 | -0/+2 |
* | mm: oom analysis: add shmem vmstat | KOSAKI Motohiro | 2009-09-22 | 1 | -0/+1 |
* | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output | KOSAKI Motohiro | 2009-09-22 | 1 | -1/+2 |
* | hugetlb: balance freeing of huge pages across nodes | Lee Schermerhorn | 2009-09-22 | 1 | -1/+2 |
* | memory hotplug: update zone pcp at memory online | Shaohua Li | 2009-09-22 | 1 | -0/+2 |
* | mm: make swap token dummies static inlines | Johannes Weiner | 2009-09-22 | 1 | -4/+16 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | const: make lock_manager_operations const | Alexey Dobriyan | 2009-09-22 | 2 | -2/+2 |
* | const: make file_lock_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | const: make struct super_block::s_qcop const | Alexey Dobriyan | 2009-09-22 | 2 | -2/+2 |
* | const: make struct super_block::dq_op const | Alexey Dobriyan | 2009-09-22 | 2 | -2/+2 |
* | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2009-09-21 | 8 | -482/+923 |
|\ |
|
| * | perf: Tidy up after the big rename | Ingo Molnar | 2009-09-21 | 2 | -49/+490 |
| * | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 7 | -178/+178 |
| * | perf_counter: Rename list_entry -> group_entry, counter_list -> group_list | Ingo Molnar | 2009-09-21 | 1 | -2/+2 |
| * | Merge branch 'linus' into perfcounters/rename | Ingo Molnar | 2009-09-21 | 52 | -299/+4189 |
| |\ |
|
* | \ | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-21 | 4 | -26/+12 |
|\ \ \ |
|
| * | | | rcu: Fix whitespace inconsistencies | Paul E. McKenney | 2009-09-19 | 3 | -5/+5 |
| * | | | rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU | Paul E. McKenney | 2009-09-18 | 2 | -20/+7 |
| * | | | rcu: Simplify rcu_read_unlock_special() quiescent-state accounting | Paul E. McKenney | 2009-09-18 | 1 | -1/+0 |
* | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-09-21 | 1 | -17/+0 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | perf_counter, powerpc, sparc: Fix compilation after perf_counter_overflow() c... | Paul Mackerras | 2009-09-21 | 1 | -17/+0 |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-09-21 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | sched: Simplify sys_sched_rr_get_interval() system call | Peter Williams | 2009-09-21 | 1 | -0/+2 |
| * | | | | sched: Fix raciness in runqueue_is_locked() | Andrew Morton | 2009-09-20 | 1 | -1/+1 |
* | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-09-21 | 6 | -299/+79 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2009-09-19 | 3 | -66/+79 |
| |\ \ \ \ \ |
|
| | * | | | | | tracing: Allocate the ftrace event profile buffer dynamically | Frederic Weisbecker | 2009-09-18 | 2 | -28/+61 |
| | * | | | | | tracing: Factorize the events profile accounting | Frederic Weisbecker | 2009-09-18 | 3 | -38/+18 |