Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
aaea56afc31345e7b0456ebb01586ba627ecd0f8
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
e381d1c
drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INIT
by Denis Cheng
· 17 years ago
bed9759
drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT
by Denis Cheng
· 17 years ago
ac01915
IPMI: fix hotmod remove lock
by Corey Minyard
· 17 years ago
fcfa472
IPMI: add polled interface
by Corey Minyard
· 17 years ago
3542ae4
Tweak /proc/ipmi removal
by Alexey Dobriyan
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
b653d081
[PATCH] proc: remove useless (and buggy) ->nlink settings
by Alexey Dobriyan
· 18 years ago
78ba2fa
[PATCH] IPMI: Fix some RCU problems
by Corey Minyard
· 18 years ago
41c57a8
[PATCH] IPMI: fix timeout list handling
by David Barksdale
· 18 years ago
1d5636c
[PATCH] IPMI: misc fixes
by Corey Minyard
· 18 years ago
0c8204b
[PATCH] IPMI: remove zero inits
by Randy Dunlap
· 18 years ago
1aa16ee
[PATCH] IPMI: fix PROC_FS=n warnings
by Randy Dunlap
· 18 years ago
b967513
[PATCH] IPMI: Add maintenance mode
by Corey Minyard
· 18 years ago
b2c0394
[PATCH] IPMI: Allow hot system interface remove
by Corey Minyard
· 18 years ago
759643b
[PATCH] IPMI: pass sysfs name from lower level driver
by Corey Minyard
· 18 years ago
bca0324
[PATCH] IPMI: remove interface number limits
by Corey Minyard
· 18 years ago
f0b55da
[PATCH] IPMI: Fix device model name
by Corey Minyard
· 18 years ago
b48f545
[PATCH] ipmi: use platform_device_add() instead of platform_device_register() to register device allocated dynamically
by Zhang, Yanmin
· 18 years ago
7947d2c
[PATCH] IPMI: Fix more && typos
by Corey Minyard
· 18 years ago
46d52b0
[PATCH] IPMI: retry messages on certain error returns
by Corey Minyard
· 18 years ago
f3ce6a0
[PATCH] IPMI: Clean up the waiting message queue properly on unload
by Corey Minyard
· 18 years ago
5e59393
[PATCH] ipmi: handle sysfs errors
by Jeff Garzik
· 18 years ago
c69c312
[PATCH] IPMI: per-channel command registration
by Corey Minyard
· 18 years ago
a9eec55
[PATCH] IPMI: fix occasional oops on module unload
by Corey Minyard
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
409035e
[PATCH] IPMI: tidy msghandler timer
by Corey Minyard
· 19 years ago
456229a
[PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root static
by Adrian Bunk
· 19 years ago
da206c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 19 years ago
179e091
[PATCH] drivers: use list_move()
by Akinobu Mita
· 19 years ago
f18190b
fix paniced->panicked typos
by Lee Revell
· 19 years ago
4791c03
[PATCH] ipmi: fix event queue limit
by Corey Minyard
· 19 years ago
d6dfd13
[PATCH] IPMI: convert from semaphores to mutexes
by Corey Minyard
· 19 years ago
8a3628d
[PATCH] IPMI: tidy up various things
by Corey Minyard
· 19 years ago
453823b
[PATCH] IPMI: fix startup race condition
by Corey Minyard
· 19 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
a23f9a3
[PATCH] ipmi: Increment driver version to v39.0
by Corey Minyard
· 19 years ago
50c812b
[PATCH] ipmi: add full sysfs support
by Corey Minyard
· 19 years ago
5c98d29
[PATCH] drivers/char/ipmi/ipmi_msghandler.c: fix a memory leak
by Adrian Bunk
· 19 years ago
12fc1d7
[PATCH] IPMI: fix issues reported by Coverity in ipmi_msghandler.c
by Jayachandran C
· 19 years ago
be4f1bb
[PATCH] ipmi: fix compile errors with PROC_FS=n
by Adrian Bunk
· 19 years ago
066bb8d
[PATCH] fix remaining list_for_each_safe_rcu in -mm (take 2)
by Paul E. McKenney
· 19 years ago
cda315a
[PATCH] ipmi: fix panic generator ID
by Matt Domsch
· 19 years ago
3225e1d
[PATCH] ipmi: bump-driver-version
by Corey Minyard
· 19 years ago
177294d
[PATCH] ipmi: fix inconsistent spinlock usage
by Hironobu Ishii
· 19 years ago
e61fb5b
[PATCH] ipmi: use rcu lock for using command receivers
by Corey Minyard
· 19 years ago
393d2cc
[PATCH] ipmi: use refcount in message handler
by Corey Minyard
· 19 years ago
e7c9650
[PATCH] ipmi_msghandler: inconsistent spin_lock usage
by Hironobu Ishii
· 19 years ago
877197e
[PATCH] ipmi: remove unused fields
by Corey Minyard
· 19 years ago
e8b3361
[PATCH] ipmi: style cleanups
by Corey Minyard
· 19 years ago
56a55ec
[PATCH] ipmi: fix panic ipmb response
by Corey Minyard
· 19 years ago
1fdd75b
[PATCH] ipmi: clean up versioning of the IPMI driver
by Corey Minyard
· 19 years ago
c14979b
[PATCH] ipmi: add per-channel IPMB addresses
by Corey Minyard
· 19 years ago
9c101fd
[PATCH] coverity: ipmi_msghandler() channels array overrun fix
by KAMBAROV, ZAUR
· 20 years ago
3b62594
[PATCH] ipmi: add power cycle capability
by Corey Minyard
· 20 years ago
8f43f84
[PATCH] ipmi: timer shutdown cleanup
by Corey Minyard
· 20 years ago
3a84509
[PATCH] coverity: ipmi: avoid overrun of ipmi_interfaces[]
by Zaur Kambarov
· 20 years ago
882fe01
[PATCH] ipmi: fix a deadlock
by Corey Minyard
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago