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