summaryrefslogtreecommitdiffstats
path: root/drivers/misc/genwqe
AgeCommit message (Expand)AuthorLines
2015-01-12GenWQE: remove unnecessary version.h inclusionFabian Frederick-2/+0
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2014-11-19assorted conversions to %p[dD]Al Viro-1/+1
2014-11-07misc: genwqe: check for error from get_user_pages_fast()Ian Abbott-0/+2
2014-09-23GenWQE: Support blocking when DDCB queue is busyFrank Haverkamp-22/+57
2014-09-23GenWQE: Fix problem when reading HSI and RetcEberhard S. Amann-1/+2
2014-09-23GenWQE: Fix checkpatch complaintsFrank Haverkamp-27/+25
2014-09-23GenWQE: Check return code of pci_sriov_enableFrank Haverkamp-1/+4
2014-09-23GenWQE: Do not modify return code of genwqe_set_interrupt_capabilityFrank Haverkamp-3/+1
2014-09-23GenWQE: Update author informationFrank Haverkamp-10/+10
2014-09-23GenWQE: Remove sysfs entry for driver versionFrank Haverkamp-13/+4
2014-09-23GenWQE: Check pci_get_totalvfs return codeFrank Haverkamp-2/+9
2014-07-18misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman-1/+1
2014-07-10GenWQE: Remove unnecessary includeKleber Sacilotto de Souza-1/+0
2014-07-09misc/GenWQE: fix pci_enable_msi usageSebastian Ott-7/+7
2014-07-09GenWQE: Increase driver version numberKleber Sacilotto de Souza-1/+1
2014-07-09GenWQE: Improve hardware error recoveryKleber Sacilotto de Souza-0/+45
2014-07-09GenWQE: Add support for EEH error recoveryKleber Sacilotto de Souza-18/+115
2014-07-09GenWQE: Add sysfs interface for bitstream reloadKleber Sacilotto de Souza-0/+115
2014-06-03Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2014-05-27misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl()Christian Engelmayer-1/+1
2014-05-03misc: genwqe: Fix format string mismatch in card_debugfs.cMasanari Iida-2/+2
2014-04-25GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()Alexander Gordeev-1/+1
2014-04-16GenWQE: Increase driver version numberFrank Haverkamp-1/+1
2014-04-16GenWQE: Fix multithreading problemsFrank Haverkamp-86/+180
2014-04-16GenWQE: Ensure rc is not returning an uninitialized valueColin Ian King-1/+1
2014-04-16GenWQE: Add wmb before DDCB is startedFrank Haverkamp-0/+4
2014-04-16GenWQE: Enable access to VPD flash areaFrank Haverkamp-1/+5
2014-02-18Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman-0/+1
2014-02-07misc: genwqe: Fix potential memory leak when pinning memoryChristian Engelmayer-0/+1
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-08misc: genwqe: fix return value check in genwqe_device_create()Wei Yongjun-2/+2
2014-01-08GenWQE: Fix warnings for sparcFrank Haverkamp-9/+14
2014-01-08GenWQE: Fix compile problems for AlphaFrank Haverkamp-0/+2
2014-01-08GenWQE: Rework return code for flash-update ioctlFrank Haverkamp-129/+43
2013-12-20GenWQE: Accidently casting to u32 where u64 is requiredFrank Haverkamp-1/+1
2013-12-20GenWQE: Replace dynamic_hex_dump with print_hex_dump_debugFrank Haverkamp-2/+4
2013-12-20GenWQE: Fix endian issues detected by sparseFrank Haverkamp-59/+68
2013-12-18GenWQE Enable driverFrank Haverkamp-0/+20
2013-12-18GenWQE Sysfs interfacesFrank Haverkamp-0/+288
2013-12-18GenWQE Debugfs interfacesFrank Haverkamp-0/+500
2013-12-18GenWQE Utility functionsFrank Haverkamp-0/+947
2013-12-18GenWQE Character device and DDCB queueFrank Haverkamp-0/+3047
2013-12-18GenWQE PCI support, health monitoring and recoveryFrank Haverkamp-0/+1835