aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-01-07hwrng: via_rng - Fix memory scribbling on some CPUsHerbert Xu
2011-01-07hwrng: via_rng - Fix asm constraintsHerbert Xu
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-08-09Revert "hwrng: n2-drv - remove casts from void*"Herbert Xu
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely
2010-07-05hwrng: n2-drv - remove casts from void*Kulikov Vasiliy
2010-05-25Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-20ARM: 6137/1: nomadik hwrng: Add clock supportSrinidhi Kasagar
2010-05-19virtio-rng: use virtqueue_xxx wrappersMichael S. Tsirkin
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-02-15omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2Tony Lindgren
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-01-16virtio: fix section mismatch warningsJeff Mahoney
2009-12-23hwrng: core - Fix double unlock in rng_dev_readHerbert Xu
2009-12-19hwrng: nomadik - Add hardware RNG driverAlessandro Rubini
2009-12-09Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-03hwrng: core - Prevent too-small buffer sizesIan Molton
2009-12-01hwrng: virtio-rng - Convert to new APIIan Molton
2009-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu
2009-12-01hwrng: core - Replace u32 in driver API with byte arrayIan Molton
2009-10-22move virtrng_remove to .devexit.textUwe Kleine-König
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-10-14hw_random: Remove BKL from coreThomas Gleixner
2009-09-24omap: rng: Use resource_size instead of manual calculationTobias Klauser
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-09-23virtio: make add_buf return capacity remainingRusty Russell
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-17MIPS: hw_random: Add hardware RNG for Octeon SOCs.David Daney
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-06-25hwrng: Use PCI_VDEVICEJoe Perches
2009-06-17MIPS: hwrng: Add TX4939 RNG driverAtsushi Nemoto
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2009-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-06-12virtio: handle short buffers in virtio_rng.Rusty Russell
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell