aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_devintf.c
Commit message (Expand)AuthorAge
* ipmi: Convert printk(KERN_<level> to pr_<level>(Joe Perches2018-09-18
* ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard2018-04-18
* ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard2018-04-18
* ipmi_devintf: Small lock reworkCorey Minyard2018-04-18
* ipmi:devintf: Clean up some coding style issuesCorey Minyard2018-04-18
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-27
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* ipmi: get rid of field-by-field __get_user()Al Viro2017-06-26
* ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native oneAl Viro2017-06-26
* ipmi: make ipmi_usr_hndl constCorey Minyard2017-01-05
* ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck2016-12-12
* ipmi: Free ipmi_recv_msg messages from the linked list on closeNicholas Krause2015-02-19
* ipmi: info leak in compat_ipmi_ioctl()Dan Carpenter2013-09-05
* ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise2013-05-16
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* ipmi: fix __init and __exit attribute locationsCorey Minyard2010-10-27
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | ipmi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-15
|/
* drivers: Push down BKL into various driversArnd Bergmann2010-05-16
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-04
* saner FASYNC handling on file closeAl Viro2008-11-01
* ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_siScott James Remnant2008-10-30
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* ipmi: fasync BKL pushdownJonathan Corbet2008-07-02
* ipmi: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-12
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* [PATCH] IPMI: remove zero initsRandy Dunlap2006-12-10
* [PATCH] struct path: convert ipmiJosef Sipek2006-12-08
* [PATCH] IPMI: Add maintenance modeCorey Minyard2006-12-07
* [PATCH] IPMI: per-channel command registrationCorey Minyard2006-10-01
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-03
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] IPMI: convert from semaphores to mutexesCorey Minyard2006-03-31
* [PATCH] ipmi: add full sysfs supportCorey Minyard2006-03-26
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-28
* [PATCH] trivial __user annotations (ipmi)viro@ZenIV.linux.org.uk2005-09-09
* [PATCH] ipmi: clean up versioning of the IPMI driverCorey Minyard2005-09-07
* [PATCH] ipmi: add per-channel IPMB addressesCorey Minyard2005-09-07
* [PATCH] ipmi: add 32-bit ioctl translations for 64-bit platformsAndrew Morton2005-06-24
* [PATCH] fix up ipmi code after class_simple.c removalAndrew Morton2005-06-20
* [PATCH] ipmi build fixNeil Horman2005-05-25
* [PATCH] Add sysfs support for the IPMI device interfaceCorey Minyard2005-05-20