index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
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]