index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Age
Commit message (
Expand
)
Author
Files
Lines
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-06
ipmi: missing error code in try_smi_init()
Dan Carpenter
1
-0
/
+1
2018-03-06
ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculation
Colin Ian King
1
-2
/
+1
2018-03-06
ipmi: Consolidate cleanup code
Corey Minyard
1
-94
/
+70
2018-03-06
ipmi: Remove some unnecessary initializations
Corey Minyard
1
-5
/
+0
2018-03-06
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-26
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
2018-02-26
ipmi: add a KCS IPMI BMC driver
Haiyue Wang
4
-0
/
+574
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
3
-4
/
+4
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+8
2018-01-31
Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
7
-14
/
+21
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-6
/
+6
2018-01-22
ipmi_ssif: Remove duplicate NULL check
Andy Shevchenko
1
-2
/
+1
2018-01-22
ipmi/powernv: Fix error return code in ipmi_powernv_probe()
Wei Yongjun
1
-2
/
+3
2018-01-22
ipmi: use dynamic memory for DMI driver override
John Garry
1
-1
/
+4
2018-01-16
ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driver
Jeremy Kerr
1
-1
/
+0
2018-01-15
ipmi: Clear smi_info->thread to prevent use-after-free during module unload
Masamitsu Yamazaki
1
-1
/
+3
2018-01-09
treewide: Use DEVICE_ATTR_RO
Joe Perches
1
-9
/
+8
2018-01-08
ipmi: use correct string length
Xiongfeng Wang
2
-2
/
+2
2017-12-12
ipmi_si: Fix error handling of platform device
Corey Minyard
1
-3
/
+6
2017-12-12
ipmi watchdog: fix typo in parameter description
Wei Yongjun
1
-1
/
+1
2017-12-12
ipmi_si_platform: Fix typo in parameter description
Wei Yongjun
1
-1
/
+1
2017-12-11
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
3
-23
/
+30
2017-12-11
ipmi_si: fix crash on parisc
Mikulas Patocka
1
-0
/
+2
2017-12-11
ipmi_si: Fix oops with PCI devices
Corey Minyard
1
-2
/
+5
2017-12-06
ipmi: Stop timers before cleaning up the module
Masamitsu Yamazaki
1
-21
/
+23
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
3
-6
/
+6
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
4
-13
/
+11
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-6
/
+0
2017-11-15
Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
19
-2201
/
+2987
2017-11-15
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+3
2017-11-10
ipmi: get rid of pointless access_ok()
Al Viro
1
-6
/
+0
2017-11-02
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Corey Minyard
2
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
[prev]
[next]