summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-02-284-94/+24
|\
| * [PATCH] sky2: remove MSI supportStephen Hemminger2006-02-282-78/+0
| * Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2006-02-282-16/+24
| |\
| | * 8139cp: fix broken suspend/resumeFrancois Romieu2006-02-271-16/+21
| | * via-velocity: fix memory corruption when changing the mtuFrancois Romieu2006-02-271-0/+3
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-02-281-2/+2
|\ \ \
| * | | [IA64] show "SN Devices" menu only if CONFIG_SGI_SNJes Sorensen2006-02-271-2/+2
* | | | [PATCH] synclink_gt: make ->init_error signedDarren Jenkins2006-02-281-1/+1
* | | | [PATCH] tty buffering: comment out debug codePaul Fulghum2006-02-281-1/+1
* | | | [PATCH] video1394: fix "return E;" typoAlexey Dobriyan2006-02-281-1/+1
* | | | [PATCH] pnp bus type fixAdam Belay2006-02-281-7/+5
* | | | [PATCH] Altix: more ioc3 cleanups and locking fixesPat Gefre2006-02-281-8/+3
* | | | [PATCH] drivers/mtd/redboot.c: recognise a foreign byte sex partition tableJohn Bowler2006-02-281-1/+27
| |/ / |/| |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-02-289-12/+47
|\ \ \
| * | | [PATCH] USB: ftdi_sio: new microHAM device IDsIan Abbott2006-02-282-1/+15
| * | | [PATCH] USB: visor.c id for gspda smartphoneHendrik Schweppe2006-02-282-0/+6
| * | | [PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)Shaun Tancheff2006-02-281-4/+7
| * | | [PATCH] USB: lh7a40x gadget driver: Fixed a dead lockFranck Bui-Huu2006-02-281-2/+4
| * | | [PATCH] USB: unusual_devs entry for Lyra RCA RD1080Alan Stern2006-02-281-0/+7
| * | | [PATCH] USB: Wisegroup MP-8866 Dual USB JoypadAndrew Fuller2006-02-281-0/+2
| * | | [PATCH] USB: fix EHCI BIOS handshakeDavid Brownell2006-02-281-5/+6
* | | | [SUNSU]: Fix locking error in sunsu_stop_rx().David S. Miller2006-02-281-3/+0
|/ / /
* | | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-02-273-0/+7
|\ \ \
| * | | [libata] Disable FUAJeff Garzik2006-02-273-0/+7
| |/ /
* | | [TG3]: Fix Sun tg3 variant detection.David S. Miller2006-02-271-0/+9
| |/ |/|
* | [PATCH] Fix Specialix SX corruptionMarc Zyngier2006-02-271-5/+5
|/
* Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-02-271-9/+43
|\
| * [PATCH] sata_sil: implement R_ERR on DMA activate FIS errata fixTejun Heo2006-02-251-6/+27
| * [PATCH] sata_sil: add board ID for 3512Tejun Heo2006-02-251-4/+17
* | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-02-271-2/+2
|\ \
| * | Fix Wake on LAN support in sis900Daniele Venzano2006-02-251-2/+2
| |/
* | [PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64Andi Kleen2006-02-261-1/+1
* | [PATCH] x86-64/i386: Use common X86_PM_TIMER option and make it EMBEDDEDAndi Kleen2006-02-261-5/+3
* | [PATCH] Fix Specialix SI probingMarc Zyngier2006-02-261-4/+8
* | [PATCH] sd: fix memory corruption with broken mode page headersAl Viro2006-02-261-3/+17
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-02-241-0/+6
|\
| * [SERIAL] Add comment about early_serial_setup()Russell King2006-02-231-0/+6
* | [PATCH] dm: free minor after unlink gendiskJun'ichi Nomura2006-02-241-1/+3
* | [PATCH] dm: missing bdput/thaw_bdev at removalJun'ichi Nomura2006-02-241-0/+4
* | [PATCH] Fix pseudo_palette setup in asiliantfb_setcolreg()Antonino A. Daplas2006-02-241-12/+9
* | [PATCH] au1100fb: replaced io_remap_page_range() with io_remap_pfn_range()Freddy Spierenburg2006-02-241-1/+2
* | [PATCH] gbefb: Set default of FB_GBE_MEM to 4 MBMartin Michlmayr2006-02-241-1/+1
* | [PATCH] gbefb: IP32 gbefb depth change fixKaj-Michael Lang2006-02-241-0/+3
* | [PATCH] cfi: init wait queue in chip structSimon Vogl2006-02-241-0/+1
* | [PATCH] vgacon: no vertical resizing on EGASamuel Thibault2006-02-241-32/+35
* | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-02-236-153/+370
|\ \
| * | [PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific codeAdrian Bunk2006-02-241-0/+2
| * | Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2006-02-235-153/+368
| |\ \
| | * | skge: protect interrupt maskStephen Hemminger2006-02-232-7/+15
| | * | skge: genesis phy initialzationStephen Hemminger2006-02-231-11/+26
OpenPOWER on IntegriCloud