aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-071-11/+11
|\
| * [CONNECTOR]: Bugfix for cn_call_callback()Philipp Reisner2007-03-071-11/+11
* | [CHAR] ds1286: Fix handling of seconds in RTC_ALM_SET ioctl.Ralf Baechle2007-03-081-3/+6
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-062-6/+7
|\
| * [GIANFAR]: Fix compile error in latest gitJan Altenberg2007-03-051-1/+1
| * [PPPOE]: Use ifindex instead of device pointer in key lookups.Florian Zumbiehl2007-03-051-5/+6
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-03-063-63/+60
|\ \
| * | [S390] cio: Call cancel_halt_clear even when actl == 0.Cornelia Huck2007-03-051-2/+2
| * | [S390] cio: Use path verification to check for path state.Cornelia Huck2007-03-051-40/+6
| * | [S390] cio: Fix locking when calling notify function.Cornelia Huck2007-03-051-20/+47
| * | [S390] dasd: Use default recovery for SNSS requestsStefan Weinhuber2007-03-051-0/+1
| * | [S390] tape: Compression overwrites crypto settingMichael Holzheu2007-03-051-1/+4
| |/
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-03-063-9/+16
|\ \
| * | pata_pdc202xx_old: fix data corruption and other problemsBartlomiej Zolnierkiewicz2007-03-061-8/+14
| * | pata_legacy: fix io/irq mismatchMikael Pettersson2007-03-061-1/+1
| * | ahci: RAID mode SATA patch for Intel ICH9MJason Gaston2007-03-061-0/+1
| |/
* | [PATCH] m68knommu: fix work queues in mcfserial.c driverGreg Ungerer2007-03-061-19/+14
* | [PATCH] m68knommu: set GPIO lines for serial ports on 5282 in mcfserial.cGreg Ungerer2007-03-061-2/+9
* | [PATCH] minor updat to tlclk Kconfig entryMark Gross2007-03-061-7/+8
* | [PATCH] Fix buffer overflow in Omnikey CardMan 4040 driver (CVE-2007-0005)Marcel Holtmann2007-03-061-1/+2
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-03-061-11/+10
|\ \
| * | HID blacklisting of all Code Mercenaries IOWarrior devicesRobert Marquardt2007-03-021-11/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-03-062-51/+71
|\ \ \
| * | | sdhci: release irq during suspendPierre Ossman2007-03-061-0/+12
| * | | sdhci: make isr tolerant of read errorsMark Lord2007-03-061-1/+1
| * | | mmc: require explicit support for high-speedPierre Ossman2007-03-062-50/+58
| | |/ | |/|
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-03-069-165/+247
|\ \ \
| * | | sis900 warning fixesAndrew Morton2007-03-061-5/+5
| * | | mv643xx_eth: Place explicit port number in mv643xx_eth_platform_dataDale Farnsworth2007-03-061-24/+29
| * | | pcnet32: Fix PCnet32 performance bug on non-coherent architecutresDon Fry2007-03-061-2/+2
| * | | __devinit & __devexit cleanups for de2104x driverPrarit Bhargava2007-03-061-3/+3
| * | | 3c59x: Handle pci_enable_device() failure while resumingDmitriy Monakhov2007-03-061-1/+7
| * | | dmfe: Fix link detectionMaxim Levitsky2007-03-061-18/+40
| * | | dmfe: fix two bugsMaxim Levitsky2007-03-061-5/+10
| * | | dmfe: trivial/spelling fixesMaxim Levitsky2007-03-061-36/+88
| * | | revert "drivers/net/tulip/dmfe: support basic carrier detection"Andrew Morton2007-03-061-8/+1
| * | | ucc_geth: returns NETDEV_TX_BUSY when BD ring is fullLi Yang2007-03-061-1/+2
| * | | ucc_geth: Fix BD processingLi Yang2007-03-061-5/+9
| * | | natsemi: netpoll fixesSergei Shtylyov2007-03-061-5/+19
| * | | bonding: Improve IGMP join processingJay Vosburgh2007-03-061-51/+25
| * | | bonding: only receive ARPs for usJay Vosburgh2007-03-061-1/+1
| * | | bonding: fix double dev_add_packJay Vosburgh2007-03-061-1/+7
| |/ /
* | | [PATCH] initramfs should not depend on CONFIG_BLOCKDimitri Gorokhovik2007-03-061-16/+0
* | | [PATCH] cciss: add struct pci_driver shutdown support (replaces reboot notifier)Mike Miller (OS Dev)2007-03-061-4/+6
* | | [PATCH] cciss: fix for 2TB supportMike Miller (OS Dev)2007-03-061-15/+24
* | | [PATCH] geode-aes: use unsigned long for spin_lock_irqsaveAlexey Dobriyan2007-03-061-2/+1
* | | [PATCH] fbdev: fix kconfig error if FB_DDC=nJames Simmons2007-03-061-9/+7
* | | [PATCH] atyfb: fix kconfig error part 2Randy Dunlap2007-03-061-1/+2
* | | [PATCH] nvidiafb backlight: Fix implicit declaration in nv_backlightDave Jones2007-03-061-0/+5
|/ /
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2007-03-056-8/+52
|\ \