index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
Junichi Nomura
2016-06-13
1
-2
/
+6
*
ipmi: Fix the I2C address extraction from SPMI tables
Corey Minyard
2016-05-16
1
-1
/
+1
*
IPMI: reserve memio regions separately
Corey Minyard
2016-05-16
1
-13
/
+27
*
ipmi: Fix some minor coding style issues
Corey Minyard
2016-05-16
1
-13
/
+12
*
ipmi/watchdog: use nmi_panic() when kernel panics in NMI handler
Hidehiro Kawai
2016-03-22
1
-1
/
+1
*
ipmi: do not probe ACPI devices if si_tryacpi is unset
Joe Lawrence
2016-03-18
1
-0
/
+3
*
ipmi_si: Avoid a wrong long timeout on transaction done
Corey Minyard
2016-03-18
1
-2
/
+2
*
ipmi_si: Fix module parameter doc names
Corey Minyard
2016-03-18
1
-2
/
+2
*
ipmi_ssif: Fix logic around alert handling
Corey Minyard
2016-03-18
1
-9
/
+4
*
ipmi: put acpi.h with the other headers
Tony Camuso
2016-02-03
1
-2
/
+1
*
ipmi: Remove unnecessary pci_disable_device.
Dave Jones
2016-01-12
1
-1
/
+0
*
char: ipmi: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2016-01-12
1
-1
/
+0
*
ipmi: constify some struct and char arrays
LABBE Corentin
2016-01-12
2
-14
/
+20
*
ipmi: move timer init to before irq is setup
Jan Stancek
2015-12-09
1
-4
/
+4
*
ipmi watchdog : add panic_wdt_timeout parameter
Jean-Yves Faye
2015-11-16
1
-1
/
+7
*
char: ipmi: Move MODULE_DEVICE_TABLE() to follow struct
Luis de Bethencourt
2015-11-15
1
-1
/
+1
*
ipmi: Stop the timer immediately if idle
Corey Minyard
2015-11-15
1
-0
/
+7
*
ipmi: Start the timer and thread on internal msgs
Corey Minyard
2015-11-15
1
-29
/
+44
*
char: ipmi: ipmi_ssif: Replace timeval with timespec64
Amitoj Kaur Chawla
2015-10-24
1
-4
/
+5
*
ipmi:ssif: Add a module parm to specify that SMBus alerts don't work
Corey Minyard
2015-09-03
1
-0
/
+8
*
ipmi: add of_device_id in MODULE_DEVICE_TABLE
Brijesh Singh
2015-09-03
1
-0
/
+1
*
ipmi: Compensate for BMCs that wont set the irq enable bit
Corey Minyard
2015-09-03
1
-43
/
+137
*
ipmi: Don't call receive handler in the panic context
Hidehiro Kawai
2015-09-03
1
-1
/
+7
*
ipmi: Avoid touching possible corrupted lists in the panic context
Hidehiro Kawai
2015-09-03
1
-0
/
+17
*
ipmi: Don't flush messages in sender() in run-to-completion mode
Hidehiro Kawai
2015-09-03
2
-5
/
+8
*
ipmi: Factor out message flushing procedure
Hidehiro Kawai
2015-09-03
1
-21
/
+18
*
ipmi: Remove unneeded set_run_to_completion call
Hidehiro Kawai
2015-09-03
1
-2
/
+0
*
ipmi: Make some data const that was only read
Corey Minyard
2015-09-03
6
-36
/
+39
*
ipmi: constify SSIF ACPI device ids
Mathias Krause
2015-09-03
1
-1
/
+1
*
ipmi: Delete an unnecessary check before the function call "cleanup_one_si"
Markus Elfring
2015-09-03
1
-3
/
+1
*
char:ipmi - Change 1 to true for bool type variables during initialization.
Shailendra Verma
2015-09-03
2
-6
/
+6
*
impi:Remove unneeded setting of module owner to THIS_MODULE in the platform s...
Nicholas Krause
2015-09-03
1
-1
/
+0
*
ipmi: Add a comment in how messages are delivered from the lower layer
Corey Minyard
2015-09-03
1
-0
/
+4
*
ipmi/powernv: Fix potential invalid pointer dereference
Neelesh Gupta
2015-09-03
1
-1
/
+8
*
ipmi: Convert the IPMI SI ACPI handling to a platform device
Corey Minyard
2015-09-03
1
-163
/
+157
*
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-07-01
1
-3
/
+3
|
\
|
*
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
2015-05-28
1
-3
/
+3
*
|
ipmi/powernv: Convert to irq event interface
Alistair Popple
2015-05-22
1
-17
/
+22
|
/
*
ipmi: Fix multi-part message handling
Corey Minyard
2015-05-05
1
-13
/
+38
*
ipmi: Add alert handling to SSIF
Corey Minyard
2015-05-05
1
-16
/
+116
*
ipmi: Fix a problem that messages are not issued in run_to_completion mode
Hidehiro Kawai
2015-05-05
1
-2
/
+1
*
ipmi: Report an error if ACPI _IFT doesn't exist
Corey Minyard
2015-05-05
1
-1
/
+3
*
ipmi: Remove unused including <linux/version.h>
Wei Yongjun
2015-05-05
1
-1
/
+0
*
ipmi: Don't report err in the SI driver for SSIF devices
Corey Minyard
2015-05-05
1
-2
/
+3
*
ipmi: Remove incorrect use of seq_has_overflowed
Joe Perches
2015-05-05
3
-5
/
+5
*
ipmi:ssif: Ignore spaces when comparing I2C adapter names
Corey Minyard
2015-05-05
1
-3
/
+22
*
ipmi_ssif: Fix the logic on user-supplied addresses
Corey Minyard
2015-05-05
1
-1
/
+1
*
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-04-21
1
-2
/
+2
|
\
|
*
char: constify of_device_id array
Fabian Frederick
2015-03-16
1
-2
/
+2
*
|
ipmi_ssif: Use interruptible completion for waiting in the thread
Corey Minyard
2015-04-10
1
-3
/
+5
[next]