1. bb5f531 uio: Fix an Oops on load by Dan Carpenter · 6 years ago
  2. e2274c76 uio: ensure class is registered before devices by Alexandre Belloni · 6 years ago
  3. 2b6c745 uio: potential double frees if __uio_register_device() fails by Dan Carpenter · 6 years ago
  4. 4cc339e uio: fix incorrect memory leak cleanup by Suman Anna · 7 years ago
  5. 0320a27 uio: add missing error codes by Dan Carpenter · 8 years ago
  6. edce5e6 uio: fix false positive __might_sleep warning splat by Michal Hocko · 9 years ago
  7. e2ef939 uio: Destroy uio_idr on module exit by Johannes Thumshirn · 9 years ago
  8. 9ff2c13 uio: don't free irq that was not requested by Stephen Hemminger · 9 years ago
  9. a087146 uio: Request/free irq separate from dev lifecycle by Brian Russell · 9 years ago
  10. e0f1147 uio: support memory sizes larger than 32 bits by Cristian Stoica · 10 years ago
  11. f14bb03 uio: Export definition of struct uio_device by Andy Grover · 10 years ago
  12. b29f680 Revert "uio: fix vma io range check in mmap" by Greg Kroah-Hartman · 10 years ago
  13. ddb0975 uio: fix vma io range check in mmap by Bin Wang · 10 years ago
  14. 632fefa uio: fix devm_request_irq usage by Aaro Koskinen · 10 years ago
  15. b655028 uio: we cannot mmap unaligned page contents by Linus Torvalds · 11 years ago
  16. 1071ec7 Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  17. e6418fc uio: Pass pointers to virt_to_page(), not integers by Ben Hutchings · 11 years ago
  18. 75f0aef uio: fix memory leak by Cong Ding · 11 years ago
  19. 7314e61 Fix a few incorrectly checked [io_]remap_pfn_range() calls by Linus Torvalds · 11 years ago
  20. e6789cd uio: Simplify uio error path by using devres functions by Michal Simek · 11 years ago
  21. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  22. b65c401 uio: drop unused vma_count member in uio_device struct by Uwe Kleine-König · 11 years ago
  23. 7294151 uio: provide vm access to UIO_MEM_PHYS maps by Uwe Kleine-König · 11 years ago
  24. c9dce92 UIO: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  25. 52c2dad uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  26. 5ed0505 drivers: uio: Fix UIO device registration failure by Damian Hobson-Garcia · 11 years ago
  27. 6d77093 uio: convert to idr_alloc() by Tejun Heo · 11 years ago
  28. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  29. 27a9070 uio: Support physical addresses >32 bits on 32-bit systems by Kai Jiang · 13 years ago
  30. d80df1c drivers:uio:change the goto label to consistent with others by Wanlong Gao · 13 years ago
  31. c6edc42 uio: fix allocating minor id for uio device by Hillf Danton · 13 years ago
  32. f0c554f uio: fix finding mm index for vma by Hillf Danton · 13 years ago
  33. 318af55 uio: Change mail address of Hans J. Koch by Hans J. Koch · 14 years ago
  34. b9da057 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  35. c66fdab uio: Statically allocate uio_class and use class .dev_attrs. by Eric W. Biederman · 14 years ago
  36. 91960a4 uio: Support 2^MINOR_BITS minors by Eric W. Biederman · 14 years ago
  37. 6427a76 uio: Cleanup irq handling. by Eric W. Biederman · 14 years ago
  38. 70a9156 uio: Don't clear driver data by Eric W. Biederman · 14 years ago
  39. 3d4f9d7 uio: Fix lack of locking in init_uio_class by Eric W. Biederman · 14 years ago
  40. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  41. 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
  42. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  43. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  44. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  45. 6da2d37 UIO: Take offset into account when determining number of pages that can be mapped by Ian Abbott · 15 years ago
  46. 8205779 UIO: Add name attributes for mappings and port regions by Hans J. Koch · 15 years ago
  47. e70c412 UIO: Pass information about ioports to userspace (V2) by Hans J. Koch · 16 years ago
  48. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  49. 2bea2e4 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  50. 0d4a7bc UIO: BKL removal by Jonathan Corbet · 16 years ago
  51. 02683ff UIO: Fix mapping of logical and virtual memory by Andrew G. Harvey · 16 years ago
  52. e2b39df UIO: Add alignment warnings for uio-mem by Hans J. Koch · 16 years ago
  53. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  54. 328a14e UIO: Add write function to allow irq masking by Hans J. Koch · 16 years ago
  55. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  56. fbc8a81 UIO: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  57. 43691da UIO: fix race in device_create by Greg Kroah-Hartman · 16 years ago
  58. 610ad50 UIO: hold a reference to the device's owner while the device is open by Uwe Kleine-König · 16 years ago
  59. c9698d6b UIO: add pgprot_noncached() to UIO mmap code by Jean-Samuel Chenard · 16 years ago
  60. 4f808bc UIO: fix Greg's stupid changes by Brandon Philips · 16 years ago
  61. a18b630 uio: nopage by Nick Piggin · 16 years ago
  62. 4f01469 UIO: constify function pointer tables by Jan Engelhardt · 16 years ago
  63. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 16 years ago
  64. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 16 years ago
  65. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 16 years ago
  66. 81e7c6a UIO: fix kobject usage by Greg Kroah-Hartman · 17 years ago
  67. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  68. beafc54 UIO: Add the User IO core code by Hans J. Koch · 18 years ago