summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2018-06-21agp: uninorth: make two functions staticMathieu Malaterre
2018-05-30hwrng: bcm2835 - Handle deferred clock properlyStefan Wahren
2018-05-30hwrng: stm32 - add reset during probelionel.debieve@st.com
2018-05-30ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel
2018-05-01virtio_console: reset on out of memoryMichael S. Tsirkin
2018-05-01virtio_console: move removal codeMichael S. Tsirkin
2018-05-01virtio_console: drop custom control queue cleanupMichael S. Tsirkin
2018-05-01virtio_console: free buffers after resetMichael S. Tsirkin
2018-05-01virtio_console: don't tie bufs to a vqMichael S. Tsirkin
2018-05-01random: rate limit unseeded randomness warningsTheodore Ts'o
2018-05-01random: fix possible sleeping allocation from irq contextTheodore Ts'o
2018-05-01random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o
2018-04-29tpm: add retry logicJames Bottomley
2018-04-29tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas
2018-04-29tpm: cmd_ready command can be issued only after granting localityTomas Winkler
2018-04-24random: add new ioctl RNDRESEEDCRNGTheodore Ts'o
2018-04-24random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o
2018-04-24random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o
2018-04-24random: fix crng_ready() testTheodore Ts'o
2018-04-24tpm: self test failure should not cause suspend to failChris Chiu
2018-04-24random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o
2018-04-19ipmi: Fix some error cleanup issuesCorey Minyard
2018-04-08/dev/mem: Avoid overwriting "err" in read_mem()Kees Cook
2018-02-26tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-02-26tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-02-26tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone
2018-02-26tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-02-26tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-01-31Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-26hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()weiyongjun \(A\)
2018-01-25char: lp: use true or false for boolean valuesGustavo A. R. Silva
2018-01-22ipmi_ssif: Remove duplicate NULL checkAndy Shevchenko
2018-01-22ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun
2018-01-22ipmi: use dynamic memory for DMI driver overrideJohn Garry
2018-01-18hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser
2018-01-18hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)
2018-01-18hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter
2018-01-18hwrng: mediatek - Setup default RNG qualitySean Wang
2018-01-16ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driverJeremy Kerr
2018-01-15ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki