aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-03ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard1-43/+137
2015-09-03ipmi: Don't call receive handler in the panic contextHidehiro Kawai1-1/+7
2015-09-03ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai1-0/+17
2015-09-03ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai3-5/+13
2015-09-03ipmi: Factor out message flushing procedureHidehiro Kawai1-21/+18
2015-09-03ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai1-2/+0
2015-09-03ipmi: Make some data const that was only readCorey Minyard7-37/+40
2015-09-03ipmi: constify SSIF ACPI device idsMathias Krause1-1/+1
2015-09-03ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring1-3/+1
2015-09-03char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma2-6/+6
2015-09-03impi:Remove unneeded setting of module owner to THIS_MODULE in the platform structure, powernv_ipmi_driverNicholas Krause1-1/+0
2015-09-03ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard1-0/+4
2015-09-03ipmi/powernv: Fix potential invalid pointer dereferenceNeelesh Gupta1-1/+8
2015-09-03ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard2-165/+157