summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter2019-02-221-1/+2
* ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard2019-02-221-42/+3
* ipmi_si: Consolidate scanning the platform busCorey Minyard2019-02-224-30/+23
* ipmi_si: Remove hotmod devices on removal and exitCorey Minyard2019-02-223-6/+43
* ipmi_si: Remove hardcode IPMI devices by scanning the platform busCorey Minyard2019-02-221-7/+15
* ipmi_si: Switch hotmod to use a platform deviceCorey Minyard2019-02-223-113/+98
* ipmi: Consolidate the adding of platform devicesCorey Minyard2019-02-229-214/+205
* ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard2019-02-228-27/+29
* ipmi_si: Convert some types into unsignedCorey Minyard2019-02-221-4/+4
* ipmi_si: Fix crash when using hard-coded deviceCorey Minyard2019-02-224-76/+216
* ipmi: Use dedicated API for copying a UUIDAndy Shevchenko2019-02-091-1/+1
* ipmi: Use defined constant for UUID representationAndy Shevchenko2019-02-091-4/+4
* ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard2019-02-091-42/+74
* ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire2019-02-091-2/+3
* ipmi: Fix return value when a message is truncatedCorey Minyard2019-02-091-3/+3
* ipmi: clean an indentation issue, remove extraneous spaceColin Ian King2019-02-091-1/+1
* ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2019-02-093-76/+92
* ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2019-02-093-45/+105
* ipmi: Fix SSIF flag requestsCorey Minyard2019-02-091-12/+52
* ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-02-093-4/+11
* ipmi: Don't initialize anything in the core until something uses itCorey Minyard2019-01-231-63/+80
* ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang2019-01-231-1/+1
* ipmi: Prevent use-after-free in deliver_responseFred Klassen2019-01-231-1/+1
* ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-231-8/+18
* ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard2019-01-231-8/+17
* drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* ipmi: Fix timer race with module unloadJan Glauber2018-10-111-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/+5
* 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/+46
* ipmi: Use more common logging stylesJoe Perches2018-09-188-138/+130
* ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches2018-09-181-27/+24
* pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard2018-09-181-5/+0
* 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/+6
* ipmi: Move BT capabilities detection to the detect callCorey Minyard2018-08-311-44/+48
* ipmi: Rework SMI registration failureCorey Minyard2018-08-313-46/+37
* 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-241-21/+10
* ipmi: Cleanup oops on initialization failureCorey Minyard2018-06-241-2/+4