summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva2018-04-191-2/+1
* ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang2018-04-183-0/+220
* ipmi_si: Clean up shutdown a bitCorey Minyard2018-04-181-21/+11
* ipmi_si: Rename intf_num to si_numCorey Minyard2018-04-181-9/+9
* ipmi: Remove smi->intf checksCorey Minyard2018-04-182-17/+6
* ipmi_ssif: Get rid of unused intf_numCorey Minyard2018-04-181-5/+0
* ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-183-10/+3
* ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard2018-04-181-0/+4
* ipmi_ssif: Remove usecount handlingCorey Minyard2018-04-181-21/+0
* ipmi: Remove condition on interface shutdownCorey Minyard2018-04-181-2/+1
* ipmi_ssif: Convert over to a shutdown handlerCorey Minyard2018-04-181-24/+31
* ipmi_si: Convert over to a shutdown handlerCorey Minyard2018-04-181-13/+18
* ipmi: Rework locking and shutdown for hot removeCorey Minyard2018-04-181-210/+280
* ipmi: Fix some counter issuesCorey Minyard2018-04-181-31/+45
* ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard2018-04-183-95/+99
* ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard2018-04-184-47/+47
* ipmi_devintf: Small lock reworkCorey Minyard2018-04-181-55/+28
* ipmi: Clean up some style issues in the message handlerCorey Minyard2018-04-181-48/+35
* ipmi: Break up i_ipmi_requestCorey Minyard2018-04-181-310/+344
* ipmi:devintf: Clean up some coding style issuesCorey Minyard2018-04-181-22/+18
* ipmi: Clean up some debug codeCorey Minyard2018-04-181-33/+25
* ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard2018-04-181-37/+23
* ipmi: Add a panic handler for IPMI usersCorey Minyard2018-04-181-110/+104
* ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard2018-04-181-30/+20
* ipmi:watchdog: Rework locking and handlingCorey Minyard2018-04-181-155/+140
* ipmi: Add a maintenance mode for IPMB messagesCorey Minyard2018-04-181-0/+28
* ipmi: Add a way to tune some timeoutsCorey Minyard2018-04-181-32/+48
* 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-085-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-053-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-0510-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-021-15/+10