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/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-07
1
-0
/
+1
*
ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculation
Colin Ian King
2018-03-07
1
-2
/
+1
*
ipmi: Consolidate cleanup code
Corey Minyard
2018-03-07
1
-94
/
+70
*
ipmi: Remove some unnecessary initializations
Corey Minyard
2018-03-07
1
-5
/
+0
*
ipmi: Fix some error cleanup issues
Corey Minyard
2018-03-07
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-16
1
-1
/
+3
|
*
|
ipmi: use correct string length
Xiongfeng Wang
2018-01-09
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-31
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-12
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
*
|
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-22
4
-13
/
+11
*
|
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-11-17
1
-6
/
+0
|
\
\
|
|
/
|
/
|
|
*
ipmi: get rid of pointless access_ok()
Al Viro
2017-11-10
1
-6
/
+0
*
|
Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2017-11-16
19
-2201
/
+2987
|
\
\
|
*
\
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Corey Minyard
2017-11-02
2
-3
/
+3
|
|
\
\
|
*
|
|
ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...
Markus Elfring
2017-10-17
1
-1
/
+0
|
*
|
|
ipmi_si: fix memory leak on new_smi
Colin Ian King
2017-10-17
1
-0
/
+1
|
*
|
|
ipmi: remove redundant initialization of bmc
Colin Ian King
2017-09-28
1
-1
/
+1
|
*
|
|
ipmi: pr_err() strings should end with newlines
Arvind Yadav
2017-09-28
1
-3
/
+3
|
*
|
|
ipmi: Clean up some print operations
Corey Minyard
2017-09-28
1
-56
/
+45
|
*
|
|
ipmi: Make the DMI probe into a generic platform probe
Corey Minyard
2017-09-28
7
-94
/
+103
|
*
|
|
ipmi: Make the IPMI proc interface configurable
Corey Minyard
2017-09-28
4
-21
/
+40
|
*
|
|
ipmi_ssif: Add device attrs for the things in proc
Corey Minyard
2017-09-28
1
-2
/
+74
|
*
|
|
ipmi_si: Add device attrs for the things in proc
Corey Minyard
2017-09-28
1
-1
/
+103
[next]