index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_si_intf.c
Age
Commit message (
Expand
)
Author
2023-06-29
ipmi_si: fix a memleak in try_smi_init()
Yi Yang
2022-10-17
ipmi: fix long wait in unload when IPMI disconnect
Zhang Yuchen
2022-05-12
ipmi:si: Convert pr_debug() to dev_dbg()
Corey Minyard
2022-04-29
ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()
Corey Minyard
2021-10-21
char: ipmi: replace snprintf in show functions with sysfs_emit
Ye Guojin
2021-09-12
Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2021-08-30
parisc: Make struct parisc_driver::remove() return void
Uwe Kleine-König
2021-08-12
char: ipmi: use DEVICE_ATTR helper macro
Dwaipayan Ray
2021-08-12
ipmi: rate limit ipmi smi_event failure message
Wen Yang
2021-04-02
ipmi_si: Join string literals back
Andy Shevchenko
2021-04-02
ipmi_si: Get rid of ->addr_source_cleanup()
Andy Shevchenko
2021-04-02
ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()
Andy Shevchenko
2021-03-10
ipmi: Refine retry conditions for getting device id
Terry Duncan
2020-10-05
ipmi_si: Fix wrong return value in try_smi_init()
Tianjia Zhang
2020-09-18
ipmi: msghandler: Fix a signedness bug
Dan Carpenter
2020-09-16
ipmi: add retry in try_get_dev_id()
Xianting Tian
2020-05-15
docs: fix references for ipmi.rst file
Mauro Carvalho Chehab
2019-11-08
ipmi: kill off 'timespec' usage again
Arnd Bergmann
2019-09-12
ipmi_si_intf: Fix race in timer shutdown handling
Jes Sorensen
2019-08-05
ipmi_si: Only schedule continuously in the thread in maintenance mode
Corey Minyard
2019-08-02
ipmi_si: Remove ipmi_ from the device attr names
Corey Minyard
2019-08-02
ipmi_si: Convert device attr permissions to octal
Corey Minyard
2019-08-02
ipmi_si: Rework some include files
Corey Minyard
2019-07-31
ipmi_si: Convert timespec64 to timespec
Corey Minyard
2019-05-20
ipmi_si: use bool type for initialized variable
Kefeng Wang
2019-04-17
ipmi_si: remove an unused variable in try_smi_init()
Dan Carpenter
2019-02-22
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
2019-02-22
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
2019-02-22
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
2019-02-22
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
2019-02-22
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
2019-02-09
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-09
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-02-09
ipmi_si: fix use-after-free of resource->name
Yang Yingliang
2018-11-27
drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2018-09-18
ipmi: Change to ktime_get_ts64()
Arnd Bergmann
2018-09-18
ipmi: Use more common logging styles
Joe Perches
2018-08-31
ipmi: Rework SMI registration failure
Corey Minyard
2018-06-24
ipmi: Cleanup oops on initialization failure
Corey Minyard
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
2018-04-18
ipmi_si: Clean up shutdown a bit
Corey Minyard
2018-04-18
ipmi_si: Rename intf_num to si_num
Corey Minyard
2018-04-18
ipmi: Remove smi->intf checks
Corey Minyard
2018-04-18
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
2018-04-18
ipmi_si: Convert over to a shutdown handler
Corey Minyard
2018-04-18
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
2018-03-06
ipmi: missing error code in try_smi_init()
Dan Carpenter
2018-03-06
ipmi: Consolidate cleanup code
Corey Minyard
2018-03-06
ipmi: Remove some unnecessary initializations
Corey Minyard
2018-03-06
ipmi: Fix some error cleanup issues
Corey Minyard
[next]