1. dd55972 Merge 5.9-rc3 into char-misc-next by Greg Kroah-Hartman · 4 years, 4 months ago
  2. c2fef5f lp: Avoid comma separated statements by Joe Perches · 4 years, 4 months ago
  3. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  4. 45a2d64 lp: fix sparc64 LPSETTIMEOUT ioctl by Arnd Bergmann · 5 years ago
  5. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  6. ca5dc2d char: lp: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  7. fdfaef2 char: lp: use new parport device model by Sudip Mukherjee · 6 years ago
  8. e379c1a char: lp: properly count the lp devices by Sudip Mukherjee · 6 years ago
  9. dc34da4 char: lp: use first unused lp number while registering by Sudip Mukherjee · 6 years ago
  10. d6318c0 char: lp: detach the device when parallel port is removed by Sudip Mukherjee · 6 years ago
  11. 0edf39d char: lp: introduce list to save port number by Sudip Mukherjee · 6 years ago
  12. 885b368 char: lp: fix spacing style before open parenthesis by Sudip Mukherjee · 6 years ago
  13. 2081f9c char: lp: fix whitespace with pointers by Sudip Mukherjee · 6 years ago
  14. 1b3451e char: lp: use tabs instead of spaces by Sudip Mukherjee · 6 years ago
  15. 3999202 char: lp: do not use return as a function by Sudip Mukherjee · 6 years ago
  16. 1c3de93 char: lp: move trailing statement to next line by Sudip Mukherjee · 6 years ago
  17. 69f9216 char: lp: remove trailing whitespace by Sudip Mukherjee · 6 years ago
  18. 9ff6576 char: lp: use true or false for boolean values by Gustavo A. R. Silva · 7 years ago
  19. 9a45048 lp: support 64-bit time_t user space by Arnd Bergmann · 7 years ago
  20. 3e21f4a char: lp: fix possible integer overflow in lp_setup() by Willy Tarreau · 8 years ago
  21. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  22. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  23. 1c2de82 char: Int overflow in lp_do_ioctl(). by Yongjian Xu · 11 years ago
  24. 221ba15 Char: lp, protect LPGETSTATUS with port_mutex by salina@us.ibm.com · 12 years ago
  25. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  26. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  27. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  28. 9dd4cca compat: Handle COMPAT_USE_64BIT_TIME in the lp driver by H. Peter Anvin · 13 years ago
  29. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  30. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  31. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  32. 613655f drivers: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
  33. 3695669 lp: move compat_ioctl handling into lp.c by Arnd Bergmann · 15 years ago
  34. 03457cd device create: char: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  35. 47aa579 device create: char: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  36. abedd29 lp: cdev lock_kernel() pushdown by Jonathan Corbet · 17 years ago
  37. 0a5dcb5 Parallel port: convert port_mutex to the mutex API by Matthias Kaehlcke · 17 years ago
  38. f4a1c2b lp_console: cleanups by Pavel Machek · 17 years ago
  39. 07c015e Convert from class_device to device in drivers/char by tonyj@suse.de · 17 years ago
  40. b259d74 ROUND_UP macro cleanup in drivers/char/lp.c by Milind Arun Choudhary · 18 years ago
  41. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  42. da67529 layered parport code uses parport->dev by David Brownell · 18 years ago
  43. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  44. a7113a9 [PATCH] struct path: convert char-drivers by Josef Sipek · 18 years ago
  45. d09d7dd [PATCH] There is no devfs, there has never been a devfs, we have always been at war with... by Alan Cox · 18 years ago
  46. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 19 years ago
  47. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  48. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 20 years ago
  49. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 20 years ago
  50. 7c69ef7 [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree by Greg Kroah-Hartman · 20 years ago
  51. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 20 years ago
  52. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  53. 9675770 [PATCH] drivers/char/lp.c : Use of the time_after() macro by Marcelo Feitoza Parisi · 19 years ago
  54. ca8eca6 [PATCH] class: convert drivers/char/* to use the new class api instead of class_simple by gregkh@suse.de · 20 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago