index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_si_intf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-11
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+7
2017-04-20
Annotate hardware config module parameters in drivers/char/ipmi/
David Howells
1
-7
/
+7
2017-04-10
ipmi_si: use smi_num for init_name
Tony Camuso
1
-3
/
+16
2016-11-25
ipmi: Pick up slave address from SMBIOS on an ACPI device
Corey Minyard
1
-1
/
+9
2016-11-25
ipmi_si: Clean up printks
Corey Minyard
1
-76
/
+54
2016-11-25
Move platform device creation earlier in the initialization
Corey Minyard
1
-15
/
+31
2016-11-07
ipmi: Periodically check for events, not messages
Corey Minyard
1
-2
/
+2
2016-07-27
ipmi: remove trydefaults parameter and default init
Tony Camuso
1
-73
/
+0
2016-05-17
IPMI: reserve memio regions separately
Corey Minyard
1
-13
/
+27
2016-05-17
ipmi: Fix some minor coding style issues
Corey Minyard
1
-13
/
+12
2016-03-18
ipmi: do not probe ACPI devices if si_tryacpi is unset
Joe Lawrence
1
-0
/
+3
2016-03-18
ipmi_si: Avoid a wrong long timeout on transaction done
Corey Minyard
1
-2
/
+2
2016-03-18
ipmi_si: Fix module parameter doc names
Corey Minyard
1
-2
/
+2
2016-02-03
ipmi: put acpi.h with the other headers
Tony Camuso
1
-2
/
+1
2016-01-13
ipmi: Remove unnecessary pci_disable_device.
Dave Jones
1
-1
/
+0
2016-01-13
ipmi: constify some struct and char arrays
LABBE Corentin
1
-11
/
+16
2015-12-09
ipmi: move timer init to before irq is setup
Jan Stancek
1
-4
/
+4
2015-11-16
char: ipmi: Move MODULE_DEVICE_TABLE() to follow struct
Luis de Bethencourt
1
-1
/
+1
2015-11-16
ipmi: Stop the timer immediately if idle
Corey Minyard
1
-0
/
+7
2015-11-16
ipmi: Start the timer and thread on internal msgs
Corey Minyard
1
-29
/
+44
2015-09-03
ipmi: add of_device_id in MODULE_DEVICE_TABLE
Brijesh Singh
1
-0
/
+1
2015-09-03
ipmi: Compensate for BMCs that wont set the irq enable bit
Corey Minyard
1
-43
/
+137
2015-09-03
ipmi: Don't flush messages in sender() in run-to-completion mode
Hidehiro Kawai
1
-5
/
+5
2015-09-03
ipmi: Factor out message flushing procedure
Hidehiro Kawai
1
-21
/
+18
2015-09-03
ipmi: Make some data const that was only read
Corey Minyard
1
-22
/
+25
2015-09-03
ipmi: Delete an unnecessary check before the function call "cleanup_one_si"
Markus Elfring
1
-3
/
+1
2015-09-03
char:ipmi - Change 1 to true for bool type variables during initialization.
Shailendra Verma
1
-4
/
+4
2015-09-03
ipmi: Convert the IPMI SI ACPI handling to a platform device
Corey Minyard
1
-163
/
+157
2015-05-06
ipmi: Fix a problem that messages are not issued in run_to_completion mode
Hidehiro Kawai
1
-2
/
+1
2015-05-06
ipmi: Report an error if ACPI _IFT doesn't exist
Corey Minyard
1
-1
/
+3
2015-05-05
ipmi: Don't report err in the SI driver for SSIF devices
Corey Minyard
1
-2
/
+3
2015-05-05
ipmi: Remove incorrect use of seq_has_overflowed
Joe Perches
1
-2
/
+2
2015-04-21
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2015-04-11
ipmi: Handle BMCs that don't allow clearing the rcv irq bit
Corey Minyard
1
-7
/
+102
2015-03-16
char: constify of_device_id array
Fabian Frederick
1
-2
/
+2
2015-02-20
ipmi: Fix a memory ordering issue
Corey Minyard
1
-4
/
+10
2015-02-20
ipmi: Remove uses of return value of seq_printf
Joe Perches
1
-11
/
+15
2015-02-20
ipmi: Update timespec usage to timespec64
John Stultz
1
-12
/
+13
2015-02-20
ipmi: Cleanup DEBUG_TIMING ifdef usage
John Stultz
1
-40
/
+21
2015-02-20
drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.c
Nicholas Krause
1
-1
/
+0
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-12
ipmi: Check the BT interrupt enable periodically
Corey Minyard
1
-2
/
+25
2014-12-12
ipmi: Fix attention handling for system interfaces
Corey Minyard
1
-15
/
+30
2014-12-12
ipmi: Periodically check to see if irqs and messages are set right
Corey Minyard
1
-96
/
+101
2014-12-12
ipmi: Remove the now unused priority from SMI sender
Corey Minyard
1
-2
/
+1
2014-12-12
ipmi: Remove the now unnecessary message queue
Corey Minyard
1
-78
/
+34
2014-12-12
ipmi: Fix handling of BMC flags
Corey Minyard
1
-37
/
+68
2014-12-12
ipmi: Fix a bug in hot add/remove
Corey Minyard
1
-1
/
+1
2014-12-12
ipmi: Remove useless sysfs_name parameters
Corey Minyard
1
-1
/
+0
2014-12-12
ipmi: Move the address source to string to ipmi-generic code
Corey Minyard
1
-7
/
+3
[next]