summaryrefslogtreecommitdiff
path: root/drivers/char/misc.c
AgeCommit message (Expand)Author
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
2003-03-23[PATCH] devfs_mk_dir simplificationChristoph Hellwig
2003-02-12input: Remove include/linux/pc_keyb.h and old PS/2 codeJames Simmons
2002-11-07[PATCH] C99 designated initializers for drivers/charArt Haas
2002-09-16Removed selection.h header. It is not needed and in the future selections wil...James Simmons
2002-07-30Removed devfs_register_chrdev and devfs_unregister_chrdev.Greg Kroah-Hartman
2002-05-11misc.c:Richard Gooch
2002-02-04v2.5.1.5 -> v2.5.1.6Linus Torvalds
2002-02-04v2.4.13.7 -> v2.4.13.8Linus Torvalds
2002-02-04v2.4.9.4 -> v2.4.9.5Linus Torvalds
2002-02-04v2.4.4.5 -> v2.4.4.6Linus Torvalds
2002-02-04v2.4.3.3 -> v2.4.3.4Linus Torvalds
2002-02-04v2.4.2.7 -> v2.4.2.8Linus Torvalds
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds
2002-02-04v2.4.0.9 -> v2.4.0.10Linus Torvalds
2002-02-04Import changesetLinus Torvalds