aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16ipmi: Add Loongson-2K BMC supportBinbin Zhou1-0/+4
2025-09-08ipmi:si: Gracefully handle if the BMC is non-functionalCorey Minyard1-6/+23
2025-09-08ipmi: Allow an SMI sender to return an errorCorey Minyard1-5/+3
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-08-07Merge tag 'for-linus-6.17-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-4/+0
2025-07-08char: ipmi: remove redundant variable 'type' and checkColin Ian King1-4/+0
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-05-07ipmi:si: Rework startup of IPMI devicesCorey Minyard1-20/+62
2025-05-07ipmi:si: Move SI type information into an info structureCorey Minyard1-15/+19
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2024-04-17char: ipmi: handle HAS_IOPORT dependenciesNiklas Schnelle1-1/+2
2023-06-29ipmi_si: fix a memleak in try_smi_init()Yi Yang1-0/+5
2022-10-17ipmi: fix long wait in unload when IPMI disconnectZhang Yuchen1-8/+19
2022-05-12ipmi:si: Convert pr_debug() to dev_dbg()Corey Minyard1-8/+9
2022-04-29ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard1-4/+1
2021-10-21char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin1-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önig1-5/+1
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-04-02ipmi_si: Join string literals backAndy Shevchenko1-16/+9
2021-04-02ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko1-4/+0
2021-04-02ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko1-1/+2
2021-03-10ipmi: Refine retry conditions for getting device idTerry Duncan1-4/+2
2020-10-05ipmi_si: Fix wrong return value in try_smi_init()Tianjia Zhang1-1/+1
2020-09-18ipmi: msghandler: Fix a signedness bugDan Carpenter1-1/+1
2020-09-16ipmi: add retry in try_get_dev_id()Xianting Tian1-0/+17
2020-05-15docs: fix references for ipmi.rst fileMauro Carvalho Chehab1-1/+1
2019-11-08ipmi: kill off 'timespec' usage againArnd Bergmann1-27/+13
2019-09-12ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen1-2/+1
2019-08-05ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard1-5/+19
2019-08-02ipmi_si: Remove ipmi_ from the device attr namesCorey Minyard1-16/+16
2019-08-02ipmi_si: Convert device attr permissions to octalCorey Minyard1-4/+4
2019-08-02ipmi_si: Rework some include filesCorey Minyard1-2/+3
2019-07-31ipmi_si: Convert timespec64 to timespecCorey Minyard1-16/+16
2019-05-20ipmi_si: use bool type for initialized variableKefeng Wang1-2/+2
2019-04-17ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter1-2/+0
2019-02-22ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard1-42/+3
2019-02-22ipmi_si: Remove hotmod devices on removal and exitCorey Minyard1-3/+9
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard1-1/+1
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard1-7/+7
2019-02-22ipmi_si: Fix crash when using hard-coded deviceCorey Minyard1-6/+17
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard1-1/+1
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard1-1/+4
2019-02-09ipmi_si: fix use-after-free of resource->nameYang Yingliang1-0/+5
2018-11-27drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-09-18ipmi: Change to ktime_get_ts64()Arnd Bergmann1-3/+3
2018-09-18ipmi: Use more common logging stylesJoe Perches1-11/+11
2018-08-31ipmi: Rework SMI registration failureCorey Minyard1-13/+4