1. f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
  2. 1037b278 char: misc: fix error path by Sudip Mukherjee · 9 years ago
  3. 344e62b char: misc: remove redundant ifdef by Sudip Mukherjee · 9 years ago
  4. b575f71 char: misc: restore MISC_DYNAMIC_MINOR on device_create() failure by Vladimir Zapolskiy · 9 years ago
  5. 898bc28 drivers: char: misc.c: remove trailing whitespace by Tal Shorer · 9 years ago
  6. 0b509d8 misc: pass miscdevice through file's private_data by Tom Van Braeckel · 9 years ago
  7. bd73599 misc: Add attribute groups by Takashi Iwai · 9 years ago
  8. 03190c6 char: misc: document behaviour of open() by Martin Kepplinger · 9 years ago
  9. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  10. e84f9e5 consolidate the reassignments of ->f_op in ->open() instances by Al Viro · 11 years ago
  11. 684116c Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upon an error by Elad Wexler · 11 years ago
  12. 3c94ce6 drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionally by Dae S. Kim · 11 years ago
  13. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  14. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  15. b329bec char: add WARN_ON() in misc_deregister() by Akinobu Mita · 14 years ago
  16. fa1f68d drivers: misc: pass miscdevice pointer via file private data by Samu Onkalo · 14 years ago
  17. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  18. 1f2f38d drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number allocation by Thadeu Lima de Souza Cascardo · 15 years ago
  19. 4ae717d drivers/char/misc.c: clear allocation bit in minor bitmap when device register fails by Thadeu Lima de Souza Cascardo · 15 years ago
  20. 2643434 misc: remove MAC pmu function declaration from misc device class by Thadeu Lima de Souza Cascardo · 15 years ago
  21. 40b798e drivers: Remove BKL from misc_open by Thomas Gleixner · 15 years ago
  22. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  23. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  24. d405640 Driver Core: misc: add nodename support for misc devices. by Kay Sievers · 15 years ago
  25. 03457cd device create: char: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  26. 47aa579 device create: char: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  27. 309c455 misc: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  28. 1b50221 drivers: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  29. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  30. 533354d Misc: Add possibility to remove misc devices during suspend/resume by Rafael J. Wysocki · 16 years ago
  31. 46c65b7 Make /proc/misc use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  32. 0e82d5b use mutex instead of semaphore for misc char devices by Matthias Kaehlcke · 17 years ago
  33. 5d469ec [PATCH] Correct misc_register return code handling in several drivers by Neil Horman · 18 years ago
  34. 94fbcde Driver core: change misc class_devices to be real devices by Greg Kroah-Hartman · 18 years ago
  35. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  36. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  37. 96192ff [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  38. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  39. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  40. 7c69ef7 [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  41. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  42. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  43. 573fc11 [PATCH] move m68k rtc drivers over to initcalls by Christoph Hellwig · 19 years ago
  44. 8c87093 [PATCH] ppc32: Remove CONFIG_PMAC_PBOOK by Benjamin Herrenschmidt · 19 years ago
  45. 8378b924 [PATCH] I8K: initialization code cleanup; formatting by Dmitry Torokhov · 19 years ago
  46. 3f5f7e2 [PATCH] Toshiba driver cleanup by Dmitry Torokhov · 19 years ago
  47. ca8eca6 [PATCH] class: convert drivers/char/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  48. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago