Age | Commit message (Expand) | Author | Files | Lines |
2010-08-10 | Merge branch 'next' into for-linus | Dmitry Torokhov | 2 | -22/+33 |
2010-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -1/+6 |
2010-08-10 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 3 | -0/+194 |
2010-08-10 | flex_array: add helpers to get and put to make pointers easy to use | Eric Paris | 1 | -0/+5 |
2010-08-10 | iommu: inline iommu_num_pages | Anton Blanchard | 1 | -2/+10 |
2010-08-10 | kernel.h: remove unused NIPQUAD and NIPQUAD_FMT | Joe Perches | 1 | -11/+0 |
2010-08-10 | include/linux/compiler-gcc.h: use __same_type() in __must_be_array() | Rusty Russell | 1 | -2/+1 |
2010-08-10 | cpuidle: extend cpuidle and menu governor to handle dynamic states | Ai Li | 1 | -0/+4 |
2010-08-10 | hibernation: freeze swap at hibernation | KAMEZAWA Hiroyuki | 1 | -1/+7 |
2010-08-10 | rmap: add exclusive page to private anon_vma on swapin | Rik van Riel | 1 | -0/+2 |
2010-08-10 | oom: deprecate oom_adj tunable | David Rientjes | 1 | -0/+3 |
2010-08-10 | oom: badness heuristic rewrite | David Rientjes | 3 | -2/+23 |
2010-08-10 | oom: move badness() declaration into oom.h | Andrew Morton | 1 | -0/+6 |
2010-08-10 | vmscan: kill prev_priority completely | KOSAKI Motohiro | 2 | -20/+0 |
2010-08-10 | mm: implement writeback livelock avoidance using page tagging | Jan Kara | 2 | -1/+2 |
2010-08-10 | radix-tree: omplement function radix_tree_range_tag_if_tagged | Jan Kara | 1 | -0/+4 |
2010-08-10 | ksm: fix ksm swapin time optimization | Andrea Arcangeli | 1 | -1/+1 |
2010-08-10 | tmpfs: make tmpfs scalable with percpu_counter for used blocks | Tim Chen | 1 | -1/+2 |
2010-08-10 | tmpfs: add accurate compare function to percpu_counter library | Tim Chen | 1 | -0/+11 |
2010-08-10 | gcc-4.6: mm: fix unused but set warnings | Andi Kleen | 2 | -2/+6 |
2010-08-10 | gcc-4.6: pagemap: avoid unused-but-set variable | Andi Kleen | 1 | -1/+3 |
2010-08-10 | topology: alternate fix for ia64 tiger_defconfig build breakage | Lee Schermerhorn | 1 | -4/+0 |
2010-08-10 | mmzone.h: remove dead prototype | Alexander Nevenchannyy | 1 | -2/+0 |
2010-08-10 | mm: rename try_set_zone_oom() to try_set_zonelist_oom() | Minchan Kim | 1 | -1/+1 |
2010-08-10 | oom: move sysctl declarations to oom.h | David Rientjes | 1 | -0/+5 |
2010-08-10 | oom: extract panic helper function | David Rientjes | 1 | -0/+1 |
2010-08-10 | oom: select task from tasklist for mempolicy ooms | David Rientjes | 1 | -1/+12 |
2010-08-10 | buffer_head: remove redundant test from wait_on_buffer | Richard Kennedy | 1 | -6/+1 |
2010-08-10 | mm: extend KSM refcounts to the anon_vma root | Rik van Riel | 1 | -0/+15 |
2010-08-10 | mm: always lock the root (oldest) anon_vma | Rik van Riel | 1 | -4/+4 |
2010-08-10 | mm: track the root (oldest) anon_vma | Rik van Riel | 1 | -0/+1 |
2010-08-10 | mm: change direct call of spin_lock(anon_vma->lock) to inline function | Rik van Riel | 1 | -0/+10 |
2010-08-10 | mm: rename anon_vma_lock to vma_lock_anon_vma | Rik van Riel | 1 | -2/+2 |
2010-08-10 | kmap_atomic: make kunmap_atomic() harder to misuse | Cesar Eduardo Barros | 1 | -1/+9 |
2010-08-10 | Fix sget() race with failing mount | Al Viro | 1 | -0/+1 |
2010-08-10 | mbcache: Remove unused features | Andreas Gruenbacher | 1 | -15/+5 |
2010-08-10 | add f_flags to struct statfs(64) | Christoph Hellwig | 1 | -2/+23 |
2010-08-10 | pass a struct path to vfs_statfs | Christoph Hellwig | 1 | -1/+2 |
2010-08-10 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 1 | -2/+1 |
2010-08-10 | Make ->drop_inode() just return whether inode needs to be dropped | Al Viro | 1 | -3/+3 |
2010-08-10 | fs/inode.c:clear_inode() is gone | Al Viro | 1 | -1/+0 |
2010-08-10 | ->delete_inode() is gone | Al Viro | 1 | -1/+0 |
2010-08-10 | convert reiserfs to ->evict_inode() | Al Viro | 1 | -1/+1 |
2010-08-10 | new helper: __dentry_path() | Al Viro | 1 | -0/+1 |
2010-08-10 | convert ext3 to ->evict_inode() | Al Viro | 1 | -1/+1 |
2010-08-10 | new helper: end_writeback() | Al Viro | 1 | -0/+1 |
2010-08-10 | generic_detach_inode() can be static now | Al Viro | 1 | -1/+0 |
2010-08-10 | New method - evict_inode() | Al Viro | 1 | -0/+1 |
2010-08-10 | simplify checks for I_CLEAR/I_FREEING | Al Viro | 1 | -2/+2 |
2010-08-10 | get rid of file_fsync() | Al Viro | 1 | -1/+0 |