aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-7/+9
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-5/+4
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-4/+6
2011-01-07hwrng: via_rng - Fix memory scribbling on some CPUsGravatar Herbert Xu 1-2/+5
2011-01-07hwrng: via_rng - Fix asm constraintsGravatar Herbert Xu 1-2/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+1
2010-08-09Revert "hwrng: n2-drv - remove casts from void*"Gravatar Herbert Xu 1-1/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 3-5/+5
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-2/+2
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 1-2/+2
2010-07-05hwrng: n2-drv - remove casts from void*Gravatar Kulikov Vasiliy 1-1/+1
2010-05-25Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-0/+17
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGravatar Grant Likely 1-3/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 2-4/+10
2010-05-20ARM: 6137/1: nomadik hwrng: Add clock supportGravatar Srinidhi Kasagar 1-0/+17
2010-05-19virtio-rng: use virtqueue_xxx wrappersGravatar Michael S. Tsirkin 1-3/+3
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 2-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-0/+3
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictGravatar Tony Lindgren 3-0/+116
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 3-0/+116
2010-02-15omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2Gravatar Tony Lindgren 1-1/+1
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2010-01-16virtio: fix section mismatch warningsGravatar Jeff Mahoney 1-3/+3
2009-12-23hwrng: core - Fix double unlock in rng_dev_readGravatar Herbert Xu 1-2/+3
2009-12-19hwrng: nomadik - Add hardware RNG driverGravatar Alessandro Rubini 3-0/+116
2009-12-09Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2009-12-03hwrng: core - Prevent too-small buffer sizesGravatar Ian Molton 1-1/+2
2009-12-01hwrng: virtio-rng - Convert to new APIGravatar Ian Molton 1-51/+27
2009-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Herbert Xu 3-5/+5
2009-12-01hwrng: core - Replace u32 in driver API with byte arrayGravatar Ian Molton 1-43/+64
2009-10-22move virtrng_remove to .devexit.textGravatar Uwe Kleine-König 1-1/+1
2009-10-22virtio: let header files include virtio_ids.hGravatar Christian Borntraeger 1-1/+0
2009-10-14hw_random: Remove BKL from coreGravatar Thomas Gleixner 1-1/+0
2009-09-24omap: rng: Use resource_size instead of manual calculationGravatar Tobias Klauser 1-2/+2
2009-09-23virtio: add virtio IDs fileGravatar Fernando Luis Vazquez Cao 1-0/+1
2009-09-23virtio: make add_buf return capacity remainingGravatar Rusty Russell 1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsGravatar Kay Sievers 1-1/+1
2009-09-17MIPS: hw_random: Add hardware RNG for Octeon SOCs.Gravatar David Daney 3-0/+161
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 2-4/+3
2009-07-08Remove multiple KERN_ prefixes from printk formatsGravatar Joe Perches 1-4/+5
2009-06-25hwrng: Use PCI_VDEVICEGravatar Joe Perches 2-4/+3
2009-06-17MIPS: hwrng: Add TX4939 RNG driverGravatar Atsushi Nemoto 3-0/+198
2009-06-15Driver Core: misc: add nodename support for misc devices.Gravatar Kay Sievers 1-0/+1
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 3-0/+260
2009-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 4-23/+22
2009-06-12virtio: handle short buffers in virtio_rng.Gravatar Rusty Russell 1-8/+16
2009-06-12virtio: find_vqs/del_vqs virtio operationsGravatar Michael S. Tsirkin 1-3/+3