aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-29remove generic_commit_write()Adrian Bunk2-19/+0
2008-04-29fs/timerfd.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2008-04-29let LOG_BUF_SHIFT default to 17Adrian Bunk1-9/+6
2008-04-29fs/aio.c: make 3 functions staticAdrian Bunk2-47/+39
2008-04-29fs/drop_caches.c: make 2 functions staticAdrian Bunk2-4/+2
2008-04-29fs/fs-writeback.c: make 2 functions staticAdrian Bunk2-41/+39
2008-04-29make vfs_ioctl() staticAdrian Bunk2-3/+2
2008-04-29make __put_super() staticAdrian Bunk2-2/+1
2008-04-29fs/freevxfs/: proper externsAdrian Bunk3-5/+6
2008-04-29fs/hfsplus/: proper externsAdrian Bunk2-3/+4
2008-04-29fs/ramfs/ extern cleanupAdrian Bunk2-1/+3
2008-04-29cpu: fix section mismatch warning in reference to register_cpu_notifierSam Ravnborg1-1/+1
2008-04-29cpu: fix section mismatch warnings in *cpu_downSam Ravnborg1-3/+3
2008-04-29cpu: fix section mismatch warning in unregister_cpu_notifierSam Ravnborg1-1/+1
2008-04-29cpu: fix section mismatch warnings in hotcpu_registerSam Ravnborg1-1/+1
2008-04-29befs: fix sparse warning in linuxvfs.cHarvey Harrison1-3/+3