index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_si_intf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
1
-125
/
+0
2018-04-18
ipmi_si: Clean up shutdown a bit
Corey Minyard
1
-21
/
+11
2018-04-18
ipmi_si: Rename intf_num to si_num
Corey Minyard
1
-9
/
+9
2018-04-18
ipmi: Remove smi->intf checks
Corey Minyard
1
-8
/
+3
2018-04-18
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
1
-4
/
+1
2018-04-18
ipmi_si: Convert over to a shutdown handler
Corey Minyard
1
-13
/
+18
2018-04-18
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
1
-3
/
+3
2018-03-07
ipmi: missing error code in try_smi_init()
Dan Carpenter
1
-0
/
+1
2018-03-07
ipmi: Consolidate cleanup code
Corey Minyard
1
-94
/
+70
2018-03-07
ipmi: Remove some unnecessary initializations
Corey Minyard
1
-5
/
+0
2018-03-07
ipmi: Fix some error cleanup issues
Corey Minyard
1
-4
/
+14
2018-02-27
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
1
-21
/
+1
2018-01-16
ipmi: Clear smi_info->thread to prevent use-after-free during module unload
Masamitsu Yamazaki
1
-1
/
+3
2017-12-12
ipmi_si: Fix error handling of platform device
Corey Minyard
1
-3
/
+6
2017-12-12
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-21
/
+23
2017-12-06
ipmi: Stop timers before cleaning up the module
Masamitsu Yamazaki
1
-21
/
+23
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-10-17
ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...
Markus Elfring
1
-1
/
+0
2017-10-17
ipmi_si: fix memory leak on new_smi
Colin Ian King
1
-0
/
+1
2017-09-28
ipmi: Make the DMI probe into a generic platform probe
Corey Minyard
1
-1
/
+1
2017-09-28
ipmi: Make the IPMI proc interface configurable
Corey Minyard
1
-0
/
+4
2017-09-28
ipmi_si: Add device attrs for the things in proc
Corey Minyard
1
-1
/
+103
2017-09-28
ipmi_si: remove ipmi_smi_alloc() function
Corey Minyard
1
-10
/
+2
2017-09-28
ipmi_si: Move port and mem I/O handling to their own files
Corey Minyard
1
-254
/
+2
2017-09-28
ipmi_si: Get rid of unused spacing and port fields
Corey Minyard
1
-10
/
+0
2017-09-28
ipmi_si: Move PARISC handling to another file
Corey Minyard
1
-57
/
+3
2017-09-28
ipmi_si: Move PCI setup to another file
Corey Minyard
1
-161
/
+2
2017-09-28
ipmi_si: Move platform device handling to another file
Corey Minyard
1
-588
/
+4
2017-09-28
ipmi_si: Move hardcode handling to a separate file.
Corey Minyard
1
-146
/
+6
2017-09-28
ipmi_si: Move the hotmod handling to another file.
Corey Minyard
1
-243
/
+18
2017-09-28
ipmi_si: Change ipmi_si_add_smi() to take just I/O info
Corey Minyard
1
-306
/
+226
2017-09-28
ipmi_si: Move io setup into io structure
Corey Minyard
1
-92
/
+81
2017-09-28
ipmi_si: Move irq setup handling into the io struct
Corey Minyard
1
-81
/
+73
2017-09-28
ipmi_si: Move some platform data into the io structure
Corey Minyard
1
-216
/
+199
2017-09-28
ipmi_si: Rename function to add smi, make it global
Corey Minyard
1
-16
/
+10
2017-09-28
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
1
-1
/
+0
2017-09-28
ipmi: Make ipmi_demangle_device_id more generic
Jeremy Kerr
1
-1
/
+2
2017-09-28
ipmi: Prefer ACPI system interfaces over SMBIOS ones
Corey Minyard
1
-10
/
+23
2017-09-28
char: ipmi: make function ipmi_get_info_from_resources static
Colin Ian King
1
-2
/
+3
2017-09-28
char: ipmi: eliminate misleading print info when being probed via ACPI
Hanjun Guo
1
-1
/
+1
2017-08-22
parisc/ipmi_si_intf: Fix section mismatches on parisc platform
Helge Deller
1
-5
/
+7
2017-07-10
Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-146
/
+119
2017-06-19
ipmi: Convert DMI handling over to a platform device
Corey Minyard
1
-144
/
+117
2017-06-10
ipmi: Use the proper default value for register size in ACPI
Corey Minyard
1
-4
/
+4
2017-05-11
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+7
2017-04-20
Annotate hardware config module parameters in drivers/char/ipmi/
David Howells
1
-7
/
+7
2017-04-10
ipmi_si: use smi_num for init_name
Tony Camuso
1
-3
/
+16
2016-11-25
ipmi: Pick up slave address from SMBIOS on an ACPI device
Corey Minyard
1
-1
/
+9
2016-11-25
ipmi_si: Clean up printks
Corey Minyard
1
-76
/
+54
2016-11-25
Move platform device creation earlier in the initialization
Corey Minyard
1
-15
/
+31
[next]