summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-252-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2008-01-252-2/+2
|\
| * [AVR32] Add support for AT32AP7001 and AT32AP7002Haavard Skinnemoen2008-01-251-1/+1
| * Disable VGA text console for AVR32 architectureHans-Christian Egtvedt2008-01-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-01-2513-136/+3191
|\ \
| * | [CRYPTO] hifn_795x: Fixup container_of() usageAlexey Dobriyan2008-01-101-1/+1
| * | [CRYPTO] padlock: Only reset the key once for each CBC and ECB operationHerbert Xu2008-01-101-5/+15
| * | [CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/moduleHerbert Xu2008-01-101-1/+1
| * | [CRYPTO] geode: Add __dev{init,exit} annotationsAdrian Bunk2008-01-101-2/+2
| * | [CRYPTO] geode: Use correct encrypt/decrypt function in fallbackSebastian Siewior2008-01-101-2/+2
| * | [HWRNG] pasemi: Add missing wait argument to data_presentKamalesh Babulal2008-01-101-1/+1
| * | [CRYPTO] geode: do not copy the IV too oftenSebastian Siewior2008-01-102-5/+3Star
| * | [HIFN]: Add support for using the random number generatorPatrick McHardy2008-01-101-1/+81
| * | [HIFN]: Improve PLL initializationPatrick McHardy2008-01-101-2/+108
| * | [HWRNG]: move status polling loop to data_present callbacksPatrick McHardy2008-01-107-37/+72
| * | [CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu2008-01-101-1/+1
| * | [CRYPTO] hifn: Add missing includesAndrew Morton2008-01-101-0/+2
| * | [CRYPTO] hifn: Make Kconfig option depend on PCIJan Glauber2008-01-101-0/+1
| * | [CRYPTO] hifn: Schedule callback invocation to tasklet.Evgeniy Polyakov2008-01-101-1/+21
| * | [CRYPTO] geode: Add fallback for unsupported modesSebastian Siewior2008-01-102-43/+206
| * | [CRYPTO] geode: move defines into a headerfileSebastian Siewior2008-01-102-34/+34
| * | [CRYPTO] geode: relax in busy loop and care about return valueSebastian Siewior2008-01-101-3/+6
| * | [CRYPTO] geode: use consistent IV copySebastian Siewior2008-01-101-6/+4Star
| * | [CRYPTO] aes: Move common defines into a header fileSebastian Siewior2008-01-102-3/+2Star
| * | [CRYPTO] geode: remove aliasSebastian Siewior2008-01-101-1/+0Star
| * | [CRYPTO] hifn_795x: Detect weak keysEvgeniy Polyakov2008-01-102-1/+12
| * | [CRYPTO] hifn_795x: HIFN 795x driverEvgeniy Polyakov2008-01-103-0/+2630
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-2592-2356/+4671
|\ \ \
| * | | Driver core: coding style fixesGreg Kroah-Hartman2008-01-258-583/+545Star
| * | | spi: use class iteration apiDave Young2008-01-251-11/+15
| * | | scsi: use class iteration apiDave Young2008-01-251-11/+13
| * | | rtc: use class iteration apiDave Young2008-01-251-10/+12
| * | | power supply : use class iteration apiDave Young2008-01-252-83/+107
| * | | ieee1394: use class iteration apiDave Young2008-01-251-138/+176
| * | | Driver Core: add class iteration apiDave Young2008-01-251-0/+133
| * | | Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck2008-01-251-15/+14Star
| * | | UIO: constify function pointer tablesJan Engelhardt2008-01-251-2/+2
| * | | Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2008-01-251-1/+1
| * | | driver core: fix build with SYSFS=nRandy Dunlap2008-01-252-1/+3
| * | | Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng2008-01-253-10/+1Star
| * | | Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-2510-9/+10
| * | | Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-2517-42/+40Star
| * | | Kobject: auto-cleanup on final unrefKay Sievers2008-01-251-25/+7Star
| * | | Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-255-6/+6
| * | | Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-256-9/+9
| * | | Kobject: convert drivers/md/md.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-251-9/+4Star
| * | | Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-257-47/+60
| * | | Driver core: fix class glue dir cleanup logicKay Sievers2008-01-251-112/+94Star
| * | | Driver core: fix race in __device_release_driverAlan Stern2008-01-251-3/+2Star
| * | | Kobject: change drivers/base/bus to use kobject_init_and_addGreg Kroah-Hartman2008-01-251-6/+4Star