summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
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
2018-04-18ipmi:watchdog: Rework locking and handlingCorey Minyard
2018-04-18ipmi: Add a maintenance mode for IPMB messagesCorey Minyard
2018-04-18ipmi: Add a way to tune some timeoutsCorey Minyard
2018-03-27ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller
2018-03-13ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel
2018-03-13ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard
2018-03-12ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard
2018-03-12ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard
2018-03-06ipmi: missing error code in try_smi_init()Dan Carpenter
2018-03-06ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculationColin Ian King
2018-03-06ipmi: Consolidate cleanup codeCorey Minyard
2018-03-06ipmi: Remove some unnecessary initializationsCorey Minyard
2018-03-06ipmi: Fix some error cleanup issuesCorey Minyard
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard
2018-02-26ipmi: Re-use existing macros for built-in propertiesAndy Shevchenko
2018-02-26ipmi:pci: Make the PCI defines consistent with normal Linux onesCorey Minyard
2018-02-26ipmi: kcs_bmc: coding-style fixes and use new poll typeHaiyue Wang
2018-02-26ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_dataGustavo A. R. Silva
2018-02-26ipmi: add an Aspeed KCS IPMI BMC driverHaiyue Wang
2018-02-26ipmi: add a KCS IPMI BMC driverHaiyue Wang
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-31Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-22ipmi_ssif: Remove duplicate NULL checkAndy Shevchenko
2018-01-22ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun
2018-01-22ipmi: use dynamic memory for DMI driver overrideJohn Garry
2018-01-16ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driverJeremy Kerr
2018-01-15ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches
2018-01-08ipmi: use correct string lengthXiongfeng Wang