1. 19d875e misc: genwqe: should return proper error value. by zhong jiang · 6 years ago
  2. ef1a4a3 genwqe: Prevent an integer overflow in the ioctl by Dan Carpenter · 5 years ago
  3. 49edc83 genwqe: Fix size check by Christian Borntraeger · 5 years ago
  4. d699af3 signal/GenWQE: Fix sending of SIGKILL by Eric W. Biederman · 6 years ago
  5. a7a7aee GenWQE: Fix bad page access during abort of resource allocation by Gerald Schaefer · 8 years ago
  6. 13decfb misc/genwqe: ensure zero initialization by Sebastian Ott · 8 years ago
  7. 5ed22ce GenWQE: Change default access rights for device node by Frank Haverkamp · 8 years ago
  8. f03774b GenWQE: Use pci_(request|release)_mem_regions by Johannes Thumshirn · 8 years ago
  9. 6908b45 GenWQE: use kobj_to_dev() by Geliang Tang · 8 years ago
  10. 4d4896a misc: genwqe: fix a comment typo by Geliang Tang · 9 years ago
  11. 19f7767 misc/genwqe: get rid of atomic allocations by Sebastian Ott · 9 years ago
  12. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  13. 0ecb3df GenWQE: remove unnecessary version.h inclusion by Fabian Frederick · 9 years ago
  14. 6ae840e Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  15. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  16. cf35d6e misc: genwqe: check for error from get_user_pages_fast() by Ian Abbott · 10 years ago
  17. 1451f41 GenWQE: Support blocking when DDCB queue is busy by Frank Haverkamp · 10 years ago
  18. 08e4906 GenWQE: Fix problem when reading HSI and Retc by Eberhard S. Amann · 10 years ago
  19. d9c11d4 GenWQE: Fix checkpatch complaints by Frank Haverkamp · 10 years ago
  20. bc407dd GenWQE: Check return code of pci_sriov_enable by Frank Haverkamp · 10 years ago
  21. 2d880cc GenWQE: Do not modify return code of genwqe_set_interrupt_capability by Frank Haverkamp · 10 years ago
  22. 26d8f6f GenWQE: Update author information by Frank Haverkamp · 10 years ago
  23. 64df2ec GenWQE: Remove sysfs entry for driver version by Frank Haverkamp · 10 years ago
  24. 95a8825 GenWQE: Check pci_get_totalvfs return code by Frank Haverkamp · 10 years ago
  25. 32182cd misc: remove DEFINE_PCI_DEVICE_TABLE usage by Greg Kroah-Hartman · 10 years ago
  26. 5b35b20 GenWQE: Remove unnecessary include by Kleber Sacilotto de Souza · 10 years ago
  27. 7276883 misc/GenWQE: fix pci_enable_msi usage by Sebastian Ott · 10 years ago
  28. d584f69 GenWQE: Increase driver version number by Kleber Sacilotto de Souza · 10 years ago
  29. 93b772b GenWQE: Improve hardware error recovery by Kleber Sacilotto de Souza · 10 years ago
  30. fb14545 GenWQE: Add support for EEH error recovery by Kleber Sacilotto de Souza · 10 years ago
  31. c1f732a GenWQE: Add sysfs interface for bitstream reload by Kleber Sacilotto de Souza · 10 years ago
  32. 4046136 Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into next by Linus Torvalds · 10 years ago
  33. 4255532 Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into next by Linus Torvalds · 10 years ago
  34. 63fa80c misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl() by Christian Engelmayer · 10 years ago
  35. 32d9dbe misc: genwqe: Fix format string mismatch in card_debugfs.c by Masanari Iida · 10 years ago
  36. a30d010 GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block() by Alexander Gordeev · 10 years ago
  37. 73590a2 GenWQE: Increase driver version number by Frank Haverkamp · 10 years ago
  38. 718f762 GenWQE: Fix multithreading problems by Frank Haverkamp · 10 years ago
  39. ebb2c96 GenWQE: Ensure rc is not returning an uninitialized value by Colin Ian King · 10 years ago
  40. 68fe8ac GenWQE: Add wmb before DDCB is started by Frank Haverkamp · 10 years ago
  41. 5c5e058 GenWQE: Enable access to VPD flash area by Frank Haverkamp · 10 years ago
  42. ba4b60e Merge 3.14-rc3 into char-misc-next by Greg Kroah-Hartman · 10 years ago
  43. d913c74 misc: genwqe: Fix potential memory leak when pinning memory by Christian Engelmayer · 10 years ago
  44. e2527ec drivers/misc: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  45. 634608f misc: genwqe: fix return value check in genwqe_device_create() by Wei Yongjun · 10 years ago
  46. 3c1547e7 GenWQE: Fix warnings for sparc by Frank Haverkamp · 10 years ago
  47. 90b4e97 GenWQE: Fix compile problems for Alpha by Frank Haverkamp · 10 years ago
  48. d276b6c GenWQE: Rework return code for flash-update ioctl by Frank Haverkamp · 10 years ago
  49. a45a025 GenWQE: Accidently casting to u32 where u64 is required by Frank Haverkamp · 10 years ago
  50. 65861ab GenWQE: Replace dynamic_hex_dump with print_hex_dump_debug by Frank Haverkamp · 10 years ago
  51. 58d66ce GenWQE: Fix endian issues detected by sparse by Frank Haverkamp · 10 years ago
  52. 76f5adb GenWQE Enable driver by Frank Haverkamp · 10 years ago
  53. b2a6513 GenWQE Sysfs interfaces by Frank Haverkamp · 10 years ago
  54. c59330c GenWQE Debugfs interfaces by Frank Haverkamp · 10 years ago
  55. 67f4add GenWQE Utility functions by Frank Haverkamp · 10 years ago
  56. eaf4722 GenWQE Character device and DDCB queue by Frank Haverkamp · 10 years ago
  57. 12eb468 GenWQE PCI support, health monitoring and recovery by Frank Haverkamp · 10 years ago