index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-07
ipmi: Fix handling of messages with provided receive message pointer
Guenter Roeck
1
-1
/
+4
2025-09-08
ipmi: Rename "user_data" to "recv_msg" in an SMI message
Corey Minyard
1
-13
/
+13
2025-09-08
ipmi: Allow an SMI sender to return an error
Corey Minyard
1
-3
/
+13
2025-09-08
ipmi: Set a timer for maintenance mode
Corey Minyard
1
-2
/
+6
2025-09-08
ipmi: Add a maintenance mode sysfs file
Corey Minyard
1
-0
/
+23
2025-09-08
ipmi: Disable sysfs access and requests in maintenance mode
Corey Minyard
1
-0
/
+11
2025-09-08
ipmi: Differentiate between reset and firmware update in maintenance
Corey Minyard
1
-12
/
+30
2025-09-08
ipmi: Rework user message limit handling
Corey Minyard
1
-220
/
+200
2025-09-08
ipmi:msghandler:Change seq_lock to a mutex
Corey Minyard
1
-37
/
+26
2025-07-10
ipmi: Use dev_warn_ratelimited() for incorrect message warnings
Breno Leitao
1
-4
/
+4
2025-05-07
ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()
Dan Carpenter
1
-2
/
+3
2025-05-07
ipmi:msghandler: Export and fix panic messaging capability
Corey Minyard
1
-19
/
+31
2025-05-07
ipmi:msghandler: Don't deliver messages to deleted users
Corey Minyard
1
-2
/
+26
2025-05-07
ipmi:msghandler: Add a error return from unhandle LAN cmds
Corey Minyard
1
-4
/
+23
2025-05-07
ipmi:msghandler: Shut down lower layer first at unregister
Corey Minyard
1
-4
/
+7
2025-05-07
ipmi:msghandler: Remove proc_fs.h
Corey Minyard
1
-1
/
+0
2025-05-07
ipmi:msghandler: Don't check for shutdown when returning responses
Corey Minyard
1
-22
/
+12
2025-05-07
ipmi:msghandler: Don't acquire a user refcount for queued messages
Corey Minyard
1
-15
/
+17
2025-05-07
ipmi:msghandler: Fix locking around users and interfaces
Corey Minyard
1
-26
/
+25
2025-05-07
ipmi:msghandler: Remove some user level processing in panic mode
Corey Minyard
1
-0
/
+4
2025-05-07
ipmi:msghandler: Remove srcu for the ipmi_interfaces list
Corey Minyard
1
-92
/
+102
2025-05-07
ipmi:msghandler: Remove srcu from the ipmi user structure
Corey Minyard
1
-177
/
+133
2025-05-07
ipmi:msghandler: Use the system_wq, not system_bh_wq
Corey Minyard
1
-5
/
+5
2025-05-07
ipmi_msghandler: Change the events lock to a mutex
Corey Minyard
1
-8
/
+6
2025-05-07
ipmi:msghandler: Deliver user messages in a work queue
Corey Minyard
1
-16
/
+25
2025-05-07
ipmi:msghandler: Move timer handling into a work queue
Corey Minyard
1
-1
/
+15
2025-05-07
ipmi:msghandler: Rename recv_work to smi_work
Corey Minyard
1
-10
/
+10
2025-05-07
ipmi:msghandler: Use READ_ONCE on run_to_completion
Corey Minyard
1
-9
/
+8
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-01-02
ipmi: make ipmi_destroy_user() return void
Vitaliy Shevtsov
1
-3
/
+1
2024-04-17
ipmi: Convert from tasklet to BH workqueue
Allen Pais
1
-15
/
+14
2023-12-19
ipmi: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-2
/
+2
2023-09-13
ipmi: refactor deprecated strncpy
Justin Stitt
1
-8
/
+3
2022-11-15
ipmi: fix use after free in _ipmi_destroy_user()
Dan Carpenter
1
-1
/
+3
2022-10-25
ipmi: Fix some kernel-doc warnings
Bo Liu
1
-1
/
+1
2022-10-17
ipmi: fix memleak when unload ipmi driver
Zhang Yuchen
1
-2
/
+6
2022-09-28
ipmi: Remove unused struct watcher_entry
Yuan Can
1
-6
/
+0
2022-07-18
ipmi: Fix comment typo
Jason Wang
1
-1
/
+1
2022-05-12
ipmi: remove unnecessary type castings
Yu Zhe
1
-3
/
+3
2022-05-12
ipmi: Make two logs unique
Corey Minyard
1
-2
/
+2
2022-05-12
ipmi: Convert pr_debug() to dev_dbg()
Corey Minyard
1
-4
/
+7
2022-05-12
ipmi: Fix pr_fmt to avoid compilation issues
Corey Minyard
1
-2
/
+2
2022-05-12
ipmi: Add a sysfs count of total outstanding messages for an interface
Corey Minyard
1
-0
/
+29
2022-05-12
ipmi: Add a sysfs interface to view the number of users
Corey Minyard
1
-0
/
+21
2022-05-12
ipmi: Limit the number of message a user may have outstanding
Corey Minyard
1
-0
/
+21
2022-05-12
ipmi: Add a limit on the number of users that may use IPMI
Corey Minyard
1
-0
/
+15
2022-04-29
ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()
Corey Minyard
1
-1
/
+4
2022-04-29
ipmi: When handling send message responses, don't process the message
Corey Minyard
1
-0
/
+2
2021-12-21
ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
Wu Bo
1
-1
/
+1
2021-12-17
ipmi: fix initialization when workqueue allocation fails
Thadeu Lima de Souza Cascardo
1
-6
/
+9
[next]