summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_si_intf.c
AgeCommit message (Expand)Author
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso
2016-05-16IPMI: reserve memio regions separatelyCorey Minyard
2016-05-16ipmi: Fix some minor coding style issuesCorey Minyard
2016-03-18ipmi: do not probe ACPI devices if si_tryacpi is unsetJoe Lawrence
2016-03-18ipmi_si: Avoid a wrong long timeout on transaction doneCorey Minyard
2016-03-18ipmi_si: Fix module parameter doc namesCorey Minyard
2016-02-03ipmi: put acpi.h with the other headersTony Camuso
2016-01-12ipmi: Remove unnecessary pci_disable_device.Dave Jones
2016-01-12ipmi: constify some struct and char arraysLABBE Corentin
2015-12-09ipmi: move timer init to before irq is setupJan Stancek
2015-11-15char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt
2015-11-15ipmi: Stop the timer immediately if idleCorey Minyard
2015-11-15ipmi: Start the timer and thread on internal msgsCorey Minyard
2015-09-03ipmi: add of_device_id in MODULE_DEVICE_TABLEBrijesh Singh
2015-09-03ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard
2015-09-03ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai
2015-09-03ipmi: Factor out message flushing procedureHidehiro Kawai
2015-09-03ipmi: Make some data const that was only readCorey Minyard
2015-09-03ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring
2015-09-03char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma
2015-09-03ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard
2015-05-05ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai
2015-05-05ipmi: Report an error if ACPI _IFT doesn't existCorey Minyard
2015-05-05ipmi: Don't report err in the SI driver for SSIF devicesCorey Minyard
2015-05-05ipmi: Remove incorrect use of seq_has_overflowedJoe Perches
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-10ipmi: Handle BMCs that don't allow clearing the rcv irq bitCorey Minyard
2015-03-16char: constify of_device_id arrayFabian Frederick
2015-02-19ipmi: Fix a memory ordering issueCorey Minyard
2015-02-19ipmi: Remove uses of return value of seq_printfJoe Perches
2015-02-19ipmi: Update timespec usage to timespec64John Stultz
2015-02-19ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz
2015-02-19drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-11ipmi: Check the BT interrupt enable periodicallyCorey Minyard
2014-12-11ipmi: Fix attention handling for system interfacesCorey Minyard
2014-12-11ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard
2014-12-11ipmi: Remove the now unused priority from SMI senderCorey Minyard
2014-12-11ipmi: Remove the now unnecessary message queueCorey Minyard
2014-12-11ipmi: Fix handling of BMC flagsCorey Minyard
2014-12-11ipmi: Fix a bug in hot add/removeCorey Minyard
2014-12-11ipmi: Remove useless sysfs_name parametersCorey Minyard
2014-12-11ipmi: Move the address source to string to ipmi-generic codeCorey Minyard
2014-12-11ipmi: Ignore SSIF in the PNP handlingCorey Minyard
2014-10-20char: ipmi: drop owner assignment from platform_driversWolfram Sang
2014-10-07ipmi: Clear drvdata when interface is removedTakao Indoh
2014-10-07ipmi: work around gcc-4.9 build warningArnd Bergmann
2014-10-07ipmi/of: Don't use unavailable interfacesBenjamin Herrenschmidt
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang