summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
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-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-83/+0
2018-04-08Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds5-120/+249
2018-04-06kernel.h: Retain constant expression output for max()/min()Kees Cook1-4/+4
2018-04-05Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+4
2018-04-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-32/+330
2018-04-05Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-30/+28
2018-04-03Merge tag 'for-linus-4.17' of git://github.com/cminyard/linux-ipmiLinus Torvalds27-593/+1067
2018-03-28/dev/mem: Avoid overwriting "err" in read_mem()Kees Cook1-3/+3
2018-03-27ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller1-0/+21
2018-03-26char: remove blackfin OTP driverArnd Bergmann3-266/+0
2018-03-26char: remove tile-srom.cArnd Bergmann3-487/+0
2018-03-26char: remove obsolete ds1302 rtc driverArnd Bergmann3-367/+0
2018-03-23hwrng: ks-sa - add hw_random driverVitaly Andrianov3-0/+265
2018-03-23tpm: fix intermittent failure with self testsJames Bottomley3-40/+31
2018-03-23tpm: add retry logicJames Bottomley2-15/+61
2018-03-23tpm: self test failure should not cause suspend to failChris Chiu1-0/+4
2018-03-23tpm2: add longer timeouts for creation commands.Tomas Winkler3-13/+26
2018-03-23tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler1-2/+3
2018-03-23tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas2-5/+5
2018-03-23tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas1-2/+4
2018-03-23tpm: cmd_ready command can be issued only after granting localityTomas Winkler3-47/+119
2018-03-16hwrng: mxc-rnga - add driver support on boards with device treeVladimir Zapolskiy1-9/+14
2018-03-15char: nvram: disable on ARMAlexandre Belloni1-1/+1
2018-03-14PCI: Add Altera vendor IDJohannes Thumshirn1-1/+0
2018-03-13ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel1-2/+2
2018-03-13ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard1-0/+12
2018-03-12ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard1-154/+0
2018-03-12ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard1-105/+0
2018-03-09hwrng: omap - Fix clock resource by adding a register clockGregory CLEMENT1-0/+16