index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Age
Commit message (
Expand
)
Author
2018-01-08
ipmi: use correct string length
Xiongfeng Wang
2017-12-12
ipmi_si: Fix error handling of platform device
Corey Minyard
2017-12-12
ipmi watchdog: fix typo in parameter description
Wei Yongjun
2017-12-12
ipmi_si_platform: Fix typo in parameter description
Wei Yongjun
2017-12-11
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2017-12-11
ipmi_si: fix crash on parisc
Mikulas Patocka
2017-12-11
ipmi_si: Fix oops with PCI devices
Corey Minyard
2017-12-06
ipmi: Stop timers before cleaning up the module
Masamitsu Yamazaki
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-11-15
Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2017-11-15
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-10
ipmi: get rid of pointless access_ok()
Al Viro
2017-11-02
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Corey Minyard
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-31
treewide: Fix function prototypes for module_param_call()
Kees Cook
2017-10-17
ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...
Markus Elfring
2017-10-17
ipmi_si: fix memory leak on new_smi
Colin Ian King
2017-09-28
ipmi: remove redundant initialization of bmc
Colin Ian King
2017-09-28
ipmi: pr_err() strings should end with newlines
Arvind Yadav
2017-09-28
ipmi: Clean up some print operations
Corey Minyard
2017-09-28
ipmi: Make the DMI probe into a generic platform probe
Corey Minyard
2017-09-28
ipmi: Make the IPMI proc interface configurable
Corey Minyard
2017-09-28
ipmi_ssif: Add device attrs for the things in proc
Corey Minyard
2017-09-28
ipmi_si: Add device attrs for the things in proc
Corey Minyard
2017-09-28
ipmi_si: remove ipmi_smi_alloc() function
Corey Minyard
2017-09-28
ipmi_si: Move port and mem I/O handling to their own files
Corey Minyard
2017-09-28
ipmi_si: Get rid of unused spacing and port fields
Corey Minyard
2017-09-28
ipmi_si: Move PARISC handling to another file
Corey Minyard
2017-09-28
ipmi_si: Move PCI setup to another file
Corey Minyard
2017-09-28
ipmi_si: Move platform device handling to another file
Corey Minyard
2017-09-27
ipmi_si: Move hardcode handling to a separate file.
Corey Minyard
2017-09-27
ipmi_si: Move the hotmod handling to another file.
Corey Minyard
2017-09-27
ipmi_si: Change ipmi_si_add_smi() to take just I/O info
Corey Minyard
2017-09-27
ipmi_si: Move io setup into io structure
Corey Minyard
2017-09-27
ipmi_si: Move irq setup handling into the io struct
Corey Minyard
2017-09-27
ipmi_si: Move some platform data into the io structure
Corey Minyard
2017-09-27
ipmi_si: Rename function to add smi, make it global
Corey Minyard
2017-09-27
ipmi: Convert IPMI GUID over to Linux guid_t
Corey Minyard
2017-09-27
ipmi: Rescan channel list on BMC changes
Corey Minyard
2017-09-27
ipmi: Move lun and address out of channel struct
Corey Minyard
2017-09-27
ipmi: Retry BMC registration on a failure
Corey Minyard
2017-09-27
ipmi: Rework device id and guid handling to catch changing BMCs
Corey Minyard
2017-09-27
ipmi: Use a temporary BMC for an interface
Corey Minyard
2017-09-27
ipmi: Dynamically fetch GUID periodically
Corey Minyard
2017-09-27
ipmi: Always fetch the guid through ipmi_get_device_id()
Corey Minyard
2017-09-27
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
2017-09-27
ipmi: allow dynamic BMC version information
Jeremy Kerr
2017-09-27
ipmi: Don't use BMC product/dev ids in the BMC name
Corey Minyard
2017-09-27
ipmi: Make ipmi_demangle_device_id more generic
Jeremy Kerr
[next]