Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-12ipmi:si: Convert pr_debug() to dev_dbg()Corey Minyard
2022-04-29ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard
2021-10-21char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin
2021-09-12Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König
2021-08-12char: ipmi: use DEVICE_ATTR helper macroDwaipayan Ray
2021-08-12ipmi: rate limit ipmi smi_event failure messageWen Yang
2021-04-02ipmi_si: Join string literals backAndy Shevchenko
2021-04-02ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko
2021-04-02ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko
2021-03-11ipmi: Refine retry conditions for getting device idTerry Duncan
2020-10-05ipmi_si: Fix wrong return value in try_smi_init()Tianjia Zhang
2020-09-19ipmi: msghandler: Fix a signedness bugDan Carpenter
2020-09-16ipmi: add retry in try_get_dev_id()Xianting Tian
2020-05-15docs: fix references for ipmi.rst fileMauro Carvalho Chehab
2019-11-09ipmi: kill off 'timespec' usage againArnd Bergmann
2019-09-13ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen
2019-08-06ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard
2019-08-02ipmi_si: Remove ipmi_ from the device attr namesCorey Minyard
2019-08-02ipmi_si: Convert device attr permissions to octalCorey Minyard
2019-08-02ipmi_si: Rework some include filesCorey Minyard
2019-08-01ipmi_si: Convert timespec64 to timespecCorey Minyard
2019-05-20ipmi_si: use bool type for initialized variableKefeng Wang
2019-04-17ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter
2019-02-22ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard
2019-02-22ipmi_si: Remove hotmod devices on removal and exitCorey Minyard
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard
2019-02-22ipmi_si: Fix crash when using hard-coded deviceCorey Minyard
2019-02-10ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard
2019-02-10ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard
2019-02-10ipmi_si: fix use-after-free of resource->nameYang Yingliang
2018-11-27drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-09-19ipmi: Change to ktime_get_ts64()Arnd Bergmann
2018-09-19ipmi: Use more common logging stylesJoe Perches
2018-08-31ipmi: Rework SMI registration failureCorey Minyard
2018-06-25ipmi: Cleanup oops on initialization failureCorey Minyard
2018-05-09ipmi: Remove the proc interfaceCorey Minyard
2018-04-18ipmi_si: Clean up shutdown a bitCorey Minyard
2018-04-18ipmi_si: Rename intf_num to si_numCorey Minyard
2018-04-18ipmi: Remove smi->intf checksCorey Minyard
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard
2018-04-18ipmi_si: Convert over to a shutdown handlerCorey Minyard
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard
2018-03-07ipmi: missing error code in try_smi_init()Dan Carpenter
2018-03-07ipmi: Consolidate cleanup codeCorey Minyard
2018-03-07ipmi: Remove some unnecessary initializationsCorey Minyard
2018-03-07ipmi: Fix some error cleanup issuesCorey Minyard
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard
2018-01-16ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki