summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
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-03Merge 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-31Merge 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-26ipmi: Switch i2c drivers back to use .probe()Uwe Kleine-König4-4/+4
2023-05-19ipmi_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-03ipmi: simplify sysctl registrationLuis Chamberlain1-15/+1
2023-03-03ipmi: 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()yang.yang29@zte.com.cn1-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-04ipmi: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-23ipmi: 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-10ipmi: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-19ipmi: Fix comment typoJason Wang1-1/+1