aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/misc/genwqe/card_utils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-21misc: genwqe: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-5/+5
2020-07-01misc: genwqe: card_utils: Whole a plethora of documentation issuesLee Jones1-4/+26
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-19genwqe: convert get_user_pages() --> pin_user_pages()John Hubbard1-33/+9
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 289Thomas Gleixner1-9/+1
2019-05-24genwqe: Prevent an integer overflow in the ioctlDan Carpenter1-0/+4
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-19genwqe: Fix size checkChristian Borntraeger1-1/+1
2018-10-02misc: card_utils: remove duplicated include filezhong jiang1-2/+0
2018-09-25misc: genwqe: should return proper error value.zhong jiang1-6/+7
2018-03-27GenWQE: Fix a typo in two commentsMarkus Elfring1-2/+2
2017-12-19genwqe: Remove unused parameter in some functionsGuilherme G. Piccoli1-3/+2
2017-12-19genwqe: Remove unused variable and rename functionGuilherme G. Piccoli1-13/+7
2017-10-23genwqe: Take R/W permissions into account when dealing with memory pagesGuilherme G. Piccoli1-16/+27
2016-10-31genwqe: use pci_irq_allocate_vectorsChristoph Hellwig1-10/+2
2016-10-28GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer1-1/+11
2016-09-27misc/genwqe: ensure zero initializationSebastian Ott1-2/+2
2015-10-04misc/genwqe: get rid of atomic allocationsSebastian Ott1-2/+3
2014-11-07misc: genwqe: check for error from get_user_pages_fast()Ian Abbott1-0/+2
2014-09-23GenWQE: Fix checkpatch complaintsFrank Haverkamp1-2/+3
2014-09-23GenWQE: Update author informationFrank Haverkamp1-1/+1
2014-07-09misc/GenWQE: fix pci_enable_msi usageSebastian Ott1-4/+6
2014-07-09GenWQE: Add support for EEH error recoveryKleber Sacilotto de Souza1-0/+10
2014-06-03Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into nextLinus Torvalds1-1/+1
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into nextLinus Torvalds1-1/+1
2014-05-27misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl()Christian Engelmayer1-1/+1
2014-04-25GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()Alexander Gordeev1-1/+1
2014-04-16GenWQE: Fix multithreading problemsFrank Haverkamp1-40/+130
2013-12-20GenWQE: Accidently casting to u32 where u64 is requiredFrank Haverkamp1-1/+1
2013-12-20GenWQE: Fix endian issues detected by sparseFrank Haverkamp1-7/+4
2013-12-18GenWQE Utility functionsFrank Haverkamp1-0/+947