summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2020-11-15Merge tag 'char-misc-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2020-11-09virtio: virtio_console: fix DMA memory allocation for rproc serialAlexander Lobakin-4/+4
2020-11-06tpm: efi: Don't create binary_bios_measurements file for an empty logTyler Hicks-0/+5
2020-11-06tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar-2/+27
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin-1/+0
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+3
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+35
2020-10-14Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-36/+89
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-32/+24
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-27/+364
2020-10-05ipmi_si: Fix wrong return value in try_smi_init()Tianjia Zhang-1/+1
2020-10-02hwrng: mxc-rnga - use semicolons rather than commas to separate statementsJulia Lawall-3/+3
2020-10-02hwrng: iproc-rng200 - use semicolons rather than commas to separate statementsJulia Lawall-4/+4
2020-10-02hwrng: stm32 - use semicolons rather than commas to separate statementsJulia Lawall-4/+4
2020-10-02hwrng: npcm - modify readl to readbTomer Maimon-7/+7
2020-10-02tpm_tis: Add a check for invalid statusJames Bottomley-0/+12
2020-10-02tpm: use %*ph to print small bufferAndy Shevchenko-21/+10
2020-10-02tpm: tis: add support for MMIO TPM on SynQuacerMasahisa Kojima-0/+221
2020-09-28agp: use semicolons rather than commas to separate statementsJulia Lawall-3/+3
2020-09-25hwrng: ingenic - Add hardware TRNG for Ingenic X1830周琰杰 (Zhou Yanjie)-0/+176
2020-09-23raw: don't keep unopened block device aroundChristoph Hellwig-32/+19
2020-09-18ipmi: msghandler: Fix a signedness bugDan Carpenter-2/+2
2020-09-16ipmi: add retry in try_get_dev_id()Xianting Tian-2/+17
2020-09-15ipmi: Clean up some printksCorey Minyard-19/+29
2020-09-15ipmi:msghandler: retry to get device id on an errorXianting Tian-4/+25
2020-09-15ipmi:sm: Print current state when the state is invalidXianting Tian-3/+9
2020-09-15ipmi: Reset response handler when failing to send the commandMarkus Boehme-1/+3
2020-09-11hwrng: xiphera-trng: add support for XIP8001B hwrngAtte Tommiska-0/+161
2020-09-11hwrng: imx-rngc - add quality to use it as kernel entropy poolMarco Felsch-0/+1
2020-09-07char: virtio: Select VIRTIO from VIRTIO_CONSOLE.Michal Suchanek-1/+2
2020-09-07/dev/zero: fixups for ->readChristoph Hellwig-3/+9
2020-09-04hwrng: cctrn - Simplify with dev_err_probe()Krzysztof Kozlowski-5/+4
2020-09-03ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang-4/+4
2020-09-03/dev/zero: also implement ->readChristoph Hellwig-0/+22
2020-09-01raw: deprecate the raw driverChristoph Hellwig-0/+5
2020-08-31Merge 5.9-rc3 into char-misc-nextGreg Kroah-Hartman-13/+8
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-7/+2
2020-08-28lp: Avoid comma separated statementsJoe Perches-2/+4
2020-08-28char: mspec: Use kvzalloc() in mspec_mmap()Denis Efremov-4/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-6/+6
2020-08-21hwrng: intel - cleanup initializationTom Rix-1/+1
2020-08-21hwrng: optee - fix wait use caseJorge Ramirez-Ortiz-2/+2
2020-08-21hwrng: optee - handle unlimited data ratesJorge Ramirez-Ortiz-1/+1
2020-08-21crypto: ingenic - Drop kfree for memory allocated with devm_kzallocWei Yongjun-7/+2
2020-08-18char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais-7/+6
2020-08-08Merge tag 'for-linus-5.9-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-9/+7
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+3
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-14/+14
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+60
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-24/+433