index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-03
ipmi: Don't call receive handler in the panic context
Hidehiro Kawai
1
-1
/
+7
2015-09-03
ipmi: Avoid touching possible corrupted lists in the panic context
Hidehiro Kawai
1
-0
/
+17
2015-09-03
ipmi: Don't flush messages in sender() in run-to-completion mode
Hidehiro Kawai
1
-0
/
+3
2015-09-03
ipmi: Remove unneeded set_run_to_completion call
Hidehiro Kawai
1
-2
/
+0
2015-09-03
ipmi: Make some data const that was only read
Corey Minyard
1
-6
/
+6
2015-09-03
ipmi: Add a comment in how messages are delivered from the lower layer
Corey Minyard
1
-0
/
+4
2015-05-05
ipmi: Remove incorrect use of seq_has_overflowed
Joe Perches
1
-2
/
+2
2015-02-20
ipmi: Remove uses of return value of seq_printf
Joe Perches
1
-4
/
+8
2015-02-20
ipmi: Use is_visible callback for conditional sysfs entries
Takashi Iwai
1
-43
/
+17
2015-02-20
ipmi: avoid gcc warning
Arnd Bergmann
1
-8
/
+21
2015-02-20
ipmi: Remove a FIXME for slab conversion
Corey Minyard
1
-1
/
+0
2014-12-22
ipmi: Finish cleanup of BMC attributes
Corey Minyard
1
-29
/
+17
2014-12-12
ipmi: Remove the now unused priority from SMI sender
Corey Minyard
1
-2
/
+2
2014-12-12
ipmi: Make the message handler easier to use for SMI interfaces
Corey Minyard
1
-40
/
+162
2014-12-12
ipmi: Move message sending into its own function
Corey Minyard
1
-4
/
+9
2014-12-12
ipmi: rename waiting_msgs to waiting_rcv_msgs
Corey Minyard
1
-15
/
+16
2014-12-12
ipmi: Initialize BMC device attributes
Corey Minyard
1
-0
/
+2
2014-12-12
ipmi: Unregister previously registered driver in error case
trenn@suse.de
1
-0
/
+1
2014-12-12
ipmi: Remove useless sysfs_name parameters
Corey Minyard
1
-29
/
+5
2014-12-12
ipmi: clean up the device handling for the bmc device
Corey Minyard
1
-193
/
+92
2014-12-12
ipmi: Move the address source to string to ipmi-generic code
Corey Minyard
1
-0
/
+12
2014-10-07
ipmi: Clean up the error handling for channel config errors
Corey Minyard
1
-6
/
+9
2014-04-17
ipmi: boolify some things
Corey Minyard
1
-12
/
+10
2014-04-17
ipmi: Turn off all activity on an idle ipmi interface
Corey Minyard
1
-84
/
+135
2013-09-05
ipmi: Initialize locals to avoid warning
Corey Minyard
1
-1
/
+1
2013-05-17
drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup
Alexandru Gheorghiu
1
-2
/
+1
2013-05-02
proc: Supply a function to remove a proc entry by PDE
David Howells
1
-1
/
+1
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-3
/
+3
2012-11-19
various: Fix spelling of "asynchronous" in comments.
Adam Buchbinder
1
-1
/
+1
2012-10-17
IPMI: Fix some uninitialized warning
Corey Minyard
1
-1
/
+1
2012-03-29
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-111
/
+131
2012-03-29
ipmi: fix message handling during panics
Corey Minyard
1
-57
/
+46
2012-03-29
ipmi: use a tasklet for handling received messages
Corey Minyard
1
-55
/
+86
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2011-05-27
ipmi: convert to seq_file interface
Alexey Dobriyan
1
-57
/
+81
2010-12-14
IPMI: Add one interface to get more info of low-level IPMI device
Zhao Yakui
1
-0
/
+27
2010-10-28
ipmi: fix __init and __exit attribute locations
Corey Minyard
1
-2
/
+2
2010-05-27
ipmi: update driver to use dev_printk and its constructs
Myron Stowe
1
-6
/
+5
2010-05-27
ipmi: change timeout and event poll to one second
Corey Minyard
1
-2
/
+2
2010-03-19
sysfs: fix sysfs lockdep warning in ipmi code
Greg Kroah-Hartman
1
-0
/
+10
2009-10-05
headers: remove sched.h from poll.h
Alexey Dobriyan
1
-0
/
+1
2009-05-22
ipmi: fix ipmi_si modprobe hang
Corey Minyard
1
-6
/
+7
2009-04-22
ipmi: add oem message handling
dann frazier
1
-5
/
+133
2009-04-22
ipmi: fix statistics counting issues
Corey Minyard
1
-22
/
+51
2009-03-31
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
1
-8
/
+4
2008-11-13
Fix platform drivers that crash on suspend/resume
Darrick J. Wong
1
-9
/
+11
2008-04-29
ipmi: make alloc_recv_msg static
Adrian Bunk
1
-1
/
+1
2008-04-29
ipmi: remove ->write_proc code
Alexey Dobriyan
1
-5
/
+4
2008-04-29
ipmi: style fixes in the base code
Corey Minyard
1
-414
/
+581
2008-04-29
IPMI: convert message handler defines to an enum
Corey Minyard
1
-58
/
+67
[next]