summaryrefslogtreecommitdiff
path: root/drivers/char/misc.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* drivers: char: misc: Replace printk with pr_err.Varsha Rao2017-04-08
* drivers: char: misc: Add blank line after declaration.Varsha Rao2017-04-08
* drivers: char: misc: Add space after ','.Varsha Rao2017-04-08
* drivers: char: misc: Replace "foo * bar" with "foo *bar".Varsha Rao2017-04-08
* char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-05
* char: misc: fix error pathSudip Mukherjee2015-07-27
* char: misc: remove redundant ifdefSudip Mukherjee2015-07-27
* char: misc: restore MISC_DYNAMIC_MINOR on device_create() failureVladimir Zapolskiy2015-06-01
* drivers: char: misc.c: remove trailing whitespaceTal Shorer2015-05-24
* misc: pass miscdevice through file's private_dataTom Van Braeckel2015-04-03
* misc: Add attribute groupsTakashi Iwai2015-03-25
* char: misc: document behaviour of open()Martin Kepplinger2015-03-25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-13
|\
| * consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-24
* | Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upo...Elad Wexler2013-09-26
|/
* drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionallyDae S. Kim2013-02-27
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-03
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* char: add WARN_ON() in misc_deregister()Akinobu Mita2010-08-09
* drivers: misc: pass miscdevice pointer via file private dataSamu Onkalo2010-05-25
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number all...Thadeu Lima de Souza Cascardo2009-12-15
* drivers/char/misc.c: clear allocation bit in minor bitmap when device registe...Thadeu Lima de Souza Cascardo2009-12-15
* misc: remove MAC pmu function declaration from misc device classThadeu Lima de Souza Cascardo2009-12-15
* drivers: Remove BKL from misc_openThomas Gleixner2009-10-14
* seq_file: constify seq_operationsJames Morris2009-09-23
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-19
* Driver Core: misc: add nodename support for misc devices.Kay Sievers2009-06-15
* 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-21
* misc: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
* drivers: use non-racy method for proc entries creationDenis V. Lunev2008-04-29
* PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-19
* Misc: Add possibility to remove misc devices during suspend/resumeRafael J. Wysocki2008-02-05
* Make /proc/misc use seq_list_xxx helpersPavel Emelianov2007-07-16
* use mutex instead of semaphore for misc char devicesMatthias Kaehlcke2007-05-08
* [PATCH] Correct misc_register return code handling in several driversNeil Horman2006-12-07
* Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman2006-12-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 miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-26
* [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] mark f_ops const in the inodeArjan van de Ven2006-03-28
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-28
* [PATCH] move m68k rtc drivers over to initcallsChristoph Hellwig2005-09-07
* [PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt2005-06-27
* [PATCH] I8K: initialization code cleanup; formattingDmitry Torokhov2005-06-25