summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2005-10-286-64/+139
|\
| * [PATCH] USB: fix pm patches with CONFIG_PM off part 2Andrew Morton2005-10-281-0/+13
| * [PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern2005-10-281-4/+6
| * [PATCH] usbcore: Wrap lines before column 80Alan Stern2005-10-281-46/+86
| * [PATCH] usbcore: Improve endpoint sysfs file handlingAlan Stern2005-10-281-4/+1
| * [PATCH] USB: Always do usb-handoffAlan Stern2005-10-282-3/+3
| * [PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev2005-10-281-0/+7
| * [PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman2005-10-281-0/+8
| * [PATCH] add usb transceiver set_suspend() methodJuha Yrj?l?2005-10-281-0/+13
| * [PATCH] stop exporting two functionsDavid Brownell2005-10-281-5/+0
| * [PATCH] one less word in struct deviceDavid Brownell2005-10-281-1/+0
| * [PATCH] remove usb_suspend_device() parameterDavid Brownell2005-10-281-1/+1
| * [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman2005-10-281-5/+2
| * [PATCH] USB: add endpoint information to sysfsGreg Kroah-Hartman2005-10-281-0/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6Arnaldo Carvalho de Melo2005-10-281-4/+4
|\ \
| * | [SCTP] Rename SCTP specific control message flags.Ivan Skytte Jorgensen2005-10-281-4/+4
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2005-10-285-91/+223
|\ \ \ | |_|/ |/| |
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Roland Dreier2005-10-28160-914/+3191
| |\ \
| * | | [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty2005-10-252-35/+34
| * | | Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co...Roland Dreier2005-10-2412-20/+76
| |\ \ \
| * | | | [IB] CM: bind IDs to a specific deviceSean Hefty2005-10-172-10/+10
| * | | | [IB] uverbs: Add ABI structures for more commandsRoland Dreier2005-10-171-2/+162
| * | | | [IB] uverbs: Add a mask of device methods allowed for userspaceRoland Dreier2005-10-171-0/+1
| * | | | [IB] uverbs: Add device-specific ABI version attributeRoland Dreier2005-10-171-0/+2
| * | | | [IB] uverbs: ABI-breaking fixes for userspace verbsRoland Dreier2005-10-171-44/+14
* | | | | [PATCH] pci_ids: cleanup commentsGrant Coady2005-10-281-4/+4
* | | | | [PATCH] PCI: fix edac drivers for radisys 82600 borkageAndrew Morton2005-10-281-0/+1
* | | | | [PATCH] pci_ids: remove non-referenced symbols from pci_ids.hGrant Coady2005-10-281-540/+0
* | | | | [PATCH] pci_ids: remove duplicates from pci_ids.hGrant Coady2005-10-281-19/+9
* | | | | [PATCH] PCI: Block config access during BISTBrian King2005-10-281-0/+7
| |_|/ / |/| | |
* | | | [PATCH] I2C: add i2c module alias for i2c drivers to useGreg Kroah-Hartman2005-10-282-0/+6
* | | | [PATCH] i2c: SMBus PEC support rewrite, 3 of 3Jean Delvare2005-10-281-4/+0
* | | | [PATCH] i2c: SMBus PEC support rewrite, 2 of 3Jean Delvare2005-10-281-1/+1
* | | | [PATCH] i2c: SMBus PEC support rewrite, 1 of 3Jean Delvare2005-10-281-18/+0
* | | | [PATCH] i2c: Drop unused parport i2c IDsJean Delvare2005-10-281-3/+0
* | | | [PATCH] i2c: ID redefinition cleanupsJean Delvare2005-10-281-14/+0
* | | | [PATCH] i2c: New Xicor X1205 RTC driverAlessandro Zummo2005-10-281-0/+31
* | | | [PATCH] i2c: Drop I2C_SMBUS_I2C_BLOCK_MAXJean Delvare2005-10-281-1/+0
* | | | [PATCH] i2c: Drop unused per-i2c-algorithm adapter maxJean Delvare2005-10-283-6/+0
* | | | [PATCH] i2c: Drop out-of-date, colliding ioctl definitionsJean Delvare2005-10-281-5/+0
* | | | [PATCH] i2c: Fix misplaced i2c.h commentJean Delvare2005-10-281-1/+1
* | | | [PATCH] i2c: Drop useless CVS revision IDsJean Delvare2005-10-284-8/+0
* | | | [PATCH] i2c: Fix union i2c_smbus_data definitionHideki Iwamoto2005-10-281-2/+1
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2005-10-285-55/+117
|\ \ \ \
| * \ \ \ Merge ../bleed-2.6Greg KH2005-10-28118-518/+1697
| |\ \ \ \
| * | | | | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-15/+2
| * | | | | [PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman2005-10-281-1/+1
| * | | | | [PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman2005-10-281-1/+0
| * | | | | [PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman2005-10-281-0/+1
| * | | | | [PATCH] Input: prepare to sysfs integrationDmitry Torokhov2005-10-281-1/+23
OpenPOWER on IntegriCloud