summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-22Merge tag 'for-linus-6.14-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds7-19/+13
2025-01-07ipmi: ssif_bmc: Fix new request loss when bmc ready for a responseQuan Nguyen1-2/+3
2025-01-03ipmi: make ipmi_destroy_user() return voidVitaliy Shevtsov4-16/+4
2024-12-22char:ipmi: Fix a not-used variable on a non-ACPI systemCorey Minyard1-0/+2
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds6-6/+6
2024-11-06char:ipmi: Fix the wrong format specifierliujing1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-27ipmi: ipmb: Add check devm_kasprintf() returned valueCharles Han1-0/+3
2024-09-19Merge tag 'for-linus-6.12-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-1/+24
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-08-21ipmi:ssif: Improve detecting during probingCorey Minyard1-1/+23
2024-08-21ipmi: ipmi_ssif: fix module autoloadingYuntao Liu1-0/+1
2024-07-08ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König4-7/+7
2024-06-14ipmi: ssif_bmc: prevent integer overflow on 32bit systemsDan Carpenter1-2/+4
2024-04-17ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-17ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-17ipmi: ipmi_ssif: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-17ipmi: ipmi_si_platform: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-17ipmi: ipmi_powernv: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-17ipmi: bt-bmc: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-17char: ipmi: handle HAS_IOPORT dependenciesNiklas Schnelle3-8/+9
2024-04-17ipmi: Convert from tasklet to BH workqueueAllen Pais1-15/+14
2023-12-19ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-19ipmi: Use regspacings passed as a module parameterEmilio Perez1-1/+1
2023-12-19ipmi: si: Use device_get_match_data()Rob Herring1-8/+4
2023-11-03Merge tag 'for-linus-6.7-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2-9/+4
2023-10-11char-misc: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-09-13ipmi: refactor deprecated strncpyJustin Stitt2-9/+4
2023-08-31Merge tag 'for-linus-6.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds9-23/+34
2023-08-28ipmi: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-15ipmi_si: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt1-1/+1
2023-07-04ipmi: fix potential deadlock on &kcs_bmc->lockChengfeng Ye1-2/+3
2023-06-29ipmi_si: fix a memleak in try_smi_init()Yi Yang1-0/+5
2023-06-20ipmi: Change request_module to request_module_nowaitCorey Minyard2-2/+2
2023-06-20ipmi: make ipmi_class a static const structureIvan Orlov1-12/+12
2023-06-20ipmi:ssif: Fix a memory leak when scanning for an adapterCorey Minyard1-1/+1
2023-06-19ipmi:ssif: Add check for kstrdupJiasheng Jiang1-0/+5
2023-05-26ipmi: Switch i2c drivers back to use .probe()Uwe Kleine-König4-4/+4
2023-05-19ipmi_watchdog: Fix read syscall not responding to signals during sleepCorey Minyard1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-12ipmi:ssif: Drop if blocks with always false conditionUwe Kleine-König1-6/+0
2023-04-12ipmi: fix SSIF not responding under certain cond.Zhang Yuchen1-2/+2
2023-04-04ipmi:ssif: Add send_retries incrementCorey Minyard1-1/+3
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-16char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"zipeng zhang1-1/+1
2023-03-03ipmi: simplify sysctl registrationLuis Chamberlain1-15/+1
2023-03-03ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on itRandy Dunlap1-1/+2
2023-02-10ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'Christophe JAILLET1-1/+1
2023-02-10ipmi:ssif: Add a timer between request retriesCorey Minyard1-7/+27