index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
ipmi:watchdog: Use the IPMI panic handler instead of the system one
Corey Minyard
2018-04-18
1
-37
/
+23
*
ipmi: Add a panic handler for IPMI users
Corey Minyard
2018-04-18
1
-110
/
+104
*
ipmi:watchdog: Replace printk() with pr_xxx()
Corey Minyard
2018-04-18
1
-30
/
+20
*
ipmi:watchdog: Rework locking and handling
Corey Minyard
2018-04-18
1
-155
/
+140
*
ipmi: Add a maintenance mode for IPMB messages
Corey Minyard
2018-04-18
1
-0
/
+28
*
ipmi: Add a way to tune some timeouts
Corey Minyard
2018-04-18
1
-32
/
+48
*
ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 servers
Helge Deller
2018-03-27
1
-0
/
+21
*
ipmi_ssif: Fix kernel panic at msg_done_handler
Kamlakant Patel
2018-03-13
1
-2
/
+2
*
ipmi:pci: Blacklist a Realtek "IPMI" device
Corey Minyard
2018-03-13
1
-0
/
+12
*
ipmi: Remove ACPI SPMI probing from the system interface driver
Corey Minyard
2018-03-12
1
-154
/
+0
*
ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
Corey Minyard
2018-03-12
1
-105
/
+0
*
ipmi: missing error code in try_smi_init()
Dan Carpenter
2018-03-06
1
-0
/
+1
*
ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculation
Colin Ian King
2018-03-06
1
-2
/
+1
*
ipmi: Consolidate cleanup code
Corey Minyard
2018-03-06
1
-94
/
+70
*
ipmi: Remove some unnecessary initializations
Corey Minyard
2018-03-06
1
-5
/
+0
*
ipmi: Fix some error cleanup issues
Corey Minyard
2018-03-06
1
-4
/
+14
*
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
2018-02-27
22
-206
/
+24
*
ipmi: Re-use existing macros for built-in properties
Andy Shevchenko
2018-02-26
1
-13
/
+5
*
ipmi:pci: Make the PCI defines consistent with normal Linux ones
Corey Minyard
2018-02-26
1
-17
/
+14
*
ipmi: kcs_bmc: coding-style fixes and use new poll type
Haiyue Wang
2018-02-26
3
-36
/
+41
*
ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_data
Gustavo A. R. Silva
2018-02-26
1
-0
/
+1
*
ipmi: add an Aspeed KCS IPMI BMC driver
Haiyue Wang
2018-02-26
3
-0
/
+332
*
ipmi: add a KCS IPMI BMC driver
Haiyue Wang
2018-02-26
4
-0
/
+574
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
3
-4
/
+4
*
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-01
1
-9
/
+8
|
\
|
*
treewide: Use DEVICE_ATTR_RO
Joe Perches
2018-01-09
1
-9
/
+8
*
|
Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2018-01-31
7
-14
/
+21
|
\
\
|
*
|
ipmi_ssif: Remove duplicate NULL check
Andy Shevchenko
2018-01-22
1
-2
/
+1
|
*
|
ipmi/powernv: Fix error return code in ipmi_powernv_probe()
Wei Yongjun
2018-01-22
1
-2
/
+3
|
*
|
ipmi: use dynamic memory for DMI driver override
John Garry
2018-01-22
1
-1
/
+4
|
*
|
ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driver
Jeremy Kerr
2018-01-16
1
-1
/
+0
|
*
|
ipmi: Clear smi_info->thread to prevent use-after-free during module unload
Masamitsu Yamazaki
2018-01-15
1
-1
/
+3
|
*
|
ipmi: use correct string length
Xiongfeng Wang
2018-01-08
2
-2
/
+2
|
*
|
ipmi_si: Fix error handling of platform device
Corey Minyard
2017-12-12
1
-3
/
+6
|
*
|
ipmi watchdog: fix typo in parameter description
Wei Yongjun
2017-12-12
1
-1
/
+1
|
*
|
ipmi_si_platform: Fix typo in parameter description
Wei Yongjun
2017-12-12
1
-1
/
+1
|
|
/
*
|
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
3
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
3
-6
/
+6
*
|
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2017-12-11
3
-23
/
+30
|
\
\
|
|
/
|
/
|
|
*
ipmi_si: fix crash on parisc
Mikulas Patocka
2017-12-11
1
-0
/
+2
|
*
ipmi_si: Fix oops with PCI devices
Corey Minyard
2017-12-11
1
-2
/
+5
|
*
ipmi: Stop timers before cleaning up the module
Masamitsu Yamazaki
2017-12-06
1
-21
/
+23
[prev]
[next]