Age | Commit message (Expand) | Author |
2010-08-10 | istallion: use bit ops for the board flags | Alan Cox |
2010-08-10 | vt/console: try harder to print output when panicing | Jesse Barnes |
2010-08-10 | tty: Add EXTPROC support for LINEMODE | hyc@symas.com |
2010-08-10 | tty: Remove Hayes ESP ioctls | Jeff Dike |
2010-08-10 | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux | Linus Torvalds |
2010-08-10 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds |
2010-08-10 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds |
2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2010-08-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2010-08-09 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds |
2010-08-09 | flex_array: add helpers to get and put to make pointers easy to use | Eric Paris |
2010-08-09 | iommu: inline iommu_num_pages | Anton Blanchard |
2010-08-09 | kernel.h: remove unused NIPQUAD and NIPQUAD_FMT | Joe Perches |
2010-08-09 | include/linux/compiler-gcc.h: use __same_type() in __must_be_array() | Rusty Russell |
2010-08-09 | asm-generic/io.h: add big endian versions of io{read,write}{16,32} | Mike Frysinger |
2010-08-09 | cpuidle: extend cpuidle and menu governor to handle dynamic states | Ai Li |
2010-08-09 | hibernation: freeze swap at hibernation | KAMEZAWA Hiroyuki |
2010-08-09 | memcg: add mm_vmscan_memcg_isolate tracepoint | KOSAKI Motohiro |
2010-08-09 | vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT | KOSAKI Motohiro |
2010-08-09 | memcg, vmscan: add memcg reclaim tracepoint | KOSAKI Motohiro |
2010-08-09 | vmscan: convert direct reclaim tracepoint to DEFINE_TRACE | KOSAKI Motohiro |
2010-08-09 | rmap: add exclusive page to private anon_vma on swapin | Rik van Riel |
2010-08-09 | oom: deprecate oom_adj tunable | David Rientjes |
2010-08-09 | oom: badness heuristic rewrite | David Rientjes |
2010-08-09 | oom: move badness() declaration into oom.h | Andrew Morton |
2010-08-09 | vmscan: kill prev_priority completely | KOSAKI Motohiro |
2010-08-09 | vmscan: tracing: add trace event when a page is written | Mel Gorman |
2010-08-09 | vmscan: tracing: add trace events for LRU page isolation | Mel Gorman |
2010-08-09 | vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim | Mel Gorman |
2010-08-09 | mm: implement writeback livelock avoidance using page tagging | Jan Kara |
2010-08-09 | radix-tree: omplement function radix_tree_range_tag_if_tagged | Jan Kara |
2010-08-09 | ksm: fix ksm swapin time optimization | Andrea Arcangeli |
2010-08-09 | tmpfs: make tmpfs scalable with percpu_counter for used blocks | Tim Chen |
2010-08-09 | tmpfs: add accurate compare function to percpu_counter library | Tim Chen |
2010-08-09 | gcc-4.6: mm: fix unused but set warnings | Andi Kleen |
2010-08-09 | gcc-4.6: pagemap: avoid unused-but-set variable | Andi Kleen |
2010-08-09 | topology: alternate fix for ia64 tiger_defconfig build breakage | Lee Schermerhorn |
2010-08-09 | mmzone.h: remove dead prototype | Alexander Nevenchannyy |
2010-08-09 | mm: rename try_set_zone_oom() to try_set_zonelist_oom() | Minchan Kim |
2010-08-09 | oom: move sysctl declarations to oom.h | David Rientjes |
2010-08-09 | oom: extract panic helper function | David Rientjes |
2010-08-09 | oom: select task from tasklist for mempolicy ooms | David Rientjes |
2010-08-09 | buffer_head: remove redundant test from wait_on_buffer | Richard Kennedy |
2010-08-09 | mm: extend KSM refcounts to the anon_vma root | Rik van Riel |
2010-08-09 | mm: always lock the root (oldest) anon_vma | Rik van Riel |
2010-08-09 | mm: track the root (oldest) anon_vma | Rik van Riel |
2010-08-09 | mm: change direct call of spin_lock(anon_vma->lock) to inline function | Rik van Riel |
2010-08-09 | mm: rename anon_vma_lock to vma_lock_anon_vma | Rik van Riel |
2010-08-09 | kmap_atomic: make kunmap_atomic() harder to misuse | Cesar Eduardo Barros |
2010-08-09 | asm-generic: use raw_local_irq_save/restore instead local_irq_save/restore | Michal Simek |