summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: caam - add backward compatible string sec4.0Shengzhou Liu2012-08-012-6/+15
| * crypto: caam - fix possible deadlock conditionKim Phillips2012-08-011-5/+5
| * crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-015-0/+1062
| * crypto: testmgr - add larger cast6 testvectorsJohannes Goetzfried2012-08-013-2/+1520
| * crypto: cast6 - prepare generic module for optimized implementationsJohannes Goetzfried2012-08-013-24/+67
| * crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-015-0/+928
| * crypto: testmgr - add larger cast5 testvectorsJohannes Goetzfried2012-08-014-2/+871
| * crypto: cast5 - prepare generic module for optimized implementationsJohannes Goetzfried2012-08-013-34/+69
| * crypto: arch/s390 - cleanup - remove unneeded cra_list initializationJussi Kivilinna2012-08-013-16/+0
| * crypto: drivers - remove cra_list initializationJussi Kivilinna2012-08-0112-21/+0
| * crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-0111-54/+1
| * crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-0115-15/+0
| * crypto: whirlpool - use crypto_[un]register_shashesJussi Kivilinna2012-08-011-33/+6
| * crypto: sha512 - use crypto_[un]register_shashesJussi Kivilinna2012-08-011-15/+5
| * crypto: sha256 - use crypto_[un]register_shashesJussi Kivilinna2012-08-011-20/+5
| * crypto: tiger - use crypto_[un]register_shashesJussi Kivilinna2012-08-011-32/+6
| * crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna2012-08-012-0/+38
| * crypto: ansi_cprng - use crypto_[un]register_algsJussi Kivilinna2012-08-011-40/+23
| * crypto: serpent - use crypto_[un]register_algsJussi Kivilinna2012-08-011-34/+19
| * crypto: des - use crypto_[un]register_algsJussi Kivilinna2012-08-011-20/+5
| * crypto: crypto_null - use crypto_[un]register_algsJussi Kivilinna2012-08-011-39/+18
| * crypto: tea - use crypto_[un]register_algsJussi Kivilinna2012-08-011-35/+6
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04562-43313/+71064
|\ \
| * \ Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2012-10-03469-38085/+54203
| |\ \
| | * | drm/nv98/crypt: fix fuc build with latest envyasBen Skeggs2012-10-031-1/+1
| | * | drm/nouveau/devinit: fixup various issues with subdev ctor/init orderingBen Skeggs2012-10-032-16/+38
| | * | drm/nv41/vm: fix and enable use of "real" pciegartBen Skeggs2012-10-032-7/+14
| | * | drm/nv44/vm: fix and enable use of "real" pciegartBen Skeggs2012-10-034-41/+29
| | * | drm/nv04/dmaobj: fixup vm target handling in preparation for nv4x pcieBen Skeggs2012-10-031-7/+10
| | * | drm/nouveau: store supported dma mask in vmmgrBen Skeggs2012-10-037-7/+9
| | * | drm/nvc0/ibus: initial implementation of subdevBen Skeggs2012-10-034-0/+134
| | * | drm/nouveau/therm: add support for fan-control modesMartin Peres2012-10-036-5/+105
| | * | drm/nouveau/hwmon: rename pwm0* to pmw1* to follow hwmon's rulesMartin Peres2012-10-031-18/+18
| | * | drm/nouveau/therm: calculate the pwm divisor on nv50+Martin Peres2012-10-033-4/+37
| | * | drm/nouveau/fan: rewrite the fan tachometer driver to get more precision, fasterMartin Peres2012-10-031-9/+16
| | * | drm/nouveau/therm: move thermal-related functions to the therm subdevMartin Peres2012-10-0322-542/+1048
| | * | drm/nouveau/bios: parse the pwm divisor from the perf tableMartin Peres2012-10-033-0/+90
| | * | drm/nouveau/therm: use the EXTDEV table to detect i2c monitoring devicesMartin Peres2012-10-034-0/+174
| | * | drm/nouveau/therm: rework thermal table parsingMartin Peres2012-10-036-205/+282
| | * | drm/nouveau/gpio: expose the PWM/TOGGLE parameter found in the gpio vbios tableMartin Peres2012-10-032-0/+10
| | * | drm/nouveau: fix pm initialization orderDmitry Eremin-Solenikov2012-10-031-1/+2
| | * | drm/nouveau/bios: check that fixed tvdac gpio data is valid before using itBen Skeggs2012-10-031-7/+11
| | * | drm/nouveau: log channel debug/error messages from client object rather than ...Ben Skeggs2012-10-031-5/+5
| | * | drm/nouveau: have drm debugging macros build on top of core macrosBen Skeggs2012-10-031-13/+6
| | * | drm/nouveau/core: have client-id be a string, rather than an integerBen Skeggs2012-10-034-10/+14
| | * | drm/nvc0/fifo: re-bash PBUS regs after vm-fault to BARs/PEEPHOLEBen Skeggs2012-10-031-4/+18
| | * | drm/nvc0/gr: implement initial trap handlerBen Skeggs2012-10-031-4/+188
| | * | drm/nvc0/gr: rebuild fuc with latest envyasBen Skeggs2012-10-034-12/+167
| | * | drm/nvc0/ltcg: read LTS count at startupBen Skeggs2012-10-031-1/+3
| | * | drm/nve0/gr: enable use of our fuc by defaultBen Skeggs2012-10-031-1/+1