summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-24serial/8250_gsc.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2008-07-24flag parameters add-on: remove epoll_create size paramUlrich Drepper7-15/+17
2008-07-24flag parameters: check magic constantsUlrich Drepper6-0/+25
2008-07-24flag parameters: NONBLOCK in inotify_initUlrich Drepper2-3/+4
2008-07-24flag parameters: NONBLOCK in pipeUlrich Drepper3-11/+11
2008-07-24flag parameters: NONBLOCK in timerfd_createUlrich Drepper2-3/+4
2008-07-24flag parameters: NONBLOCK in eventfdUlrich Drepper2-3/+4
2008-07-24flag parameters: NONBLOCK in signalfdUlrich Drepper2-3/+4
2008-07-24flag parameters: NONBLOCK in socket and socketpairUlrich Drepper2-11/+11
2008-07-24flag parameters: NONBLOCK in anon_inode_getfdUlrich Drepper1-1/+1
2008-07-24flag parameters: inotify_initUlrich Drepper8-2/+22
2008-07-24flag parameters: pipeUlrich Drepper15-14/+33
2008-07-24flag parameters: dup2Ulrich Drepper6-2/+19
2008-07-24flag parameters: epoll_createUlrich Drepper7-2/+21
2008-07-24flag parameters: timerfd_createUlrich Drepper2-2/+8
2008-07-24flag parameters: eventfdUlrich Drepper8-2/+24
2008-07-24flag parameters: signalfdUlrich Drepper9-6/+34
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper7-11/+13
2008-07-24flag parameters: paccept w/out set_restore_sigmaskUlrich Drepper2-0/+20
2008-07-24flag parameters: pacceptUlrich Drepper8-12/+139
2008-07-24flag parameters: socket and socketpairUlrich Drepper5-11/+37
2008-07-24binfmt_misc: use simple_read_from_buffer()Akinobu Mita1-17/+3
2008-07-24CONFIG_SOUND_WM97XX: remove stale makefile lineAdrian Bunk1-2/+0
2008-07-24remove the OSS trident driverAdrian Bunk6-5060/+8
2008-07-24checkpatch: version 0.21Andy Whitcroft1-1/+1
2008-07-24checkpatch: types cannot start mid word for pointer testsAndy Whitcroft1-2/+2
2008-07-24checkpatch: complex macros need to ignore commentsAndy Whitcroft1-0/+1
2008-07-24checkpatch: variants -- move the main unary/binary operators to use variantsAndy Whitcroft1-18/+18
2008-07-24checkpatch: add checks for question mark and colon spacingAndy Whitcroft1-9/+72
2008-07-24checkpatch: possible modifiers -- handle multiple modifiers and trailingAndy Whitcroft1-3/+5
2008-07-24checkpatch: possible types -- known modifiers cannot be typesAndy Whitcroft1-1/+1
2008-07-24checkpatch: handle return types of pointers to functionsAndy Whitcroft1-1/+1
2008-07-24checkpatch: macro complexity checks are meaningless in linker scriptsAndy Whitcroft1-1/+2
2008-07-24checkpatch: possible modifiers are not being correctly matchedAndy Whitcroft1-4/+3
2008-07-24checkpatch: improve type matcher debugAndy Whitcroft1-4/+7
2008-07-24checkpatch: allow for type modifiers on multiple declarationsAndy Whitcroft1-0/+4
2008-07-24checkpatch: correct spelling in kfree checksWolfram Sang1-1/+1
2008-07-24checkpatch: usb_free_urb() can take NULLGreg Kroah-Hartman1-0/+7
2008-07-24checkpatch: condition/loop indent checksAndy Whitcroft1-4/+55
2008-07-24checkpatch: toughen trailing if statement checks and extend them to while and...Andy Whitcroft1-5/+5
2008-07-24checkpatch: check spacing for square bracketsAndy Whitcroft1-0/+11
2008-07-24checkpatch: switch -- report trailing statements on case and defaultAndy Whitcroft1-0/+4
2008-07-24checkpatch: allow printk strings to exceed 80 characters to maintain their se...Andy Whitcroft1-1/+3
2008-07-24checkpatch: trailing statement indent: fix end of statement locationAndy Whitcroft1-5/+10
2008-07-24checkpatch: macros: fix statement counting block end detectionAndy Whitcroft1-12/+11
2008-07-24checkpatch: types: unary -- goto introduces unary contextAndy Whitcroft1-1/+1
2008-07-24checkpatch: comment detection: ignore macro continuation when detecting assoc...Andy Whitcroft1-1/+1
2008-07-24checkpatch: possible types: __asm__ is never a typeAndy Whitcroft1-1/+1
2008-07-24checkpatch: add a checkpatch warning for new uses of __initcall().Michael Ellerman1-0/+4
2008-07-24checkpatch: types: some types may also be identifiersAndy Whitcroft1-5/+6