aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-12ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen1-2/+1
2019-08-05ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard1-5/+19
2019-08-02ipmi_si: Remove ipmi_ from the device attr namesCorey Minyard1-16/+16
2019-08-02ipmi_si: Convert device attr permissions to octalCorey Minyard1-4/+4
2019-08-02ipmi_si: Rework some include filesCorey Minyard1-2/+3
2019-07-31ipmi_si: Convert timespec64 to timespecCorey Minyard1-16/+16
2019-05-20ipmi_si: use bool type for initialized variableKefeng Wang1-2/+2
2019-04-17ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter1-2/+0
2019-02-22ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard1-42/+3
2019-02-22ipmi_si: Remove hotmod devices on removal and exitCorey Minyard1-3/+9
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard1-1/+1
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard1-7/+7
2019-02-22ipmi_si: Fix crash when using hard-coded deviceCorey Minyard1-6/+17
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard1-1/+1
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard1-1/+4
2019-02-09ipmi_si: fix use-after-free of resource->nameYang Yingliang1-0/+5
2018-11-27drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-09-18ipmi: Change to ktime_get_ts64()Arnd Bergmann1-3/+3
2018-09-18ipmi: Use more common logging stylesJoe Perches1-11/+11
2018-08-31ipmi: Rework SMI registration failureCorey Minyard1-13/+4
2018-06-24ipmi: Cleanup oops on initialization failureCorey Minyard1-2/+4
2018-05-09ipmi: Remove the proc interfaceCorey Minyard1-125/+0
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 Minyard1-8/+3
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard1-4/+1
2018-04-18ipmi_si: Convert over to a shutdown handlerCorey Minyard1-13/+18
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard1-3/+3
2018-03-06ipmi: missing error code in try_smi_init()Dan Carpenter1-0/+1
2018-03-06ipmi: Consolidate cleanup codeCorey Minyard1-94/+70
2018-03-06ipmi: Remove some unnecessary initializationsCorey Minyard1-5/+0
2018-03-06ipmi: Fix some error cleanup issuesCorey Minyard1-4/+14
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard1-21/+1
2018-01-15ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki1-1/+3
2017-12-12ipmi_si: Fix error handling of platform deviceCorey Minyard1-3/+6
2017-12-11Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-21/+23
2017-12-06ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki1-21/+23
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-10-17ipmi_si: Delete an error message for a failed memory allocation in try_smi_init()Markus Elfring1-1/+0
2017-10-17ipmi_si: fix memory leak on new_smiColin Ian King1-0/+1
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard1-1/+1
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard1-0/+4
2017-09-28ipmi_si: Add device attrs for the things in procCorey Minyard1-1/+103
2017-09-28ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard1-10/+2
2017-09-28ipmi_si: Move port and mem I/O handling to their own filesCorey Minyard1-254/+2
2017-09-28ipmi_si: Get rid of unused spacing and port fieldsCorey Minyard1-10/+0
2017-09-28ipmi_si: Move PARISC handling to another fileCorey Minyard1-57/+3
2017-09-28ipmi_si: Move PCI setup to another fileCorey Minyard1-161/+2
2017-09-28ipmi_si: Move platform device handling to another fileCorey Minyard1-588/+4
2017-09-27ipmi_si: Move hardcode handling to a separate file.Corey Minyard1-146/+6