summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2007-02-26Revert "[CPUFREQ] constify cpufreq_driver where possible."Linus Torvalds
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds
2007-02-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2007-02-26Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds
2007-02-26[PATCH] Fix oops in pata_pcmciaAlan
2007-02-26[PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQRusty Russell
2007-02-26IPoIB: Correct debugging output when path record lookup failsRoland Dreier
2007-02-26[PATCH] Fix build-failure in drivers/video/s3fb.cOndrej Zajicek
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds
2007-02-26[PATCH] drivers/mfd/sm501.c: Replace pci_module_init with pci_register_driverRichard Knutsson
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2007-02-26Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds
2007-02-26[TG3]: TSO workaround fixes.Michael Chan
2007-02-26[Bluetooth] Make use of MODULE_FIRMWAREMarcel Holtmann
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2007-02-26Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds
2007-02-26[SPARC] uctrl: Check request_irq() return value.David S. Miller
2007-02-26[SPARC64] bbc_i2c: Fix kenvctrld eating %100 cpu.David S. Miller
2007-02-26[SPARC]: Remove the broken SUN_AURORA driver.Adrian Bunk
2007-02-25[ARM] 4233/1: nand/s3c2410.c: warning fixArnaud Patard
2007-02-23USB: export autosuspend delay in sysfsAlan Stern
2007-02-23USB: make autosuspend delay a module parameterAlan Stern
2007-02-23USB: minor cleanups for sysfs.cAlan Stern
2007-02-23USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum
2007-02-23USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman
2007-02-23USB: Wacom driver updatesPing Cheng
2007-02-23gadgetfs: Fixed bug in ep_aio_read_retry.Sarah Bailey
2007-02-23USB: Use USB defines in usbmouse.c and usbkbd.cMichael Opdenacker
2007-02-23USB: ftdi_sio: Adding VID and PID for TellstickMicke Prag
2007-02-23UHCI: Eliminate asynchronous skeleton Queue HeadersAlan Stern
2007-02-23UHCI: Add macros for computing DMA valuesAlan Stern
2007-02-23USB: Davicom DM9601 usbnet driverPeter Korsgaard
2007-02-23USB: asix.c - Add JVC-PRX1 idsDavid Hollis
2007-02-23usbmon: Remove erroneous __exitPete Zaitcev
2007-02-23USB: add driver for iowarrior devices.Greg Kroah-Hartman
2007-02-23USB: option: add a bunch of new device idsGreg Kroah-Hartman
2007-02-23USB: option: remove duplicate device id tableGreg Kroah-Hartman
2007-02-23Driver core: fix error by cleanup up symlinks properlyJames Simmons
2007-02-23Driver core: more fallout from class_device changes for pcmciaManuel Lauss
2007-02-23Driver core: remove class_device_renameGreg Kroah-Hartman
2007-02-23RDMA/cxgb3: Stop the EP Timer on BAD CLOSESteve Wise
2007-02-23RDMA/cxgb3: cleanupsAdrian Bunk
2007-02-23RDMA/cma: Remove unused node_guid from cma_device structureSean Hefty
2007-02-23IB/cm: Remove ca_guid from cm_device structureSean Hefty
2007-02-23RDMA/cma: Request reversible paths onlySean Hefty
2007-02-23IB/core: Set hop limit in ib_init_ah_from_wc correctlySean Hefty
2007-02-23[CPUFREQ] constify cpufreq_driver where possible.Dave Jones