aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge 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-13ipmi: 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-07ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter1-2/+3
2025-05-07ipmi:watchdog: Use the new interface for panic messagesCorey Minyard1-55/+17
2025-05-07ipmi:msghandler: Export and fix panic messaging capabilityCorey Minyard1-19/+31
2025-05-07ipmi:ssif: Fix a shutdown raceCorey Minyard1-5/+1
2025-05-07ipmi:msghandler: Don't deliver messages to deleted usersCorey Minyard1-2/+26
2025-05-07ipmi:si: Rework startup of IPMI devicesCorey Minyard1-20/+62
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:watchdog: Change lock to mutexCorey Minyard1-11/+9
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-05-07ipmi: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-02ipmi: 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-01Get 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-26ipmi: 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-20ipmi:ssif: Improve detecting during probingCorey Minyard1-1/+23
2024-08-20ipmi: 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
2024-04-17char: ipmi: handle HAS_IOPORT dependenciesNiklas Schnelle3-8/+9
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
2023-12-19ipmi: Use regspacings passed as a module parameterEmilio Perez1-1/+1
2023-12-19ipmi: si: Use device_get_match_data()Rob Herring1-8/+4
2023-11-02Merge tag 'for-linus-6.7-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2-9/+4
2023-10-11char-misc: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-09-13ipmi: refactor deprecated strncpyJustin Stitt2-9/+4
2023-08-30Merge tag 'for-linus-6.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds9-23/+34
2023-08-28ipmi: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-15ipmi_si: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt1-1/+1
2023-07-04ipmi: fix potential deadlock on &kcs_bmc->lockChengfeng Ye1-2/+3
2023-06-29ipmi_si: fix a memleak in try_smi_init()Yi Yang1-0/+5
2023-06-20ipmi: Change request_module to request_module_nowaitCorey Minyard2-2/+2
2023-06-20ipmi: make ipmi_class a static const structureIvan Orlov1-12/+12
2023-06-20ipmi:ssif: Fix a memory leak when scanning for an adapterCorey Minyard1-1/+1
2023-06-19ipmi:ssif: Add check for kstrdupJiasheng Jiang1-0/+5
2023-05-25ipmi: Switch i2c drivers back to use .probe()Uwe Kleine-König4-4/+4
2023-05-18ipmi_watchdog: Fix read syscall not responding to signals during sleepCorey Minyard1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-12ipmi:ssif: Drop if blocks with always false conditionUwe Kleine-König1-6/+0
2023-04-12ipmi: fix SSIF not responding under certain cond.Zhang Yuchen1-2/+2
2023-04-04ipmi:ssif: Add send_retries incrementCorey Minyard1-1/+3
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-16char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"zipeng zhang1-1/+1
2023-03-02ipmi: simplify sysctl registrationLuis Chamberlain1-15/+1
2023-03-02ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on itRandy Dunlap1-1/+2
2023-02-10ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'Christophe JAILLET1-1/+1
2023-02-10ipmi:ssif: Add a timer between request retriesCorey Minyard1-7/+27
2023-02-10ipmi:ssif: Remove rtc_us_timerCorey Minyard1-9/+0
2023-02-10ipmi_ssif: Rename idle state and checkCorey Minyard1-23/+23
2023-02-10ipmi:ssif: resend_msg() cannot failCorey Minyard1-21/+7
2022-12-05ipmi/watchdog: use strscpy() to instead of strncpy()[email protected]1-2/+1
2022-11-21ipmi: ssif_bmc: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-11-15ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter1-1/+3
2022-11-05ipmi/watchdog: Include <linux/kstrtox.h> when appropriateChristophe JAILLET1-0/+1
2022-11-03ipmi:ssif: Increase the message retry timeCorey Minyard1-1/+1
2022-10-25ipmi: Fix some kernel-doc warningsBo Liu1-1/+1
2022-10-24ipmi: ssif_bmc: Use EPOLLIN instead of POLLINQuan Nguyen1-1/+1
2022-10-17ipmi: fix msg stack when IPMI is disconnectedZhang Yuchen1-5/+11
2022-10-17ipmi: fix memleak when unload ipmi driverZhang Yuchen1-2/+6
2022-10-17ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen1-8/+19
2022-10-17ipmi: kcs: Poll OBF briefly to reduce OBE latencyAndrew Jeffery1-3/+21
2022-10-17ipmi: ssif_bmc: Add SSIF BMC driverQuan Nguyen3-0/+884
2022-10-11Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds7-33/+38
2022-09-28ipmi: Remove unused struct watcher_entryYuan Can1-6/+0
2022-09-22ipmi: kcs: aspeed: Update port address commentsChia-Wei Wang1-11/+18
2022-09-22ipmi: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng3-6/+6
2022-09-09ipmi:ipmb: Don't call ipmi_unregister_smi() on a register failureCorey Minyard1-4/+8
2022-09-04ipmi:ipmb: Fix a vague comment and a typoCorey Minyard1-2/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König3-10/+4
2022-07-18ipmi: Fix comment typoJason Wang1-1/+1
2022-07-18char: ipmi: modify NPCM KCS configurationTomer Maimon1-3/+3
2022-05-12ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probeMiaoqian Lin1-0/+1
2022-05-12ipmi: remove unnecessary type castingsYu Zhe2-6/+6
2022-05-12ipmi: Make two logs uniqueCorey Minyard1-2/+2
2022-05-12ipmi:si: Convert pr_debug() to dev_dbg()Corey Minyard1-8/+9
2022-05-12ipmi: Convert pr_debug() to dev_dbg()Corey Minyard1-4/+7
2022-05-12ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard1-2/+2
2022-05-12ipmi: Add an intializer for ipmi_recv_msg structCorey Minyard2-12/+6
2022-05-12ipmi: Add an intializer for ipmi_smi_msg structCorey Minyard2-12/+6
2022-05-12ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard1-0/+23
2022-05-12ipmi: use simple i2c probe functionStephen Kitt3-8/+6
2022-05-12ipmi: Add a sysfs count of total outstanding messages for an interfaceCorey Minyard1-0/+29
2022-05-12ipmi: Add a sysfs interface to view the number of usersCorey Minyard1-0/+21
2022-05-12ipmi: Limit the number of message a user may have outstandingCorey Minyard1-0/+21
2022-05-12ipmi: Add a limit on the number of users that may use IPMICorey Minyard1-0/+15
2022-04-29ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard2-5/+5
2022-04-29ipmi: When handling send message responses, don't process the messageCorey Minyard1-0/+2
2022-03-20ipmi: initialize len variableTom Rix1-1/+1
2022-02-28ipmi: kcs: aspeed: Remove old bindings supportJoel Stanley1-61/+7
2022-02-23ipmi:ipmb: Add the ability to have a separate slave and master deviceCorey Minyard1-9/+49
2022-02-23ipmi:ipmi_ipmb: Unregister the SMI on removeCorey Minyard1-0/+2
2022-02-22ipmi: kcs: aspeed: Add AST2600 compatible stringJoel Stanley1-0/+1
2022-01-17ipmi: ssif: replace strlcpy with strscpyJason Wang1-1/+1
2022-01-17ipmi/watchdog: Constify identRikard Falkeborn1-1/+1
2021-12-21ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo1-1/+1
2021-12-17ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo1-6/+9
2021-12-17ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo1-1/+3
2021-12-08ipmi: ssif: initialize ssif_info->client earlyMian Yousaf Kaukab1-3/+4
2021-11-25ipmi:ipmb: Fix unknown command responseCorey Minyard1-3/+5
2021-11-25ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checkingCorey Minyard1-4/+15
2021-11-25ipmi: fix oob access due to uninit smi_msg typeJakub Kicinski1-0/+1
2021-11-23ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun1-1/+1
2021-11-15ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki1-1/+12
2021-10-29ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio...Christophe JAILLET1-1/+3
2021-10-21char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin3-16/+16
2021-10-14ipmi: ipmb: fix dependencies to eliminate build errorRandy Dunlap1-1/+1
2021-10-14ipmi:ipmb: Add OF supportCorey Minyard1-5/+34
2021-10-07ipmi: bt: Add ast2600 compatible stringJoel Stanley1-0/+1
2021-10-06ipmi: bt-bmc: Use registers directlyJoel Stanley1-52/+16
2021-10-05ipmi: ipmb: Fix off-by-one size check on rcvlenColin Ian King1-1/+1
2021-10-05ipmi:ssif: Use depends on, not select, for I2CCorey Minyard1-1/+1
2021-10-05ipmi:ipmb: Add initial support for IPMI over IPMBCorey Minyard3-0/+520
2021-10-05ipmi: Add support for IPMB direct messagesCorey Minyard1-33/+255
2021-10-05ipmi: Export ipmb_checksum()Corey Minyard1-1/+2
2021-10-05ipmi: Check error code before processing BMC responseCorey Minyard1-1/+8
2021-10-05ipmi:devintf: Return a proper error when recv buffer too smallCorey Minyard1-3/+5
2021-10-05ipmi: Disable some operations during a panicCorey Minyard2-8/+19
2021-10-05ipmi:watchdog: Set panic count to proper value on a panicCorey Minyard1-4/+4
2021-09-12Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-12/+11
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König4-9/+7
2021-08-12char: ipmi: use DEVICE_ATTR helper macroDwaipayan Ray1-5/+4
2021-08-12ipmi: rate limit ipmi smi_event failure messageWen Yang1-7/+7
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-21ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned intColin Ian King1-3/+5
2021-06-21ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery1-33/+83
2021-06-21ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery1-12/+12
2021-06-21ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery1-2/+180
2021-06-21ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery3-0/+172
2021-06-21ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery3-19/+12
2021-06-21ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery6-57/+131
2021-06-21ipmi: kcs_bmc: Decouple the IPMI chardev from the coreAndrew Jeffery5-13/+128
2021-06-21ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery7-294/+367
2021-06-21ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery7-52/+117
2021-06-21ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery5-67/+110
2021-06-21ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiAndrew Jeffery4-412/+451
2021-06-21ipmi: kcs_bmc: Rename {read,write}_{status,data}() functionsAndrew Jeffery1-27/+25
2021-06-21ipmi: kcs_bmc: Make status update atomicAndrew Jeffery4-6/+21
2021-06-21ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery1-76/+76
2021-05-13ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu1-10/+12
2021-04-28Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds9-266/+137
2021-04-09ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang1-11/+16
2021-04-02ipmi_si: Join string literals backAndy Shevchenko6-66/+38
2021-04-02ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko1-2/+1
2021-04-02ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko1-12/+4
2021-04-02ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko3-22/+2
2021-04-02ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko3-16/+16
2021-04-02ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko1-32/+19