summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
2018-11-27drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-10-11ipmi: Fix timer race with module unloadJan Glauber
2018-09-18ipmi:ssif: Add support for multi-part transmit messages > 2 partsCorey Minyard
2018-09-18ipmi: Remove platform driver overrides and use the id_tableCorey Minyard
2018-09-18ipmi: Free the address list on module cleanupCorey Minyard
2018-09-18ipmi: Don't leave holes in the I2C address list in the ssif driverCorey Minyard
2018-09-18ipmi: fix return value of ipmi_set_my_LUNYueHaibing
2018-09-18ipmi: Convert pr_xxx() to dev_xxx() in the BT codeCorey Minyard
2018-09-18ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard
2018-09-18ipmi:dmi: Use pr_fmt in the IPMI DMI codeCorey Minyard
2018-09-18ipmi: Change to ktime_get_ts64()Arnd Bergmann
2018-09-18ipmi_si: fix potential integer overflow on large shiftColin Ian King
2018-09-18ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos
2018-09-18ipmi: Convert printk(KERN_<level> to pr_<level>(Joe Perches
2018-09-18ipmi: Use more common logging stylesJoe Perches
2018-09-18ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches
2018-09-18pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard
2018-09-18ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smiCorey Minyard
2018-08-31ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva
2018-08-31ipmi: Fix I2C client removal in the SSIF driverCorey Minyard
2018-08-31ipmi: Move BT capabilities detection to the detect callCorey Minyard
2018-08-31ipmi: Rework SMI registration failureCorey Minyard
2018-08-30ipmi: kcs_bmc: don't change device nameBenjamin Fair
2018-06-24ipmi: kcs_bmc: fix IRQ exception if the channel is not openHaiyue Wang
2018-06-24ipmi: Cleanup oops on initialization failureCorey Minyard
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-24ipmi: Properly release srcu locks on error conditionsCorey Minyard
2018-05-23ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman
2018-05-22ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard
2018-05-09ipmi: Remove the proc interfaceCorey Minyard
2018-04-19ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva
2018-04-18ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang
2018-04-18ipmi_si: Clean up shutdown a bitCorey Minyard
2018-04-18ipmi_si: Rename intf_num to si_numCorey Minyard
2018-04-18ipmi: Remove smi->intf checksCorey Minyard
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