index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
ipmi: Fix strcpy source and destination the same
Corey Minyard
1
-17
/
+42
2025-08-28
ipmi: Use dev_warn_ratelimited() for incorrect message warnings
Breno Leitao
1
-4
/
+4
2025-03-13
ipmi: ipmb: Add check devm_kasprintf() returned value
Charles Han
1
-0
/
+3
2023-09-23
ipmi_si: fix a memleak in try_smi_init()
Yi Yang
1
-0
/
+5
2023-09-23
ipmi:ssif: Fix a memory leak when scanning for an adapter
Corey Minyard
1
-1
/
+1
2023-09-23
ipmi:ssif: Add check for kstrdup
Jiasheng Jiang
1
-0
/
+5
2023-05-17
ipmi: fix SSIF not responding under certain cond.
Zhang Yuchen
1
-2
/
+2
2023-05-17
ipmi:ssif: Add send_retries increment
Corey Minyard
1
-1
/
+3
2023-03-17
ipmi:watchdog: Set panic count to proper value on a panic
Corey Minyard
1
-4
/
+4
2023-03-17
ipmi/watchdog: replace atomic_add() and atomic_sub()
Yejune Deng
1
-4
/
+4
2023-03-17
ipmi:ssif: Add a timer between request retries
Corey Minyard
1
-7
/
+27
2023-03-17
ipmi:ssif: Increase the message retry time
Corey Minyard
1
-1
/
+1
2023-03-17
ipmi:ssif: Remove rtc_us_timer
Corey Minyard
1
-9
/
+0
2023-03-17
ipmi:ssif: resend_msg() cannot fail
Corey Minyard
1
-21
/
+7
2023-03-17
ipmi:ssif: make ssif_i2c_send() void
Liguang Zhang
1
-61
/
+20
2023-03-11
ipmi_ssif: Rename idle state and check
Corey Minyard
1
-23
/
+23
2023-01-18
ipmi: fix use after free in _ipmi_destroy_user()
Dan Carpenter
1
-1
/
+3
2023-01-18
ipmi: fix long wait in unload when IPMI disconnect
Zhang Yuchen
1
-8
/
+19
2023-01-18
ipmi: fix memleak when unload ipmi driver
Zhang Yuchen
1
-2
/
+6
2022-06-14
ipmi: Fix pr_fmt to avoid compilation issues
Corey Minyard
1
-2
/
+2
2022-06-14
ipmi:ssif: Check for NULL msg when handling events and messages
Corey Minyard
1
-0
/
+23
2021-12-29
ipmi: fix initialization when workqueue allocation fails
Thadeu Lima de Souza Cascardo
1
-6
/
+9
2021-12-29
ipmi: ssif: initialize ssif_info->client early
Mian Yousaf Kaukab
1
-3
/
+4
2021-12-29
ipmi: bail out if init_srcu_struct fails
Thadeu Lima de Souza Cascardo
1
-1
/
+3
2021-12-29
ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
Wu Bo
1
-1
/
+1
2021-12-08
ipmi: msghandler: Make symbol 'remove_work_wq' static
Wei Yongjun
1
-1
/
+1
2021-12-08
ipmi: Move remove_work to dedicated workqueue
Ioanna Alifieraki
1
-1
/
+12
2021-11-17
ipmi: Disable some operations during a panic
Corey Minyard
2
-8
/
+19
2021-07-19
ipmi/watchdog: Stop watchdog timer when the current action is 'none'
Petr Pavlu
1
-10
/
+12
2020-10-29
ipmi_si: Fix wrong return value in try_smi_init()
Tianjia Zhang
1
-1
/
+1
2020-10-01
ipmi:bt-bmc: Fix error handling and status check
Tang Bin
1
-6
/
+6
2020-06-24
ipmi: use vzalloc instead of kmalloc for user creation
Feng Tang
1
-3
/
+4
2020-04-17
ipmi: fix hung processes in __get_guid()
Wen Yang
1
-2
/
+2
2020-03-18
ipmi_si: Avoid spurious errors for optional IRQs
Takashi Iwai
1
-2
/
+2
2020-03-05
ipmi:ssif: Handle a possible NULL pointer reference
Corey Minyard
1
-3
/
+7
2020-02-19
drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write
Colin Ian King
1
-1
/
+1
2020-01-26
ipmi: Fix memory leak in __ipmi_bmc_register
Navid Emamdoost
1
-1
/
+4
2019-12-31
ipmi: Don't allow device module unload when in use
Corey Minyard
1
-7
/
+16
2019-09-12
ipmi_si_intf: Fix race in timer shutdown handling
Jes Sorensen
1
-2
/
+1
2019-08-22
ipmi: move message error checking to avoid deadlock
Tony Camuso
1
-57
/
+57
2019-08-22
ipmi_ssif: avoid registering duplicate ssif interface
Kamlakant Patel
1
-1
/
+77
2019-08-16
ipmi: Free receive messages when in an oops
Corey Minyard
1
-2
/
+5
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
10
-59
/
+68
2019-07-31
ipmi_si: Convert timespec64 to timespec
Corey Minyard
1
-16
/
+16
2019-07-24
Fix uninitialized variable in ipmb_dev_int.c
Asmaa Mnebhi
1
-1
/
+1
2019-07-13
Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
6
-4
/
+386
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
1
-4
/
+4
[next]