1. 78856f2 ppdev: Distribute switch variables for initialization by Kees Cook · 4 years, 11 months ago
  2. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  3. 9981740 ppdev: fix PPGETTIME/PPSETTIME ioctls by Arnd Bergmann · 5 years ago
  4. 407e9ef compat_ioctl: move drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  5. 7bdd969 char: ppdev: Fix a possible null-pointer dereference in pp_release() by Jia-Ju Bai · 5 years ago
  6. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  7. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  8. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  9. ba8848d ppdev: remove unused ROUND_UP macro by Guoqing Jiang · 7 years ago
  10. 9a69645 ppdev: fix registering same device name by Sudip Mukherjee · 8 years ago
  11. 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
  12. 0fa2c8e ppdev: don't print a free'd string by Colin Ian King · 8 years ago
  13. dd5c472 ppdev: check before attaching port by Sudip Mukherjee · 8 years ago
  14. 826a4c6 ppdev: use pr_* macros by Sudip Mukherjee · 8 years ago
  15. 2bd362d ppdev: fix memory leak by Sudip Mukherjee · 8 years ago
  16. b13d143 ppdev: fix double-free of pp->pdev->name by Jann Horn · 8 years ago
  17. 8b7d3a9 ppdev: use new parport device model by Sudip Mukherjee · 9 years ago
  18. 1701f68 Revert "ppdev: use new parport device model" by Linus Torvalds · 9 years ago
  19. 396ec3de ppdev: use dev_* macros by Sudip Mukherjee · 9 years ago
  20. e7223f1 ppdev: use new parport device model by Sudip Mukherjee · 9 years ago
  21. 3c8db58 ppdev: remove space before tab by Sudip Mukherjee · 9 years ago
  22. a7c71c0 ppdev: fix parenthesis alignment by Sudip Mukherjee · 9 years ago
  23. 83e8060 ppdev: remove braces by Sudip Mukherjee · 9 years ago
  24. 27f3b8a ppdev: add missing blank line by Sudip Mukherjee · 9 years ago
  25. d85c1a2 ppdev: remove whitespace around pointers by Sudip Mukherjee · 9 years ago
  26. 783ea44 ppdev: space prohibited between function name and parenthesis by Sudip Mukherjee · 9 years ago
  27. 17a3596 ppdev: add support for compat ioctl by Bamvor Jian Zhang · 9 years ago
  28. 3b9ab37 ppdev: convert to y2038 safe by Bamvor Jian Zhang · 9 years ago
  29. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  30. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  31. 5d0c3d4 parport: dead code in pp_write by Alan Cox · 12 years ago
  32. 9a32bb3 ppdev: ppdev_init: do not return zero in case of failure by Alexey Khoroshilov · 12 years ago
  33. d98808a drivers/char/ppdev.c: put gotten port value by Julia Lawall · 14 years ago
  34. b9b1134 drivers/char/ppdev.c: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  35. 613655f drivers: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
  36. 8757543 drivers/char/ppdev.c: use kasprintf by Julia Lawall · 15 years ago
  37. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  38. 81fc401 ppdev: reduce kernel log spam by Michael Buesch · 16 years ago
  39. 03457cd device create: char: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  40. 6d535d3 ppdev: wrap ioctl handler in driver and push lock down by Alan Cox · 16 years ago
  41. 47aa579 device create: char: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  42. f2b9857 Add a bunch of cycle_kernel_lock() calls by Jonathan Corbet · 17 years ago
  43. d21c95c Add "no BKL needed" comments to several drivers by Jonathan Corbet · 17 years ago
  44. 5712cb3 [PARPORT] Remove unused 'irq' argument from parport irq functions by Jeff Garzik · 17 years ago
  45. 3f1a437 Clean up duplicate includes in drivers/char/ by Jesper Juhl · 17 years ago
  46. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  47. da67529 layered parport code uses parport->dev by David Brownell · 18 years ago
  48. a7113a9 [PATCH] struct path: convert char-drivers by Josef Sipek · 18 years ago
  49. 04880ed Driver core: convert ppdev code to use struct device by Greg Kroah-Hartman · 18 years ago
  50. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  51. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 19 years ago
  52. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 20 years ago
  53. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 20 years ago
  54. 7c69ef7 [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree by Greg Kroah-Hartman · 20 years ago
  55. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 20 years ago
  56. e6a6784 [PATCH] parport: move PP_MAJOR from ppdev.h to major.h by Rene Herman · 19 years ago
  57. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  58. ca8eca6 [PATCH] class: convert drivers/char/* to use the new class api instead of class_simple by gregkh@suse.de · 20 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago