aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/gregkh/driver-coreLinus 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/viro/vfsLinus 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/viro/vfsLinus Torvalds1-6/+0
2017-11-15Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmiLinus Torvalds19-2201/+2987
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds2-3/+3
2017-11-10ipmi: get rid of pointless access_ok()Al Viro1-6/+0
2017-11-02Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux into for-nextCorey Minyard2-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook2-3/+3
2017-10-17ipmi_si: Delete an error message for a failed memory allocation in try_smi_init()Markus Elfring1-1/+0
2017-10-17ipmi_si: fix memory leak on new_smiColin Ian King1-0/+1
2017-09-28ipmi: remove redundant initialization of bmcColin Ian King1-1/+1
2017-09-28ipmi: pr_err() strings should end with newlinesArvind Yadav1-3/+3
2017-09-28ipmi: Clean up some print operationsCorey Minyard1-56/+45
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard7-94/+103
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard4-21/+40
2017-09-28ipmi_ssif: Add device attrs for the things in procCorey Minyard1-2/+74
2017-09-28ipmi_si: Add device attrs for the things in procCorey Minyard1-1/+103
2017-09-28ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard1-10/+2
2017-09-28ipmi_si: Move port and mem I/O handling to their own filesCorey Minyard5-255/+263
2017-09-28ipmi_si: Get rid of unused spacing and port fieldsCorey Minyard1-10/+0
2017-09-28ipmi_si: Move PARISC handling to another fileCorey Minyard4-57/+71
2017-09-28ipmi_si: Move PCI setup to another fileCorey Minyard4-161/+179
2017-09-28ipmi_si: Move platform device handling to another fileCorey Minyard4-589/+613
2017-09-27ipmi_si: Move hardcode handling to a separate file.Corey Minyard4-147/+154
2017-09-27ipmi_si: Move the hotmod handling to another file.Corey Minyard4-244/+264
2017-09-27ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard3-309/+229
2017-09-27ipmi_si: Move io setup into io structureCorey Minyard2-92/+85
2017-09-27ipmi_si: Move irq setup handling into the io structCorey Minyard3-81/+82
2017-09-27ipmi_si: Move some platform data into the io structureCorey Minyard2-216/+213
2017-09-27ipmi_si: Rename function to add smi, make it globalCorey Minyard2-16/+28
2017-09-27ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard1-27/+23