summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* ipmi: Change to ktime_get_ts64()Arnd Bergmann2018-09-181-3/+3
* ipmi: Use more common logging stylesJoe Perches2018-09-181-11/+11
* ipmi: Rework SMI registration failureCorey Minyard2018-08-311-13/+4Star
* ipmi: Cleanup oops on initialization failureCorey Minyard2018-06-251-2/+4
* ipmi: Remove the proc interfaceCorey Minyard2018-05-091-125/+0Star
* 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-181-8/+3Star
* ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-181-4/+1Star
* ipmi_si: Convert over to a shutdown handlerCorey Minyard2018-04-181-13/+18
* ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard2018-04-181-3/+3
* ipmi: missing error code in try_smi_init()Dan Carpenter2018-03-071-0/+1
* ipmi: Consolidate cleanup codeCorey Minyard2018-03-071-94/+70Star
* ipmi: Remove some unnecessary initializationsCorey Minyard2018-03-071-5/+0Star
* ipmi: Fix some error cleanup issuesCorey Minyard2018-03-071-4/+14
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-271-21/+1Star
* ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki2018-01-161-1/+3
* ipmi_si: Fix error handling of platform deviceCorey Minyard2017-12-121-3/+6
* Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-12-121-21/+23
|\
| * ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki2017-12-061-21/+23
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
|/
* ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Markus Elfring2017-10-171-1/+0Star
* ipmi_si: fix memory leak on new_smiColin Ian King2017-10-171-0/+1
* ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-281-1/+1
* ipmi: Make the IPMI proc interface configurableCorey Minyard2017-09-281-0/+4
* ipmi_si: Add device attrs for the things in procCorey Minyard2017-09-281-1/+103
* ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard2017-09-281-10/+2Star
* ipmi_si: Move port and mem I/O handling to their own filesCorey Minyard2017-09-281-254/+2Star
* ipmi_si: Get rid of unused spacing and port fieldsCorey Minyard2017-09-281-10/+0Star
* ipmi_si: Move PARISC handling to another fileCorey Minyard2017-09-281-57/+3Star
* ipmi_si: Move PCI setup to another fileCorey Minyard2017-09-281-161/+2Star
* ipmi_si: Move platform device handling to another fileCorey Minyard2017-09-281-588/+4Star
* ipmi_si: Move hardcode handling to a separate file.Corey Minyard2017-09-271-146/+6Star
* ipmi_si: Move the hotmod handling to another file.Corey Minyard2017-09-271-243/+18Star
* ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard2017-09-271-306/+226Star
* ipmi_si: Move io setup into io structureCorey Minyard2017-09-271-92/+81Star
* ipmi_si: Move irq setup handling into the io structCorey Minyard2017-09-271-81/+73Star
* ipmi_si: Move some platform data into the io structureCorey Minyard2017-09-271-216/+199Star
* ipmi_si: Rename function to add smi, make it globalCorey Minyard2017-09-271-16/+10Star
* ipmi: Remove the device id from ipmi_register_smi()Corey Minyard2017-09-271-1/+0Star
* ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr2017-09-271-1/+2
* ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard2017-09-271-10/+23
* char: ipmi: make function ipmi_get_info_from_resources staticColin Ian King2017-09-271-2/+3
* char: ipmi: eliminate misleading print info when being probed via ACPIHanjun Guo2017-09-271-1/+1
* parisc/ipmi_si_intf: Fix section mismatches on parisc platformHelge Deller2017-08-221-5/+7
* Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-07-101-146/+119Star
|\
| * ipmi: Convert DMI handling over to a platform deviceCorey Minyard2017-06-191-144/+117Star
| * ipmi: Use the proper default value for register size in ACPICorey Minyard2017-06-091-4/+4
* | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-111-7/+7
|\ \ | |/ |/|