summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-08-11tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox1-1/+0
2010-08-11tty: Make vt's have a tty_portAlan Cox1-0/+2
2010-08-11tty: serial - fix tty referencing in set_ldiscAlan Cox1-1/+1
2010-08-11istallion: use bit ops for the board flagsAlan Cox1-1/+1
2010-08-11vt/console: try harder to print output when panicingJesse Barnes3-0/+12
2010-08-11tty: Add EXTPROC support for LINEMODEhyc@symas.com1-0/+1
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds4-4/+20
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds17-43/+199
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds10-339/+352
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-85/+56
2010-08-10block: make sure that REQ_* types are seen even with CONFIG_BLOCK=nJens Axboe1-1/+2
2010-08-10Merge branch 'next' into for-linusDmitry Torokhov2-22/+33
2010-08-10etherdevice.h: fix kernel-doc typoRandy Dunlap1-1/+1
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+6
2010-08-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds3-0/+194
2010-08-10flex_array: add helpers to get and put to make pointers easy to useEric Paris1-0/+5
2010-08-10iommu: inline iommu_num_pagesAnton Blanchard1-2/+10
2010-08-10kernel.h: remove unused NIPQUAD and NIPQUAD_FMTJoe Perches1-11/+0
2010-08-10include/linux/compiler-gcc.h: use __same_type() in __must_be_array()Rusty Russell1-2/+1
2010-08-10cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li1-0/+4
2010-08-10hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki1-1/+7
2010-08-10rmap: add exclusive page to private anon_vma on swapinRik van Riel1-0/+2
2010-08-10oom: deprecate oom_adj tunableDavid Rientjes1-0/+3
2010-08-10oom: badness heuristic rewriteDavid Rientjes3-2/+23
2010-08-10oom: move badness() declaration into oom.hAndrew Morton1-0/+6
2010-08-10vmscan: kill prev_priority completelyKOSAKI Motohiro2-20/+0
2010-08-10mm: implement writeback livelock avoidance using page taggingJan Kara2-1/+2
2010-08-10radix-tree: omplement function radix_tree_range_tag_if_taggedJan Kara1-0/+4
2010-08-10ksm: fix ksm swapin time optimizationAndrea Arcangeli1-1/+1
2010-08-10tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen1-1/+2
2010-08-10tmpfs: add accurate compare function to percpu_counter libraryTim Chen1-0/+11
2010-08-10gcc-4.6: mm: fix unused but set warningsAndi Kleen2-2/+6
2010-08-10gcc-4.6: pagemap: avoid unused-but-set variableAndi Kleen1-1/+3
2010-08-10topology: alternate fix for ia64 tiger_defconfig build breakageLee Schermerhorn1-4/+0
2010-08-10mmzone.h: remove dead prototypeAlexander Nevenchannyy1-2/+0
2010-08-10mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim1-1/+1
2010-08-10oom: move sysctl declarations to oom.hDavid Rientjes1-0/+5
2010-08-10oom: extract panic helper functionDavid Rientjes1-0/+1
2010-08-10oom: select task from tasklist for mempolicy oomsDavid Rientjes1-1/+12
2010-08-10buffer_head: remove redundant test from wait_on_bufferRichard Kennedy1-6/+1
2010-08-10mm: extend KSM refcounts to the anon_vma rootRik van Riel1-0/+15
2010-08-10mm: always lock the root (oldest) anon_vmaRik van Riel1-4/+4
2010-08-10mm: track the root (oldest) anon_vmaRik van Riel1-0/+1
2010-08-10mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel1-0/+10
2010-08-10mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel1-2/+2
2010-08-10kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros1-1/+9
2010-08-10Fix sget() race with failing mountAl Viro1-0/+1
2010-08-10mbcache: Remove unused featuresAndreas Gruenbacher1-15/+5
2010-08-10add f_flags to struct statfs(64)Christoph Hellwig1-2/+23
2010-08-10pass a struct path to vfs_statfsChristoph Hellwig1-1/+2