index
:
pub/scm/linux/kernel/git/mic/linux.git
master
Landlock and security development tree
Mickaël Salaün
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
ipmi: Fix use-after-free of cmd_rcvr in _ipmi_destroy_user()
Yifei Gao
1
-0
/
+1
2026-08-19
ipmi:msghandler: Cancel work cleanly on an error
Corey Minyard
1
-0
/
+1
2026-08-12
ipmi: Fix leak in __ipmi_bmc_register
Michail Tatas
1
-0
/
+1
2026-08-12
ipmi: Remove all sysfs files on registration failure
Yuho Choi
1
-0
/
+1
2026-07-02
ipmi: si: Fix NULL pointer dereference after failed registration
Seiji Nishikawa
1
-0
/
+1
2026-06-03
ipmi: fix refcount leak in i_ipmi_request()
Wentao Liang
1
-0
/
+8
2026-05-21
ipmi: Fix user refcount underflow in event delivery
Matt Fleming
1
-2
/
+0
2026-05-19
ipmi: Use LIST_HEAD() to initialize on stack list head
Jisheng Zhang
1
-10
/
+4
2026-03-05
ipmi: Replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-5
/
+5
2026-02-26
Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-46
/
+95
2026-02-23
ipmi:msghandler: Handle error returns from the SMI sender
Corey Minyard
1
-32
/
+68
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-9
/
+7
2026-02-03
ipmi: Consolidate the run to completion checking for xmit msgs lock
Corey Minyard
1
-18
/
+24
2026-02-03
ipmi: Fix use-after-free and list corruption on sender error
Corey Minyard
1
-2
/
+9
2025-10-14
ipmi: Skip channel scan if channels are already marked ready
Jinhui Guo
1
-0
/
+4
2025-10-14
ipmi: Fix __scan_channels() failing to rescan channels
Jinhui Guo
1
-5
/
+13
2025-10-14
ipmi: Fix the race between __scan_channels() and deliver_response()
Jinhui Guo
1
-2
/
+0
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
-218
/
+198
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
[next]