summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-07checkpatch: struct file_operations should normally be constAndy Whitcroft1-0/+5
2009-01-07checkpatch: ensure we actually detect if assignments split across linesAndy Whitcroft1-1/+1
2009-01-07checkpatch: do not report nr_static as a static declarationAndy Whitcroft1-1/+1
2009-01-07checkpatch: track #ifdef/#else/#endif when tracking blocksAndy Whitcroft1-0/+22
2009-01-07checkpatch: fix continuation detection when handling spacing on operatorsAndy Whitcroft1-1/+1
2009-01-07checkpatch: loosen spacing on typedef function checksAndy Whitcroft1-1/+1
2009-01-07checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.hMike Frysinger1-0/+9
2009-01-07checkpatch: allow parentheses on return for comparisonsAndy Whitcroft1-2/+3
2009-01-07checkpatch: Add warning for p0-patchesWolfram Sang1-1/+7
2009-01-07checkpatch: update copyrightsAndy Whitcroft1-1/+2
2009-01-07checkpatch: update MAINTAINERS entryAndy Whitcroft1-5/+2
2009-01-07checkpatch: version: 0.25Andy Whitcroft1-1/+1
2009-01-07checkpatch: dissallow spaces between stars in pointer typesAndy Whitcroft1-14/+32
2009-01-07checkpatch: comment ends inside strings is most likely not an open commentAndy Whitcroft1-3/+6
2009-01-07checkpatch: detect multiple bitfield declarationsAndy Whitcroft1-5/+9
2009-01-07checkpatch: __weak is an official attributeAndy Whitcroft1-1/+2
2009-01-07checkpatch: structure member assignments are not complexAndy Whitcroft1-2/+3
2009-01-07checkpatch: widen implied comment detection to allow multiple starsAndy Whitcroft1-1/+1
2009-01-07checkpatch: comment detection may miss an implied comment on the last hunkAndy Whitcroft1-2/+2
2009-01-07checkpatch: add checks for in_atomic()Andy Whitcroft1-0/+9
2009-01-07fs: fix function param name in kernel-docRandy Dunlap1-1/+1
2009-01-07include/linux/interrupt.h: do not include linux/irqnr.h twiceJesper Juhl1-1/+0
2009-01-07sysrq: more explicit, less terse help messagesRandy Dunlap1-10/+10
2009-01-07fs/inode: fix kernel-doc notationRandy Dunlap1-4/+4
2009-01-07Remove obsolete CONFIG_RESOURCES_64BITGeert Uytterhoeven1-6/+0
2009-01-07do_coredump(): check return from argv_split()Tetsuo Handa1-0/+5
2009-01-07profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro1-1/+0
2009-01-07init/main.c: mark late_time_init as __initdataJan Beulich1-1/+1
2009-01-07add missing accounting calls to compat_sys_{readv,writev}Gerd Hoffmann1-0/+6
2009-01-07fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov1-1/+1
2009-01-07remove linux/hardirq.h from asm-generic/local.hRussell King4-1/+3
2009-01-07ioc4: automatically load sgiioc4 subordinate moduleBrent Casavant1-0/+36
2009-01-07Dmitry has been renamedDmitry Eremin-Solenikov2-1/+2
2009-01-07percpu_counter: FBC_BATCH should be a variableEric Dumazet4-14/+20
2009-01-07Allow times and time system calls to return small negative valuesPaul Mackerras3-2/+9
2009-01-07documentation: when to BUG(), and when to not BUG()David Brownell1-0/+17
2009-01-07poll: allow f_op->poll to sleepTejun Heo4-21/+76
2009-01-07fs: use menuconfig to control the Misc. filesystems menuRandy Dunlap1-2/+15
2009-01-07scripts: script from kerneloops.org to pretty print oops dumpsArjan van de Ven1-0/+162
2009-01-07oops: increment the oops UUID every time we oopsArjan van de Ven1-0/+2
2009-01-07strict_strto* is not strict enoughPavel Machek1-0/+4
2009-01-07autodetect_raid: add missing __init markingMike Frysinger1-1/+1
2009-01-07samples: mark {static|__init|__exit} for {init|exit} functionsQinghuang Feng7-13/+13
2009-01-07Create a DIV_ROUND_CLOSEST macro to do division with roundingDarrick J. Wong1-0/+6
2009-01-07lib: proportions.c trivial sparse lock annotationHarvey Harrison1-0/+2
2009-01-07lib: radix_tree.c make percpu variable staticHarvey Harrison1-1/+1
2009-01-07lib: fix sparse shadowed variable warningHarvey Harrison1-1/+1
2009-01-07fork.c: cleanup for copy_sighand()Zhaolei1-1/+1
2009-01-07Remove remaining unwinder codeAlexey Dobriyan7-105/+0
2009-01-07fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino1-14/+6