summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2016-02-20vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \(Vicky\) Lo1-1/+1
2016-01-29ipmi: move timer init to before irq is setupJan Stancek1-4/+4
2015-08-17ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi1-1/+1
2015-08-03agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson1-1/+1
2015-08-03vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \\(Vicky\\) Lo1-2/+3
2015-03-26tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2-8/+8
2015-03-26virtio_console: init work unconditionallyMichael S. Tsirkin1-1/+2
2015-03-07Added Little Endian support to vtpm modulehonclo1-8/+12
2015-03-07tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard1-1/+1
2015-03-07tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo1-0/+8
2015-03-07tpm_tis: verify interrupt during initScot Doyle1-14/+62
2014-11-14random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-5/+5
2014-09-17tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe3-21/+75
2014-09-17tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen1-3/+4
2014-07-01applicom: dereferencing NULL on error pathDan Carpenter1-1/+0
2014-06-08ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard1-2/+3
2014-06-08ipmi: Fix a race restarting the timerBodo Stroesser1-18/+28
2014-04-27Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-02-23raw: test against runtime value of max_raw_minorsPaul Bolle1-1/+1
2014-02-06tpm/tpm_ppi: Do not compare strcmp(a,b) == -1Peter Huewe1-4/+4
2014-02-06tpm/tpm_i2c_stm_st33: Check return code of get_burstcountPeter Huewe1-1/+6
2014-01-16ACPI / TPM: fix memory leak when walking ACPI namespaceJiang Liu1-6/+9
2013-12-12drivers/char/i8k.c: add Dell XPLS L421XAlan Cox1-0/+7
2013-10-18random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o1-2/+1
2013-08-15virtio: console: return -ENODEV on all read operations after unplugAmit Shah1-1/+5
2013-08-15virtio: console: fix raising SIGIO after port unplugAmit Shah1-3/+5
2013-08-15virtio: console: clean up port data immediately at time of unplugAmit Shah1-8/+8
2013-08-15virtio: console: fix race in port_fops_open() and port unplugAmit Shah1-0/+4
2013-08-15virtio: console: fix race with port unplug and open/closeAmit Shah1-7/+6
2013-08-15virtio/console: Add pipe_lock/unlock for splice_writeYoshihiro YUNOMAE1-5/+15
2013-08-15virtio/console: Quit from splice_write if pipe->nrbufs is 0Yoshihiro YUNOMAE1-0/+7
2013-08-12hwrng: bcm2835: fix MODULE_LICENSE tagArnd Bergmann1-1/+1
2013-08-12parisc: agp/parisc-agp: allow binding of user memory to the AGP GARTAlex Ivanov1-2/+4
2013-05-25random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina1-8/+16
2013-05-25drivers/char/random.c: fix priming of last_dataJarod Wilson1-15/+15
2013-05-23Merge tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+4
2013-05-21ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing ...Darrick J. Wong1-1/+1
2013-05-18Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+0
2013-05-17Char: lp, protect LPGETSTATUS with port_mutexsalina@us.ibm.com1-0/+3
2013-05-17ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise1-1/+13
2013-05-17ipmi: Improve error messages on failed irq enableCorey Minyard1-6/+10
2013-05-17drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang1-2/+2
2013-05-17drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupAlexandru Gheorghiu1-2/+1
2013-05-12drivers/char/hw_random: don't check resource with devm_ioremap_resourceWolfram Sang2-11/+0
2013-05-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-08char: 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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-72/+268
2013-05-03Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+8