index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_si_intf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
docs: fix references for ipmi.rst file
Mauro Carvalho Chehab
1
-1
/
+1
2019-11-08
ipmi: kill off 'timespec' usage again
Arnd Bergmann
1
-27
/
+13
2019-09-12
ipmi_si_intf: Fix race in timer shutdown handling
Jes Sorensen
1
-2
/
+1
2019-08-05
ipmi_si: Only schedule continuously in the thread in maintenance mode
Corey Minyard
1
-5
/
+19
2019-08-02
ipmi_si: Remove ipmi_ from the device attr names
Corey Minyard
1
-16
/
+16
2019-08-02
ipmi_si: Convert device attr permissions to octal
Corey Minyard
1
-4
/
+4
2019-08-02
ipmi_si: Rework some include files
Corey Minyard
1
-2
/
+3
2019-07-31
ipmi_si: Convert timespec64 to timespec
Corey Minyard
1
-16
/
+16
2019-05-20
ipmi_si: use bool type for initialized variable
Kefeng Wang
1
-2
/
+2
2019-04-17
ipmi_si: remove an unused variable in try_smi_init()
Dan Carpenter
1
-2
/
+0
2019-02-22
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
1
-42
/
+3
2019-02-22
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
1
-3
/
+9
2019-02-22
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
1
-1
/
+1
2019-02-22
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
1
-7
/
+7
2019-02-22
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
1
-6
/
+17
2019-02-09
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
1
-1
/
+1
2019-02-09
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
1
-1
/
+4
2019-02-09
ipmi_si: fix use-after-free of resource->name
Yang Yingliang
1
-0
/
+5
2018-11-27
drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-09-18
ipmi: Change to ktime_get_ts64()
Arnd Bergmann
1
-3
/
+3
2018-09-18
ipmi: Use more common logging styles
Joe Perches
1
-11
/
+11
2018-08-31
ipmi: Rework SMI registration failure
Corey Minyard
1
-13
/
+4
2018-06-24
ipmi: Cleanup oops on initialization failure
Corey Minyard
1
-2
/
+4
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
1
-125
/
+0
2018-04-18
ipmi_si: Clean up shutdown a bit
Corey Minyard
1
-21
/
+11
2018-04-18
ipmi_si: Rename intf_num to si_num
Corey Minyard
1
-9
/
+9
2018-04-18
ipmi: Remove smi->intf checks
Corey Minyard
1
-8
/
+3
2018-04-18
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
1
-4
/
+1
2018-04-18
ipmi_si: Convert over to a shutdown handler
Corey Minyard
1
-13
/
+18
2018-04-18
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
1
-3
/
+3
2018-03-06
ipmi: missing error code in try_smi_init()
Dan Carpenter
1
-0
/
+1
2018-03-06
ipmi: Consolidate cleanup code
Corey Minyard
1
-94
/
+70
2018-03-06
ipmi: Remove some unnecessary initializations
Corey Minyard
1
-5
/
+0
2018-03-06
ipmi: Fix some error cleanup issues
Corey Minyard
1
-4
/
+14
2018-02-27
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
1
-21
/
+1
2018-01-15
ipmi: Clear smi_info->thread to prevent use-after-free during module unload
Masamitsu Yamazaki
1
-1
/
+3
2017-12-12
ipmi_si: Fix error handling of platform device
Corey Minyard
1
-3
/
+6
2017-12-11
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-21
/
+23
2017-12-06
ipmi: Stop timers before cleaning up the module
Masamitsu Yamazaki
1
-21
/
+23
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-10-17
ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...
Markus Elfring
1
-1
/
+0
2017-10-17
ipmi_si: fix memory leak on new_smi
Colin Ian King
1
-0
/
+1
2017-09-28
ipmi: Make the DMI probe into a generic platform probe
Corey Minyard
1
-1
/
+1
2017-09-28
ipmi: Make the IPMI proc interface configurable
Corey Minyard
1
-0
/
+4
2017-09-28
ipmi_si: Add device attrs for the things in proc
Corey Minyard
1
-1
/
+103
2017-09-28
ipmi_si: remove ipmi_smi_alloc() function
Corey Minyard
1
-10
/
+2
2017-09-28
ipmi_si: Move port and mem I/O handling to their own files
Corey Minyard
1
-254
/
+2
2017-09-28
ipmi_si: Get rid of unused spacing and port fields
Corey Minyard
1
-10
/
+0
2017-09-28
ipmi_si: Move PARISC handling to another file
Corey Minyard
1
-57
/
+3
2017-09-28
ipmi_si: Move PCI setup to another file
Corey Minyard
1
-161
/
+2
[next]