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_msghandler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
ipmi: msghandler: Fix a signedness bug
Dan Carpenter
1
-1
/
+1
2020-09-16
ipmi: add retry in try_get_dev_id()
Xianting Tian
1
-2
/
+0
2020-09-15
ipmi:msghandler: retry to get device id on an error
Xianting Tian
1
-4
/
+25
2020-09-15
ipmi: Reset response handler when failing to send the command
Markus Boehme
1
-1
/
+3
2020-09-03
ipmi: add a newline when printing parameter 'panic_op' by sysfs
Xiongfeng Wang
1
-4
/
+4
2020-08-18
char: ipmi: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-7
/
+6
2020-07-20
ipmi: remve duplicate code in __ipmi_bmc_register()
Jing Xiangfeng
1
-2
/
+0
2020-05-18
ipmi: Replace guid_copy() with import_guid() where it makes sense
Andy Shevchenko
1
-1
/
+1
2020-05-18
ipmi: use vzalloc instead of kmalloc for user creation
Feng Tang
1
-3
/
+4
2020-04-03
ipmi: fix hung processes in __get_guid()
Wen Yang
1
-2
/
+2
2020-03-12
drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists
Amol Grover
1
-4
/
+10
2019-10-22
ipmi: Fix memory leak in __ipmi_bmc_register
Navid Emamdoost
1
-1
/
+4
2019-10-22
ipmi: use %*ph to print small buffer
Andy Shevchenko
1
-23
/
+4
2019-10-22
ipmi: Don't allow device module unload when in use
Corey Minyard
1
-7
/
+16
2019-08-22
ipmi: move message error checking to avoid deadlock
Tony Camuso
1
-57
/
+57
2019-08-16
ipmi: Free receive messages when in an oops
Corey Minyard
1
-2
/
+5
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
1
-4
/
+4
2019-04-17
ipmi: avoid atomic_inc in exit function
Arnd Bergmann
1
-1
/
+1
2019-04-17
ipmi: Make ipmi_interfaces_srcu variable static
YueHaibing
1
-1
/
+1
2019-04-17
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
1
-2
/
+17
2019-02-09
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
1
-1
/
+1
2019-02-09
ipmi: Use defined constant for UUID representation
Andy Shevchenko
1
-4
/
+4
2019-02-09
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
1
-74
/
+90
2019-02-09
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
1
-34
/
+85
2019-01-23
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
1
-63
/
+80
2019-01-23
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
1
-1
/
+1
2019-01-23
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
1
-1
/
+1
2019-01-23
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
1
-8
/
+18
2018-09-18
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
1
-1
/
+1
2018-09-18
ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
Joe Perches
1
-27
/
+24
2018-08-31
ipmi: Rework SMI registration failure
Corey Minyard
1
-23
/
+30
2018-05-24
ipmi: Properly release srcu locks on error conditions
Corey Minyard
1
-18
/
+25
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
1
-264
/
+0
2018-04-18
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
1
-3
/
+1
2018-04-18
ipmi: Remove condition on interface shutdown
Corey Minyard
1
-2
/
+1
2018-04-18
ipmi: Rework locking and shutdown for hot remove
Corey Minyard
1
-210
/
+280
2018-04-18
ipmi: Fix some counter issues
Corey Minyard
1
-31
/
+45
2018-04-18
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
1
-87
/
+91
2018-04-18
ipmi: Rename ipmi_user_t to struct ipmi_user *
Corey Minyard
1
-27
/
+27
2018-04-18
ipmi: Clean up some style issues in the message handler
Corey Minyard
1
-48
/
+35
2018-04-18
ipmi: Break up i_ipmi_request
Corey Minyard
1
-310
/
+344
2018-04-18
ipmi: Clean up some debug code
Corey Minyard
1
-33
/
+25
2018-04-18
ipmi: Add a panic handler for IPMI users
Corey Minyard
1
-110
/
+104
2018-04-18
ipmi: Add a maintenance mode for IPMB messages
Corey Minyard
1
-0
/
+28
2018-04-18
ipmi: Add a way to tune some timeouts
Corey Minyard
1
-32
/
+48
2018-02-27
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
1
-21
/
+1
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+8
2018-01-09
treewide: Use DEVICE_ATTR_RO
Joe Perches
1
-9
/
+8
2018-01-08
ipmi: use correct string length
Xiongfeng Wang
1
-1
/
+1
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-2
/
+2
[next]