summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorLines
2019-07-24Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi-1/+1
2019-07-13Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds-4/+386
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose-4/+4
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose-1/+1
2019-06-23fix platform_no_drv_owner.cocci warningskbuild test robot-1/+0
2019-06-19ipmi: ipmb: don't allocate i2c_client on stackArnd Bergmann-10/+11
2019-06-12ipmi: ipmb: Fix build error while CONFIG_I2C is set to mYueHaibing-0/+1
2019-06-10Add support for IPMB driverAsmaa Mnebhi-0/+373
2019-06-03drivers: ipmi: Drop device referenceSuzuki K Poulose-0/+1
2019-05-24ipmi_ssif: fix unexpected driver unregister warningKefeng Wang-1/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-20ipmi_si: use bool type for initialized variableKefeng Wang-2/+2
2019-05-20ipmi_si: fix unexpected driver unregister warningKefeng Wang-1/+5
2019-05-08Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmiLinus Torvalds-26/+34
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov-1/+1
2019-04-24ipmi: Remove warning if no slave address is presentCorey Minyard-5/+3
2019-04-24ipmi:ssif: Only unregister the platform driver if it was registeredCorey Minyard-1/+2
2019-04-24ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel-1/+5
2019-04-24ipmi: Add the i2c-addr property for SSIF interfacesCorey Minyard-12/+22
2019-04-17ipmi: avoid atomic_inc in exit functionArnd Bergmann-1/+1
2019-04-17ipmi: Remove file from ipmi_file_privateCorey Minyard-3/+0
2019-04-17ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter-2/+0
2019-04-17ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing-1/+1
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard-2/+17
2019-04-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso-0/+2
2019-04-16ipmi: Fix failure on SMBIOS specified devicesCorey Minyard-1/+0
2019-02-22ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter-1/+2
2019-02-22ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard-42/+3
2019-02-22ipmi_si: Consolidate scanning the platform busCorey Minyard-30/+23
2019-02-22ipmi_si: Remove hotmod devices on removal and exitCorey Minyard-6/+43
2019-02-22ipmi_si: Remove hardcode IPMI devices by scanning the platform busCorey Minyard-7/+15
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard-113/+98
2019-02-22ipmi: Consolidate the adding of platform devicesCorey Minyard-214/+205
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard-27/+29
2019-02-22ipmi_si: Convert some types into unsignedCorey Minyard-4/+4
2019-02-22ipmi_si: Fix crash when using hard-coded deviceCorey Minyard-76/+216
2019-02-09ipmi: Use dedicated API for copying a UUIDAndy Shevchenko-1/+1
2019-02-09ipmi: Use defined constant for UUID representationAndy Shevchenko-4/+4
2019-02-09ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard-42/+74
2019-02-09ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire-2/+3
2019-02-09ipmi: Fix return value when a message is truncatedCorey Minyard-3/+3
2019-02-09ipmi: clean an indentation issue, remove extraneous spaceColin Ian King-1/+1
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard-76/+92
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard-45/+105
2019-02-09ipmi: Fix SSIF flag requestsCorey Minyard-12/+52
2019-02-09ipmi_si: fix use-after-free of resource->nameYang Yingliang-4/+11
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard-63/+80
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang-1/+1
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen-1/+1
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva-8/+18