summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel2019-05-221-1/+5
* ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso2019-05-161-0/+2
* ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard2019-04-271-2/+17
* ipmi_si: Fix crash when using hard-coded deviceCorey Minyard2019-04-034-74/+218
* ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-03-233-4/+11
* ipmi: Don't initialize anything in the core until something uses itCorey Minyard2019-01-261-66/+82
* ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard2019-01-261-8/+17
* ipmi: Prevent use-after-free in deliver_responseFred Klassen2019-01-261-1/+1
* ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-261-8/+18
* ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang2019-01-261-1/+1
* ipmi: Fix timer race with module unloadJan Glauber2018-11-131-4/+6
* 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
* ipmi: Clean up some debug codeCorey Minyard2018-04-181-33/+25Star
* ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard2018-04-181-37/+23Star
* ipmi: Add a panic handler for IPMI usersCorey Minyard2018-04-181-110/+104Star
* ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard2018-04-181-30/+20Star
* ipmi:watchdog: Rework locking and handlingCorey Minyard2018-04-181-155/+140Star
* ipmi: Add a maintenance mode for IPMB messagesCorey Minyard2018-04-181-0/+28
* ipmi: Add a way to tune some timeoutsCorey Minyard2018-04-181-32/+48