summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-16powerpc/crypto: Build files for the nx device driverKent Yoder2-0/+28
2012-05-16powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder1-0/+103
2012-05-16powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder1-0/+265
2012-05-16powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder1-0/+246
2012-05-16powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder1-0/+236
2012-05-16powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder1-0/+353
2012-05-16powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder1-0/+139
2012-05-16powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder1-0/+178
2012-05-16powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder1-0/+468
2012-05-16powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder1-0/+141
2012-05-16powerpc/crypto: nx driver code supporting nx encryptionKent Yoder3-0/+1114
2012-05-14powerpc/pseries/hwrng: PFO-based hwrng driverKent Yoder3-0/+110
2012-05-14Merge branch 'merge' into nextBenjamin Herrenschmidt106-852/+1142
2012-05-10Merge branch 'parisc' (PA-RISC compile fixes)Linus Torvalds2-0/+3
2012-05-10parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer2-0/+3
2012-05-10drivers/leds: correct __devexit annotationsArnd Bergmann2-3/+3
2012-05-09Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds1-1/+3
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan1-1/+3
2012-05-09powerpc/windfarm: Fix crash on SMU based machine after i2c conversionBenjamin Herrenschmidt1-1/+1
2012-05-09Merge branch 'merge' into nextBenjamin Herrenschmidt1-3/+3
2012-05-08Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2-2/+5
2012-05-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-181/+34
2012-05-08Merge tag 'stable/for-linus-3.4-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-21/+28
2012-05-07xen/Kconfig: fix Kconfig layoutAndrew Morton1-10/+12
2012-05-07regulator: Actually free the regulator in devm_regulator_put()Mark Brown1-1/+4
2012-05-07drivers/video/xen-fbfront.c: add missing cleanup codeJulia Lawall1-11/+16
2012-05-07drm/nouveau/i2c: resume use of i2c-algo-bit, rather than custom stackBen Skeggs2-178/+22
2012-05-07drm/i915: Do no set Stencil Cache eviction LRA w/a on gen7+Daniel Vetter1-3/+6
2012-05-07drm/i915: disable sdvo hotplug on i945g/gmDaniel Vetter1-0/+6
2012-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-05-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-13/+10
2012-05-05ACPI: Fix D3hot v D3cold confusionLin Ming3-13/+10
2012-05-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2012-05-04intel_mid_powerbtn: mark irq as IRQF_NO_SUSPENDYong Wang1-1/+1
2012-05-04Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-14/+23
2012-05-04Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds2-5/+1
2012-05-04drm/radeon: clarify and extend wb setup on APUs and NI+ asicsAlex Deucher1-2/+2
2012-05-04md/bitmap: fix calculation of 'chunks' - missing shift.NeilBrown2-5/+1
2012-05-03Merge tag 'mfd-for-linus-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2012-05-03Merge branch 'efi-vars' from Matthew GarrettLinus Torvalds1-16/+30
2012-05-03efivars: Improve variable validationMatthew Garrett1-16/+30
2012-05-03Merge tag 'tag/upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-5/+7
2012-05-03Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds4-8/+15
2012-05-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-6/+17
2012-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-271/+415
2012-05-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2012-05-03ata: ahci_platform: Add synopsys ahci controller in DT's compatible listViresh Kumar1-0/+1
2012-05-03ata/pata_arasan_cf: Move arasan_cf_pm_ops out of #ifdef, #endif macrosViresh Kumar1-3/+1
2012-05-03libata: init ata_print_id to 0Tero Roponen1-1/+1
2012-05-03ahci: Detect Marvell 88SE9172 SATA controllerMatt Johnson1-0/+2