index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-19
sysfs: fix sysfs lockdep warning in ipmi code
Greg Kroah-Hartman
1
-0
/
+10
2009-10-04
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-21
ipmi: add oem message handling
dann frazier
1
-5
/
+133
2009-04-21
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-12
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-18
IPMI: fix hotmod remove lock
Corey Minyard
1
-9
/
+7
2007-10-18
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-11
sysfs: kill unnecessary attribute->owner
Tejun Heo
1
-10
/
+0
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-11
[PATCH] proc: remove useless (and buggy) ->nlink settings
Alexey Dobriyan
1
-1
/
+0
2007-02-11
[PATCH] IPMI: Fix some RCU problems
Corey Minyard
1
-7
/
+22
2007-01-30
[PATCH] IPMI: fix timeout list handling
David Barksdale
1
-2
/
+1
2006-12-10
[PATCH] IPMI: misc fixes
Corey Minyard
1
-4
/
+2
2006-12-10
[PATCH] IPMI: remove zero inits
Randy Dunlap
1
-3
/
+3
2006-12-07
[PATCH] IPMI: fix PROC_FS=n warnings
Randy Dunlap
1
-0
/
+2
2006-12-07
[PATCH] IPMI: Add maintenance mode
Corey Minyard
1
-1
/
+116
2006-12-07
[PATCH] IPMI: Allow hot system interface remove
Corey Minyard
1
-76
/
+170
2006-12-07
[PATCH] IPMI: pass sysfs name from lower level driver
Corey Minyard
1
-6
/
+28
2006-12-07
[PATCH] IPMI: remove interface number limits
Corey Minyard
1
-113
/
+97
2006-12-07
[PATCH] IPMI: Fix device model name
Corey Minyard
1
-56
/
+91
2006-11-16
[PATCH] ipmi: use platform_device_add() instead of platform_device_register()...
Zhang, Yanmin
1
-1
/
+1
2006-11-13
[PATCH] IPMI: Fix more && typos
Corey Minyard
1
-2
/
+2
2006-11-08
[PATCH] IPMI: retry messages on certain error returns
Corey Minyard
1
-1
/
+3
2006-11-08
[PATCH] IPMI: Clean up the waiting message queue properly on unload
Corey Minyard
1
-1
/
+11
2006-10-11
[PATCH] ipmi: handle sysfs errors
Jeff Garzik
1
-29
/
+93
2006-10-01
[PATCH] IPMI: per-channel command registration
Corey Minyard
1
-19
/
+56
2006-09-01
[PATCH] IPMI: fix occasional oops on module unload
Corey Minyard
1
-0
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-28
[PATCH] IPMI: tidy msghandler timer
Corey Minyard
1
-5
/
+2
2006-06-27
[PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root static
Adrian Bunk
1
-2
/
+1
2006-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-3
/
+3
2006-06-26
[PATCH] drivers: use list_move()
Akinobu Mita
1
-5
/
+2
2006-06-26
fix paniced->panicked typos
Lee Revell
1
-3
/
+3
2006-04-11
[PATCH] ipmi: fix event queue limit
Corey Minyard
1
-0
/
+2
2006-03-31
[PATCH] IPMI: convert from semaphores to mutexes
Corey Minyard
1
-11
/
+12
[next]