summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-135-15/+8
|\
| * pass default dentry_operations to mount_pseudo()Al Viro2011-01-121-1/+1
| * convert smbfsAl Viro2011-01-123-13/+6
| * pohmelfs: double-free and leakAl Viro2011-01-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-01-138-320/+361
|\ \
| * | hwrng: via_rng - Fix memory scribbling on some CPUsHerbert Xu2011-01-071-2/+5
| * | crypto: padlock - Move padlock.h into include/cryptoHerbert Xu2011-01-073-31/+2
| * | hwrng: via_rng - Fix asm constraintsHerbert Xu2011-01-071-2/+1
| * | crypto: n2 - use __devexit not __exit in n2_unregister_algsDennis Gilmore2011-01-061-1/+1
| * | crypto: mv_cesa - dont return PTR_ERR() of wrong pointerRoel Kluin2011-01-041-1/+1
| * | crypto: omap-sham - backlog handling fixDmitry Kasatkin2010-12-291-4/+3
| * | crypto: omap-aes - checkpatch --file warning fixesDmitry Kasatkin2010-12-021-3/+3
| * | crypto: omap-aes - initialize aes module once per requestDmitry Kasatkin2010-12-021-26/+28
| * | crypto: omap-aes - unnecessary code removedDmitry Kasatkin2010-12-021-53/+17
| * | crypto: omap-aes - error handling implementation improvedDmitry Kasatkin2010-12-021-41/+93
| * | crypto: omap-aes - redundant locking is removedDmitry Kasatkin2010-12-021-38/+32
| * | crypto: omap-aes - DMA initialization fixes for OMAP off modeDmitry Kasatkin2010-12-021-12/+12
| * | crypto: omap-sham - zero-copy scatterlist handlingDmitry Kasatkin2010-11-271-26/+61
| * | crypto: omap-sham - FLAGS_FIRST is redundant and removedDmitry Kasatkin2010-11-271-7/+1
| * | crypto: omap-sham - hash-in-progress is stored in hw formatDmitry Kasatkin2010-11-271-14/+24
| * | crypto: omap-sham - crypto_ahash_final() now not need to be called.Dmitry Kasatkin2010-11-271-86/+82
| * | crypto: omap-sham - removed redundunt lockingDmitry Kasatkin2010-11-271-26/+21
| * | crypto: omap-sham - error handling improvedDmitry Kasatkin2010-11-271-23/+44
| * | crypto: omap-sham - DMA initialization fixes for off modeDmitry Kasatkin2010-11-271-9/+10
| * | crypto: omap-sham - uses digest buffer in request contextDmitry Kasatkin2010-11-271-3/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-131-4/+15
|\ \ \
| * | | rbd: fix cleanup when trying to mount inexistent imageYehuda Sadeh2011-01-121-4/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2011-01-1315-34/+1796
|\ \ \ \
| * | | | watchdog: Add MCF548x watchdog driver.Philippe De Muyter2011-01-123-3/+234
| * | | | watchdog: add driver for the Atheros AR71XX/AR724X/AR913X SoCsGabor Juhos2011-01-123-0/+313
| * | | | watchdog: Add TCO support for nVidia chipsetsMike Waychison2011-01-124-0/+595
| * | | | watchdog: Add support for sp5100 chipset TCOPriyanka Gupta2011-01-124-0/+533
| * | | | watchdog: f71808e_wdt: add F71862FG, F71869 to KconfigLutz Ballaschke2011-01-121-2/+2
| * | | | watchdog: iTCO_wdt: TCO Watchdog patch for Intel DH89xxCC PCHSeth Heasley2011-01-121-1/+5
| * | | | watchdog: iTCO_wdt: TCO Watchdog patch for Intel NM10 DeviceIDsWim Van Sebroeck2011-01-121-1/+5
| * | | | watchdog: ks8695_wdt: include mach/hardware.h instead of mach/timex.h.Yegor Yefremov2011-01-121-1/+1
| * | | | watchdog: Propagate Book E WDT period changes to all coresRandy Vinson2011-01-121-2/+17
| * | | | watchdog: add CONFIG_WATCHDOG_NOWAYOUT support to PowerPC Book-E watchdog driverTimur Tabi2011-01-121-0/+16
| * | | | watchdog: alim7101_wdt: fix compiler warning on alim7101_pci_tblNamhyung Kim2011-01-121-1/+1
| * | | | watchdog: alim1535_wdt: fix compiler warning on ali_pci_tblNamhyung Kim2011-01-121-1/+1
| * | | | watchdog: Fix reboot on W83627ehf chipset.Herman Morsink Vollenbroek2011-01-121-0/+2
| * | | | watchdog: Add watchdog support for W83627DHG chipBenny Loenstrup Ammitzboell2011-01-122-7/+8
| * | | | watchdog: f71808e_wdt: Add Fintek F71869 watchdogMichel Arboi2011-01-121-1/+11
| * | | | watchdog: add f71862fg supportLutz Ballaschke2011-01-121-4/+41
| * | | | watchdog: clean-up f71808e_wdt.cLutz Ballaschke2011-01-121-10/+11
| | |_|/ | |/| |
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-01-1315-174/+328
|\ \ \ \
| * | | | hwmon: (dme1737) Minor cleanupsJuerg Haefliger2011-01-121-48/+73
| * | | | hwmon: (dme1737) Add support for in7 for SCH5127Juerg Haefliger2011-01-121-15/+53
| * | | | hwmon: (emc1403) Add EMC1423 supportJekyll Lai2011-01-122-6/+14
| * | | | hwmon: (w83793) Drop useless mutexJean Delvare2011-01-121-4/+1