aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-25hwrng: bcm2835 - Add Broadcom BCM2835 RNG driverLubomir Rintel3-0/+126
2013-04-25crypto: caam - static constify error dataKim Phillips1-5/+5
2013-04-25crypto: caam - change key gen functions to return signed intKim Phillips3-4/+4
2013-04-03crypto: ux500 - fix error return code in hash_dma_final()Wei Yongjun1-0/+2
2013-03-22crypto: picoxcell - Use of_match_ptr() macroSachin Kamat1-3/+1
2013-03-22hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam1-17/+4
2013-03-22crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg1-0/+6
2013-03-22crypto: caam - set RDB bit in security configuration registerVakul Garg2-1/+6
2013-03-22hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han1-1/+2
2013-03-21crypto: ux500 - replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-3/+1
2013-03-21crypto: sahara - Add driver for SAHARA2 accelerator.Javier Martin3-0/+1081
2013-03-10crypto: caam - fix typo "CRYPTO_AHASH"Paul Bolle1-1/+1
2013-03-10crypto: omap-sham - Use module_platform_driver macroSachin Kamat1-12/+1
2013-03-10crypto: omap-aes - Use module_platform_driver macroSachin Kamat1-12/+1
2013-03-10crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes1-1/+1
2013-03-10crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes1-1/+1
2013-03-10crypto: bfin_crc - Fix possible NULL pointer dereferenceSyam Sidhardhan1-3/+3
2013-03-10crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer3-104/+497
2013-03-10crypto: atmel-tdes - add support for latest release of the IP (0x700)Nicolas Royer2-53/+343
2013-03-10crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer1-118/+353
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-378/+1210
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-3/+3
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds47-1004/+3725
2013-02-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds466-8472/+31149
2013-02-24Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds14-137/+1517
2013-02-24tty vt: fix character insertion overflowNicolas Pitre1-1/+1
2013-02-24Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds12-54/+1210
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+957
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds10-35/+320
2013-02-23mm: rename page struct field helpersMel Gorman2-2/+2
2013-02-23usb: forbid memory allocation with I/O during bus resetMing Lei1-0/+13
2013-02-23pm / runtime: force memory allocation with no I/O during Runtime PM callbcackMing Lei1-1/+18
2013-02-23pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei1-0/+70
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen1-10/+13
2013-02-23cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpuWen Congyang1-0/+2
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen1-2/+6
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu1-13/+183
2013-02-23memory-hotplug: check whether all memory blocks are offlined or not when removing memoryYasuaki Ishimatsu1-0/+6
2013-02-23drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZEAndrew Morton1-7/+7
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds21-37/+1956
2013-02-22Merge branch 'parisc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds5-17/+11
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+8
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds38-581/+774
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds66-820/+1341
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds25-34/+29
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds91-708/+8531
2013-02-21rtc: rtc-davinci: use devm_*() functionsJingoo Han1-18/+10
2013-02-21rtc: rtc-max8997: use devm_request_threaded_irq()Jingoo Han1-4/+3
2013-02-21rtc: rtc-max8907: use devm_request_threaded_irq()Jingoo Han1-3/+3