summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller2018-03-271-0/+21
* ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel2018-03-131-2/+2
* ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard2018-03-131-0/+12
* ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard2018-03-121-154/+0
* ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard2018-03-121-105/+0
* ipmi: missing error code in try_smi_init()Dan Carpenter2018-03-061-0/+1
* ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculationColin Ian King2018-03-061-2/+1
* ipmi: Consolidate cleanup codeCorey Minyard2018-03-061-94/+70
* ipmi: Remove some unnecessary initializationsCorey Minyard2018-03-061-5/+0
* ipmi: Fix some error cleanup issuesCorey Minyard2018-03-061-4/+14
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-2722-206/+24
* ipmi: Re-use existing macros for built-in propertiesAndy Shevchenko2018-02-261-13/+5
* ipmi:pci: Make the PCI defines consistent with normal Linux onesCorey Minyard2018-02-261-17/+14
* ipmi: kcs_bmc: coding-style fixes and use new poll typeHaiyue Wang2018-02-263-36/+41
* ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_dataGustavo A. R. Silva2018-02-261-0/+1
* ipmi: add an Aspeed KCS IPMI BMC driverHaiyue Wang2018-02-263-0/+332
* ipmi: add a KCS IPMI BMC driverHaiyue Wang2018-02-264-0/+574
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-4/+4
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-9/+8
|\
| * treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-9/+8
* | Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-01-317-14/+21
|\ \
| * | ipmi_ssif: Remove duplicate NULL checkAndy Shevchenko2018-01-221-2/+1
| * | ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun2018-01-221-2/+3
| * | ipmi: use dynamic memory for DMI driver overrideJohn Garry2018-01-221-1/+4
| * | ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driverJeremy Kerr2018-01-161-1/+0
| * | ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki2018-01-151-1/+3
| * | ipmi: use correct string lengthXiongfeng Wang2018-01-082-2/+2
| * | ipmi_si: Fix error handling of platform deviceCorey Minyard2017-12-121-3/+6
| * | ipmi watchdog: fix typo in parameter descriptionWei Yongjun2017-12-121-1/+1
| * | ipmi_si_platform: Fix typo in parameter descriptionWei Yongjun2017-12-121-1/+1
| |/
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-303-6/+6
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-283-6/+6
* | Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-12-113-23/+30
|\ \ | |/ |/|
| * ipmi_si: fix crash on pariscMikulas Patocka2017-12-111-0/+2
| * ipmi_si: Fix oops with PCI devicesCorey Minyard2017-12-111-2/+5
| * ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki2017-12-061-21/+23
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-214-13/+11
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+0
|\ \ | |/ |/|
| * ipmi: get rid of pointless access_ok()Al Viro2017-11-101-6/+0
* | Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-11-1519-2201/+2987
|\ \
| * \ Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Corey Minyard2017-11-022-3/+3
| |\ \
| * | | ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Markus Elfring2017-10-171-1/+0
| * | | ipmi_si: fix memory leak on new_smiColin Ian King2017-10-171-0/+1
| * | | ipmi: remove redundant initialization of bmcColin Ian King2017-09-281-1/+1
| * | | ipmi: pr_err() strings should end with newlinesArvind Yadav2017-09-281-3/+3
| * | | ipmi: Clean up some print operationsCorey Minyard2017-09-281-56/+45
| * | | ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-287-94/+103
| * | | ipmi: Make the IPMI proc interface configurableCorey Minyard2017-09-284-21/+40
| * | | ipmi_ssif: Add device attrs for the things in procCorey Minyard2017-09-281-2/+74
| * | | ipmi_si: Add device attrs for the things in procCorey Minyard2017-09-281-1/+103