summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ide: hotplug mark __devinit sl82c105.cHerbert Xu2005-07-031-3/+3
* [PATCH] ide: hotplug mark __devinit sc1200.cHerbert Xu2005-07-031-1/+1
* [PATCH] ide: hotplug mark __devinit opti621.cHerbert Xu2005-07-031-1/+1
* [PATCH] ide: hotplug mark __devinit ns87415.cHerbert Xu2005-07-031-1/+1
* [PATCH] ide: hotplug mark __devinit it8172.cHerbert Xu2005-07-031-2/+2
* [PATCH] ide: hotplug mark __devinit cy82c693.cHerbert Xu2005-07-031-4/+4
* [PATCH] ide: hotplug mark __devinit cs5530.cHerbert Xu2005-07-031-2/+2
* [PATCH] ide: hotplug mark __devinit amd74xx.cHerbert Xu2005-07-031-2/+2
* [PATCH] ide: hotplug mark __devinit alim15x3.cHerbert Xu2005-07-031-5/+5
* Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2005-07-023-42/+56
|\
| * [PATCH] MMC: wbsd cleanupsAdrian Bunk2005-07-012-29/+7
| * [PATCH] MMC: wbsd delayed insertionPierre Ossman2005-07-012-10/+43
| * [PATCH] MMC: Fix divdi3 reference in mmci.cRussell King2005-07-011-3/+6
* | If ACPI doesn't find an irq listed, don't accept 0 as a valid PCI irq.Linus Torvalds2005-07-021-1/+1
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-06-302-21/+3
|\
| * [PATCH] ARM: 2780/1: AFS partition length calculation fixCatalin Marinas2005-06-301-14/+2
| * [PATCH] ARM: Acornfb: Don't claim IRQ fbcon for cursorRussell King2005-06-301-7/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-06-301-1/+2
|\ \
| * | [PATCH] Serial: Fix small CONFIG_SERIAL_8250_NR_UARTSRussell King2005-06-301-1/+2
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2005-06-305-20/+137
|\ \
| * \ Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH2005-06-2916-70/+120
| |\ \ | | |/
| * | [PATCH] Driver core: Use klist_del() instead of klist_remove().Patrick Mochel2005-06-291-1/+1
| * | [PATCH] driver core: change bus_rescan_devices to return voidGreg Kroah-Hartman2005-06-291-18/+9
| * | [PATCH] driver core: Add the ability to bind drivers to devices from userspaceGreg Kroah-Hartman2005-06-293-1/+28
| * | [PATCH] driver core: Add the ability to unbind drivers to devices from userspaceGreg Kroah-Hartman2005-06-291-0/+30
| * | [PATCH] driver core: add bus_find_device & driver_find_device functionsCornelia Huck2005-06-292-0/+69
* | | [PATCH] x86: i8253/i8259A lock cleanupIngo Molnar2005-06-303-3/+8
* | | [PATCH] tpm: fix bug introduced by the /proc/miscKylene Jo Hall2005-06-301-1/+1
* | | [PATCH] pcmcia: fix modalias attribute in sysfsDominik Brodowski2005-06-301-1/+1
| |/ |/|
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2005-06-292-7/+50
|\ \
| * \ Auto merge with /home/aegl/GIT/linusTony Luck2005-06-29102-3489/+2520
| |\ \ | | |/
| * | [IA64-SGI] pcdp: add PCDP pci interface supportMark Maule2005-06-282-7/+50
* | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-06-2912-53/+62
|\ \ \
| * | | [PATCH] Serial: Split 8250 port table (part 2)Russell King2005-06-292-2/+2
| * | | [PATCH] Serial: Disable OX950 transmitter for flow controlRussell King2005-06-291-12/+16
| * | | [PATCH] Serial: Check status of CTS when using flow controlRussell King2005-06-291-0/+17
| * | | [PATCH] Serial: Adjust serial lockingRussell King2005-06-2911-39/+27
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-06-291-9/+7
|\ \ \ \
| * | | | [PATCH] ARM: 2723/2: remove __udivdi3 and __umoddi3 from the kernelNicolas Pitre2005-06-291-9/+7
| |/ / /
* | | | [PATCH] Don't fill up log with atxp1 vcore messages change messagePrakash Punnoor2005-06-291-1/+1
| |_|/ |/| |
* | | [PATCH] Fix get_request nastinessHugh Dickins2005-06-291-3/+2
|/ /
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-06-2832-97/+96
|\ \
| * | [NET]: drivers/net/slip.c needs linux/delay.hDavid S. Miller2005-06-281-0/+1
| * | [NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller2005-06-2831-97/+95
* | | [PATCH] sis 760 support.Dave Jones2005-06-281-0/+9
* | | [PATCH] v4l: bttv new insmod parametersMauro Carvalho Chehab2005-06-282-10/+68
* | | [PATCH] v4l: tuner improvementsMauro Carvalho Chehab2005-06-287-110/+457
* | | [PATCH] blk: light iocontext opsNick Piggin2005-06-281-31/+25
* | | [PATCH] blk: reduce lockingNick Piggin2005-06-281-10/+19
* | | [PATCH] blk: __make_request efficiencyNick Piggin2005-06-281-41/+21
OpenPOWER on IntegriCloud