aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2013-05-24random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina
2013-05-24drivers/char/random.c: fix priming of last_dataJarod Wilson
2013-05-23Merge tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-05-21ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing ...Darrick J. Wong
2013-05-18Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-05-16Char: lp, protect LPGETSTATUS with port_mutexsalina@us.ibm.com
2013-05-16ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise
2013-05-16ipmi: Improve error messages on failed irq enableCorey Minyard
2013-05-16drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang
2013-05-16drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupAlexandru Gheorghiu
2013-05-12drivers/char/hw_random: don't check resource with devm_ioremap_resourceWolfram Sang
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07char: add aio_{read,write} to /dev/{null,zero}Zach Brown
2013-05-05rtc: single_open() leaksAl Viro
2013-05-05ds1620: single_open() leakAl Viro
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-04-30lib/string_helpers: introduce generic string_unescapeAndy Shevchenko
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-04-29ds1620: Don't use create_proc_read_entry()David Howells
2013-04-29efirtc: Don't use create_proc_read_entry()David Howells
2013-04-29genrtc: Don't use create_proc_read_entry()David Howells
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-04-25hwrng: timeriomem - added devicetree hooksAlexander Clouter
2013-04-25hwrng: timeriomem - update to support more than one deviceAlexander Clouter
2013-04-25hwrng: bcm2835 - Add Broadcom BCM2835 RNG driverLubomir Rintel
2013-04-19vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds
2013-04-17TPM: Retry SaveState command in suspend pathDuncan Laurie
2013-04-15virtio: console: replace EMFILE with EBUSY for already-open portAmit Shah
2013-04-14Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman
2013-04-12tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transferPeter Huewe
2013-04-12tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id t...Peter Huewe
2013-04-12tpm_i2c_stm_st33: Remove duplicate inclusion of header filesSachin Kamat
2013-04-12tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Peter Huewe
2013-04-12char/tpm: Convert struct i2c_msg initialization to C99 formatShubhrajyoti Datta
2013-04-12drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpyChen Gang
2013-04-12tpm/tpm_i2c_stm_st33: formatting and white space changesPeter Huewe
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro
2013-04-08virtio_console: make local symbols staticWei Yongjun
2013-04-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-03-30virtio: console: add locking around c_ovq operationsAmit Shah
2013-03-30virtio: console: rename cvq_lock to c_ivq_lockAmit Shah
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-03-25drivers: char: Use PTR_RET functionAlexandru Gheorghiu
2013-03-22hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam
2013-03-22hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han