index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
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
Files
Lines
2026-08-18
ipmi:si: Add async init to ipmi_si
Michal Clapinski
1
-16
/
+63
2026-04-28
ipmi:si: Return state to normal if message allocation fails
Corey Minyard
1
-2
/
+6
2026-04-28
ipmi: Add limits to event and receive message requests
Corey Minyard
1
-11
/
+43
2026-04-21
ipmi: Check event message buffer response for bad data
Corey Minyard
1
-1
/
+7
2026-02-26
Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-13
/
+24
2026-02-23
ipmi:si: Fix check for a misbehaving BMC
Corey Minyard
1
-11
/
+13
2026-02-23
ipmi:si: Don't block module unload if the BMC is messed up
Corey Minyard
1
-1
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-06
ipmi:si: Use a long timeout when the BMC is misbehaving
Corey Minyard
1
-1
/
+3
2026-02-06
ipmi:si: Handle waiting messages when BMC failure detected
Corey Minyard
1
-0
/
+6
2025-11-19
ipmi: Switch to use %ptSp
Andy Shevchenko
1
-2
/
+1
2025-09-16
ipmi: Add Loongson-2K BMC support
Binbin Zhou
1
-0
/
+4
2025-09-08
ipmi:si: Gracefully handle if the BMC is non-functional
Corey Minyard
1
-6
/
+23
2025-09-08
ipmi: Allow an SMI sender to return an error
Corey Minyard
1
-5
/
+3
2025-09-08
ipmi:si: Move flags get start to its own function
Corey Minyard
1
-6
/
+13
2025-09-08
ipmi:si: Merge some if statements
Corey Minyard
1
-9
/
+5
2025-08-07
Merge tag 'for-linus-6.17-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-4
/
+0
2025-07-08
char: ipmi: remove redundant variable 'type' and check
Colin Ian King
1
-4
/
+0
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+2
2025-05-07
ipmi:si: Rework startup of IPMI devices
Corey Minyard
1
-20
/
+62
2025-05-07
ipmi:si: Move SI type information into an info structure
Corey Minyard
1
-15
/
+19
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2024-04-17
char: ipmi: handle HAS_IOPORT dependencies
Niklas Schnelle
1
-1
/
+2
2023-06-29
ipmi_si: fix a memleak in try_smi_init()
Yi Yang
1
-0
/
+5
2022-10-17
ipmi: fix long wait in unload when IPMI disconnect
Zhang Yuchen
1
-8
/
+19
2022-05-12
ipmi:si: Convert pr_debug() to dev_dbg()
Corey Minyard
1
-8
/
+9
2022-04-29
ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()
Corey Minyard
1
-4
/
+1
2021-10-21
char: ipmi: replace snprintf in show functions with sysfs_emit
Ye Guojin
1
-4
/
+4
2021-09-12
Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-12
/
+11
2021-08-30
parisc: Make struct parisc_driver::remove() return void
Uwe Kleine-König
1
-5
/
+1
2021-08-12
char: ipmi: use DEVICE_ATTR helper macro
Dwaipayan Ray
1
-5
/
+4
2021-08-12
ipmi: rate limit ipmi smi_event failure message
Wen Yang
1
-7
/
+7
2021-04-02
ipmi_si: Join string literals back
Andy Shevchenko
1
-16
/
+9
2021-04-02
ipmi_si: Get rid of ->addr_source_cleanup()
Andy Shevchenko
1
-4
/
+0
2021-04-02
ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()
Andy Shevchenko
1
-1
/
+2
2021-03-10
ipmi: Refine retry conditions for getting device id
Terry Duncan
1
-4
/
+2
2020-10-05
ipmi_si: Fix wrong return value in try_smi_init()
Tianjia Zhang
1
-1
/
+1
2020-09-18
ipmi: msghandler: Fix a signedness bug
Dan Carpenter
1
-1
/
+1
2020-09-16
ipmi: add retry in try_get_dev_id()
Xianting Tian
1
-0
/
+17
2020-05-15
docs: fix references for ipmi.rst file
Mauro Carvalho Chehab
1
-1
/
+1
2019-11-08
ipmi: kill off 'timespec' usage again
Arnd Bergmann
1
-27
/
+13
2019-09-12
ipmi_si_intf: Fix race in timer shutdown handling
Jes Sorensen
1
-2
/
+1
2019-08-05
ipmi_si: Only schedule continuously in the thread in maintenance mode
Corey Minyard
1
-5
/
+19
2019-08-02
ipmi_si: Remove ipmi_ from the device attr names
Corey Minyard
1
-16
/
+16
2019-08-02
ipmi_si: Convert device attr permissions to octal
Corey Minyard
1
-4
/
+4
2019-08-02
ipmi_si: Rework some include files
Corey Minyard
1
-2
/
+3
2019-07-31
ipmi_si: Convert timespec64 to timespec
Corey Minyard
1
-16
/
+16
2019-05-20
ipmi_si: use bool type for initialized variable
Kefeng Wang
1
-2
/
+2
2019-04-17
ipmi_si: remove an unused variable in try_smi_init()
Dan Carpenter
1
-2
/
+0
[next]