aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-24cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termi...Nye Liu
2008-07-24serial: DZ11: avoid a hang at console switch-overMaciej W. Rozycki
2008-07-24serial: Z85C30: avoid a hang at console switch-overMaciej W. Rozycki
2008-07-24serial: add support for a no-name 4 ports multiserial cardCatalin(ux) M BOIE
2008-07-248250: fix break handling for Intel 82571Aristeu Rozanski
2008-07-24serial/8250_gsc.c: add MODULE_LICENSEAdrian Bunk
2008-07-24flag parameters add-on: remove epoll_create size paramUlrich Drepper
2008-07-24flag parameters: check magic constantsUlrich Drepper
2008-07-24flag parameters: NONBLOCK in inotify_initUlrich Drepper
2008-07-24flag parameters: NONBLOCK in pipeUlrich Drepper
2008-07-24flag parameters: NONBLOCK in timerfd_createUlrich Drepper
2008-07-24flag parameters: NONBLOCK in eventfdUlrich Drepper
2008-07-24flag parameters: NONBLOCK in signalfdUlrich Drepper
2008-07-24flag parameters: NONBLOCK in socket and socketpairUlrich Drepper
2008-07-24flag parameters: NONBLOCK in anon_inode_getfdUlrich Drepper
2008-07-24flag parameters: inotify_initUlrich Drepper
2008-07-24flag parameters: pipeUlrich Drepper
2008-07-24flag parameters: dup2Ulrich Drepper
2008-07-24flag parameters: epoll_createUlrich Drepper
2008-07-24flag parameters: timerfd_createUlrich Drepper
2008-07-24flag parameters: eventfdUlrich Drepper
2008-07-24flag parameters: signalfdUlrich Drepper
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper
2008-07-24flag parameters: paccept w/out set_restore_sigmaskUlrich Drepper
2008-07-24flag parameters: pacceptUlrich Drepper
2008-07-24flag parameters: socket and socketpairUlrich Drepper
2008-07-24binfmt_misc: use simple_read_from_buffer()Akinobu Mita
2008-07-24CONFIG_SOUND_WM97XX: remove stale makefile lineAdrian Bunk
2008-07-24remove the OSS trident driverAdrian Bunk
2008-07-24checkpatch: version 0.21Andy Whitcroft
2008-07-24checkpatch: types cannot start mid word for pointer testsAndy Whitcroft
2008-07-24checkpatch: complex macros need to ignore commentsAndy Whitcroft
2008-07-24checkpatch: variants -- move the main unary/binary operators to use variantsAndy Whitcroft
2008-07-24checkpatch: add checks for question mark and colon spacingAndy Whitcroft
2008-07-24checkpatch: possible modifiers -- handle multiple modifiers and trailingAndy Whitcroft
2008-07-24checkpatch: possible types -- known modifiers cannot be typesAndy Whitcroft
2008-07-24checkpatch: handle return types of pointers to functionsAndy Whitcroft
2008-07-24checkpatch: macro complexity checks are meaningless in linker scriptsAndy Whitcroft
2008-07-24checkpatch: possible modifiers are not being correctly matchedAndy Whitcroft
2008-07-24checkpatch: improve type matcher debugAndy Whitcroft
2008-07-24checkpatch: allow for type modifiers on multiple declarationsAndy Whitcroft
2008-07-24checkpatch: correct spelling in kfree checksWolfram Sang
2008-07-24checkpatch: usb_free_urb() can take NULLGreg Kroah-Hartman
2008-07-24checkpatch: condition/loop indent checksAndy Whitcroft
2008-07-24checkpatch: toughen trailing if statement checks and extend them to while and...Andy Whitcroft
2008-07-24checkpatch: check spacing for square bracketsAndy Whitcroft
2008-07-24checkpatch: switch -- report trailing statements on case and defaultAndy Whitcroft
2008-07-24checkpatch: allow printk strings to exceed 80 characters to maintain their se...Andy Whitcroft
2008-07-24checkpatch: trailing statement indent: fix end of statement locationAndy Whitcroft
2008-07-24checkpatch: macros: fix statement counting block end detectionAndy Whitcroft