summaryrefslogtreecommitdiffstats
path: root/drivers/misc/genwqe
AgeCommit message (Expand)AuthorLines
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-05-19genwqe: convert get_user_pages() --> pin_user_pages()John Hubbard-33/+9
2020-01-14misc: genwqe: fix compile warningsHongbo Yao-4/+4
2019-10-23compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann-22/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-146/+32
2019-06-18genwq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-146/+32
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman-82/+17
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-72/+8
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 289Thomas Gleixner-72/+8
2019-05-24genwqe: Prevent an integer overflow in the ioctlDan Carpenter-0/+6
2019-05-24misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz-1/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny-1/+1
2019-04-25misc: genwqe: Fix misuse of %xFuqian Huang-2/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-2/+2
2018-12-19genwqe: Fix size checkChristian Borntraeger-1/+1
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Yangtao Li-49/+36
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+7
2018-10-02misc: card_utils: remove duplicated include filezhong jiang-2/+0
2018-09-25misc: genwqe: remove duplicated include filezhong jiang-2/+0
2018-09-25misc: genwqe: should return proper error value.zhong jiang-6/+7
2018-09-15signal/GenWQE: Fix sending of SIGKILLEric W. Biederman-5/+6
2018-08-05genwqe: card_base: Use true and false for boolean valuesGustavo A. R. Silva-1/+1
2018-07-03misc: genwqe: remove several redundant variablesColin Ian King-9/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-4/+5
2018-03-27GenWQE: Fix a typo in two commentsMarkus Elfring-2/+2
2017-12-19genwqe: Remove unused parameter in some functionsGuilherme G. Piccoli-13/+10
2017-12-19genwqe: Make defines uppercaseGuilherme G. Piccoli-29/+29
2017-12-19genwqe: Remove unused variable and rename functionGuilherme G. Piccoli-16/+7
2017-10-23genwqe: Take R/W permissions into account when dealing with memory pagesGuilherme G. Piccoli-18/+38
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra-1/+1
2017-01-11genwqe: drop .link_reset()Cao jin-1/+0
2016-10-31genwqe: use pci_irq_allocate_vectorsChristoph Hellwig-11/+2
2016-10-28GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer-1/+11
2016-09-27misc/genwqe: ensure zero initializationSebastian Ott-4/+2
2016-08-31GenWQE: Change default access rights for device nodeFrank Haverkamp-0/+15
2016-06-21GenWQE: Use pci_(request|release)_mem_regionsJohannes Thumshirn-11/+7
2016-02-08GenWQE: use kobj_to_dev()Geliang Tang-1/+1
2015-10-04misc: genwqe: fix a comment typoGeliang Tang-1/+1
2015-10-04misc/genwqe: get rid of atomic allocationsSebastian Ott-5/+6
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov-1/+1
2015-01-12GenWQE: remove unnecessary version.h inclusionFabian Frederick-2/+0
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2014-11-19assorted conversions to %p[dD]Al Viro-1/+1
2014-11-07misc: genwqe: check for error from get_user_pages_fast()Ian Abbott-0/+2
2014-09-23GenWQE: Support blocking when DDCB queue is busyFrank Haverkamp-22/+57