index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Age
Commit message (
Expand
)
Author
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-31
Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-22
ipmi_ssif: Remove duplicate NULL check
Andy Shevchenko
2018-01-22
ipmi/powernv: Fix error return code in ipmi_powernv_probe()
Wei Yongjun
2018-01-22
ipmi: use dynamic memory for DMI driver override
John Garry
2018-01-16
ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driver
Jeremy Kerr
2018-01-15
ipmi: Clear smi_info->thread to prevent use-after-free during module unload
Masamitsu Yamazaki
2018-01-09
treewide: Use DEVICE_ATTR_RO
Joe Perches
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-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
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
[next]