summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* checkpatch: fix continuation detection when handling spacing on operatorsAndy Whitcroft2009-01-071-1/+1
* checkpatch: loosen spacing on typedef function checksAndy Whitcroft2009-01-071-1/+1
* checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.hMike Frysinger2009-01-071-0/+9
* checkpatch: allow parentheses on return for comparisonsAndy Whitcroft2009-01-071-2/+3
* checkpatch: Add warning for p0-patchesWolfram Sang2009-01-071-1/+7
* checkpatch: update copyrightsAndy Whitcroft2009-01-071-1/+2
* checkpatch: update MAINTAINERS entryAndy Whitcroft2009-01-071-5/+2Star
* checkpatch: version: 0.25Andy Whitcroft2009-01-071-1/+1
* checkpatch: dissallow spaces between stars in pointer typesAndy Whitcroft2009-01-071-14/+32
* checkpatch: comment ends inside strings is most likely not an open commentAndy Whitcroft2009-01-071-3/+6
* checkpatch: detect multiple bitfield declarationsAndy Whitcroft2009-01-071-5/+9
* checkpatch: __weak is an official attributeAndy Whitcroft2009-01-071-1/+2
* checkpatch: structure member assignments are not complexAndy Whitcroft2009-01-071-2/+3
* checkpatch: widen implied comment detection to allow multiple starsAndy Whitcroft2009-01-071-1/+1
* checkpatch: comment detection may miss an implied comment on the last hunkAndy Whitcroft2009-01-071-2/+2
* checkpatch: add checks for in_atomic()Andy Whitcroft2009-01-071-0/+9
* fs: fix function param name in kernel-docRandy Dunlap2009-01-071-1/+1
* include/linux/interrupt.h: do not include linux/irqnr.h twiceJesper Juhl2009-01-071-1/+0Star
* sysrq: more explicit, less terse help messagesRandy Dunlap2009-01-071-10/+10
* fs/inode: fix kernel-doc notationRandy Dunlap2009-01-071-4/+4
* Remove obsolete CONFIG_RESOURCES_64BITGeert Uytterhoeven2009-01-071-6/+0Star
* do_coredump(): check return from argv_split()Tetsuo Handa2009-01-071-0/+5
* profile: don't include <asm/ptrace.h> twice.KOSAKI Motohiro2009-01-071-1/+0Star
* init/main.c: mark late_time_init as __initdataJan Beulich2009-01-071-1/+1
* add missing accounting calls to compat_sys_{readv,writev}Gerd Hoffmann2009-01-071-0/+6
* fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov2009-01-071-1/+1
* remove linux/hardirq.h from asm-generic/local.hRussell King2009-01-074-1/+3
* ioc4: automatically load sgiioc4 subordinate moduleBrent Casavant2009-01-071-0/+36
* Dmitry has been renamedDmitry Eremin-Solenikov2009-01-072-1/+2
* percpu_counter: FBC_BATCH should be a variableEric Dumazet2009-01-074-14/+20
* Allow times and time system calls to return small negative valuesPaul Mackerras2009-01-073-2/+9
* documentation: when to BUG(), and when to not BUG()David Brownell2009-01-071-0/+17
* poll: allow f_op->poll to sleepTejun Heo2009-01-074-21/+76
* fs: use menuconfig to control the Misc. filesystems menuRandy Dunlap2009-01-071-2/+15
* scripts: script from kerneloops.org to pretty print oops dumpsArjan van de Ven2009-01-071-0/+162
* oops: increment the oops UUID every time we oopsArjan van de Ven2009-01-071-0/+2
* strict_strto* is not strict enoughPavel Machek2009-01-071-0/+4
* autodetect_raid: add missing __init markingMike Frysinger2009-01-071-1/+1
* samples: mark {static|__init|__exit} for {init|exit} functionsQinghuang Feng2009-01-077-13/+13
* Create a DIV_ROUND_CLOSEST macro to do division with roundingDarrick J. Wong2009-01-071-0/+6
* lib: proportions.c trivial sparse lock annotationHarvey Harrison2009-01-071-0/+2
* lib: radix_tree.c make percpu variable staticHarvey Harrison2009-01-071-1/+1
* lib: fix sparse shadowed variable warningHarvey Harrison2009-01-071-1/+1
* fork.c: cleanup for copy_sighand()Zhaolei2009-01-071-1/+1
* Remove remaining unwinder codeAlexey Dobriyan2009-01-077-105/+0Star
* fs/exec.c:__bprm_mm_init(): clean up error handlingLuiz Fernando N. Capitulino2009-01-071-14/+6Star
* do_mounts: add device info to mount messageMarton Balint2009-01-071-2/+2
* oops handling: ensure that any oops is flushed to the mtdoops consoleViktor Rosendahl2009-01-071-0/+2
* Check fops_get() return valueLaurent Pinchart2009-01-073-0/+13
* pci: use pci_ioremap_bar() in drivers/miscArjan van de Ven2009-01-072-4/+2Star