summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* ELF loader support for auxvec base platform stringNathan Lynch2008-07-251-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-241-3/+29
|\
| * ide: drop 'name' parameter from ->init_chipset methodBartlomiej Zolnierkiewicz2008-07-241-1/+1
| * ide: remove <asm/ide.h> for some archsBartlomiej Zolnierkiewicz2008-07-241-0/+6
| * ide: define MAX_HWIFS in <linux/ide.h>Bartlomiej Zolnierkiewicz2008-07-241-0/+8
| * ide: add ide_pci_remove() helperBartlomiej Zolnierkiewicz2008-07-241-0/+2
| * ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz2008-07-241-0/+7
| * ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz2008-07-241-2/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-241-0/+2
|\ \
| * | PCI PM: make more PCI PM core functionality available to driversRafael J. Wysocki2008-07-221-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-07-242-5/+23
|\ \ \
| * | | IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier2008-07-232-4/+22
| * | | IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_segRoland Dreier2008-07-221-1/+1
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-241-2/+3
|\ \ \ \
| * \ \ \ Merge branch 'linus' into timers/nohzIngo Molnar2008-07-18133-978/+2740
| |\ \ \ \
| * | | | | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-2/+3
* | | | | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-07-241-4/+2Star
|\ \ \ \ \ \
| * | | | | | Remove __DECLARE_SEMAPHORE_GENERICMatthew Wilcox2008-07-241-4/+2Star
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2008-07-242-1/+60
|\ \ \ \ \ \
| * | | | | | leds: Add support for Philips PCA955x I2C LED driversNate Case2008-07-231-0/+14
| * | | | | | leds: mark led_classdev.default_trigger as constAnton Vorontsov2008-07-231-1/+1
| * | | | | | leds: Add pca9532 led driverRiku Voipio2008-07-231-0/+45
* | | | | | | UFS: add const to parser token tableSteven Whitehouse2008-07-241-1/+1
* | | | | | | video/fb: cleanup FB_MAJOR usagePhilippe De Muyter2008-07-242-2/+1Star
* | | | | | | fbdev: LCD backlight driver using Atmel PWM driverHans-Christian Egtvedt2008-07-241-0/+43
* | | | | | | lcd: add lcd_device to check_fb() entry in lcd_opsBen Dooks2008-07-241-1/+1
* | | | | | | sm501: add inversion controls for VBIASEN and FPENBen Dooks2008-07-241-0/+2
* | | | | | | tridentfb: acceleration constants changeKrzysztof Helt2008-07-241-0/+4
* | | | | | | rtc: BCD codeshrinkDavid Brownell2008-07-241-2/+7
* | | | | | | rtc: ds1305/ds1306 driverDavid Brownell2008-07-241-0/+35
* | | | | | | rtc: remove BKL for ioctl()David Brownell2008-07-241-0/+17
* | | | | | | autofs4: remove unused ioctlsIan Kent2008-07-241-2/+0Star
* | | | | | | spi: make spi_board_info.modalias a char arrayGrant Likely2008-07-241-1/+1
* | | | | | | flag parameters add-on: remove epoll_create size paramUlrich Drepper2008-07-242-2/+2
* | | | | | | flag parameters: NONBLOCK in inotify_initUlrich Drepper2008-07-241-1/+2
* | | | | | | flag parameters: NONBLOCK in pipeUlrich Drepper2008-07-241-2/+2
* | | | | | | flag parameters: NONBLOCK in timerfd_createUlrich Drepper2008-07-241-1/+2
* | | | | | | flag parameters: NONBLOCK in eventfdUlrich Drepper2008-07-241-1/+2
* | | | | | | flag parameters: NONBLOCK in signalfdUlrich Drepper2008-07-241-1/+2
* | | | | | | flag parameters: NONBLOCK in socket and socketpairUlrich Drepper2008-07-241-1/+1
* | | | | | | flag parameters: inotify_initUlrich Drepper2008-07-242-0/+6
* | | | | | | flag parameters: pipeUlrich Drepper2008-07-241-0/+1
* | | | | | | flag parameters: dup2Ulrich Drepper2008-07-241-0/+1
* | | | | | | flag parameters: epoll_createUlrich Drepper2008-07-242-0/+5
* | | | | | | flag parameters: timerfd_createUlrich Drepper2008-07-241-0/+5
* | | | | | | flag parameters: eventfdUlrich Drepper2008-07-242-0/+7
* | | | | | | flag parameters: signalfdUlrich Drepper2008-07-242-0/+6
* | | | | | | flag parameters: anon_inode_getfd extensionUlrich Drepper2008-07-241-1/+1
* | | | | | | flag parameters: paccept w/out set_restore_sigmaskUlrich Drepper2008-07-241-0/+3
* | | | | | | flag parameters: pacceptUlrich Drepper2008-07-242-0/+5