aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-22ipmi_si: Remove hotmod devices on removal and exitCorey Minyard3-6/+43
2019-02-22ipmi_si: Remove hardcode IPMI devices by scanning the platform busCorey Minyard1-7/+15
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard3-113/+98
2019-02-22ipmi: Consolidate the adding of platform devicesCorey Minyard9-214/+205
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard8-27/+29
2019-02-22ipmi_si: Convert some types into unsignedCorey Minyard1-4/+4
2019-02-22ipmi_si: Fix crash when using hard-coded deviceCorey Minyard4-76/+216
2019-02-09ipmi: Use dedicated API for copying a UUIDAndy Shevchenko1-1/+1
2019-02-09ipmi: Use defined constant for UUID representationAndy Shevchenko1-4/+4
2019-02-09ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard1-42/+74
2019-02-09ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire1-2/+3
2019-02-09ipmi: Fix return value when a message is truncatedCorey Minyard1-3/+3
2019-02-09ipmi: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard3-76/+92
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard3-45/+105
2019-02-09ipmi: Fix SSIF flag requestsCorey Minyard1-12/+52
2019-02-09ipmi_si: fix use-after-free of resource->nameYang Yingliang3-4/+11
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard1-63/+80
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang1-1/+1
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen1-1/+1
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-8/+18
2019-01-23ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard1-8/+17