summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cdc-acm: zydas 1602 identifier neededAlan Cox2009-04-061-0/+3
* icom: remove unused variablesBreno Leitao2009-04-061-12/+2Star
* mux: fix build problemAlexander Beregalov2009-04-061-1/+1
* jsm: Fix the return variable and removing the unused retval.Breno Leitao2009-04-061-4/+3Star
* jsm: define init function as __devinitBreno Leitao2009-04-062-3/+3
* mxser: remove tty_port_tty_get from mxser_check_modem_statusJiri Slaby2009-04-061-1/+0Star
* tty: moxa, fix refcounting in moxa_poll_portJiri Slaby2009-04-061-4/+5
* isicom: isicom kref leak fixAlan Cox2009-04-061-0/+1
* ucc: Fix leaky error pathAlan Cox2009-04-061-0/+1
* riscom8: Auto-load riscom8 module when device opened.Scott James Remnant2009-04-061-0/+2
* usb: Auto-load cdc_acm module when device opened.Scott James Remnant2009-04-061-1/+1
* specialix: Auto-load specialix module when device opened.Scott James Remnant2009-04-061-0/+1
* cyclades: Auto-load cyclades module when device opened.Scott James Remnant2009-04-061-0/+2
* applicom: Auto-load applicom module when device opened.Scott James Remnant2009-04-061-0/+1
* blackfin: Subtract ANOMALY_05000230 on quotGraf Yang2009-04-061-1/+1
* Fix DMA rx ring buffer handlingSonic Zhang2009-04-061-1/+3
* blackfin: Fix tty compile error in PIO modeSonic Zhang2009-04-061-2/+2
* blackfin: Use unsigned long for flags with irq functionsMike Frysinger2009-04-061-2/+3
* blackfin: BF538/9 serial uart supportMichael Hennerich2009-04-061-1/+1
* 8250_pci: add support for National Instruments legacy 8420 RS232 boardsWill Page2009-04-062-0/+230
* 8250_pci: add support for National Instruments 843x RS232 devicesShawn Bohrer2009-04-062-0/+207
* serial: Update PNP IDsMatthew Garrett2009-04-061-1/+5
* 8250_pnp.c: add another Wacom tabletDanny Kukawka2009-04-061-0/+1
* Make CONFIG_SLOW_WORK an automatic rather than manual config optionDavid Howells2009-04-061-1/+3
* FRV: Fix compile breakageAdrian Bunk2009-04-061-1/+0Star
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-0610-105/+539
|\
| * drivers/pci/intr_remapping.c: include acpi.hAlexander Beregalov2009-04-061-0/+1
| * intel-iommu: Fix oops in device_to_iommu() when devices not found.David Woodhouse2009-04-061-1/+2
| * intel-iommu: Handle PCI domains appropriately.David Woodhouse2009-04-043-28/+50
| * intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges.David Woodhouse2009-04-041-1/+6
| * x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong2009-04-044-8/+35
| * x86, dmar: check if it's initialized before disable queue invalidationHan, Weidong2009-04-041-0/+7
| * intel-iommu: set compatibility format interruptHan, Weidong2009-04-032-0/+17
| * Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu2009-04-036-55/+204
| * Intel IOMMU Suspend/Resume Support - Queued InvalidationFenghua Yu2009-04-031-15/+55
| * Intel IOMMU Suspend/Resume Support - DMARFenghua Yu2009-04-032-0/+157
| * intel-iommu: Add for_each_iommu() and for_each_active_iommu() macrosDavid Woodhouse2009-04-031-0/+8
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-04-061-3/+4
|\ \
| * | md/raid1 - don't assume newly allocated bvecs are initialised.NeilBrown2009-04-061-3/+4
* | | percpu: __percpu_depopulate_mask can take a const maskStephen Rothwell2009-04-061-1/+1
* | | docs: alphabetize entries in kernel-parameters.txtRandy Dunlap2009-04-061-255/+226Star
* | | docbook: fix fatal filename errorRandy Dunlap2009-04-061-1/+1
* | | kernel/sysctl.c: avoid annoying warningsLinus Torvalds2009-04-061-2/+2
* | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-066-25/+57
|\ \ \
| * | | lockdep: add stack dumps to assertsPeter Zijlstra2009-03-311-0/+5
| * | | hrtimer: fix rq->lock inversion (again)Peter Zijlstra2009-03-315-25/+52
* | | | Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-0629-336/+493
|\ \ \ \
| * | | | kmemtrace: trace kfree() calls with NULL or zero-length objectsPekka Enberg2009-04-033-6/+6
| * | | | kmemtrace: small cleanupsIngo Molnar2009-04-031-61/+67
| * | | | kmemtrace: restore original tracing data binary format, improve ABIEduard - Gabriel Munteanu2009-04-031-24/+58