Age | Commit message (Expand) | Author | Files | Lines |
2012-01-13 | Merge branch 'akpm' (aka "Andrew's patch-bomb, take two") | Linus Torvalds | 21 | -165/+197 |
2012-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -11/+37 |
2012-01-13 | c/r: prctl: add PR_SET_MM codes to set up mm_struct entries | Cyrill Gorcunov | 1 | -0/+12 |
2012-01-13 | radix_tree: remove radix_tree_indirect_to_ptr() | Xiao Guangrong | 1 | -3/+0 |
2012-01-13 | vfs: cache request_queue in struct block_device | Andi Kleen | 1 | -0/+2 |
2012-01-13 | include/linux/crash_dump.h needs elf.h | Fabio Estevam | 1 | -0/+1 |
2012-01-13 | kexec: remove KMSG_DUMP_KEXEC | WANG Cong | 1 | -1/+0 |
2012-01-13 | mm: remove del_page_from_lru, add page_off_lru | Hugh Dickins | 1 | -6/+9 |
2012-01-13 | mm: enum lru_list lru | Hugh Dickins | 2 | -21/+21 |
2012-01-13 | mm: fewer underscores in ____pagevec_lru_add | Hugh Dickins | 1 | -5/+5 |
2012-01-13 | mm: take pagevecs off reclaim stack | Hugh Dickins | 1 | -2/+0 |
2012-01-13 | mm: compaction: introduce sync-light migration for use by compaction | Mel Gorman | 2 | -7/+22 |
2012-01-13 | mm: compaction: make isolate_lru_page() filter-aware again | Mel Gorman | 1 | -0/+2 |
2012-01-13 | mm: compaction: determine if dirty pages can be migrated without blocking wit... | Mel Gorman | 2 | -4/+7 |
2012-01-13 | vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate() | Tao Ma | 1 | -8/+14 |
2012-01-13 | thp: add tlb_remove_pmd_tlb_entry | Shaohua Li | 2 | -1/+15 |
2012-01-13 | memcg: simplify LRU handling by new rule | KAMEZAWA Hiroyuki | 1 | -8/+0 |
2012-01-13 | memcg: clear pc->mem_cgroup if necessary. | KAMEZAWA Hiroyuki | 1 | -0/+5 |
2012-01-13 | page_cgroup: add helper function to get swap_cgroup | Bob Liu | 1 | -2/+2 |
2012-01-13 | mm: unify remaining mem_cont, mem, etc. variable names to memcg | Johannes Weiner | 3 | -11/+11 |
2012-01-13 | memcg: make mem_cgroup_split_huge_fixup() more efficient | KAMEZAWA Hiroyuki | 1 | -3/+2 |
2012-01-13 | mm: memcg: remove unused node/section info from pc->flags | Johannes Weiner | 1 | -33/+0 |
2012-01-13 | mm: make per-memcg LRU lists exclusive | Johannes Weiner | 3 | -43/+30 |
2012-01-13 | mm: collect LRU list heads into struct lruvec | Johannes Weiner | 2 | -5/+7 |
2012-01-13 | mm: move memcg hierarchy reclaim to generic reclaim code | Johannes Weiner | 1 | -0/+24 |
2012-01-13 | memcg: add mem_cgroup_replace_page_cache() to fix LRU issue | KAMEZAWA Hiroyuki | 1 | -0/+6 |
2012-01-13 | epoll: limit paths | Jason Baron | 2 | -0/+2 |
2012-01-13 | mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL | Heiko Carstens | 1 | -5/+4 |
2012-01-13 | include/linux/linkage.h: remove unused ATTRIB_NORET macro | Joe Perches | 1 | -2/+0 |
2012-01-13 | treewide: convert uses of ATTRIB_NORETURN to __noreturn | Joe Perches | 1 | -3/+3 |
2012-01-13 | treewide: remove useless NORET_TYPE macro and uses | Joe Perches | 3 | -5/+4 |
2012-01-13 | include/linux/linkage.h: remove unused NORET_AND macro | Joe Perches | 1 | -1/+0 |
2012-01-13 | kernel.h: neaten panic prototype | Joe Perches | 1 | -2/+3 |
2012-01-13 | net_sched: sfq: add optional RED on top of SFQ | Eric Dumazet | 2 | -1/+22 |
2012-01-13 | phylib: introduce mdiobus_alloc_size() | Timur Tabi | 1 | -1/+6 |
2012-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -1/+15 |
2012-01-13 | Merge tag 'to-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2 | -61/+15 |
2012-01-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -2/+2 |
2012-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 16 | -71/+960 |
2012-01-12 | Merge branch 'topic/hda' into for-linus | Takashi Iwai | 1 | -0/+8 |
2012-01-12 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 6 | -1/+731 |
2012-01-12 | Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 1 | -1/+10 |
2012-01-12 | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 3 | -3/+40 |
2012-01-12 | virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff | Amit Shah | 1 | -0/+5 |
2012-01-12 | virtio: support unlocked queue kick | Rusty Russell | 1 | -0/+4 |
2012-01-12 | virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf | Rusty Russell | 1 | -15/+6 |
2012-01-12 | virtio: document functions better. | Rusty Russell | 1 | -47/+0 |
2012-01-12 | virtio: harsher barriers for rpmsg. | Rusty Russell | 1 | -0/+1 |
2012-01-12 | Merge branch 'sh/nommu' into sh-latest | Paul Mundt | 132 | -1022/+2936 |
2012-01-12 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |