aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAge
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* ipmi: Properly release srcu locks on error conditionsCorey Minyard2018-05-24
* ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman2018-05-23
* ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-05-22
* ipmi: Remove the proc interfaceCorey Minyard2018-05-09
* ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva2018-04-19
* ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang2018-04-18
* ipmi_si: Clean up shutdown a bitCorey Minyard2018-04-18
* ipmi_si: Rename intf_num to si_numCorey Minyard2018-04-18
* ipmi: Remove smi->intf checksCorey Minyard2018-04-18
* ipmi_ssif: Get rid of unused intf_numCorey Minyard2018-04-18
* ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-18
* ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard2018-04-18
* ipmi_ssif: Remove usecount handlingCorey Minyard2018-04-18
* ipmi: Remove condition on interface shutdownCorey Minyard2018-04-18
* ipmi_ssif: Convert over to a shutdown handlerCorey Minyard2018-04-18
* ipmi_si: Convert over to a shutdown handlerCorey Minyard2018-04-18
* ipmi: Rework locking and shutdown for hot removeCorey Minyard2018-04-18
* ipmi: Fix some counter issuesCorey Minyard2018-04-18
* ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard2018-04-18
* ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard2018-04-18
* ipmi_devintf: Small lock reworkCorey Minyard2018-04-18
* ipmi: Clean up some style issues in the message handlerCorey Minyard2018-04-18
* ipmi: Break up i_ipmi_requestCorey Minyard2018-04-18
* ipmi:devintf: Clean up some coding style issuesCorey Minyard2018-04-18
* ipmi: Clean up some debug codeCorey Minyard2018-04-18
* ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard2018-04-18
* ipmi: Add a panic handler for IPMI usersCorey Minyard2018-04-18
* ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard2018-04-18
* ipmi:watchdog: Rework locking and handlingCorey Minyard2018-04-18
* ipmi: Add a maintenance mode for IPMB messagesCorey Minyard2018-04-18
* ipmi: Add a way to tune some timeoutsCorey Minyard2018-04-18
* ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller2018-03-27
* ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel2018-03-13
* ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard2018-03-13
* ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard2018-03-12
* ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard2018-03-12
* ipmi: missing error code in try_smi_init()Dan Carpenter2018-03-06
* ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculationColin Ian King2018-03-06
* ipmi: Consolidate cleanup codeCorey Minyard2018-03-06
* ipmi: Remove some unnecessary initializationsCorey Minyard2018-03-06
* ipmi: Fix some error cleanup issuesCorey Minyard2018-03-06
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-27
* ipmi: Re-use existing macros for built-in propertiesAndy Shevchenko2018-02-26
* ipmi:pci: Make the PCI defines consistent with normal Linux onesCorey Minyard2018-02-26
* ipmi: kcs_bmc: coding-style fixes and use new poll typeHaiyue Wang2018-02-26
* ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_dataGustavo A. R. Silva2018-02-26
* ipmi: add an Aspeed KCS IPMI BMC driverHaiyue Wang2018-02-26
* ipmi: add a KCS IPMI BMC driverHaiyue Wang2018-02-26
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11