aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-06adt7470: observe the number of temperature sensors to shorten update timeDarrick J. Wong
2009-01-06adt7470: fix pwm at a certain level during temperature sensor scanDarrick J. Wong
2009-01-06adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded divisionDarrick J. Wong
2009-01-06checkpatch: version: 0.26Andy Whitcroft
2009-01-06checkpatch: fix the perlcritic errorsAndy Whitcroft
2009-01-06checkpatch: struct file_operations should normally be constAndy Whitcroft
2009-01-06checkpatch: ensure we actually detect if assignments split across linesAndy Whitcroft
2009-01-06checkpatch: do not report nr_static as a static declarationAndy Whitcroft
2009-01-06checkpatch: track #ifdef/#else/#endif when tracking blocksAndy Whitcroft
2009-01-06checkpatch: fix continuation detection when handling spacing on operatorsAndy Whitcroft
2009-01-06checkpatch: loosen spacing on typedef function checksAndy Whitcroft
2009-01-06checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.hMike Frysinger
2009-01-06checkpatch: allow parentheses on return for comparisonsAndy Whitcroft
2009-01-06checkpatch: Add warning for p0-patchesWolfram Sang
2009-01-06checkpatch: update copyrightsAndy Whitcroft
2009-01-06checkpatch: update MAINTAINERS entryAndy Whitcroft
2009-01-06checkpatch: version: 0.25Andy Whitcroft
2009-01-06checkpatch: dissallow spaces between stars in pointer typesAndy Whitcroft
2009-01-06checkpatch: comment ends inside strings is most likely not an open commentAndy Whitcroft
2009-01-06checkpatch: detect multiple bitfield declarationsAndy Whitcroft
2009-01-06checkpatch: __weak is an official attributeAndy Whitcroft
2009-01-06checkpatch: structure member assignments are not complexAndy Whitcroft
2009-01-06checkpatch: widen implied comment detection to allow multiple starsAndy Whitcroft
2009-01-06checkpatch: comment detection may miss an implied comment on the last hunkAndy Whitcroft
2009-01-06checkpatch: add checks for in_atomic()Andy Whitcroft
2009-01-06fs: fix function param name in kernel-docRandy Dunlap
2009-01-06include/linux/interrupt.h: do not include linux/irqnr.h twiceJesper Juhl
2009-01-06sysrq: more explicit, less terse help messagesRandy Dunlap
2009-01-06fs/inode: fix kernel-doc notationRandy Dunlap
2009-01-06Remove obsolete CONFIG_RESOURCES_64BITGeert Uytterhoeven
2009-01-06do_coredump(): check return from argv_split()Tetsuo Handa
2009-01-06profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro
2009-01-06init/main.c: mark late_time_init as __initdataJan Beulich
2009-01-06add missing accounting calls to compat_sys_{readv,writev}Gerd Hoffmann
2009-01-06fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov
2009-01-06remove linux/hardirq.h from asm-generic/local.hRussell King
2009-01-06ioc4: automatically load sgiioc4 subordinate moduleBrent Casavant
2009-01-06Dmitry has been renamedDmitry Eremin-Solenikov
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet
2009-01-06Allow times and time system calls to return small negative valuesPaul Mackerras
2009-01-06documentation: when to BUG(), and when to not BUG()David Brownell
2009-01-06poll: allow f_op->poll to sleepTejun Heo
2009-01-06fs: use menuconfig to control the Misc. filesystems menuRandy Dunlap
2009-01-06scripts: script from kerneloops.org to pretty print oops dumpsArjan van de Ven
2009-01-06oops: increment the oops UUID every time we oopsArjan van de Ven
2009-01-06strict_strto* is not strict enoughPavel Machek
2009-01-06autodetect_raid: add missing __init markingMike Frysinger
2009-01-06samples: mark {static|__init|__exit} for {init|exit} functionsQinghuang Feng
2009-01-06Create a DIV_ROUND_CLOSEST macro to do division with roundingDarrick J. Wong
2009-01-06lib: proportions.c trivial sparse lock annotationHarvey Harrison