summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [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 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
* | [PATCH] coverity: tty_ldisc_ref return null checkKAMBAROV, ZAUR2005-06-281-2/+2
* | [PATCH] coverity: ipmi_msghandler() channels array overrun fixKAMBAROV, ZAUR2005-06-281-2/+2
* | [PATCH] coverity: i386: scsi_lib buffer overrun fixKAMBAROV, ZAUR2005-06-281-1/+1
* | [PATCH] drivers/isdn/: make some code staticAdrian Bunk2005-06-287-28/+20
* | [PATCH] hisax warning fixesAndrew Morton2005-06-281-2/+2
* | [PATCH] request_firmware(): avoid race conditionsStanislaw W. Gruszka2005-06-281-3/+10
* | [PATCH] Adapt drivers/char/vt_ioctl.c to non-x86Emmanuel Colbus2005-06-281-2/+3
* | [PATCH] ixp4xx/ixp2000 watchdog driver typoLennert Buytenhek2005-06-282-2/+2
* | [PATCH] drivers/char/tipar.c: off by one array accessLuc Van Oostenryck2005-06-281-1/+1
* | [PATCH] Using msleep() instead of HZLuca Falavigna2005-06-281-12/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2005-06-2834-1744/+812
|\ \
| * \ Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH2005-06-27293-15611/+21047
| |\ \
| * | | [PATCH] PCI: make drivers use the pci shutdown callback instead of the driver...Greg Kroah-Hartman2005-06-2710-47/+27
| * | | [PATCH] cpqphp: fix oops during unload without probeKeith Moore2005-06-271-2/+3
| * | | [PATCH] PCI: clean up the MSI code a bit.Greg Kroah-Hartman2005-06-272-60/+37
| * | | [PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patchMichael Ellerman2005-06-272-9/+31
| * | | [PATCH] ACPI based I/O APIC hot-plug: acpiphp supportKenji Kaneshige2005-06-271-0/+127
| * | | [PATCH] acpi hotplug: decouple slot power state changes from physical hotplugRajesh Shah2005-06-271-31/+38
| * | | [PATCH] acpi hotplug: aCPI based root bridge hot-addRajesh Shah2005-06-271-9/+202
| * | | [PATCH] acpi hotplug: fix slot power-down problem with acpiphpRajesh Shah2005-06-271-2/+2
| * | | [PATCH] acpi hotplug: clean up notify handlers on acpiphp unloadRajesh Shah2005-06-271-8/+26
| * | | [PATCH] acpi hotplug: convert acpiphp to use generic resource codeRajesh Shah2005-06-276-1530/+134
| * | | [PATCH] acpi bridge hotadd: Export the interface to get PCI id for an ACPI ha...Rajesh Shah2005-06-271-6/+5
| * | | [PATCH] acpi bridge hotadd: Allow ACPI .add and .start operations to be done ...Rajesh Shah2005-06-273-27/+103
| * | | [PATCH] acpi bridge hotadd: Remove hot-plugged devices that could not be allo...Rajesh Shah2005-06-271-1/+4
| * | | [PATCH] acpi bridge hotadd: Make the PCI remove routines safe for failed hot-...Rajesh Shah2005-06-271-5/+9
| * | | [PATCH] acpi bridge hotadd: Link newly created pci child bus to its parent on...Rajesh Shah2005-06-272-6/+9
| * | | [PATCH] acpi bridge hotadd: Take the PCI lock when modifying pci bus or devic...Rajesh Shah2005-06-271-1/+10
| * | | [PATCH] acpi bridge hotadd: Prevent duplicate bus numbers when scanning PCI b...Rajesh Shah2005-06-271-2/+10
| * | | [PATCH] acpi bridge hotadd: ACPI based root bridge hot-addRajesh Shah2005-06-275-4/+41
| * | | [PATCH] pci: remove deprecatesAmit Gud2005-06-271-2/+2
| * | | [PATCH] pci: remove deprecatesAmit Gud2005-06-271-1/+1
* | | | [PATCH] ll_rw_blk: prevent huge request allocationsJens Axboe2005-06-281-0/+9
* | | | [PATCH] md: bio leak fixNeil Brown2005-06-281-0/+1
* | | | [PATCH] cciss_ioctl() warning fixAndrew Morton2005-06-281-1/+0
| |_|/ |/| |
* | | Merge head 'upstream-20050628-1' of rsync://rsync.kernel.org/pub/scm/linux/ke...Linus Torvalds2005-06-282-20/+8
|\ \ \
| * | | [PATCH] libata: ahci: remove ata_port_start/stop() callsTejun Heo2005-06-281-18/+4
OpenPOWER on IntegriCloud