summaryrefslogtreecommitdiffstats
path: root/drivers/misc/genwqe/card_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-9/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 289Thomas Gleixner2019-06-051-9/+1Star
* | genwqe: Prevent an integer overflow in the ioctlDan Carpenter2019-05-241-0/+4
|/
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* genwqe: Fix size checkChristian Borntraeger2018-12-191-1/+1
* misc: card_utils: remove duplicated include filezhong jiang2018-10-031-2/+0Star
* misc: genwqe: should return proper error value.zhong jiang2018-09-251-6/+7
* GenWQE: Fix a typo in two commentsMarkus Elfring2018-03-271-2/+2
* genwqe: Remove unused parameter in some functionsGuilherme G. Piccoli2017-12-191-3/+2Star
* genwqe: Remove unused variable and rename functionGuilherme G. Piccoli2017-12-191-13/+7Star
* genwqe: Take R/W permissions into account when dealing with memory pagesGuilherme G. Piccoli2017-10-231-16/+27
* genwqe: use pci_irq_allocate_vectorsChristoph Hellwig2016-10-311-10/+2Star
* GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer2016-10-281-1/+11
* misc/genwqe: ensure zero initializationSebastian Ott2016-09-271-2/+2
* misc/genwqe: get rid of atomic allocationsSebastian Ott2015-10-041-2/+3
* misc: genwqe: check for error from get_user_pages_fast()Ian Abbott2014-11-071-0/+2
* GenWQE: Fix checkpatch complaintsFrank Haverkamp2014-09-241-2/+3
* GenWQE: Update author informationFrank Haverkamp2014-09-241-1/+1
* misc/GenWQE: fix pci_enable_msi usageSebastian Ott2014-07-091-4/+6
* GenWQE: Add support for EEH error recoveryKleber Sacilotto de Souza2014-07-091-0/+10
* Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-031-1/+1
|\
| * misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl()Christian Engelmayer2014-05-281-1/+1
* | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-021-1/+1
|\ \ | |/ |/|
| * GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()Alexander Gordeev2014-04-251-1/+1
* | GenWQE: Fix multithreading problemsFrank Haverkamp2014-04-161-40/+130
|/
* GenWQE: Accidently casting to u32 where u64 is requiredFrank Haverkamp2013-12-201-1/+1
* GenWQE: Fix endian issues detected by sparseFrank Haverkamp2013-12-201-7/+4Star
* GenWQE Utility functionsFrank Haverkamp2013-12-191-0/+947