index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Age
Commit message (
Expand
)
Author
Lines
2025-05-07
ipmi:watchdog: Change lock to mutex
Corey Minyard
-11
/
+9
2025-05-07
ipmi:msghandler: Remove srcu for the ipmi_interfaces list
Corey Minyard
-92
/
+102
2025-05-07
ipmi:msghandler: Remove srcu from the ipmi user structure
Corey Minyard
-177
/
+133
2025-05-07
ipmi:msghandler: Use the system_wq, not system_bh_wq
Corey Minyard
-5
/
+5
2025-05-07
ipmi_msghandler: Change the events lock to a mutex
Corey Minyard
-8
/
+6
2025-05-07
ipmi:msghandler: Deliver user messages in a work queue
Corey Minyard
-16
/
+25
2025-05-07
ipmi:msghandler: Move timer handling into a work queue
Corey Minyard
-1
/
+15
2025-05-07
ipmi:msghandler: Rename recv_work to smi_work
Corey Minyard
-10
/
+10
2025-05-07
ipmi:msghandler: Use READ_ONCE on run_to_completion
Corey Minyard
-9
/
+8
2025-05-07
ipmi:si: Move SI type information into an info structure
Corey Minyard
-55
/
+70
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-10
/
+10
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
-1
/
+1
2025-01-22
Merge tag 'for-linus-6.14-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
-19
/
+13
2025-01-07
ipmi: ssif_bmc: Fix new request loss when bmc ready for a response
Quan Nguyen
-2
/
+3
2025-01-02
ipmi: make ipmi_destroy_user() return void
Vitaliy Shevtsov
-16
/
+4
2024-12-22
char:ipmi: Fix a not-used variable on a non-ACPI system
Corey Minyard
-0
/
+2
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-6
/
+6
2024-11-06
char:ipmi: Fix the wrong format specifier
liujing
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
-1
/
+0
2024-09-26
ipmi: ipmb: Add check devm_kasprintf() returned value
Charles Han
-0
/
+3
2024-09-19
Merge tag 'for-linus-6.12-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
-1
/
+24
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
-1
/
+1
2024-08-20
ipmi:ssif: Improve detecting during probing
Corey Minyard
-1
/
+23
2024-08-20
ipmi: ipmi_ssif: fix module autoloading
Yuntao Liu
-0
/
+1
2024-07-08
ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
-7
/
+7
2024-06-14
ipmi: ssif_bmc: prevent integer overflow on 32bit systems
Dan Carpenter
-2
/
+4
2024-04-17
ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2024-04-17
ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2024-04-17
ipmi: ipmi_ssif: Convert to platform remove callback returning void
Uwe Kleine-König
-3
/
+2
2024-04-17
ipmi: ipmi_si_platform: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2024-04-17
ipmi: ipmi_powernv: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2024-04-17
ipmi: bt-bmc: Convert to platform remove callback returning void
Uwe Kleine-König
-3
/
+2
2024-04-17
char: ipmi: handle HAS_IOPORT dependencies
Niklas Schnelle
-8
/
+9
2024-04-17
ipmi: Convert from tasklet to BH workqueue
Allen Pais
-15
/
+14
2023-12-19
ipmi: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
-2
/
+2
2023-12-19
ipmi: Use regspacings passed as a module parameter
Emilio Perez
-1
/
+1
2023-12-19
ipmi: si: Use device_get_match_data()
Rob Herring
-8
/
+4
2023-11-02
Merge tag 'for-linus-6.7-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
-9
/
+4
2023-10-11
char-misc: Remove the now superfluous sentinel element from ctl_table array
Joel Granados
-1
/
+0
2023-09-13
ipmi: refactor deprecated strncpy
Justin Stitt
-9
/
+4
2023-08-30
Merge tag 'for-linus-6.6-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
-23
/
+34
2023-08-28
ipmi: Explicitly include correct DT includes
Rob Herring
-1
/
+0
2023-08-15
ipmi_si: fix -Wvoid-pointer-to-enum-cast warning
Justin Stitt
-1
/
+1
2023-07-04
ipmi: fix potential deadlock on &kcs_bmc->lock
Chengfeng Ye
-2
/
+3
2023-06-29
ipmi_si: fix a memleak in try_smi_init()
Yi Yang
-0
/
+5
2023-06-20
ipmi: Change request_module to request_module_nowait
Corey Minyard
-2
/
+2
2023-06-20
ipmi: make ipmi_class a static const structure
Ivan Orlov
-12
/
+12
2023-06-20
ipmi:ssif: Fix a memory leak when scanning for an adapter
Corey Minyard
-1
/
+1
2023-06-19
ipmi:ssif: Add check for kstrdup
Jiasheng Jiang
-0
/
+5
2023-05-25
ipmi: Switch i2c drivers back to use .probe()
Uwe Kleine-König
-4
/
+4
[prev]
[next]