Age | Commit message (Expand) | Author | Files | Lines |
2008-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -0/+2 |
2008-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 3 | -6/+26 |
2008-07-24 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+3 |
2008-07-24 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2008-07-24 | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 23 | -26/+2 |
2008-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 4 | -20/+56 |
2008-07-24 | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds | Linus Torvalds | 2 | -1/+60 |
2008-07-24 | UFS: add const to parser token table | Steven Whitehouse | 1 | -1/+1 |
2008-07-24 | video/fb: cleanup FB_MAJOR usage | Philippe De Muyter | 2 | -2/+1 |
2008-07-24 | fbdev: LCD backlight driver using Atmel PWM driver | Hans-Christian Egtvedt | 1 | -0/+43 |
2008-07-24 | video: sh7760fb: SH7760/SH7763 LCDC framebuffer driver | Nobuhiro Iwamatsu | 1 | -0/+197 |
2008-07-24 | neofb: drop the xtimings structure | Krzysztof Helt | 1 | -17/+0 |
2008-07-24 | lcd: add platform_lcd driver | Ben Dooks | 1 | -0/+21 |
2008-07-24 | lcd: add lcd_device to check_fb() entry in lcd_ops | Ben Dooks | 1 | -1/+1 |
2008-07-24 | fb: add support for the ILI9320 video display controller | Ben Dooks | 1 | -0/+201 |
2008-07-24 | sm501: add inversion controls for VBIASEN and FPEN | Ben Dooks | 1 | -0/+2 |
2008-07-24 | fbdev: SuperH Mobile LCDC Driver | Magnus Damm | 1 | -0/+66 |
2008-07-24 | atmel_lcdfb: FIFO underflow management | Nicolas Ferre | 1 | -0/+1 |
2008-07-24 | tridentfb: add imageblit acceleration for Blade3D family | Krzysztof Helt | 1 | -0/+1 |
2008-07-24 | tridentfb: source code improvements | Krzysztof Helt | 1 | -2/+2 |
2008-07-24 | tridentfb: acceleration constants change | Krzysztof Helt | 1 | -0/+4 |
2008-07-24 | tridentfb: acceleration code improvements | Krzysztof Helt | 1 | -1/+20 |
2008-07-24 | tridentfb: add TGUI 9440 support | Krzysztof Helt | 1 | -0/+1 |
2008-07-24 | tridentfb: improved register values on TGUI 9680 | Krzysztof Helt | 1 | -0/+1 |
2008-07-24 | tridentfb: make use of functions and constants from the vga.h | Krzysztof Helt | 1 | -26/+0 |
2008-07-24 | tridentfb: convert is_blade and is_xp macros into functions | Krzysztof Helt | 1 | -19/+0 |
2008-07-24 | tridentfb: move global flat panel variable into structure | Krzysztof Helt | 1 | -6/+0 |
2008-07-24 | rtc: BCD codeshrink | David Brownell | 1 | -2/+7 |
2008-07-24 | rtc: ds1305/ds1306 driver | David Brownell | 1 | -0/+35 |
2008-07-24 | rtc: remove BKL for ioctl() | David Brownell | 1 | -0/+17 |
2008-07-24 | autofs4: remove unused ioctls | Ian Kent | 1 | -2/+0 |
2008-07-24 | spi: au1550_spi: proper platform device | Manuel Lauss | 1 | -1/+0 |
2008-07-24 | spi: make spi_board_info.modalias a char array | Grant Likely | 1 | -1/+1 |
2008-07-24 | flag parameters add-on: remove epoll_create size param | Ulrich Drepper | 4 | -5/+5 |
2008-07-24 | flag parameters: NONBLOCK in inotify_init | Ulrich Drepper | 1 | -1/+2 |
2008-07-24 | flag parameters: NONBLOCK in pipe | Ulrich Drepper | 1 | -2/+2 |
2008-07-24 | flag parameters: NONBLOCK in timerfd_create | Ulrich Drepper | 1 | -1/+2 |
2008-07-24 | flag parameters: NONBLOCK in eventfd | Ulrich Drepper | 1 | -1/+2 |
2008-07-24 | flag parameters: NONBLOCK in signalfd | Ulrich Drepper | 1 | -1/+2 |
2008-07-24 | flag parameters: NONBLOCK in socket and socketpair | Ulrich Drepper | 1 | -1/+1 |
2008-07-24 | flag parameters: inotify_init | Ulrich Drepper | 4 | -0/+9 |
2008-07-24 | flag parameters: pipe | Ulrich Drepper | 3 | -0/+4 |
2008-07-24 | flag parameters: dup2 | Ulrich Drepper | 3 | -0/+4 |
2008-07-24 | flag parameters: epoll_create | Ulrich Drepper | 4 | -0/+8 |
2008-07-24 | flag parameters: timerfd_create | Ulrich Drepper | 1 | -0/+5 |
2008-07-24 | flag parameters: eventfd | Ulrich Drepper | 4 | -0/+10 |
2008-07-24 | flag parameters: signalfd | Ulrich Drepper | 4 | -0/+9 |
2008-07-24 | flag parameters: anon_inode_getfd extension | Ulrich Drepper | 1 | -1/+1 |
2008-07-24 | flag parameters: paccept w/out set_restore_sigmask | Ulrich Drepper | 1 | -0/+3 |
2008-07-24 | flag parameters: paccept | Ulrich Drepper | 5 | -0/+17 |