aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | libata: separate out ata_host_start()Tejun Heo2007-04-281-0/+2
| * | | | | libata: allocate ap separately from shostTejun Heo2007-04-281-1/+1
| * | | | | ahci.c: remove non-existing SB600 raid id (re-send)Conke Hu2007-04-281-1/+0
| * | | | | libata: add support for READ/WRITE LONGMark Lord2007-04-282-0/+8
| * | | | | libata/IDE: remove combined mode quirkJeff Garzik2007-04-281-1/+0
| * | | | | libata: Change prototype of mode_filter to remove ata_port*Alan Cox2007-04-281-2/+2
| * | | | | pata: expose set_mode method so it can be wrappedAlan2007-04-281-0/+1
| * | | | | iomap: implement pcim_iounmap_regions()Tejun Heo2007-04-281-0/+1
| * | | | | libata: cable detection fixesAlan Cox2007-04-281-0/+7
| * | | | | libata: dev_config does not need ap and adev passingAlan2007-04-281-1/+1
| * | | | | [libata] export sata_print_link_status()Jeff Garzik2007-04-281-0/+1
| |/ / / /
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-04-291-0/+34
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Pull sony into release branchLen Brown2007-04-281-0/+34
| |\ \ \ \
| | * | | | sony-laptop: add a meye-usable include file for camera opsmalattia@linux.it2007-04-281-0/+34
* | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-04-273-98/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-04-2777-2592/+920
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-04-2636-110/+147
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | [MTD][NAND] Add Micron Manufacturer IDsshahrom@micron.com2007-04-171-0/+1
| * | | | | | | [MTD] [NOR] Support for auto locking flash on power upRodolfo Giometti2007-04-021-0/+1
| * | | | | | | [MTD] Delete unused header file linux/mtd/iflash.h.Robert P. J. Day2007-03-231-98/+0
* | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-04-273-10/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | USB: <linux/usb/ch9.h> minor doc updateDavid Brownell2007-04-271-6/+9
| * | | | | | | | USB: add "last_busy" field for use in autosuspendAlan Stern2007-04-271-0/+8
| * | | | | | | | USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-271-3/+7
| * | | | | | | | USB: add power/level sysfs attributeAlan Stern2007-04-271-0/+2
| * | | | | | | | USB: Allow autosuspend delay to equal 0Alan Stern2007-04-271-1/+1
| * | | | | | | | USB: additional structure from cdc specOliver Neukum2007-04-271-0/+11
* | | | | | | | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2007-04-274-24/+128
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | V4L/DVB (5419): Add comment how the speed field is interpreted.Hans Verkuil2007-04-271-0/+5
| * | | | | | | | V4L/DVB (5418): Speed is a signed 32-bit integer, not unsigned.Hans Verkuil2007-04-271-1/+1
| * | | | | | | | V4L/DVB (5402): Add vsync_field to the union in video_event for VIDEO_EVENT_V...Hans Verkuil2007-04-271-0/+8
| * | | | | | | | V4L/DVB (5307): Add support for the cx23415 MPEG decoding features.Hans Verkuil2007-04-273-2/+54
| * | | | | | | | V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil2007-04-271-0/+10
| * | | | | | | | V4L/DVB (5289): Add support for video output overlays.Hans Verkuil2007-04-271-22/+44
| * | | | | | | | V4L/DVB (5272): Add V4L2_CAP_VIDEO_OUTPUT_POS capabilityHans Verkuil2007-04-271-0/+3
| * | | | | | | | V4L/DVB (5268): Add support for three new MPEG controls.Hans Verkuil2007-04-271-0/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-04-277-35/+99
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | dev_dbg: check dev_dbg() argumentsDan Williams2007-04-271-1/+5
| * | | | | | | s2ram: add arch irq disable/enable hooksJohannes Berg2007-04-271-0/+18
| * | | | | | | define platform wakeup hook, use in pci_enable_wake()David Brownell2007-04-271-0/+19
| * | | | | | | security: prevent permission checking of file removal via sysfs_remove_group()James Morris2007-04-271-0/+1
| * | | | | | | device_schedule_callback() needs a module referenceAlan Stern2007-04-272-4/+8
| * | | | | | | debugfs: Add debugfs_create_u64()Michael Ellerman2007-04-271-0/+9
| * | | | | | | the overdue removal of the mount/umount ueventsAdrian Bunk2007-04-271-5/+3
| * | | | | | | kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman2007-04-271-2/+0
| * | | | | | | Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov2007-04-271-0/+2
| * | | | | | | Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman2007-04-271-1/+0
| * | | | | | | driver core: per-subsystem multithreaded probingCornelia Huck2007-04-272-4/+1
| * | | | | | | Driver core: add name to device_typeKay Sievers2007-04-271-0/+10
| * | | | | | | driver core: Use attribute groups in struct device_typeDmitry Torokhov2007-04-271-1/+1