summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorLines
2025-12-05Merge tag 'for-linus-6.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-7/+17
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+3
2025-11-19ipmi: Switch to use %ptSpAndy Shevchenko-6/+3
2025-10-14ipmi: Skip channel scan if channels are already marked readyJinhui Guo-0/+4
2025-10-14ipmi: Fix __scan_channels() failing to rescan channelsJinhui Guo-5/+13
2025-10-14ipmi: Fix the race between __scan_channels() and deliver_response()Jinhui Guo-2/+0
2025-10-07ipmi: Fix handling of messages with provided receive message pointerGuenter Roeck-1/+4
2025-09-16ipmi: Add Loongson-2K BMC supportBinbin Zhou-0/+208
2025-09-08ipmi:si: Gracefully handle if the BMC is non-functionalCorey Minyard-6/+23
2025-09-08ipmi: Rename "user_data" to "recv_msg" in an SMI messageCorey Minyard-13/+13
2025-09-08ipmi: Allow an SMI sender to return an errorCorey Minyard-20/+29
2025-09-08ipmi:si: Move flags get start to its own functionCorey Minyard-6/+13
2025-09-08ipmi:si: Merge some if statementsCorey Minyard-9/+5
2025-09-08ipmi: Set a timer for maintenance modeCorey Minyard-2/+6
2025-09-08ipmi: Add a maintenance mode sysfs fileCorey Minyard-0/+23
2025-09-08ipmi: Disable sysfs access and requests in maintenance modeCorey Minyard-0/+11
2025-09-08ipmi: Differentiate between reset and firmware update in maintenanceCorey Minyard-12/+30
2025-09-08ipmi: Rework user message limit handlingCorey Minyard-220/+200
2025-09-08Revert "ipmi: fix msg stack when IPMI is disconnected"Corey Minyard-11/+5
2025-09-08ipmi:msghandler:Change seq_lock to a mutexCorey Minyard-37/+26
2025-08-07Merge tag 'for-linus-6.17-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-25/+46
2025-07-10ipmi: Use dev_warn_ratelimited() for incorrect message warningsBreno Leitao-4/+4
2025-07-08char: ipmi: remove redundant variable 'type' and checkColin Ian King-4/+0
2025-06-13ipmi: Fix strcpy source and destination the sameCorey Minyard-17/+42
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-5/+9
2025-05-07ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter-2/+3
2025-05-07ipmi:watchdog: Use the new interface for panic messagesCorey Minyard-55/+17
2025-05-07ipmi:msghandler: Export and fix panic messaging capabilityCorey Minyard-19/+31
2025-05-07ipmi:ssif: Fix a shutdown raceCorey Minyard-5/+1
2025-05-07ipmi:msghandler: Don't deliver messages to deleted usersCorey Minyard-2/+26
2025-05-07ipmi:si: Rework startup of IPMI devicesCorey Minyard-20/+62
2025-05-07ipmi:msghandler: Add a error return from unhandle LAN cmdsCorey Minyard-4/+23
2025-05-07ipmi:msghandler: Shut down lower layer first at unregisterCorey Minyard-4/+7
2025-05-07ipmi:msghandler: Remove proc_fs.hCorey Minyard-1/+0
2025-05-07ipmi:msghandler: Don't check for shutdown when returning responsesCorey Minyard-22/+12
2025-05-07ipmi:msghandler: Don't acquire a user refcount for queued messagesCorey Minyard-15/+17
2025-05-07ipmi:msghandler: Fix locking around users and interfacesCorey Minyard-26/+25
2025-05-07ipmi:msghandler: Remove some user level processing in panic modeCorey Minyard-0/+4
2025-05-07ipmi:watchdog: Change lock to mutexCorey Minyard-11/+9
2025-05-07ipmi:msghandler: Remove srcu for the ipmi_interfaces listCorey Minyard-92/+102
2025-05-07ipmi:msghandler: Remove srcu from the ipmi user structureCorey Minyard-177/+133
2025-05-07ipmi:msghandler: Use the system_wq, not system_bh_wqCorey Minyard-5/+5
2025-05-07ipmi_msghandler: Change the events lock to a mutexCorey Minyard-8/+6
2025-05-07ipmi:msghandler: Deliver user messages in a work queueCorey Minyard-16/+25
2025-05-07ipmi:msghandler: Move timer handling into a work queueCorey Minyard-1/+15
2025-05-07ipmi:msghandler: Rename recv_work to smi_workCorey Minyard-10/+10
2025-05-07ipmi:msghandler: Use READ_ONCE on run_to_completionCorey Minyard-9/+8
2025-05-07ipmi:si: Move SI type information into an info structureCorey Minyard-55/+70
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-10/+10
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1