aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29isolate ratelimit from printk.c for other useDave Young4-26/+54
2008-04-29vfs: fix unconditional write_super() call in file_fsync()OGAWA Hirofumi1-1/+1
2008-04-29xattr: add missing consts to function argumentsDavid Howells11-87/+96
2008-04-29vfs: remove lives_below_in_same_fs()Jan Blunck1-12/+1
2008-04-29fs/inode.c: use hlist_for_each_entry()Matthias Kaehlcke1-4/+2
2008-04-29vfs: skip inodes without pages to free in drop_pagecache_sb()Jan Kara1-0/+2
2008-04-29vfs: fix lock inversion in drop_pagecache_sb()Jan Kara1-1/+7
2008-04-29swiotlb: use iommu_is_span_boundary helper functionFUJITA Tomonori3-15/+9
2008-04-29lib/swiotlb.c: cleanupsAndrew Morton1-46/+43
2008-04-29firmware loader: printk when requesting firmwareCiaran McCreesh1-0/+2
2008-04-29MAINTAINERS: clarify status of MN10300 mailing list as moderatedRobert P. J. Day1-1/+1
2008-04-29fdpic: check that the size returned by kernel_read() is what we asked forDavid Howells1-4/+10
2008-04-29smb.h: uses struct timespec but didn't include linux/time.hIlpo Järvinen1-0/+1
2008-04-29update checkpatch.pl to version 0.18Andy Whitcroft1-5/+20
2008-04-29update checkpatch.pl to version 0.17Andy Whitcroft1-41/+90
2008-04-29scripts/Lindent: support gnu indent v2.2.10Joe Perches1-1/+17
2008-04-29drivers/misc: elide a non-zero test on a result that is never 0Julia Lawall1-13/+11
2008-04-29lists: add "const" qualifier to first arg of list_splice() operationsRobert P. J. Day1-2/+3
2008-04-29kbuild: move files that don't check __KERNEL__Robert P. J. Day1-5/+5
2008-04-29kbuild: remove duplicate, conflicting entry for oom.hRobert P. J. Day1-1/+0
2008-04-29fs/binfmt_aout.c: use printk_ratelimit()S.Caglar Onur1-9/+3
2008-04-29Remove superfluous include of string.h from percpu.hRobert P. J. Day1-1/+0
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day9-0/+9
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov4-3/+10
2008-04-29kthread: call wake_up_process() without the lock being heldDmitry Adamushko1-1/+1
2008-04-29codafs: fix build warningAndrew Morton1-1/+1
2008-04-29drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exitJon Schindler1-2/+4
2008-04-29sysrq: add show-backtrace-on-all-cpus functionRik van Riel2-0/+48
2008-04-29drivers/misc: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-18/+18
2008-04-29firmware: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-14/+14
2008-04-29proper extern for late_time_initAdrian Bunk6-9/+3
2008-04-29exec: remove argv_len from struct linux_binprmTetsuo Handa2-4/+0
2008-04-29Remove the macro get_personalityWANG Cong3-7/+3
2008-04-29Misc: phantom, consistent whitespacejan sonnek1-3/+3
2008-04-29Misc, phantom, fix pollJiri Slaby1-4/+6
2008-04-29Misc: phantom, add compat ioctlJiri Slaby2-5/+24
2008-04-29proper __do_softirq() prototypeAdrian Bunk5-8/+1
2008-04-29fs/affs/file.c: use BUG_ONJulia Lawall1-14/+7
2008-04-29iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt12-23/+23
2008-04-29Simplify initcall_debug outputBjorn Helgaas1-14/+6
2008-04-29lib/inflate.c: handle failed malloc()Jim Meyering1-0/+3
2008-04-29hfsplus: handle match_strdup failureJim Meyering1-1/+2
2008-04-29hfs: handle match_strdup failureJim Meyering1-2/+4
2008-04-29affs: handle match_strdup failureJim Meyering1-1/+2
2008-04-29fs: remove unused fops from struct char_device_structJiri Olsa1-1/+0
2008-04-29ipwireless: remove dead codeJiri Kosina4-46/+0
2008-04-29autofs4: fix sparse warning in root.cHarvey Harrison1-1/+1
2008-04-29remove mca_is_adapter_used()Adrian Bunk2-19/+0
2008-04-29make BINFMT_FLAT a boolAdrian Bunk2-7/+1
2008-04-29make fs/buffer.c:cont_expand_zero() staticAdrian Bunk1-2/+2