summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-12trivial: Remove the hyphen from git commandsMatt Kraai2-2/+2
2009-06-12trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare5-6/+6
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek21-44/+44
2009-06-12trivial: SubmittingPatches: fix typoPavel Machek1-1/+1
2009-06-12trivial: Documentation/dell_rbu.txt: fix typosMasanori Kobayasi1-2/+2
2009-06-12trivial: Fix Pavel's address in MAINTAINERSPavel Machek1-1/+1
2009-06-12trivial: ftrace:fix description of trace directoryGeunSik Lim1-1/+1
2009-06-12trivial: unnecessary (void*) cast removal in sound/oss/msnd.cChris Sanford1-1/+1
2009-06-12trivial: input/misc: Fix typo in KconfigAlessio Igor Bogani1-1/+1
2009-06-12trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang1-1/+1
2009-06-12trivial: rbtree.txt: fix rb_entry() parameters in sample codeWang Tinggong1-1/+1
2009-06-12trivial: spelling fix in ppc code commentsSankar P1-1/+1
2009-06-12trivial: fix typo in bio_alloc kernel docNikanth Karthikesan1-2/+2
2009-06-12trivial: Documentation/rbtree.txt: cleanup kerneldoc of rbtree.txtfigo.zhang1-4/+4
2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante60-94/+94
2009-06-12trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson8-9/+9
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson22-27/+27
2009-06-12trivial: fix typo compatiable/compatiability has extra 'a'.Thadeu Lima de Souza Cascardo1-1/+1
2009-06-12trivial: kernel/power/poweroff.c: whitespace fixManish Katiyar1-1/+1
2009-06-12trivial: Fix paramater/parameter typo in dmesg and source commentsMartin Olsson2-2/+2
2009-06-12Trivial: fix typo s/balence/balance/Thadeu Lima de Souza Cascardo1-1/+1
2009-06-12trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo12-13/+13
2009-06-12trivial: mtd: fix Kconfig comment about 'armflash'Paulius Zaleckas1-1/+2
2009-06-12trivial: remove extra spaceViral Mehta1-1/+1
2009-06-12trivial: fs/inode: Fix typo in file_update_time nanodocWolfram Sang1-1/+1
2009-06-12trivial: fix comment typo in fs/compat.cNikanth Karthikesan1-1/+1
2009-06-12trivial: ext2: fix a typo in comment in ext2.hAli Gholami Rudi1-1/+1
2009-06-12block: fix kernel-doc in recent block/ changesRandy Dunlap2-13/+14
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds147-1834/+1707
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds23-187/+178
2009-06-12kvm: remove the duplicated cpumask_clearYinghai Lu1-1/+0
2009-06-12x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu1-2/+2
2009-06-12perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2-3/+1
2009-06-12nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi4-9/+12
2009-06-12nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi3-31/+33
2009-06-12nilfs2: simplify remaining sget() useRyusuke Konishi4-25/+75
2009-06-12nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi2-60/+35
2009-06-12nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi3-65/+76
2009-06-12nilfs2: remove meaningless EBUSY case from nilfs_get_sb functionRyusuke Konishi1-2/+0
2009-06-12remove the call to ->write_super in __sync_filesystemChristoph Hellwig1-2/+0
2009-06-12nilfs2: call nilfs2_write_super from nilfs2_sync_fsChristoph Hellwig1-0/+2
2009-06-12jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig1-0/+2
2009-06-12ufs: add ->sync_fsChristoph Hellwig1-10/+22
2009-06-12sysv: add ->sync_fsChristoph Hellwig1-6/+13
2009-06-12hfsplus: add ->sync_fsChristoph Hellwig1-5/+11
2009-06-12hfs: add ->sync_fsChristoph Hellwig1-0/+11
2009-06-12fat: add ->sync_fsChristoph Hellwig1-0/+11
2009-06-12ext2: add ->sync_fsChristoph Hellwig1-14/+27
2009-06-12exofs: add ->sync_fsChristoph Hellwig1-3/+13
2009-06-12bfs: add ->sync_fsChristoph Hellwig1-11/+21