index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
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
2008-04-29
ipmi: convert locked counters to atomics
Konstantin Baydarov
1
-248
/
+194
2008-04-29
ipmi: update driver version
Corey Minyard
1
-1
/
+1
2008-04-29
ipmi: don't print event queue full on every event
Corey Minyard
1
-4
/
+11
2008-04-29
ipmi: don't grab locks in run-to-completion mode
Konstantin Baydarov
1
-6
/
+24
2008-04-29
ipmi: run to completion fixes
Corey Minyard
1
-8
/
+0
2008-02-06
drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
1
-1
/
+1
2008-02-06
drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
1
-2
/
+2
2007-10-19
IPMI: fix hotmod remove lock
Corey Minyard
1
-9
/
+7
2007-10-19
IPMI: add polled interface
Corey Minyard
1
-0
/
+9
2007-10-17
Tweak /proc/ipmi removal
Alexey Dobriyan
1
-1
/
+1
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-07-12
sysfs: kill unnecessary attribute->owner
Tejun Heo
1
-10
/
+0
[next]