summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi2019-07-241-1/+1
* Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-07-146-4/+386
|\
| * fix platform_no_drv_owner.cocci warningskbuild test robot2019-06-231-1/+0Star
| * ipmi: ipmb: don't allocate i2c_client on stackArnd Bergmann2019-06-191-10/+11
| * ipmi: ipmb: Fix build error while CONFIG_I2C is set to mYueHaibing2019-06-121-0/+1
| * Add support for IPMB driverAsmaa Mnebhi2019-06-103-0/+373
| * drivers: ipmi: Drop device referenceSuzuki K Poulose2019-06-031-0/+1
| * ipmi_ssif: fix unexpected driver unregister warningKefeng Wang2019-05-241-1/+4
| * ipmi_si: use bool type for initialized variableKefeng Wang2019-05-201-2/+2
| * ipmi_si: fix unexpected driver unregister warningKefeng Wang2019-05-201-1/+5
* | driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-4/+4
* | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-05-0810-26/+34
|\
| * ipmi: Remove warning if no slave address is presentCorey Minyard2019-04-242-5/+3Star
| * ipmi:ssif: Only unregister the platform driver if it was registeredCorey Minyard2019-04-241-1/+2
| * ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel2019-04-241-1/+5
| * ipmi: Add the i2c-addr property for SSIF interfacesCorey Minyard2019-04-245-12/+22
| * ipmi: avoid atomic_inc in exit functionArnd Bergmann2019-04-171-1/+1
| * ipmi: Remove file from ipmi_file_privateCorey Minyard2019-04-171-3/+0Star
| * ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter2019-04-171-2/+0Star
| * ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing2019-04-171-1/+1
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard2019-04-171-2/+17
* ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso2019-04-161-0/+2
* ipmi: Fix failure on SMBIOS specified devicesCorey Minyard2019-04-161-1/+0Star
* ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter2019-02-221-1/+2
* ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard2019-02-221-42/+3Star
* ipmi_si: Consolidate scanning the platform busCorey Minyard2019-02-224-30/+23Star
* ipmi_si: Remove hotmod devices on removal and exitCorey Minyard2019-02-223-6/+43
* ipmi_si: Remove hardcode IPMI devices by scanning the platform busCorey Minyard2019-02-221-7/+15
* ipmi_si: Switch hotmod to use a platform deviceCorey Minyard2019-02-223-113/+98Star
* ipmi: Consolidate the adding of platform devicesCorey Minyard2019-02-229-214/+205Star
* ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard2019-02-228-27/+29
* ipmi_si: Convert some types into unsignedCorey Minyard2019-02-221-4/+4
* ipmi_si: Fix crash when using hard-coded deviceCorey Minyard2019-02-224-76/+216
* ipmi: Use dedicated API for copying a UUIDAndy Shevchenko2019-02-101-1/+1
* ipmi: Use defined constant for UUID representationAndy Shevchenko2019-02-101-4/+4
* ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard2019-02-101-42/+74
* ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire2019-02-101-2/+3
* ipmi: Fix return value when a message is truncatedCorey Minyard2019-02-101-3/+3
* ipmi: clean an indentation issue, remove extraneous spaceColin Ian King2019-02-101-1/+1
* ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2019-02-103-76/+92
* ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2019-02-103-45/+105
* ipmi: Fix SSIF flag requestsCorey Minyard2019-02-101-12/+52
* ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-02-103-4/+11
* ipmi: Don't initialize anything in the core until something uses itCorey Minyard2019-01-231-63/+80
* ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang2019-01-231-1/+1
* ipmi: Prevent use-after-free in deliver_responseFred Klassen2019-01-231-1/+1
* ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-231-8/+18