| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: mark most vm_operations_struct const | Kirill A. Shutemov | 2015-09-10 | 1 | -1/+1 |
* | GenWQE: remove unnecessary version.h inclusion | Fabian Frederick | 2015-01-12 | 2 | -2/+0 |
* | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-14 | 1 | -0/+2 |
|\ |
|
| * | misc: genwqe: check for error from get_user_pages_fast() | Ian Abbott | 2014-11-07 | 1 | -0/+2 |
* | | assorted conversions to %p[dD] | Al Viro | 2014-11-19 | 1 | -1/+1 |
|/ |
|
* | GenWQE: Support blocking when DDCB queue is busy | Frank Haverkamp | 2014-09-23 | 4 | -22/+57 |
* | GenWQE: Fix problem when reading HSI and Retc | Eberhard S. Amann | 2014-09-23 | 1 | -1/+2 |
* | GenWQE: Fix checkpatch complaints | Frank Haverkamp | 2014-09-23 | 4 | -27/+25 |
* | GenWQE: Check return code of pci_sriov_enable | Frank Haverkamp | 2014-09-23 | 1 | -1/+4 |
* | GenWQE: Do not modify return code of genwqe_set_interrupt_capability | Frank Haverkamp | 2014-09-23 | 1 | -3/+1 |
* | GenWQE: Update author information | Frank Haverkamp | 2014-09-23 | 9 | -10/+10 |
* | GenWQE: Remove sysfs entry for driver version | Frank Haverkamp | 2014-09-23 | 5 | -13/+4 |
* | GenWQE: Check pci_get_totalvfs return code | Frank Haverkamp | 2014-09-23 | 2 | -2/+9 |
* | misc: remove DEFINE_PCI_DEVICE_TABLE usage | Greg Kroah-Hartman | 2014-07-18 | 1 | -1/+1 |
* | GenWQE: Remove unnecessary include | Kleber Sacilotto de Souza | 2014-07-10 | 1 | -1/+0 |
* | misc/GenWQE: fix pci_enable_msi usage | Sebastian Ott | 2014-07-09 | 2 | -7/+7 |
* | GenWQE: Increase driver version number | Kleber Sacilotto de Souza | 2014-07-09 | 1 | -1/+1 |
* | GenWQE: Improve hardware error recovery | Kleber Sacilotto de Souza | 2014-07-09 | 1 | -0/+45 |
* | GenWQE: Add support for EEH error recovery | Kleber Sacilotto de Souza | 2014-07-09 | 7 | -18/+115 |
* | GenWQE: Add sysfs interface for bitstream reload | Kleber Sacilotto de Souza | 2014-07-09 | 2 | -0/+115 |
* | Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-06-03 | 2 | -3/+3 |
|\ |
|
| * | misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl() | Christian Engelmayer | 2014-05-27 | 1 | -1/+1 |
| * | misc: genwqe: Fix format string mismatch in card_debugfs.c | Masanari Iida | 2014-05-03 | 1 | -2/+2 |
* | | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-06-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block() | Alexander Gordeev | 2014-04-25 | 1 | -1/+1 |
* | | GenWQE: Increase driver version number | Frank Haverkamp | 2014-04-16 | 1 | -1/+1 |
* | | GenWQE: Fix multithreading problems | Frank Haverkamp | 2014-04-16 | 3 | -86/+180 |
* | | GenWQE: Ensure rc is not returning an uninitialized value | Colin Ian King | 2014-04-16 | 1 | -1/+1 |
* | | GenWQE: Add wmb before DDCB is started | Frank Haverkamp | 2014-04-16 | 1 | -0/+4 |
* | | GenWQE: Enable access to VPD flash area | Frank Haverkamp | 2014-04-16 | 1 | -1/+5 |
|/ |
|
* | Merge 3.14-rc3 into char-misc-next | Greg Kroah-Hartman | 2014-02-18 | 1 | -0/+1 |
|\ |
|
| * | misc: genwqe: Fix potential memory leak when pinning memory | Christian Engelmayer | 2014-02-07 | 1 | -0/+1 |
* | | drivers/misc: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-07 | 1 | -1/+0 |
|/ |
|
* | misc: genwqe: fix return value check in genwqe_device_create() | Wei Yongjun | 2014-01-08 | 1 | -2/+2 |
* | GenWQE: Fix warnings for sparc | Frank Haverkamp | 2014-01-08 | 1 | -9/+14 |
* | GenWQE: Fix compile problems for Alpha | Frank Haverkamp | 2014-01-08 | 2 | -0/+2 |
* | GenWQE: Rework return code for flash-update ioctl | Frank Haverkamp | 2014-01-08 | 1 | -129/+43 |
* | GenWQE: Accidently casting to u32 where u64 is required | Frank Haverkamp | 2013-12-20 | 1 | -1/+1 |
* | GenWQE: Replace dynamic_hex_dump with print_hex_dump_debug | Frank Haverkamp | 2013-12-20 | 1 | -2/+4 |
* | GenWQE: Fix endian issues detected by sparse | Frank Haverkamp | 2013-12-20 | 4 | -59/+68 |
* | GenWQE Enable driver | Frank Haverkamp | 2013-12-18 | 2 | -0/+20 |
* | GenWQE Sysfs interfaces | Frank Haverkamp | 2013-12-18 | 1 | -0/+288 |
* | GenWQE Debugfs interfaces | Frank Haverkamp | 2013-12-18 | 1 | -0/+500 |
* | GenWQE Utility functions | Frank Haverkamp | 2013-12-18 | 1 | -0/+947 |
* | GenWQE Character device and DDCB queue | Frank Haverkamp | 2013-12-18 | 3 | -0/+3047 |
* | GenWQE PCI support, health monitoring and recovery | Frank Haverkamp | 2013-12-18 | 3 | -0/+1835 |