summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-25ipmi: Fix use-after-free of cmd_rcvr in _ipmi_destroy_user()Yifei Gao1-0/+1
2026-08-19ipmi:msghandler: Cancel work cleanly on an errorCorey Minyard1-0/+1
2026-08-12ipmi: Fix leak in __ipmi_bmc_registerMichail Tatas1-0/+1
2026-08-12ipmi: Remove all sysfs files on registration failureYuho Choi1-0/+1
2026-07-02ipmi: si: Fix NULL pointer dereference after failed registrationSeiji Nishikawa1-0/+1
2026-06-03ipmi: fix refcount leak in i_ipmi_request()Wentao Liang1-0/+8
2026-05-21ipmi: Fix user refcount underflow in event deliveryMatt Fleming1-2/+0
2026-05-19ipmi: Use LIST_HEAD() to initialize on stack list headJisheng Zhang1-10/+4
2026-03-05ipmi: Replace use of system_wq with system_percpu_wqMarco Crivellari1-5/+5
2026-02-26Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-46/+95
2026-02-23ipmi:msghandler: Handle error returns from the SMI senderCorey Minyard1-32/+68
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-9/+7
2026-02-03ipmi: Consolidate the run to completion checking for xmit msgs lockCorey Minyard1-18/+24
2026-02-03ipmi: Fix use-after-free and list corruption on sender errorCorey Minyard1-2/+9
2025-10-14ipmi: Skip channel scan if channels are already marked readyJinhui Guo1-0/+4
2025-10-14ipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo1-5/+13
2025-10-14ipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo1-2/+0
2025-10-07ipmi: Fix handling of messages with provided receive message pointerGuenter Roeck1-1/+4
2025-09-08ipmi: Rename "user_data" to "recv_msg" in an SMI messageCorey Minyard1-13/+13
2025-09-08ipmi: Allow an SMI sender to return an errorCorey Minyard1-3/+13
2025-09-08ipmi: Set a timer for maintenance modeCorey Minyard1-2/+6
2025-09-08ipmi: Add a maintenance mode sysfs fileCorey Minyard1-0/+23
2025-09-08ipmi: Disable sysfs access and requests in maintenance modeCorey Minyard1-0/+11
2025-09-08ipmi: Differentiate between reset and firmware update in maintenanceCorey Minyard1-12/+30
2025-09-08ipmi: Rework user message limit handlingCorey Minyard1-218/+198
2025-09-08ipmi:msghandler:Change seq_lock to a mutexCorey Minyard1-37/+26
2025-07-10ipmi: Use dev_warn_ratelimited() for incorrect message warningsBreno Leitao1-4/+4
2025-05-07ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter1-2/+3
2025-05-07ipmi:msghandler: Export and fix panic messaging capabilityCorey Minyard1-19/+31
2025-05-07ipmi:msghandler: Don't deliver messages to deleted usersCorey Minyard1-2/+26
2025-05-07ipmi:msghandler: Add a error return from unhandle LAN cmdsCorey Minyard1-4/+23
2025-05-07ipmi:msghandler: Shut down lower layer first at unregisterCorey Minyard1-4/+7
2025-05-07ipmi:msghandler: Remove proc_fs.hCorey Minyard1-1/+0
2025-05-07ipmi:msghandler: Don't check for shutdown when returning responsesCorey Minyard1-22/+12
2025-05-07ipmi:msghandler: Don't acquire a user refcount for queued messagesCorey Minyard1-15/+17
2025-05-07ipmi:msghandler: Fix locking around users and interfacesCorey Minyard1-26/+25
2025-05-07ipmi:msghandler: Remove some user level processing in panic modeCorey Minyard1-0/+4
2025-05-07ipmi:msghandler: Remove srcu for the ipmi_interfaces listCorey Minyard1-92/+102
2025-05-07ipmi:msghandler: Remove srcu from the ipmi user structureCorey Minyard1-177/+133
2025-05-07ipmi:msghandler: Use the system_wq, not system_bh_wqCorey Minyard1-5/+5
2025-05-07ipmi_msghandler: Change the events lock to a mutexCorey Minyard1-8/+6
2025-05-07ipmi:msghandler: Deliver user messages in a work queueCorey Minyard1-16/+25
2025-05-07ipmi:msghandler: Move timer handling into a work queueCorey Minyard1-1/+15
2025-05-07ipmi:msghandler: Rename recv_work to smi_workCorey Minyard1-10/+10
2025-05-07ipmi:msghandler: Use READ_ONCE on run_to_completionCorey Minyard1-9/+8
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-01-02ipmi: make ipmi_destroy_user() return voidVitaliy Shevtsov1-3/+1
2024-04-17ipmi: Convert from tasklet to BH workqueueAllen Pais1-15/+14
2023-12-19ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2