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