summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds2006-06-234-2/+76
|\
| * [PATCH] i2c: Mark block write buffers as constKrzysztof Halasa2006-06-221-2/+2
| * [PATCH] i2c: New bus driver for the OpenCores I2C controllerPeter Korsgaard2006-06-221-0/+19
| * [PATCH] I2C: i2c-nforce2: Add support for the nForce4 MCP51 and MCP55Jean Delvare2006-06-221-0/+2
| * [PATCH] I2C: m41t00: Add support for the ST M41T81 and M41T85Mark A. Greer2006-06-221-0/+50
| * [PATCH] i2c-piix4: Add ATI IXP200/300/400 supportRudolf Marek2006-06-221-0/+3
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6Linus Torvalds2006-06-232-2/+5
|\ \
| * | [PATCH] w1: netlink: Mark netlink group 1 as unused.Evgeniy Polyakov2006-06-221-1/+1
| * | [PATCH] w1: Move w1-connector definitions into linux/include/connector.hEvgeniy Polyakov2006-06-221-1/+4
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-2312-10/+99
|\ \
| * | [PATCH] PCI: nVidia quirk to make AER PCI-E extended capability visibleBrice Goglin2006-06-211-0/+1
| * | [PATCH] PCI: cleanup unused variable about msi driverbibo,mao2006-06-212-2/+2
| * | [PATCH] PCI: disable msi mode in pci_disable_deviceShaohua Li2006-06-211-0/+2
| * | [PATCH] PCI: Move various PCI IDs to header fileBrent Casavant2006-06-211-0/+9
| * | [PATCH] PCI Bus Parity Status-broken hardware attribute, EDAC foundationDoug Thompson2006-06-212-0/+2
| * | [PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignmentsKumar Gala2006-06-211-0/+1
| * | [PATCH] PCI: altix: msi supportMark Maule2006-06-214-6/+27
| * | [PATCH] PCI: per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitionsMark Maule2006-06-211-2/+13
| * | [PATCH] PCI: msi abstractions and support for altixMark Maule2006-06-215-0/+42
| * | [PATCH] PCI: Add PCI_CAP_ID_VNDRBrice Goglin2006-06-211-0/+1
* | | [PATCH] zlib_inflate: Upgrade library code to a recent versionRichard Purdie2006-06-233-92/+141
* | | [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas2006-06-2310-11/+11
* | | [PATCH] Fix dcache race during umountNeilBrown2006-06-231-1/+1
* | | [PATCH] remove steal_locks()Miklos Szeredi2006-06-231-1/+0
* | | [PATCH] PCI: Add PCI_CAP_ID_VNDRBrice Goglin2006-06-231-0/+1
* | | [PATCH] Keys: Fix race between two instantiators of a keyDavid Howells2006-06-231-0/+5
* | | [PATCH] selinux: add hooks for key subsystemMichael LeMay2006-06-232-9/+19
* | | [ALSA] version 1.0.12rc1Jaroslav Kysela2006-06-221-2/+2
* | | [ALSA] Disable AC97 AUX and VIDEO controls for WM9705 touchscreenRodolfo Giometti2006-06-221-0/+1
* | | [ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai2006-06-221-2/+12
* | | [ALSA] Fix rwlock around snd_iprintf() in sound coreTakashi Iwai2006-06-221-2/+1
* | | [ALSA] rawmidi: add get_port_info callback for sequencer information flagsClemens Ladisch2006-06-221-0/+3
* | | [ALSA] add more sequencer port type information bitsClemens Ladisch2006-06-221-0/+4
* | | [ALSA] Fix mmap_count with O_APPEND opened streamsTakashi Iwai2006-06-221-3/+3
* | | [ALSA] Add O_APPEND flag support to PCMTakashi Iwai2006-06-222-3/+4
* | | [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-5/+0
* | | [ALSA] Make buffer size of proc text interface variableTakashi Iwai2006-06-221-3/+3
* | | [ALSA] Move OSS-specific hw_params helper to snd-pcm-oss moduleTakashi Iwai2006-06-222-20/+8
* | | [ALSA] Clean up ugly hacks in pcm_params.hTakashi Iwai2006-06-221-63/+42
* | | [ALSA] emu10k1: Add support for Audigy4 (not Pro)James Courtier-Dutton2006-06-221-0/+2
| |/ |/|
* | [PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman2006-06-221-2/+3
* | [PATCH] USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2006-06-221-1/+1
* | [PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman2006-06-221-1/+3
* | [PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h>David Brownell2006-06-221-0/+0
* | [PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>David Brownell2006-06-222-4/+4
* | [PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>David Brownell2006-06-221-0/+0
* | [PATCH] usbcore: port reset for composite devicesAlan Stern2006-06-221-0/+9
* | [PATCH] USB: add usb_interrupt_msg() function for api completeness.Greg Kroah-Hartman2006-06-221-0/+2
* | [PATCH] Driver model: add ISA busRene Herman2006-06-211-0/+28
* | [PATCH] Driver Core: Make dev_info and friends print the bus name if there is...Alan Stern2006-06-211-1/+2