index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_si_intf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipmi_si: use bool type for initialized variable
Kefeng Wang
2019-05-20
1
-2
/
+2
*
ipmi_si: remove an unused variable in try_smi_init()
Dan Carpenter
2019-04-17
1
-2
/
+0
*
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
2019-02-22
1
-42
/
+3
*
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
2019-02-22
1
-3
/
+9
*
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
2019-02-22
1
-1
/
+1
*
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
2019-02-22
1
-7
/
+7
*
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
2019-02-22
1
-6
/
+17
*
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-09
1
-1
/
+1
*
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-02-09
1
-1
/
+4
*
ipmi_si: fix use-after-free of resource->name
Yang Yingliang
2019-02-09
1
-0
/
+5
*
drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2018-11-27
1
-1
/
+1
*
ipmi: Change to ktime_get_ts64()
Arnd Bergmann
2018-09-18
1
-3
/
+3
*
ipmi: Use more common logging styles
Joe Perches
2018-09-18
1
-11
/
+11
*
ipmi: Rework SMI registration failure
Corey Minyard
2018-08-31
1
-13
/
+4
*
ipmi: Cleanup oops on initialization failure
Corey Minyard
2018-06-24
1
-2
/
+4
*
ipmi: Remove the proc interface
Corey Minyard
2018-05-09
1
-125
/
+0
*
ipmi_si: Clean up shutdown a bit
Corey Minyard
2018-04-18
1
-21
/
+11
*
ipmi_si: Rename intf_num to si_num
Corey Minyard
2018-04-18
1
-9
/
+9
*
ipmi: Remove smi->intf checks
Corey Minyard
2018-04-18
1
-8
/
+3
*
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
2018-04-18
1
-4
/
+1
*
ipmi_si: Convert over to a shutdown handler
Corey Minyard
2018-04-18
1
-13
/
+18
*
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
2018-04-18
1
-3
/
+3
*
ipmi: missing error code in try_smi_init()
Dan Carpenter
2018-03-06
1
-0
/
+1
*
ipmi: Consolidate cleanup code
Corey Minyard
2018-03-06
1
-94
/
+70
*
ipmi: Remove some unnecessary initializations
Corey Minyard
2018-03-06
1
-5
/
+0
*
ipmi: Fix some error cleanup issues
Corey Minyard
2018-03-06
1
-4
/
+14
*
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
2018-02-27
1
-21
/
+1
*
ipmi: Clear smi_info->thread to prevent use-after-free during module unload
Masamitsu Yamazaki
2018-01-15
1
-1
/
+3
*
ipmi_si: Fix error handling of platform device
Corey Minyard
2017-12-12
1
-3
/
+6
*
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2017-12-11
1
-21
/
+23
|
\
|
*
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-21
1
-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: Make the DMI probe into a generic platform probe
Corey Minyard
2017-09-28
1
-1
/
+1
*
ipmi: Make the IPMI proc interface configurable
Corey Minyard
2017-09-28
1
-0
/
+4
*
ipmi_si: Add device attrs for the things in proc
Corey Minyard
2017-09-28
1
-1
/
+103
*
ipmi_si: remove ipmi_smi_alloc() function
Corey Minyard
2017-09-28
1
-10
/
+2
*
ipmi_si: Move port and mem I/O handling to their own files
Corey Minyard
2017-09-28
1
-254
/
+2
*
ipmi_si: Get rid of unused spacing and port fields
Corey Minyard
2017-09-28
1
-10
/
+0
*
ipmi_si: Move PARISC handling to another file
Corey Minyard
2017-09-28
1
-57
/
+3
*
ipmi_si: Move PCI setup to another file
Corey Minyard
2017-09-28
1
-161
/
+2
*
ipmi_si: Move platform device handling to another file
Corey Minyard
2017-09-28
1
-588
/
+4
*
ipmi_si: Move hardcode handling to a separate file.
Corey Minyard
2017-09-27
1
-146
/
+6
*
ipmi_si: Move the hotmod handling to another file.
Corey Minyard
2017-09-27
1
-243
/
+18
*
ipmi_si: Change ipmi_si_add_smi() to take just I/O info
Corey Minyard
2017-09-27
1
-306
/
+226
*
ipmi_si: Move io setup into io structure
Corey Minyard
2017-09-27
1
-92
/
+81
*
ipmi_si: Move irq setup handling into the io struct
Corey Minyard
2017-09-27
1
-81
/
+73
*
ipmi_si: Move some platform data into the io structure
Corey Minyard
2017-09-27
1
-216
/
+199
*
ipmi_si: Rename function to add smi, make it global
Corey Minyard
2017-09-27
1
-16
/
+10
[next]