summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2026-02-27Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds4-60/+125
2026-02-23ipmi:si: Fix check for a misbehaving BMCCorey Minyard1-11/+13
2026-02-23ipmi:msghandler: Handle error returns from the SMI senderCorey Minyard1-32/+68
2026-02-23ipmi:si: Don't block module unload if the BMC is messed upCorey Minyard1-1/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-18/+16
2026-02-06ipmi:si: Use a long timeout when the BMC is misbehavingCorey Minyard1-1/+3
2026-02-06ipmi:si: Handle waiting messages when BMC failure detectedCorey Minyard1-0/+6
2026-02-04ipmi:ls2k: Make ipmi_ls2k_platform_driver staticCorey Minyard1-1/+1
2026-02-04ipmi: ipmb: initialise event handler read bytesMatt Johnston1-0/+5
2026-02-04ipmi: Consolidate the run to completion checking for xmit msgs lockCorey Minyard1-18/+24
2026-02-04ipmi: Fix use-after-free and list corruption on sender errorCorey Minyard1-2/+9
2025-12-06Merge tag 'for-linus-6.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-7/+17
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+3
2025-11-19ipmi: Switch to use %ptSpAndy Shevchenko2-6/+3
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-16ipmi: Add Loongson-2K BMC supportBinbin Zhou5-0/+208
2025-09-08ipmi:si: Gracefully handle if the BMC is non-functionalCorey Minyard1-6/+23
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 Minyard5-20/+29
2025-09-08ipmi:si: Move flags get start to its own functionCorey Minyard1-6/+13
2025-09-08ipmi:si: Merge some if statementsCorey Minyard1-9/+5
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-220/+200
2025-09-08Revert "ipmi: fix msg stack when IPMI is disconnected"Corey Minyard1-11/+5
2025-09-08ipmi:msghandler:Change seq_lock to a mutexCorey Minyard1-37/+26
2025-08-07Merge tag 'for-linus-6.17-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds3-25/+46
2025-07-10ipmi: Use dev_warn_ratelimited() for incorrect message warningsBreno Leitao1-4/+4
2025-07-08char: ipmi: remove redundant variable 'type' and checkColin Ian King1-4/+0
2025-06-14ipmi: Fix strcpy source and destination the sameCorey Minyard1-17/+42
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-5/+9
2025-05-08ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter1-2/+3
2025-05-08ipmi:watchdog: Use the new interface for panic messagesCorey Minyard1-55/+17
2025-05-08ipmi:msghandler: Export and fix panic messaging capabilityCorey Minyard1-19/+31
2025-05-08ipmi:ssif: Fix a shutdown raceCorey Minyard1-5/+1
2025-05-08ipmi:msghandler: Don't deliver messages to deleted usersCorey Minyard1-2/+26
2025-05-08ipmi:si: Rework startup of IPMI devicesCorey Minyard1-20/+62
2025-05-08ipmi:msghandler: Add a error return from unhandle LAN cmdsCorey Minyard1-4/+23
2025-05-08ipmi:msghandler: Shut down lower layer first at unregisterCorey Minyard1-4/+7
2025-05-08ipmi:msghandler: Remove proc_fs.hCorey Minyard1-1/+0
2025-05-08ipmi:msghandler: Don't check for shutdown when returning responsesCorey Minyard1-22/+12
2025-05-08ipmi:msghandler: Don't acquire a user refcount for queued messagesCorey Minyard1-15/+17
2025-05-08ipmi:msghandler: Fix locking around users and interfacesCorey Minyard1-26/+25
2025-05-08ipmi:msghandler: Remove some user level processing in panic modeCorey Minyard1-0/+4