summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-13/+16
|\
| * random: convert to ->poll_maskChristoph Hellwig2018-05-261-13/+16
* | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-166-86/+7
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+1
* | agp: uninorth: make two functions staticMathieu Malaterre2018-05-101-2/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-261-86/+71
|\
| * virtio_console: reset on out of memoryMichael S. Tsirkin2018-04-251-7/+10
| * virtio_console: move removal codeMichael S. Tsirkin2018-04-251-36/+36
| * virtio_console: drop custom control queue cleanupMichael S. Tsirkin2018-04-251-17/+0
| * virtio_console: free buffers after resetMichael S. Tsirkin2018-04-251-25/+24
| * virtio_console: don't tie bufs to a vqMichael S. Tsirkin2018-04-251-7/+7
* | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-261-6/+42
|\ \ | |/ |/|
| * random: rate limit unseeded randomness warningsTheodore Ts'o2018-04-251-5/+34
| * random: fix possible sleeping allocation from irq contextTheodore Ts'o2018-04-241-1/+8
* | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-211-31/+97
|\ \ | |/
| * random: add new ioctl RNDRESEEDCRNGTheodore Ts'o2018-04-141-1/+12
| * random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o2018-04-141-2/+2
| * random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o2018-04-141-19/+27
| * random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o2018-04-141-4/+51
| * random: fix crng_ready() testTheodore Ts'o2018-04-141-5/+5
* | Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-04-101-83/+0
|\ \
| * | char: rtc: remove unused rtc_control() APIAlexandre Belloni2018-03-011-83/+0
* | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-04-075-120/+249
|\ \ \
| * | | tpm: fix intermittent failure with self testsJames Bottomley2018-03-233-40/+31
| * | | tpm: add retry logicJames Bottomley2018-03-232-15/+61
| * | | tpm: self test failure should not cause suspend to failChris Chiu2018-03-231-0/+4
| * | | tpm2: add longer timeouts for creation commands.Tomas Winkler2018-03-233-13/+26
| * | | tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler2018-03-231-2/+3
| * | | tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas2018-03-232-5/+5
| * | | tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas2018-03-231-2/+4
| * | | tpm: cmd_ready command can be issued only after granting localityTomas Winkler2018-03-233-47/+119
* | | | kernel.h: Retain constant expression output for max()/min()Kees Cook2018-04-051-4/+4
* | | | Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-043-5/+4
|\ \ \ \
| * | | | /dev/mem: Avoid overwriting "err" in read_mem()Kees Cook2018-03-281-3/+3
| * | | | char: nvram: disable on ARMAlexandre Belloni2018-03-151-1/+1
| * | | | PCI: Add Altera vendor IDJohannes Thumshirn2018-03-141-1/+0
| |/ / /
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-0410-32/+330
|\ \ \ \
| * | | | hwrng: ks-sa - add hw_random driverVitaly Andrianov2018-03-233-0/+265
| * | | | hwrng: mxc-rnga - add driver support on boards with device treeVladimir Zapolskiy2018-03-161-9/+14
| * | | | hwrng: omap - Fix clock resource by adding a register clockGregory CLEMENT2018-03-091-0/+16
| * | | | hwrng: omap - Remove useless test before clk_disable_unprepareGregory CLEMENT2018-03-091-4/+2
| * | | | hwrng: cavium - make two functions staticColin Ian King2018-03-092-2/+2
| * | | | hwrng: stm32 - rework read timeout calculationlionel.debieve@st.com2018-03-031-15/+10
| * | | | hwrng: stm32 - allow disable clock error detectionlionel.debieve@st.com2018-03-031-1/+9
| * | | | hwrng: stm32 - add reset during probelionel.debieve@st.com2018-03-031-0/+9
| * | | | hwrng: bcm2835 - Handle deferred clock properlyStefan Wahren2018-02-221-0/+2
| * | | | hwrng: imx-rngc - make symbol imx_rngc_pm_ops staticweiyongjun \(A\)2018-02-151-1/+1
| | |/ / | |/| |
* | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-041-30/+28
|\ \ \ \ | | |_|/ | |/| |
| * | | drivers/char/random.c: remove unused dont_count_entropyRasmus Villemoes2018-02-281-28/+25
OpenPOWER on IntegriCloud