summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)Author
2018-05-14tpm_tis: verify locality released before returning from release_localityJerry Snitselaar
2018-05-10agp: uninorth: make two functions staticMathieu Malaterre
2018-05-10tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas
2018-05-09ipmi: Remove the proc interfaceCorey Minyard
2018-05-09tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWNColin Ian King
2018-05-09tpm: Move eventlog declarations to its own headerThiebaud Weksteen
2018-05-09tpm: Move shared eventlog functions to common.cThiebaud Weksteen
2018-05-09tpm: Move eventlog files to a subdirectoryThiebaud Weksteen
2018-05-09tpm: Add explicit endianness castThiebaud Weksteen
2018-05-09tpm: st33zp24: remove redundant null check on chipColin Ian King
2018-05-09tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain
2018-05-05hwrng: stm32 - fix pm_suspend issuelionel.debieve@st.com
2018-05-05hwrng: stm32 - define default state for rng driverlionel.debieve@st.com
2018-04-30Merge 4.17-rc3 into char-misc-nextGreg Kroah-Hartman
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-23char: mspec: change return type to vm_fault_tSouptick Joarder
2018-04-21Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-21hwrng: via - support new Centaur CPUdavidwang
2018-04-19ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva
2018-04-18ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang
2018-04-18ipmi_si: Clean up shutdown a bitCorey Minyard
2018-04-18ipmi_si: Rename intf_num to si_numCorey Minyard
2018-04-18ipmi: Remove smi->intf checksCorey Minyard
2018-04-18ipmi_ssif: Get rid of unused intf_numCorey Minyard
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard
2018-04-18ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard
2018-04-18ipmi_ssif: Remove usecount handlingCorey Minyard
2018-04-18ipmi: Remove condition on interface shutdownCorey Minyard
2018-04-18ipmi_ssif: Convert over to a shutdown handlerCorey Minyard
2018-04-18ipmi_si: Convert over to a shutdown handlerCorey Minyard
2018-04-18ipmi: Rework locking and shutdown for hot removeCorey Minyard
2018-04-18ipmi: Fix some counter issuesCorey Minyard
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard
2018-04-18ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard
2018-04-18ipmi_devintf: Small lock reworkCorey Minyard
2018-04-18ipmi: Clean up some style issues in the message handlerCorey Minyard
2018-04-18ipmi: Break up i_ipmi_requestCorey Minyard
2018-04-18ipmi:devintf: Clean up some coding style issuesCorey Minyard
2018-04-18ipmi: Clean up some debug codeCorey Minyard
2018-04-18ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard
2018-04-18ipmi: Add a panic handler for IPMI usersCorey Minyard
2018-04-18ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard