index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Age
Commit message (
Expand
)
Author
2026-02-26
Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
2026-02-23
ipmi:msghandler: Handle error returns from the SMI sender
Corey Minyard
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-03
ipmi: Consolidate the run to completion checking for xmit msgs lock
Corey Minyard
2026-02-03
ipmi: Fix use-after-free and list corruption on sender error
Corey Minyard
2025-10-14
ipmi: Skip channel scan if channels are already marked ready
Jinhui Guo
2025-10-14
ipmi: Fix __scan_channels() failing to rescan channels
Jinhui Guo
2025-10-14
ipmi: Fix the race between __scan_channels() and deliver_response()
Jinhui Guo
2025-10-07
ipmi: Fix handling of messages with provided receive message pointer
Guenter Roeck
2025-09-08
ipmi: Rename "user_data" to "recv_msg" in an SMI message
Corey Minyard
2025-09-08
ipmi: Allow an SMI sender to return an error
Corey Minyard
2025-09-08
ipmi: Set a timer for maintenance mode
Corey Minyard
2025-09-08
ipmi: Add a maintenance mode sysfs file
Corey Minyard
2025-09-08
ipmi: Disable sysfs access and requests in maintenance mode
Corey Minyard
2025-09-08
ipmi: Differentiate between reset and firmware update in maintenance
Corey Minyard
2025-09-08
ipmi: Rework user message limit handling
Corey Minyard
2025-09-08
ipmi:msghandler:Change seq_lock to a mutex
Corey Minyard
2025-07-10
ipmi: Use dev_warn_ratelimited() for incorrect message warnings
Breno Leitao
2025-05-07
ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()
Dan Carpenter
2025-05-07
ipmi:msghandler: Export and fix panic messaging capability
Corey Minyard
2025-05-07
ipmi:msghandler: Don't deliver messages to deleted users
Corey Minyard
2025-05-07
ipmi:msghandler: Add a error return from unhandle LAN cmds
Corey Minyard
2025-05-07
ipmi:msghandler: Shut down lower layer first at unregister
Corey Minyard
2025-05-07
ipmi:msghandler: Remove proc_fs.h
Corey Minyard
2025-05-07
ipmi:msghandler: Don't check for shutdown when returning responses
Corey Minyard
2025-05-07
ipmi:msghandler: Don't acquire a user refcount for queued messages
Corey Minyard
2025-05-07
ipmi:msghandler: Fix locking around users and interfaces
Corey Minyard
2025-05-07
ipmi:msghandler: Remove some user level processing in panic mode
Corey Minyard
2025-05-07
ipmi:msghandler: Remove srcu for the ipmi_interfaces list
Corey Minyard
2025-05-07
ipmi:msghandler: Remove srcu from the ipmi user structure
Corey Minyard
2025-05-07
ipmi:msghandler: Use the system_wq, not system_bh_wq
Corey Minyard
2025-05-07
ipmi_msghandler: Change the events lock to a mutex
Corey Minyard
2025-05-07
ipmi:msghandler: Deliver user messages in a work queue
Corey Minyard
2025-05-07
ipmi:msghandler: Move timer handling into a work queue
Corey Minyard
2025-05-07
ipmi:msghandler: Rename recv_work to smi_work
Corey Minyard
2025-05-07
ipmi:msghandler: Use READ_ONCE on run_to_completion
Corey Minyard
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-01-02
ipmi: make ipmi_destroy_user() return void
Vitaliy Shevtsov
2024-04-17
ipmi: Convert from tasklet to BH workqueue
Allen Pais
2023-12-19
ipmi: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2023-09-13
ipmi: refactor deprecated strncpy
Justin Stitt
2022-11-15
ipmi: fix use after free in _ipmi_destroy_user()
Dan Carpenter
2022-10-25
ipmi: Fix some kernel-doc warnings
Bo Liu
2022-10-17
ipmi: fix memleak when unload ipmi driver
Zhang Yuchen
2022-09-28
ipmi: Remove unused struct watcher_entry
Yuan Can
2022-07-18
ipmi: Fix comment typo
Jason Wang
2022-05-12
ipmi: remove unnecessary type castings
Yu Zhe
2022-05-12
ipmi: Make two logs unique
Corey Minyard
2022-05-12
ipmi: Convert pr_debug() to dev_dbg()
Corey Minyard
[next]