summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* rtc: single_open() leaksAl Viro2013-05-052-2/+2
* ds1620: single_open() leakAl Viro2013-05-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-026-72/+268
|\
| * hwrng: timeriomem - added devicetree hooksAlexander Clouter2013-04-251-2/+22
| * hwrng: timeriomem - update to support more than one deviceAlexander Clouter2013-04-251-54/+116
| * hwrng: bcm2835 - Add Broadcom BCM2835 RNG driverLubomir Rintel2013-04-253-0/+126
| * hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam2013-03-221-17/+4
| * hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han2013-03-221-1/+2
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-022-8/+8
|\ \
| * | virtio: console: replace EMFILE with EBUSY for already-open portAmit Shah2013-04-151-1/+1
| * | virtio_console: make local symbols staticWei Yongjun2013-04-081-3/+3
| * | virtio_console: use simplified virtqueue accessors.Rusty Russell2013-03-201-3/+3
| * | virtio_rng: use simplified virtqueue accessors.Rusty Russell2013-03-201-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-015-90/+89
|\ \ \
| * | | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-1/+1
| * | | ds1620: Don't use create_proc_read_entry()David Howells2013-04-291-14/+19
| * | | efirtc: Don't use create_proc_read_entry()David Howells2013-04-291-43/+40
| * | | genrtc: Don't use create_proc_read_entry()David Howells2013-04-291-25/+23
| * | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-6/+6
| * | | get rid of a bunch of open-coded create_proc_read_entry()Al Viro2013-04-091-4/+3
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-301-0/+1
|\ \ \ \
| * | | | lib/string_helpers: introduce generic string_unescapeAndy Shevchenko2013-04-301-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-04-305-87/+205
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TPM: Retry SaveState command in suspend pathDuncan Laurie2013-04-172-4/+30
| * | | | tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transferPeter Huewe2013-04-121-0/+9
| * | | | tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id t...Peter Huewe2013-04-121-3/+18
| * | | | tpm_i2c_stm_st33: Remove duplicate inclusion of header filesSachin Kamat2013-04-121-2/+0
| * | | | tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Peter Huewe2013-04-121-40/+97
| * | | | char/tpm: Convert struct i2c_msg initialization to C99 formatShubhrajyoti Datta2013-04-121-3/+16
| * | | | drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpyChen Gang2013-04-121-7/+7
| * | | | tpm/tpm_i2c_stm_st33: formatting and white space changesPeter Huewe2013-04-121-31/+31
* | | | | Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-04-294-27/+5
|\ \ \ \ \
| * \ \ \ \ Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman2013-04-142-14/+39
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-03-261-2/+11
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | drivers: char: Use PTR_RET functionAlexandru Gheorghiu2013-03-251-1/+1
| * | | | | | drivers: char: use module_platform_driver_probe()Fabio Porcedda2013-03-152-24/+2
| * | | | | | applicom: use correct array offsetDan Carpenter2013-03-151-2/+2
| | |_|/ / / | |/| | | |
* | | | | | vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds2013-04-191-13/+1
| |_|/ / / |/| | | |
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-04-012-14/+39
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | virtio: console: add locking around c_ovq operationsAmit Shah2013-03-301-0/+5
| * | | | virtio: console: rename cvq_lock to c_ivq_lockAmit Shah2013-03-301-8/+9
| * | | | hw_random: free rng_buffer at module exitSatoru Takeuchi2013-03-201-0/+9
| * | | | Revert "virtio_console: Initialize guest_connected=true for rproc_serial"Sjur Brændeland2013-03-181-6/+16
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-121-2/+11
|\| | | | | |/ / / |/| | |
| * | | virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah2013-03-081-2/+11
* | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-03-081-4/+8
|\ \ \ \ | |/ / / |/| | |
| * | | random: fix locking dependency with the tasklist_lockTheodore Ts'o2013-03-041-4/+8
* | | | hw_random: make buffer usable in scatterlist.Rusty Russell2013-03-051-3/+16
| |/ / |/| |
* | | drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionallyDae S. Kim2013-02-271-7/+9
* | | ipmi: add options to disable openfirmware and PCI scanningCorey Minyard2013-02-271-10/+28