summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
2019-04-27ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard
2019-04-03ipmi_si: Fix crash when using hard-coded deviceCorey Minyard
2019-03-23ipmi_si: fix use-after-free of resource->nameYang Yingliang
2019-01-26ipmi: Don't initialize anything in the core until something uses itCorey Minyard
2019-01-26ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard
2019-01-26ipmi: Prevent use-after-free in deliver_responseFred Klassen
2019-01-26ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-01-26ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang
2018-11-13ipmi: Fix timer race with module unloadJan Glauber
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
2018-04-18ipmi: Clean up some debug codeCorey Minyard
2018-04-18ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard
2018-04-18ipmi: Add a panic handler for IPMI usersCorey Minyard
2018-04-18ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard
2018-04-18ipmi:watchdog: Rework locking and handlingCorey Minyard
2018-04-18ipmi: Add a maintenance mode for IPMB messagesCorey Minyard
2018-04-18ipmi: Add a way to tune some timeoutsCorey Minyard
2018-03-27ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller
2018-03-13ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel