summaryrefslogtreecommitdiffstats
path: root/drivers/misc/genwqe
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-124-146/+32Star
|\
| * genwq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-184-146/+32Star
* | Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-0911-82/+17Star
|\ \
| * \ Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-088-72/+8Star
| |\ \
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 289Thomas Gleixner2019-06-058-72/+8Star
| | |/
| * | Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-06-082-0/+6
| |\ \ | | |/ | |/|
| | * genwqe: Prevent an integer overflow in the ioctlDan Carpenter2019-05-242-0/+6
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1Star
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
| |/
* / misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-05-241-1/+0Star
|/
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
* misc: genwqe: Fix misuse of %xFuqian Huang2019-04-251-2/+2
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* genwqe: Fix size checkChristian Borntraeger2018-12-191-1/+1
* misc: remove GENWQE_DEBUGFS_RO()Yangtao Li2018-12-061-49/+36Star
* Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-263-10/+7Star
|\
| * misc: card_utils: remove duplicated include filezhong jiang2018-10-031-2/+0Star
| * misc: genwqe: remove duplicated include filezhong jiang2018-09-252-2/+0Star
| * misc: genwqe: should return proper error value.zhong jiang2018-09-251-6/+7
* | signal/GenWQE: Fix sending of SIGKILLEric W. Biederman2018-09-152-5/+6
|/
* genwqe: card_base: Use true and false for boolean valuesGustavo A. R. Silva2018-08-051-1/+1
* misc: genwqe: remove several redundant variablesColin Ian King2018-07-032-9/+0Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-4/+5
* GenWQE: Fix a typo in two commentsMarkus Elfring2018-03-271-2/+2
* genwqe: Remove unused parameter in some functionsGuilherme G. Piccoli2017-12-193-13/+10Star
* genwqe: Make defines uppercaseGuilherme G. Piccoli2017-12-195-29/+29
* genwqe: Remove unused variable and rename functionGuilherme G. Piccoli2017-12-192-16/+7Star
* genwqe: Take R/W permissions into account when dealing with memory pagesGuilherme G. Piccoli2017-10-233-18/+38
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-221-1/+0Star
|\
| * genwqe: drop .link_reset()Cao jin2017-01-111-1/+0Star
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
|/
* genwqe: use pci_irq_allocate_vectorsChristoph Hellwig2016-10-312-11/+2Star
* GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer2016-10-281-1/+11
* misc/genwqe: ensure zero initializationSebastian Ott2016-09-272-4/+2Star
* GenWQE: Change default access rights for device nodeFrank Haverkamp2016-08-311-0/+15
* GenWQE: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-221-11/+7Star
* GenWQE: use kobj_to_dev()Geliang Tang2016-02-081-1/+1
* misc: genwqe: fix a comment typoGeliang Tang2015-10-041-1/+1
* misc/genwqe: get rid of atomic allocationsSebastian Ott2015-10-043-5/+6
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* GenWQE: remove unnecessary version.h inclusionFabian Frederick2015-01-122-2/+0Star
* Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-151-0/+2
|\
| * misc: genwqe: check for error from get_user_pages_fast()Ian Abbott2014-11-071-0/+2
* | assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
|/
* GenWQE: Support blocking when DDCB queue is busyFrank Haverkamp2014-09-244-22/+57
* GenWQE: Fix problem when reading HSI and RetcEberhard S. Amann2014-09-241-1/+2
* GenWQE: Fix checkpatch complaintsFrank Haverkamp2014-09-244-27/+25Star
* GenWQE: Check return code of pci_sriov_enableFrank Haverkamp2014-09-241-1/+4
* GenWQE: Do not modify return code of genwqe_set_interrupt_capabilityFrank Haverkamp2014-09-241-3/+1Star