aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: camellia - Fix checkpatch errorsRichard Hartmann2010-02-161-308/+308
* crypto: authenc - Fix checkpatch errorsRichard Hartmann2010-02-161-5/+5
* crypto: api - Fix checkpatch errorsRichard Hartmann2010-02-161-7/+6
* crypto: anubis - Fix checkpatch errorsRichard Hartmann2010-02-161-11/+11
* crypto: algapi - Fix checkpatch errorsRichard Hartmann2010-02-161-2/+2
* crypto: blowfish - Fix checkpatch errorsRichard Hartmann2010-02-161-9/+9
* crypto: aead - Fix checkpatch errorsRichard Hartmann2010-02-161-2/+2
* crypto: ablkcipher - Fix checkpatch errorsRichard Hartmann2010-02-161-2/+2
* crypto: pcrypt - call the complete function on errorSteffen Klassert2010-02-041-3/+3
* crypto: geode-aes - Fix cip/blk confusionRoel Kluin2010-02-041-1/+1
* crypto: md5 - Add export supportMax Vozeler2010-01-172-16/+41
* crypto: Make Open Firmware device id constantMárton Németh2010-01-172-2/+2
* crypto: gcm - Add RFC4543 wrapper for GCMTobias Brunner2010-01-173-0/+304
* crypto: geode-aes - access .cip instead of .blk in cipher modeRoel Kluin2010-01-081-3/+3
* crypto: aes_s390 - access .cip instead of .blk in cipher modeRoel Kluin2010-01-081-3/+3
* crypto: pcrypt - Add pcrypt crypto parallelization wrapperSteffen Klassert2010-01-074-0/+507
* padata: Generic parallelization/serialization interfaceSteffen Klassert2010-01-064-0/+783
* crypto: testmgr - Fix complain about lack test for internal used algorithmYouquan, Song2009-12-231-0/+84
* hwrng: nomadik - Add platform device for rng in cpu-8815Alessandro Rubini2009-12-191-0/+8
* hwrng: nomadik - Add hardware RNG driverAlessandro Rubini2009-12-193-0/+116
* Linux 2.6.33-rc1Linus Torvalds2009-12-171-2/+2
* Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-178-45/+33
|\
| * cpumask: rename tsk_cpumask to tsk_cpus_allowedRusty Russell2009-12-172-2/+2
| * cpumask: don't recommend set_cpus_allowed hack in Documentation/cpu-hotplug.txtRusty Russell2009-12-171-32/+17
| * cpumask: avoid dereferencing struct cpumaskRusty Russell2009-12-171-2/+2
| * cpumask: convert drivers/idle/i7300_idle.c to cpumask_var_tRusty Russell2009-12-171-6/+9
| * cpumask: use modern cpumask style in drivers/scsi/fcoe/fcoe.cRusty Russell2009-12-171-1/+1
| * cpumask: avoid deprecated function in mm/slab.cRusty Russell2009-12-171-1/+1
| * cpumask: use cpu_online in kernel/perf_event.cRusty Russell2009-12-171-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-12-176-3/+24
|\ \
| * | Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture supportGeert Uytterhoeven2009-12-171-0/+10
| * | NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells2009-12-174-1/+12
| * | security/min_addr.c: make init_mmap_min_addr() staticH Hartley Sweeten2009-12-171-1/+1
| * | keys: PTR_ERR return of wrong pointer in keyctl_get_security()Roel Kluin2009-12-171-1/+1
* | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-1715-27/+29
|\ \ \
| * | | OMAP3: serial - fix bug introduced inMika Westerberg2009-12-161-3/+4
| * | | mfd: twl: fix twl4030 rename for remaining driver, board filesBalaji T K2009-12-1612-23/+23
| * | | USB ehci: replace mach header with platThomas Weber2009-12-161-1/+1
| * | | omap3: Allow EHCI to be built on OMAP3Olof Johansson2009-12-151-0/+1
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-12-178-30/+766
|\ \ \ \
| * | | | hwmon: (w83627hf) Fix for "No such device"Christian Schulte2009-12-161-1/+1
| * | | | hwmon: (sht15) Off-by-one error in array index + incorrect constantsJonathan Cameron2009-12-161-3/+3
| * | | | hwmon: Add driver for VIA CPU core temperatureHarald Welte2009-12-163-0/+365
| * | | | hwmon: (smsc47m1) Enable device if neededJean Delvare2009-12-161-3/+27
| * | | | hwmon: (smsc47m1) Fail module loading on errorJean Delvare2009-12-161-13/+11
| * | | | hwmon: (smsc47m1) Only request I/O ports we really useJean Delvare2009-12-161-10/+89
| * | | | hwmon: New driver for AMD Family 10h/11h CPUsClemens Ladisch2009-12-164-0/+270
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-12-1749-360/+4914
|\ \ \ \
| * | | | [SCSI] 3w-9xxx fix bug in sgl loadingadam radford2009-12-121-4/+7
| * | | | [SCSI] fcoe, libfc: adds enable/disable for fcoe interfaceVasu Dev2009-12-122-3/+114