index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ipmi: Move lun and address out of channel struct
Corey Minyard
2017-09-27
1
-22
/
+25
*
ipmi: Retry BMC registration on a failure
Corey Minyard
2017-09-27
1
-1
/
+23
*
ipmi: Rework device id and guid handling to catch changing BMCs
Corey Minyard
2017-09-27
1
-73
/
+167
*
ipmi: Use a temporary BMC for an interface
Corey Minyard
2017-09-27
1
-9
/
+13
*
ipmi: Dynamically fetch GUID periodically
Corey Minyard
2017-09-27
1
-19
/
+42
*
ipmi: Always fetch the guid through ipmi_get_device_id()
Corey Minyard
2017-09-27
1
-28
/
+65
*
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
2017-09-27
1
-1
/
+0
*
ipmi: allow dynamic BMC version information
Jeremy Kerr
2017-09-27
1
-15
/
+190
*
ipmi: Don't use BMC product/dev ids in the BMC name
Corey Minyard
2017-09-27
1
-35
/
+10
*
ipmi: Add a reference from BMC devices to their interfaces
Jeremy Kerr
2017-09-27
1
-0
/
+11
*
ipmi: Get the device id through a function
Corey Minyard
2017-09-27
1
-36
/
+119
*
ipmi: Fix printing the BMC guid
Corey Minyard
2017-09-27
1
-3
/
+6
*
ipmi: Rework BMC registration
Corey Minyard
2017-09-27
1
-23
/
+45
*
ipmi: Fix issues with BMC refcounts
Corey Minyard
2017-09-27
1
-16
/
+35
*
ipmi: Check that the device type is BMC when scanning device
Corey Minyard
2017-09-27
1
-3
/
+9
*
ipmi: Move bmc find routing to below bmc device type
Corey Minyard
2017-09-27
1
-50
/
+51
*
ipmi: Fix getting the GUID data
Corey Minyard
2017-09-27
1
-1
/
+1
*
ipmi: Make IPMI panic strings always available
Corey Minyard
2017-09-27
1
-13
/
+78
*
ipmi: fix unsigned long underflow
Corey Minyard
2017-09-27
1
-4
/
+6
*
char: ipmi: constify bmc_dev_attr_group and bmc_device_type
Arvind Yadav
2017-06-28
1
-2
/
+2
*
ipmi: use rcu lock around call to intf->handlers->sender()
Tony Camuso
2017-06-19
1
-0
/
+5
*
ipmi: make ipmi_usr_hndl const
Corey Minyard
2017-01-05
1
-2
/
+2
*
ipmi: create hardware-independent softdep for ipmi_devintf
Martin Wilck
2016-12-12
1
-0
/
+1
*
ipmi: Fix sequence number handling
Corey Minyard
2016-11-24
1
-4
/
+5
*
ipmi: fix crash on reading version from proc after unregisted bmc
Xie XiuQi
2016-10-03
1
-4
/
+3
*
ipmi: remove trydefaults parameter and default init
Tony Camuso
2016-07-27
1
-2
/
+2
*
ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
Junichi Nomura
2016-06-13
1
-2
/
+6
*
ipmi: constify some struct and char arrays
LABBE Corentin
2016-01-12
1
-3
/
+4
*
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
1
-0
/
+3
*
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
1
-6
/
+6
*
ipmi: Add a comment in how messages are delivered from the lower layer
Corey Minyard
2015-09-03
1
-0
/
+4
*
ipmi: Remove incorrect use of seq_has_overflowed
Joe Perches
2015-05-05
1
-2
/
+2
*
ipmi: Remove uses of return value of seq_printf
Joe Perches
2015-02-19
1
-4
/
+8
*
ipmi: Use is_visible callback for conditional sysfs entries
Takashi Iwai
2015-02-19
1
-43
/
+17
*
ipmi: avoid gcc warning
Arnd Bergmann
2015-02-19
1
-8
/
+21
*
ipmi: Remove a FIXME for slab conversion
Corey Minyard
2015-02-19
1
-1
/
+0
*
ipmi: Finish cleanup of BMC attributes
Corey Minyard
2014-12-21
1
-29
/
+17
*
ipmi: Remove the now unused priority from SMI sender
Corey Minyard
2014-12-11
1
-2
/
+2
*
ipmi: Make the message handler easier to use for SMI interfaces
Corey Minyard
2014-12-11
1
-40
/
+162
*
ipmi: Move message sending into its own function
Corey Minyard
2014-12-11
1
-4
/
+9
*
ipmi: rename waiting_msgs to waiting_rcv_msgs
Corey Minyard
2014-12-11
1
-15
/
+16
*
ipmi: Initialize BMC device attributes
Corey Minyard
2014-12-11
1
-0
/
+2
*
ipmi: Unregister previously registered driver in error case
trenn@suse.de
2014-12-11
1
-0
/
+1
*
ipmi: Remove useless sysfs_name parameters
Corey Minyard
2014-12-11
1
-29
/
+5
*
ipmi: clean up the device handling for the bmc device
Corey Minyard
2014-12-11
1
-193
/
+92
*
ipmi: Move the address source to string to ipmi-generic code
Corey Minyard
2014-12-11
1
-0
/
+12
*
ipmi: Clean up the error handling for channel config errors
Corey Minyard
2014-10-07
1
-6
/
+9
[prev]
[next]