index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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-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
2018-04-18
ipmi:watchdog: Use the IPMI panic handler instead of the system one
Corey Minyard
1
-37
/
+23
2018-04-18
ipmi: Add a panic handler for IPMI users
Corey Minyard
1
-110
/
+104
2018-04-18
ipmi:watchdog: Replace printk() with pr_xxx()
Corey Minyard
1
-30
/
+20
2018-04-18
ipmi:watchdog: Rework locking and handling
Corey Minyard
1
-155
/
+140
2018-04-18
ipmi: Add a maintenance mode for IPMB messages
Corey Minyard
1
-0
/
+28
2018-04-18
ipmi: Add a way to tune some timeouts
Corey Minyard
1
-32
/
+48
2018-03-27
ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 servers
Helge Deller
1
-0
/
+21
2018-03-13
ipmi_ssif: Fix kernel panic at msg_done_handler
Kamlakant Patel
1
-2
/
+2
2018-03-13
ipmi:pci: Blacklist a Realtek "IPMI" device
Corey Minyard
1
-0
/
+12
2018-03-12
ipmi: Remove ACPI SPMI probing from the system interface driver
Corey Minyard
1
-154
/
+0
2018-03-12
ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
Corey Minyard
1
-105
/
+0
2018-03-07
ipmi: missing error code in try_smi_init()
Dan Carpenter
1
-0
/
+1
2018-03-07
ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculation
Colin Ian King
1
-2
/
+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
22
-206
/
+24
2018-02-27
ipmi: Re-use existing macros for built-in properties
Andy Shevchenko
1
-13
/
+5
2018-02-26
ipmi:pci: Make the PCI defines consistent with normal Linux ones
Corey Minyard
1
-17
/
+14
2018-02-26
ipmi: kcs_bmc: coding-style fixes and use new poll type
Haiyue Wang
3
-36
/
+41
2018-02-26
ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_data
Gustavo A. R. Silva
1
-0
/
+1
2018-02-26
ipmi: add an Aspeed KCS IPMI BMC driver
Haiyue Wang
3
-0
/
+332
[next]