1. a7c7eb0 staging: sep: add missing destroy_workqueue() in sep_crypto.c by Wei Yongjun · 11 years ago
  2. 885a947 staging: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  3. 41e043f staging: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  4. d5f9f1e staging: sep: do not use comparisons on bool tests by Valentina Manea · 11 years ago
  5. a5b7151 staging: sep: add missing misc_deregister() on error in sep_register_driver_with_fs() by Wei Yongjun · 11 years ago
  6. 1b7e763 Staging: sep: Fix Smatch Warning in sep_crypto.c by Rashika Kheria · 11 years ago
  7. 5f1a136 sep: Convert sep_lock_user_pages() to get_user_pages_fast() by Jan Kara · 11 years ago
  8. ab2273c staging: sep: fix driver build and kconfig by Randy Dunlap · 11 years ago
  9. 1cedfa3 staging: sep: Fix typo in printk within sep driver by Masanari Iida · 11 years ago
  10. 13b47d5 staging: sep: fix possible memory leak in sep_prepare_input_dma_table() by Wei Yongjun · 11 years ago
  11. 6d8a94e staging: sep: using strlcpy instead of strncpy by Chen Gang · 11 years ago
  12. eb1bd49 staging/sep: Check pointers before dereferencing (fix smatch warning) by Peter Huewe · 11 years ago
  13. c37aeab staging/sep: Fix smatch false positive about potential NULL dereference in sep_main.c by Peter Huewe · 11 years ago
  14. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 11 years ago
  15. c095454 staging: sep: remove assignment to i and j in sep_crypto_setup by Devendra Naga · 11 years ago
  16. df1f35e staging: sep: remove use of __devinit by Bill Pemberton · 12 years ago
  17. b58d602 staging: sep: return -EFAULT on copy_from_user failure by Devendra Naga · 12 years ago
  18. 375d888 Staging: sep: Correct misspelled "remap_page_range" -> "remap_pfn_range" by Robert P. J. Day · 12 years ago
  19. 194ccca staging: sep_crypto.c: remove duplicated include by Duan Jiong · 12 years ago
  20. 33792df staging: sep_main.c: remove duplicated include by Duan Jiong · 12 years ago
  21. 8e4763f staging/sep: use module_pci_driver macro by Devendra Naga · 12 years ago
  22. 0e7e10f staging: sep: sep_crypto.c: Remove useless functions sep_dump and sep_dump_sg by Marcos Paulo de Souza · 12 years ago
  23. 68cacda staging: sep: sep_crypto.c: Remove useless function crypto_sep_dump_message by Marcos Paulo de Souza · 12 years ago
  24. e349951 staging "sep" Fix typos found while reading. by Justin P. Mattock · 12 years ago
  25. 2e0bec9 Staging: sep: fix coding style issues by Adnan Ali · 12 years ago
  26. d210267 Merge 3.4-rc5 into staging-next by Greg Kroah-Hartman · 12 years ago
  27. bb75f7d staging, sep: Fix typo in sep by Masanari Iida · 12 years ago
  28. fcff311 staging: sep: Fix sign of error by Alan Cox · 12 years ago
  29. ebb3bf5 staging: Fix SEP build by Alan Cox · 12 years ago
  30. 9196dc1 staging: sep: reworked crypto layer by Mark A. Allyn · 12 years ago
  31. ab8ef35 staging: sep: NULL out pointers, mark debug code DEBUG to fix warnings by Mark A. Allyn · 12 years ago
  32. ecd0cb0 staging: sep: update initialisation by Mark A. Allyn · 12 years ago
  33. 6ab80c2 staging: sep: Add interfaces for the new functions by Mark A. Allyn · 12 years ago
  34. aca58ec staging: sep: Basic infrastructure for SEP DMA access to non CPU regions by Mark A. Allyn · 12 years ago
  35. ffcf128 staging: sep: Add new PCI identifier by Mark A. Allyn · 12 years ago
  36. 5f356a6 staging: sep: Fix warnings caused by sizeof() types by Alan Cox · 12 years ago
  37. ff3d9c3 staging: sep: SEP update by Mark Allyn · 13 years ago
  38. 12e5550 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  39. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  40. 9638b67 Staging: sep: potential buffer overflow in ioctl by Dan Carpenter · 13 years ago
  41. f19885f staging: sep: call to sep_ioctl() may leave driver in unusable state by Alexey Khoroshilov · 13 years ago
  42. 1380516 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  43. 09861bc staging: sep: fix function name in kernel-doc by Jonathan Neuschäfer · 13 years ago
  44. 1fddb42 staging: sep: clean up some checkpatch.pl issues by Tim Retout · 13 years ago
  45. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago
  46. c09c9ae staging: sep: resolve issue with false zero length of page by Mark Allyn · 13 years ago
  47. df9b29d Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  48. 00838d4 staging: sep: remove last memrar remnants by Alan Cox · 13 years ago
  49. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  50. 1254a45 staging: sep: remove unused ioctls by Mark Allyn · 13 years ago
  51. 836aded staging: sep: Further tidying by Alan Cox · 13 years ago
  52. e508edb staging: sep: update driver to SEP version 3.4.5 by Mark Allyn · 13 years ago
  53. dfcfc16 staging: sep: Remove un-needed debug prints by Mark Allyn · 13 years ago
  54. 91caec3 staging: sep: Add comment to TODO to clean up un-needed debug prints by Mark Allyn · 13 years ago
  55. bc657f6 staging: sep: fix comments in sep_get_static_pool_addr_handler by Mark Allyn · 14 years ago
  56. fd59998 Staging: sep: eliminate kernel crash due to null parameter in dma_alloc_coherent by Mark Allyn · 14 years ago
  57. 653bf0c Staging: sep: ensure that caller id buffer is little endian by Mark Allyn · 14 years ago
  58. c100fa4 Staging: sep: reduce 64 and 32 bit compile warnings by Mark Allyn · 14 years ago
  59. be38efe Staging: sep: limit time to wait for reconfig shared area complete by Mark Allyn · 14 years ago
  60. 8f9346a Staging: sep: remove completed items in TODO by Mark Allyn · 14 years ago
  61. 0dd12c4 Staging: sep: remove code for Moorestown device by Mark Allyn · 14 years ago
  62. 08740c9 Staging: sep: initialize driver copy of send and receive count with device by Mark Allyn · 14 years ago
  63. 843f65c Staging: sep: clean up error checking in probe function by Mark Allyn · 14 years ago
  64. b0daf59 Staging: sep: sram_addr is 32 bit; this is not a kernel address, but device internal value by Mark Allyn · 14 years ago
  65. e957b06 Staging: sep: remove spaces at end of lines by Mark Allyn · 14 years ago
  66. f156627 Staging: sep: remove virtual address being passed to user space application by Mark Allyn · 14 years ago
  67. d1f521c staging/sep: Fix printk format warning by Peter Huewe · 14 years ago
  68. dda16b2 staging/sep: Fix sparse warning 'Using plain integer as NULL pointer' by Peter Huewe · 14 years ago
  69. eb6b420 staging/sep: Fix sparse warning 'do-while statement is not a compound statement' by Peter Huewe · 14 years ago
  70. 3b93ff0 Staging: sep: do not select the driver by default by Greg Kroah-Hartman · 14 years ago
  71. da3f825 Staging: sep: Fix crash if a device is not found by Alan Cox · 14 years ago
  72. 6f89be9 Staging: sep: clean up a couple of spots missed in pass one by Alan Cox · 14 years ago
  73. 2bb3af5 Staging: sep: cant is an angular inclination by Alan Cox · 14 years ago
  74. 6eb44c5 Staging: sep: Make SEP consistent by Alan Cox · 14 years ago
  75. 7c9eb69 Staging: sep: Use kzalloc when needed by Alan Cox · 14 years ago
  76. da14e55 Staging: sep: clean up some of the obvious sillies by Alan Cox · 14 years ago
  77. d1bb832 Staging: sep: Fix the kernel-doc in SEP by Alan Cox · 14 years ago
  78. 4c8e2a1 Staging: sep: clean up caller_id function by Alan Cox · 14 years ago
  79. 8d80e4e Staging: sep: netlink - what netlink by Alan Cox · 14 years ago
  80. 266aa856 Staging: sep: handle the memrar stuff in the headers by Alan Cox · 14 years ago
  81. 62a8c3a Staging: sep: handle the rar definition stuff in the header by Alan Cox · 14 years ago
  82. de92e3a Staging: sep: minimal fix for wrong include by Alan Cox · 14 years ago
  83. 4856ab3 Staging: sep: Introduce sep driver by Mark Allyn · 14 years ago
  84. d49824c Staging: sep: remove driver by Greg Kroah-Hartman · 14 years ago
  85. f69b0d6 Staging: fix typos concerning "address" by Uwe Kleine-König · 14 years ago
  86. 640f7dc Staging: sep: return -EFAULT on copy_to_user errors by Dan Carpenter · 14 years ago
  87. 09a3c4a Staging: sep: remove duplicated #include by Huang Weiyi · 14 years ago
  88. 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
  89. c7e10c9 Staging: Fix continuation line formats by Joe Perches · 14 years ago
  90. bc56894 Staging: Fix continuation line formats by Joe Perches · 14 years ago
  91. e4c3a24 Staging: sep: declare MODULE_FIRMWARE by Ben Hutchings · 14 years ago
  92. 4401e82 Staging: sep: include driver name in firmware filenames by Ben Hutchings · 14 years ago
  93. 13ac58d staging: make PCI device id constant by Németh Márton · 14 years ago
  94. 74e1cd4 Staging: sep: Fix use of legacy ioctl fop by Alan Cox · 14 years ago
  95. db37600 Staging: sep: Fix build problems from header changes by Alan Cox · 14 years ago
  96. bbc9a99 Staging: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  97. 727acb4 Staging: sep: fix 2 warnings by Randy Dunlap · 15 years ago
  98. 4439c93 staging: Complete sched.h removal from interrupt.h by Jeff Mahoney · 15 years ago
  99. 817bb33 Staging: sep: SEP driver build breaks with CONFIG_PCI=n by Kamalesh Babulal · 15 years ago
  100. 663d8bb Staging: sep: use ioremap helpers by Alan Cox · 15 years ago