index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
2017-09-27
1
-1
/
+0
*
ipmi: Make ipmi_demangle_device_id more generic
Jeremy Kerr
2017-09-27
1
-1
/
+2
*
ipmi: Prefer ACPI system interfaces over SMBIOS ones
Corey Minyard
2017-09-27
1
-10
/
+23
*
char: ipmi: make function ipmi_get_info_from_resources static
Colin Ian King
2017-09-27
1
-2
/
+3
*
char: ipmi: eliminate misleading print info when being probed via ACPI
Hanjun Guo
2017-09-27
1
-1
/
+1
*
parisc/ipmi_si_intf: Fix section mismatches on parisc platform
Helge Deller
2017-08-22
1
-5
/
+7
*
Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2017-07-10
1
-146
/
+119
|
\
|
*
ipmi: Convert DMI handling over to a platform device
Corey Minyard
2017-06-19
1
-144
/
+117
|
*
ipmi: Use the proper default value for register size in ACPI
Corey Minyard
2017-06-09
1
-4
/
+4
*
|
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-05-10
1
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
Annotate hardware config module parameters in drivers/char/ipmi/
David Howells
2017-04-20
1
-7
/
+7
*
|
ipmi_si: use smi_num for init_name
Tony Camuso
2017-04-10
1
-3
/
+16
|
/
*
ipmi: Pick up slave address from SMBIOS on an ACPI device
Corey Minyard
2016-11-24
1
-1
/
+9
*
ipmi_si: Clean up printks
Corey Minyard
2016-11-24
1
-76
/
+54
*
Move platform device creation earlier in the initialization
Corey Minyard
2016-11-24
1
-15
/
+31
*
ipmi: Periodically check for events, not messages
Corey Minyard
2016-11-07
1
-2
/
+2
*
ipmi: remove trydefaults parameter and default init
Tony Camuso
2016-07-27
1
-73
/
+0
*
IPMI: reserve memio regions separately
Corey Minyard
2016-05-16
1
-13
/
+27
*
ipmi: Fix some minor coding style issues
Corey Minyard
2016-05-16
1
-13
/
+12
*
ipmi: do not probe ACPI devices if si_tryacpi is unset
Joe Lawrence
2016-03-18
1
-0
/
+3
*
ipmi_si: Avoid a wrong long timeout on transaction done
Corey Minyard
2016-03-18
1
-2
/
+2
*
ipmi_si: Fix module parameter doc names
Corey Minyard
2016-03-18
1
-2
/
+2
[next]