summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ide: Switch to a common addressAlan Cox2008-11-0211-11/+11
* ide-cd: fix DMA alignment regressionBorislav Petkov2008-11-021-1/+2
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-10-301-0/+7
|\
| * md: destroy partitions and notify udev when md array is stopped.NeilBrown2008-10-281-0/+7
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-305-9/+10
|\ \
| * \ Merge branch 'for-rmk-rc' of git://pasiphae.extern.pengutronix.de/git/imx/lin...Russell King2008-10-302-4/+4
| |\ \
| | * | [ARM] build fixes for netX serial driverPaul Bolle2008-10-302-4/+4
| * | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2008-10-3065-154/+242
| |\ \ \
| | * | | leds: da903x: (da9030 only) led brightness reversed.Jonathan Cameron2008-10-301-1/+1
| | * | | [ARM] corgi_lcd: fix simultaneous compilation with corgi_blDmitry Baryshkov2008-10-291-2/+2
| | |/ /
| * | | [ARM] 5322/1: Fix fastpath issue in mmci.cLinus Walleij2008-10-281-2/+3
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-10-3025-44/+44
|\ \ \
| * | | [PATCH] Switch all my contributions stuff to a single common addressAlan Cox2008-10-2824-42/+43
| * | | [WATCHDOG] pci: use pci_ioremap_bar() in drivers/watchdogArjan van de Ven2008-10-241-2/+1
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-10-304-938/+0
|\ \ \ \
| * | | | CHAR: Delete old and now unused M48T35 RTC driver for SGI IP27.Ralf Baechle2008-10-303-341/+0
| * | | | CHAR: Delete old and now unused DS1286 driver.Ralf Baechle2008-10-303-597/+0
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-308-10/+20
|\ \ \ \
| * | | | fdomain_cs: Sort out modules with duplicate descriptionAlan Cox2008-10-171-0/+2
| * | | | pcmcia: Whine harder about use of EXCLUSIVEAlan Cox2008-10-171-1/+2
| * | | | pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoletedAlan Cox2008-10-176-9/+16
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2008-10-303-9/+28
|\ \ \ \ \
| * | | | | dm snapshot: wait for chunks in destructorMikulas Patocka2008-10-302-1/+17
| * | | | | dm snapshot: fix register_snapshot deadlockMikulas Patocka2008-10-301-7/+9
| * | | | | dm raid1: fix do_failuresIlpo Jarvinen2008-10-301-1/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-10-301-14/+0
|\ \ \ \ \
| * | | | | x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCIFenghua Yu2008-10-241-14/+0
* | | | | | tty: Fix USB kref leakAlan Cox2008-10-301-0/+1
* | | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-10-302-1/+2
|\ \ \ \ \ \
| * | | | | | i2c-s3c2410: Correct use of ! and &Julia Lawall2008-10-301-1/+1
| * | | | | | scx200_i2c: Add missing class parameterLennart Sorensen2008-10-301-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-10-305-18/+49
|\ \ \ \ \ \
| * | | | | | HID: add quirk entry for no-name keyboard (0x13ba/0x0017)Alan Stern2008-10-303-0/+5
| * | | | | | HID: sync on deleted io_retry timer in usbhid driverJiri Slaby2008-10-271-1/+1
| * | | | | | HID: fix oops during suspend of unbound HID devicesJiri Slaby2008-10-272-17/+43
| | |_|_|_|/ | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-301-4/+6
|\ \ \ \ \ \
| * | | | | | sysfs: Fix return values for sysdev_store_{ulong,int}Andi Kleen2008-10-291-2/+4
| * | | | | | driver core: drivers/base/sys.c: update commentsQinghuang Feng2008-10-291-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-10-306-4/+67
|\ \ \ \ \ \
| * | | | | | USB: prevent autosuspend during hub initializationAlan Stern2008-10-291-0/+3
| * | | | | | USB: Unusual dev for the "Kyocera / Contax SL300R T*" digital camera.Jens Taprogge2008-10-291-0/+7
| * | | | | | USB: usbtmc: Use explicit unsigned type for input buffer instead of char*Chris Malley2008-10-291-1/+1
| * | | | | | USB: fix crash when URBs are unlinked after the device is goneAlan Stern2008-10-294-3/+56
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2008-10-302-12/+19
|\ \ \ \ \ \
| * | | | | | regulator: da903x regulator bug fixJonathan Cameron2008-10-301-12/+17
| * | | | | | regulator: Build on non-ARM platformsMark Brown2008-10-281-0/+2
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-3018-150/+194
|\ \ \ \ \ \
| * | | | | | amd8111e: Fix rx return codeChris Friesen2008-10-281-6/+8
| * | | | | | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller2008-10-2814-54/+106
| |\ \ \ \ \ \
| | * | | | | | dm9601: runtime mac address change supportPeter Korsgaard2008-10-271-0/+15
OpenPOWER on IntegriCloud