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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-12
ipmi: Fix timer race with module unload
Jan Glauber
1
-4
/
+6
2018-09-19
ipmi:ssif: Add support for multi-part transmit messages > 2 parts
Corey Minyard
1
-50
/
+159
2018-09-19
ipmi: Remove platform driver overrides and use the id_table
Corey Minyard
3
-7
/
+13
2018-09-19
ipmi: Free the address list on module cleanup
Corey Minyard
1
-0
/
+2
2018-09-19
ipmi: Don't leave holes in the I2C address list in the ssif driver
Corey Minyard
1
-6
/
+5
2018-09-19
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
1
-1
/
+1
2018-09-19
ipmi: Convert pr_xxx() to dev_xxx() in the BT code
Corey Minyard
1
-16
/
+22
2018-09-19
ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address
Corey Minyard
1
-0
/
+4
2018-09-19
ipmi:dmi: Use pr_fmt in the IPMI DMI code
Corey Minyard
1
-9
/
+10
2018-09-19
ipmi: Change to ktime_get_ts64()
Arnd Bergmann
1
-3
/
+3
2018-09-19
ipmi_si: fix potential integer overflow on large shift
Colin Ian King
1
-1
/
+1
2018-09-19
ipmi_si_pci: fix NULL device in ipmi_si error message
Meelis Roos
1
-2
/
+2
2018-09-19
ipmi: Convert printk(KERN_<level> to pr_<level>(
Joe Perches
4
-55
/
+46
2018-09-19
ipmi: Use more common logging styles
Joe Perches
8
-138
/
+130
2018-09-19
ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
Joe Perches
1
-27
/
+24
2018-09-19
pci:ipmi: Move IPMI PCI class id defines to pci_ids.h
Corey Minyard
1
-5
/
+0
2018-09-19
ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smi
Corey Minyard
1
-2
/
+2
2018-08-31
ipmi: Fix NULL pointer dereference in ssif_probe
Gustavo A. R. Silva
1
-1
/
+3
2018-08-31
ipmi: Fix I2C client removal in the SSIF driver
Corey Minyard
1
-11
/
+6
2018-08-31
ipmi: Move BT capabilities detection to the detect call
Corey Minyard
1
-44
/
+48
2018-08-31
ipmi: Rework SMI registration failure
Corey Minyard
3
-46
/
+37
2018-08-30
ipmi: kcs_bmc: don't change device name
Benjamin Fair
1
-3
/
+4
2018-06-25
ipmi: kcs_bmc: fix IRQ exception if the channel is not open
Haiyue Wang
1
-21
/
+10
2018-06-25
ipmi: Cleanup oops on initialization failure
Corey Minyard
1
-2
/
+4
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+2
2018-05-24
ipmi: Properly release srcu locks on error conditions
Corey Minyard
1
-18
/
+25
2018-05-23
ipmi: NPCM7xx KCS BMC: enable interrupt to the host
Avi Fishman
1
-3
/
+14
2018-05-22
ipmi:bt: Set the timeout before doing a capabilities check
Corey Minyard
1
-1
/
+2
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
4
-486
/
+0
2018-04-19
ipmi_ssif: Fix uninitialized variable issue
Gustavo A. R. Silva
1
-2
/
+1
2018-04-18
ipmi: add an NPCM7xx KCS BMC driver
Haiyue Wang
3
-0
/
+220
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
2
-17
/
+6
2018-04-18
ipmi_ssif: Get rid of unused intf_num
Corey Minyard
1
-5
/
+0
2018-04-18
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
3
-10
/
+3
2018-04-18
ipmi_devintf: Add an error return on invalid ioctls
Corey Minyard
1
-0
/
+4
2018-04-18
ipmi_ssif: Remove usecount handling
Corey Minyard
1
-21
/
+0
2018-04-18
ipmi: Remove condition on interface shutdown
Corey Minyard
1
-2
/
+1
2018-04-18
ipmi_ssif: Convert over to a shutdown handler
Corey Minyard
1
-24
/
+31
2018-04-18
ipmi_si: Convert over to a shutdown handler
Corey Minyard
1
-13
/
+18
2018-04-18
ipmi: Rework locking and shutdown for hot remove
Corey Minyard
1
-210
/
+280
2018-04-18
ipmi: Fix some counter issues
Corey Minyard
1
-31
/
+45
2018-04-18
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
3
-95
/
+99
2018-04-18
ipmi: Rename ipmi_user_t to struct ipmi_user *
Corey Minyard
4
-47
/
+47
2018-04-18
ipmi_devintf: Small lock rework
Corey Minyard
1
-55
/
+28
2018-04-18
ipmi: Clean up some style issues in the message handler
Corey Minyard
1
-48
/
+35
2018-04-18
ipmi: Break up i_ipmi_request
Corey Minyard
1
-310
/
+344
2018-04-18
ipmi:devintf: Clean up some coding style issues
Corey Minyard
1
-22
/
+18
2018-04-18
ipmi: Clean up some debug code
Corey Minyard
1
-33
/
+25
[next]