summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_devintf.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2008-11-01saner FASYNC handling on file closeAl Viro1-2/+0
2008-10-30ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_siScott James Remnant1-0/+1
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman1-1/+1
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+1
2008-07-02ipmi: fasync BKL pushdownJonathan Corbet1-0/+2
2008-06-20ipmi: cdev lock_kernel() pushdownJonathan Corbet1-2/+6
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de1-3/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-10[PATCH] IPMI: remove zero initsRandy Dunlap1-1/+1
2006-12-08[PATCH] struct path: convert ipmiJosef Sipek1-2/+2
2006-12-07[PATCH] IPMI: Add maintenance modeCorey Minyard1-0/+25
2006-10-01[PATCH] IPMI: per-channel command registrationCorey Minyard1-2/+32
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-3/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-03-31[PATCH] IPMI: convert from semaphores to mutexesCorey Minyard1-9/+9
2006-03-26[PATCH] ipmi: add full sysfs supportCorey Minyard1-4/+44
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-09-09[PATCH] trivial __user annotations (ipmi)viro@ZenIV.linux.org.uk1-2/+3
2005-09-07[PATCH] ipmi: clean up versioning of the IPMI driverCorey Minyard1-4/+3
2005-09-07[PATCH] ipmi: add per-channel IPMB addressesCorey Minyard1-10/+84
2005-06-24[PATCH] ipmi: add 32-bit ioctl translations for 64-bit platformsAndrew Morton1-0/+196
2005-06-20[PATCH] fix up ipmi code after class_simple.c removalAndrew Morton1-7/+7
2005-05-25[PATCH] ipmi build fixNeil Horman1-2/+2
2005-05-20[PATCH] Add sysfs support for the IPMI device interfaceCorey Minyard1-2/+18
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+582