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
*
Tweak /proc/ipmi removal
Alexey Dobriyan
2007-10-17
1
-1
/
+1
*
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
2007-07-19
1
-2
/
+1
*
sysfs: kill unnecessary attribute->owner
Tejun Heo
2007-07-11
1
-10
/
+0
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
[PATCH] proc: remove useless (and buggy) ->nlink settings
Alexey Dobriyan
2007-02-11
1
-1
/
+0
*
[PATCH] IPMI: Fix some RCU problems
Corey Minyard
2007-02-11
1
-7
/
+22
*
[PATCH] IPMI: fix timeout list handling
David Barksdale
2007-01-30
1
-2
/
+1
*
[PATCH] IPMI: misc fixes
Corey Minyard
2006-12-10
1
-4
/
+2
*
[PATCH] IPMI: remove zero inits
Randy Dunlap
2006-12-10
1
-3
/
+3
*
[PATCH] IPMI: fix PROC_FS=n warnings
Randy Dunlap
2006-12-07
1
-0
/
+2
*
[PATCH] IPMI: Add maintenance mode
Corey Minyard
2006-12-07
1
-1
/
+116
*
[PATCH] IPMI: Allow hot system interface remove
Corey Minyard
2006-12-07
1
-76
/
+170
*
[PATCH] IPMI: pass sysfs name from lower level driver
Corey Minyard
2006-12-07
1
-6
/
+28
*
[PATCH] IPMI: remove interface number limits
Corey Minyard
2006-12-07
1
-113
/
+97
*
[PATCH] IPMI: Fix device model name
Corey Minyard
2006-12-07
1
-56
/
+91
*
[PATCH] ipmi: use platform_device_add() instead of platform_device_register()...
Zhang, Yanmin
2006-11-16
1
-1
/
+1
*
[PATCH] IPMI: Fix more && typos
Corey Minyard
2006-11-13
1
-2
/
+2
*
[PATCH] IPMI: retry messages on certain error returns
Corey Minyard
2006-11-08
1
-1
/
+3
*
[PATCH] IPMI: Clean up the waiting message queue properly on unload
Corey Minyard
2006-11-08
1
-1
/
+11
*
[PATCH] ipmi: handle sysfs errors
Jeff Garzik
2006-10-11
1
-29
/
+93
*
[PATCH] IPMI: per-channel command registration
Corey Minyard
2006-10-01
1
-19
/
+56
*
[PATCH] IPMI: fix occasional oops on module unload
Corey Minyard
2006-09-01
1
-0
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] IPMI: tidy msghandler timer
Corey Minyard
2006-06-28
1
-5
/
+2
*
[PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root static
Adrian Bunk
2006-06-27
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2006-06-26
1
-3
/
+3
|
\
|
*
fix paniced->panicked typos
Lee Revell
2006-06-26
1
-3
/
+3
*
|
[PATCH] drivers: use list_move()
Akinobu Mita
2006-06-26
1
-5
/
+2
|
/
*
[PATCH] ipmi: fix event queue limit
Corey Minyard
2006-04-11
1
-0
/
+2
*
[PATCH] IPMI: convert from semaphores to mutexes
Corey Minyard
2006-03-31
1
-11
/
+12
*
[PATCH] IPMI: tidy up various things
Corey Minyard
2006-03-31
1
-23
/
+25
*
[PATCH] IPMI: fix startup race condition
Corey Minyard
2006-03-31
1
-5
/
+4
*
[PATCH] Notifier chain update: API changes
Alan Stern
2006-03-27
1
-2
/
+2
*
[PATCH] ipmi: Increment driver version to v39.0
Corey Minyard
2006-03-26
1
-1
/
+1
*
[PATCH] ipmi: add full sysfs support
Corey Minyard
2006-03-26
1
-14
/
+538
*
[PATCH] drivers/char/ipmi/ipmi_msghandler.c: fix a memory leak
Adrian Bunk
2006-03-25
1
-5
/
+7
*
[PATCH] IPMI: fix issues reported by Coverity in ipmi_msghandler.c
Jayachandran C
2006-02-03
1
-2
/
+2
*
[PATCH] ipmi: fix compile errors with PROC_FS=n
Adrian Bunk
2006-01-10
1
-1
/
+1
*
[PATCH] fix remaining list_for_each_safe_rcu in -mm (take 2)
Paul E. McKenney
2006-01-06
1
-3
/
+1
*
[PATCH] ipmi: fix panic generator ID
Matt Domsch
2005-12-12
1
-1
/
+1
*
[PATCH] ipmi: bump-driver-version
Corey Minyard
2005-11-15
1
-1
/
+1
*
[PATCH] ipmi: fix inconsistent spinlock usage
Hironobu Ishii
2005-11-11
1
-3
/
+3
*
[PATCH] ipmi: use rcu lock for using command receivers
Corey Minyard
2005-11-07
1
-16
/
+15
*
[PATCH] ipmi: use refcount in message handler
Corey Minyard
2005-11-07
1
-455
/
+498
*
[PATCH] ipmi_msghandler: inconsistent spin_lock usage
Hironobu Ishii
2005-09-23
1
-3
/
+3
*
[PATCH] ipmi: remove unused fields
Corey Minyard
2005-09-07
1
-31
/
+11
*
[PATCH] ipmi: style cleanups
Corey Minyard
2005-09-07
1
-23
/
+23
*
[PATCH] ipmi: fix panic ipmb response
Corey Minyard
2005-09-07
1
-40
/
+67
*
[PATCH] ipmi: clean up versioning of the IPMI driver
Corey Minyard
2005-09-07
1
-2
/
+6
*
[PATCH] ipmi: add per-channel IPMB addresses
Corey Minyard
2005-09-07
1
-43
/
+94
[next]