summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-218-61/+25
|\
| * debugfs-related mode_t whack-a-moleAl Viro2012-03-212-2/+2
| * gadgetfs: list_for_each_safe() misuseAl Viro2012-03-211-6/+3
| * usbfs: kill racy detection of simple_pin_fs()Al Viro2012-03-211-9/+1
| * ibmasmfs: make register_filesystem the last failure exitAl Viro2012-03-211-6/+5
| * tidy up after d_make_root() conversionAl Viro2012-03-213-18/+11
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-215-25/+8
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-217-9/+17
|\ \
| * | TPM: Zero buffer whole after copying to userspaceTim Gardner2012-02-141-1/+2
| * | tpm_tis: Clean up after module_param cleanupStefan Berger2012-02-141-4/+5
| * | tpm_tis: Only probe iTPMsStefan Berger2012-02-142-3/+7
| * | security: trim security.hAl Viro2012-02-143-0/+3
| * | Merge branch 'next-queue' into nextJames Morris2012-02-091-1/+0
| |\ \
| | * | ima: fix Kconfig dependenciesFabio Estevam2012-01-201-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-03-2117-35/+1406
|\ \ \ \
| * | | | crypto: caam - fix gcc 4.6 warningKim Phillips2012-01-261-1/+1
| * | | | crypto: caam - be less noisy on startupKim Phillips2012-01-131-4/+4
| * | | | crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal2012-01-131-0/+115
| * | | | crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMICJulia Lawall2012-01-131-1/+1
| * | | | crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos2012-01-1311-25/+73
| * | | | hwrng: tx4939 - use devm_request_and_ioremapJulia Lawall2012-01-131-4/+1
| * | | | crypto: driver for Tegra AES hardwareVarun Wadekar2012-01-134-0/+1211
* | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-21121-6178/+8489
|\ \ \ \ \
| * | | | | hwmon: (sch56xx) Add support for the integrated watchdog (v2)Hans de Goede2012-03-205-7/+550
| * | | | | hwmon: (w83627ehf) Add support for temperature offset registersGuenter Roeck2012-03-191-0/+73
| * | | | | hwmon: (jc42) Remove unnecessary device IDsGuenter Roeck2012-03-191-18/+0
| * | | | | hwmon: (zl6100) Add support for ZL9101M and ZL9117MGuenter Roeck2012-03-192-4/+7
| * | | | | hwmon: (adm1275) Add support for ADM1075Guenter Roeck2012-03-192-6/+86
| * | | | | hwmon: (max34440) Add support for MAX34446Guenter Roeck2012-03-192-5/+111
| * | | | | hwmon: (pmbus) Add more virtual registersGuenter Roeck2012-03-192-29/+54
| * | | | | hwmon: (pmbus) Add support for Lineage Power MDT040Guenter Roeck2012-03-192-1/+3
| * | | | | hwmon: (pmbus) Add support for TI TPS40400 and TPS40422Guenter Roeck2012-03-192-1/+3
| * | | | | hwmon: (max34440) Add support for 'lowest' output voltage attributeGuenter Roeck2012-03-191-0/+9
| * | | | | hwmon: (jc42) Convert to use devm_kzallocGuenter Roeck2012-03-191-35/+25
| * | | | | hwmon: (max16065) Convert to use devm_kzallocGuenter Roeck2012-03-191-16/+7
| * | | | | hwmon: (smm665) Convert to use devm_kzallocGuenter Roeck2012-03-191-9/+3
| * | | | | hwmon: (ltc4261) Convert to use devm_kzallocGuenter Roeck2012-03-191-11/+4
| * | | | | hwmon: (pmbus) Simplify remove functionsGuenter Roeck2012-03-1912-74/+13
| * | | | | hwmon: (pmbus) Convert pmbus drivers to use devm_kzallocGuenter Roeck2012-03-198-154/+56
| * | | | | hwmon: (lineage-pem) Convert to use devm_kzallocGuenter Roeck2012-03-191-7/+4
| * | | | | hwmon: (hwmon-vid) Fix checkpatch issuesGuenter Roeck2012-03-191-10/+8
| * | | | | hwmon: (hwmon-vid) Add new entries to VRM model tableGuenter Roeck2012-03-191-56/+53
| * | | | | hwmon: (lm80) Add detection of NatSemi/TI LM96080Jean Delvare2012-03-192-11/+37
| * | | | | hwmon: (lm87) Get rid of macro-generated functionsJean Delvare2012-03-191-193/+164
| * | | | | hwmon: (lm87) Reorganize the codeJean Delvare2012-03-191-186/+165
| * | | | | hwmon: (applesmc) Silence uninitialized warningsHenrik Rydberg2012-03-191-2/+6
| * | | | | hwmon: (lm70) Fix: do not use assignment in if conditionGuenter Roeck2012-03-191-4/+6
| * | | | | hwmon: (lm70) Register hwmon device after creating attribute files, and remov...Guenter Roeck2012-03-191-10/+11
| * | | | | hwmon: (w83l786ng) Fix multi-line commentsGuenter Roeck2012-03-191-32/+36
| * | | | | hwmon: (w83l785ts) Fix multi-line commentsGuenter Roeck2012-03-191-6/+9