aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2018-05-10agp: uninorth: make two functions staticGravatar Mathieu Malaterre 1-2/+2
2018-04-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-86/+71
2018-04-26Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+42
2018-04-25virtio_console: reset on out of memoryGravatar Michael S. Tsirkin 1-7/+10
2018-04-25virtio_console: move removal codeGravatar Michael S. Tsirkin 1-36/+36
2018-04-25virtio_console: drop custom control queue cleanupGravatar Michael S. Tsirkin 1-17/+0
2018-04-25virtio_console: free buffers after resetGravatar Michael S. Tsirkin 1-25/+24
2018-04-25virtio_console: don't tie bufs to a vqGravatar Michael S. Tsirkin 1-7/+7
2018-04-25random: rate limit unseeded randomness warningsGravatar Theodore Ts'o 1-5/+34
2018-04-24random: fix possible sleeping allocation from irq contextGravatar Theodore Ts'o 1-1/+8
2018-04-21Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-31/+97
2018-04-14random: add new ioctl RNDRESEEDCRNGGravatar Theodore Ts'o 1-1/+12
2018-04-14random: crng_reseed() should lock the crng instance that it is modifyingGravatar Theodore Ts'o 1-2/+2
2018-04-14random: set up the NUMA crng instances after the CRNG is fully initializedGravatar Theodore Ts'o 1-19/+27
2018-04-14random: use a different mixing algorithm for add_device_randomness()Gravatar Theodore Ts'o 1-4/+51
2018-04-14random: fix crng_ready() testGravatar Theodore Ts'o 1-5/+5
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-83/+0
2018-04-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 5-120/+249
2018-04-05kernel.h: Retain constant expression output for max()/min()Gravatar Kees Cook 1-4/+4
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-5/+4
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 10-32/+330
2018-04-04Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-30/+28
2018-04-03Merge tag 'for-linus-4.17' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 27-593/+1067
2018-03-28/dev/mem: Avoid overwriting "err" in read_mem()Gravatar Kees Cook 1-3/+3
2018-03-27ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversGravatar Helge Deller 1-0/+21
2018-03-26char: remove blackfin OTP driverGravatar Arnd Bergmann 3-266/+0
2018-03-26char: remove tile-srom.cGravatar Arnd Bergmann 3-487/+0
2018-03-26char: remove obsolete ds1302 rtc driverGravatar Arnd Bergmann 3-367/+0
2018-03-23hwrng: ks-sa - add hw_random driverGravatar Vitaly Andrianov 3-0/+265
2018-03-23tpm: fix intermittent failure with self testsGravatar James Bottomley 3-40/+31
2018-03-23tpm: add retry logicGravatar James Bottomley 2-15/+61
2018-03-23tpm: self test failure should not cause suspend to failGravatar Chris Chiu 1-0/+4
2018-03-23tpm2: add longer timeouts for creation commands.Gravatar Tomas Winkler 3-13/+26
2018-03-23tpm_crb: use __le64 annotated variable for response buffer addressGravatar Tomas Winkler 1-2/+3
2018-03-23tpm: fix buffer type in tpm_transmit_cmdGravatar Winkler, Tomas 2-5/+5
2018-03-23tpm: tpm-interface: fix tpm_transmit/_cmd kdocGravatar Winkler, Tomas 1-2/+4
2018-03-23tpm: cmd_ready command can be issued only after granting localityGravatar Tomas Winkler 3-47/+119
2018-03-16hwrng: mxc-rnga - add driver support on boards with device treeGravatar Vladimir Zapolskiy 1-9/+14
2018-03-15char: nvram: disable on ARMGravatar Alexandre Belloni 1-1/+1
2018-03-14PCI: Add Altera vendor IDGravatar Johannes Thumshirn 1-1/+0
2018-03-13ipmi_ssif: Fix kernel panic at msg_done_handlerGravatar Kamlakant Patel 1-2/+2
2018-03-13ipmi:pci: Blacklist a Realtek "IPMI" deviceGravatar Corey Minyard 1-0/+12
2018-03-12ipmi: Remove ACPI SPMI probing from the system interface driverGravatar Corey Minyard 1-154/+0
2018-03-12ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverGravatar Corey Minyard 1-105/+0
2018-03-09hwrng: omap - Fix clock resource by adding a register clockGravatar Gregory CLEMENT 1-0/+16
2018-03-09hwrng: omap - Remove useless test before clk_disable_unprepareGravatar Gregory CLEMENT 1-4/+2
2018-03-09hwrng: cavium - make two functions staticGravatar Colin Ian King 2-2/+2
2018-03-06ipmi: missing error code in try_smi_init()Gravatar Dan Carpenter 1-0/+1
2018-03-06ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculationGravatar Colin Ian King 1-2/+1
2018-03-06ipmi: Consolidate cleanup codeGravatar Corey Minyard 1-94/+70