aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2018-04-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-04-26Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-25virtio_console: reset on out of memoryMichael S. Tsirkin
2018-04-25virtio_console: move removal codeMichael S. Tsirkin
2018-04-25virtio_console: drop custom control queue cleanupMichael S. Tsirkin
2018-04-25virtio_console: free buffers after resetMichael S. Tsirkin
2018-04-25virtio_console: don't tie bufs to a vqMichael S. Tsirkin
2018-04-25random: rate limit unseeded randomness warningsTheodore Ts'o
2018-04-24random: fix possible sleeping allocation from irq contextTheodore Ts'o
2018-04-21Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-14random: add new ioctl RNDRESEEDCRNGTheodore Ts'o
2018-04-14random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o
2018-04-14random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o
2018-04-14random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o
2018-04-14random: fix crng_ready() testTheodore Ts'o
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-04-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-04-05kernel.h: Retain constant expression output for max()/min()Kees Cook
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-04-04Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-03Merge tag 'for-linus-4.17' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2018-03-28/dev/mem: Avoid overwriting "err" in read_mem()Kees Cook
2018-03-27ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller
2018-03-26char: remove blackfin OTP driverArnd Bergmann
2018-03-26char: remove tile-srom.cArnd Bergmann
2018-03-26char: remove obsolete ds1302 rtc driverArnd Bergmann
2018-03-23hwrng: ks-sa - add hw_random driverVitaly Andrianov
2018-03-23tpm: fix intermittent failure with self testsJames Bottomley
2018-03-23tpm: add retry logicJames Bottomley
2018-03-23tpm: self test failure should not cause suspend to failChris Chiu
2018-03-23tpm2: add longer timeouts for creation commands.Tomas Winkler
2018-03-23tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler
2018-03-23tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas
2018-03-23tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas
2018-03-23tpm: cmd_ready command can be issued only after granting localityTomas Winkler
2018-03-16hwrng: mxc-rnga - add driver support on boards with device treeVladimir Zapolskiy
2018-03-15char: nvram: disable on ARMAlexandre Belloni
2018-03-14PCI: Add Altera vendor IDJohannes Thumshirn
2018-03-13ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel
2018-03-13ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard
2018-03-12ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard
2018-03-12ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard
2018-03-09hwrng: omap - Fix clock resource by adding a register clockGregory CLEMENT
2018-03-09hwrng: omap - Remove useless test before clk_disable_unprepareGregory CLEMENT
2018-03-09hwrng: cavium - make two functions staticColin Ian King
2018-03-06ipmi: missing error code in try_smi_init()Dan Carpenter
2018-03-06ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculationColin Ian King
2018-03-06ipmi: Consolidate cleanup codeCorey Minyard
2018-03-06ipmi: Remove some unnecessary initializationsCorey Minyard