summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)Author
2026-02-26Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2026-02-23ipmi:msghandler: Handle error returns from the SMI senderCorey Minyard
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-03ipmi: Consolidate the run to completion checking for xmit msgs lockCorey Minyard
2026-02-03ipmi: Fix use-after-free and list corruption on sender errorCorey Minyard
2025-10-14ipmi: Skip channel scan if channels are already marked readyJinhui Guo
2025-10-14ipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo
2025-10-14ipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo
2025-10-07ipmi: Fix handling of messages with provided receive message pointerGuenter Roeck
2025-09-08ipmi: Rename "user_data" to "recv_msg" in an SMI messageCorey Minyard
2025-09-08ipmi: Allow an SMI sender to return an errorCorey Minyard
2025-09-08ipmi: Set a timer for maintenance modeCorey Minyard
2025-09-08ipmi: Add a maintenance mode sysfs fileCorey Minyard
2025-09-08ipmi: Disable sysfs access and requests in maintenance modeCorey Minyard
2025-09-08ipmi: Differentiate between reset and firmware update in maintenanceCorey Minyard
2025-09-08ipmi: Rework user message limit handlingCorey Minyard
2025-09-08ipmi:msghandler:Change seq_lock to a mutexCorey Minyard
2025-07-10ipmi: Use dev_warn_ratelimited() for incorrect message warningsBreno Leitao
2025-05-07ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter
2025-05-07ipmi:msghandler: Export and fix panic messaging capabilityCorey Minyard
2025-05-07ipmi:msghandler: Don't deliver messages to deleted usersCorey Minyard
2025-05-07ipmi:msghandler: Add a error return from unhandle LAN cmdsCorey Minyard
2025-05-07ipmi:msghandler: Shut down lower layer first at unregisterCorey Minyard
2025-05-07ipmi:msghandler: Remove proc_fs.hCorey Minyard
2025-05-07ipmi:msghandler: Don't check for shutdown when returning responsesCorey Minyard
2025-05-07ipmi:msghandler: Don't acquire a user refcount for queued messagesCorey Minyard
2025-05-07ipmi:msghandler: Fix locking around users and interfacesCorey Minyard
2025-05-07ipmi:msghandler: Remove some user level processing in panic modeCorey Minyard
2025-05-07ipmi:msghandler: Remove srcu for the ipmi_interfaces listCorey Minyard
2025-05-07ipmi:msghandler: Remove srcu from the ipmi user structureCorey Minyard
2025-05-07ipmi:msghandler: Use the system_wq, not system_bh_wqCorey Minyard
2025-05-07ipmi_msghandler: Change the events lock to a mutexCorey Minyard
2025-05-07ipmi:msghandler: Deliver user messages in a work queueCorey Minyard
2025-05-07ipmi:msghandler: Move timer handling into a work queueCorey Minyard
2025-05-07ipmi:msghandler: Rename recv_work to smi_workCorey Minyard
2025-05-07ipmi:msghandler: Use READ_ONCE on run_to_completionCorey Minyard
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-01-02ipmi: make ipmi_destroy_user() return voidVitaliy Shevtsov
2024-04-17ipmi: Convert from tasklet to BH workqueueAllen Pais
2023-12-19ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-09-13ipmi: refactor deprecated strncpyJustin Stitt
2022-11-15ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter
2022-10-25ipmi: Fix some kernel-doc warningsBo Liu
2022-10-17ipmi: fix memleak when unload ipmi driverZhang Yuchen
2022-09-28ipmi: Remove unused struct watcher_entryYuan Can
2022-07-18ipmi: Fix comment typoJason Wang
2022-05-12ipmi: remove unnecessary type castingsYu Zhe
2022-05-12ipmi: Make two logs uniqueCorey Minyard
2022-05-12ipmi: Convert pr_debug() to dev_dbg()Corey Minyard