summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorFilesLines
2018-04-18ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard4-47/+47
2018-04-18ipmi_devintf: Small lock reworkCorey Minyard1-55/+28
2018-04-18ipmi: Clean up some style issues in the message handlerCorey Minyard1-48/+35
2018-04-18ipmi: Break up i_ipmi_requestCorey Minyard1-310/+344
2018-04-18ipmi:devintf: Clean up some coding style issuesCorey Minyard1-22/+18
2018-04-18ipmi: Clean up some debug codeCorey Minyard1-33/+25
2018-04-18ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard1-37/+23
2018-04-18ipmi: Add a panic handler for IPMI usersCorey Minyard1-110/+104
2018-04-18ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard1-30/+20
2018-04-18ipmi:watchdog: Rework locking and handlingCorey Minyard1-155/+140
2018-04-18ipmi: Add a maintenance mode for IPMB messagesCorey Minyard1-0/+28
2018-04-18ipmi: Add a way to tune some timeoutsCorey Minyard1-32/+48
2018-03-27ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller1-0/+21
2018-03-13ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel1-2/+2
2018-03-13ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard1-0/+12
2018-03-12ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard1-154/+0
2018-03-12ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard1-105/+0
2018-03-06ipmi: missing error code in try_smi_init()Dan Carpenter1-0/+1
2018-03-06ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculationColin Ian King1-2/+1
2018-03-06ipmi: Consolidate cleanup codeCorey Minyard1-94/+70
2018-03-06ipmi: Remove some unnecessary initializationsCorey Minyard1-5/+0
2018-03-06ipmi: Fix some error cleanup issuesCorey Minyard1-4/+14
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard22-206/+24
2018-02-26ipmi: Re-use existing macros for built-in propertiesAndy Shevchenko1-13/+5
2018-02-26ipmi:pci: Make the PCI defines consistent with normal Linux onesCorey Minyard1-17/+14
2018-02-26ipmi: kcs_bmc: coding-style fixes and use new poll typeHaiyue Wang3-36/+41
2018-02-26ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_dataGustavo A. R. Silva1-0/+1
2018-02-26ipmi: add an Aspeed KCS IPMI BMC driverHaiyue Wang3-0/+332
2018-02-26ipmi: add a KCS IPMI BMC driverHaiyue Wang4-0/+574
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds3-4/+4
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+8
2018-01-31Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds7-14/+21
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-6/+6
2018-01-22ipmi_ssif: Remove duplicate NULL checkAndy Shevchenko1-2/+1
2018-01-22ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun1-2/+3
2018-01-22ipmi: use dynamic memory for DMI driver overrideJohn Garry1-1/+4
2018-01-16ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driverJeremy Kerr1-1/+0
2018-01-15ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki1-1/+3
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-9/+8
2018-01-08ipmi: use correct string lengthXiongfeng Wang2-2/+2
2017-12-12ipmi_si: Fix error handling of platform deviceCorey Minyard1-3/+6
2017-12-12ipmi watchdog: fix typo in parameter descriptionWei Yongjun1-1/+1
2017-12-12ipmi_si_platform: Fix typo in parameter descriptionWei Yongjun1-1/+1
2017-12-11Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds3-23/+30
2017-12-11ipmi_si: fix crash on pariscMikulas Patocka1-0/+2
2017-12-11ipmi_si: Fix oops with PCI devicesCorey Minyard1-2/+5
2017-12-06ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki1-21/+23
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro3-6/+6
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook4-13/+11
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+0