summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* ipmi: Fix timer race with module unloadJan Glauber2018-10-121-4/+6
* ipmi:ssif: Add support for multi-part transmit messages > 2 partsCorey Minyard2018-09-181-50/+159
* ipmi: Remove platform driver overrides and use the id_tableCorey Minyard2018-09-183-7/+13
* ipmi: Free the address list on module cleanupCorey Minyard2018-09-181-0/+2
* ipmi: Don't leave holes in the I2C address list in the ssif driverCorey Minyard2018-09-181-6/+5Star
* ipmi: fix return value of ipmi_set_my_LUNYueHaibing2018-09-181-1/+1
* ipmi: Convert pr_xxx() to dev_xxx() in the BT codeCorey Minyard2018-09-181-16/+22
* ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard2018-09-181-0/+4
* ipmi:dmi: Use pr_fmt in the IPMI DMI codeCorey Minyard2018-09-181-9/+10
* ipmi: Change to ktime_get_ts64()Arnd Bergmann2018-09-181-3/+3
* ipmi_si: fix potential integer overflow on large shiftColin Ian King2018-09-181-1/+1
* ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos2018-09-181-2/+2
* ipmi: Convert printk(KERN_<level> to pr_<level>(Joe Perches2018-09-184-55/+46Star
* ipmi: Use more common logging stylesJoe Perches2018-09-188-138/+130Star
* ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches2018-09-181-27/+24Star
* pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard2018-09-181-5/+0Star
* ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smiCorey Minyard2018-09-181-2/+2
* ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva2018-08-311-1/+3
* ipmi: Fix I2C client removal in the SSIF driverCorey Minyard2018-08-311-11/+6Star
* ipmi: Move BT capabilities detection to the detect callCorey Minyard2018-08-311-44/+48
* ipmi: Rework SMI registration failureCorey Minyard2018-08-313-46/+37Star
* ipmi: kcs_bmc: don't change device nameBenjamin Fair2018-08-301-3/+4
* ipmi: kcs_bmc: fix IRQ exception if the channel is not openHaiyue Wang2018-06-251-21/+10Star
* ipmi: Cleanup oops on initialization failureCorey Minyard2018-06-251-2/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-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/+0Star
* ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva2018-04-191-2/+1Star
* ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang2018-04-183-0/+220
* ipmi_si: Clean up shutdown a bitCorey Minyard2018-04-181-21/+11Star
* ipmi_si: Rename intf_num to si_numCorey Minyard2018-04-181-9/+9
* ipmi: Remove smi->intf checksCorey Minyard2018-04-182-17/+6Star
* ipmi_ssif: Get rid of unused intf_numCorey Minyard2018-04-181-5/+0Star
* ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-183-10/+3Star
* ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard2018-04-181-0/+4
* ipmi_ssif: Remove usecount handlingCorey Minyard2018-04-181-21/+0Star
* ipmi: Remove condition on interface shutdownCorey Minyard2018-04-181-2/+1Star
* 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/+28Star
* ipmi: Clean up some style issues in the message handlerCorey Minyard2018-04-181-48/+35Star
* ipmi: Break up i_ipmi_requestCorey Minyard2018-04-181-310/+344
* ipmi:devintf: Clean up some coding style issuesCorey Minyard2018-04-181-22/+18Star