aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)Author
2017-08-06ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic
2017-07-27ipmi:ssif: Add missing unlock in error branchCorey Minyard
2017-07-27ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso
2017-07-12tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen
2017-07-12tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman
2017-06-23Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-19random: silence compiler warnings and fix raceJason A. Donenfeld
2017-06-11Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-11Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-07random: invalidate batched entropy after crng initJason A. Donenfeld
2017-06-07random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o
2017-06-03drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner
2017-06-02Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-02pcmcia: remove left-over %Z formatNicolas Iooss
2017-05-24fix race in drivers/char/random.c:get_reg()Michael Schmitz
2017-05-18drivers: char: mem: Check for address space wraparound with mmap()Julius Werner
2017-05-16char: lp: fix possible integer overflow in lp_setup()Willy Tarreau
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-05-08format-security: move static strings to constKees Cook
2017-05-08agp: use set_memory.h headerLaura Abbott
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-05-01Merge tag 'for-linux-4.12' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2017-04-28ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert
2017-04-26s390/trng: Introduce s390 TRNG device driver.Harald Freudenberger
2017-04-25tpm: Fix reference count to main deviceStefan Berger
2017-04-25tpm_tis: convert to using locality callbacksJerry Snitselaar
2017-04-25tpm: fix handling of the TPM 2.0 event logsPetr Vandrovec
2017-04-25tpm_crb: remove a cruft constantJarkko Sakkinen
2017-04-21hwrng: mtk - Add driver for hardware random generator on MT7623 SoCSean Wang
2017-04-21hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Markus Elfring
2017-04-21crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski
2017-04-20Annotate hardware config module parameters in drivers/char/David Howells
2017-04-20Annotate hardware config module parameters in drivers/char/mwave/David Howells
2017-04-20Annotate hardware config module parameters in drivers/char/ipmi/David Howells
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani
2017-04-14Merge tag 'devmem-v4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-04-12mm: Tighten x86 /dev/mem with zeroing readsKees Cook