summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_devintf.c
AgeCommit message (Expand)AuthorLines
2023-06-20ipmi: make ipmi_class a static const structureIvan Orlov-12/+12
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2021-10-05ipmi:devintf: Return a proper error when recv buffer too smallCorey Minyard-3/+5
2020-10-27char: ipmi: remove unneeded breakTom Rix-1/+0
2019-04-17ipmi: Remove file from ipmi_file_privateCorey Minyard-3/+0
2019-02-09ipmi: Fix return value when a message is truncatedCorey Minyard-3/+3
2018-09-18ipmi: Convert printk(KERN_<level> to pr_<level>(Joe Perches-6/+5
2018-04-18ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard-0/+4
2018-04-18ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard-2/+2
2018-04-18ipmi_devintf: Small lock reworkCorey Minyard-55/+28
2018-04-18ipmi:devintf: Clean up some coding style issuesCorey Minyard-22/+18
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard-21/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-2/+2
2017-06-26ipmi: get rid of field-by-field __get_user()Al Viro-50/+37
2017-06-26ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native oneAl Viro-133/+115
2017-01-05ipmi: make ipmi_usr_hndl constCorey Minyard-1/+1
2016-12-12ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck-1/+0
2015-02-19ipmi: Free ipmi_recv_msg messages from the linked list on closeNicholas Krause-1/+5
2013-09-05ipmi: info leak in compat_ipmi_ioctl()Dan Carpenter-0/+1
2013-05-16ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise-1/+13
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2010-10-27ipmi: fix __init and __exit attribute locationsCorey Minyard-2/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-09-15ipmi: autoconvert trivial BKL users to private mutexArnd Bergmann-7/+7
2010-05-17drivers: Push down BKL into various driversArnd Bergmann-5/+21
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan-0/+1
2008-11-01saner FASYNC handling on file closeAl Viro-2/+0
2008-10-30ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_siScott James Remnant-0/+1
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman-1/+1
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman-1/+1
2008-07-02ipmi: fasync BKL pushdownJonathan Corbet-0/+2
2008-06-20ipmi: cdev lock_kernel() pushdownJonathan Corbet-2/+6
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de-3/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2006-12-10[PATCH] IPMI: remove zero initsRandy Dunlap-1/+1
2006-12-08[PATCH] struct path: convert ipmiJosef Sipek-2/+2
2006-12-07[PATCH] IPMI: Add maintenance modeCorey Minyard-0/+25
2006-10-01[PATCH] IPMI: per-channel command registrationCorey Minyard-2/+32
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman-3/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman-2/+0
2006-03-31[PATCH] IPMI: convert from semaphores to mutexesCorey Minyard-9/+9
2006-03-26[PATCH] ipmi: add full sysfs supportCorey Minyard-4/+44
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman-1/+1
2005-09-09[PATCH] trivial __user annotations (ipmi)viro@ZenIV.linux.org.uk-2/+3