summaryrefslogtreecommitdiff
path: root/drivers/char/misc.c
AgeCommit message (Expand)Author
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-09char: add WARN_ON() in misc_deregister()Akinobu Mita
2010-05-25drivers: misc: pass miscdevice pointer via file private dataSamu Onkalo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number all...Thadeu Lima de Souza Cascardo
2009-12-15drivers/char/misc.c: clear allocation bit in minor bitmap when device registe...Thadeu Lima de Souza Cascardo
2009-12-15misc: remove MAC pmu function declaration from misc device classThadeu Lima de Souza Cascardo
2009-10-14drivers: Remove BKL from misc_openThomas Gleixner
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-06-20misc: cdev lock_kernel() pushdownJonathan Corbet
2008-04-29drivers: use non-racy method for proc entries creationDenis V. Lunev
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki
2008-02-05Misc: Add possibility to remove misc devices during suspend/resumeRafael J. Wysocki
2007-07-16Make /proc/misc use seq_list_xxx helpersPavel Emelianov
2007-05-08use mutex instead of semaphore for misc char devicesMatthias Kaehlcke
2006-12-07[PATCH] Correct misc_register return code handling in several driversNeil Horman
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman
2005-09-07[PATCH] move m68k rtc drivers over to initcallsChristoph Hellwig
2005-06-27[PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt
2005-06-25[PATCH] I8K: initialization code cleanup; formattingDmitry Torokhov
2005-06-25[PATCH] Toshiba driver cleanupDmitry Torokhov
2005-06-20[PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de
2004-12-14[PATCH] add class_device to miscdeviceRobert Love
2004-06-20[PATCH] DS1286 cleanupsRalf Bächle
2004-06-20[PATCH] mips: remove old junkRalf Bächle
2004-03-10[PATCH] class_simple cleanup in miscChris Wright
2004-02-18[PATCH] propogate errors from misc_register to callerStephen Hemminger
2004-01-19[PATCH] MISC: add sysfs class support for misc devicesGreg Kroah-Hartman
2003-10-03[PATCH] fix drivers/char/misc.c module autoloading breakageMikael Pettersson
2003-09-21[PATCH] move some more initializations out of drivers/char/mem.cAndrew Morton
2003-09-16[PATCH] (2/2) drivers/char/misc -- seq_fileStephen Hemminger
2003-09-16[PATCH] drivers/char/misc -- use list() macrosStephen Hemminger
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds
2003-05-07[PATCH] switch most remaining drivers over to devfs_mk_bdevAndrew Morton
2003-04-29[PATCH] remove devfs hack from misc_registerChristoph Hellwig
2003-04-20[PATCH] devfs: miscdevChristoph Hellwig
2003-04-17[PATCH] devfs: minor miscdev changesChristoph Hellwig