summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-08ipmi:watchdog: Change lock to mutexCorey Minyard1-11/+9
2025-05-08ipmi:msghandler: Remove srcu for the ipmi_interfaces listCorey Minyard1-92/+102
2025-05-08ipmi:msghandler: Remove srcu from the ipmi user structureCorey Minyard1-177/+133
2025-05-08ipmi:msghandler: Use the system_wq, not system_bh_wqCorey Minyard1-5/+5
2025-05-08ipmi_msghandler: Change the events lock to a mutexCorey Minyard1-8/+6
2025-05-08ipmi:msghandler: Deliver user messages in a work queueCorey Minyard1-16/+25
2025-05-08ipmi:msghandler: Move timer handling into a work queueCorey Minyard1-1/+15
2025-05-08ipmi:msghandler: Rename recv_work to smi_workCorey Minyard1-10/+10
2025-05-08ipmi:msghandler: Use READ_ONCE on run_to_completionCorey Minyard1-9/+8
2025-05-08ipmi:si: Move SI type information into an info structureCorey Minyard5-55/+70
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner6-10/+10
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-22Merge tag 'for-linus-6.14-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds7-19/+13
2025-01-07ipmi: ssif_bmc: Fix new request loss when bmc ready for a responseQuan Nguyen1-2/+3
2025-01-03ipmi: make ipmi_destroy_user() return voidVitaliy Shevtsov4-16/+4
2024-12-22char:ipmi: Fix a not-used variable on a non-ACPI systemCorey Minyard1-0/+2
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds6-6/+6
2024-11-06char:ipmi: Fix the wrong format specifierliujing1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-27ipmi: ipmb: Add check devm_kasprintf() returned valueCharles Han1-0/+3
2024-09-19Merge tag 'for-linus-6.12-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-1/+24
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-08-21ipmi:ssif: Improve detecting during probingCorey Minyard1-1/+23
2024-08-21ipmi: ipmi_ssif: fix module autoloadingYuntao Liu1-0/+1
2024-07-08ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König4-7/+7
2024-06-14ipmi: ssif_bmc: prevent integer overflow on 32bit systemsDan Carpenter1-2/+4
2024-04-17ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-17ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-17ipmi: ipmi_ssif: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-17ipmi: ipmi_si_platform: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-17ipmi: ipmi_powernv: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-17ipmi: bt-bmc: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2