aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_devintf.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Push down BKL into various driversArnd Bergmann2010-05-171-5/+21
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* saner FASYNC handling on file closeAl Viro2008-11-011-2/+0
* ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_siScott James Remnant2008-10-301-0/+1
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-1/+1
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+1
* ipmi: fasync BKL pushdownJonathan Corbet2008-07-021-0/+2
* ipmi: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-2/+6
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-121-3/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] IPMI: remove zero initsRandy Dunlap2006-12-101-1/+1
* [PATCH] struct path: convert ipmiJosef Sipek2006-12-081-2/+2
* [PATCH] IPMI: Add maintenance modeCorey Minyard2006-12-071-0/+25
* [PATCH] IPMI: per-channel command registrationCorey Minyard2006-10-011-2/+32
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-3/+0
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
* [PATCH] IPMI: convert from semaphores to mutexesCorey Minyard2006-03-311-9/+9
* [PATCH] ipmi: add full sysfs supportCorey Minyard2006-03-261-4/+44
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* [PATCH] trivial __user annotations (ipmi)viro@ZenIV.linux.org.uk2005-09-091-2/+3
* [PATCH] ipmi: clean up versioning of the IPMI driverCorey Minyard2005-09-071-4/+3
* [PATCH] ipmi: add per-channel IPMB addressesCorey Minyard2005-09-071-10/+84
* [PATCH] ipmi: add 32-bit ioctl translations for 64-bit platformsAndrew Morton2005-06-241-0/+196
* [PATCH] fix up ipmi code after class_simple.c removalAndrew Morton2005-06-201-7/+7
* [PATCH] ipmi build fixNeil Horman2005-05-251-2/+2
* [PATCH] Add sysfs support for the IPMI device interfaceCorey Minyard2005-05-201-2/+18
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+582