| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termi... | Nye Liu | 2008-07-24 | 1 | -7/+14 |
* | serial: DZ11: avoid a hang at console switch-over | Maciej W. Rozycki | 2008-07-24 | 1 | -0/+24 |
* | serial: Z85C30: avoid a hang at console switch-over | Maciej W. Rozycki | 2008-07-24 | 1 | -2/+19 |
* | serial: add support for a no-name 4 ports multiserial card | Catalin(ux) M BOIE | 2008-07-24 | 1 | -0/+17 |
* | 8250: fix break handling for Intel 82571 | Aristeu Rozanski | 2008-07-24 | 1 | -3/+14 |
* | serial/8250_gsc.c: add MODULE_LICENSE | Adrian Bunk | 2008-07-24 | 1 | -0/+2 |
* | flag parameters add-on: remove epoll_create size param | Ulrich Drepper | 2008-07-24 | 7 | -15/+17 |
* | flag parameters: check magic constants | Ulrich Drepper | 2008-07-24 | 6 | -0/+25 |
* | flag parameters: NONBLOCK in inotify_init | Ulrich Drepper | 2008-07-24 | 2 | -3/+4 |
* | flag parameters: NONBLOCK in pipe | Ulrich Drepper | 2008-07-24 | 3 | -11/+11 |
* | flag parameters: NONBLOCK in timerfd_create | Ulrich Drepper | 2008-07-24 | 2 | -3/+4 |
* | flag parameters: NONBLOCK in eventfd | Ulrich Drepper | 2008-07-24 | 2 | -3/+4 |
* | flag parameters: NONBLOCK in signalfd | Ulrich Drepper | 2008-07-24 | 2 | -3/+4 |
* | flag parameters: NONBLOCK in socket and socketpair | Ulrich Drepper | 2008-07-24 | 2 | -11/+11 |
* | flag parameters: NONBLOCK in anon_inode_getfd | Ulrich Drepper | 2008-07-24 | 1 | -1/+1 |
* | flag parameters: inotify_init | Ulrich Drepper | 2008-07-24 | 8 | -2/+22 |
* | flag parameters: pipe | Ulrich Drepper | 2008-07-24 | 15 | -14/+33 |
* | flag parameters: dup2 | Ulrich Drepper | 2008-07-24 | 6 | -2/+19 |
* | flag parameters: epoll_create | Ulrich Drepper | 2008-07-24 | 7 | -2/+21 |
* | flag parameters: timerfd_create | Ulrich Drepper | 2008-07-24 | 2 | -2/+8 |
* | flag parameters: eventfd | Ulrich Drepper | 2008-07-24 | 8 | -2/+24 |
* | flag parameters: signalfd | Ulrich Drepper | 2008-07-24 | 9 | -6/+34 |
* | flag parameters: anon_inode_getfd extension | Ulrich Drepper | 2008-07-24 | 7 | -11/+13 |
* | flag parameters: paccept w/out set_restore_sigmask | Ulrich Drepper | 2008-07-24 | 2 | -0/+20 |
* | flag parameters: paccept | Ulrich Drepper | 2008-07-24 | 8 | -12/+139 |
* | flag parameters: socket and socketpair | Ulrich Drepper | 2008-07-24 | 5 | -11/+37 |
* | binfmt_misc: use simple_read_from_buffer() | Akinobu Mita | 2008-07-24 | 1 | -17/+3 |
* | CONFIG_SOUND_WM97XX: remove stale makefile line | Adrian Bunk | 2008-07-24 | 1 | -2/+0 |
* | remove the OSS trident driver | Adrian Bunk | 2008-07-24 | 6 | -5060/+8 |
* | checkpatch: version 0.21 | Andy Whitcroft | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: types cannot start mid word for pointer tests | Andy Whitcroft | 2008-07-24 | 1 | -2/+2 |
* | checkpatch: complex macros need to ignore comments | Andy Whitcroft | 2008-07-24 | 1 | -0/+1 |
* | checkpatch: variants -- move the main unary/binary operators to use variants | Andy Whitcroft | 2008-07-24 | 1 | -18/+18 |
* | checkpatch: add checks for question mark and colon spacing | Andy Whitcroft | 2008-07-24 | 1 | -9/+72 |
* | checkpatch: possible modifiers -- handle multiple modifiers and trailing | Andy Whitcroft | 2008-07-24 | 1 | -3/+5 |
* | checkpatch: possible types -- known modifiers cannot be types | Andy Whitcroft | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: handle return types of pointers to functions | Andy Whitcroft | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: macro complexity checks are meaningless in linker scripts | Andy Whitcroft | 2008-07-24 | 1 | -1/+2 |
* | checkpatch: possible modifiers are not being correctly matched | Andy Whitcroft | 2008-07-24 | 1 | -4/+3 |
* | checkpatch: improve type matcher debug | Andy Whitcroft | 2008-07-24 | 1 | -4/+7 |
* | checkpatch: allow for type modifiers on multiple declarations | Andy Whitcroft | 2008-07-24 | 1 | -0/+4 |
* | checkpatch: correct spelling in kfree checks | Wolfram Sang | 2008-07-24 | 1 | -1/+1 |
* | checkpatch: usb_free_urb() can take NULL | Greg Kroah-Hartman | 2008-07-24 | 1 | -0/+7 |
* | checkpatch: condition/loop indent checks | Andy Whitcroft | 2008-07-24 | 1 | -4/+55 |
* | checkpatch: toughen trailing if statement checks and extend them to while and... | Andy Whitcroft | 2008-07-24 | 1 | -5/+5 |
* | checkpatch: check spacing for square brackets | Andy Whitcroft | 2008-07-24 | 1 | -0/+11 |
* | checkpatch: switch -- report trailing statements on case and default | Andy Whitcroft | 2008-07-24 | 1 | -0/+4 |
* | checkpatch: allow printk strings to exceed 80 characters to maintain their se... | Andy Whitcroft | 2008-07-24 | 1 | -1/+3 |
* | checkpatch: trailing statement indent: fix end of statement location | Andy Whitcroft | 2008-07-24 | 1 | -5/+10 |
* | checkpatch: macros: fix statement counting block end detection | Andy Whitcroft | 2008-07-24 | 1 | -12/+11 |