summaryrefslogtreecommitdiff
path: root/drivers/misc/genwqe
AgeCommit message (Expand)Author
2021-09-27Merge 5.15-rc3 into char-misc nextGreg Kroah-Hartman
2021-09-21misc: genwqe: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2021-09-14misc: genwqe: Fixes DMA mask settingChristophe JAILLET
2021-03-28misc: genwqe: Rudimentary typo fixesBhaskar Chowdhury
2020-12-09misc: genwqe: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-07-01misc: genwqe: card_debugfs: Demote file header from kerneldocLee Jones
2020-07-01misc: genwqe: card_sysfs: Demote function/file headers from kerneldocLee Jones
2020-07-01misc: genwqe: card_ddcb: Fix a variety of kerneldoc issuesLee Jones
2020-07-01misc: genwqe: card_utils: Whole a plethora of documentation issuesLee Jones
2020-07-01misc: genwqe: card_dev: Whole host of kerneldoc fixesLee Jones
2020-07-01misc: genwqe: card_base: Whole host of kerneldoc fixesLee Jones
2020-07-01misc: genwqe: card_base: Provide documentation for genwqe_recover_card()'s argsLee Jones
2020-07-01misc: genwqe: card_base: Remove set but unused variable 'rc'Lee Jones
2020-06-29misc: genwqe: Constify struct pci_error_handlersRikard Falkeborn
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-05-19genwqe: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-01-14misc: genwqe: fix compile warningsHongbo Yao
2019-10-23compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-18genwq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 289Thomas Gleixner
2019-05-24genwqe: Prevent an integer overflow in the ioctlDan Carpenter
2019-05-24misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-04-25misc: genwqe: Fix misuse of %xFuqian Huang
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-19genwqe: Fix size checkChristian Borntraeger
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Yangtao Li
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-10-02misc: card_utils: remove duplicated include filezhong jiang
2018-09-25misc: genwqe: remove duplicated include filezhong jiang
2018-09-25misc: genwqe: should return proper error value.zhong jiang
2018-09-15signal/GenWQE: Fix sending of SIGKILLEric W. Biederman
2018-08-05genwqe: card_base: Use true and false for boolean valuesGustavo A. R. Silva
2018-07-03misc: genwqe: remove several redundant variablesColin Ian King
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-27GenWQE: Fix a typo in two commentsMarkus Elfring
2017-12-19genwqe: Remove unused parameter in some functionsGuilherme G. Piccoli
2017-12-19genwqe: Make defines uppercaseGuilherme G. Piccoli
2017-12-19genwqe: Remove unused variable and rename functionGuilherme G. Piccoli
2017-10-23genwqe: Take R/W permissions into account when dealing with memory pagesGuilherme G. Piccoli
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds