aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/miscdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-27sbus: char: Move D7S_MINOR to include/linux/miscdevice.hCorentin Labbe1-0/+1
2017-05-18vhost/vsock: use static minor numberStefan Hajnoczi1-0/+1
2017-02-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2017-01-10apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.hCorentin Labbe1-0/+1
2016-12-27hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE1-0/+1
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2016-12-17irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hLABBE Corentin1-0/+1
2016-10-28miscdevice: introduce builtin_misc_devicePaul Gortmaker1-0/+7
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan1-0/+8
2015-10-27Input: add userio moduleStephen Chandler Paul1-0/+1
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-1/+1
2015-03-25misc: Add attribute groupsTakashi Iwai1-0/+2
2014-05-27miscdevice.h: Simple syntax fix to make pointers consistent.Robert P. J. Day1-1/+1
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-02-18misc: add comment on unused minorsLucas De Marchi1-8/+8
2014-02-18Bluetooth: allocate static minor for vhciLucas De Marchi1-0/+1
2013-12-19misc: Reserve minor for VFIOAlex Williamson1-0/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+1
2013-10-01cuse: add fix minor number to /dev/cuseTom Gundersen1-0/+1
2013-09-26HID: uhid: allocate static minorDavid Herrmann1-0/+1
2012-12-01[SCSI] miscdevice: Adding support for MPT3SAS_MINOR(222)Sreekanth Reddy1-0/+1
2012-07-19xen/mce: Add mcelog support for Xen platformLiu, Jinsong1-0/+1
2012-01-13vhost-net: add module alias (v2.1)stephen hemminger1-0/+1
2012-01-03switch miscdevice to umode_tAl Viro1-1/+1
2011-10-31miscdevice.h: fix up implicit use of lists and typesPaul Gortmaker1-0/+2
2011-10-31miscdevice.h: delete unnecessary inclusion of module.hPaul Gortmaker1-1/+0
2011-07-31loop: add management interface for on-demand device allocationKay Sievers1-0/+1
2010-08-21Input: uinput - add devname alias to allow module on-demand loadKay Sievers1-0/+1
2010-08-12dm: allow autoloading of dm modPeter Rajnoha1-0/+1
2010-06-09misc: Fix allocation 'borrowed' by vhost_netAlan Cox1-1/+6
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers1-0/+2
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin1-0/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-1/+2
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers1-0/+1
2009-03-13[SCSI] mpt2sas: add MPT2SAS_MINOR(221) to miscdevice.hEric Moore1-0/+1
2008-11-26fuse: move FUSE_MINOR to miscdevice.hTejun Heo1-21/+21
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki1-9/+1
2008-02-05Misc: Add possibility to remove misc devices during suspend/resumeRafael J. Wysocki1-1/+9
2007-05-03KVM: Use own minor numberAvi Kivity1-0/+1
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman1-3/+2
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+52