aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-05hwrng: stm32 - define default state for rng driverlionel.debieve@st.com1-0/+1
2018-04-30Merge 4.17-rc3 into char-misc-nextGreg Kroah-Hartman2-92/+113
2018-04-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-86/+71
2018-04-26Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-6/+42
2018-04-25virtio_console: reset on out of memoryMichael S. Tsirkin1-7/+10
2018-04-25virtio_console: move removal codeMichael S. Tsirkin1-36/+36
2018-04-25virtio_console: drop custom control queue cleanupMichael S. Tsirkin1-17/+0
2018-04-25virtio_console: free buffers after resetMichael S. Tsirkin1-25/+24
2018-04-25virtio_console: don't tie bufs to a vqMichael S. Tsirkin1-7/+7
2018-04-25random: rate limit unseeded randomness warningsTheodore Ts'o1-5/+34
2018-04-24random: fix possible sleeping allocation from irq contextTheodore Ts'o1-1/+8
2018-04-23char: mspec: change return type to vm_fault_tSouptick Joarder1-9/+2
2018-04-21Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-31/+97
2018-04-21hwrng: via - support new Centaur CPUdavidwang1-1/+1
2018-04-19ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva1-2/+1
2018-04-18ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang3-0/+220
2018-04-18ipmi_si: Clean up shutdown a bitCorey Minyard1-21/+11
2018-04-18ipmi_si: Rename intf_num to si_numCorey Minyard1-9/+9
2018-04-18ipmi: Remove smi->intf checksCorey Minyard2-17/+6
2018-04-18ipmi_ssif: Get rid of unused intf_numCorey Minyard1-5/+0
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard3-10/+3
2018-04-18ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard1-0/+4
2018-04-18ipmi_ssif: Remove usecount handlingCorey Minyard1-21/+0
2018-04-18ipmi: Remove condition on interface shutdownCorey Minyard1-2/+1
2018-04-18ipmi_ssif: Convert over to a shutdown handlerCorey Minyard1-24/+31
2018-04-18ipmi_si: Convert over to a shutdown handlerCorey Minyard1-13/+18
2018-04-18ipmi: Rework locking and shutdown for hot removeCorey Minyard1-210/+280
2018-04-18ipmi: Fix some counter issuesCorey Minyard1-31/+45
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard3-95/+99
2018-04-18ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard4-47/+47
2018-04-18ipmi_devintf: Small lock reworkCorey Minyard1-55/+28
2018-04-18ipmi: Clean up some style issues in the message handlerCorey Minyard1-48/+35
2018-04-18ipmi: Break up i_ipmi_requestCorey Minyard1-310/+344
2018-04-18ipmi:devintf: Clean up some coding style issuesCorey Minyard1-22/+18
2018-04-18ipmi: Clean up some debug codeCorey Minyard1-33/+25
2018-04-18ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard1-37/+23
2018-04-18ipmi: Add a panic handler for IPMI usersCorey Minyard1-110/+104
2018-04-18ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard1-30/+20
2018-04-18ipmi:watchdog: Rework locking and handlingCorey Minyard1-155/+140
2018-04-18ipmi: Add a maintenance mode for IPMB messagesCorey Minyard1-0/+28
2018-04-18ipmi: Add a way to tune some timeoutsCorey Minyard1-32/+48
2018-04-14random: add new ioctl RNDRESEEDCRNGTheodore Ts'o1-1/+12
2018-04-14random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o1-2/+2
2018-04-14random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o1-19/+27
2018-04-14random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o1-4/+51
2018-04-14random: fix crng_ready() testTheodore Ts'o1-5/+5
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-83/+0
2018-04-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-120/+249
2018-04-05kernel.h: Retain constant expression output for max()/min()Kees Cook1-4/+4
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-5/+4