summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | hwmon: applesmc: add support for iMac 5Henrik Rydberg2008-11-061-0/+8
| * | | | | | rtc: fix handling of missing tm_year data when reading alarmsMark Brown2008-11-061-1/+1
| * | | | | | vt: incomplete initialization of vc_tab_stopWolfgang Kroworsch2008-11-061-2/+8
| * | | | | | cpqarry: fix return value of cpqarray_init()Andrey Borzenkov2008-11-061-1/+6
| * | | | | | cciss: new hardware supportMike Miller2008-11-061-0/+4
| | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-048-22/+40
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | niu: Use pci_ioremap_bar().David S. Miller2008-11-031-5/+1
| | * | | | bnx2x: Version UpdateEilon Greenstein2008-11-031-2/+2
| | * | | | bnx2x: Calling netif_carrier_off at the end of the probeEilon Greenstein2008-11-031-2/+2
| | * | | | bnx2x: PCI configuration bug on big-endianEilon Greenstein2008-11-031-4/+5
| | * | | | bnx2x: Removing the PMF indication when unloadingEilon Greenstein2008-11-031-0/+2
| | * | | | mv643xx_eth: fix SMI bus access timeoutsLennert Buytenhek2008-11-031-3/+6
| | * | | | net: kconfig cleanupJeff Kirsher2008-11-031-3/+15
| | * | | | fs_enet: fix pollingAlexey Dobriyan2008-11-031-2/+4
| | * | | | SMC91x: Fix compilation on some platforms.David S. Miller2008-11-031-0/+2
| | * | | | drivers/net/smc911x.c: Fix lockdep warning on xmit.Will Newton2008-11-021-1/+1
| * | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-11-045-34/+56
| |\ \ \ \ \
| | * | | | | libata: mask off DET when restoring SControl for detachTejun Heo2008-11-041-1/+1
| | * | | | | libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply itTejun Heo2008-11-041-1/+3
| | * | | | | libata: Fix a potential race condition in ata_scsi_park_show()Elias Oltmanns2008-11-041-3/+4
| | * | | | | sata_nv: fix generic, nf2/3 detection regressionTejun Heo2008-11-041-28/+25
| | * | | | | sata_via: restore vt*_prepare_host error handlingMarcin Slusarz2008-11-041-1/+3
| | * | | | | sata_promise: add ATA engine reset to reset opsMikael Pettersson2008-11-041-0/+20
| * | | | | | drivers: remove duplicated #includeJianjun Kong2008-11-048-8/+0
| |/ / / / /
| * | | | | Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-11-032-94/+83
| |\ \ \ \ \
| | * | | | | i915: use io-mapping interfaces instead of a variety of mapping kludgesKeith Packard2008-10-312-94/+83
| * | | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2008-11-036-14/+48
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | i915: Add GEM ioctl to get available aperture size.Eric Anholt2008-11-033-0/+25
| | * | | | | drm/radeon: fixup further bus mastering confusion.Alex Deucher2008-10-282-13/+14
| | * | | | | build fix: CONFIG_DRM_I915=y && CONFIG_ACPI=nLen Brown2008-10-282-1/+9
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-11-0214-27/+46
| |\ \ \ \ \ \
| | * | | | | | ide-gd: re-get capacity on revalidateBorislav Petkov2008-11-021-1/+6
| | * | | | | | tx4938ide: Avoid underflow on calculation of a wait cycleAtsushi Nemoto2008-11-021-2/+3
| | * | | | | | tx4938ide: Do not call devm_ioremap for whole 128KBAtsushi Nemoto2008-11-021-11/+16
| | * | | | | | tx4938ide: Check minimum cycle time and SHWT range (v2)Atsushi Nemoto2008-11-021-1/+8
| | * | | | | | ide: Switch to a common addressAlan Cox2008-11-0211-11/+11
| | * | | | | | ide-cd: fix DMA alignment regressionBorislav Petkov2008-11-021-1/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-0225-78/+121
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | IRDA: remove double inclusion of module.hAlexander Beregalov2008-11-012-2/+0
| | * | | | | bpa10x: free sk_buff with kfree_skbIlpo Järvinen2008-10-311-2/+2
| * | | | | | el3_common_init() should be __devinit, not __initAl Viro2008-11-011-3/+3
| * | | | | | missing dependencies on HAVE_CLK in drivers/mfdAl Viro2008-11-011-2/+2
| * | | | | | section fixes for cirrusfbAl Viro2008-11-011-1/+1
| * | | | | | Merge branch 'cris_move' of git://www.jni.nu/crisLinus Torvalds2008-11-013-5/+5
| |\ \ \ \ \ \
| | * | | | | | [CRIS] Move header files from include to arch/cris/include.Jesper Nilsson2008-10-293-5/+5
| * | | | | | | remove unused #include <version.h>'sHuang Weiyi2008-11-012-2/+0
| * | | | | | | saner FASYNC handling on file closeAl Viro2008-11-0126-92/+5
| * | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-10-311-1/+10
| |\ \ \ \ \ \ \
| | * | | | | | | OF-device: Don't overwrite numa_node in device registrationJeremy Kerr2008-10-311-1/+10
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-10-316-1043/+42
| |\ \ \ \ \ \ \ \