summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* ipmi: Properly release srcu locks on error conditionsCorey Minyard2018-05-241-18/+25
* ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman2018-05-231-3/+14
* ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-05-221-1/+2
* ipmi: Remove the proc interfaceCorey Minyard2018-05-094-486/+0
* 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
* ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller2018-03-271-0/+21
* ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel2018-03-131-2/+2
* ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard2018-03-131-0/+12
* ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard2018-03-121-154/+0
* ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard2018-03-121-105/+0
* ipmi: missing error code in try_smi_init()Dan Carpenter2018-03-061-0/+1
* ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculationColin Ian King2018-03-061-2/+1
* ipmi: Consolidate cleanup codeCorey Minyard2018-03-061-94/+70
* ipmi: Remove some unnecessary initializationsCorey Minyard2018-03-061-5/+0
* ipmi: Fix some error cleanup issuesCorey Minyard2018-03-061-4/+14
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-2722-206/+24
* ipmi: Re-use existing macros for built-in propertiesAndy Shevchenko2018-02-261-13/+5
* ipmi:pci: Make the PCI defines consistent with normal Linux onesCorey Minyard2018-02-261-17/+14
* ipmi: kcs_bmc: coding-style fixes and use new poll typeHaiyue Wang2018-02-263-36/+41
* ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_dataGustavo A. R. Silva2018-02-261-0/+1
* ipmi: add an Aspeed KCS IPMI BMC driverHaiyue Wang2018-02-263-0/+332
* ipmi: add a KCS IPMI BMC driverHaiyue Wang2018-02-264-0/+574
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-4/+4