aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+1
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-49/+49
2019-11-22ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck1-3/+3
2019-11-21char: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-49/+49
2019-11-20char: Fix Kconfig indentationKrzysztof Kozlowski1-10/+10
2019-11-08ipmi: kill off 'timespec' usage againArnd Bergmann1-27/+13
2019-11-07drivers: ipmi: Support for both IPMB Req and RespVijay Khemka1-22/+9
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann1-0/+1
2019-10-22ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost1-1/+4
2019-10-22ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22ipmi: use %*ph to print small bufferAndy Shevchenko1-23/+4
2019-10-22ipmi: Don't allow device module unload when in useCorey Minyard1-7/+16
2019-09-12ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen1-2/+1
2019-08-22ipmi: move message error checking to avoid deadlockTony Camuso1-57/+57
2019-08-22ipmi_ssif: avoid registering duplicate ssif interfaceKamlakant Patel1-1/+77
2019-08-16ipmi: Free receive messages when in an oopsCorey Minyard1-2/+5
2019-08-05ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard1-5/+19
2019-08-02ipmi_si: Remove ipmi_ from the device attr namesCorey Minyard1-16/+16
2019-08-02ipmi_si: Convert device attr permissions to octalCorey Minyard1-4/+4
2019-08-02ipmi_si: Rework some include filesCorey Minyard10-59/+68
2019-07-31ipmi_si: Convert timespec64 to timespecCorey Minyard1-16/+16
2019-07-24Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi1-1/+1
2019-07-13Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds6-4/+386
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-4/+4
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2019-06-23fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2019-06-19ipmi: ipmb: don't allocate i2c_client on stackArnd Bergmann1-10/+11
2019-06-12ipmi: ipmb: Fix build error while CONFIG_I2C is set to mYueHaibing1-0/+1
2019-06-10Add support for IPMB driverAsmaa Mnebhi3-0/+373
2019-06-03drivers: ipmi: Drop device referenceSuzuki K Poulose1-0/+1
2019-05-24ipmi_ssif: fix unexpected driver unregister warningKefeng Wang1-1/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20ipmi_si: use bool type for initialized variableKefeng Wang1-2/+2
2019-05-20ipmi_si: fix unexpected driver unregister warningKefeng Wang1-1/+5
2019-05-08Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmiLinus Torvalds10-26/+34
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-24ipmi: Remove warning if no slave address is presentCorey Minyard2-5/+3
2019-04-24ipmi:ssif: Only unregister the platform driver if it was registeredCorey Minyard1-1/+2
2019-04-24ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel1-1/+5
2019-04-24ipmi: Add the i2c-addr property for SSIF interfacesCorey Minyard5-12/+22
2019-04-17ipmi: avoid atomic_inc in exit functionArnd Bergmann1-1/+1
2019-04-17ipmi: Remove file from ipmi_file_privateCorey Minyard1-3/+0
2019-04-17ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter1-2/+0
2019-04-17ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing1-1/+1
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard1-2/+17
2019-04-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso1-0/+2
2019-04-16ipmi: Fix failure on SMBIOS specified devicesCorey Minyard1-1/+0
2019-02-22ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter1-1/+2
2019-02-22ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard1-42/+3
2019-02-22ipmi_si: Consolidate scanning the platform busCorey Minyard4-30/+23