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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-31
[PATCH] IPMI: fix timeout list handling
David Barksdale
1
-2
/
+1
2006-12-30
[PATCH] Fix IPMI watchdog set_param_str() using kstrdup
Sebastien Dugué
1
-6
/
+5
2006-12-10
[PATCH] IPMI: misc fixes
Corey Minyard
2
-58
/
+68
2006-12-10
[PATCH] IPMI: remove zero inits
Randy Dunlap
6
-23
/
+25
2006-12-08
[PATCH] struct path: convert ipmi
Josef Sipek
1
-2
/
+2
2006-12-07
[PATCH] IPMI: fix PROC_FS=n warnings
Randy Dunlap
2
-1
/
+3
2006-12-07
[PATCH] IPMI: increase KCS message size
Corey Minyard
1
-2
/
+2
2006-12-07
[PATCH] IPMI: Fix BT long busy
Corey Minyard
4
-264
/
+417
2006-12-07
[PATCH] IPMI: fix pci warning
Corey Minyard
1
-1
/
+6
2006-12-07
[PATCH] IPMI: add pigeonpoint poweroff
Corey Minyard
1
-1
/
+51
2006-12-07
[PATCH] IPMI: system interface hotplug
Corey Minyard
1
-23
/
+297
2006-12-07
[PATCH] IPMI: add poll delay
Corey Minyard
1
-1
/
+6
2006-12-07
[PATCH] IPMI: fix request events
Corey Minyard
1
-10
/
+12
2006-12-07
[PATCH] IPMI: Add maintenance mode
Corey Minyard
3
-1
/
+150
2006-12-07
[PATCH] IPMI: Allow hot system interface remove
Corey Minyard
3
-131
/
+296
2006-12-07
[PATCH] IPMI: pass sysfs name from lower level driver
Corey Minyard
2
-6
/
+29
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
2
-2
/
+2
2006-11-13
[PATCH] IPMI: Fix more && typos
Corey Minyard
1
-2
/
+2
2006-11-09
[PATCH] ipmi_si_intf.c: fix "&& 0xff" typos
Alexey Dobriyan
1
-3
/
+3
2006-11-09
[PATCH] IPMI: retry messages on certain error returns
Corey Minyard
1
-1
/
+3
2006-11-09
[PATCH] IPMI: Clean up the waiting message queue properly on unload
Corey Minyard
1
-1
/
+11
2006-11-03
[PATCH] ipmi_si_intf.c sets bad class_mask with PCI_DEVICE_CLASS
Yvan Seth
1
-1
/
+1
2006-10-20
[PATCH] ipmi: fix return codes in failure case
Dave Jones
1
-2
/
+2
2006-10-11
[PATCH] ipmi: handle sysfs errors
Jeff Garzik
1
-29
/
+93
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2
-4
/
+4
2006-10-03
[PATCH] IPMI: allow user to override the kernel IPMI daemon enable
Corey Minyard
1
-2
/
+19
2006-10-03
[PATCH] ipmi: fix uninitialized data bug
Jeff Garzik
1
-0
/
+1
2006-10-01
[PATCH] ipmi: don't start kipmid if the IPMI driver can use interrupts
Corey Minyard
1
-1
/
+5
2006-10-01
[PATCH] IPMI: per-channel command registration
Corey Minyard
2
-21
/
+88
2006-09-16
[PATCH] IPMI: fix handling of OEM flags
Corey Minyard
1
-4
/
+4
2006-09-16
[PATCH] IPMI: Fix oops on ipmi_msghandler removal for non ipmi systems
Arnaud Patard
1
-0
/
+1
2006-09-01
[PATCH] IPMI: fix occasional oops on module unload
Corey Minyard
1
-0
/
+1
2006-07-04
[PATCH] make more file_operation structs static
Arjan van de Ven
2
-2
/
+2
2006-07-03
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
Thomas Gleixner
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
5
-5
/
+0
2006-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
Linus Torvalds
1
-8
/
+0
2006-06-29
[PATCH] IPMI: watchdog handle panic properly
Corey Minyard
1
-8
/
+10
2006-06-29
[PATCH] IPMI: remove high res timer code
Corey Minyard
1
-67
/
+0
2006-06-29
[PATCH] IPMI: tidy msghandler timer
Corey Minyard
1
-5
/
+2
2006-06-28
[PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root static
Adrian Bunk
1
-2
/
+1
2006-06-28
[PATCH] IPMI: use schedule in kthread
akpm@osdl.org
1
-1
/
+1
2006-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-3
/
+3
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
1
-2
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Greg Kroah-Hartman
1
-3
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Greg Kroah-Hartman
1
-2
/
+0
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
[next]