summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
2015-12-09ipmi: move timer init to before irq is setupJan Stancek
2015-11-16ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye
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-10-24char: ipmi: ipmi_ssif: Replace timeval with timespec64Amitoj Kaur Chawla
2015-09-03ipmi:ssif: Add a module parm to specify that SMBus alerts don't workCorey 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 call receive handler in the panic contextHidehiro Kawai
2015-09-03ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai
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: Remove unneeded set_run_to_completion callHidehiro Kawai
2015-09-03ipmi: Make some data const that was only readCorey Minyard
2015-09-03ipmi: constify SSIF ACPI device idsMathias Krause
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-03impi:Remove unneeded setting of module owner to THIS_MODULE in the platform s...Nicholas Krause
2015-09-03ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard
2015-09-03ipmi/powernv: Fix potential invalid pointer dereferenceNeelesh Gupta
2015-09-03ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-05-22ipmi/powernv: Convert to irq event interfaceAlistair Popple
2015-05-05ipmi: Fix multi-part message handlingCorey Minyard
2015-05-05ipmi: Add alert handling to SSIFCorey 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: Remove unused including <linux/version.h>Wei Yongjun
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-05-05ipmi:ssif: Ignore spaces when comparing I2C adapter namesCorey Minyard
2015-05-05ipmi_ssif: Fix the logic on user-supplied addressesCorey Minyard
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-10ipmi_ssif: Use interruptible completion for waiting in the threadCorey Minyard
2015-04-10ipmi/powernv: Fix minor locking bugAlistair Popple
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: Use is_visible callback for conditional sysfs entriesTakashi Iwai
2015-02-19ipmi: Free ipmi_recv_msg messages from the linked list on closeNicholas Krause
2015-02-19ipmi: avoid gcc warningArnd Bergmann
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
2015-02-19char: ipmi: Remove obsolete cleanup for clientdataWolfram Sang
2015-02-19ipmi: Remove a FIXME for slab conversionCorey Minyard
2014-12-30ipmi: Fix compile warning with tv_usecCorey Minyard