summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard1-63/+80
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang1-1/+1
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen1-1/+1
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-8/+18
2019-01-23ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard1-8/+17
2018-11-27drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-10-11ipmi: Fix timer race with module unloadJan Glauber1-4/+6
2018-09-18ipmi:ssif: Add support for multi-part transmit messages > 2 partsCorey Minyard1-50/+159
2018-09-18ipmi: Remove platform driver overrides and use the id_tableCorey Minyard3-7/+13
2018-09-18ipmi: Free the address list on module cleanupCorey Minyard1-0/+2
2018-09-18ipmi: Don't leave holes in the I2C address list in the ssif driverCorey Minyard1-6/+5
2018-09-18ipmi: fix return value of ipmi_set_my_LUNYueHaibing1-1/+1
2018-09-18ipmi: Convert pr_xxx() to dev_xxx() in the BT codeCorey Minyard1-16/+22
2018-09-18ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard1-0/+4
2018-09-18ipmi:dmi: Use pr_fmt in the IPMI DMI codeCorey Minyard1-9/+10
2018-09-18ipmi: Change to ktime_get_ts64()Arnd Bergmann1-3/+3
2018-09-18ipmi_si: fix potential integer overflow on large shiftColin Ian King1-1/+1
2018-09-18ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos1-2/+2
2018-09-18ipmi: Convert printk(KERN_<level> to pr_<level>(Joe Perches4-55/+46
2018-09-18ipmi: Use more common logging stylesJoe Perches8-138/+130
2018-09-18ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches1-27/+24
2018-09-18pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard1-5/+0
2018-09-18ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smiCorey Minyard1-2/+2
2018-08-31ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva1-1/+3
2018-08-31ipmi: Fix I2C client removal in the SSIF driverCorey Minyard1-11/+6
2018-08-31ipmi: Move BT capabilities detection to the detect callCorey Minyard1-44/+48
2018-08-31ipmi: Rework SMI registration failureCorey Minyard3-46/+37
2018-08-30ipmi: kcs_bmc: don't change device nameBenjamin Fair1-3/+4
2018-06-24ipmi: kcs_bmc: fix IRQ exception if the channel is not openHaiyue Wang1-21/+10
2018-06-24ipmi: Cleanup oops on initialization failureCorey Minyard1-2/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-05-24ipmi: Properly release srcu locks on error conditionsCorey Minyard1-18/+25
2018-05-23ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman1-3/+14
2018-05-22ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard1-1/+2
2018-05-09ipmi: Remove the proc interfaceCorey Minyard4-486/+0
2018-04-19ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva1-2/+1
2018-04-18ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang3-0/+220
2018-04-18ipmi_si: Clean up shutdown a bitCorey Minyard1-21/+11
2018-04-18ipmi_si: Rename intf_num to si_numCorey Minyard1-9/+9
2018-04-18ipmi: Remove smi->intf checksCorey Minyard2-17/+6
2018-04-18ipmi_ssif: Get rid of unused intf_numCorey Minyard1-5/+0
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard3-10/+3
2018-04-18ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard1-0/+4
2018-04-18ipmi_ssif: Remove usecount handlingCorey Minyard1-21/+0
2018-04-18ipmi: Remove condition on interface shutdownCorey Minyard1-2/+1
2018-04-18ipmi_ssif: Convert over to a shutdown handlerCorey Minyard1-24/+31
2018-04-18ipmi_si: Convert over to a shutdown handlerCorey Minyard1-13/+18
2018-04-18ipmi: Rework locking and shutdown for hot removeCorey Minyard1-210/+280
2018-04-18ipmi: Fix some counter issuesCorey Minyard1-31/+45
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard3-95/+99