aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07char: add aio_{read,write} to /dev/{null,zero}Zach Brown1-0/+35
2013-05-05rtc: single_open() leaksAl Viro2-2/+2
2013-05-05ds1620: single_open() leakAl Viro1-1/+1
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-72/+268
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-8/+8
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-90/+89
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-1/+1
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-04-30lib/string_helpers: introduce generic string_unescapeAndy Shevchenko1-0/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-87/+205
2013-04-29ds1620: Don't use create_proc_read_entry()David Howells1-14/+19
2013-04-29efirtc: Don't use create_proc_read_entry()David Howells1-43/+40
2013-04-29genrtc: Don't use create_proc_read_entry()David Howells1-25/+23
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-27/+5
2013-04-25hwrng: timeriomem - added devicetree hooksAlexander Clouter1-2/+22
2013-04-25hwrng: timeriomem - update to support more than one deviceAlexander Clouter1-54/+116
2013-04-25hwrng: bcm2835 - Add Broadcom BCM2835 RNG driverLubomir Rintel3-0/+126
2013-04-19vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds1-13/+1
2013-04-17TPM: Retry SaveState command in suspend pathDuncan Laurie2-4/+30
2013-04-15virtio: console: replace EMFILE with EBUSY for already-open portAmit Shah1-1/+1
2013-04-14Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman2-14/+39
2013-04-12tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transferPeter Huewe1-0/+9
2013-04-12tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id table entriesPeter Huewe1-3/+18
2013-04-12tpm_i2c_stm_st33: Remove duplicate inclusion of header filesSachin Kamat1-2/+0
2013-04-12tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Peter Huewe1-40/+97
2013-04-12char/tpm: Convert struct i2c_msg initialization to C99 formatShubhrajyoti Datta1-3/+16
2013-04-12drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpyChen Gang1-7/+7
2013-04-12tpm/tpm_i2c_stm_st33: formatting and white space changesPeter Huewe1-31/+31
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-6/+6
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro1-4/+3
2013-04-08virtio_console: make local symbols staticWei Yongjun1-3/+3
2013-04-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-14/+39
2013-03-30virtio: console: add locking around c_ovq operationsAmit Shah1-0/+5
2013-03-30virtio: console: rename cvq_lock to c_ivq_lockAmit Shah1-8/+9
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-nextGreg Kroah-Hartman1-2/+11
2013-03-25drivers: char: Use PTR_RET functionAlexandru Gheorghiu1-1/+1
2013-03-22hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam1-17/+4
2013-03-22hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han1-1/+2
2013-03-20virtio_console: use simplified virtqueue accessors.Rusty Russell1-3/+3
2013-03-20virtio_rng: use simplified virtqueue accessors.Rusty Russell1-1/+1
2013-03-20hw_random: free rng_buffer at module exitSatoru Takeuchi1-0/+9
2013-03-18Revert "virtio_console: Initialize guest_connected=true for rproc_serial"Sjur Brændeland1-6/+16
2013-03-15drivers: char: use module_platform_driver_probe()Fabio Porcedda2-24/+2
2013-03-15applicom: use correct array offsetDan Carpenter1-2/+2
2013-03-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+11
2013-03-08Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-4/+8
2013-03-08virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah1-2/+11
2013-03-05hw_random: make buffer usable in scatterlist.Rusty Russell1-3/+16
2013-03-04random: fix locking dependency with the tasklist_lockTheodore Ts'o1-4/+8