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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2020-06-25
ipmi: use vzalloc instead of kmalloc for user creation
Feng Tang
1
-3
/
+4
2020-06-22
pci:ipmi: Move IPMI PCI class id defines to pci_ids.h
Corey Minyard
1
-5
/
+0
2020-04-17
ipmi: fix hung processes in __get_guid()
Wen Yang
1
-2
/
+2
2020-03-05
ipmi:ssif: Handle a possible NULL pointer reference
Corey Minyard
1
-3
/
+7
2020-01-27
ipmi: kcs_bmc: handle devm_kasprintf() failure case
Nicholas Mc Guire
1
-2
/
+3
2020-01-27
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-11-20
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
1
-1
/
+1
2019-11-20
ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address
Corey Minyard
1
-0
/
+4
2019-11-20
ipmi_si: fix potential integer overflow on large shift
Colin Ian King
1
-1
/
+1
2019-11-20
ipmi_si_pci: fix NULL device in ipmi_si error message
Meelis Roos
1
-2
/
+2
2019-10-07
ipmi_si: Only schedule continuously in the thread in maintenance mode
Corey Minyard
1
-5
/
+19
2019-05-22
ipmi:ssif: compare block number correctly for multi-part return messages
Kamlakant Patel
1
-1
/
+5
2019-05-16
ipmi: ipmi_si_hardcode.c: init si_type array to fix a crash
Tony Camuso
1
-0
/
+2
2019-04-27
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
1
-2
/
+17
2019-04-03
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
4
-74
/
+218
2019-03-23
ipmi_si: fix use-after-free of resource->name
Yang Yingliang
3
-4
/
+11
2019-01-26
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
1
-66
/
+82
2019-01-26
ipmi:ssif: Fix handling of multi-part return messages
Corey Minyard
1
-8
/
+17
2019-01-26
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
1
-1
/
+1
2019-01-26
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
1
-8
/
+18
2019-01-26
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
1
-1
/
+1
2018-11-13
ipmi: Fix timer race with module unload
Jan Glauber
1
-4
/
+6
2018-08-31
ipmi: Fix NULL pointer dereference in ssif_probe
Gustavo A. R. Silva
1
-1
/
+3
2018-08-31
ipmi: Fix I2C client removal in the SSIF driver
Corey Minyard
1
-11
/
+6
2018-08-31
ipmi: Move BT capabilities detection to the detect call
Corey Minyard
1
-44
/
+48
2018-08-31
ipmi: Rework SMI registration failure
Corey Minyard
3
-46
/
+37
2018-08-30
ipmi: kcs_bmc: don't change device name
Benjamin Fair
1
-3
/
+4
2018-06-24
ipmi: kcs_bmc: fix IRQ exception if the channel is not open
Haiyue Wang
1
-21
/
+10
2018-06-24
ipmi: Cleanup oops on initialization failure
Corey Minyard
1
-2
/
+4
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+2
2018-05-24
ipmi: Properly release srcu locks on error conditions
Corey Minyard
1
-18
/
+25
2018-05-23
ipmi: NPCM7xx KCS BMC: enable interrupt to the host
Avi Fishman
1
-3
/
+14
2018-05-22
ipmi:bt: Set the timeout before doing a capabilities check
Corey Minyard
1
-1
/
+2
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
4
-486
/
+0
2018-04-19
ipmi_ssif: Fix uninitialized variable issue
Gustavo A. R. Silva
1
-2
/
+1
2018-04-18
ipmi: add an NPCM7xx KCS BMC driver
Haiyue Wang
3
-0
/
+220
2018-04-18
ipmi_si: Clean up shutdown a bit
Corey Minyard
1
-21
/
+11
2018-04-18
ipmi_si: Rename intf_num to si_num
Corey Minyard
1
-9
/
+9
2018-04-18
ipmi: Remove smi->intf checks
Corey Minyard
2
-17
/
+6
2018-04-18
ipmi_ssif: Get rid of unused intf_num
Corey Minyard
1
-5
/
+0
2018-04-18
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
3
-10
/
+3
2018-04-18
ipmi_devintf: Add an error return on invalid ioctls
Corey Minyard
1
-0
/
+4
2018-04-18
ipmi_ssif: Remove usecount handling
Corey Minyard
1
-21
/
+0
2018-04-18
ipmi: Remove condition on interface shutdown
Corey Minyard
1
-2
/
+1
2018-04-18
ipmi_ssif: Convert over to a shutdown handler
Corey Minyard
1
-24
/
+31
2018-04-18
ipmi_si: Convert over to a shutdown handler
Corey Minyard
1
-13
/
+18
2018-04-18
ipmi: Rework locking and shutdown for hot remove
Corey Minyard
1
-210
/
+280
2018-04-18
ipmi: Fix some counter issues
Corey Minyard
1
-31
/
+45
2018-04-18
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
3
-95
/
+99
[next]