summaryrefslogtreecommitdiffstats
path: root/drivers/misc/genwqe
Commit message (Expand)AuthorAgeFilesLines
* misc: genwqe: Rudimentary typo fixesBhaskar Chowdhury2021-03-281-5/+5
* misc: genwqe: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-12-091-17/+2
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* | misc: genwqe: card_debugfs: Demote file header from kerneldocLee Jones2020-07-011-1/+1
* | misc: genwqe: card_sysfs: Demote function/file headers from kerneldocLee Jones2020-07-011-4/+4
* | misc: genwqe: card_ddcb: Fix a variety of kerneldoc issuesLee Jones2020-07-011-5/+15
* | misc: genwqe: card_utils: Whole a plethora of documentation issuesLee Jones2020-07-011-4/+26
* | misc: genwqe: card_dev: Whole host of kerneldoc fixesLee Jones2020-07-011-6/+18
* | misc: genwqe: card_base: Whole host of kerneldoc fixesLee Jones2020-07-011-3/+21
* | misc: genwqe: card_base: Provide documentation for genwqe_recover_card()'s argsLee Jones2020-07-011-0/+2
* | misc: genwqe: card_base: Remove set but unused variable 'rc'Lee Jones2020-07-011-3/+1
* | misc: genwqe: Constify struct pci_error_handlersRikard Falkeborn2020-06-291-1/+1
|/
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* genwqe: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-191-33/+9
* misc: genwqe: fix compile warningsHongbo Yao2020-01-141-4/+4
* compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann2019-10-231-22/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-124-146/+32
|\
| * genwq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-184-146/+32
* | Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-0911-82/+17
|\ \
| * \ Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-088-72/+8
| |\ \
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 289Thomas Gleixner2019-06-058-72/+8
| | |/
| * | 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/+1
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
| |/
* / misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-05-241-1/+0
|/
* 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/+36
* Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-263-10/+7
|\
| * misc: card_utils: remove duplicated include filezhong jiang2018-10-021-2/+0
| * misc: genwqe: remove duplicated include filezhong jiang2018-09-252-2/+0
| * 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/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-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/+10
* genwqe: Make defines uppercaseGuilherme G. Piccoli2017-12-195-29/+29
* genwqe: Remove unused variable and rename functionGuilherme G. Piccoli2017-12-192-16/+7
* 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/+0
|\
| * genwqe: drop .link_reset()Cao jin2017-01-111-1/+0
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
|/
* genwqe: use pci_irq_allocate_vectorsChristoph Hellwig2016-10-312-11/+2