summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
2018-11-21ipmi: Fix timer race with module unloadJan Glauber
2018-07-03ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard
2018-05-30ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel
2018-05-30ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun
2018-04-13ipmi_ssif: unlock on allocation failureDan Carpenter
2018-03-24ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert
2017-12-16ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki
2017-11-24ipmi: fix unsigned long underflowCorey Minyard
2017-08-06ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic
2017-07-27ipmi:ssif: Add missing unlock in error branchCorey Minyard
2017-07-27ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso
2017-05-20ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang
2016-07-27ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura
2015-12-09ipmi: move timer init to before irq is setupJan Stancek
2015-11-16ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye
2015-11-15char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt
2015-11-15ipmi: Stop the timer immediately if idleCorey Minyard
2015-11-15ipmi: Start the timer and thread on internal msgsCorey Minyard
2015-10-24char: ipmi: ipmi_ssif: Replace timeval with timespec64Amitoj Kaur Chawla
2015-09-03ipmi:ssif: Add a module parm to specify that SMBus alerts don't workCorey Minyard
2015-09-03ipmi: add of_device_id in MODULE_DEVICE_TABLEBrijesh Singh
2015-09-03ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard
2015-09-03ipmi: Don't call receive handler in the panic contextHidehiro Kawai
2015-09-03ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai
2015-09-03ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai
2015-09-03ipmi: Factor out message flushing procedureHidehiro Kawai
2015-09-03ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai
2015-09-03ipmi: Make some data const that was only readCorey Minyard
2015-09-03ipmi: constify SSIF ACPI device idsMathias Krause
2015-09-03ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring
2015-09-03char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma
2015-09-03impi:Remove unneeded setting of module owner to THIS_MODULE in the platform s...Nicholas Krause
2015-09-03ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard
2015-09-03ipmi/powernv: Fix potential invalid pointer dereferenceNeelesh Gupta
2015-09-03ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-05-22ipmi/powernv: Convert to irq event interfaceAlistair Popple
2015-05-05ipmi: Fix multi-part message handlingCorey Minyard
2015-05-05ipmi: Add alert handling to SSIFCorey Minyard
2015-05-05ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai
2015-05-05ipmi: Report an error if ACPI _IFT doesn't existCorey Minyard
2015-05-05ipmi: Remove unused including <linux/version.h>Wei Yongjun
2015-05-05ipmi: Don't report err in the SI driver for SSIF devicesCorey Minyard
2015-05-05ipmi: Remove incorrect use of seq_has_overflowedJoe Perches
2015-05-05ipmi:ssif: Ignore spaces when comparing I2C adapter namesCorey Minyard
2015-05-05ipmi_ssif: Fix the logic on user-supplied addressesCorey Minyard
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-10ipmi_ssif: Use interruptible completion for waiting in the threadCorey Minyard
2015-04-10ipmi/powernv: Fix minor locking bugAlistair Popple